@import url( bootstrap.css );
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* CSS Document */

@media print {
	a:link:after {
		content: " ";
	}
}

/*Fix actionMenu DNN9*/
.dnnEditState .actionMenu{
  display:block!important;
  opacity: 1!important;
}

.DNNEmptyPane,
.grid__unit.DNNEmptyPane{
	display: none;
   width:auto;
}


#Body {
	color: #8a8a8a;
	background: #FFF;
}

.hero-unit {
	overflow: hidden;
	max-height:400px !important;
}

.body_bg {
	min-height: 100%;
	padding-bottom: 9px;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 12px/1.5 Oswald, Helvetica, sans-serif;
	color: #8a8a8a;
	height: 100%;
}

p {
	margin: 0px 0px 8px 0px;
}

header,
nav,
section,
footer {
	display: block;
}

.mark {
    background-color: transparent;
}

A,
A:link {
	text-decoration: none;
	transition: color ease 300ms;
	-moz-transition: color ease 300ms; /* Firefox 4 */
	-webkit-transition: color ease 300ms; /* Safari and Chrome */
	-o-transition: color ease 300ms; /* Opera */
	-ms-transition: color ease 300ms; /* IE9? */
	color:#3b9cf7;
}

A:active {
	color:#3b9cf7;
	text-decoration: none;
}

A:visited {
	color:#3b9cf7;
	text-decoration: none;
}

A:hover {
	color:#3b9cf7;
	text-decoration: underline;
}

A:focus {
	color:#3b9cf7;
	outline: none;
	-moz-outline: none;
}

h1 {
	color:#3b9cf7;
	font-family: Oswald, Helvetica, sans-serif;
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h2 {
	color:#3b9cf7;
	font-family:Oswald, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h3 {
	color:#000000;
	font-family:Oswald, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h4 {
	color:#000000;
	font-family:Oswald, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h5 {
	color:#000000;
	font-family:Oswald, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

form#Form {
	height: 100%;
}

.ModuleTitle_SubMenu {
	z-index: 9999!important;
}

.clearfix:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}


#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE!important;
}

.clear {
	clear: both;
}



/* ********** Container Style ************** */


.Head {
	font-weight: bold;
	font-family: Oswald, Helvetica, sans-serif, sans-serif;
}

.SubHead {
	font-family: Oswald, Helvetica, sans-serif, sans-serif;
}

.SubSubHead {
	font-family: Oswald, Helvetica, sans-serif, sans-serif;
}

.Normal {
	font-family: "PT Sans", Helvetica, sans-serif, sans-serif;
	font-size: 100%;
	line-height: 1.6;
}

.lg_social {
		display:block;
	}
	
#sm_social{
		display:none;
	}

/**************** Login page******************/
@media only screen and (max-width:767px) {

.loginContent .LoginPanel {
	width: 100% !important;
}

.loginContent .dnnFormItem .dnnLoginRememberMe {
	white-space: nowrap;
}

.loginContent .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}
}
/**************** register page******************/


@media only screen and (max-width:767px) {

.dnnRegistrationForm {
	min-width: inherit !important;
}

.dnnRegistrationForm .dnnForm {
	width: 100%;
}

.dnnRegistrationForm .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: 100%;
}

.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
	right: auto !important;
	position: static !important;
	margin-left: 5px !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem {
	padding: 0px !important;
	margin: 0px !important;
}

.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
	width: 100%;
	margin-bottom: 10px !important;
}
}

/**************** Password page******************/
@media only screen and(max-width:767px) {
 .dnnSendPasswordContent {
 width: auto !important;
}
 .dnnSendPasswordContent .dnnLabel {
 display: block !important;
 width: 100% !important;
 text-align: left;
}
 .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
 position: static;
}
 .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
 width: 90%;
 margin-bottom: 10px !important;
}
 .dnnSendPasswordContent ul.dnnActions {
 padding: 0 !important;
}
}

/* ********** Control Panel Style ************** */


 

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}

A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}

.FileManager A:hover {
	color: #000;
	text-decoration: none;
}




/* ********** Pane Style ************** */



.row [class*="Pane"] {
	padding: 0px 0px 30px 0px;
}

.DNNEmptyPane {
	display: none;
}


/* ********** Breadcrumb Style ************** */
.breadcrumb{
	background: none;
	padding: 0;
}

.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-family: Oswald;
	font-size: 18px;
	color: #23529f;
}
a.breadcrumb:hover {
	color: #c29c19;
	font-weight: normal;
	text-decoration: none;
}

.Breadcrumb_bg {
	margin-bottom: 30px;
}
 @media only screen and (max-width: 767px) {

.breadcrumbBox .breadcrumbRight {
	display: none;
}

.Breadcrumb_bg {
	margin-bottom: 15px;
}
}

/* ********** Other Style ************** */	
.dnn_layout {
	width: auto;
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 20px;
}
.content_mid{
	padding: 0px 50px;
}

/*Login*/




/* Search Style  */
.searchBox{
	position: relative;
	    display: block;
}
.search,
a.search:link,
a.search:active,
a.search:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px;
	color: #5e5e5e;
	text-align: center;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

.searchBox input.NormalTextBox,
.searchBox input.SearchTextBox {
	width: 100%;
	text-align: center;
	height: 100%;
	line-height: 18px;
	overflow: hidden;
	padding: 6.25px 0 6.25px 12.5px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #FFF;
	vertical-align: middle;
}

.searchBox .searchInputContainer {
	position: relative !important;
	display: block !important;
	height: 39px;
}

.searchBox #dnn_dnnSEARCH_ClassicSearch{
    background: #EEF4F7;
    border: medium none;
    color: #fff;
    display: block;
    position: relative;
    text-align: left;
    width: 370px;
    height: 56px;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 1px !important;
	left: auto;
	right: 35px !important;
}

.searchBox.searchSkinObjectPreview {
	right: inherit;
	left: auto;
	right: 0px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
	width: 100%;
	max-width: none;
	padding: 10px 0px !important;
}

.dnnSearchResultPanel {
	padding: 10px 0px 7px 0px !important;
}
/* ********** HEADER ************** */


.header_top {
	background: #0d0d0d;
	position:relative;
	z-index:1000;
}

.header_top,
.header_top a:link,
.header_top a:active,
.header_top a:visited,
.header_top .Normal {
	color: #707070;
}

.header_top a:hover {
	color: #3b9cf7;
	text-decoration: none;
}

.HeadPane {
	float: left;
	height: 36px;
	line-height: 36px;
}

.HeadPane .Normal {
	line-height: 36px;
}

.HeadPane .Normal .glyphicons {
	margin-bottom: 2px;
	vertical-align: middle;
}

.header_bg {
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */

}


#body,
body {
	position: relative;
}

.header_bg {
	
}

.roll_logo {
	display: none;
}

.dnn_logo {
	float: left;
	padding: 0;
	margin: 0 45px 0 85px;
}

.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.hedaer_minHeight {
	background-color: #000;
}

.roll_replace {
	position: absolute;
}

/* ********** NAV ************** */	

.nav_box {
	position: relative;
	text-align: center;
	float: right;
}

/* ********** NAV ************** */	
#top_menu {
    margin: 0 25px 0 0;
    position: relative;
    z-index: 904;
}
/*top menu*/
#top_menu {
	position:relative;
	float:right;
	z-index: 904;
}
#top_menu ul {
	margin:0px;
	padding:0px 0px;
	display:inline-block;
	background:transparent;
}
#top_menu ul:after {
	content:".";
	font-size:0px;
	height:0px;
	display:block;
	clear:both;
	visibility:hidden;
}
#top_menu li {
	list-style:none;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
}
#top_menu ul li a {
	text-decoration:none;
	display: block;
	cursor:pointer;
	width:auto;
	float:left;
}
#top_menu ul li a span{
	display:block; 
	white-space: nowrap;
}
#top_menu > div > ul > li > a > span {
	position:relative;
	color:#fff;
	background-color:transparent;
	font-size:15px;
	line-height:38px;
	height:38px;
	margin:0px 10px;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:    background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
#top_menu > div > ul > li > a:hover > span, #top_menu > div > ul > li.current > a > span, #top_menu > div > ul > li > a.menu_hover > span {
	background-color:transparent;
	color:#1b8ac5;
	border-bottom:4px solid #00a7de;
}
#top_menu > div > ul > li.last-item a span {
	margin-right: 0;
}
/*sub menu*/
#top_menu .menuslide{
	display: none; 
	float: left; 
	overflow:hidden; 
	position:absolute; 
}
#top_menu .menuslide div{
	margin-top:-8px;
}
#top_menu .menuslide ul{
	display: none;
	left: 0px; 
	float: left; 
	position:relative;
	margin:0px; 
	background:rgba(19,35,67,0.9); 
	padding:8px 0px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	border-radius:0px 0px 6px 6px;
}
#top_menu .menuslide ul li{
    display:block; 
	clear:both; 
	padding:0px 4px; 
	background:none; 
	margin:0px; 
	position:relative; 
}
#top_menu .menuslide ul li span{
	color:#8695B4; 
	display:block; 
	padding:0 30px 0 15px; 
	margin:0px; 
	background:none;
}
#top_menu .menuslide ul li a{
	display:block;
	font-weight: normal;
	font-size:12px;
	margin:0px;  
	padding:0px;
	background:none; 
	float:left; 
	line-height:26px;
}
#top_menu .menuslide ul a:hover{
	width:100%;
	background:none;   
	padding:0px; 
	line-height:26px; 
	background:rgba(92,107,138,0.7);  
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
}
#top_menu .menuslide ul a:hover span{
	color: #E0E3EA;  
	margin:0px;  
	background:none;
}
#top_menu .menuslide ul{
	float:left;
	left:0px;
	position:relative;
}
#top_menu .menuslide ul li a.menu_hover{
	 background:rgba(92,107,138,0.7); 
	 color:#E0E3EA;  
	 -moz-border-radius:5px; 
	 -webkit-border-radius:5px; 
	 border-radius:5px;
}
#top_menu .menuslide a.menu_hover span{
	background:none; 
	margin:0px; 
	color:#E0E3EA; 
}
#top_menu .menuslide ul > li.dir > a span{
    background:url(images/menu_icon2.png) 96% 50% no-repeat;
}
#top_menu .menuslide ul > li.dir > a:hover span{
    background:url(images/menu_icon1.png) 96% 50% no-repeat;
}
#top_menu .menuslide ul > li.dir > a.menu_hover span{
    background:url(images/menu_icon1.png) 96% 50% no-repeat;
}

.left_title{
	color: #006272;
	font-size: 25px;
	line-height: 1;
	font-size: 400;
	margin: 0 0 10px 0;
}

/*Left Menu*/

#left_menu {
	background: #eeeeee;
	padding: 20px 20px 10px;
	margin: 0px 0 15px;
	min-height: 200px;
	border-bottom:none;
}

#left_menu img {
	display: none;
}

#left_menu ul {
	padding: 0px;
	margin: 0px;
}

#left_menu ul li {
	list-style: none;
}

#left_menu ul li a {
	display: block;
	text-decoration: none;
	padding: 8px 0;
	color: #23529f;
	position: relative;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

#left_menu ul li a:hover{
}
#left_menu .multi_menu > ul > li > a:hover {
	color: #c29c19;
}

#left_menu .multi_menu > ul > li.current > a,
#left_menu .multi_menu > ul > li.current > a:hover {
	color: #c29c19;
}


#left_menu ul li.dir > a > span.menu_arrow{
	display: none;
}


#left_menu ul ul {
	display: none;
}

#left_menu ul ul ul {
	padding: 5px 0px 0;
	display: none;
	margin-bottom: 0px;
	border: none;
	padding: 0;
	margin-bottom: 0px;
}

#left_menu ul li.current > ul,
#left_menu ul ul .subcurrent > ul {
	display: block;
}

#left_menu ul li li {
	margin: 0;
	border-bottom: none;
	padding: 0 11px;
}

#left_menu ul li li a {
	position: relative;
	padding: 8px 5px 8px 10px;
	font-size: 16px;
	line-height: 18px;
	border: none;
	white-space: normal;
	color: #23529f;
	text-transform: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#left_menu ul li li:last-child a {
	border-bottom: none;
}

#left_menu ul ul ul li:last-child a {
}

#left_menu .gomenu ul ul li a:before {
	right: 5px;
}

#left_menu ul li li.subcurrent > a:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
}

.rightPage_Box #left_menu ul li li {
	padding-left: 25px;
}

.rightPage_Box #left_menu ul li li a {
	background-position: 0px -65px;
	padding-left: 15px;
}

#left_menu ul li li a:hover,
#left_menu ul li li.subcurrent > a {
}
/*left_menu color*/
#left_menu ul li a {
/*	text-transform:capitalize; Commented out by Dan Fuentes 4/2/18 - Jeff wanted lower case letters*/
	font-family:Oswald, Helvetica, sans-serif;
 	font-size:18px;
}


#left_menu > .gomenu > ul > li.current > a:hover,
#left_menu > .gomenu > ul > li.current > a {
	background-color:#c29c19;
}
#left_menu > .gomenu > ul > li > a:hover{
}


#left_menu ul li li a:hover,
#left_menu ul li li.subcurrent > a {
	color:#c29c19;
}
#left_menu ul li li a:hover:before,
#left_menu ul li li.subcurrent > a:before{
	border-right:1px solid #c29c19;
	border-bottom:1px solid #c29c19;
}





/* ********** CONTENT ************** */


#dnn_content {
	/* padding:10px 0; */
}



/* ********** FOOTER ************** */	



.copyright_style {
	float: left;
	padding: 20px 8px;
}

.FooterPane {
	float: right;
	padding: 13px 8px 0;
	margin: 0;
}

.copyright_style .sep {
	padding: 0px 12px;
}

.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
	text-decoration: none;
	font-size: 12px;
}

.copyright_style a:hover {
	text-decoration: none;
	color: #3b9cf7;
}

.FooterPane .social-icons {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}

.FooterPane .social-icons a {
	color: #585858;
}

*+html .FooterPane .social-icons {
	display: inline
}

#to_top {
	width: 55px;
	height: 55px;
	line-height: px;
	text-align: center;
	float: right;
	font-size: 24px;
	margin-top: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #3b9af3;
	position: fixed;
	bottom: 10%;
	right: 2%;
	cursor: pointer;
	z-index: 1000;
	display: none;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}

#to_top:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -6px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
}

#to_top:hover:before {
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
}






 /*******HTML*********/
 @media only screen and (min-width: 1200px) {

.dnn_layout {
	width: auto;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 20px;
}
.content_mid{
	padding: 0px 50px;
}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {

.dnn_layout {
	width: auto;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 15px;
}
.content_mid{
	padding: 0px 50px;
}

.copyright_style .sep {
	padding: 0px 7px;
}
}
 @media only screen and (max-width: 767px) {

	.dnn_layout {
		width: auto;
	}
	
	.content_mid,
	.footer_mid {
		padding: 0px 15px;
	}
	.content_mid{
		padding: 0px 50px;
	}
	
	.roll_replace {
		height: auto!important;
	}
	
	.roll_menu {
		position: relative!important;
		top: 0px!important;
		left: 0px!important;
	}
	
	.header_top {
		height: 36px;
		border-bottom: 1px solid #343434;
	}
	
	
	
	
	/*.header_bg*/
	.dnn_logo {
		text-align: left!important;
		float: none!important;
		position: relative;
	}
	/*--------- Mobile Menu style ----------*/
	.mobile_icon {
		position: absolute;
		top: 50%;
		right: 0px;
		margin-top: -20px;
	}
	
	.mobile_icon .glyphicons {
		background-color: #3b9cf7;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 40px;
		height: 40px;
		line-height: 44px;
		font-size: 20px;
		color: #FFF;
		text-align: center;
		cursor: pointer;
		display: inline-block;
		margin: 1px 2px;
	}
	
	.mobile_icon.active .glyphicons:before {
		content: "\f00d";
		font-size: 20px;
	}
	
	#mobile_menu {
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		z-index: 906;
		background: #1f1f1f;
		display: none;
		border-top: 1px solid #3b9cf7;
	}
	
	#mobile_menu .menu_main {
		padding: 10px 0;
	}
	
	.multi_menu {
		margin: auto;
	}
	
	.multi_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.multi_menu ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: relative;
	}
	
	.multi_menu ul li img {
		vertical-align: middle;
	}
	
	.multi_menu ul li a {
		font-size: 13px;
		line-height: 20px;
		padding: 0px;
		margin: 0px;
		display: block;
		text-decoration: none;
		outline: none;
		text-align: left;
		border-bottom: 0;
		color: #FFF;
		background-color: #00529f;
	}
	
	.multi_menu ul li a:after {
		clear: both;
		content: ".";
		height: 0px;
		font-size: 0px;
		visibility: hidden;
		display: block;
	}
	
	.multi_menu ul li a {
		display: inline-block;
	}
	
	.multi_menu ul li a {
		display: block;
	}
	
	.multi_menu ul li span {
		padding: 12.5px 25px;
		display: block;
		font-size: 18px;
		font-family: Oswald;
		text-align: center;
	}
	
	.multi_menu ul li .menu_arrow {
		display: block;
		width: 40px;
		padding: 0px;
		height: 40px;
		float: right;
		text-indent: 0px;
		overflow: hidden;
		margin: 0px;
		text-align: center;
		line-height: 40px;
		font-size: 0;
		position: absolute;
    right: -5px;
	}
	
	.multi_menu ul li .menu_arrow:before {
		content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12.5px;
		margin-top: -6.25px;
		border-style: solid;
    border-width: 12.5px 12.5px 0;
    border-color: #fff transparent transparent;
    transform: scaleX(0.667);
    transition: all 0.2s ease-out;
	}
	
	.multi_menu ul li:hover > a > .menu_arrow:before {
		/* border-bottom: 2px solid #FFF;
		border-right: 2px solid #FFF; */
	}
	
	.multi_menu ul li .menu_arrow.arrow_closed:before,
	.multi_menu ul li:hover .menu_arrow.arrow_closed:before {
		transform: rotate(180deg) scaleX(0.667);
	}
	
	.multi_menu ul li.active > a {
		color: #FFF;
		background-color: #00529f;
	}
	
	.multi_menu > ul > li.active > a {
		border-bottom: 0;
	}
	
	.multi_menu ul li a:hover {
		color: #FFF;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #FFF;
	}
	
	.multi_menu ul ul {
		display: none;
		background: #2e8087;
		padding: 0;
		margin: 0px;
	}
	.multi_menu ul ul li a{
		color: #FFF;
		background-color: #2e8087;
	}
	.multi_menu ul li.current > ul {
		display: block;
	}
	
	.multi_menu ul li.active > a,
	 .multi_menu ul li a:hover {
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		border-bottom: 0;
		color: #FFF;
	}
	
	.multi_menu ul li a {
		padding: 0 0 0 15px
	}
	
	.multi_menu ul li li a {
		padding: 0 0 0 30px
	}
	
	.multi_menu ul li li li a {
		padding: 0 0 0 45px
	}
	
	.multi_menu ul li li li li a {
		padding: 0 0 0 60px
	}
	
	.SkinPlugin_icon {
		display: none!important;
	}
	/*foot*/
	.copyright_style {
		float: none;
		text-align: center;
	}
	
	.FooterPane {
		float: none;
		text-align: center;
		padding: 0px 8px 20px;
	}
}


/* Public */
/*! ---------- =header ---------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  .lt-ie8 * {
	behavior: url("js/boxsizing.htc");
  }
  
  ul {
	list-style: disc;
  }
  
  blockquote, q {
	quotes: none;
  }
  
  blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
  }
	
	.grid img,
  .grid__unit img{
	-ms-interpolation-mode: bicubic;
	display: block;
	max-width: 100%;
	height: auto;
	/* margin: 0 auto; */
  }
  
  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
  }
  
  audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
  }
  
  audio:not([controls]) {
	display: none;
	height: 0;
  }
  
  [hidden], template {
	display: none;
  }
  
  a:active, a:hover {
	outline: 0;
  }
  
  abbr[title] {
	border-bottom: 1px dotted;
  }
  
  b, strong {
	font-weight: bold;
  }
  
  dfn {
	font-style: italic;
  }
  
  mark {
	background: #ff0;
	color: #000;
  }
  
  small {
	font-size: 80%;
  }
  
  sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
  }
  
  sup {
	top: -0.5em;
  }
  
  sub {
	bottom: -0.25em;
  }
  
  img {
	border: 0;
  }
  
  svg:not(:root) {
	overflow: hidden;
  }
  
  hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
  }
  
  pre {
	overflow: auto;
  }
  
  code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
  }
  
  button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
  }
  
  button {
	overflow: visible;
  }
  
  button, select {
	text-transform: none;
  }
  
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
  }
  
  button[disabled], html input[disabled] {
	cursor: default;
  }
  
  button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
  }
  
  input {
	line-height: normal;
  }
  
  input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
  }
  
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
  }
  
  input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
  }
  
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
  }
  
  fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
  }
  
  legend {
	border: 0;
  }
  
  textarea {
	overflow: auto;
	border: #d8d8d8 solid 1px;
	width: 100%;
  }
  
  optgroup {
	font-weight: bold;
  }
  
  table {
	border-collapse: collapse;
	border-spacing: 0;
  }
  
  
  select {
  border: #d8d8d8 solid 1px;
  height: 37px;
  width: 308px;
  text-align: center;  	
  }
  
  
  html {
  margin: 0;
  padding: 0;
  border: none;
  overflow-x: hidden;
  width: 99.8%; 
  }
  
  body {  
  
  }
  
  label.required {
  color: #006472;
  padding-right: 25px;
  background: url(https://concepts.rd.net/pabar/2017/build/images/required.png) no-repeat right;
  }
  
  
  
  /*! ---------- =typography ---------- */
  body {
	font: 18px "PT Sans", Helvetica, Oswald, sans-serif;
	color: #444;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 24px;
	margin: 9px;
	padding: 0;
	border: 0;
  }
  
  p, ol, ul, h1, h2, h3, h4, h5, h6, dl {
	margin-bottom: 10px;
  }
  
  p, ol, ul, dl {
	orphans: 2;
	widows: 2;
  }
  p:last-child, ol:last-child, ul:last-child, dl:last-child {
	margin-bottom: 0;
  }
  
  ol, ul {
	margin-left: 2em;
  }
  
  h1, h2, h3, h4, h5, h6 {
	text-rendering: optimizeLegibility;
	color: #444;
  }
  
  h1, h2 {
	font-weight: 400;
  }
  
  h1 {
	font-size: 30px;
	line-height: 24px;
	font-weight: 500;
	color: #00529f;
	font-family: Oswald;
  }
  
  h2 {
	font-family: Oswald;	
	font-size: 30px;
	line-height: 32px;
	font-weight: 500;
	color: #00529f;
	margin-top: 25px;
  }
  
  h3 {
	font-size: 26px;
	font-weight: 500;
	color: #006472;
	font-family: Oswald;	
  }
  
  h4 {
	font-size: 24px;
	color: #006472;
	font-family: Oswald;	
	font-weight: 500;
  }
  
  
  .note {
	color: #006472;
	font-style: italic;
  }
  
  .warn, .field-validation-error {
	  color: #a20000;
	  font-weight: bold;
  }
  
  @media (min-width: 720px) {
	h1 {
	  font-size: 36px;
	  line-height: 36px;
	}
  
	h2 {
	  font-size: 30px;
	}
  
	h3 {
	  font-size: 26px;
	}
  }
  /*! ---------- =common =components ---------- */
  a {
	text-decoration: none;
	color: #23529f;
	transition: color 0.15s ease-out, opacity 0.15s ease-out, background-color 0.15s ease-out;
  }
  a:hover {
	color: #016f78;
  }
  
  .block {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
  }
  
  .align-left {
	text-align: left;
  }
  
  .align-center {
	text-align: center;
  }
  
  .align-right {
	text-align: right;
  }
	  
  .img-left {
  margin-bottom: 20px;
  margin-right: 10px;
  }
  
  .img-right {
  margin-bottom: 20px;
  }
  
  .img-left.event-image {
  float: left;
  display: inline-block;
  margin-bottom: 0;
  }
  
  .clear {
  clear: both;	
  }
  
  .center, img.center {
  text-align: center;	
  margin: 0 auto;
  }
  
  @media (min-width: 720px) {
  
  .img-left {
	/* max-width: 35%; */
	float: left;
	margin-right: 25px;
  }
  
  .img-left.icon-left {
  margin-right: 5px;	
  }
  
  .img-left.app-button {
	max-width: none;
	float: left;
	margin-right: 5px;	
  }
  
  .img-right {
	float: right;
	margin-left: 25px;
  }
  
  
  .img-right.app-button {
	max-width: 35%;
	float: right;
	margin-left: 5px;
  }
  
  }
  
  
  .app-left {
  float: left;	
  }
  
  .app-left.sm-likes {
  margin-top: 0;	
  padding: 0 10px 25px 0;	
  }
  
  .img-left.event-image {
  float: left;
  display: inline-block;
  margin-right: 15px;
  }
  
  .key-entry {
  margin-top: 30px;	
  margin-bottom: 30px;	
  font-weight: 400;
  }
  
  .key-entry-image {
  display: block; 
  float: left;
  vertical-align: middle;
  padding-right: 10px;
  margin-top: -15px;
  }
  
  .margin-small {
	margin-bottom: 12.5px;
  }
  
  .margin, .margin-large {
	margin-bottom: 25px;
  }
  
  .arrow::after, .page-nav__toggle::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border: 0.5em solid transparent;
	border-right-width: 0;
	border-left-color: #498284;
	transform: scaleY(0.667);
  }
  
  .more {
	display: inline-block;
	margin-bottom: 25px;
	font-weight: 700;
  }
  
  a.button {
	float: right;	
	display: inline-block;
	vertical-align: middle;
	margin-top: 15px;
	padding: 12.5px 25px;
	color: #fff;	
	font-size: 20px;
	background: #095194 url(images/btn-arrow.png) no-repeat right;
	min-width: 200px;
  }
  
  a.button.gold {
	margin-top: 5px;
	padding: 10px;
	background-color: #bba444;
	background-image: none;
	min-width: 0;
	font-family: "Oswald";
	font-weight: 400;
	line-height: 100%;
  }
  
  a.button:hover {
	background: #498387 url(images/btn-arrow.png) no-repeat right;
	color: #fff;
	}
  
  a.button.reverse-button {
	background: #005879;
	color: #fff;	
  }
  
  a.button.reverse-button:hover {
	background:  #c29c19;
   
  }
  
  a.button.full-width {
  width: 100%;	
  text-align: center;
  }
  
  a.button + a.button {
	margin-left: 12.5px;
  }
  
  .ad {
	display: inline-block;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
  }
  
  .icon-x {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background: transparent url("../images/icon-x.png") no-repeat 50% 50%;
	background-size: 13px 13px;
  }
  
  .tag {
	display: inline-block;
	vertical-align: middle;
	padding: 6.25px 25px;
	margin: 0 12.5px 6.25px 0;
	border-radius: 2px;
	font-size: 16px;
	color: #444;
	background: #d8d8d8;
  }
  .tag .icon-x {
	margin-left: 0.5em;
  }
  
  .item-list {
	list-style: none;
	margin: 0 0 25px;
  }
  .item-list:last-child {
	margin-bottom: 0;
  }
  
  .item-list__item {
	margin-top: 25px;
	margin-bottom: 25px;
  }
  
  .item-list__item + .item-list__item {
	margin-top: 25px;
  }
  
  .item-list--separated .item-list__item + .item-list__item {
	margin-top: 12.5px;
	padding-top: 12.5px;
	border-top: 1px solid #d8d8d8;
  }
  .item-list__title {
	display: block;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	margin-top: 25px;
  }
  
  a.item-list__title span  {
  color: #084483;
  }
  .item-list__icon, .item-list__date {
	display: block;
	color: #2f828a;
	margin-top: 10px;
	margin-bottom: 10px;
  }
  
  .item-list__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 25px 0 0;
	float: left;
  }
  
  .thumb {
  margin-top: 0;
  margin-bottom: 25px;
  }
  
	  
  .item-list__title {
  line-height: 24px;
  }
  
  @media (max-width: 1400px) {
	  
  .item-list__title {
  clear: both;
  }
  }
  
  
  @media (min-width: 1401px) {
  
  }
  
  /*.item-list__date {
	text-align: center;
	font-size: 16px;
	line-height: 18.75px;
  }*/
  
  .item-list__month {
	display: block;
  }
  
  .list-item-sponsors  {
  color: #913f2e;
  font-weight: 600;
  }
  
  .schedule__time {
	font-size: 16px;
	font-weight: 700;
  }
  .schedule__item {
	margin-bottom: 12.5px;
  }
  .schedule__item:last-child {
	margin-bottom: 0;
  }
  
  .content-box {
	padding: 25px;
	margin-bottom: 25px;
	background: #f1f1f1;
  }
  .content-box:last-child {
	margin-bottom: 0;
  }
  
  .pagination {
	margin: 12.5px 0 25px;
	font-size: 16px;
  }
  .pagination a, .pagination span {
	display: inline-block;
	padding: 3.125px;
	text-align: center;
  }
  .pagination__overview {
	padding: 0 !important;
	margin-right: 25px;
	font-style: italic;
	opacity: 0.8;
  }
  .pagination__page {
	font-weight: 700;
	color: #444;
  }
  .pagination__current {
	min-width: 31.25px;
	background: #444;
	color: #fff;
  }
  .pagination__fold {
	opacity: 0.4;
  }
  
  .accordion__title {
	padding: 12.5px 25px 12.5px 12.5px;
	font-weight: 400;
	background: #f1f1f1;
	position: relative;
  }
  .js .accordion__title::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-width: 0;
	border-top-color: #498284;
	position: absolute;
	right: 12.5px;
	top: 50%;
	margin-top: -5px;
	transform: scaleX(0.667);
  }
  .js .accordion__title.is-active::after {
	transform: scaleX(0.667) scaleY(-1);
  }
  .js .accordion__content {
	display: block;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s ease-out;
  }
  .js .accordion__content.is-active {
	max-height: 3000px;
	padding-bottom: 25px;
	opacity: 1;
	transition: all 0.4s ease-in;
  }
  
  .js .toggle-target {
	display: none;
  }
  .js .toggle-target.is-active {
	display: block;
  }
  
  .js .tabs__pane {
	display: none;
  }
  .js .tabs__pane.is-active {
	display: block;
  }
  
  .group:after, .item-list__item:after, .page-header:after, .page-nav > ul:after, .interior-layout:after {
	content: "";
	display: table;
	clear: both;
  }
  
  @media (max-width: 469px) {
	.button {
	  display: block;
	}
	.button + .button {
	  margin: 12.5px 0 0;
	}
 
	.pagination__overview {
	  display: block !important;
	}
  }
  @media (min-width: 470px) {
	.pagination a, .pagination span {
	  padding: 3.125px 6.25px;
	}
  }
  @media (max-width: 719px) {
	.min-m {
	  display: none !important;
	}
	
		
  .img-left {
  margin: 25px auto;	
  text-align: center;
  }
	
  }
  @media (min-width: 720px) {
	.max-m {
	  display: none !important;
	}
  
	.margin-large {
	  margin-bottom: 50px;
	}
  
	.item-list + .more {
	  position: relative;
	  top: -25px;
	}
	.item-list--indented + .more {
	  /* margin-left: 100px; */
	}
  
	.item-list {
	  margin-bottom: 50px;
	}
   /* .item-list__icon, .item-list__date {
	  width: 75px;
	  height: 75px;
	  padding: 12.5px 0;
	}*/
	.item-list__icon ~ .item-list__title, .item-list__icon ~ .item-list__description, .item-list__date ~ .item-list__title, .item-list__date ~ .item-list__description {
   
	}
	.item-list__date {
	  font-size: 20px;
	  font-weight: 400;
	  line-height: 20px;
	  padding-top: 5px;
	  padding-bottom: 5px;
	}
	.item-list__month {
	  font-weight: 400;
	}
  
	.schedule {
	  position: relative;
	}
	.schedule__time {
	  width: 175px;
	  position: absolute;
	  left: 0;
	  text-align: right;
	}
	.schedule__item {
	  margin-left: 200px;
	}
  
	.content-box {
	  margin-bottom: 50px;
	}
  }
  
  
  /*! ---------- =grids ---------- */
  .grid {
	display: block;
	padding: 0;
	margin-right: -25px;
	letter-spacing: -0.31em;
	text-rendering: optimizespeed;
	text-align: left;
	position: relative;
  }
  
  .grid__unit {
	display: inline-block;
	width: 100%;
	padding: 0 25px 25px 0;
	margin: 0;
	vertical-align: top;
	letter-spacing: normal;
	text-rendering: auto;
	text-align: left;
  }
  
  
  .grid__unit.home-grid {
  padding-right: 0;	
  }
  
  /*
  .grid__unit.ad-space img {
  width: 300px;
  margin: 0 auto;
  text-align: center !important;
  }*/
  
  .grid__unit--1-2 {
	width: 50%;
  }
  
  .grid__unit--1-3 {
	width: 33.33%;
  }
  
  .grid__unit--2-3 {
	width: 66.66%;
  }
  
  .grid__unit--1-4 {
	width: 25%;
  }
  
  .grid__unit--3-4 {
	width: 75%;
  }
  
  .grid__unit--1-5 {
	width: 20%;
  }
  
  .grid__unit--2-5 {
	width: 40%;
  }
  
  .grid__unit--3-5 {
	width: 60%;
  }
  
  .grid__unit--4-5 {
	width: 80%;
  }
  
  .grid__unit--1-6 {
	width: 16.66%;
  }
  
  .grid__unit--5-6 {
	width: 83.3%;
  }
  
  @media (min-width: 470px) {
	.grid__unit--1-2-s {
	  width: 50%;
	}
  
	.grid__unit--1-3-s {
	  width: 33.33%;
	}
  
	.grid__unit--2-3-s {
	  width: 66.66%;
	}
  
	.grid__unit--1-4-s {
	  width: 25%;
	}
  
	.grid__unit--3-4-s {
	  width: 75%;
	}
  
	.grid__unit--1-5-s {
	  width: 20%;
	}
  
	.grid__unit--2-5-s {
	  width: 40%;
	}
  
	.grid__unit--3-5-s {
	  width: 60%;
	}
  
	.grid__unit--4-5-s {
	  width: 80%;
	}
  
	.grid__unit--1-6-s {
	  width: 16.66%;
	}
  
	.grid__unit--5-6-s {
	  width: 83.3%;
	}
  }
  @media (min-width: 720px) {
	.grid {
	  margin-right: -50px;
	}
  
	.grid__unit {
	 padding: 0 50px 10px 50px;
	}
	
	
	.grid__unit.landing-unit {
	  padding: 0 50px 50px 50px;
	}
  
	.grid__unit--1-2-m {
	  width: 50%;
	}
  
	.grid__unit--1-3-m {
	  width: 33.33%;
	}
  
	.grid__unit--2-3-m {
	  width: 66.66%;
	}
  
	.grid__unit--1-4-m {
	  width: 25%;
	}
  
	.grid__unit--3-4-m {
	  width: 75%;
	}
  
	.grid__unit--1-5-m {
	  width: 20%;
	}
  
	.grid__unit--2-5-m {
	  width: 40%;
	}
  
	.grid__unit--3-5-m {
	  width: 60%;
	}
  
	.grid__unit--4-5-m {
	  width: 80%;
	}
  
	.grid__unit--1-6-m {
	  width: 16.66%;
	}
  
	.grid__unit--5-6-m {
	  width: 83.3%;
	}
  }
  @media (min-width: 960px) {
	.grid__unit--1-2-l {
	  width: 48%;
	}
	
	  .grid__unit--1-2-l.interior-unit {
	  width: 50%;
	}
  
	.grid__unit--1-3-l {
	  width: 33.33%;
	}
  
	.grid__unit--2-3-l {
	  width: 66.66%;
	}
  
	.grid__unit--1-4-l {
	  width: 23%;
	}
	
	
	.grid__unit--1-4-l.interior-fourth {
	  width: 25%;
	}
  
	.grid__unit--3-4-l {
	  width: 75%;
	}
  
	.grid__unit--1-5-l {
	  width: 20%;
	}
  
	.grid__unit--2-5-l {
	  width: 40%;
	}
  
	.grid__unit--3-5-l {
	  width: 60%;
	}
  
	.grid__unit--4-5-l {
	  width: 80%;
	}
  
	.grid__unit--1-6-l {
	  width: 16.66%;
	}
  
	.grid__unit--5-6-l {
	  width: 83.3%;
	}
  }
  @media (min-width: 1400px) {
	.grid__unit--1-2-w {
	  width: 50%;
	}
  
	.grid__unit--1-3-w {
	  width: 33.33%;
	}
  
	.grid__unit--2-3-w {
	  width: 66.66%;
	}
  
	.grid__unit--1-4-w {
	  width: 24.5%;
	}
  
	.grid__unit--3-4-w {
	  width: 75%;
	}
  
	.grid__unit--1-5-w {
	  width: 20%;
	}
  
	.grid__unit--2-5-w {
	  width: 40%;
	}
  
	.grid__unit--3-5-w {
	  width: 60%;
	}
  
	.grid__unit--4-5-w {
	  width: 80%;
	}
  
	.grid__unit--1-6-w {
	  width: 16.66%;
	}
  
	.grid__unit--5-6-w {
	  width: 83.3%;
	}
  }
  
	/*! ---------- =forms ---------- */
	.grid input[type="text"],
  .grid__unit input[type="text"] {
	display: block;
	width: 100%;
	padding: 6.25px 12.5px;
	border: 1px solid #d8d8d8;
	background: #fff;
  }
  
  input.ethics[type="text"] {
  width: 280px;	
  }
  
  /*! ---------- =search ---------- */
  .search-current-tags {
	margin-bottom: 25px;
  }
  
  .refine-search__form {
	position: relative;
  }
  .refine-search__title {
	margin-bottom: 12.5px;
  }
  .refine-search__list {
	margin-bottom: 25px;
  }
  
  @media (min-width: 960px) {
	.refine-search__list {
	  margin-bottom: 50px;
	}
  }
  /*! ---------- =body ---------- */
  body {
	background: #fff;
	width: 99%;
  }
  
  .content {
	padding: 25px;
  }
  
  .content, .page-width {
	display: block;
	/* max-width: 1540px; */
	margin-left: auto;
	margin-right: auto;
  }
  
  @media (min-width: 960px) {
	.content {
	  padding: 50px;
	}
  }
  
  /*! ---------- =header ---------- */
  .page-header {
	position: relative;
	color: #fff;
	width: 100%;
	background: url('images/pillars-2.jpg') center top no-repeat;
	z-index: 999;
  }
	.page-header .blue-boxes,
	.page-header .blue-boxes div,
	.page-header .green-bar-text{
		color: #fff;
	}
  .header-logo, .footer-logo {    
   margin: 0 45px 0 85px;
   float: left;
  }
  
  .header-text {
  margin: 75px auto;
  text-align: center;
  color: #444;
  font-size: 36px;
  line-height: 36px;
  width: 100%;
  }
  
  .header-logo a, .header-logo img {
	display: block;
	max-width: 208px;
  }
  
  .header-logo img {
   width: auto;
   height: auto;
  }
	
	.utility-link-container{
		padding-top: 25px;
	}
  .header-utility .utility-link-container a {
	color: #22529a;
	font-family: "Oswald";
	font-size: 18px;
	padding-right: 25px;
	display: inline-block;
  }
  
  .header-utility__item {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	opacity: 0.85;
  }
  .header-utility__icon {
	display: inline-block;
	vertical-align: middle;
	max-width: 30px;
	max-height: 24px;
	margin: 0 0.3em 0 0;
  }
  
  .header-actions__item {
	display: inline-block;
	vertical-align: middle;
	color: #00529f;
	display: none;
  }
  
  .page-nav ul {
	list-style: none;
	margin: 0;
  }
  .page-nav a {
	display: block;
  }
  @media (max-width:600px){
	  
	.lg_social {
		display:none !important;
	}
	#sm_social{
		display:block;
	}
	#sm_social img {
		display:inline-block;
	}
	
  }
  @media (max-width: 480px) {
		
  
  html {
  margin: 0;
  padding: 0;
  border: none;
  overflow-x: hidden;
  width: 98%; 
  }	
	  
  body {
  width: 97%;
  }
  
  }
  
  @media (min-width: 481px) and (max-width: 719px)  {
  
  html {
  margin: 0;
  padding: 0;
  border: none;
  overflow-x: hidden;
  width: 98%; 
  }	
  
  body {
  width: 99%;
  }
  
  }
  
  @media (max-width: 719px) {
  
  
	  
  .header-utility .utility-link-container a {
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
  }
	  
  .img-left.icon-left {
  margin: 10px auto 0 auto;
  }
  
	  
	  .header-text {
	  margin-top: 10px;	
	  margin-left: 0;	
	  padding:10px;
	  clear: both;
	  }
	  
	body::before {
	  content: '';
	  display: block;
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  background: rgba(0, 0, 0, 0.4);
	  z-index: -1;
	  opacity: 0;
	  visibility: hidden;
	  transition: opacity 0.2s ease, visibility 0s linear 0.2s, z-index 0s linear 0.2s;
	}
	body.is-active::before {
	  z-index: 20;
	  opacity: 1;
	  visibility: visible;
	  transition: opacity 0.2s ease, visibility 0s linear, z-index 0s linear;
	}
  
	.header-logo {
	  padding: 12.5px 0;
	  margin: 0 40px;
	 /*  width: 100px; */
	}
	
	 .header-logo img {
  max-width: 200px;
  height: auto;
	}
  
	.header-toggle {
	  display: block;
	  width: 45px;
	  height: 38px;
	  margin: 0;
	  position: absolute;
	  right: 7.5px;
	  top: 12.5px;
	  z-index: 1000;
	}
	.header-toggle img {
	  display: block;
	  max-width: 100%;
	}
  
	.header-content {
	  display: flex;
	  flex-direction: column;
	  width: 80%;
	  position: fixed;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  overflow-y: auto;
	  background: #f1f1f1;
	  background: rgba(255, 255, 255, 0.9);
	  background-clip: padding-box;
	  opacity: 0;
	  visibility: hidden;
	  z-index: 50;
	  transform: translateX(-100%);
	  transition: visibility 0s linear 0.2s, all 0.2s ease-out;
	}
	.header-content.is-active {
	  opacity: 1;
	  visibility: visible;
	  transform: translateX(0);
		transition: visibility 0s linear, all 0.2s ease-out;
		overflow-x: hidden;
	}
  
	.header-utility {
	  padding: 12.5px 0;
	  clear: both;
	  text-align: center;
	  background: transparent;
	  order: 1;
	}
	.header-utility__welcome {
	  display: block;
	  padding: 15px 0;
	  color: #fff;
	  background: #498284 !important;
	  width: 100%; 
	  height: 53px;
	  margin-bottom: 25px;
	}
	
	
	 .header-utility__welcome a {
	   color: #fff;
	   text-align: center;
	   padding-right: 0;
	 }
	
	.header-utility__item {
	  width: 45%;
	  padding: 12.5px 0;
	  margin: 0;
	  color: #444;
	}
	.header-utility__icon {
	  display: block;
	  margin: 0 auto;
	}
	.header-utility__icon--large {
	  display: none;
	}
  
  
	.header-actions {
	  padding: 18.75px 0;
	  background: #d8d8d8;
	  order: 3;
	  display: none;
	}
	.header-actions__item {
	  display: block;
	  padding: 6.25px 25px;
	}
  
	.page-nav {
	  order: 2;
	  padding: 0 0 25px;
	  display: none;
	}
	.page-nav li {
	  position: relative;
	}
	.page-nav a {
	  padding: 6.25px 50px 6.25px 25px; 
	  color: #fff;
	}
	.page-nav__toggle {
	  display: block;
	  width: 50px;
	  height: 50px;
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.page-nav__toggle::after {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  margin-left: -12.5px;
	  margin-top: -6.25px;
	  border-width: 12.5px 12.5px 0;
	  border-color: #fff transparent transparent;
	  transform: scaleX(0.667);
	  transition: all 0.2s ease-out;
	}
	.page-nav__toggle.is-active::after {
	  transform: rotate(180deg) scaleX(0.667);
	}
	.page-nav > ul > li > a {
	  padding: 12.5px 25px;
	  font-weight: 400;
	}
	.page-nav li ul {
	  display: none;
	  padding: 12.5px 0;
	  background: #2e8087;
	}
	.page-nav li ul.is-active {
	  display: block;
	}
	li ul .page-nav__toggle {
	  height: 37.5px;
	}
	li ul .page-nav__toggle::after {
	  border-top-color: #fff;
	}
	.page-nav li li li a {
	  padding-left: 37.5px;
	}
	
	.page-nav {
	  display: block;  
	  background: #00529f;
	}
	 .page-nav ul {
	  display: block;  
	 }
	  
	.page-nav h1 {
	  display: block;  
	  margin: 20px;
	}
	
  }
  
  @media (min-width: 470px) and (max-width: 719px) {
	.header-utility__item {
	  width: 23.5%;
	}
  }
  @media (min-width: 720px) {
	.page-header {
	  padding: 25px 0 0;
	  /* max-width: 1540px; */
	  margin: 0 auto;
	}
  
	.header-toggle {
	  display: none;
	}
  
	.header-utility {
	  position: absolute;
	  right: 0;
	  top: 10px;
	  padding: 12.5px 0;
	  border-radius: 0 0 12.5px 12.5px;
	  width: 70%;
	  max-width: 2063px;
	}
	.header-utility__welcome, .header-utility__item {
	  vertical-align: baseline;
	}
	
	  .header-utility__welcome {
	  float: left;	
	  display: block;
	  margin-top: -10px;
	  margin-right: 30px;
	  padding: 15px 0;
	  color: #fff;
	  height: 53px;
	  text-align: center;
	}
	 .header-utility__welcome a{
	  	padding: 15px 40px;
	 }
	 .header-utility__welcome .LoginLink {
	  background: rgba(48, 130, 137, 0.75) !important;
	  display: inline-block;
	}
	 .header-utility__welcome .SkinObject {
	  background: rgba(187, 164, 68, 0.75) !important;
	  display: inline-block;
	}
	
	
	  .header-utility__welcome a {
	  color: #fff;
	  text-align: center;
		  }
	
	.header-utility__item {
	  margin-left: 25px;
	}
	.header-utility__item:hover {
	  color: #fff;
	  opacity: 1;
	}
	.header-utility__icon--small {
	  display: none;
	}
  
	.header-actions {
	  position: absolute;
	  right: 25px;
	  top: 87.5px;
	  display: none;
	}
	.header-actions__item {
	  display: inline-block;
	  margin-left: 12.5px;
	}
  
	.page-nav {
	  clear: both;
	  margin: 25px  0;
	  padding: 0 12.5px;
	  background: rgba(0, 54, 132, 0.8);
	  position: relative;
	  font-family: "Oswald";
	}
	.page-nav::before, .page-nav::after {
	  content: '';
	  display: block;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	}
	.page-nav::before {
	  right: 100%;
	}
	.page-nav::after {
	  left: 100%;
	}
	.page-nav a {
	  color: #00529f;
	  font-size: 20px;
	  line-height: 24px !important;
	}
	.page-nav a:hover {
	  color: #308289;
	}
	.page-nav__toggle {
	  display: none;
	}
	.page-nav > ul {
	  position: relative;
	  width: 100%;
	}
	.page-nav > ul > li {
	  width: 20%;
	  float: left;
	  position: static;
	}
	.page-nav > ul > li > a {
	  height: 100%;
	  padding: 12.5px;
	  line-height: 18.75px;
	  text-align: center;
	  color: #fff;
	  position: relative;
	  white-space: nowrap;
	}
	.page-nav > ul > li > a > span {
	  display: inline-block;
	  vertical-align: middle;
	  width: 96%;
	  white-space: normal;
	}
	.page-nav > ul > li > a::before {
	  content: '';
	  display: inline-block;
	  vertical-align: middle;
	  width: 0;
	  height: 37.5px;
	}
	.page-nav > ul > li > a::after {
	  content: '';
	  display: none;
	  width: 0;
	  height: 0;
	  border: 12.5px solid transparent;
	  border-bottom-width: 0;
	  border-top-color: #498284;
	  position: absolute;
	  left: 50%;
	  top: 100%;
	  margin-left: -12.5px;
	  z-index: 60;
	}
	.page-nav > ul > li > ul {
	  display: block;
	  position: absolute;
	  left: -12.5px;
	  right: -12.5px;
	  top: 100%;
	  padding: 25px;
	  border: 1px solid #d8d8d8;
	  background: #fff;
	  -moz-column-count: 3;
	  column-count: 3;
	  z-index: -1;
	  visibility: hidden;
	  opacity: 0;
	  transition: z-index 0s linear 0.4s, visibility 0s linear 0.4s, all 0.4s ease-out;
	}
	.page-nav > ul > li > ul > li > a {
	  font-weight: 700;
	  color: #498284;
	  margin-bottom: 6.25px;
	}
	.page-nav > ul > li > ul > li > a:hover {
	  color: #308289;
	}
	.page-nav > ul > li.is-current > a {
	  background: rgba(255, 255, 255, 0.2);
	}
	.page-nav > ul > li:hover > a {
	  color: #fff;
	  background: #498284;
	}
	.page-nav > ul > li:hover > a::after {
	  display: block;
	}
	.page-nav > ul > li:hover > ul {
	  visibility: visible;
	  opacity: 1;
	  z-index: 50;
	  transition: z-index 0s linear, visibility 0s linear, all 0.2s ease-out;
	}
	.page-nav li li li {
	  font-size: 16px;
	}
	.page-nav li li ul {
	  padding: 0 0 25px;
	}
  }
  
  
  
  
  
  @media (min-width: 720px) and (max-width: 1539px) {
  
	  
	  .header-utility {
	  width: 100%;	
	  }
	  
	  .utility-link-container {
		  text-align: right;	
	  }
		  
	  a.utility-link {
	  display: block !important;
	  padding-bottom: 10px;
  
	  }
	  
	  a.utility-link img {
	  display: inline-block !important;
	  position: absolute;
	  right: 100px;
	  }
	  
	.header-utility, .header-actions, .page-nav {
	  font-size: 16px;
	  position: static;
		}
  
	.header-utility__icon {
	  display: none;
	}
	
	 .page-nav {
	  width: 100%;
	  clear: both;
  }
  
	 .page-nav ul li a {
	  line-height: 24px;   
	 }
	
  .header-utility__welcome {
  position: absolute;
  top: 20px;
  right: 200px;
  height: 39px;
  padding: 7px 0;
  }
  
  .page-search__input {
  position: absolute;
/*  top: 10px; changed by DF 5/4/18 to fix position issue in smaller device*/
  top: 15px;
/*  right: 10px; changed by DF 5/4/18 to fix position issue in smaller device*/
right: 0px;
  }
	
  }
  
  @media (min-width: 960px) {
	.page-header {
	  /* padding-left: 50px;
	  padding-right: 50px; */
	}
  
	.header-utility, .header-actions {
	  right: 50px;
	}
  
	.header-actions__item {
	  margin-left: 25px;
	}
  
	.page-nav > ul > li > a {
	  padding: 18.75px 12.5px;
	}
	
		.landing-content {
	  max-width: 400px;
	  }
	
  }
  
  @media (min-width: 1200px) and  (max-width: 1539px) {
	  
	  .utility-link-container {
	  margin-top: 25px;	
	  }
	  
	  a.utility-link {
	  display: inline-block !important;
	  }
	  
		  
	  a.utility-link img {
	  display: inline-block !important;
	  position: static;
	  }
	  
  }
  
  @media (min-width: 1540px) {
	  
  .page-search__input {
  position: absolute;
  top: 25px;
  right: 5px;
  width: 145px !important;
  }
  
	
  .header-utility__welcome {
  margin-top: 15px;
  height: 39px;
  padding: 7px 0;
  }
  
  }
	  
	  .landing-content {
	  margin-top: 25px;
	  }
	
  
  
  /*! ---------- =footer ---------- */
  .page-footer {
	font-size: 16px;
	text-align: center;
	font-family: "Oswald";
	color: #22529a;
	background: url(images/pillars.jpg) 50% 0 no-repeat;
	padding-top: 25px;
  }
  .page-footer .page-width {
	padding: 0 25px;
  }
  .page-footer p {
	margin-bottom: 12.5px;
  }
  .page-footer a {
	color: #45a5b1;
  }
  .page-footer .Normal{
		color: #22529a;
	}
  .footer-name {
	margin: 0 -25px 25px;
	padding: 12.5px 25px;
	font-size: 25px;
	line-height: 25px;
	color: #fff;
  }
  
  .footer-nav__heading {
	margin-bottom: 0;
	font-size: 20px;
	color: #c39c00;
  }
  .footer-nav__item {
	display: block;
  }
  
  .footer-social__icon {
	display: inline-block;
	width: 50px;
	opacity: 0.9;
  }
  .footer-social__icon:hover {
	opacity: 1;
  }
  .footer-social__icon + .footer-social__icon {
	margin-left: 12.5px;
  }
  
  .footer-bar {
	  background:  #22529a;
		color: #fff;	
	  font-size: 18px;
	  font-weight: 400;
	  padding: 22px 22px 0px 22px;
	  float: left;
  }
  
  .footer-bar a {
		color: #fff;	
	  font-size: 18px;
	  font-weight: 400;	
  }
  
  @media (min-width: 720px) {
	.footer-name {
	  padding: 25px;
	}
  }
  @media (min-width: 960px) {
	.page-footer .page-width {
	  padding: 0 50px;
	}
  }
  /*! ---------- =home ---------- */
  .home-feature__pane {
	display: block;
	height: 240px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
  }
  .home-feature__title {
	padding: 12.5px 25px;
	margin: 0;
	position: absolute;
	top: 12.5px;
	left: 200px;
	text-align: right;
	font-weight: 700;
	color: #444;
	text-shadow: 0 0 1px #fff, 0 0 5px rgba(255, 255, 255, 0.4);
  }
  
  .home-icon {
	height: 75px;
	margin-bottom: 25px;
  }
  
  .home-explore h1, .home-explore h3 {
	color: #498284;
	font-weight: 400;
  }
  
  .home-what-we-do h1, .home-what-we-do h4 {
	color: #00529f;
	font-weight: 400;
  }
  
  .home-who-we-are h1, .home-who-we-are h4 {
  color: #86afb3;
  font-weight: 400;
  }
  
  .page-search__input {
  width: 169px;
  height: 39px;
  font-family: "Oswald";
  float: right;
/*  background:  rgba(187, 164, 68, 0.75) url(images/icon-search.png) no-repeat left;*/
  text-align: center;
  font-size: 18px;
  margin-right: 0;
  padding-right: 0;
  }
  
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	opacity: 1;
	font-size: 18px;
	font-weight: 400;
  }
  ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	opacity: 1;
	font-size: 18px;
	font-weight: 400;
  }
  :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	opacity: 1;
	font-size: 18px;
	font-weight: 400;
  }
  :-moz-placeholder { /* Firefox 18- */
	color: #fff;
	opacity: 1;
	font-size: 18px;
	font-weight: 400;
  }
  
  @media (max-width: 469px) {
	.home-feature__title {
	  font-size: 30px;
	}
  }
  @media (max-width: 719px) {
	.home-feature__nav {
	  display: none;
	}
	
	
  .page-search__input {
  width: 100%;
  height: 39px;
  font-family: "Oswald";
  float: none;
 /* background: #c2aa49 url(images/icon-search.png) no-repeat left; removed by DF 5/3/18 for mobile*/
  text-align: center;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  }
	
	
  }
  
  
  @media (min-width: 960px) {
	.home-feature__title {
	  width: 40%;
	  right: 25%;
	  font-size: 50px;
	  line-height: 50px;
	}
	.home-feature__nav {
	  width: 25%;
	}
	
	  .interior-layout--reverse .interior-layout__nav, .interior-layout--reverse .interior-layout__aside {
	  float: right;
	  clear: right;
	}
	
  }
  /*! ---------- =interior ---------- */
  .interior-layout__nav, .interior-layout__main {
	margin-bottom: 25px;
  }
  
  .interior-nav {
  background: #eee;
  padding: 20px;
  }
  
  .interior-nav__title, h5 {
	font-weight: 400;
  }
  .interior-nav__nav ul {
	list-style: none;
	margin: 0;
  }
  .interior-nav__nav a {
	display: block;
  }
  .interior-nav__nav > ul > li > a {
	padding: 5px 0;
  }
  .interior-nav__nav > ul > li + li {
	border-top: 1px solid #f1f1f1;
  }
  .interior-nav__nav li ul {
	display: none;
	margin-left: 25px;
	margin-bottom: 12.5px;
  }
  .interior-nav__nav li ul a {
	padding: 6.25px 0;
  }
  .interior-nav__nav .is-current > a {
	font-weight: 700;
  }
  .interior-nav__nav .is-current > ul {
	display: block;
  }
  
  @media (max-width: 959px) {
	.interior-nav__title {
	  margin: 5px 0 12.5px;
	  cursor: pointer;
	  font-size: 22px;
	}
	
	.interior-nav {
  background: #eee;
  padding: 20px 20px 6px 20px;
  }
	
	.interior-nav__title::after {
	  content: '';
	  display: inline-block;
	  vertical-align: middle;
	  margin: -0.2em 0 0 0.5em;
	  width: 0;
	  height: 0;
	  border: 10px solid transparent;
	  border-bottom-width: 0;
	  border-top-color: #958948;
	  transform: scaleX(0.667);
	}
	.interior-nav__title.is-active::after {
	  transform: scaleX(0.667) scaleY(-1);
	}
	.interior-nav__nav {
	  max-height: 0;
	  overflow: hidden;
	  opacity: 0;
	  transition: all 0.3s ease-out;
	}
	.interior-nav__nav.is-active {
	  max-height: 2500px;
	  opacity: 1;
	  transition: all 0.25s ease-in;
	}
	
	.hide-on-mobile {
	  display: none;  
	}
	
  }
  
	.interior-nav.filter-nav {
  padding-bottom: 0;
  }
	
	.interior-nav__title.filter::after {
	  content: '';
	  display: inline-block;
	  vertical-align: middle;
	  margin: -0.2em 0 0 0.5em;
	  width: 0;
	  height: 0;
	  border: 10px solid transparent;
	  border-bottom-width: 0;
	  border-top-color: #958948;
	  transform: scaleX(0.667);
	}
	.interior-nav__title.filter.is-active::after {
	  transform: scaleX(0.667) scaleY(-1);
	}
	.interior-nav__nav.refine-search {
	  /* max-height: 0;
	  overflow: hidden;
	  opacity: 0;
	  transition: all 0.3s ease-out; */
	}
	.interior-nav__nav.refine-search.is-active {
	  max-height: 2500px;
	  opacity: 1;
	  transition: all 0.25s ease-in;
	}
  
  
   .interior-layout__aside {
  background: #ddd;
  padding: 20px;
   }
  
  @media (min-width: 960px) {
	.interior-layout__title {
	  margin-left: 0;
	  padding-left: 0;
	}
	.interior-layout__nav, .interior-layout__aside {
	  width: 300px;
	  float: left;
	  clear: left;
	}
	.interior-layout__nav {
	  margin-top: 0;
	  margin-bottom: 50px;
	}
	.interior-layout__nav ul li {
		font-size: 18px;
	}
	
	.interior-layout__main {
	  width: 60%;
	  float: right;
	  padding-left: 30px;
	  margin-bottom: 0;
	}
  }
  
  @media (min-width: 1200px) {
  
  
  .interior-layout__main {
	  width: 65%;
	  float: right;
	  padding-left: 30px;
	  margin-bottom: 0;
	}
	
  }
  
  
  @media (min-width: 1400px) {
  
  .interior-layout__main {
	  width: 75%;
	  float: right;
	  padding-left: 30px;
	  margin-bottom: 0;
	}
	
  }
  
  /*# sourceMappingURL=public.css.map */
  
  .division_specific_banner {
  text-align: center;
  background: #888;
  color: #fff;
  margin-top: 0;
  padding: 90px 25px 0 25px;
  height: 225px;
  font-size: 24px;
  line-height: 30px;
  }
  
  .breadcrumb {
  margin-bottom: 20px;	
  text-align: right;
  }
  
  .item-list-date {
  color: #444;
  font-weight: bold;
  font-size: 18px;
  }
  
  .search-results-refine {
	  padding: 0 5px 10px 10px;
	  color: #fff;
	  background: #444;
	  margin: 0;
  }
  
  .search-results-refine h3 {
	  color: #fff;
	  padding-top: 20px;
	  text-align: left;
	  font-size: 24px;
	  font-weight: bold;
  }
  
  .search-results-refine a {
	  color: #fff;
  }
  .search-results-refine a:hover{
	  color: #21a8d1;
  }
  .search-results-refine h4.subtitle-2 {
	  color: #fff;
  }
  
  .search-pagination {
	  margin-left: -2rem;
	  margin-right: -2rem;
	  text-align: center;
	  margin-bottom: 25px;
  }
  
  .search-pagination p {
	  margin-bottom: 5px;
  }
  
  .search-pagination:first-child {
	  margin: 1rem 0 3rem;
  }
  .search-pagination > a {
	  padding: 1rem 0.8rem;
  }
  .search-pagination > a {
	  background: none repeat scroll 0 0 #5d5d5d;
	  color: #d1d4d3;
	  display: inline-block;
	  padding: 1rem 0.5rem;
  }
  
  .search-pagination > a.current {
	  background: none repeat scroll 0 0 #128cec;
	  font-weight: 700;
  }
  
  .search-pagination > a:hover {
	  background: none repeat scroll 0 0 #a7a7a7;
	  font-weight: 700;
  }
  
  
  
  .search-filter-area label {
	  display: block;
	  color: #fff;
	  font-size: .9em;
	  font-weight: 700;
	  padding-bottom: 5px;
  
  }
  
  .search-filter-area {
	  background-color: #505050;
	  margin: 0 5px;
	  padding: 10px;
	  display: block;
  }
  
  .search-again {
	  background-color: #fff;
	  color: #444;
	  margin: 10px 0 5px 0;
	  padding: 15px 10px 30px 10px;
	  display: block;
  }
  
  .search-filter-area h3 {
	  border: none;
	  color: #fff;
	  margin-top: 0;
  }
  
  .search-area {
	  display: block;
	  text-align: right;
	  margin: 0;
  }
  
  .go-button-small button {
	  background: #333;
	  width: 30px;
	  height: 30px;
	  margin: 15px 0;
	  border: none;
	  padding: 10px 35px 10px 20px;
	  color: #FFF;
	  font-weight: 700;
	  display: inline-block;
	  font-size: 14px;
	  cursor: pointer;	
  }
  
  .go-button-small a {
	  color: #FFF;
  }
  
  .go-button-small:hover {
	  background: #092c4c url(../images/button-arrow.png) no-repeat scroll center right 10px;
	  cursor: pointer;
  }
  
  .form-text-input-long-med {
	  width: 400px;
	  background: none repeat scroll 0 0 #fff;
	  border: 1px solid #161e26;
	  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
	  height: 3rem;
	  line-height: 3rem;
	  padding: 0 0.5em;
	  transition: all 0.2s ease 0s;	
  }
  
  .search-term {
	  display: block;
	  background-color: #fff;
	  padding: 10px;
	  font-weight: 700;
	  margin: 10px 0 20px 0;
	  color: #444;
	  border: 1px solid #666;
  }
  
  .oneFacet {
  font-style: italic;	
  }
  
  .result {
	  margin: 12px 0;
	  padding-bottom: 20px;
	  border-bottom: 1px solid #666;
	  display: inline-block;
  }
  
  .result-titles {
	  font-size: 1.2em;
	  margin: 0;
  }
  
  .result-date {
	  font-size: 1em;
	  margin: 0;
	  color: #092c4c;
  }
  
  .result-desc {
	  font-size: 1em;
	  margin: 0;
	  color: #444;
  }
  
  
  .result-icon {
	  display: block;
	  width: 80px;
	  padding-right: 10px;
	  overflow: hidden;	
	  float: left;
  }
  
  .result-content {
	  display: block;
	  overflow: hidden;
  }
  
  
  .adv-search-link {
	  margin-top: -15px;
	  font-weight: 700;
  }
  
  h4.subtitle-2 {
	  border-bottom: none;
	  font-size: 18px;
	  font-weight: normal;
	  display: block;
	  color: #092c4c;
  }
  
  .facet-count {
	  font-style: italic;
  }
  
  .down-arrow {
	  color: #98a41a;
  }
  
  button.app-button, .app-button {
	  margin-top: 20px;
	  background: #444;
	  color: #fff;
	  padding: 10px;
	  text-align: center;
  }
  
   .app-button:hover {
	  background: #666; 
	  color: #fff;
  }
  
  img.ad {
  width: 100%;
  max-width: 300px;
  height: auto;
  }
  
  @media (max-width: 960px) {
  
  .flex-container {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	 -webkit-flex-flow: row wrap;
	flex-flow: row wrap;
  }
  
  .flex-item:nth-child(1) { 
  order: 2; 
  text-align: center;
  width: 300px;
  margin: 0 auto;
  }
  
  .flex-item:nth-child(2) { order: 1;}
  /* .flex-item:nth-of-type(3) { order: 1; }
  .flex-item:nth-of-type(4) { order: 5; }
  .flex-item:nth-of-type(5) { order: 2; } */
  
  .flex-item {
  }
  
  }
  
  .logo-content {
  width: 150px;	
  margin-top: 20px;
  display: block;
  text-align: center;
  }
  
  .more-top {
  margin-top: 20px;	
  }
  
  img.benefit-logo {
  margin-bottom: 15px;	
  }
  
  .highlight-box {
  background: #eee;
  padding: 25px;
  display: inline-block;
  }
  
  .button.ethics-search {
  width: 280px;	
  }
  
  
  .button.ethics-search:hover {
  background: #23529f;
  }
  
  
  .landing-boxes {
  max-width: 350px !important;	
  }
  
  .news-boxes {
  max-width: 225px !important;	
  }
  
  
  .ad-space img {
  width: 300px !important;
  height: 250px !important;
  }
  
  .listing {
  clear: both;
  padding-top: 25px;
  }
  
  iframe, iframe.twitter-widget-0 {
  padding-top: 25px !important;	
  padding-top: 45px !important;	
  }
  
  
  @media  (max-width: 1199px)   {
  
  iframe#youtube {
  width: auto;
  height: auto;
  max-width: 100%;
  }
  
  
  }
  
  
  
  @media  (min-width: 1200px)   {
  
  iframe#youtube {
  width: 560px;
  height: 315px;
  max-width: 100%;
  }
  
  }
  
  .grid__unit.grid__unit--1-3-l.hero-unit {
  padding: 0;
  border-right: 4px solid #fff;
  }
  #dnn_BannerPane_C{
	  border-left: 4px solid #fff;
  }
  
  
  .grid__unit.grid__unit--1-3-l.blue-boxes-container {
  border-right: 8px solid #fff;
  }
  
  @media  (min-width: 1700px)   {
  
  .youtube-text {
  max-width: 560px;	
  }
  
  }
  
  @media  (min-width: 720px)   {
  
  img.three-hundred-ad {
  clear: both;
  width: 300px;	
  padding-top: 75px;
  }
  
  }
  
  
  
  .grid__unit.grid__unit--1-3-w.blue-boxes-container {
  padding: 0;	
  /* background: rgba(255, 255, 255, 0.8); */
  }
  
  .flex-row-blue{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
  
  a.button.gold{
	  margin-top: 7px !important;
	  margin-right: 0 !important;
	  height: 42px;
	  padding: 6px;
	  width: 20%;
	  text-align: center;
	  line-height: 129%;
  }
  
  .blue-boxes-container{
	background: rgba(0, 54, 132, 0.8);
  }
  
  .blue-boxes {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-bottom: 0px;
	padding: 20px 25px 55px 25px;
  }
  
  .inner-blue-box-text{
	  width: 75%;
	  font-size:16px;
  }
  
  .blue-boxes-login{
	 border-bottom: 8px solid white;
	 padding-bottom: 15px !important;
  }
  
  .blue-boxes-welcome{
	 border-bottom: 8px solid white;
  }
  
  .blue-box-heading {
	  font-family: "Oswald";
	  font-size: 26px;	
	  line-height: 30px;	
	  margin-bottom: 15px;
  }
  
  @media  (max-width: 720px)   {
  
  
  .blue-boxes {
  background: #00529f;
  width: 100%;
  margin-bottom: 6px;
  padding: 5px 30px 55px 30px;
  }
  
  a.button.gold {
  margin-top: -10px;	
  margin-right: 20px;	
  }
  
  }
  
 
  img.hero-photo {
  width: 100%;
  height: auto;
  }
  
  .grid__unit.grid__unit--1-1.green-bar {
  background: rgba(48, 130, 137, 0.9);
  text-align: center;
  font-family: "PT Sans";
	font-size: 26px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: calc(100% - 50px);
  }
  .BannerPane_D{
		position: relative;
		z-index: 10;
	}
  
  .grid__unit.grid__unit--1-3-w.hero-unit, .grid__unit.grid__unit--1-2-l.hero-unit  {
  padding: 0;
  border-right: 4px solid #fff;
  }
   #dnn_BannerPane_C{
	  border-left: 4px solid #fff;
  }
  
  
  .grid__unit.grid__unit--1-3-l.hero-unit.second-unit, grid__unit.grid__unit--2-3-l.grid__unit--1-3-w.hero-unit.second-unit, .grid__unit.grid__unit--1-3-w.hero-unit.second-unit, .grid__unit.grid__unit--1-2-l.hero-unit.second-unit {
  border: none;	
  }
  
  
  
  
  @media  (max-width: 719px)  {
	  
  .grid__unit.grid__unit--1-3-w.hero-unit {
  padding: 0;
  border-right: 0;
  border-bottom: 8px solid #fff;
  }
  
  
  .grid__unit.grid__unit--1-1.green-bar {
  margin: 0 auto;	
  /* padding: 25px 0 65px 0; */
  padding: 25px 0 25px 40px;
  background: rgba(48, 130, 137, 1.0);
  text-align: center;
  font-family: "PT Sans";
	font-size: 20px;
	width: calc(100% - 25px);
  }
  
  .green-bar-text {
  width: 80%;	
  line-height: 20px;
  margin-left: 3%;
  }
  
  }
  
  
  @media  (min-width: 720px) and  (max-width: 959px)   {
	  
  .grid.header-grid {
  height: auto;	
  }
  
  .grid__unit.grid__unit--1-1.green-bar {
  padding: 15px 0 25px 0;	
  }
  
  .green-bar-text {
	width: 90%;
  line-height: 30px;
  margin-left: 1.5%;
  }
  
  .grid__unit.grid__unit--1-3-w.hero-unit {
  padding: 0;
  border-right: 0;
  border-bottom: 8px solid #fff;
  }
  
  
  .compress {
  width: 75%;	
  }
  
  a.button.gold {
  margin-top: -50px;	
  margin-right: 45px;
  }
	  
  }
  
  
  @media  (min-width: 960px) and  (max-width: 1199px)   {
	  
  .grid.header-grid {
	height: 675px;
	height: auto;	
	padding-right: 50px;
  }
	  
  .compress {
  width: 75%;	
  }
  
  a.button.gold {
  margin-top: -50px;	
  margin-right: 45px;
  }
	  
  }
  
  @media  (min-width: 1200px) and  (max-width: 1540px)   {
	  
  .grid.header-grid {
	height: 800px;
	height: auto;	
	padding-right: 50px;
  }
		  
  .compress {
  width: 75%;	
  }
  
  a.button.gold {
  margin-top: -50px;	
  margin-right: 45px;
  }
	  
  }
  
  
  
  
  
  @media  (min-width: 960px)  and  (max-width: 1539px)   {
	  
  .grid__unit.grid__unit--1-3-w.blue-boxes-container {
	width: 100%;
  }	
  
  
  .grid__unit.grid__unit--1-3-w.hero-unit {
  clear: both;
  width: 50%;
  }
  
	  
 
  
  .grid__unit.grid__unit--1-1.green-bar {
	padding: 15px 0 15px 0;
	width: calc(100% - 50px);
  }
  
  
  .green-bar-text {
  width: 90%;	
  line-height: 30px;
  margin-left: 3%;
  }
  
  }
  
  @media  (min-width: 1100px)  and  (max-width: 1200px)   {
	  
	  
  .grid__unit.grid__unit--1-1.green-bar {
	padding: 25px 0 25px 0;
	width: calc(100% - 50px);
  }
  
  }
  
  
  @media  (min-width: 1540px)  and  (max-width: 1550px)  {
	  
	  
  .grid.header-grid {
	height: 400px;		
  }
  
  
  .grid__unit.grid__unit--1-3-w.blue-boxes-container {
  padding: 0;	
  /* background: rgba(255, 255, 255, 0.8);*/
  border-right: 8px solid #fff;
  width: 25%;
  }
  
  .grid__unit.grid__unit--1-3-w.hero-unit {
  width: 37.5%;
  }
  
  a.button.gold {
  margin-top: -17px;	
  }
  
  .blue-boxes {
		padding-bottom: 8px;
  }
  
  img.hero-photo {
  width: 565px;
  height: auto;
  }
  
  .grid__unit.grid__unit--1-1.green-bar {
	margin-left: 25%;
	left: -13px;
	bottom:-8px;
	padding: 25px 0 38px 0;	
	background: rgba(48, 130, 137, 0.9);
	width: calc(75% - 37px);
  }
  
  
  .green-bar-text {
  width: 900px;	
  line-height: 30px;
  margin-left: 7%;
  }
  
  
	}
	

	@media  (min-width: 1540px)  {
	  
		.header-utility__welcome {
		height: 54px;
		margin-top: 7px;
		padding: 5px 0;
		}
		.utility-link-container{
			padding-top: 25px;
		}
  
  }
  
  
  @media  (min-width: 1551px)  and  (max-width: 1570px)  {
  
  .grid.header-grid {
	height: 395px;
	height: auto;	
  }
  .grid__unit.grid__unit--1-3-w.blue-boxes-container {
  padding: 0;	
  /* background: rgba(255, 255, 255, 0.8);*/
  border-right: 8px solid #fff;
  }
  
  .compress {
  width: 75%;	
  }
  
  a.button.gold {
  margin-top: -50px;	
  }
  
  
  .grid__unit.grid__unit--1-3-w.blue-boxes-container {
  height: auto;
  }
  
  .blue-boxes {
    padding-bottom: 6px;
  }
  
  
  .hero-unit {
  max-height: 407px;
  overflow: hidden;
  }
	  
  .grid__unit.grid__unit--1-1.green-bar {
  margin-left: 0;
  padding: 25px 0 25px 0;
  background: rgba(48, 130, 137, 0.8);
	max-width: 100%;
	width: calc(100% - 50px);
  }
	  
  }
  
  
  
  
  @media  (min-width: 1571px)  and  (max-width: 1700px)  {
	  
  .grid.header-grid {
	height: 400px;	
	height: auto;	
  overflow: hidden;
  }
  
  .compress {
  width: 75%;	
  }
  
  a.button.gold {
  margin-top: -50px;	
  }
  
  .hero-unit img {
  height: 400px;
  overflow: hidden;
  }
  
  .grid__unit.grid__unit--1-3-w.blue-boxes-container {
  height: auto;
  }
  
  .blue-boxes {
  padding-bottom: 8px
  }
  
  
  .grid__unit.grid__unit--1-3-w.blue-boxes-container {
  padding: 0;	
  border-right: 8px solid #fff;
  width: 30.5%;
  }
	  
  .grid__unit.grid__unit--1-1.green-bar {
  margin-left: 0;
	padding: 25px 0 30px 0;
  background: rgba(48, 130, 137, 0.9);
	max-width: 100%;
	width: calc(100% - 50px);
  }
  
	  
  .green-bar-text {
  width: auto;	
  line-height: 30px;
  margin-left: 1%;
  }
  
  
  }
  
  @media  (min-width: 1700px)    {
	  
  .grid.header-grid {
	height: auto;	
  overflow: hidden;
  }
  
  .compress {
  width: 75%;	
  }
  
  a.button.gold {
  margin-top: -50px;	
  }
  
  .hero-unit{
  height: 400px;
  overflow: hidden;
  }
  
  .grid__unit.grid__unit--1-3-w.blue-boxes-container {
  height: auto;
  }
  
  .blue-boxes {
  padding-bottom: 8px;
  }
  
  
  .grid__unit.grid__unit--1-3-w.blue-boxes-container {
  padding: 0;	
  border-right: 8px solid #fff;
  width: 30.6%;
  }
	  
  .grid__unit.grid__unit--1-1.green-bar {
  margin-left: 0;
	padding: 25px 0 25px 0;
  background: rgba(48, 130, 137, 0.9);
	max-width: 100%;
	width: calc(100% - 50px);
  }
  
	  
  .green-bar-text {
  width: auto;	
  line-height: 30px;
  margin-left: 7%;
  }
  
  
  }
  
  @media  (min-width: 1900px)    {
  
  .grid__unit.grid__unit--1-3-w.blue-boxes-container {
  padding: 0;	
  border-right: 8px solid #fff;
  width: 30.9%;
  }
  
  
  .grid.header-grid {
	height: auto;	
	overflow: hidden;
	border-top: 8px solid white;
  }
  
  .compress {
  width: 75%;	
  }
  
  a.button.gold {
  margin-top: -50px;	
  }
  
  .hero-unit img {
  height: 450px;
  overflow: hidden;
  }
  
  .grid__unit.grid__unit--1-3-w.blue-boxes-container {
  height: auto;
  }
  
  .blue-boxes {
		padding-bottom: 6px;
  }
  
  
  .grid__unit.grid__unit--1-3-w.blue-boxes-container {
  padding: 0;	
  border-right: 8px solid #fff;
  width: 30.8%;
  }
	  
  .grid__unit.grid__unit--1-1.green-bar {
  margin-left: 0;
	padding: 20px 0 29px 0;
  background: rgba(48, 130, 137, 0.9);
	max-width: 100%;
	width: calc(100% - 50px);
  }
  
	  
  .green-bar-text {
  width: auto;	
  line-height: 30px;
  margin-left: 1%;
  }
	  
  }
  
  
  .listing-title {
  font-family: Oswald, Helvetica, sans-serif, sans-serif;
  font-size: 22px;
  color: #22529a;
  font-weight: 700;
  }
  
  
.listing-date {
	font-family: Oswald, Helvetica, sans-serif, sans-serif;
	font-size: 18px;
	color: #016f78;
	font-weight: 700;
	font-style: italic;
	padding: 5px 0;
  }
  
  .listing-location {
  font-family: Oswald, Helvetica, sans-serif, sans-serif;
  font-size: 18px;
  color: #22529a;
  font-weight: 700;
  }
  
  @media  (max-width: 1540px)    {
	  
	  .listing-title {
	  clear: both;
	  float: none;
	  }
  }

  /* Custom */
  /* .HeadPaneA{
	  width: 75%;
	  float: left;
	} */
	


	/*dnngo_megamenu */
#dnngo_megamenu {
	margin: 25px 0;
	padding: 0 12.5px;
	clear: both;
	background: rgba(0, 54, 132, 0.8);
}
#dnngo_megamenu .primary_structure {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}
#dnngo_megamenu .primary_structure > li {
	float: left;
	list-style: none;
	position: relative;
	margin: 0;
}
#dnngo_megamenu .primary_structure > li > a {
	display: inline-block;
	padding: 0;
	word-spacing:normal;
}
*+html #dnngo_megamenu .primary_structure > li > a {
	display: inline;
}
#dnngo_megamenu > div > ul > li > a > span {
	display: inline-block
}
#dnngo_megamenu .primary_structure > li > a:hover, #dnngo_megamenu .primary_structure > li.menu_hover > a, #dnngo_megamenu .primary_structure > li.current > a {
	text-decoration: none;
}
#dnngo_megamenu .primary_structure span img, #dnngo_megamenu .primary_structure span i, .multi_menu ul li i, .multi_menu ul li img {
	margin-right: 8px;
	width:1.1em;
	text-align:center;
}
/*sub*/
#dnngo_megamenu .dnngo_menuslide {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 907;
	margin: 0;
	padding: 0;
}
#dnngo_megamenu .dnngo_menuslide.roller{
	z-index: 999;
}
#dnngo_megamenu .rtl .dnngo_menuslide.slide {
	left: auto!important;
	right: 0;
}
#dnngo_megamenu .dnngo_menuslide > .dnngo_boxslide {
	padding: 0;
}
#dnngo_megamenu .dnngo_slide_menu, #dnngo_megamenu .dnngo_boxslide {
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
#dnngo_megamenu .dnngo_masonrymenu {
	width: 100%;
}
#dnngo_megamenu .dnngo_masonrymenu > ul {
	float: left;
}
#dnngo_megamenu .dnngo_masonrymenu > ul > li {
	margin: 0px 38px;
}
/*dnngo_slide_menu*/
#dnngo_megamenu .dnngo_slide_menu {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#dnngo_megamenu .dnngo_slide_menu ul, #dnngo_megamenu .dnngo_slide_menu ul li {
	margin: 0;
	padding: 0;
}
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
}
#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
}
#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration: none;
	text-align: left;
	padding: 8px 60px 8px 20px;
	font-size: 13px;
	display: block;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
#dnngo_megamenu .rtl .dnngo_slide_menu li a {
	padding: 8px 20px 8px 60px;
	text-align: right;
}
#dnngo_megamenu .dnngo_slide_menu li a > span {
	display:inline-block;
	transition: 		transform ease-in 200ms,color ease-in 0ms;
	-moz-transition: 	transform ease-in 200ms,color ease-in 0ms; /* Firefox 4 */
	-webkit-transition: transform ease-in 200ms,color ease-in 0ms; /* Safari and Chrome */
	-o-transition: 		transform ease-in 200ms,color ease-in 0ms; /* Opera */
	-ms-transition: 	transform ease-in 200ms,color ease-in 0ms; /* IE9? */
}

#dnngo_megamenu .dnngo_slide_menu li a:hover > span,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a > span {
	transform:translate(4px,0);
	-webkit-transform:translate(4px,0);
}
#dnngo_megamenu .rtl .dnngo_slide_menu li a:hover > span,
#dnngo_megamenu .rtl .dnngo_slide_menu li.menu_hover > a > span {
	transform:translate(-4px,0);
	-webkit-transform:translate(-4px,0);
}

#dnngo_megamenu .dnngo_slide_menu li.dir:before {
	content: "";
	right: 15px;
	top: 50%;
	position: absolute;
	margin-top: -2px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: color ease-in 200ms; /* Opera */
	-ms-transition: color ease-in 200ms; /* IE9? */
}
#dnngo_megamenu .rtl .dnngo_slide_menu li.dir:before {
	left: 15px;
	right: auto;
	-ms-transform: rotate(135deg); /* IE 9 */
	-moz-transform: rotate(135deg); /* Firefox */
	-webkit-transform: rotate(135deg); /* Safari and Chrome */
	-o-transform: rotate(135deg); /* Opera */
}
#dnngo_megamenu .rtl .dnngo_boxslide, 
#dnngo_megamenu .rtl .dnngo_boxslide .menu_centerbox ul {
	text-align: right;
}
/*dnngo_boxslide*/

#dnngo_megamenu .dnngo_boxslide {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: auto;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
#dnngo_megamenu .dnngo_boxslide .clear {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 0px;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#dnngo_megamenu .dnngo_boxslide .menu_leftbox {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#dnngo_megamenu .dnngo_boxslide .menu_rightbox {
	float: left;
	padding: 0px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li {
	list-style: none;
	padding: 3px 0px;
	font-size: 12px;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li li {
	padding: 5px 10px;
}
#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu {
}
#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul {
	position: relative;
}
#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul:before {
	content: "";
	position: absolute;
	right: 0;
	top: -100px;
	height: 1000%;
	border-left: 1px solid #e0e0e0;
}
#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul > li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*+html #dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul >li {
	display: inline;
}
#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul > li > a > span {
	font-size: 14px;
	padding-bottom: 20px;
}
#dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul > li > a:hover {
	text-decoration: none;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li {
	width: 100%!important;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
	display: block;
	width: 100%;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover {
	text-decoration: none;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span {
	display: block;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span:before {
	content: "";
	width: 5px;
	height: 5px;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #9c9c9c;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
	vertical-align: middle;
	display: inline-block;
	margin: 0px 8px 2px 0;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before {
	border-left-color: #20a3f0;
}
#dnngo_megamenu .dnngo_boxslide .menu_topbox {
	width: 100%;
}
#dnngo_megamenu .dnngo_boxslide .menu_bottombox {
	width: 100%;
}
#dnngo_megamenu .mega_title, #dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul > li > a > span {
	font-size: 14px!important;
	text-transform: capitalize;
	border-bottom: 1px solid #c2c2c2;
	font-weight: normal;
	padding: 5px 0 15px;
	line-height: 1.2;
	color: #20a3f0;
	letter-spacing: 0;
	position: relative;
	display: block;
	margin-bottom: 8px;
}
#dnngo_megamenu .dnngo_boxslide .menu_leftbox, #dnngo_megamenu .dnngo_boxslide .menu_rightbox, #dnngo_megamenu .dnngo_boxslide .menu_topbox, #dnngo_megamenu .dnngo_boxslide .menu_bottombox, #dnngo_megamenu .dnngo_boxslide .dnngo_masonrymenu > ul > li {
	overflow: hidden;
}
#dnngo_megamenu .rtl li span > img, #dnngo_megamenu .rtl li span > i {
	margin-left: 4px;
	margin-right: 0px;
}
#dnngo_megamenu li p {
	line-height:1.8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
#dnngo_megamenu.IHide-md li span > img,  #dnngo_megamenu.IHide-md li span > i,  #dnngo_menu.IHide-md li span > img,  #dnngo_menu.IHide-md li span > i {
	display: none;
}
#dnngo_megamenu .dnngo_masonrymenu > ul > li {
	margin: 0px 10px;
	white-space: normal;
}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
#dnngo_megamenu.IHide-sm li span > img,  #dnngo_megamenu.IHide-sm li span > i,  #dnngo_menu.IHide-sm li span > img,  #dnngo_menu.IHide-sm li span > i {
	display: none;
}
}
@media only screen and (min-width: 1200px) {
#dnngo_megamenu.IHide-lg li span > img,  #dnngo_megamenu.IHide-lg li span > i,  #dnngo_menu.IHide-lg li span > img,  #dnngo_menu.IHide-lg li span > i {
	display: none;
}
}
.roller-up{
	position:fixed;
	top:0;
	background-color:#000;
	background-color:rgba(0,0,0,0.15);
	height:18px;
	cursor:pointer;
	z-index:950;
	text-align:center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.roller-down{
	position:fixed;
	bottom:0;
	background-color:#000;
	background-color:rgba(0,0,0,0.15);
	height:18px;
	cursor:pointer;
	z-index:950;
	text-align:center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.roller-up:before,
.roller-down:before{
	content:"";
	width:8px;
	height:8px;
	border-top:2px solid #FFF;
	border-left:2px solid #FFF;
	display:inline-block;
}
.roller-up:before{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	margin:-3px 0 0px -3px;
}
.roller-down:before{
	transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
	margin:0px 0 3px -3px;
}
.roller-up:hover,
.roller-down:hover{
	background-color:rgba(0,0,0,0.3);
}


 /*Menu Style*/


	/*HoverStyle_1*/
	#dnngo_megamenu > div.dnngo_gomenu > ul > li > a {
		margin: 0px 13px;
	}
	#dnngo_megamenu > div > ul > li > a > span{
		position:relative;
		vertical-align:middle;
	}
	.roll_menu.roll_activated  #dnngo_megamenu > div > ul > li > a > span:before {
		border-color:#20a3f0;
	}
	

	#dnngo_megamenu > div.dnngo_gomenu > ul > li:first-child(){
		margin-left:0
	}
	#dnngo_megamenu > div.dnngo_gomenu > ul > li:last-child(){
		margin-right:0
	}
	
	@media only screen and (min-width: 1200px) {
		#dnngo_megamenu > div.dnngo_gomenu > ul > li > a {
			margin: 0px 17px;
		}
	}
	@media only screen and (min-width: 1600px) {
		#dnngo_megamenu > div.dnngo_gomenu > ul > li > a {
			margin: 0px 20px;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		#dnngo_megamenu > div.dnngo_gomenu > ul > li > a {
			margin: 0px 12px;
		}
	}
	

	#dnngo_megamenu ul,
	.multi_menu,
	.nav_box{
		font-family: "Raleway";
	}
	#dnngo_megamenu > div > ul {
		display: inline-block;
		vertical-align: middle;
	}
	*+html #dnngo_megamenu > div > ul {
		display: inline;
	}
	#dnngo_megamenu > div > ul > li {
		background: none;
		padding:70px 0 30px;
		transition: 		border-color ease-in 200ms;
		-moz-transition: 	border-color ease-in 200ms; /* Firefox 4 */
		-webkit-transition: border-color ease-in 200ms; /* Safari and Chrome */
		-o-transition: 		border-color ease-in 200ms; /* Opera */
		-ms-transition: 	border-color ease-in 200ms; /* IE9? */
	}
	#dnngo_megamenu > div > ul > li > a {
		line-height: 46px;
		transition: 			all ease-in 200ms,line-height 0ms;
		-webkit-transition: 	all ease-in 200ms,line-height 0ms; /* Safari and Chrome */
	}
	#dnngo_megamenu > div > ul > li > a > span {
		font-size: 20px;
		/* text-transform:capitalize; - Dan F. 3-26-2018 - comment out per request of Jeff to have lower case 'the' and 'and'*/
		font-weight:normal;
		transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms;
		-moz-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms; /* Firefox 4 */
		-webkit-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms; /* Safari and Chrome */
		-o-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms; /* Opera */
		-ms-transition: color ease-in 200ms,background ease-in 200ms,border ease-in 200ms; /* IE9? */
	}
	
	#dnngo_megamenu > div > ul > li > a > span {
		color: #FFFFFF;
	}


	#dnngo_megamenu > div > ul > li > a > span > i {
		color:#FFFFFF;
		font-size:16px;
	}
	#dnngo_megamenu > div > ul > li:hover > a > span,
	#dnngo_megamenu > div > ul > li.current > a > span,
	#dnngo_megamenu > div > ul > li.menu_hover > a > span,
	#dnngo_megamenu > div > ul > li > a:hover > span > i,
	#dnngo_megamenu > div > ul > li.menu_hover > a > span > i,
	#dnngo_megamenu > div > ul > li.current > a > span > i{
		color: #ffffff;
	}

/*Sub Menu Style*/
#dnngo_megamenu .dnngo_slide_menu li a{
	padding-left:13px;
}
@media only screen and (min-width: 1200px) {
	#dnngo_megamenu .dnngo_slide_menu li a{
		padding-left:17px;
	}
}
@media only screen and (min-width: 1600px) {
	#dnngo_megamenu .dnngo_slide_menu li a{
		padding-left:20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#dnngo_megamenu .dnngo_slide_menu li a{
		padding-left:12px;
	}
}

#dnngo_megamenu .dnngo_slide_menu,
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu,
#dnngo_megamenu .dnngo_boxslide {
	background-color: #ffffff;
}
#dnngo_megamenu .dnngo_menuslide .dnngo_slide_menu a{
	font-size:13px;
	color:#666666;
	transition: 		color ease-in 200ms,border ease-in 200ms,background ease-in 200ms;
	-moz-transition: 	color ease-in 200ms,border ease-in 200ms,background ease-in 200ms;
	-webkit-transition: color ease-in 200ms,border ease-in 200ms,background ease-in 200ms;
	-o-transition: 		color ease-in 200ms,border ease-in 200ms,background ease-in 200ms;
	-ms-transition: 	color ease-in 200ms,border ease-in 200ms,background ease-in 200ms;
}
#dnngo_megamenu .dnngo_menuslide{
	transition: 		color ease-in 200ms,border ease-in 200ms,background ease-in 200ms,top ease-out 200ms;
	-moz-transition: 	color ease-in 200ms,border ease-in 200ms,background ease-in 200ms,top ease-out 200ms;
	-webkit-transition: color ease-in 200ms,border ease-in 200ms,background ease-in 200ms,top ease-out 200ms;
	-o-transition: 		color ease-in 200ms,border ease-in 200ms,background ease-in 200ms,top ease-out 200ms;
	-ms-transition: 	color ease-in 200ms,border ease-in 200ms,background ease-in 200ms,top ease-out 200ms;
}
#dnngo_megamenu .dnngo_submenu {
	transition: 		top ease-out 200ms;
	-moz-transition: 	top ease-out 200ms;
	-webkit-transition: top ease-out 200ms;
	-o-transition: 		top ease-out 200ms;
	-ms-transition: 	top ease-out 200ms;
}

#dnngo_megamenu .dnngo_slide_menu li:hover > a,
#dnngo_megamenu .dnngo_slide_menu li.subcurrent > a {
	color:#FFF;
	background-color:#20a3f0;
}
#dnngo_megamenu .dnngo_slide_menu li.dir:before{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	transition: 		all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
}
#dnngo_megamenu .dnngo_slide_menu li.dir:hover:before,
#dnngo_megamenu .dnngo_slide_menu li.dir.subcurrent:before{
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#dnngo_megamenu .dnngo_slide_menu li a > span > i{
	color:#666666;
	font-size:13px;
}
#dnngo_megamenu .dnngo_slide_menu li a:hover > span > i,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a > span > i,
#dnngo_megamenu .dnngo_slide_menu li.current > a > span > i,
#dnngo_megamenu .dnngo_slide_menu li.subcurrent > a > span > i{
	color:#FFF;
}


#dnngo_megamenu .dnngo_custommenu > .menupane {
	background-color:#ffffff;
	float: left;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.topline .pane_space{
	border-top-color:#dcdcdc;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.bottomline .pane_space{
	border-bottom-color:#dcdcdc;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.leftline {
	border-left-color:#dcdcdc;
}
#dnngo_megamenu .dnngo_custommenu > .menupane.rightline {
	border-right-color:#dcdcdc;
}

#dnngo_megamenu  .pane_space{
	font-size:13px;
	color:#666666;
}
.menu-ibox .btn, 
.menu-ibox .btn:link, 
.menu-ibox .btn:active, 
.menu-ibox .btn:visited{
    color:#20a3f0;
    border-color:#20a3f0;
}
.menu-ibox .btn:hover{
	color:#FFF;
}
.menu-ibox .btn:hover{
	background-color: #20a3f0;
}
.menu-cont01 .more, 
.menu-cont01 .more:link, 
.menu-cont01 .more:active, 
.menu-cont01 .more:visited{
    color: #20a3f0;
}
.menu-carousel.carousel .owl-page{
	border-color:#20a3f0;
}
.menu-carousel.carousel .owl-page.active{
	background-color: #20a3f0;
}

#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_5 ul li a:before,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_2 ul li a:before,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_3 ul li a:before{
	border-right:1px solid  #666666;
	border-bottom:1px solid  #666666;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_5 ul li a:hover:before,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_2 ul li a:hover:before,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_3 ul li a:hover:before{
	border-right-color:#20a3f0;
	border-bottom-color:#20a3f0;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li a,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_5 ul li a,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_2 ul li a,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_3 ul li a,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_4 ul li a{
	color: #00529f;
	font-size: 20px;
	line-height: 24px;
	font-family: "Oswald";
}
#dnngo_megamenu .dnngo_custommenu .submenulist_1 .submenu_title a:hover span,
#dnngo_megamenu .dnngo_custommenu .submenulist_5 .submenu_title a:hover span,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_5 ul li a:hover,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_2 ul li a:hover,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_3 ul li a:hover,
#dnngo_megamenu .dnngo_custommenu .submenulist_4 .submenu_title a:hover span,
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_4 ul li a:hover,
#dnngo_megamenu .dnngo_custommenu .submenulist_2 .submenu_title span,
#dnngo_megamenu .dnngo_custommenu .submenulist_3 .submenu_title span{
	color:#308289;
}

#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_1 li a:hover{
	color:#308289;
}

#dnngo_megamenu .dnngo_custommenu .submenu_title,
#dnngo_megamenu .dnngo_custommenu .submenulist_4 .submenu_title span,
#dnngo_megamenu .dnngo_custommenu .submenulist_5 .submenu_title span,
#dnngo_megamenu .dnngo_custommenu .submenulist_1 .submenu_title span{
	color: #498284;
}
#dnngo_megamenu .dnngo_custommenu .submenu_title,
#dnngo_megamenu .dnngo_custommenu .submenu_title span{
	font-size: 20px;
	line-height: 24px;
}
#dnngo_megamenu .dnngo_custommenu .submenulist_2 .submenu_title:after{
	border-bottom-color:#bebebe;
}
#dnngo_megamenu .dnngo_custommenu .submenu.submenulist_3 > ul > li > a,
#dnngo_megamenu .dnngo_custommenu .submenulist_4 .submenu_title {
	border-bottom-color:#dcdcdc;
}

.menu-bloglist li,
.menu-cont01 .line{
	border-bottom-color:#dcdcdc;
}
.menu-ibox h3{
	color:#424242;
	font-size:15px;
}
.menu_list01 li a,
.menu_list01 li a:link,
.menu_list01 li a:active, 
.menu_list01 li a:visited{
	color:#424242;
	font-size:15px;
	border-color:#bebebe;
	transition: 		border-color ease-in 200ms;
	-moz-transition: 	border-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: border-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		border-color ease-in 200ms; /* Opera */
	-ms-transition: 	border-color ease-in 200ms; /* IE9? */
}
.menu_list01 li a:hover{
	border-color:#20a3f0;
}
div.menu_list01 li:after,
div.menu_list02 li:after{
	border-bottom-color:#dcdcdc;
}
.menu_list02 li a,
.menu_list02 li a:link,
.menu_list02 li a:active, 
.menu_list02 li a:visited{
	color:#424242;
	font-size:15px;
	transition: 		color ease-in 200ms;
	-moz-transition: 	color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		color ease-in 200ms; /* Opera */
	-ms-transition: 	color ease-in 200ms; /* IE9? */
}
.menu_list02 li a:hover{
	color:#20a3f0;
}

.MegaMenuList li a,
.MegaMenuList li a:link,
.MegaMenuList li a:active, 
.MegaMenuList li a:visited{
	font-size:13px;
	color:#666666;
}
.MegaMenuList li a:hover{
	background-color:#20a3f0;
}
.MegaMenuList li:after{
	border-left-color:#dcdcdc;
}



/* *********************** */
#dnngo_megamenu .primary_structure > li{
	position: relative;
	width: 20%;
}
#dnngo_megamenu .primary_structure > li:hover{
	background-color: #498284;
}
#dnngo_megamenu > div > ul > li > a > span{
	color: #FFF;
	font-family: "Oswald";
}
@media (min-width: 960px) {
	
	#dnngo_megamenu .primary_structure > li {
			padding: 18.75px 12.5px;
		}
}
	
@media (max-width: 719px) {
	#dnngo_megamenu .primary_structure > li {
			padding: 12.5px 25px;
			font-weight: 400;
		}
	}
@media (min-width: 720px) {
	#dnngo_megamenu .primary_structure > li {
				height: 100%;
				padding: 12.5px;
				line-height: 18.75px;
				text-align: center;
				color: #fff;
				position: relative;
				white-space: nowrap;
				min-height: 73px;
			}
			#dnngo_megamenu .primary_structure > li > a{
				white-space: normal;
				line-height: 24px;
			}
			.page-nav > ul > li > a > span {
				display: inline-block;
				vertical-align: middle;
				width: 96%;
				white-space: normal;
			}
			#dnngo_megamenu .primary_structure > li::before {
				content: '';
				display: inline-block;
				vertical-align: middle;
				width: 0;
				height: 37.5px;
			}
			#dnngo_megamenu .primary_structure > li.dir::after {
				content: '';
				opacity: 0;
				width: 0;
				height: 0;
				border: 12.5px solid transparent;
				border-bottom-width: 0;
				border-top-color: #498284;
				position: absolute;
				left: 50%;
				top: 100%;
				margin-left: -12.5px;
				z-index: 910;
				transition: opacity ease-in 300ms;
				-moz-transition: opacity ease-in 300ms; /* Firefox 4 */
				-webkit-transition: opacity ease-in 300ms; /* Safari and Chrome */
				-o-transition: opacity ease-in 300ms; /* Opera */
				-ms-transition: opacity ease-in 300ms; /* IE9? */
			}
			#dnngo_megamenu .primary_structure > li:hover::after{
				opacity: 1;
			}
}
@media (min-width: 960px) {
	#dnngo_megamenu .primary_structure > li {
				padding: 18.75px 12.5px;
			}

}

/* .dnngo_menuslide{
	display: block !important;
	width: 1316px !important; max-width: 1883px !important; left: -12.5px !important;
} */
#dnngo_megamenu .dnngo_menuslide{
	background-color: #FFF;
	font-family: "Oswald";
}
#dnngo_megamenu .dnngo_menuslide a{
	text-decoration-line: none;
}
#dnngo_megamenu ul{
	margin-left: 0;
	list-style: none;
}
#dnngo_megamenu ul li li li{
	padding-left: 1.5em;
}
@media (min-width: 720px){
	#dnngo_megamenu .dnngo_custommenu .submenu_title,
	#dnngo_megamenu .dnngo_custommenu .submenu_title span {
			font-weight: 700;
			margin-bottom: 6.25px;
	}
}
@media (min-width: 720px){
	.page-nav a {
			color: #00529f;
			font-size: 20px;
			line-height: 24px !important;
	}
}


/* ----------------- */
.header-grid{
	padding-right: 25px;
	border-top: 8px solid white;
}
.header-utility__welcome{
	margin-bottom: 25px;
	z-index: 999;
	position: relative;
}
.hidden-719{
	display:block !important;
	clear: both;
}
.visible-719{
	display:none !important
}
.header-utility, .header-actions{
	font-family: Oswald, Helvetica, sans-serif;
}

.inside_con .width-70{
	width: 72%;
}
.inside_con .width-30{
	width: 26%;
}

.pb-50{
	padding-bottom: 50px;
}

@media (min-width: 720px){
	.dnn_logo{
		float: left !important;
	}
	.header_bg .dnn_logo{
		margin-bottom: 25px;
	}
}
@media (max-width: 719px){
	.page-header {
		padding-bottom: 0;
		margin: 0;
		border-bottom: 0;
	}
	.hidden-719{
		display:none !important;
	}
	.visible-719{
		display:block !important;
	}
	.dnn_logo{
		padding: 12.5px 0;
    margin: 0 40px;
	}
}
@media (min-width: 1700px){
	.header-grid{
		padding-right: 50px;
	}
	.grid__unit.grid__unit--1-3-w.hero-unit,
	.grid__unit.grid__unit--1-2-l.hero-unit{
		width: 34.7%;
		height: 370px;
	}
}
@media (min-width: 2300px){
	.blue-boxes{
		padding-bottom: 33px;
	}
}
@media (min-width: 1900px){
	.header-grid{
		padding-right: 50px;
	}
	.grid__unit.grid__unit--1-3-w.hero-unit,
	.grid__unit.grid__unit--1-2-l.hero-unit{
		width: 34.6%;
	}
}
@media (max-width: 1700px) and (min-width: 1571px){
	.header-grid{
		padding-right: 50px;
	}
	.grid__unit.grid__unit--1-3-w.hero-unit,
	.grid__unit.grid__unit--1-2-l.hero-unit{
		width: 34.75%;
	}
}
@media (max-width: 1570px) and (min-width: 1551px){
	.header-grid{
		padding-right: 50px;
	}
}
@media (max-width: 1550px) and (min-width: 1540px){
	.header-grid{
		padding-right: 50px;
	}
}
@media (max-width: 959px) and (min-width: 720px){
	.header-grid{
		padding-right: 50px;
	}
}

@media (max-width: 1730px) {
.header-utility__welcome a {
    padding: 15px 35px;
}

}
@media (max-width: 1690px) {
.header-utility__welcome a {
    padding: 15px 30px;
}

}
@media (max-width: 1620px) {
.header-utility__welcome a {
    padding: 15px 25px;
}
.header-utility .utility-link-container a{
	font-size: 17px;
}

}
@media (max-width: 1540px) {
	.header-utility__welcome{
		position: absolute;
		top: 12px;
		right: 200px;
	}
	.header-utility__welcome a{
		padding: 8px 30px;
	}
	.header-utility .utility-link-container a{
		font-size: 18px;
	}

}
@media (max-width: 1380px) {
	.LeftPage_Box .col-sm-3{
		width: 33.3333%;
	}
	.LeftPage_Box .col-sm-9{
		width: 66.6667%;
	}

}
@media (max-width: 1200px) {
.inside_con .width-70 {
    width: 70%;
}
.inside_con .width-30 {
    width: 28%;
}

}
@media (max-width: 1070px) {
	.left_title{
		font-size: 20px;
	}
	#left_menu ul li a{
		font-size: 15px;
	}

}
@media (max-width: 1020px) {
	#left_menu{
		padding: 20px 15px 10px;
	}
	#left_menu ul li a{
		font-size: 12px;
	}

}

@media (max-width: 719px){
	.header_bg .dnn_logo{
		margin-top: 0;
	}
	.header-utility__welcome{
		position: relative;
		top: 0;
		right: 0;
	}

	.content_mid{
		padding: 0;
	}

	.inside_con .width-70{
		width: 100%;
	}
	.LeftPage_Box .col-sm-9{
		width: 100%;
	}

	.inside_con .width-30{
		width: 100%;
	}
	.inside_con .left,
	.inside_con .right{
		float: none;
	}
	.inside_con .left{
		margin: 0 0 20px 0;
	}
	.inside_con .right{
		margin: 20px 0;
	}
}



