/* ! CSS RESET */
*,* * {
	margin:0;
	padding:0;
	font-size:1em;
	position:relative;
	box-sizing:border-box;
}

body {
	font-size:62.5%;
	font-family:"kepler-std-display",serif;
	color:#00234c;
}

.maxwidth {
	margin:0 auto;
	max-width:1800px;
}

a {
	text-decoration:none;
	transition: 0.3s;
}
a>img {border:none;}
/* hide site while font loads */
.wf-loading .page-wrapper { visibility:hidden; }
.wf-active .page-wrapper { visibility:visible; }

/* ! LOGO HEADER */
header {
	position:/* relative;  */
fixed;
	top:0;
	width:100%;
	z-index:100;
}

.no-csscolumns header {
	position: relative;
}

header .logo-container {
	background-color: #0072bc;
	background:linear-gradient(to right,#00234C 0%,#0072BC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00234C', endColorstr='#0072BC', GradientType=1 );
	height:auto;
	width:100%;
	padding:17px;
	text-transform:uppercase;
}

header .logo {
	margin-left:40px;
}

header .left, header .right {
	max-width: 45%;
}

header .left {
	float:left;
}

header .right {
	float:right;
	font-size:1.2em;
}

.white {
	color:#fff;
}

/* ! SEARCH  */
.search {
	margin-bottom:20px;
}

input, textarea, select {
	font-family: "jaf-bernino-sans",sans-serif;
}

.search input {
	background-color:rgba(0,0,0,0);
	border:1px solid #7bafde;
	color:#ffffff;
	padding:12px;
	width:353px;
	border-radius:0;
	height:43px;
}

.search button, .law-library-search .search-btn {
	background-color:#7bafde;
	color:#fff;
	display:block;
	float:right;
	padding:12px;
	border:none;
	border:1px solid #7bafde;
	height:43px;
	cursor: pointer;
	transition: 0.3s;
}

.no-touch .search button:hover, .search button:focus, .search button:active,
.no-touch .law-library-search .search-btn:hover, .no-touch .law-library-search .search-btn:focus,.no-touch .law-library-search .search-btn:active{
	background: none repeat scroll 0 0 #ffffff;
	border-color: #fff;
	color: #7bafde;
}

::-webkit-input-placeholder,:-moz-placeholder,::-moz-placeholder,:-ms-input-placeholder {
	color:#7bafde;
}

.typeahead-results {
	background-color: #ffffff;
	display: block;
	font-family: "jaf-bernino-sans",sans-serif;
	list-style: outside none none;
	position: absolute;
	text-transform: capitalize;
	width: 100%;
	z-index: 10;
}

.typeahead-suggestion {
	padding: 8px 15px;
}

.typeahead-suggestion > a {
	color: #3c4b6b;
}

.typeahead-suggestion.selected {
	background-color: #deeeff;
}

/* ! UTILITY */
.utility li {
	display:inline-block;
	padding:0 10px;
	border-right:1px solid #7bafde;
	font-family:"jaf-bernino-sans",sans-serif;
	line-height:12px;
	letter-spacing:.1em;
}

.utility li:last-child {
	border-right:none;
}

.utility a {
	text-transform:uppercase;
	color:#7bafde;
}

.no-touch .utility a:hover {
	color: #ffffff;
}


/* ! TOP SECTION */
.page-wrapper {
/* 	min-height: 100vh; */
}

.page-wrapper > .background-image {
	background:url(../images/home.jpg) no-repeat scroll center 0 rgba(0,0,0,0);
	height:100vh;
	background-size:cover;
	position:fixed;
	width:100%;
}

.page-wrapper > .background-image iframe {
	height: 100%;
	width: 100%;
}

.content > div:not(.clear) {
	background-color:rgba(255,255,255,0.8);
	padding:0 50px 50px;
}

/* ! ALERT BAR */
.alert-bar {
	background-color:#ed2024;
	color:#fff;
	font-family:"jaf-bernino-sans",sans-serif;
	font-size:1.5em;
	font-weight:700;
	letter-spacing:.1em;
	text-transform:uppercase;
}

.alert-bar ul {
	list-style:none;
}

.alert-bar ul li {
	padding:20px 0 20px 20px;
	border-bottom:1px solid #fff;
}

.alert-bar ul li:last-child {
	border:medium none;
}

.alert-bar-item > .maxwidth {
	padding-right:52px;
}


.close-alert {
	position:absolute;
	right:0;
	top:-20px;
	padding:22.5px;
}

.close-alert span {
	background-image:url(../images/icons.png);
	background-position:106px -746px;
	display:block;
	height:15px;
	width:12px;
}

/* ! GENERAL CONTENT AREA  */
.no-top-image {
	margin-top: 50px;
}
.content.internal-page h1, .common-box-title {
	font-size:3em;
	line-height:1.2em;
	font-weight:400;
	padding-top:30px;
	color:#6b8291;
}

.content.internal-page h2,.content.internal-page h3,.content.internal-page h4,.content.internal-page h5,.content.internal-page h6,.content.internal-page .page-title, .search-result-content h4 {
	font-family:"jaf-bernino-sans",sans-serif;
/* 	line-height: 2em; */
	padding-top:10px;
}

.content.internal-page h2, .search-result-content h4 {
	font-size:2.4em;
	color:#0072bc;
	font-weight:400;
}

.content.internal-page h3,.content.internal-page h1.page-title {
	font-size:2.2em;
	letter-spacing:.1em;
	text-transform:uppercase;
}

.content.internal-page .page-title {
	color:#00234c;
	font-weight:700;
	padding-top:0;
	margin-bottom:10px;
}

.content.internal-page h4 {
	font-size:2.2em;
	font-weight:400;
}

.content.internal-page h5 {
	font-size:1.8em;
}

.content.internal-page h6 {
	font-size:1.6em;
	color:#00234c;
	text-transform:uppercase;
	font-weight:600;
	font-style: italic;
}

.search-result-content p {
	font-size:2.4em;
	margin-bottom:40px;
}

.content.internal-page .right-content p {
	margin-bottom:20px;
}

.content.internal-page a {
	color:#0072bc;
}

.no-touch .content.internal-page a:hover, .content.internal-page a:active, .content.internal-page a:focus {
	color:#2092dc;
}

.content.internal-page table {
	font-family:"jaf-bernino-sans",sans-serif;
	border-collapse:collapse;
	margin-bottom:40px;
	height:auto!important;
}

.table-title {
	display: none;
}

.content.internal-page table thead {
	color:#0072bc;
}

.content.internal-page table thead td {
	border-bottom:2px solid #0072bc;
}

.content.internal-page table td {
	padding:5px 50px 5px 10px;
	font-size:1.6em;
}

.content.internal-page table td:last-child {
	padding-right:10px;
}

.content.internal-page table tbody tr:nth-child(2n) {
	background-color:rgba(212, 227, 245, 0.75);
}

.right-content > :first-child {
	padding-top:0;
}

.content.internal-page table tfoot td {
	font-size:1.3em;
	margin-bottom:40px;
	padding-top:30px;
}

/* ! FORMS */

.content.internal-page form {
	background-color:#e3eaee;
	max-width:635px;
	padding:42px;
	width:70%;
	margin-bottom:40px;
	font-family:"jaf-bernino-sans",sans-serif;
}

.content.internal-page form > div {
	margin-bottom:40px;
}

fieldset {
	border: medium none;
}

.content.internal-page form fieldset > label {
	color:#0072bc;
	display:block;
	font-weight:700;
	margin-bottom:15px;
}

.content.internal-page input {
	color:#00234c;
	font-size:1.8em;
}

.content.internal-page input[type="checkbox"],.content.internal-page input[type="radio"] {
	display:none;
}

.content.internal-page input[type="checkbox"] + label span,.content.internal-page input[type="radio"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-1px 10px 0 0;
	vertical-align:middle;
	background:url(../images/icons.png) no-repeat scroll -241px -228px;
	cursor:pointer;
}

.content.internal-page input[type="checkbox"]:checked + label span,.content.internal-page input[type="radio"]:checked + label span {
	background:url(../images/icons.png) -241px -255px no-repeat;
}

.content.internal-page label {
	margin-bottom:10px;
	display:block;
	font-size:1.8em;
}

.content.internal-page input[type="text"] {
	box-shadow:none;
	border:3px solid transparent;
	padding:10px;
	float:left;
	margin-right:20px;
	width:100%;
	max-height: 42px;
}

.content.internal-page select {
	border:3px solid transparent;
	border-radius:0;
	box-shadow:none;
	height:42px;
	color:#00234c;
	padding:0 50px 0 10px;
	width:118%;
	background:transparent;
}

.content.internal-page select option {
	padding:10px;
}

.content.internal-page .styled-select, .content.internal-page .custom-dropdown {
	background:url(../images/icons.png) no-repeat right -300px #fff;
	width:100%;
	overflow:hidden;
	height:42px;
}

.custom-dropdown:after {
	background-image: url("../images/down_arrow_select.jpg");
	content: "";
	height: 42px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

.content.internal-page textarea {
	width:100%;
	border:3px solid transparent;
	min-height:150px;
}

.content.internal-page input[type="text"]:focus,.content.internal-page select:focus,.content.internal-page textarea:focus {
	border:3px solid #6b8291;
}

.two-column > div:not(.clear) {
	width:48%;
	float:left;
}

.two-column > div:first-child:not(.clear) {
	margin-right:4%;
}

.content.internal-page input[type="submit"] {
	background-color:#0072bc;
	border:medium none;
	color:#fff;
	font-weight:700;
	padding:10px 20px;
}

.content.internal-page form p {
	font-size: 1.8em;
}

.content.internal-page form p.helper {
	color:#00234c;
	font-family:"jaf-bernino-sans",sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:1.5em;
	position:absolute;
	right:-375px;
	top:0;
	width:300px;
	display:none;
}

.content.internal-page .two-column > div:first-child p.helper {
	right:-661px;
}

.content.internal-page form > div:focus > .helper,
.content.internal-page form > div:active > .helper,
.no-touch .content.internal-page form > div:hover > .helper,
input:focus + .helper,
textarea:focus + .helper {
	display:block;
}

.form_builder_required_star {
	color: #ee3324;
}

/*---------------------------
  Formbuilder Styles
---------------------------*/

	.form_builder fieldset { clear: both; display: block; margin: 0 0 35px 0; /* overflow: hidden;  */}
	.form_builder label.required { }
	.form_builder .form_builder_sublabel { font-size: 11px; padding: 5px 0 0 0; margin: 0;}
	.form_builder .form_builder_centered { text-align: center; }
	
	.form_builder fieldset.error input, .form_builder fieldset.error textarea { border-color: #D25E41; }
	
	.form_builder .form_builder_wrap { clear: both; }
	.form_builder .form_builder_last { margin: 0; }
	
	.content.internal-page .form_builder_required_message p { font-size: 1.4em; float: right; margin-bottom: 0; }
	.form_builder .form_builder_error { border-color: #D25E41 !important; }
	.form_builder .form_builder_error .selecter .selecter-selected { border-color: #D25E41 !important; }

	.form_builder .form_builder_errors { background: #CC0000; padding: 10px; border-radius: 3px; margin: 0 0 25px 0; }
	.form_builder .form_builder_errors p { color: #FFF; font-size: 12px; margin: 0; }
	.form_builder .form_builder_errors .form_builder_alert { margin: 0; font-size: 14px; }
	
/* Column Styles */
	.form_builder .form_builder_column { float: left; margin: 0 3% 0 0; width: 48.5%; }
	.form_builder .form_builder_column input.form_builder_text { width: 100%; }
	.form_builder .form_builder_column textarea { width: 100%; }
	.form_builder .form_builder_last { margin-right: 0; }
	
	.form_builder .form_builder_column .form_builder_checkbox { margin: 5px 0 0; }
	.form_builder .form_builder_column .form_builder_checkbox input { width: auto; }	
	
	.form_builder .form_builder_column.third { width: 200px; }
	.form_builder .form_builder_column.third input { width: 174px; }
	.form_builder .form_builder_column.zip { width: 84px; }
	.form_builder .form_builder_column.zip input { width: 58px; }

	.form_builder_triple { overflow: hidden; }
	.form_builder_triple fieldset { clear: none; float: left; width: 33.3333%; margin-right: 0; }
	.form_builder_triple fieldset .form_builder_text { width: 90%; }

/* Section Styles */
	.form_builder .form_builder_section_header { margin: 0 0 15px 0; padding: 0 0 15px 0; }
	.form_builder .form_builder_section_header *:last-child { margin: 0; }
	.form_builder .form_builder_total_section { border: none; padding: 0; }
	
/* Name Styles */
	.form_builder .form_builder_firstname { float: left; margin: 0 10px 0 0; }
	.form_builder .form_builder_firstname input { width: 150px; }
	.form_builder .form_builder_lastname { float: left; margin: 0; }
	.form_builder .form_builder_lastname input { width: 220px; }
	
/* Radio Styles */
	.form_builder .form_builder_radio { margin: 0 0 5px 0; overflow: hidden; padding: 2px; }
	.form_builder .form_builder_radio input { float: left; height: auto; margin: 0 5px 0 0; padding: 0; width: auto; }
	
/* Checkbox Styles */
	.form_builder .form_builder_checkbox { margin: 0 0 5px 0; overflow: hidden; padding: 2px; }
	.form_builder .form_builder_checkbox input { float: left; height: auto; margin: 0 5px 0 0; width: auto; }
	.form_builder .form_builder_checkbox label { margin: 0; width: 90%; }
	
/* Select Styles */
	.form_builder select { clear: both; display: block; margin: 0 0 5px 0; }
	
/* Date Styles */
	.form_builder .form_builder_date_2 { float: left; margin: 0 10px 0 0; }
	.form_builder .form_builder_date_2 input.form_builder_text { text-align: center; width: 60px; }
	.form_builder .form_builder_date_4 { float: left; margin: 0 10px 0 0; }
	.form_builder .form_builder_date_4 input.form_builder_text { text-align: center; width: 90px; }
	
/* Address Styles */
	.form_builder .form_builder_full { clear: both; margin: 0 0 10px 0; overflow: hidden; }
	.form_builder .form_builder_split { float: left; margin: 0 3% 2% 0; width: 48.5%; }
	.form_builder .form_builder_split_last_col { margin-right: 0px; }
	.form_builder .form_builder_split_last_row { margin-bottom: 0px; }
	.form_builder .form_builder_split input { width: 100%; }
	
/* Phone Styles */
	.form_builder .form_builder_phone_3 { float: left; margin: 0 10px 0 0; }
	.form_builder .form_builder_phone_3 input.form_builder_text { text-align: center; width: 60px; }
	.form_builder .form_builder_phone_4 { float: left; }
	.form_builder .form_builder_phone_4 input.form_builder_text { text-align: center; width: 80px; }
	
	.form_builder .error { border-color: #AD6672 !important; }
	.form_builder .form_builder_captcha_error { background: #CC0000; border-radius: 3px; color: #FFF; margin: 0 0 10px 0; padding: 10px; }
	.form_builder .form_builder_captcha_error p { color: #FFF !important; margin: 0 !important; padding: 0; }

/* Credit Card Styles */
	.form_builder .form_builder_card_type { float: left; width: 150px; margin: 0 10px 10px 0; }
	.form_builder .form_builder_card_type select { width: 140px; height: 32px; margin: 0; border: 0; color: #333; font-size: 12px; padding: 3px 0 3px 5px; }
	.form_builder .form_builder_card_type .form_builder_select_wrapper { height: 40px; }
	.form_builder .form_builder_card_number { float: left; width: 372px; margin: 0 0 10px 0; }
	.form_builder .form_builder_card_number input { width: 350px; }
	.form_builder .form_builder_card_date { float: left; width: 150px; margin: 0 10px 10px 0; }
	.form_builder .form_builder_card_date .form_builder_card_month { width: 53px; text-align: center; float: left; margin: 0 10px 0 0; }
	.form_builder .form_builder_card_date .form_builder_card_year { width: 73px; text-align: center; }
	.form_builder .form_builder_card_code { float: left; width: 372px; margin: 0 0 10px 0; }
	.form_builder .form_builder_card_code input { width: 60px; }
	.form_builder #form_builder_total { font-weight: bold; }
	
/* Selectbox Styles */
	.form_builder .select-box-element { display: none; }

	.form_builder .select-box { color: #D79027; display: block; font-size: 14px; margin: 0 0 10px; position: relative; text-transform: uppercase; width: 520px; }
	.form_builder .select-box-selected { background: #fff url(../images/arrow_down_orange.png) no-repeat 490px 16px; cursor: pointer; display: block; margin: 0; overflow: hidden; padding: 13px 0 13px 5%; text-overflow: clip; /* min-width: 50%;  */z-index: 40; }
	.form_builder .select-box-options { background-color: #fff; border-radius: 3px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); left: 0; list-style: none; margin: -4px 0 0; max-height: 260px; /* overflow: auto; overflow-x: hidden;  */padding: 13px 0 13px; position: absolute; top: 0; width: 100%; z-index: 500; }
	.form_builder .select-box-options li { background: #fff; float: left; margin: 0; overflow: hidden; padding: 0; width: 100%; }
	.form_builder .select-box-options a { display: block; font-size: 14px; font-weight: 200; padding: 7px 0 7px 5%; text-overflow: ellipsis; width: 95%; }
	.form_builder .select-box-options .selected a { background: #fff; }
	.no-touch .form_builder .select-box-options a:hover, .no-touch .select-box-options .selected a:hover { background-color: #fff; color: #000; }
	.form_builder .select-box-options .first a { border-radius: 5px 5px 0 0; }
	.form_builder .select-box-options .last a { border-radius: 0 0 5px 5px; }
	
	.form_builder .form_builder_section_header:first-of-type h2 { margin-top: 0; }

/* ! HOME CONTENT */

video {
	display: block;
}

video#bgvid {
	background-size: cover;
	height: auto;
	min-height: 100%;
	display: block;
}

video#bgvid.imghigh {
	height: 101%;
	width: auto;
}

.home.content,.delaware-way.content {
	padding-top:525px;
}

.maxwidth.content.home > div {
	padding-bottom: 0;
}

.content > div.caption {
	width:100%;
	background-color:rgba(212,227,245,0.75);
	padding:0;
}

.caption a {
	padding:15px 0;
	display:block;
	height:100%;
	width:100%;
	color:#00234c;
}

.caption h1, .content.internal-page .delaware-way-title h1 {
	color: #4e6681;
	font-size: 4.5em;
	font-weight: 400;
	height: 100%;
	text-align: center;
	letter-spacing: 0.01em;
}

.right-arrow, .left-arrow {
	background-image: url("../images/icons.png");
	background-position: -38px -20px;
	display: inline-block;
	height: 50px;
	margin-bottom: -5px;
	margin-left: 5%;
	position: relative;
	width: 25px;
}

.whats-going-on {
	float:left;
	width:66.666%;
	padding-top: 40px;
}

.whats-going-on > a {
	background-image:url(../images/icons.png);
	display:block;
	float:left;
	height:51px;
	text-indent:-9999px;
	width:50px;
	margin-right:10px;
}

.calendar-icon {
	background-position:-224px -26px;
}

.no-touch .calendar-icon:hover {
	background-position:-224px -126px;
}

.news-icon {
	background-position:-125px -26px;
}

.no-touch .news-icon:hover {
	background-position:-125px -126px;
}

.whats-going-on h1,.signature h1,.our-stories h1 {
	font-size:4.5em;
	float:left;
	font-weight:400;
	color: #4e6681;
	letter-spacing: 0.01em;
}

.feed {
	font-family:"jaf-bernino-sans",sans-serif;
	padding-top: 5px;
}

.feed > div {
	float:left;
	width:50%;
}

.feed > div > div {
	padding:0 15px 40px 0;
}

.feed span {
	display:inline-block;
	padding:1px 80px 1px 4px;
	background-color:#7bafde;
	font-size:1.5em;
	color:#fff;
	font-weight:400;
	letter-spacing: 0.1em;
}

.feed span.event {
	background-color:#ffaa37;
}

.feed h2 {
	font-weight:400;
	font-size:3.1em;
	color:#0072bc;
	padding:5px 15px 5px 0;
}

.signature {
	float:left;
	width:33.333%;
	padding:40px 0 0;
}

.signature > div {
	background-color:#7bafde;
	overflow: hidden;
}

.long-slider {
	transition: all 0.3s ease 0s;
	left: 0%;
}

.slide {
	float: left;
}

.slide.active {
	display:block;
}

.slide .image {
	background-image:url(../images/signature.jpg);
	background-size:cover;
	background-position:center center;
	height:250px;
}

.slide .text {
	padding:20px 17px 0;
	min-height:250px;
}

.slide h6,.slide p span {
	text-transform:uppercase;
	font-size:13px;
	line-height:22px;
	font-weight:700;
	font-family:jaf-bernino-sans,sans-serif;
	letter-spacing:.1em;
	color:#00234c;
}

.slide p {
	color: #4e6681;
	font-size: 2.2em;
	letter-spacing: 0.01em;
	line-height: 1.15em;
	padding: 16px;
	text-indent: -10px;
}

.controls {
	padding:0 33px 17px;
	clear: both;
}

.controls .dot {
	background:url(../images/icons.png) repeat scroll -345px -45px rgba(0,0,0,0);
	display:inline-block;
	height:15px;
	margin-right:10px;
	opacity:.5;
	width:15px;
}

.controls .dot.active {
	opacity:1;
}

.our-stories {
	padding-bottom:20px;
	margin:0 -50px;
}

.our-stories h1 {
	padding:0 40px;
	width:100%;
}

.our-stories > div.students {
	height:495px;
}

.students > div {
	width:24%;
	margin-right:1.333%;
	height:100%;
	position:absolute;
	overflow:hidden;
/* 	transition: width 0.3s; */
}

.students > div:nth-child(4) {
	margin-right:0;
}

.students > div > div {
	height:100%;
	width:416.633%;
	z-index:1;
}

.students > div > div > div {
/*
	float:left;
	margin-right:1.333%;
*/
	height: 100%;
	position: absolute;
}

.students > div > div > div:last-child {
	margin-right:-0.033%;
}

.image {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
}

/* WIDTH */
.one {
	width: 24%
}

.two, .three, .one.who {
	width: 0;
	transition: width 0.3s;
	overflow: hidden;
}

.no-touch .students > div:hover .one.who {
	width: 24%;
}

.no-touch .students > div:hover .two {
	width: 49.333%;
}

.no-touch .students > div:hover .three {
	width: 74.633%;
}

.three > div {
	float: left;
}

.three > div:first-child {
	margin-right: 1.566%;
}

.three .who {
	width: 32.233%;
}

.three .quote {
	width: 66.2%;
}

/* POSITION */
.left0 {
	left: 0;
}

.left25 {
	left: 25.333%;
}

.left50 {
	left: 50.666%;
}

.left75 {
	left: 76%;
}

.right0 {
	right: 0;
}

.right25 {
	right: 25.333%;
}

.right50 {
	right: 50.666%;
}

.right75 {
	right: 76%;
}

/*
.students .image {
	margin-right:1.333%;
	width:24%;
}
*/

.students .student-two {
	left:25.3%;
}

.student-two > .maxwidth {
	left:-105.449%;
}

.students .student-three {
	left:50.666%;
}

.student-three > .maxwidth {
	left:-211.033%;
}

.students .student-four {
	right:0;
}

.student-four > .maxwidth {
	left:-316.5%;
}

.students .who,.students .quote {
	z-index:1;
	top:0;
	height:100%;
}
.students .who {
	background-color:#ffaa37;
	font-family:jaf-bernino-sans,sans-serif;
	font-size:1.6em;
	text-align:left;
/*
	width:24%;
	margin-right:1.333%;
*/
}

.students .who > p {
	padding: 35px;
	text-transform:uppercase;
}

.students .quote {
	background-color: #0055b8;
	background:linear-gradient(to right,#0055b8,#277ecb) repeat scroll 0 0 rgba(0,0,0,0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055b8', endColorstr='#277ecb', GradientType=1 );
/* 	width:49.333%; */
	color:#fff;
	font-family:"jaf-bernino-sans",sans-serif;
}

.students .quote > h3 {
	font-size:2.6em;
	font-weight:400;
	padding: 35px;
}

.students .quote .who-inside {
	display:none;
	font-size:1.4em;
	text-transform:uppercase;
	padding:0 35px 35px;
	height: 0;
}

/* ! DELAWARE WAY */
.delaware-way.content.maxwidth {
	max-width:1000px;
	color:#6b8291;
}

.delaware-way-title h1 {
	padding-top:50px;
	padding-bottom:25px;
}

.delaware-way-block {
	height:250px;
	overflow:hidden;
	margin-bottom:35px;
}

.delaware-way-block .image {
	background-size:cover;
	background-position:center center;
	height:100%;
	width:100%;
}

.delaware-way-block .text {
	top:-50px;
	background-color:rgba(0,114,188,0.5);
	color:#fff;
	height:100%;
	width:100%;
	transition:.3s;
	font-family:"jaf-bernino-sans",sans-serif;
}

.content.internal-page .delaware-way-block .text > h3 {
	font-size:2.1em;
	height:50px;
	letter-spacing:.1em;
	padding:15px;
	text-align:center;
	text-transform:uppercase;
	line-height:1em;
}

.content.internal-page .delaware-way-block .text > p {
	font-size:2em;
	padding:0 20px 20px;
	line-height:1.5em;
}

.no-touch .delaware-way-block:hover .text, .delaware-way-block.tapped .text {
	top:-250px;
}

.delaware-way strong {
	color:#0072bc;
}

.delaware-way.content.internal-page p {
	margin-bottom:10px;
	font-size:2em;
	font-family:"jaf-bernino-sans",sans-serif;
}

/* ! INTERNAL PAGE */
.featured-image {
	font-family: initial;
}

.featured-image img {
	width:100%;
	display:block;
}

.content > div.columns {
	padding:0;
	display:table;
	width:100%;
	height:500px;
}

/* ! BREADCRUMBS */
.right-content > .breadcrumbs {
	padding:15px 15px 15px 0;
	font-family:"jaf-bernino-sans",sans-serif;
	font-weight:400;
	font-size:1.4em;
}
.right-content .breadcrumbs ul {
	margin-bottom:0;
}
.right-content .breadcrumbs li {
	display: inline-block;
	margin: 0 5px;
	font-size:1.0em;
}
.right-content > .breadcrumbs, .right-content .breadcrumbs a {
	color:#7bafde;
}
.no-touch .right-content .breadcrumbs a:hover, .right-content .breadcrumbs a:active, .right-content .breadcrumbs a:focus {
	color:#0072BC;
}

.triangle, .icon-search-results-next, .icon-search-results-prev {
	background:url(../images/icons.png) repeat scroll -392px -193px rgba(0,0,0,0);
	display:inline-block;
	height:15px;
	width:15px;
	margin:0 12px -2px;
}

.triangle.back {
	background-position:-347px -192px;
}

.triangle.medium {
	background-position:-392px -143px;
	margin-left:0;
}

.breadcrumbs li:last-child .triangle {
	display:none;
}

/* ! LEFT SIDEBAR */
.left-sidebar {
	font-family:"jaf-bernino-sans",sans-serif;
	width:24%;
	background-color: #F1EBE3;
	background:linear-gradient(to right,#fff,#F1EBE3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F1EBE3', GradientType=1 );
	display:table-cell;
	vertical-align:top;
}

.news .left-sidebar,.events .left-sidebar {
	background:transparent;
}

.news .left-sidebar .subnavigation,.events .left-sidebar .subnavigation {
	background-color: #F1EBE3;
	background:linear-gradient(to right,#fff,#f1ebe3) repeat scroll 0 0 rgba(0,0,0,0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F1EBE3', GradientType=1 );
}

.current-page-title,.side-menu-title {
	background-color:#00234c;
	color:#fff;
	font-size:1.6em;
	font-weight:700;
	letter-spacing:.1em;
	padding:15px 15px 15px 30px;
	text-transform:uppercase;
	width:100%;
}

.content.internal-page .current-page-title > a {
	color: #ffffff;
}
.no-touch .content.internal-page .current-page-title > a:hover, .content.internal-page .current-page-title > a:focus, .content.internal-page .current-page-title > a:active {
	color: #7bafde;
}

.subnavigation {
	padding:30px 20px 30px 30px;
}

.subnavigation ul {
	list-style:none;
	font-weight:600;
	letter-spacing:0.05em;
	margin-top:9px;
	margin-bottom:20px;
}
.subnavigation li {}
.subnavigation > ul > li {
	font-size:0.9em;
	margin-bottom:20px;
}
.content.internal-page .subnavigation > ul > li > a {
	text-transform: uppercase;
	font-weight: 800;
	color: #00234c;
}
.content.internal-page .subnavigation > ul > li > ul > li > a{
	color: #00234c;
}
.no-touch .content.internal-page .subnavigation > ul > li > a:hover, .content.internal-page .subnavigation > ul > li > a:active, .content.internal-page .subnavigation > ul > li > a:focus {
	color: #7BAFDE;
}
.subnavigation ul ul {
	display:none;
	font-weight: 400;
	overflow: hidden;
	padding: 0 0 0 20px;
	margin-bottom:0;
}
.subnavigation li.active>ul {
	display:block;
}
.subnavigation ul ul li:last-child {
	margin-bottom:0;
}
.subnavigation .triangle.dark, .icon-search-results-next, .icon-search-results-prev {
	background-position:-392px -142px;
	margin-left:-20px;
	margin-right:0;
	width:20px;
}

.clone-link {
	margin-left: -20px;
}

.clone-link .triangle.dark {
	background-position:-442px -143px;
}

.subnavigation a {
	display:block;
	color:#0072bc;
	margin-bottom:10px;
	font-size:1.5em;
}

.subnavigation li.current > a {
	color:#00234c;
}

.subnavigation li.open > ul, .subnavigation li.active > ul {}

li .current-arrow {
	background:url(../images/icons.png) repeat scroll -441px -141px rgba(0,0,0,0);
	display:inline-block;
	height:15px;
	width:22px;
}

li.active > a {
	color:#00234c;
}

/* ! RIGHT CONTENT */
.right-content {
	display:table-cell;
	padding:0 20px 40px;
	width:76%;
	vertical-align:top;
}

.right-content ul,.right-content ol {
	margin-bottom:40px;
	font-family: jaf-bernino-sans,sans-serif;
/* 	color: #6B8291; */
	list-style-position:inside;
}

.right-content ul ul, .right-content ol ol {
	margin-bottom: 10px;
	margin-top: 10px;
}

.right-content ul ul,.right-content ul ol,.right-content ol ol,.right-content ol ul {
	margin-left:18px;
}

.right-content li {
	font-size:1.8em;
	margin-bottom: 10px;
}

.right-content li li {
	font-size: inherit;
}

.right-content img {
	margin-right: 20px;
	margin-bottom: 40px;
}

.content.internal-page .intro {
	padding-bottom:0;
}

.content.internal-page .intro > h1 {
	color:#7e95a4;
	line-height:1.2em;
	padding-top:0;
	padding-bottom:10px;
	letter-spacing: 0.02em;
}

.content.internal-page .intro > p, .content.internal-page p {
/* 	color:#6b8291; */
	font-family:jaf-bernino-sans,sans-serif;
	font-size:1.8em;
	line-height:1.5em;
/* 	clear: both; */
}

.right-content > div:not(.breadcrumbs):not(.intro):not(.clear):not(.quote-contact-box):not(.click-box-container) {
  clear: both;
  margin-bottom: 35px;
}

.content.internal-page .intro img {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}

.quote-contact-box .quote {
	color:#0072bc;
	float:left;
	font-family:"jaf-bernino-sans",sans-serif;
	margin-right:2%;
	padding-left:10px;
	text-indent:-10px;
	width:64%;
}

.content.internal-page .quote-contact-box .quote > h2 {
	padding-top:0;
	margin-bottom:10px;
	border-top:5px solid #0072bc;
	padding-top:20px;
}

.quote-contact-box .contact {
	float:left;
	width:31.5%;
	margin-left:1.2%;
	font-family:"jaf-bernino-sans",sans-serif;
}

.quote-contact-box .contact > div {
	margin-bottom:20px;
}

.content.internal-page .quote-contact-box .contact h6 {
	background-color:#7bafde;
	color:#fff;
	padding:0 20px;
}

.quote-contact-box .contact div div {
	background-color:#e5e5e5;
	padding:10px 0;
}

.content.internal-page .quote-contact-box .contact p, .content.internal-page .quote-contact-box .contact li {
	font-size:1.4em;
	line-height:2em;
	margin-bottom:8px;
	margin-left:20px;
	margin-right:20px;
}

/* ! FOOTER */
footer {
	background-color: #0072BC;
	background:linear-gradient(to right,#00234C 0%,#0072BC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00234C', endColorstr='#0072BC', GradientType=1 );
	color:#7bafde;
	font-size:1.8em;
	font-family:jaf-bernino-sans,sans-serif;
	line-height:1.5em;
}

footer > div {
	padding:50px;
}

footer h6 {
	color:#fff;
	font-weight:400;
}

footer a {
	color:#fff;
}

footer ul a {
	color:#fd0;
}

.no-touch footer a:hover, footer a:active, footer a:focus {
	color: #fd0;
}

.no-touch footer ul a:hover, footer ul a:active, footer ul a:focus {
	color: #fff;
}

footer ul {
	list-style:none;
	margin-bottom:5px;
}

footer .maxwidth > div {
	display:inline-block;
	vertical-align:top;
	width:25%;
}

footer p {
	margin-bottom:10px;
}

footer .maxwidth > .social {
	float:right;
	text-align:center;
	text-indent:-9999px;
}

.social a {
	display:block;
	float:left;
	height:36px;
	width:35px;
	margin-right:5%;
	background:url(../images/icons.png) no-repeat scroll -434px -35px;
	transition:.3s;
	opacity:1;
}

.social li:last-child a {
	margin-right:0;
}

.social .twitter {
	background-position:-485px -35px;
}

.social .youtube {
	background-position:-534px -34px;
}

.social .linkedin {
	background-position:-584px -34px;
}

.social .flickr {
	background-position:-634px -34px;
}

.no-touch .social a:hover {
	opacity:.7;
}

/* ! FACULTY PAGES */
.faculty.content.internal-page .intro > p {
	color:#00234c;
}

.faculty-sort,.faculty-info {
	border-top:5px solid #00234c;
}

.content.internal-page .faculty-sort .reset {
	display: block;
	padding: 8px;
	color: #00234c;
}

.no-touch .content.internal-page .faculty-sort .reset:hover {
	color: #0072bc;
}

.faculty-sort > * {
	float:left;
	margin-right:45px;
}

.faculty-sort > h3 {
	margin-top: 20px;
}

.filters {
	padding-top:30px;
	padding-bottom:45px;
}

.detail .filters {
	padding-bottom: 0;
}

.filters li {
	display:inline-block;
	font-family:"jaf-bernino-sans",sans-serif;
	font-size:22px;
	height:45px;
	text-align:center;
	width:100px;
	margin-right:20px;
}

.content.internal-page .filters li a {
	background-color:#0072bc;
	color:#fff;
	display:block;
	font-weight:600;
	height:100%;
	padding:8px;
	width:100%;
}

.no-touch .content.internal-page .filters li a:hover, .content.internal-page .filters li a:active, .content.internal-page .filters li a:focus {
	background-color: #7bafde;
}

.no-touch .content.internal-page .filters li a:hover {
	color: #00234c;
}

.content.internal-page .filters li a.active {
	background-color:#00234c;
}

.faculty-list > div {
	border-top:2px solid #6b8291;
	margin-bottom:40px;
}

.faculty.content.internal-page .faculty-list h5,.content.internal-page .faculty-info h5 {
	padding-top:15px;
	margin-bottom: 10px;	
}

.content.internal-page .faculty-info h5 {
	letter-spacing: 0.2em;
}

.content.internal-page .faculty-list p {
	font-family:"jaf-bernino-sans",sans-serif;
	font-size:1.8em;
	margin-bottom:10px;
}

.content.internal-page.faculty .faculty-list a {
	color:#00234c;
}

.no-touch .content.internal-page.faculty .faculty-list a:hover, .content.internal-page.faculty .faculty-list a:focus, .content.internal-page.faculty .faculty-list a:active {
	color:#2092dc;
}

.faculty-list .hover {
	float: right;
	width:0;
	transition: width 0.3s;
	overflow: hidden;
	height: 0;
}
.no-touch .content.internal-page.faculty .faculty-list a:hover .hover, .content.internal-page.faculty .faculty-list a:focus .hover, .content.internal-page.faculty .faculty-list a:active .hover {
	width: 200px;
	height: 1em;
}

.faculty-detail {
	font-family:"jaf-bernino-sans",sans-serif;
}

.content.internal-page.faculty-detail .right-content .third-column p,.content.internal-page.faculty-detail .right-content .third-column li {
	font-size:1.6em;
}

.content.internal-page.faculty-detail .right-content .third-column.left p {
	margin-bottom:0;
}

.content.internal-page.faculty-detail .right-content .third-column ul {
	margin-left:16px;
}

.third-column {
	float:left;
}

.third-column.left {
	width:33%;
	padding-right:2%;
}

.third-column.right {
	width:65%;
}

.faculty-detail .third-column.left img {
	width:100%;
}

.faculty-info,.faculty-contact {
	margin-bottom:20px;
}

.content.internal-page.faculty-detail .right-content .third-column .faculty-tab-select ul {
	margin-left:0;
}

.content.internal-page.faculty-detail .right-content .third-column .faculty-tab-select li {
	border-top:2px solid #00234c;
	list-style:outside none none;
}

.content.internal-page.faculty-detail .right-content .third-column .faculty-tab-select li a {
	color:#00234c;
	display:block;
	font-weight:700;
	padding-bottom:20px;
	width:100%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-top: 5px;
}

.content.internal-page.faculty-detail .right-content .third-column .faculty-tab-select .active {
	border-color: #0072bc;
}

.content.internal-page.faculty-detail .right-content .third-column .faculty-tab-select .active a {
	color: #0072bc;
}


.faculty-tabs > div {
	display:none;
}

.faculty-tabs > div.active {
	display:block;
}

.faculty-tabs > div > h5:first-child {
	line-height:normal;
}

.content.internal-page .faculty-tabs > div * {
	margin-bottom:15px;
	padding-top:0;
}

.content.internal-page h6.download-image {
	color:#6b8291;
	text-align:right;
	font-size:1.1em;
	padding-top:0;
	margin-bottom:5px;
	line-height: 1em;
}

.download-image span {
	display: inline-block;
	font-size: 1.4em;
	height: 0.7em;
	line-height: 0.3em;
	overflow: hidden;
}

/* ! NEWS & EVENTS PAGES */
.featured_snippet {
	margin-left:30px;
	color:#fff;
	margin-top:30px;
}

.did-you-know,.top-story {
	font-size:1.5em;
	font-weight:700;
	height:30px;
	letter-spacing:.1em;
	padding:5px 20px;
	text-transform:uppercase;
	color:#fff;
}

.did-you-know {
	background-color:#7bafde;
}

.snippet {
	background-color:#0072bc;
	font-family:"kepler-std-display",serif;
	font-size:3.6em;
	line-height:1.2em;
	padding:20px 20px 60px;
}

.top-story {
	background-color:#ffaa37;
	font-family:"jaf-bernino-sans",sans-serif;
	width:50%;
	top:-2px;
	margin-bottom:30px;
}

.article {
	border-top:2px solid #00234c;
}

.article:not(.featured) {
	padding-top:40px;
}

.article > a {
	display:block;
	width:100%;
	min-height:135px;
}

.content.internal-page .article .body p {
	clear: left;
}

.article .image {
	float:right;
	margin-left:30px;
	margin-bottom:30px;
	max-width: 350px;
	height: auto;
}

.content.internal-page .article .title h2,.content.internal-page .news-list .article.featured .title h2,.content.internal-page .article .title h4,.content.internal-page .events-list .article.featured .title h2 {
	padding-top:0;
}

.content.internal-page .article .title,.content.internal-page .news-list .article.featured .title,.content.internal-page .events-list .article.featured .title {
	margin-bottom:20px;
}

.content.internal-page .news-list .article .title h2 {
	margin-bottom:10px;
}

.content.internal-page .article .date {
	float:left;
	margin-right:10px;
	padding-top:6px;
	color:#00234c;
}

.content.internal-page .article .date span {
	font-weight:400;
}

.content.internal-page .article .body p {
	color:#6b8291;
}

.content.internal-page .news-list .article .body p {
	clear: left;
}

.news-list .article .read-more,.events-list .article .read-more {
	font-family:"jaf-bernino-sans",sans-serif;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	color:#0072bc;
}

/********************************** 
	News - Archive page css start
**********************************/
.news .right-content .year, .events .right-content .year {
	margin-top:20px;
	margin-bottom: 10px;
}

.news .right-content .year h3,.news .right-content .month h3,
.events .right-content .year h3, .events .right-content .month h3 {
	display:inline-block;
	color:#1f376b;
	font-size:1.8em;
	font-weight:700;
	line-height:1.25;
	text-transform:none;
	width:90px;
	vertical-align:top;
	padding-top: 0;
}

.news .right-content .year ul,.news .right-content .month ul,
.events .right-content .year ul, .events .right-content .month ul {
	display:inline-block;
	margin:0;
	padding:0;
	width:79%;
	vertical-align:top;
	font-family: 'jaf-bernino-sans', sans-serif;
}

.news .right-content .year ul li,.news .right-content .month ul li,
.events .right-content .year ul li, .events .right-content .month ul li {
	display:inline-block;
	line-height:inherit;
}

.news .right-content .year ul li a,.news .right-content .month ul li a,
.events .right-content .year ul li a, .events .right-content .month ul li a {
	color:#1f376b;
	font-weight:700;
	line-height:1.25;
	text-transform:none;
	padding:0 15px;
	text-decoration:none;
}

.news .right-content .year ul li a.active,.news .right-content .month ul li a.active,
.events .right-content .year ul li a.active, .events .right-content .month ul li a.active {
	color:#e15c21;
}

.news .right-content .month, .events .right-content .month {
	display:none;
	margin-bottom: 20px;
}

/********************************** 
	News - Archive page css end
**********************************/
/* ! NEWS & EVENTS PAGES : CALENDAR */
.calendar {
	margin-bottom:25px;
}

.calendar .day {
	float:left;
	width:13.2%;
	height:40px;
	background-color:#e5e5e5;
	margin:2px 0.6%;
	color:#6b8291;
	font-size:1.8em;
	font-weight:700;
	text-align:center;
	padding:8px;
}

.calendar .header {
	background-color:#6b8291;
	margin-right:.5%;
	margin-bottom: 2px;
}

.calendar .header .day {
	background-color:#6b8291;
	color:#fff;
	margin:0 1%;
	width: 12.5%;
}

.calendar .header .day:first-child,.calendar .day:nth-child(7n+1) {
	margin-left:0;
}

.calendar .header .day:last-child,.calendar .day:nth-child(7n) {
	margin-right:0;
}

.prev-month,.next-month {
	display:block;
	float:left;
	height:70px;
	min-width:10%;
	padding-top:26px;
	z-index:10;
}

.next-month {
	float: right;
}

.content.internal-page .calendar .month {
	color: #0072bc;
	display: block;
	float: left;
	letter-spacing: 0.18em;
	line-height: 70px;
	margin-top: 0;
	padding-top: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index:5;
}

.calendar .day.not-this-month {
	background-color:#fff;
	color:silver;
}

.calendar .day.school {
	background-color:#6b8291;
}

.calendar .day.academic {
	background-color:#7bafde;
}

.calendar .day.today {
	background-color:#fd0;
}

.calendar .day.has-events {
	padding:0;
}

.calendar .day.has-events > a {
	display:block;
	height:100%;
	padding:8px;
	width:100%;
	color:#6b8291;
}

.calendar .day.has-events:not(.today) > a {
	color:#fff;
}

.calendar-title.did-you-know {
	background-color:#0072bc;
	margin-top:25px;
	padding:0;
}

.calendar-title.did-you-know a {
	color:#fff;
	padding:5px 20px;
	display:block;
	width:100%;
	height:100%;
}

.calendar-body {
	margin-bottom:30px;
}

.calendar-legend .label {
	color:#6b8291;
	float:left;
	font-size:1.4em;
	line-height:1.2em;
	padding:10px 1%;
	text-transform:uppercase;
	width:36%;
}

/* success stories multicolumn & details */
.wu-profile {
	float: left;
	margin: 0 3% 2em 0;
	overflow-y: hidden;
	width: 47%;
}
.wu-profile:nth-child(3n){
	clear:both;
}
.wu-profile-image {
	height: 300px;
	width: 220px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.wu-profile-image>img {
	display:none;
}
.wu-profile > h3, .wu-profile > p {
	color: #767678;
}
.content.internal-page .wu-profile > h3 {
	font-weight: normal;
	margin-top: 25px;
	font-size: 2.8em;
	text-transform: none;
	padding-top: 0;
}
.content.internal-page .wu-profile p {
	font-family: "jaf-bernino-sans", sans-serif;
	font-size: 1.8em;
}
.wu-profile p a {
	color: #0072bc;
	font-weight: bold;
	display: inline-block;
}

/*clickable box styles*/

.click-box-container {}
.click-box {
	background-color:rgb(255, 237, 145);
	width: 31.5%;
	margin: 0px 1%;
	height:320px;
	display:block;
	float:left;
	overflow:hidden;
}
.click-box:first-child {
	margin: 0px 1% 0px 0px;
}
.click-box:last-child {
	margin: 0px 0px 0px 1%;
}

	
.click-box-title {
	position:absolute;
	top:0;
	left:0;
	padding:20px 0;
	background-color:#0072BC;
	min-height:70px;
	width:100%;
	color:#fff;
	text-transform: uppercase;
	z-index:10;
}	

.content .click-box .click-box-title p {
	padding:0 30px;
	line-height:inherit;
	font-size:2.4em;
	font-weight:600;
	margin-bottom:0;
}

#click-box-content {
	height:100%;
	background-position: center center;
	background-size:cover;
	z-index:0;
	padding-top:70px;
}

#click-box-content a{
	font-size: .8em;
}
.click-box > a {
	position:relative;
	display:block;
	height:100%;
}
.content  #click-box-content p {
	margin: 10px 20px;
	line-height:1.2em;
	
}
/* click-box hover overlay */
.overlay {
	height:100%;
	width:100%;
	background-color:rgb(0, 114, 186);
	position:absolute;
	top:0;
	left:0;
	z-index:20;
	opacity:0;
	transition:opacity 0.3s;
}

.click-box:hover .overlay{
	opacity:0.5;
}


/* Icon Carousel*/

.carousel-constrain {
	background: rgba(253, 218, 169, 1);
	background: -moz-linear-gradient(left, rgba(252,217,169,1) 0%, rgba(254,224,164,1) 61%, rgba(255, 237, 145, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,217,169,1)), color-stop(61%, rgba(254,224,164,1)), 	color-stop(100%, rgba(255,237,145,1)));
	background: -webkit-linear-gradient(left, rgba(252,217,169,1) 0%, rgba(254,224,164,1) 61%, rgba(255,237,145,1) 100%);
	background: -o-linear-gradient(left, rgba(252,217,169,1) 0%, rgba(254,224,164,1) 61%, rgba(255,237,145,1) 100%);
	background: -ms-linear-gradient(left, rgba(252,217,169,1) 0%, rgba(254,224,164,1) 61%, rgba(255,237,145,1) 100%);
	background: linear-gradient(to right, rgba(252,217,169,1) 0%, rgba(254,224,164,1) 61%, rgba(255,237,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd9a9', endColorstr='#ffed91', GradientType=1 );
	width:100%;
	height:300px;
}
.carousel-mask {
	overflow:hidden;
	height:100%;
	z-index:5;
	margin:0 80px;
	transition: width 0.4s;
}
.carousel-container {
	vertical-align:text-top;
	text-align:left;
	position:absolute;
	top:0;
	left:0;
	transition: left 0.4s;
}
.carousel-unit {
	color:#277ECB;
	margin:0 15px;
	padding:0;
	width:200px;
	text-align:center;
	float:left;
	vertical-align:top;
}
.carousel-icon {
	background-image:url('/site/images/icon-sprite-1.png');
	width:100px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}
.carousel-text {
	font-family: jaf-bernino-sans, sans-serif;
	font-size:1.3em;
	line-height:1.0em;
	height:auto;
	margin:10px 0;
	text-transform:uppercase;
	letter-spacing:.03em;
	line-height:1.4em;
}

.carousel-number {
	font-family: jaf-bernino-sans, sans-serif;
	position:relative;
	bottom:0;
	font-size:3.6em;
	text-transform: uppercase;
	letter-spacing:.02em;
}
.carousel-arrow-left, .carousel-arrow-right {
	top:0;
	height:100%;
	width:80px;
	background-image: url('/site/images/carousel-arrows.png');
	background-repeat: no-repeat;
	position:absolute;
	z-index:10;
	cursor: pointer;
}
.carousel-arrow-left{
	background-position: 50px 50%;
	left:0;
}

.carousel-arrow-right {
	background-position:-30px 50%;
	right:0;
}


.ribbon {
	background-position: 0px 1400px;
}
.clock {
	background-position: 0px 1500px;
}
.torch {
	background-position: 10px 600px;
}
.judge {
	background-position: 0 0;
}

.courthouse {
	background-position: 0px 500px;
}
.scroll {
	background-position: 0px 1700px;
}
.globe {
	background-position: 0px 400px;
}
.officechair {
	background-position: 0px 2400px;
}
.scale {
	background-position: 0px 900px;
}
	
/* law library styles */
.content.internal-page .law-library-search {
	margin-bottom: 25px;
}

.content.internal-page .law-library-search form > div {
	margin-bottom: 0;
}

.content.internal-page .law-library-search .search-btn {
	height: 42px;
	padding: 0;
	width: 42px;
}
.content.internal-page .law-library-search .custom-dropdown {
	overflow: hidden;
	width: 40%;
}
.content.internal-page .law-library-search .form_builder_split:nth-child(2) {
	margin-right: 0;
}

/* ! SEARCH PANEL */
.search-result-container {
	margin-top:113px;
	height: 0;
	overflow: hidden;
	background-color: #0072BC;
	background:linear-gradient(to right,#00234C 0%,#0072BC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00234C', endColorstr='#0072BC', GradientType=1 );
	padding: 0;
	transition: padding 0.5s;																		
}

#search-results > h1 {
	font-size: 1.8em;
}

.show-search-result {
	height: auto;
	padding: 0px 40px 40px;
}
.show-search-result .no-top-image {
	margin-bottom: 0;
}

.search-result-inner-container {
	background-color: #ffffff;
	padding: 50px 40px 40px;
}

.search-result-content {
	border-top: 2px solid #6b8291;
}

.search-result-content h4 {
	color: #00234c;
	font-weight: 700;
	margin-bottom: 5px;
}

.search-result-content h4 b {
	font-weight: 800;
}

.search-result-content p {
	color: #6b8291;
	margin-bottom: 5px;
}

.search-result-content .related-url {
	color: #0072bc;
	font-family: "jaf-bernino-sans",sans-serif;
	font-size: 1.6em;
}

.search-header-footer, .search-footer a {
	color: #0072bc;
	font-family: "jaf-bernino-sans",sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	padding: 8px 20px;
}

.search-header-footer {
	border-top: 2px solid #6b8291;
}

.search-footer.clear {
	margin-top: 40px;
}

.icon-search-results-next, .icon-search-results-prev {
	margin-left: 10px;
	width: 12px;
}
.icon-search-results-prev {
	background-position: -347px -142px;
	margin-left: 0;
	margin-right: 10px;
}

#prev-results {
	float: left;
	padding-left: 0;
}

#next-results {
	float: right;
	padding-right: 0;
}
.common-box-title {
	float: left;
}
.search-result-close {
	display: block;
	width: 50px;
	height: 50px;
	background:url(../images/icons.png) repeat scroll -726px -25px;
	float: right;
	margin: 30px 0 20px;
}

/***********************************
	404 page start
*********************************/
.content > div.page-not-found-container { width:40%; margin:100px auto 50px; min-width: 300px; padding: 0;}
.page-not-found-container img { width:200px; margin:0 auto; display:block; }
.page-not-found-container h2 { font-size:4em; margin-bottom:10px; color:#1674ba; text-align:center; font-weight:normal; }
.page-not-found-content { padding:15px; background:#f4f4f4; }
.content.internal-page .page-not-found-content p { font-size:2em; margin-bottom:20px; color:#4e6681; line-height:26px; font-family: serif; }
/***********************************
	404 page end
*********************************/


/* ! CLEAR */
.clear {
	clear:both;
	float:none;
}
/* ! MAIN NAVIGATION */
.main-menu {
	width:100%;
	background-color:rgba(0,114,188,0.8);
	font-family:jaf-bernino-sans,sans-serif;
}
.main-menu > ul > li.give-apply > ul > .give {
	background-color:rgba(83, 192, 85, 1);
}
.main-menu > ul > li.give-apply > ul > .apply {
	background-color:rgba(255,215,0,1);
}

/* law library styles */
.law-library-search {
	margin-bottom: 25px;
}

.law-library-search .search-btn {
	height: 42px;
	padding: 0;
	width: 42px;
}
.law-library-search .custom-dropdown {
	overflow: hidden;
	width: 40%;
}
.law-library-search .form_builder_split:nth-child(2) {
	margin-right: 0;
}

/* ! MEDIA QUERIES BEGIN */

@media screen and (min-width: 651px) {	
	.main-menu > ul {
		height:5em;
		margin:0 auto;
	}
	.main-menu li {
		list-style:none;
		transition: 0.3s;
	}
	.main-menu > ul > li {
		display:block;
		float:left;
		position:static;
	}
	.main-menu > ul > li.give-apply {
		position:absolute;
		top:0;
		right:0;
		float:none;
	}
	.main-menu > ul > li:not(.give-apply):hover {
		background-color:rgba(149,203,249,.7);
	}
	
	.main-menu > ul > li:hover:not(.give-apply) a {
		color: #00234c;
	}
	
	.main-menu > ul > li > a,.give a,.apply a {
		color:#fff;
		display:block;
		height:100%;
	}
	
	.main-menu > ul > li:not(.give-apply) > ul > li a:hover, 
	.main-menu > ul > li:not(.give-apply) > ul > li a:active, 
	.main-menu > ul > li:not(.give-apply) > ul > li a:focus {
	/*	 border-color: #00529c; */
		color: #0072BC;
	}
	
	.main-menu > ul > li > a > span,.give > a > span,.apply > a > span {
		display:block;
		height:100%;
		line-height:50px;
		margin:0 2.5em;
	}
	.main-menu > ul > li > a > span,.give > a > span,.apply > a > span, .main-menu > ul > li > ul >li > a > span {
		letter-spacing:0.07em;
		text-transform:uppercase;
		font-weight:700;
	}
	.main-menu li a > span {
		font-size:1.5em;
	}
	.main-menu > ul ul {
		display:none;
	}
	
	.main-menu > ul > li:not(.give-apply):hover > ul,
	.main-menu > ul > li:not(.give-apply):hover > ul > li > ul {
		display:block;
	}
	
	.main-menu > ul > li:not(.give-apply) > ul {
		background-color: #fd0;
		background:linear-gradient(to left,#ffaa37 0%,#fd0 100%) repeat scroll 0 0 rgba(0,0,0,0);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd00', endColorstr='#ffaa37', GradientType=1 );
		left:0;
		padding:20px 40px;
		position:absolute;
		text-align:left;
		width:100%;
		display:none;
		column-count: 5;
		-moz-column-count: 5;
		-webkit-column-count: 5;
		-ms-column-count: 5;
		-o-column-count: 5;
	}
	.no-csscolumns .main-menu > ul > li:not(.give-apply) > ul > li {
		float: left;
		display: block;
		width: auto;
		margin-right: 20px;
	}
	.no-csscolumns .main-menu > ul > li:not(.give-apply) > ul > li:nth-child(6) {
		clear: both;
	}
	.main-menu > ul > li:not(.give-apply) > ul > li {
		font-weight:700;
		page-break-inside:avoid;
		-webkit-column-break-inside:avoid;
		padding-bottom:25px;
		display:inline-block;
		width:100%;
	}
	
	.main-menu > ul > li:not(.give-apply) > ul > li a {
		color:#00234c;
		text-transform:none;
		margin-bottom:1em;
		border-bottom: 1px dashed transparent;
	}
	
	.main-menu > ul > li:not(.give-apply) > ul > li > a {
		border-top:2px solid #00234c;
		text-transform:uppercase;
		display:inline-block;
		height: 100%;
	}
	.main-menu > ul > li:not(.give-apply) > ul > li > ul > li {
		font-weight:400;
		letter-spacing:normal;
		margin-bottom:1em;
	}
	
	/* ! GIVE AND APPLY  */
	.main-menu > ul > li.give-apply > ul {
		display:block;
	}
	
	.main-menu > ul > li.give-apply > ul > .give,.main-menu > ul > li.give-apply > ul > .apply {
		display:block;
		float:left;
	}
	
	.main-menu > ul > li.give-apply > ul > .give a,.main-menu > ul > li.give-apply > ul > .apply a {
		color:#00234c;
	}
	
	.main-menu > ul > li.give-apply > ul > .give:hover {
		background-color:rgba(83, 192, 85, 0.7);
	}
	.main-menu .give > a > span {
		margin:0 2em;
	}
	
	.main-menu > ul > li.give-apply > ul > .apply:hover {
		background-color:rgba(255,215,0,0.7);
	}
	.main-menu .apply > a > span {
		margin:0 2.5em;
	}
	.main-menu > ul > li > a.open-apply-menu {
		background:url(../images/icons.png) repeat scroll -12px -225px;
		display:none;
		height:40px;
	}
	.mobile-button, .main-menu .right-arrow, .main-menu > ul > .mobile-back {
		display: none;
	}
	.mobile-button a {
		background:url(../images/icons.png) repeat scroll -220px -490px;
	}
	.give-apply .utility > li {
		border: medium none;
		display: block;
		float: left;
		height: 50px;
		padding: 0;
		width: 40%;
	}
	.give-apply .utility > li:first-child {
		width: 100%;
	}
	.give-apply .utility > li:last-child {
		width: 60%;
	}
	.give-apply .utility > li a {
		background-color: rgba(0, 114, 188, 0.8);
		color: #ffffff;
		display: block;
		font-size: 1.3em;
		font-weight: bold;
		height: 100%;
		padding: 19px 1em;
		text-align: right;
		width: 100%;
	}
	.give-apply .utility > li a:hover {
		background-color: rgba(149, 203, 249, 0.8);
		color: #00234c;
	}
	.faculty-tab-select .mobile {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.no-touch .students > div:hover {
		width:100%;
		z-index:2;
		left:0;
	}
	
	.no-touch .students > div:hover > div.maxwidth {
		width:100%;
	}
	
	.no-touch .student-two:hover > .maxwidth,.no-touch .student-three:hover > .maxwidth,.no-touch .student-four:hover > .maxwidth {
		left:0;
	}
	.main-menu > ul > li.give-apply > ul.utility {
		display: none;
	}
}
/* ! main navigation responsive sizing */
@media screen and (max-width:1311px) {
	.content.internal-page .calendar .month {
		font-size: 1.8em;
	}
	.main-menu > ul > li > a span, .main-menu .give-apply a > span {font-size: 1.3em; }
	.main-menu > ul > li > a span { margin: 0 2em; }
	.main-menu .give > a > span { margin: 0 1em; }
	.main-menu .apply > a > span { margin: 0 2em; }
	.our-stories > div.students {
		height: 400px;
	}
	.students .quote > h3 {
		font-size: 2.2em;
		padding: 20px 35px;
	}
	.feed h2 {
		font-size: 2.6em;
	}
	.slide p {
		font-size: 1.8em;
		text-indent: -8px;
		padding: 8px 16px 16px;
	}
	.slide .image {
		height: 200px;
	}
	.calendar .day.has-events > a, .calendar .day {
		padding: 8px 3px;
	}
}
@media screen and (max-width:1119px) {
	.main-menu > ul > li > a span, .main-menu .give-apply a > span {font-size: 1.3em; }
	.main-menu > ul > li > a span { margin: 0 2em; }
	.main-menu .give > a > span { margin: 0 1em; }
	.main-menu .apply > a > span { margin: 0 2em; }
	.main-menu > ul > li:not(.give-apply) > ul {
		column-count: 4;
		-moz-column-count: 4;
		-webkit-column-count: 4;
		-ms-column-count: 4;
		-o-column-count: 4;
	}
	.no-csscolumns .main-menu > ul > li:not(.give-apply) > ul > li:nth-child(5) {
		clear: both;
	}
	.our-stories > div.students {
		height: 300px;
	}
	.whats-going-on h1, .signature h1, .our-stories h1, .caption h1, .content.internal-page .delaware-way-title h1 {
		font-size: 4em;
	}
	.content.internal-page .calendar .month {
		font-size: 1.5em;
	}
}
/* 1055 - show hamburger icon for give / apply links */
@media screen and (max-width:1055px) {
	.main-menu > ul > li > a span{margin: 0 1.85em; font-size: 1.3em; }
	.main-menu > ul > li.give-apply {
		float: right;
	}
	.main-menu > ul > li > a.open-apply-menu {
		display:block;
		height:50px;
		width: 70px;
	}
	
	.main-menu > ul > li.give-apply > ul > .give, .main-menu > ul > li.give-apply > ul > .apply {
		text-align: center;
		width: 40%;
	}
	
	.main-menu > ul > li.give-apply > ul > .apply {
		width: 60%;
	}
	
	.main-menu > ul > li.give-apply > ul {
		display: none;
		position:absolute;
		right:0;
		top:50px;
		width: 300px;
	}
	
	.main-menu > ul > li.give-apply.open > ul {
		display:block;
	}
	.click-box {
		height:280px;
	}
	.click-box-title {}	
	.content .click-box-title p {
		padding:0 20px;
		line-height:inherit;
		font-size:1.8em;
		font-weight:600;
	}
}

@media screen and (max-width: 1024px) {
	/* ! MAIN NAVIGATION @ 1024 */
	header {
		position:relative;
	}
	.right .utility {
		display: none;
	}
	
	.main-menu > ul > li.give-apply > ul.utility + ul {
		top: 150px;
	}
	
	.main-menu > ul > li {
		letter-spacing:.1em;
	}
	
	.page-wrapper > .background-image {
		max-height: 481px;
		overflow: hidden;
		position: relative;
	}
	/* ! HOME CONTENT @ 1024 */
	
	.maxwidth.content.home > div {
		padding: 0;
	}
	.home.content, .delaware-way.content {
		margin-top: -78px;
		padding-top:0;
	}
	
	.search-result-container {
		margin-top: 0;
	}
	
	/* NEWS AND EVENTS & SIGNATURE PROGRAMS */
	.whats-going-on,.signature {
		float:none;
		width:100%;
	}
	
	.whats-going-on {
		padding: 30px 30px 0;
	}
	
	.signature {
		padding-top:0;
		padding-right:0;
		padding-bottom:35px;
	}
	
	.signature h1 {
		padding-left:40px;
		margin-bottom: 10px;
	}
	
	.signature .slide .image,.signature .slide .text {
		width:50%;
		float:left;
	}
	
	.signature .slide .image {
		height:350px;
	}
	
	.slide .text {
		padding-bottom: 30px;
	}
	
	.signature .controls {
		bottom:0;
		left:50%;
		position:absolute;
	}
	
	/* OUR STORIES */
	.our-stories {
		margin: 0;
	}
	
	.our-stories h1 {
		margin-bottom: 10px;
	}
	
	.our-stories > div.students {
		height:1120px;
		padding-bottom:15px;
	}
	
	.students > div {
		height:49%;
		width:48.666%;
	}
	
	.students .student-two,.students .student-four {
		left:auto;
		margin-right:0;
		right:0;
	}
	
	.students .student-three {
		left:0;
	}
	
	.students .student-three,.students .student-four {
		top:570px;
	}
	
	.students .image {
		width:100%;
	}
	
	.students > div > div {
		width:100%;
	}
	
	.students > div .three {
		left: 0;
		width: 100%;
		top: 100%;
	}
	
	.students > div:hover .three, .students > div:focus .three, .students > div:active .three {
		width: 100%;
		top: 0;
	}
	
	.student-two > .maxwidth,.student-three > .maxwidth,.student-four > .maxwidth {
		left:0;
	}
	
	.students .who,.students .quote {
		left:0;
		position:absolute;
		width:100%;
		bottom:0;
	}
	
	.students .quote {
		background:rgba(0,114,188,0.8);
		top:100%;
		transition: top 0.3s;
	}
	
	.students .quote .who-inside {
		height: auto;
	}
	
	.students .image {
		left:0;
	}
	
	.students .who {
		display:none;
	}
	
	.students > div:hover .quote, 
	.students > div:hover .quote .who-inside, 
	.students > div:active .quote,
	.students > div:active .quote .who-inside,
	.students > div.tapped .quote,
	.students > div.tapped .quote .who-inside,
	.no-touch .students > div:hover .two,
	.no-touch .students > div:hover .three {
		display:block;
		top:0;
		width: 100%;
	}
	
	.students .quote > h3 {
		padding:35px;
	}
	
	/* CAPTION */
	.caption .right-arrow {
		display:none;
	}
	
	/* ! INTERNAL PAGE CONTENT @ 1024 */
	
	.content.internal-page .quote-contact-box .quote > h2 {
		font-size: 2em;
	}
	
	.content.internal-page .intro > h1 {
		font-size: 2.5em;
	}
	
	.content.internal-page .page-title {
		margin-bottom: 15px;
	}
	
	.content.internal-page form {
		width: 100%;
		padding: 20px;
	}
	.content.internal-page label {
		font-size: 1.5em;
	}
	.form_builder fieldset{
		margin-bottom: 20px;
	}
	.content.internal-page form > div {
		margin-bottom: 10px;
	}
	.content.internal-page form h2 {
		font-size: 2em;
	}
	.form_builder .form_builder_date_2 {
		width: 20%;
		margin-right: 5%;
	}
	.form_builder .form_builder_date_4 {
		margin-right: 0;
		width: 50%;
	}
	.form_builder .form_builder_date_4 input.form_builder_text, .form_builder .form_builder_date_2 input.form_builder_text {
		width: 100%;
	}
	form input, form textarea {
		max-width: 100%;
	}
	/* ! FOOTER @ 1024 */
	footer .maxwidth > .social,footer .maxwidth > .widener,footer .maxwidth > .delaware {
		width:32.333%;
		padding-right: 10px;
	}
}
@media screen and (max-width:1023px) {
	.main-menu > ul > li > a span{margin: 0 1.85em; font-size: 1.3em; }
	.current-page-title:before {
/* 		content: '1023'; */
	}
	.content.internal-page .delaware-way-block .text > p {
		font-size: 1.8em;
	}
}
@media screen and (max-width:991px) {
	.main-menu > ul > li > a > span { margin: 0 1.85em; font-size: 1.3em; }
	.current-page-title:before {
/* 		content: '991'; */
	}
}
@media screen and (max-width:959px) {
	.main-menu > ul > li > a > span { margin: 0 1.85em; font-size: 1.3em; }
	.main-menu > ul > li:not(.give-apply) > ul {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
		-ms-column-count: 3;
		-o-column-count: 3;
	}
	.no-csscolumns .main-menu > ul > li:not(.give-apply) > ul > li:nth-child(4) {
		clear: both;
	}
	.current-page-title:before {
/* 		content: '959'; */
	}
	.content.internal-page .delaware-way-block .text > h3 {
		font-size: 1.6em;
	}
	
}
@media screen and (max-width:927px) {
	.main-menu > ul > li > a > span { margin: 0 1em; font-size: 1.2em; }
	.current-page-title:before {
/* 		content: '927'; */
	}
	.logo img {
		max-width: 357px;
		width: 100%;
	}
	.search input {
		max-width: 100%;
	}
	.search button {
		display: none;
	}
	.quote-contact-box .quote, .quote-contact-box .contact {
		width: 100%;
		float: none;
	}
	.left-sidebar {
		width: 33%;
	}
	.wu-profile {
		float: none;
		width: 100%;
	}
	.quote-contact-box .contact {
		margin-left:0;
	}
	.click-box,	.click-box:first-child, .click-box:last-child  {
		display:block;
		width:auto;
		margin:0 0 20px 0;
		float:none;
	}
}
@media screen and (max-width:895px) {
	.main-menu > ul > li > a > span { margin: 0 1em; font-size: 1.15em; }
	.current-page-title:before {
/* 		content: '895'; */
	}
}
@media screen and (max-width:863px) {
	.main-menu > ul > li > a > span { margin: 0 1em; font-size: 1.1em;}
	.current-page-title:before {
/* 		content: '863'; */
	}
	.content.internal-page.faculty .faculty-list a:hover .hover, 
	.content.internal-page.faculty .faculty-list a:focus .hover, 
	.content.internal-page.faculty .faculty-list a:active .hover {
		width: 30px;
	}
	.faculty-list .hover .hide {
		display: none;
	}
	.filters {
		width: 100%;
	}
	.faculty-sort > * {
		margin-right: 0;
		width: 100%;
		padding: 20px 0 0;
	}
	.faculty-sort > h3 {
		margin-top: 0px;
	}
	.filters li {
		display: block;
		float: left;
		margin-right: 4%;
		width: 22%;
	}
	.filters li:last-child {
		margin-right: 0;
	}
	.faculty-tab-select .mobile {
		display: block;
	}
	.faculty-tab-select .mobile.triangle {
		display: inline-block;
		margin: 0 12px 0 0;
		background-position: -444px -193px;
	}
	.faculty-tab-select li.active .triangle {
		background-position: -443px -243px;
	}
	.faculty-tab-select div.mobile {
		height: 0;
		overflow: hidden;
	}
	.faculty-tab-select div.mobile.active {
		height: auto;
		padding-bottom: 20px;
	}
	.mobile.active > h5:first-child {
		display: none;
	}
	.third-column.left {
		width: 100%;
	}
	.third-column.right {
		display: none;
	}
}
@media screen and (max-width:831px) {
	.main-menu > ul > li > a > span { margin: 0 1em; font-size: 1.05em; }
	.current-page-title:before {
/* 		content: '831'; */
	}
	.our-stories > div.students {
		height: 1010px;
	}
	.students .student-three, .students .student-four {
		top: 510px;
	}
	.students .quote > h3 {
		font-size: 2em;
		padding: 20px;
	}
	.students .quote .who-inside {
		padding: 0 20px 20px;
	}
	footer > div {
		padding: 30px;
	}
	iframe {
		display: block;
		height: auto;
		width: 100%;
	}
}
@media screen and (max-width:799px) {
	.main-menu > ul > li > a > span { margin: 0 0.7em; font-size: 1.05em; }
	.current-page-title:before {
/* 		content: '799'; */
	}
	footer > div {
		padding: 20px;
	}
}
@media screen and (max-width:750px){
	footer .maxwidth > .social, footer .maxwidth > .widener, footer .maxwidth > .delaware {
		width: 100%;
		float: none;
	}
	footer {
		padding-bottom: 20px;
	}
	footer .delaware li {
		margin-bottom: 20px;
	}
	footer p {
		margin-bottom: 20px;
	}
	footer P + br {
		display: none;
	}
	/* Force table to not be like tables anymore */
	.right-content table { 
		display: block;
		max-width: 100%;
		width: 100%;
	}
	.right-content tbody,.right-content tfoot {
		display: block;
		max-width: 100%;
	}
	.content.internal-page table tbody {
		border: 1px solid rgba(212, 227, 245, 0.75);
		width: 100%;
	}
	.content.internal-page table tr {
		display: block;
		width: 100%;
	}
	.content.internal-page table td {
		display: block;
		padding: 5px;
		text-align: left !important;
		width: 100%;
	}
	.content.internal-page table td:first-child {
		font-weight: bold;
		padding: 10px 5px;
	}
	.content.internal-page table thead {
		display: none;
	}
	.table-title {
		display: inline;
	}
	.delaware-way .two-column > div:not(.clear) {
		width: 100%;
		float: none;
	}
}
/* ! MOBILE MENU */
@media screen and (max-width:1800px){
	.calendar > div:not(.calendar-title) {
		padding-left: 20px;
	}
	.content.internal-page .calendar .month {
		margin-left: -20px;
		padding-left: 20px;
	}
}
@media screen and (max-width:650px) {
	.page-wrapper {
		overflow: hidden;
		width: 100%;
	}
	.main-menu, .utility {
		display: none;
	}
	.logo {
		margin-bottom: 10px;
	}
	header .left, header .right {
		max-width: 100%;
	}
	header .right {
		width: 100%;
	}
	.main-menu > ul > li.give-apply > ul.utility {}
	.main-menu > ul > li.give-apply > ul.utility li {
		border:none;
		display:block;
	}
	.main-menu > ul > li.give-apply > ul.utility li a {
		padding:20px 40px;
		color:#fff;
	}
	.search {
		float: left;
		width: 75%;
		margin-bottom: 0;
	}
	.search input {
		height: 55px;
		width: 100%;
	}
	.mobile-button {
		display: block;
		float: right;
		width: 25%;
	}
	.mobile-button a {
		background: url("../images/icons.png") repeat scroll -268px -68px / 440px auto rgba(0, 0, 0, 0);
		display: block;
		height: 56px;
		float: right;
		width: 56px;
	}
	.main-menu.open {
		display: block;
		background-color: #0072bc;
		background: linear-gradient(to right, #00234c 0%, #0072bc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00234c', endColorstr='#0072bc', GradientType=1 );
		padding-bottom: 50px;
	}
	.main-menu ul {
		list-style: none;	
	}
	.main-menu > ul > li:not(.give-apply) ul {
		right: -100%;
		padding-bottom: 50px;
		position: absolute;
		background-color: #0072bc;
		background: linear-gradient(to right, #00234c 0%, #0072bc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00234c', endColorstr='#0072bc', GradientType=1 );
		display: block;
		width: 100%;
		z-index: 1;
		transition: right 0.3s;
	}
	.main-menu > ul > li:not(.give-apply) > ul {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		-ms-column-count: 1;
		column-count: 1;
	}
	.no-csscolumns .main-menu > ul > li:not(.give-apply) > ul > li {
		float: none;
	}
	.main-menu > ul > li:not(.give-apply) ul.open {
		right: 0;
	}
	.main-menu > ul li, .main-menu > ul > li.give-apply > ul li {
		background-color: #0072bc;
	}
	.main-menu li .open li:first-child a .right-arrow {
/* 		display: none; */
	}
	.main-menu li li {
		background-color: #ffdd00;
	}
	.main-menu li li a {
		color: #00234c;
	}
	.main-menu li li li {
		background-color: #ffad39;
	}
	.main-menu li li li li {
		background-color: #7BAFDE;
	}
	.main-menu li li li li li {
		background-color: #D4E3F5;
	}
	.main-menu li li li li li li {
		background-color: #00234C;
	}
	.main-menu li li li li li li a {
		color: #fff;
	}
	.main-menu a, .main-menu li.active > a {
		color: #ffffff;
		font-size: 1.5em;
		padding: 20px;
		text-transform: uppercase;
		margin-bottom:5px;
	}
	.main-menu a {
		display:block;
	}
	.main-menu a span, .main-menu > ul > li > a > span{
		margin: 0 1em;
	}
	.main-menu > ul > li.give-apply {
		background-color: transparent;
		float: none;
		padding: 0;
	}
	.main-menu > ul > li.give-apply > ul {
		display: block;
		list-style: outside none none;
		position: relative;
		right: auto;
		top: 0;
		width: 100%;
	}
	.main-menu > ul > li.give-apply > ul > .give, .main-menu > ul > li.give-apply > ul > .apply {
		text-align: left;
		width: 100%;
	}
	.main-menu > ul > li.give-apply > ul > .give a, .main-menu > ul > li.give-apply > ul > .apply a {
		color: #00234c;
	}
	.main-menu > ul > li > a.open-apply-menu {
		display: none;
	}
	.main-menu > ul > li > a span, .main-menu .give-apply a > span {
		font-size: inherit;
		margin: 0 1em;
	}
	.main-menu a span, .main-menu > ul > li > a > span {
		display: block;
		margin: 0 1em;
		padding: 0 20px;
	}
	.main-menu a .right-arrow, .main-menu a .left-arrow {
		background-position: -40px -28px;
		background-size: 900px auto;
		height: 60px;
		opacity: 0.5;
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
	}
	.main-menu a .left-arrow {
		background-position: -566px -41px;
		background-size: 320px auto;
		left: 0;
		right: auto;
	}
	.open {
/* 		top: -5px !important; */
	}
	.mobile-back {
		margin-top:0;
	}
	.main-menu > ul > li.give-apply > ul.utility + ul {
		top: 0;
	}

	/* new menu CSS */
	.main-menu .mobile-back a,
	.main-menu .show-one > li > a,
	.main-menu .show-none > li > a {
		height:0;
		padding:0 20px;
		overflow:hidden;
		margin-bottom:0;
	}
	.main-menu .mobile-back.show-back  a,
	.main-menu .show-one > li.show-children a {
		height:auto;
		padding:20px;
		margin-bottom:5px;
	}	
	.main-menu li.show-children > a > .right-arrow {
		opacity:0;
	}


	/* ! HOME PAGE @ 650 */
	.home.content {
		margin-top: 0;
	}
	video#bgvid {
		display: none;
	}
	.maxwidth.content.home > div.caption, .whats-going-on {
		padding-left: 20px;
		padding-right: 20px;
	}
	.whats-going-on h1, .signature h1, .our-stories h1, .caption h1, .content.internal-page .delaware-way-title h1 {
		font-size: 3em;
		text-align: left;
	}
	.whats-going-on > h1 {
		float: left;
		top: -12px;
		width: 50%;
	}
	.feed > div {
		float: none;
		width: 100%;
	}
	.signature {
		padding-bottom: 0;
	}
	.signature .slide .image, .signature .slide .text {
		float: none;
		width: 100%;
	}
	.signature .controls {
		left: 0;
	}
	.our-stories {
		display: none;
	}
	.signature h1 {
		padding-left: 20px;
	}
	.social a {
		margin-right: 8%;
	}
	.delaware-way.content > div:not(.clear) {
		padding: 0 15px 50px;
	}
	/* ! INTERNAL PAGE @ 650 */
	.left-sidebar {
		display: none;
	}
	.featured-image img {
		height: 300px;
		width: auto;
	}
	.no-top-image {
		margin-top: 20px;
	}
	.right-content > .breadcrumbs {
		line-height: 1em;
		padding-top: 20px;
	}
	.article .image {
		float: none;
		margin: 0 0 30px;
	}
	.article img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	.search-result-container.show-search-result {
		padding: 0 0 30px;
	}
	.search-result-inner-container.maxwidth {
		padding: 0 20px;
	}
	.search-result-content {
		padding-bottom: 10px;
	}
	.right-content img {
		margin-right: 0px;
	}
	/**Updated**/
	header .logo {
    	margin-left: 0px;
	}
	.carousel-constrain {
		display:none;
	}
}