@import url( bootstrap.css );
/** Generated by FG **/
@font-face {
	font-family: 'Conv_Gotham-Bold';
	src: url('fonts/Gotham-Bold.eot');
	src: local('☺'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Conv_gothambook';
	src: url('fonts/gothambook.eot');
	src: local('☺'), url('fonts/gothambook.woff') format('woff'), url('fonts/gothambook.ttf') format('truetype'), url('fonts/gothambook.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Conv_HelveticaLTStd-Bold';
	src: url('fonts/HelveticaLTStd-Bold.eot');
	src: local('☺'), url('fonts/HelveticaLTStd-Bold.woff') format('woff'), url('fonts/HelveticaLTStd-Bold.ttf') format('truetype'), url('fonts/HelveticaLTStd-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Conv_HelveticaLTStd-BlkCond';
	src: url('fonts/HelveticaLTStd-BlkCond.eot');
	src: local('☺'), url('fonts/HelveticaLTStd-BlkCond.woff') format('woff'), url('fonts/HelveticaLTStd-BlkCond.ttf') format('truetype'), url('fonts/HelveticaLTStd-BlkCond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* CSS Document */
@media print {
	a:link:after {
		content: " ";
	}
}
/*Fix actionMenu DNN9*/
.dnnEditState .actionMenu{display:block!important;opacity: 1!important;}
.DNNEmptyPane{display: none;width:auto;}

.pulldownsearch{
	width: 0 !important;
	display: none !important;
}

#Body,html,body {
	color: #000;
	background: #FFF;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.body_bg {
	min-height: 100%;
}

html,
body,
.Normal{
	font: normal 14px/18px Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing: .37px;
}

p {
	margin: 0px 0px 15px 0px;
}

header,
nav,
section,
footer {
	display: block;
}

A,
A:link {
	letter-spacing: .37px;
	text-decoration: underline;
	color:#96121e;
}

A:active {
	color:#96121e;
	text-decoration: underline;
}

A:visited {
	color:#96121e;
	text-decoration: underline;
}

A:hover {
	color:#96121e;
	text-decoration: underline;
}

A:focus {
	color:#96121e;
	text-decoration: underline;
	outline: none;
	-moz-outline: none;
}

h1 {
	color:#96121e;
	font-family: 'Conv_HelveticaLTStd-Bold';
	font-size:28px;
	line-height:34px;
	font-weight:bold;
	letter-spacing: 0;
	padding: 0;
	margin: 10px 0 20px;
	text-transform: uppercase;
}
 
h2 {
	color:#96121e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:16px;
	font-weight:900;
	letter-spacing: 0;
	padding: 0;
	margin: 10px 0 20px;
	text-transform: uppercase;
}

h3 {
	color:#96121e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	letter-spacing: .37px;
	margin: 10px 0 20px;
	padding: 0;
}

h4 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	letter-spacing: .37px;
	padding: 10px 0 20px;
	margin: 0;
}

h5 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	letter-spacing: .37px;
	padding: 10px 0 20px;
	margin: 0;
}

ul{
	list-style: disc;
	margin-bottom: 0;
}

ul li{
	margin-bottom: 12px;
}

strong {
	font-weight: bold;
}

strong.big{
	font-weight: 900;
}

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;}
.clear {clear: both;}

.nomargin{margin: 0 !important;}
.nomb{margin-bottom: 0 !important;}
.nopadding{padding: 0 !important;}


[class*="button-"]{
	cursor: pointer;
	text-align: center;
	color: inherit;
	outline: none;
	-moz-outline: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	display: inline-block;
	white-space: nowrap;
	transition: all 300ms;
	-webkit-transition: all 300ms !important;
	-moz-transition: all 300ms !important;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}

.button-1{
	font-weight: bold;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	line-height: 17px;
	font-size: 14px;
	background-color: #BE1E2D;
	padding: 5px 25px;
	border-radius: 0 6px 0 6px;
	-webkit-border-radius: 0 6px 0 6px;
	-moz-border-radius: 0 6px 0 6px;
	min-width: 100px;
}

.button-1:hover{
	opacity: .75;
}

/* ********** Container Style ************** */
#dnn_ControlPanel #dnnCPWrap {filter: none !important;}
ul.dnnActionMenuBody li ul li a,ul.dnnActionMenuBody li ul li a img {color: #328DDE!important;}
/**************** 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;}


/* ********** Other Style ************** */	
.dnn_layout {
	width: 960px;
	margin: 0px auto;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 15px;
}

/* ********** NAV ************** */	
.nav_box {
	position: relative;
    font-size: 0;
    line-height: 0;
	width: 100%;
}
/*top menu*/
#top_menu {
	position:relative;
	z-index: 904;
}
#top_menu ul {
	margin:0px;
	padding:0px 0px;
	/*display:inline-block;*/
	background:transparent;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#top_menu ul:after {
	content:".";
	font-size:0px;
	height:0px;
	display:block;
	clear:both;
	visibility:hidden;
	display: none;
}
#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;
	padding: 0 20px;
	margin: 0 10px \9;
	color:#000;
	transition: 		all ease-in 200ms;
	-moz-transition: 	all ease-in 200ms;
	-webkit-transition:    all ease-in 200ms;
	-o-transition: 		all ease-in 200ms;
	-ms-transition: 	all ease-in 200ms;
}
#top_menu ul li a span{
	display:block; 
	white-space: nowrap;
}
#top_menu > div > ul > li > a > span {
	position:relative;
	background-color:transparent;
	font-size:13px;
	line-height:36px;
	text-transform:uppercase;
	font-weight:400;
	display:block;
	letter-spacing: .4px;
}
#top_menu > div > ul > li > a:hover, 
#top_menu > div > ul > li > a.menu_hover{
	color: #fff;
	background-color:#E37325;
}
#top_menu > div > ul > li.current > a{
	background-color:#E37325;
	color: #fff;
}
#top_menu > div > ul > li.current > div > ul li.subcurrent{
	background-color:#E37325;
	color: #fff;
}
#top_menu > div > ul > li.current > a > span:after,
#top_menu > div > ul > li > a:hover > span:after,
#top_menu > div > ul > li > a.menu_hover >span:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
    border-top: 1px solid #fff;
    top: 70%;
    left: 0px;
    transition: 		all 200ms;
	-moz-transition: 	all 200ms;
	-webkit-transition:    all 200ms;
	-o-transition: 		all 200ms;
	-ms-transition: 	all 200ms;
}
#top_menu > div > ul > li.last-item a span {
	margin-right: 0;
}
#top_menu > div > ul > li.first-item a span {
	margin-left: 0;
}
/*sub menu*/
#top_menu .menuslide{
	display: none; 
	float: left; 
	overflow:hidden; 
	position:absolute;
	min-width: 183px;
}
#top_menu .menuslide div{
	margin-top:-8px;
}
#top_menu .menuslide ul{
	display: none;
	left: 0px; 
	float: left; 
	position:relative;
	margin:0px; 
	background:rgba(227,115,37,.8); 
	padding:8px 0px; 
	text-align: left;
}
#top_menu .menuslide ul li{
    display:block; 
	clear:both; 
	position:relative;
	transition: background-color 200ms;
	-webkit-transition: background-color 200ms;
	-moz-transition: background-color 200ms;
	-ms-transition: background-color 200ms;
	-o-transition: background-color 200ms;
}
#top_menu .menuslide ul li span{
	color:#fff; 
	display:block; 
	padding:9px 12px; 
	margin:0px; 
	background:none;
	letter-spacing: .37px;
	white-space: normal;
}
#top_menu .menuslide ul li a{
	display:block;
	font-weight: 700;
	font-size:14px;
	margin:0px;  
	padding:0px;
	background:none; 
	float:left; 
	line-height:1.3;
}
#top_menu .menuslide ul li:hover{
	background:rgb(227,115,37); 
}

/*Banner*/
.topbotline:before,
.topbotline:after{
	content: '';
	display: block;
	width: 100%;
	height: 0;
	border-top: 5px solid #E37325;
}

.topbotline:after{
	border-top: 6px solid #E37325;
}

.banner_loop{
	position: relative;
	text-align: center;
	background-repeat-x: repeat;
	background-repeat-y: no-repeat;
	background-size: cover;
	background-position-y: 0;
	background-position-x: 50%;
	padding-top: 324px;
	transform: translate3D(0,0,0);
	-webkit-transform: translate3D(0,0,0);
}

.banner_loop.home{
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px 0 0;
}

.banner_box{
	display: inline-block;
	position: relative;
	margin-top: 20px;
}

.banner_box .video_cover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(images/video_cover.jpg) no-repeat center/cover;
	text-align: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
   -webkit-align-items: flex-end;
}

.banner_box .video_cover .watch-btn{
	display: inline-block;
	margin-bottom: 10px;
	cursor: pointer;
	position: absolute \9;
	left: 50% \9;
	margin-left: -85px \9;
	bottom: 10px \9;
}

.banner_bottom{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 5px 0 0;
    padding: 0 0 16px;
}

.banner_bottom h1{
	color: #fff;
	font-family: 'Conv_HelveticaLTStd-Bold';
	font-size: 28px;
	line-height: 1;
	margin: 0;
}

.banner_bottom h1+p{
	font-size: 21px;
	line-height: 26px;
	letter-spacing: .37px;
	margin: 0;
}

.BannerWrap{
	position: relative;
}

.BannerFixed{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
/*Banner end*/

/*Header*/
#body,
body,
.hedaer_minHeight,
#dnn_wrapper{
	position: relative;
}

.roll_logo {
	display: none;
}

.LogoPane{
	float: left;
}

.roll_replace {
	position: absolute;
}

.HeadPane{
	float: right;
}

.header_content{
	color: #bb1f31;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .5px;
	margin-top: 50px;
}

.header_content span{
	font-size: 1.303em;
	letter-spacing: .8px;
	font-weight: 900;
	text-transform: uppercase;
}

.logo{
	margin-top: 22px;
}

.logo a{
	display: inline-block;
}

.logo img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.header_innerTop{
	padding: 0 0 10px;
}
/*Header end*/

/*Footer*/
.footer_box,
.footer_box .Normal,
.footer_box a,
.footer_box a:link,
.footer_box a:visited,
.footer_box a:hover,
.footer_box a:active{
	color: #fff;
	text-decoration: none;
}

.footer_layout{
	padding: 0 45px;
}

.footer_contact{
	font-size: 13px;
	font-weight: 700;
	line-height: 1.117;
}

.footer_contact .map{
	float: left;
}
.footer_contact .map .left.linkbox{
	margin-left: 15px;
}
.footer_contact .map .left.linkbox a{
	text-decoration: underline;
}
.FooterPane{
	padding-bottom: 8px;
}

@media only screen and (min-width: 1024px) {
	.footer_contact .map .left.linkbox{
		margin-left: 88px;
		margin-top: 58px;
	}
}

.footer_contact .follow{
	float: right;
	text-align: right;
}

.footer_contact .map .left:first-child{
	margin-right: 26px;
}

.footer_contact .follow span{
	font-size: 44px;
	margin-left: 20px;
}

.footer_top{
	background: #333;
}

.affiliations{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 -15px \9;
}

.affiliations > div{
	text-align: center;
	padding: 0 15px \9;
	float: left \9;
	width: 25% \9;
}

.affiliations img{
	width: auto \9;
}

.footer_links{
	background: #7F7F7F;
	font-family: 'Conv_gothambook';
	text-align: center;
	font-size: 11px;
	line-height: 27px;
}

.footer_links a{
	margin: 0 8px;
	white-space: nowrap;
}

.footer_bottom,
.footer_bottom .Normal,
.footer_bottom a,
.footer_bottom a:link,
.footer_bottom a:visited,
.footer_bottom a:hover,
.footer_bottom a:active{
	color: #000;
}

.FooterOutPane{
	display: inline-block;
}

.copyright_style {
	padding: 10px 15px;
}

.copyright_style .sep {
	padding: 0 10px;
}

.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
	text-decoration: none;
	font-size: 14px;
}

.copyright_style a:hover {
	text-decoration: none;
}
/*Footer end*/

/*Pane*/
.row [class*="Pane"] {
	
}

.DNNEmptyPane {
	display: none;
}

#dnn_Grid6_PaneA1,
#dnn_Grid6_PaneB1,
#dnn_Grid4_PaneA1,
#dnn_Grid4_PaneB1,
#dnn_Grid4_PaneC1{
	margin: 49px 0 44px;
}

#dnn_Grid4_PaneA2,
#dnn_Grid4_PaneB2,
#dnn_Grid4_PaneC2{
	margin: 48px 0 49px;
}

.flex_row{
	display: flex;
	display: -webkit-flex;
}

.column2 > .col-sm-6:nth-child(1){
	padding-right: 18px !important;
}

.column3 > .col-sm-4:nth-child(1),
.column3 > .col-sm-4:nth-child(2){
	padding-right: 9px !important;
}

.redbg{
	background: url(images/Darkening-Color-bands.jpg) no-repeat center/cover;
	overflow: hidden;
}

#dnn_BackGroundPane:before{
    position: absolute;
    content: '';
    display: block;
    width: 999%;
    height: 0;
    border-top: 5px solid #E37325;
    top: 0;
    left: -100%;
}

#dnn_BackGroundPane:after{
    position: absolute;
    content: '';
    display: block;
    width: 999%;
    height: 0;
    border-bottom: 6px solid #E37325;
    bottom: 0;
    left: -100%;
}

#dnn_BackGroundPane{
	padding: 5px 0 6px;
}

.content #dnn_TopPane{
	padding-bottom: 25px;
}
/*Pane end*/

/*HTML Content*/
.contentBox{
	position: relative;
	padding: 3px 15px 43px 15px;
	min-height: 148px;
}

.contentBox p{
	margin-bottom: 10px;
}

.contentBox a[class*="button-"]{
    position: absolute;
    left: 50%;
    margin-left: -72px;
    bottom: 16px;
}

.imgandtext{
	display: flex;
	margin: 36px 0 15px;
}

.imgandtext h2{
	margin-top: 0;
}

.imgandtext .left:first-child{
	flex: none;
	margin-right: 15px;
	width: 45% \9;
	margin-right: 0 \9;
	padding-right: 15px \9;
}

.imgandtext .left:last-child{
	width: 55% \9;
}


.col-list:after{
    content: '.';
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.col-list li{
	float: left;
	margin: 0 53px 15px 0;
}

.resources-table{
	margin-top: 20px;
	max-width: 572px;
	line-height: 22px;
	margin-left: -15px;
}

.resources-table tr:nth-child(even){
	background: #E5E5E5;
}

.resources-table tr td{
	vertical-align: bottom;	
}

.resources-table tr td:first-child{
	max-width: 300px;
	padding-left: 15px;
}

.resources-table tr td:last-child{
	padding-right: 53px;
}

.resources-table .text1{
	margin: 14px 0;
}

.resources-table .text2{
	margin: 28px 0 0;
}
.table_style{
	width: 100%;
}
.table_style td{
	padding-bottom: 17px;
}
ul.no_liststyle{
	padding: 0 0 15px;
	margin: 0;
}
ul.no_liststyle li{
	list-style: none;
	margin-bottom: 2px;
}
ul.list_row_style1{
	padding: 0 0 15px;
	margin: 0;
}
ul.list_row_style1 li{
	list-style: none;
	margin-bottom: 2px;
	display: -ms-flexbox;
    display: flex;
}
ul.list_row_style1 li span:first-child{
	flex: 0 0 35%;
	max-width: 35%;
	padding-right: 10px;
}
ul.list_row_style1 li span + span{
	flex: 1 1 auto;
}
/*HTML Content end*/



 /*******Responsive*********/

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.FooterPane{
		padding-bottom: 30px;
	}
	ul.list_row_style1 li span:first-child{
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 10px;
	}
.dnn_layout {
	width: 736px;
}
.copyright_style .sep {
	padding: 0px 7px;
}
.banner_bg .banner_bottom{
	width: 100%;
	left: 0;
	margin-left: 0;
	padding: 0 15px;
}
.header_content{
	font-size: 16px;
	margin-top: 68px;
}
#top_menu ul li a{
	padding: 0 12px;
}
.contentBox{
	min-height: 192px;
}
.banner_bottom{
	margin: 10px 0 0;
}
.banner_bottom h1{
	font-size: 24px;
}
.banner_bottom h1+p{
	font-size: 18px;
	line-height: 22px;
}
.imgandtext{
	display: block;
}
.imgandtext .left:first-child{
	margin-right: 0;
	padding-right: 15px;
	width: 45%;
}
.imgandtext .left:last-child{
	width: 55%;
}
.footer_contact{
	margin-bottom: -30px;
}
.content #dnn_TopPane{

}

}


 @media only screen and (max-width: 767px) {
	.hedaer_minHeight .d-md-none.d-block{
		position: relative;
	}
	 .hedaer_minHeight .head_mid{
		position: static;
	 }
	 .HeadPane_mobile .header_content{
		 margin-top: 5px;
		 padding-bottom: 20px;
		 padding-left: 15px;
		 padding-right: 15px;
		 font-size: 18px;
	 }
	.footer_contact .map .left.linkbox{
		margin-left: 0;
		margin-top: 15px;
	}
	.footer_contact .map img{
		margin-bottom: 15px;
	}
	ul.list_row_style1 li span:first-child{
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 10px;
	}
.dnn_layout {
	width: auto;
}
.head_mid{
	position: relative;
}
.roll_replace {
	height: auto!important;
}
.roll_menu {
	position: relative!important;
	top: 0 !important;
	left: 0 !important;
}
.LogoPane{
	float: none;
}
.dnn_logo {
	padding: 10px 0;
}

/*--------- Mobile Menu style ----------*/
.mobile_icon {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -58px;
}
.mobile_icon .glyphicons {
	background-color: #E37325;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	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:rgba(227,115,37,.8);
	display: none;
}
.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;
}
.multi_menu ul li img {
	vertical-align: middle;
}
.multi_menu ul li a {
	font-size: 13px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	color: #fff;
	display: block;
	text-decoration: none;
	outline: none;
	text-align: left;
	border-bottom: 1px solid #fff;
	transition: background 200ms;
	-webkit-transition: background 200ms;
	-moz-transition: background 200ms;
	-ms-transition: background 200ms;
	-o-transition: background 200ms;
}
.multi_menu > ul > li > a{
	text-transform: uppercase;
	letter-spacing: .4px;
}
.multi_menu ul li ul li a{
	font-weight: 700;
	letter-spacing: .37px;
}
.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: 10px 0px;
	display: block;
}
.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: relative;
}
.multi_menu ul li .menu_arrow:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -3px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.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 {
	border-bottom: none;
	border-right: none;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	margin: -0px 0 0 -3px;
}
.multi_menu ul li.active > a {
	color: #fff;
	background-color: rgb(145,200,66);
}
.multi_menu > ul > li.active > a {
	border-bottom: 1px solid #fff;
}
.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:rgba(227,115,37,.8);
	padding:0px;
	margin: 0px;
}
.multi_menu ul li.current > ul {
	display: block;
}
.multi_menu ul li.active > a,
 .multi_menu ul li a:hover {
 	background: #E37325;
	color: #fff;
}
.multi_menu ul li.current > a,
.multi_menu ul li.current > a:hover {
	background: #E37325;
	color: #fff;
}
.multi_menu ul ul li.active > a,
 .multi_menu ul ul li a:hover {
 	background: #A31C38;
	color: #fff;
}
.multi_menu ul ul li.current > a,
.multi_menu ul ul li.current > a:hover {
	background: #A31C38;
	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;
}
.banner_box iframe{
	width: 355px;
	height: 200px;
}
.banner_bottom h1{
	font-size: 22px;
}
.banner_bottom h1+p{
	font-size: 16px;
	line-height: 1;
}
.flex_row{
	display: block;
}
.column2 > .col-sm-6:nth-child(1),
.column3 > .col-sm-4:nth-child(1), 
.column3 > .col-sm-4:nth-child(2){
	padding-right: 15px !important;
}
.column2 > .col-sm-6,
.column3 > .col-sm-4{
	padding: 0 15px !important;
}
#dnn_Grid6_PaneA1,
#dnn_Grid6_PaneB1, 
#dnn_Grid4_PaneA1, 
#dnn_Grid4_PaneB1, 
#dnn_Grid4_PaneC1,
#dnn_Grid4_PaneA2, 
#dnn_Grid4_PaneB2, 
#dnn_Grid4_PaneC2{
	margin: 30px 0;
}
.footer_contact .map .left:first-child{
	margin-right: 10px;
}
.footer_contact .map,
.footer_contact .follow{
	float: none;
	text-align: left;
}
.footer_contact .map:after,
.affiliations:after{
	clear: both;content: ".";height: 0px;font-size: 0px;visibility: hidden;display: block;
}
.footer_contact .follow{
	margin-top: 30px;
}
.affiliations{
	display: block;
	margin: 0 -15px;
}
.affiliations > div{
	margin-bottom: 20px;
	width: 50%;
	float: left;
}
.affiliations > div:nth-child(3),
.affiliations > div:nth-child(4){
	margin-bottom: 0;
}
.affiliations > div:nth-child(3){
	clear: both;
}
.affiliations > div > a{
	display: inline-block;
	padding: 0 15px;
}
.footer_top{
	padding: 15px 0 0;
}
.footer_links a{
	margin: 0 5px;
}
.footer_links{
	line-height: 20px;
	padding: 2px 0;
}
.logo{
	margin: 15px 0;
}
.imgandtext{
	display: block;
	margin-top: 30px;
}
.imgandtext .left:first-child{
	margin: 0 0 20px;
}
.banner_loop{
	padding-top: 224px;
}
.resources-table{
	margin-left: 0;
}
.resources-table tr td:last-child{
	padding-right: 15px;
}
.resources-table .text1{
	margin: 10px 0;
}
.content #dnn_TopPane{

}
.banner_bottom{
	padding: 0 0 10px;
}

}

@media only screen and (max-width: 480px) {
	.logo img{
		width: 240px;
	}
	.banner_box iframe{
		width: 290px;
		height: 163px;
	}
	.footer_contact .map .left:first-child{
		margin: 0 0 5px;
	}
	.footer_contact .map .left{
		float: none;
	}
	.affiliations > div{
		width: 100%;
		text-align: left;
	}
	.affiliations > div:nth-child(3){
		margin-bottom: 20px;
	}
	.footer_layout{
		padding: 0 25px;
	}
	.resources-table{
		width: 100%;
		max-width: none;
	}
	.resources-table tr td:first-child{
		max-width: none;
	}
	.resources-table tr td{
		vertical-align: middle;
	}
	.content #dnn_TopPane{
	
	}
	.ls-wp-fullwidth-container,
	.ls-wp-fullwidth-helper,
	.ls-wp-fullwidth-helper>div,
	.ls-inner{
		height: 180px !important;
	}
	.ls-wp-fullwidth-container img{
		height:100% !important;
		width:auto !important;
		margin-top:0 !important;
	}
}

@media only screen and (max-width: 415px) {
	.banner_bottom h1{
		font-size: 16px;
	}
}

.line_left li span{
	position: relative;
	padding-left: 14px;
	display: block;
}
.line_left li span:before{
	content: " - ";
	position: absolute;
	left:0px;
	top: -1px;
}
.font_hh td span{
	display:block;
}
.custom_form .LiveForm.Default{
	margin-top: 10px;
}
@media only screen and (min-width: 980px) {
	.imgandtext2 img{
		margin-top: -30px;
	}
	.custom_form .LiveForm .Field-Label-Left{
		float:none !important;
	}
	.custom_form .LiveForm.Default ul li{
		clear: both;
	}
	.custom_form .LiveForm.Default .Field-Container,.custom_form .LiveForm.Default .Field-SubLabel-TextBox{
		display: inline-block !important;
		width: 50% !important;
		vertical-align: middle;
	}
	.custom_form .LiveForm.Default select,
	.custom_form .LiveForm.Default textarea,
	.custom_form .LiveForm.Default input[type="text"],
	.custom_form .LiveForm.Default input[type="password"],
	.custom_form .LiveForm.Default .Field.FileUpload input,
	.custom_form .LiveForm.Default .Field.Phone input.Phone{
		width: 100% !important;
	}
}
@media only screen and (max-width: 979px) and (min-width: 768px){
.custom_form .LiveForm .Field-Label-Left{
	float:none !important;
}
.custom_form .LiveForm.Default ul li{
	clear: both;
}
.custom_form .LiveForm.Default .Field-Container,.custom_form .LiveForm.Default .Field-SubLabel-TextBox{
	display: inline-block !important;
	width: 60% !important;
	vertical-align: middle;
}
.custom_form .LiveForm.Default select,
.custom_form .LiveForm.Default textarea,
.custom_form .LiveForm.Default input[type="text"],
.custom_form .LiveForm.Default input[type="password"],
.custom_form .LiveForm.Default .Field.FileUpload input,
.custom_form .LiveForm.Default .Field.Phone input.Phone{
	width: 100% !important;
}
}
.custom_form .LiveForm.Default .Radiobutton .Field-Container{
	width: inherit !important;
}
.custom_form .LiveForm.Default{
	border:none;
}