@import url('https://fonts.googleapis.com/css?family=Inconsolata|Lato:400,400i,700,700i,900');
/* CSS Document */
@media print {
	a:link:after {
		content: " ";
	}
}


#Body {
	color: #373735;
	background: #FFF;
}

.body_bg {
	min-height: 100%;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 16px/20px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; 
	color: #373735;
	height: 100%;
}

p {
	margin: 0px 0px 8px 0px;
}

header,
nav,
section,
footer {
	display: block;
}



A:active {
	color:#127998;
	text-decoration: none;
}

A:visited {
	color:#127998;
	text-decoration: none;
}

A:hover {
	color:#259e64;
	text-decoration: none;
}

A:focus {
	color:#127998;
	outline: none;
	-moz-outline: none;
}

h1 {
	color:#373735;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:36px;
	line-height:40px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}
 
h2 {
	color:#373735;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h3 {
	color:#373735;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h4 {
	color:#373735;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h5 {
	color:#373735;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline {
  border-bottom: 2px solid #d8d8d8;
}
h1.highlight, h2.highlight, h3.highlight, h4.highlight, h5.highlight, h6.highlight {
  border-bottom: 2px solid #b10726;
}

.alt-color-1 {
  color: #02799a;
}

.alt-color-2 {
  color: #2f3742;
}

.alt-color-3 {
  color: #b30021;
}

.alt-color-4 {
  color: #259e64;
}

hr {
  margin: 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
hr.dotted {
  border-bottom-style: dashed;
}


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;
}

.grid [class*="Pane"] {
    padding: 0 0 15px;
}

/* ********** Container Style ************** */


.Head {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubSubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.Normal {
	color: #373735;
	font-size: 16px;
	line-height: 20px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: normal;
}


/**************** 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 ************** */
.bread_style{
	color: #0d96bc;
	font-size: 42px;
	line-height: 50px;
	font-weight: 900;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .bread_style {
    background: linear-gradient(to right, #0d96bc, #0fb3b1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.page-date{
	margin: 5px 0 20px;
}

.leftpage_bread{
    margin-left: 38.5%;
    margin-left: calc(33% + 60px);
}

@media only screen and (max-width: 767px) {

}

/* ********** Other Style ************** */	
.dnn_layout {
	max-width: 1160px;
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0 40px;
}

/*Login*/
.login a{
	display: inline-block;
	padding: 15px 10px;
}
.login a:hover{
	background: #127998;
	text-decoration: none;
}



/* Search Style  */
.searchBox {
	background: #fff;
	border: 1px solid #bfbfbf;
	float:right;
	margin: 20px 0;
	padding: 0;
	overflow: inherit !important;
	height: 42px !important;
	width: 383px;
	z-index: 905;
}

.searchBox #dnn_dnnSEARCH_ClassicSearch,
.searchBox #dnn_dnnSEARCH1_ClassicSearch,
.searchBox #dnn_dnnSEARCH2_ClassicSearch,
.searchBox #dnn_dnnSEARCH3_ClassicSearch {
	background: none;
	border: none;
	float: none;
	height: 40px;
	position: relative;
	white-space: nowrap;
	display: block;
	text-align: left;
	color: #373735;
}
.search,
a.search:link,
a.search:active,
a.search:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: -2px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0px;
	color: #989da3;
	text-align: center;
}
.search:before{
	content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: transparent url(images/icons.png) no-repeat 0 0;
  background-size: 12em 3em;
  opacity: 0.5;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.search:hover:before{
	opacity: 1;
}
 
.searchBox input.NormalTextBox {
	width: 350px;
	text-align: left;
	height: 30px;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 4px;
	top: 5px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #373735;
}

.searchBox input.SearchTextBox {
	width: 350px;
	text-align: left;
	height: 30px;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 4px;
	top: 5px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #373735;
}


.searchBox .searchInputContainer {
	position: static !important;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 5px !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: #b9bec3;
	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: #127998;
	text-decoration: none;
}

.dnn_main .page-utility{
	float: right;
}


.hedaer_minHeight {
}
.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;
}
.head_mid{
	position: relative;
}

.dnn_logo {
	float: left;
	max-width: 320px;
	padding: 20px 0;
}
.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.head_right{
	position: absolute;
	right: 40px;
	top: 0;
}

/* ********** NAV ************** */	

.nav_box {
	position: relative;
}

/* ********** NAV ************** */	
nav{
	margin: 10px 0 0 0;
}

/*dnngo_megamenu */
#dnngo_megamenu {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#dnngo_megamenu .primary_structure:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #0d96bc;
    background-image: linear-gradient(to right, #0d96bc, #0fb3b1);
}
#dnngo_megamenu .primary_structure {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#dnngo_megamenu .primary_structure > li {
	display: inline-block;
	list-style: none;
	position: relative;
}
#dnngo_megamenu .primary_structure > li > a {
	display: inline-block;
	padding: 0;
	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? */
}
*+html #dnngo_megamenu .primary_structure > li > a {
	display: inline;
}
#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 > div > ul > li > a > span {
    box-sizing: content-box;
    color: #373735;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
    position: relative;
    text-transform: capitalize;
}
#dnngo_megamenu .primary_structure > li > a:hover span, 
#dnngo_megamenu .primary_structure > li.menu_hover > a span, 
#dnngo_megamenu .primary_structure > li.current > a span{
	color: #0ea2b8;
}
#dnngo_megamenu > div > ul > li.dir > a:hover > span:before,
#dnngo_megamenu > div > ul > li.dir > a:hover > span:after,
#dnngo_megamenu .primary_structure > li.menu_hover > a > span:before,
#dnngo_megamenu .primary_structure > li.menu_hover > a > span:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-width: 0;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -8px;
    margin-top: 3px;
    -webkit-transform: scaleX(1.2);
        -ms-transform: scaleX(1.2);
            transform: scaleX(1.2);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.15s ease-out;
}
#dnngo_megamenu .primary_structure > li.menu_hover > a > span:before,
#dnngo_megamenu > div > ul > li.dir > a:hover > span:before {
    border-width: 11px 11px 0;
    margin-left: -11px;
    border-top-color: #0d96bc;
  }
#dnngo_megamenu .primary_structure > li.menu_hover > a > span:after ,
#dnngo_megamenu > div > ul > li.dir > a:hover > span:after {
    margin-top: 2px;
  }
#dnngo_megamenu > div > ul > li.dir:hover > a > span:before,
#dnngo_megamenu > div > ul > li.dir:hover > a > span:after,
#dnngo_megamenu .primary_structure > li.menu_hover > a > span:before,
#dnngo_megamenu .primary_structure > li.menu_hover > a > span:after {
    opacity: 1;
    z-index: 1000;
    visibility: visible;
  }

/*sub*/
#dnngo_megamenu .dnngo_menuslide {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 903;
	margin: 16px 0 0 0;
	padding: 0 40px;
}
#dnngo_megamenu .dnngo_masonrymenu {
	width: 100%;
}
#dnngo_megamenu .dnngo_masonrymenu > ul {
	float: left;
}
#dnngo_megamenu .dnngo_masonrymenu > ul > li {
	margin: 0px 10px;
}
/*dnngo_slide_menu*/
#dnngo_megamenu .dnngo_slide_menu {
	margin: 0 0 0 -40px;
	padding: 0;
	background-color: #ffffff;
	white-space: nowrap;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
#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;
	background-color: #ffffff;
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	z-index: 904;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
#dnngo_megamenu .dnngo_slide_menu li {
	position: relative;
	list-style: none;
	border-bottom: 1px solid #dbdbdb;
}
#dnngo_megamenu .dnngo_slide_menu li:last-child {
	border-bottom: none;
}
#dnngo_megamenu .dnngo_slide_menu li a {
	text-decoration: none;
	text-align: left;
	padding: 10px 80px 10px 15px;
	line-height: 20px;
	font-size: 16px;
	display: block;
	color: #373735;
	transition: background ease-in 200ms;
	-moz-transition: background ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background ease-in 200ms; /* Safari and Chrome */
	-o-transition: background ease-in 200ms; /* Opera */
	-ms-transition: background ease-in 200ms; /* IE9? */
}
#dnngo_megamenu .rtl .dnngo_slide_menu li a{
	padding: 7px 20px 7px 60px;
	text-align:right;
}



#dnngo_megamenu .dnngo_slide_menu li a:hover, #dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {
	color: #FFF;
	background-color: #259e64;
}
#dnngo_megamenu .dnngo_slide_menu li.dir > a:before {
	content: "";
	border-right: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
	width: 5px;
	height: 5px;
	right: 20px;
	top: 50%;
	position: absolute;
	margin: -2px 0 0 0;
	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 */
}


#dnngo_megamenu .dnngo_slide_menu li.dir > a:hover:before, 
#dnngo_megamenu .dnngo_slide_menu li.dir.menu_hover > a:before {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#dnngo_megamenu .rtl .dnngo_slide_menu li.dir > a: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_megamenu .rtl .dnngo_menuslide.slide{
	left:auto!important;
	right:0;
}


/*dnngo_boxslide*/

#dnngo_megamenu .dnngo_boxslide {
	background: #f1f1f1;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin:auto;
	text-align: left;
	padding: 40px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#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;
	line-height: 1.8;
}
#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 0 0px;
	text-align: left;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li {
	list-style: none;
	padding:0 0 20px 0;
	font-size: 12px;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul {
	padding: 10px;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: -6px;
	padding: 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*+html #dnngo_megamenu .dnngo_boxslide .menu_centerbox .dnngo_masonrymenu > ul >li {
	display: inline;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > .dnngo_masonrymenu > ul > li > a > span {
	color: #373735;
	font-size: 18px;
	font-weight: 700;
	display: block;
	line-height: 20px;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > .dnngo_masonrymenu > ul > li > a:hover > span{
	color: #259e64;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox > .dnngo_masonrymenu > ul > li > a:hover {
	text-decoration: none;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li {
	padding:0;
	margin:10px 0 0;
	width: 100%!important;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
	color: #373735;
	font-size: 16px;
	display: block;
	width: 100%;
	line-height: 20px;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover {
	color: #259e64;
	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 {
}
#dnngo_megamenu .rtl .dnngo_boxslide .menu_centerbox ul li li a span:before{
	-ms-transform: rotate(135deg); /* IE 9 */
	-moz-transform: rotate(135deg); /* Firefox */
	-webkit-transform: rotate(135deg); /* Safari and Chrome */
	-o-transform: rotate(135deg); /* Opera */
	margin: 0 0px 2px 5px;
}

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before {
	border-left-color: #127998;
}
#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li li {
	padding-left: 10px;
}
#dnngo_megamenu .dnngo_boxslide .menu_topbox {
	width: 100%;
}
#dnngo_megamenu .dnngo_boxslide .menu_bottombox {
	width: 100%;
}
#dnngo_megamenu .mega_title {
	font-size: 14px!important;
	font-weight: normal;
	padding: 10px 0 5px;
	line-height: 1.2;
	color: #73b317;
}
#dnngo_megamenu .social-icons {
	margin: 15px 0;
}
#dnngo_megamenu .social-icons a {
	font-size: 27px!important;
	color: #c1c1c1;
}
#dnngo_megamenu .social-icons a:hover {
	color: #259e64;
}
#dnngo_megamenu .menu_leftbox .dividers_1 {
	margin-bottom: 10px;
}


/*Left Menu*/

#left_menu {
	padding: 0px 0px 0px;
	margin: 0px 0 40px;
	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;
	letter-spacing: normal;
}

#left_menu ul li a {
	display: block;
	text-decoration: none;
	color: #127998;
	font-size: 16px;
	padding: 5px 0;
	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{
	color: #259e64;
}
#left_menu > div > .multi_menu > ul > li.current > a,
#left_menu > div > .multi_menu > ul > li.current > a:hover{
	color: #259e64;
	font-weight: 700;
}
#left_menu ul li a .menu_arrow{
	display: none;
}


#left_menu ul ul {
	display: block!important;
	padding: 5px 0 5px;
}

#left_menu ul ul ul {
	padding: 5px 0px 0;
	display: block!important;
	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 0px;
}

#left_menu ul li li a {
	position: relative;
	padding: 5px 5px 5px 20px;
	line-height: 18px;
	border: none;
	white-space: normal;
	color: #127998;
	text-transform: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}


.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;
}


#left_menu > .gomenu > ul > li.current > a:hover,
#left_menu > .gomenu > ul > li.current > a {
	background-color:#259e64;
}


#left_menu ul li li a:hover,
#left_menu ul li li.current > a {
	color:#259e64;
}
#left_menu ul li li.current > a,
#left_menu ul li li.current > a:hover{
	font-weight: 700;
}


.BannerPane{
	padding: 35px 0 0 0;
}


/* ********** CONTENT ************** */	
#dnn_content {
	padding:35px 0;
}

.left_content-l{
	float: left;
    width: 15%;
    width: calc(15% + 20px);
	display:inherit;
}
.right_content-l{
	float: right;
    width: 85%;
    width: calc(85% - 20px);
    padding: 0 0 0 40px;
}

.left_content-r{
	float: left;
    width: 67%;
    width: calc(67% - 20px);
    padding: 0 40px 0 0;
}
.right_content-r{
	float: right;
    width: 33%;
    width: calc(33% + 20px);
}

.LeftOutPane_mobile,
.LeftOutPaneB_mobile{
	display: none;
}

.LeftOutPane{
	padding-bottom:40px;
}

.Container-2 a:link,
.Container-2 a:active,
.Container-2 a:visited,
.Container-2 a:hover,
.Container-4 h1,
.Container-4 h2,
.Container-4 h3,
.Container-4 h4,
.Container-4 h5,
.Container-4 h6,
.Container-4 a:link,
.Container-4 a:active,
.Container-4 a:visited,
.Container-4 a:hover,
.Container-5 h1,
.Container-5 h2,
.Container-5 h3,
.Container-5 h4,
.Container-5 h5,
.Container-5 h6,
.Container-5 a:link,
.Container-5 a:active,
.Container-5 a:visited,
.Container-5 a:hover{
	color: #fff;
}
.Container-2 a.more,
.Container-2 a.more:hover{
	color: #fff;
}
.Container-2 .more .icon--arrow,
.Container-2 .more:hover .icon--arrow{
	background-position: -1em -1em;
}

.c4_con,
.c5_con{
	padding: 95px 0 100px;
}



/* ********** FOOTER ************** */	
.footer_box{
	background: #2f3742;
	color: rgba(255,255,255,0.9);
	padding: 30px 0 20px;
}
.footer_box,
.footer_box .Normal{
	color: rgba(255,255,255,0.9);
}
.footer_box a,
.footer_box a:link,
.footer_box a:active,
.footer_box a:visited{
	color: #fff;
}

.FooterLeftPane{
	float: left;
	width: 58%;
}

.copyright_style {
	position: relative;
	top: -20px;
	text-align: center;
}
.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
	text-decoration: none;
	font-size: 14px;
	opacity: 0.5;
}

.FooterPane {
	float: right;
	margin: 0;
	width: 42%;
}
.FooterPane .footer-social {
	vertical-align: middle;
	font-size: 22px;
	text-align: right;
}

.FooterPane .footer-social a {
	color: #fff;
	font-size: 30px;
	opacity: 0.8;
}
.FooterPane .footer-social a:hover{
	opacity: 1;
}


/*! ---------- =header ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
.lt-ie8 * {
  behavior: url("scripts/boxsizing.htc");
}
ul {
  list-style: disc;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

figure {
  display: inline-block;
  padding: 5px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
figure.constrain-small {
  max-width: 200px;
}
figure.constrain-medium {
  max-width: 300px;
}
figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
figure figcaption {
  display: block;
  background: #f6f6f6;
  margin-top: 5px;
  padding: 5px;
  color: #373735;
  font-size: 14px;
}

.img-left, .img-right {
  display: block;
  max-width: 40%;
}
.img-left img, .img-right img {
  display: block;
  max-width: 100%;
}

.img-left {
  float: left;
  margin: 0 20px 10px 0;
}

.img-right {
  float: right;
  margin: 0 0 10px 20px;
}

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 {
  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;
  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;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 16px/20px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #373735;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p, ol, ul, h1, h2, h3, h4, h5, h6, pre {
  margin-bottom: 20px;
}
p:last-child, ol:last-child, ul:last-child, pre:last-child {
  margin-bottom: 0;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
ol, ul {
  margin-left: 2em;
}
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
}
p + h1, ul + h1, ol + h1, .grid + h1, p + h2, ul + h2, ol + h2, .grid + h2, p + h3, ul + h3, ol + h3, .grid + h3 {
  margin-top: 40px;
}
h1 {
  font-size: 36px;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 30px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}

.help-text {
  font-style: italic;
  opacity: 0.6;
  font-size: 14px;
}
pre + .help-text {
  margin-top: -15px;
}


/*! ---------- =common =components ---------- */

body {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #127998;
}
a:hover {
  color: #259e64;
}

a, button {
  transition: color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: transform 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

.img-left, .img-right {
  display: block;
  max-width: 40%;
}
.img-left img, .img-right img {
  display: block;
  max-width: 100%;
}
.img-left {
  float: left;
  margin: 0 20px 10px 0;
}
.img-right {
  float: right;
  margin: 0 0 10px 20px;
}

.sr-only {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  text-align: center;
  font-size: 14px;
  background: #127998;
  color: #fff !important;
  font-weight: 700;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.button:hover, .button:focus {
  background: #259e64;
  color: #fff !important;
}
.button--small {
  font-size: 12px;
  padding: 5px 15px;
}
.button--large {
  font-size: 16px;
  padding: 20px 60px;
}
.button--highlight {
  background: #259e64;
}
.button--highlight:hover, .button--highlight:focus {
  background: #2ab371;
}
.button--action {
  background: #b10726;
}
.button--action:hover, .button--action:focus {
  background: #ca082b;
}
.button--cancel {
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #5e5e5b !important;
  box-shadow: none;
}
.button--cancel:hover, .button--cancel:focus {
  background: #fff;
  border-color: #0d96bc;
  color: #127998 !important;
}

a.more {
  display: block;
  font-weight: 700;
  color: #b10726;
}
.more .icon--arrow {
  margin-left: 0.3em;
}
a.more:hover {
  color: #259e64;
  text-decoration: none;
}
a.more:hover .icon--arrow {
  background-position: -1em -2em;
}
h1 + .more, h2 + .more, h3 + .more, h4 + .more {
  margin: -10px 0 20px;
}

.item-list {
  list-style: none;
  margin: 0 0 20px;
}
.item-list:last-child {
  margin-bottom: 0;
}
.item-list__item + .item-list__item {
  margin-top: 20px;
}
/*.item-list__thumbnail {
  display: block;
  float: left;
  max-width: 40%;
  margin: 0 10px 10px 0;
}*/
.item-list--horizontalnews {
  float: none;
  max-width: 100%;
  margin: 0 0 10px;
}
a.item-list__title, a.slider__title {
  font-size: 17px;
  font-weight: 400;
  color: #0d96bc;
}
a.item-list__title:hover, 
a.slider__title:hover{
	color: #259e64;
}
.item-list__date, 
.slider__date {
  color: rgba(55, 55, 53, 0.6);
  margin: 5px 0 0;
}
.item-list__description, .slider__description {
  margin-top: 5px;
}
.item-list__category {
  color: #b10726;
}

.content-box {
  padding: 20px;
  background: #f6f6f6;
}
.content-box--highlight {
  background: #127998;
  color: #fff;
}
.content-box--highlight a, .content-box--highlight a:hover, .content-box--highlight h1, .content-box--highlight h2, .content-box--highlight h3, .content-box--highlight h4, .content-box--highlight h5, .content-box--highlight h6 {
  color: #fff;
}
.content-box--highlight p {
  color: rgba(255, 255, 255, 0.9);
}
.content-box .more:hover .icon--arrow {
  background-position: -1em -1em;
}

.pull-quote {
  display: block;
  padding: 20px 0;
  margin: 20px 0;
  border: solid #d8d8d8;
  border-width: 1px 0;
  font-size: 20px;
  color: #0d96bc;
}
.pull-quote:first-child {
  margin-top: 0;
}
.pull-quote:last-child {
  margin-bottom: 0;
}
.pull-quote__attribution {
  display: block;
  clear: both;
  font-size: 16px;
  color: #373735;
  color: rgba(55, 55, 53, 0.6);
  font-style: italic;
}
.pull-quote__attribution::before {
  content: '- ';
}
p + .pull-quote__attribution {
  margin-top: -10px;
}
.pull-quote p {
  line-height: 30px;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .pull-quote p {
    background: linear-gradient(to right, #0d96bc, #0fb3b1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.responsive-iframe {
  overflow: hidden;
}
.responsive-iframe iframe {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.tabs--styled {
  margin-bottom: 40px;
}
.tabs--styled:last-child {
  margin-bottom: 0;
}
.tabs--styled .tabs__tab {
  display: inline-block;
  margin-bottom: -1px;
  padding: 10px;
  border: 1px solid #d8d8d8;
  font-weight: 700;
  color: #91918d;
  background: #fff;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--styled .tabs__tab:hover {
  color: #259e64;
  background: #fff;
}
.tabs--styled .tabs__tab.is-active {
  color: #127998;
  border-bottom-color: #fff;
}
.tabs--styled .tabs__pane {
  padding: 20px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.js .tabs--styled .tabs__pane {
  display: none;
}
.js .tabs--styled .tabs__pane.is-active {
  display: block;
}

.accordion {
  margin-bottom: 40px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion__label {
  display: block;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #d8d8d8;
  color: #127998;
  background: #f6f6f6;
  cursor: pointer;
  position: relative;
}
.accordion__label .disclose, .accordion__label .page-nav__toggle {
  position: relative;
  top: -4px;
  margin-left: 0.5em;
  transition: all 0.15s ease-out;
}
.accordion__label.is-active {
  border-color: rgba(37, 158, 100, 0.3);
  color: #259e64;
}
.accordion__label.is-active .disclose, .accordion__label.is-active .page-nav__toggle {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: 0;
}
.accordion__label.is-active .disclose::before, .accordion__label.is-active .page-nav__toggle::before {
  border-color: #259e64;
}
.accordion__label_bg1{
	background-image: url(http://placehold.it/1024x128);
}
.accordion__label_bg2{
	background-image: url(/portals/42/placeholder-accordion-1.jpg);
}
.accordion__label--image {
  min-height: 120px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-line-pack: center;
      -webkit-align-content: center;
          align-content: center;
}
.accordion__label--image .disclose, .accordion__label--image .page-nav__toggle {
  top: 0;
}
.accordion__label ~ .accordion__label {
  margin-top: 10px;
}
.accordion__content {
  margin: 20px 0;
}
.accordion__content:last-child {
  margin-bottom: 0;
}


.navigation-container {
  margin-bottom: 40px;
}
.navigation-container:last-child {
  margin-bottom: 0;
}

.navigation-select {
  max-width: 240px;
  margin-bottom: 20px;
}

.js .toggle-target:not(.is-active) {
  display: none !important;
}

.group:after, .item-list--horizontal:after, .item-list__item:after, .page-content:after, .page-header:after, .page-footer:after, .interior-layout:after {
/*.group:after, .interior-layout:after, .page-header .page-bounds:after {  MA update 7/24/17*/
  content: "";
  display: table;
  clear: both;
}


@media (min-width: 470px) {
  h1 + .more, h2 + .more, h3 + .more, h4 + .more {
    float: right;
    margin: -40px 0 0;
  }
  

  .pull-quote--left {
    max-width: 45%;
    margin-right: 20px;
    border-width: 0 1px 0 0;
    padding: 0 20px 0 0;
    float: left;
  }
  .pull-quote--right {
    max-width: 45%;
    margin-left: 20px;
    border-width: 0 0 0 1px;
    padding: 0 0 0 20px;
    float: right;
  }

  .tabs--styled .tabs__tab {
    padding: 15px 20px;
  }
}
/* MA 7/24/17 */


@media (max-width: 719px) {
  .item-list--horizontalnews  {
    margin-left: 0;
  }

  

}
@media (min-width: 720px) {
  .item-list + .more {
    display: block;
    margin-top: -20px;
  }
 
 
  
  

  .content-box {
    margin-bottom: 40px;
  }

  .item-list {
    margin-bottom: 40px;
  }
  .item-list--horizontalnews {
    margin-right: -20px;
  }
  .item-list--horizontalnews .item-list__item {
    width: 33.3%;
    float: left;
    margin: 0;
    padding-right: 20px;
	min-height:270px;
  }
}

/*! ---------- =grids ---------- */

.grid {
  display: block;
  padding: 0;
  margin-right: -20px;
  letter-spacing: -0.33em;
  text-rendering: optimizespeed;
}

.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 20px 40px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid__unit.pane{
	padding-bottom: 0;
	float: left;
}
.grid__unit--1-2-m{
	padding-bottom: 0;
}

.style-guide .grid__unit{
	padding-bottom: 40px;
}

.grid__unit--1-2 { width: 50%; }
.grid__unit--1-3 { width: 100%; }
.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%; }
.grid__unit--1-8 { width: 12.5%; }
.grid__unit--3-8 { width: 37.5%; }
.grid__unit--5-8 { width: 62.5%; }
.grid__unit--7-8 { width: 87.5%; }
.grid__unit--1-9 { width: 11.11%; }
.grid__unit--2-9 { width: 22.22%; }
.grid__unit--4-9 { width: 44.44%; }
.grid__unit--5-9 { width: 55.55%; }
.grid__unit--7-9 { width: 77.77%; }
.grid__unit--8-9 { width: 88.88%; }
.grid__unit--1-12 { width: 8.33%; }
.grid__unit--5-12 { width: 41.65%; }
.grid__unit--7-12 { width: 58.31%; }
.grid__unit--11-12 { width: 91.63%; }


@media only screen and (min-width: 470px) {
  .grid__unit--1-1-s { width: 100%; }
  .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%; }
  .grid__unit--1-8-s { width: 12.5%; }
  .grid__unit--3-8-s { width: 37.5%; }
  .grid__unit--5-8-s { width: 62.5%; }
  .grid__unit--7-8-s { width: 87.5%; }
  .grid__unit--1-9-s { width: 11.11%; }
  .grid__unit--2-9-s { width: 22.22%; }
  .grid__unit--4-9-s { width: 44.44%; }
  .grid__unit--5-9-s { width: 55.55%; }
  .grid__unit--7-9-s { width: 77.77%; }
  .grid__unit--8-9-s { width: 88.88%; }
  .grid__unit--1-12-s { width: 8.33%; }
  .grid__unit--5-12-s { width: 41.65%; }
  .grid__unit--7-12-s { width: 58.31%; }
  .grid__unit--11-12-s { width: 91.63%; }
}


@media only screen and (min-width: 720px) {
  .grid__unit--1-1-m { width: 100%; }
  .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-4-l { width: 75%; }
  .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%; }
  .grid__unit--1-8-m { width: 12.5%; }
  .grid__unit--3-8-m { width: 37.5%; }
  .grid__unit--5-8-m { width: 62.5%; }
  .grid__unit--7-8-m { width: 87.5%; }
  .grid__unit--1-9-m { width: 11.11%; }
  .grid__unit--2-9-m { width: 22.22%; }
  .grid__unit--4-9-m { width: 44.44%; }
  .grid__unit--5-9-m { width: 55.55%; }
  .grid__unit--7-9-m { width: 77.77%; }
  .grid__unit--8-9-m { width: 88.88%; }
  .grid__unit--1-12-m { width: 8.33%; }
  .grid__unit--5-12-m { width: 41.65%; }
  .grid__unit--7-12-m { width: 58.31%; }
  .grid__unit--11-12-m { width: 91.63%; }
  
}


@media only screen and (min-width: 960px) {
  .grid__unit--1-1-l { width: 100%; }
  .grid__unit--1-2-l { width: 50%; }
  .grid__unit--1-3-l { width: 33.33%; }
  .grid__unit--2-3-l { width: 66.66%; }
  .grid__unit--1-4-l { 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%; }
  .grid__unit--1-8-l { width: 12.5%; }
  .grid__unit--3-8-l { width: 37.5%; }
  .grid__unit--5-8-l { width: 62.5%; }
  .grid__unit--7-8-l { width: 87.5%; }
  .grid__unit--1-9-l { width: 11.11%; }
  .grid__unit--2-9-l { width: 22.22%; }
  .grid__unit--4-9-l { width: 44.44%; }
  .grid__unit--5-9-l { width: 55.55%; }
  .grid__unit--7-9-l { width: 77.77%; }
  .grid__unit--8-9-l { width: 88.88%; }
  .grid__unit--1-12-l { width: 8.33%; }
  .grid__unit--5-12-l { width: 41.65%; }
  .grid__unit--7-12-l { width: 58.31%; }
  .grid__unit--11-12-l { width: 91.63%; }
}


/*! ---------- =icons ---------- */

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  background: transparent url(images/icons.png) no-repeat 0 0;
  background-size: 12em 3em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.icon--search {
  background-position: 0 0;
}
.icon--arrow-down {
  background-position: 0 -1em;
}
.icon--arrow {
  background-position: -1em 0;
}
.home-feature .icon--arrow, .content-box--highlight .icon--arrow {
  background-position: -1em -1em;
}
.icon--signpost {
  background-position: -2em 0;
}
.content-box--highlight .icon--signpost {
  background-position: -2em -1em;
}
.icon--play {
  background-position: -3em 0;
}
.content-box--highlight .icon--play {
  background-position: -3em -1em;
}
.icon--bookmark {
  background-position: -4em 0;
}
.content-box--highlight .icon--bookmark {
  background-position: -4em -1em;
}
.icon--compass {
  background-position: -5em 0;
}
.content-box--highlight .icon--compass {
  background-position: -5em -1em;
}
.icon--megaphone {
  background-position: -6em 0;
}
.content-box--highlight .icon--megaphone {
  background-position: -6em -1em;
}
.icon--calendar {
  background-position: -7em 0;
}
.content-box--highlight .icon--calendar {
  background-position: -7em -1em;
}
.icon--facebook {
  background-position: -8em 0;
}
.icon--twitter {
  background-position: -9em 0;
}
.icon--linkedin {
  background-position: -10em 0;
}
.icon--instagram {
  background-position: -11em 0;
}

.disclose, .page-nav__toggle {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.disclose::before, .page-nav__toggle::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: solid #127998;
  border-width: 2px 2px 0 0;
  -webkit-transform: translate(-67%, -50%) rotate(45deg);
      -ms-transform: translate(-67%, -50%) rotate(45deg);
          transform: translate(-67%, -50%) rotate(45deg);
}
.disclose--down::before, .page-nav__toggle::before {
  -webkit-transform: translate(-50%, -67%) rotate(135deg);
      -ms-transform: translate(-50%, -67%) rotate(135deg);
          transform: translate(-50%, -67%) rotate(135deg);
}


/*! ---------- =forms ---------- */

input[type="text"], input[type="password"], input[type="email"], textarea {
 /*  display: block; */
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  line-height: 20px;
  background: #fff;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border-color: #259e64;
}

::-webkit-input-placeholder {
  font-style: italic;
}
::-moz-placeholder {
  font-style: italic;
}
:-ms-input-placeholder {
  font-style: italic;
}
::placeholder {
  font-style: italic;
}


/*! ---------- =sliders ---------- */

.slider {
  margin: 0 20px 0px;
  position: relative;
}
.slider__items {
  list-style: none;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.slider__image, .slider__image img {
  display: block;
  width: 100%;
}
.slider__image {
  margin-bottom: 10px;
}
.slider__prev, .slider__next {
  display: block;
  width: 40px;
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.slider__prev::before, .slider__next::before {
  content: '<';
  font-size: 30px;
  font-weight: 700;
  color: #127998;
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: scaleY(2.4) translate(-50%, -50%);
      -ms-transform: scaleY(2.4) translate(-50%, -50%);
          transform: scaleY(2.4) translate(-50%, -50%);
}
.slider__prev:hover::before, .slider__next:hover::before {
  color: #259e64;
}
.slider__prev:disabled, .slider__next:disabled {
  cursor: default;
}
.slider__prev:disabled::before, .slider__next:disabled::before {
  color: #d8d8d8;
}
.slider__prev {
  left: -40px;
}
.slider__next {
  right: -40px;
}
.slider__next::before {
  content: '>';
}
.no-js .slider__next, .no-js .slider__prev {
  display: none;
}
.js .slider__items {
  margin-right: -20px;
}
.js .slider__item {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 20px;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}


@media only screen and (min-width: 470px) {
  .slider__item {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .js .slider__item {
    width: 50%;
  }
}


@media only screen and (min-width: 720px) {
  .slider {
    margin: 0 0 0px;
  }
  .slider__item {
    width: 32%;
  }
  .slider__prev {
    left: -40px;
  }
  .slider__next {
    right: -40px;
  }
  .js .slider__item {
    width: 33.33%;
  }
}


@media only screen and (min-width: 1160px) {
  .slider__prev, .slider__next {
    width: 80px;
  }
  .slider__prev::before, .slider__next::before {
    font-size: 50px;
    font-weight: 400;
  }
  .slider__prev {
    left: -80px;
  }
  .slider__next {
    right: -80px;
  }
}


/*! ---------- =code and =syntax highlighting ---------- */

pre, code {
  font-family: "Inconsolata", monospace;
  font-size: 15px;
  line-height: 20px;
}
pre {
  display: block;
  padding: 20px 10px;
  border: 1px solid #e2e2e2;
  color: #222;
  background: #f6f6f6;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  white-space:pre;
}
pre::before {
  content: attr(rel);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #a6cad5;
  position: absolute;
  top: 2px;
  right: 10px;
}
p > code, li > code {
  background: #f6f6f6;
}
p > code::before, p > code::after, li > code::before, li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
 *  the following is based off the default theme */

pre[class*="language-"] {
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  white-space: pre;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}


/*! ---------- =body ---------- */

body {
  max-width: 100%;
  overflow-x: hidden;
}

.page-bounds {
  padding: 0 20px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content {
  padding: 20px 0;
}

.page-title {
  color: #0d96bc;
  font-weight: 900;
}
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .page-title {
    background: linear-gradient(to right, #0d96bc, #0fb3b1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.page-date {
  font-style: italic;
  color: rgba(55, 55, 53, 0.6);
  font-size: 18px;
}
.page-title + .page-date {
  margin-top: -20px;
}

.interior-layout__top-aside {
  margin-bottom: 20px;
}
.interior-layout__main {
  margin-bottom: 40px;
}

.side-nav {
  margin-bottom: 20px;
}
.side-nav__label {
  margin: 0;
}
.side-nav ul {
  list-style: none;
  margin: 0;
}
.side-nav a {
  display: block;
  padding: 5px 0;
}
.side-nav ul ul a {
  padding-left: 20px;
}
.side-nav .is-current > a {
  font-weight: 700;
  color: #259e64;
}


@media only screen and (max-width: 469px) {
  .page-title {
    font-size: 30px;
  }
}


@media only screen and (max-width: 959px) {
  .side-nav__label {
    font-size: 20px;
  }
  .side-nav__label .disclose, .side-nav__label .page-nav__toggle {
    margin-left: 0.5em;
    top: -3px;
    cursor: pointer;
  }
  .side-nav__label.is-active {
    color: #259e64;
  }
  .side-nav__label.is-active .disclose::before, .side-nav__label.is-active .page-nav__toggle::before {
    border-color: #259e64;
  }
  .side-nav__list {
    max-height: 0;
    overflow: hidden;
    transition: all 0.25s ease-out;
  }
  .side-nav__list.is-active {
    max-height: 100em;
  }
  
  
  .left_content-l{
	float: left;
    width: 100% !important;
	display:none;
}
}




@media only screen and (min-width: 720px) {
  .page-bounds {
    padding: 0 40px;
  }

  .content {
    padding: 40px 0;
  }
}


@media only screen and (min-width: 960px) {
  .page-title {
    font-size: 42px;
    line-height: 50px;
  }

  .interior-layout__top-aside, .interior-layout__aside {
    width: 33%;
    width: calc(33% + 20px);
    float: right;
  }
  .interior-layout__top-aside {
    margin-bottom: 40px;
  }
  .interior-layout__main {
  }
  .interior-layout--reversed .page-title, .interior-layout--reversed .page-date {
    margin-left: 38.5%;
    margin-left: calc(33% + 60px);
  }
  .interior-layout--reversed .interior-layout__top-aside, .interior-layout--reversed .interior-layout__aside {
    float: left;
  }
  .interior-layout--reversed .interior-layout__main {
    float: right;
    padding-left: 40px;
    padding-right: 0;
  }

  .side-nav {
    margin-bottom: 40px;
  }
  .side-nav__label {
    margin-bottom: 10px;
  }
  .side-nav__label .disclose, .side-nav__label .page-nav__toggle {
    display: none;
  }
}


/*! ---------- =header ---------- */

.page-logo {
  float: left;
  margin: 0;
}
.page-logo a, .page-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.page-logo a {
  padding: 10px 0;
}

.page-utility__item {
  display: inline-block;
  padding: 5px 10px;
}

.page-search {
  position: relative;
}
.page-search__submit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px;
  line-height: 20px;
  border: none;
  background: transparent;
}
.page-search__submit .icon {
  position: relative;
  top: -2px;
  opacity: 0.5;
}
.page-search__submit:hover .icon {
  opacity: 0.8;
}

.page-nav ul {
  list-style: none;
  margin: 0;
}
.page-nav a {
  display: block;
  color: #373735;
  font-weight: 700;
  font-size: 18px;
}
.page-nav a:hover {
  color: #259e64;
}
.page-nav__3 a {
  font-weight: 400;
  font-size: 16px;
}
.page-nav__4 a {
  opacity: 0.8;
}


@media only screen and (max-width: 959px) {
  .page-header {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #e6e6e6;
  }
  .page-header__toggle {
    display: block;
    width: 50px;
    position: absolute;
    right: 20px;
    top: 14px;
    padding: 20px 5px;
    border: none;
    background: transparent;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 11;
  }
  .page-header__toggle::before, .page-header__toggle::after {
    content: '';
    display: block;
    height: 3px;
    border-radius: 2px;
    background: #127998;
    position: relative;
    z-index: 2;
    transition: all 0.2s ease-out;
  }
  .page-header__toggle::before {
    box-shadow: 0 8px 0 #127998, 0 -8px 0 #127998;
  }
  .page-header__toggle::after {
    margin-top: -3px;
    z-index: 1;
  }
  .page-header__toggle.is-active::before, .page-header__toggle.is-active::after {
    background: #259e64;
    box-shadow: none;
  }
  .page-header__toggle.is-active::before {
    -webkit-transform: rotate(45deg) scaleX(0.8);
        -ms-transform: rotate(45deg) scaleX(0.8);
            transform: rotate(45deg) scaleX(0.8);
  }
  .page-header__toggle.is-active::after {
    -webkit-transform: rotate(-45deg) scaleX(0.8);
        -ms-transform: rotate(-45deg) scaleX(0.8);
            transform: rotate(-45deg) scaleX(0.8);
  }
  .no-js .page-header__toggle {
    display: none;
  }
  .page-header__content {
    clear: both;
    background: #f6f6f6;
    margin: 0 -20px;
    padding: 0 20px;
    box-shadow: inset 0 4px 8px -4px rgba(0, 0, 0, 0.15), inset 0 -4px 8px -4px rgba(0, 0, 0, 0.15);
  }
  .js .page-header__content {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-out, opacity 0.2s ease, visibility 0s linear 0.2s;
  }
  .js .page-header__content.is-active {
    max-height: 1000em;
    visibility: visible;
    opacity: 1;
    transition: max-height 1s ease-in, opacity 0.3s ease-out, visibility 0s linear;
  }

  .page-logo img {
    max-height: 50px;
  }

  .page-utility {
    text-align: center;
    padding: 20px 0;
  }

  .page-audience {
    margin-bottom: 10px;
  }
  .page-audience__toggle {
    padding: 0;
    margin-bottom: 5px;
    font-size: 14px;
    cursor: default;
    opacity: 0.6;
  }
  .page-audience__toggle::after {
    content: ':';
  }
  .page-audience__toggle .icon {
    display: none;
  }
  .page-audience__item {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #259e64;
  }
  .page-audience__item:hover {
    color: #fff;
    background: #2ab371;
  }

  .page-search {
    margin-bottom: 20px;
  }

  .page-nav {
    padding-bottom: 10px;
  }
  .page-nav a {
    padding: 10px 0;
    border-bottom: 1px solid #f6f6f6;
  }
  .page-nav__2 a {
    padding-left: 10px;
    font-weight: 400;
  }
  .page-nav__3 a {
    padding-left: 20px;
  }
  .page-nav__4 a {
    padding-left: 30px;
  }
  .no-js .page-nav .page-nav__2 {
    display: none;
  }
  .page-nav li {
    position: relative;
  }
  .js .page-nav a {
    padding-right: 40px;
  }
  .js .page-nav li ul {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.2s ease-out, opacity 0.2s ease-out, visibility 0s linear 0.2s;
  }
  .js .page-nav li ul.is-active {
    max-height: 100em;
    visibility: visible;
    opacity: 1;
    transition: max-height 0.3s ease-in, opacity 0.2s ease-out, visibility 0s linear;
  }
  .page-nav__toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -9px;
    top: 0;
    background: transparent;
    z-index: 2;
  }
  .page-nav__toggle::before {
    transition: all 0.15s ease-out;
    border-color: rgba(18, 121, 152, 0.4);
  }
  .page-nav__toggle.is-active::before {
    -webkit-transform: translate(-50%, -33%) rotate(-45deg);
        -ms-transform: translate(-50%, -33%) rotate(-45deg);
            transform: translate(-50%, -33%) rotate(-45deg);
    border-color: #259e64;
  }
}


@media only screen and (min-width: 720px) and (max-width: 959px) {
  .page-header__content {
    margin: 0 -40px;
    padding: 0 40px;
  }

  .page-nav {
    padding-bottom: 20px;
  }
}


@media only screen and (min-width: 960px) {
  .page-header__toggle, .page-nav__toggle {
    display: none;
  }

  .page-logo {
    width: 320px;
    max-width: 40%;
  }
  .page-logo a {
    padding: 20px 0;
  }

  .page-utility {
    padding-right: 10px;
    background: #2f3742;
    color: #fff;
    z-index: 110;
  }
  .page-utility a {
    color: #fff;
    font-weight: 400;
  }
  .page-utility__item {
    vertical-align: top;
    padding: 15px 10px;
  }
  .page-utility__item:hover {
    background: #127998;
    text-decoration: none;
  }

  .page-audience {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    position: relative;
  }
  .page-audience__toggle {
    display: block;
    padding: 15px 20px;
    color: #fff;
    background: #259e64;
  }
  .page-audience__toggle .icon {
    font-size: 0.8em;
    margin-left: 0.3em;
  }
  .page-audience__menu {
    min-width: 100%;
    max-height: 0;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px 0;
    background: #127998;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: max-height 0.15s ease-out, opacity 0.15s ease-out, visibility 0s linear 0.15s;
  }
  .page-audience:hover .page-audience__menu {
    max-height: 10em;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.15s ease-out, opacity 0.15s ease-out, visibility 0s linear;
  }
  .page-audience:hover .page-audience__toggle {
    background: #127998;
    text-decoration: none;
  }
  .page-audience__item {
    display: block;
    padding: 10px 20px;
    font-weight: 700;
  }
  .page-audience__item:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
  }

  .page-search {
    width: 33%;
    position: absolute;
    right: 40px;
    top: 70px;
  }
  .page-search .page-search__input {
    padding: 10px 40px 10px 10px;
  }
  .page-search__submit {
    padding: 11px;
  }

  .page-nav {
    width: 100%;
    clear: both;
  }
  .page-nav__1 {
    clear: both;
    text-align: justify;
    position: relative;
    line-height: 0;
  }
  .page-nav__1::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #0d96bc;
    background-image: linear-gradient(to right, #0d96bc, #0fb3b1);
  }
  .page-nav__1 > li {
    display: inline-block;
    vertical-align: bottom;
    line-height: 20px;
    text-align: left;
  }
  .page-nav__1 > li > a {
    padding: 10px 0;
    position: relative;
    z-index: 101;
  }
  .page-nav__2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 40px 20px;
    margin-top: -11px !important;
    border-top: 11px solid transparent;
    background: #f1f1f1;
    background-clip: padding-box;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease-out;
    -moz-column-count: 3;
    -webkit-column-count: 3;
            column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
            column-gap: 20px;
    box-shadow: -8px 7px 5px -6px rgba(0, 0, 0, 0.2), 8px 7px 5px -6px rgba(0, 0, 0, 0.2);
  }
  .page-nav__2 > li {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
  }
  .page-nav__3 > li {
    margin-top: 10px;
  }
  .page-nav__4 {
    display: none;
  }
  .page-nav__4 > li {
    margin-top: 10px;
  }
  .page-nav__4 > li > a {
    padding-left: 10px;
  }
  .page-nav__1 > li > a::before, .page-nav__1 > li > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-width: 0;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -8px;
    margin-top: 3px;
    -webkit-transform: scaleX(1.2);
        -ms-transform: scaleX(1.2);
            transform: scaleX(1.2);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.15s ease-out;
  }
  .page-nav__1 > li > a::before {
    border-width: 11px 11px 0;
    margin-left: -11px;
    border-top-color: #0d96bc;
  }
  .page-nav__1 > li > a::after {
    margin-top: 2px;
  }
  .page-nav__1 > li:hover > a::before, .page-nav__1 > li:hover > a::after {
    opacity: 1;
    z-index: 102;
    visibility: visible;
  }
  .page-nav__1 > li:hover > .page-nav__2 {
    z-index: 100;
    opacity: 1;
    visibility: visible;
  }
  .page-nav__1 > li:nth-child(1):hover > a {
    color: #0d9cba;
  }
  .page-nav__1 > li:nth-child(1) > a::before {
    border-top-color: #0d9cba;
  }
  .page-nav__1 > li:nth-child(2):hover > a {
    color: #0ea2b8;
  }
  .page-nav__1 > li:nth-child(2) > a::before {
    border-top-color: #0ea2b8;
  }
  .page-nav__1 > li:nth-child(3):hover > a {
    color: #0ea7b5;
  }
  .page-nav__1 > li:nth-child(3) > a::before {
    border-top-color: #0ea7b5;
  }
  .page-nav__1 > li:nth-child(4):hover > a {
    color: #0fadb3;
  }
  .page-nav__1 > li:nth-child(4) > a::before {
    border-top-color: #0fadb3;
  }
  .page-nav__1 > li:nth-child(5):hover > a {
    color: #0fb3b1;
  }
  .page-nav__1 > li:nth-child(5) > a::before {
    border-top-color: #0fb3b1;
  }
}


/*! ---------- =footer ---------- */

.page-footer {
  padding: 20px 0;
  background: #2f3742;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.page-footer a {
  color: #fff;
  text-decoration: underline;
}

.footer-logo {
  max-width: 190px;
  margin: 0 0 20px 0;
}
.footer-logo a, .footer-logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.footer-social {
	margin: 24px 0 45px;
}
.footer-social .icon {
  margin-right: 9px;
  font-size: 30px;
}
.footer-social .icon:hover {
  opacity: 1;
}

.footer-utility {
  list-style: none;
  margin-left: 0;
}
.footer-utility li a{
	text-decoration: underline;
}

.footer-copyright {
  font-size: 14px;
  opacity: 0.5;
}


@media only screen and (min-width: 470px) {
  .footer-social {
  }
  .footer-social .icon {
    margin: 0 0 0 9px;
  }

  .footer-contact {
    float: left;
  }

  .footer-utility {
    text-align: right;
  }

  .footer-copyright {
    clear: both;
  }
}


@media only screen and (min-width: 720px) {
  .page-footer {
    padding: 30px 0;
  }

  .footer-social {
  }

  .footer-copyright {
    text-align: center;
  }
}


@media only screen and (min-width: 960px) {
  .page-footer {
    padding-bottom: 0;
  }

  .footer-copyright {
    position: relative;
    top: -40px;
  }
}


/*! ---------- =home ---------- */

.home-feature {
  margin-bottom: 40px;
}
.home-feature__item {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease-out;
}
.home-feature__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: #b10726 url("../images/bg-column.png") no-repeat 100% 100%;
  background-color: rgba(177, 7, 38, 0.92);
}
.home-feature__item:nth-child(2) .home-feature__content {
  background-color: #62405f;
  background-color: rgba(98, 64, 95, 0.92);
}
.home-feature__item:nth-child(3) .home-feature__content {
  background-color: #127998;
  background-color: rgba(18, 121, 152, 0.92);
}
.home-feature__item:nth-child(4) .home-feature__content {
  background-color: #1c8c7e;
  background-color: rgba(28, 140, 126, 0.92);
}
.home-feature__item:nth-child(5) .home-feature__content {
  background-color: #259e64;
  background-color: rgba(37, 158, 100, 0.92);
}
.home-feature__title, .home-feature__description, .home-feature a {
  color: #fff;
}
.home-feature__title {
  font-weight: 900;
}
.home-feature a {
  font-weight: 700;
}
.home-feature a:hover {
  text-decoration: underline;
}
.js .home-feature__trigger {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.home-feature__item.is-active .home-feature__trigger {
  bottom: 100%;
}


@media only screen and (max-width: 719px) {
  .home-feature__item {
    height: 70px;
  }
  .home-feature__item + .home-feature__item {
    margin-top: 20px;
  }
  .home-feature__title {
    margin: 0;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home-feature__description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
  }
  .home-feature__item.is-active {
    height: 300px;
  }
  .home-feature__item.is-active .home-feature__description {
    max-height: 300px;
  }
}


@media only screen and (min-width: 720px) {
  .home-feature {
    display: table;
    width: 100%;
  }
  .home-feature__wrapper {
    display: table-row;
  }
  .home-feature__item {
    display: table-cell;
    width: 12%;
    height: 400px;
    vertical-align: bottom;
  }
  .home-feature__item + .home-feature__item {
    border-left: 20px solid #fff;
  }
  .home-feature__content {
    opacity: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    transition: all 0.15s ease-out;
  }
  .no-js .home-feature:not(:hover) .home-feature__item:first-child, .no-js .home-feature:hover .home-feature__item:hover {
    width: 50%;
  }
  .no-js .home-feature:not(:hover) .home-feature__item:first-child .home-feature__content, .no-js .home-feature:hover .home-feature__item:hover .home-feature__content {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.15s ease-out 0.2s;
  }
  .js .home-feature__trigger {
    height: 400px;
  }
  .home-feature__item.is-active .home-feature__trigger {
    height: 0 !important;
  }
  .home-feature__item.is-active {
    width: 50%;
  }
  .home-feature__item.is-active .home-feature__content {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition: all 0.15s ease-out 0.2s;
  }
}




.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}
@media (max-width:767px) {
.visible-xs {
	display: block !important;
}
table.visible-xs {
	display: table;
}
tr.visible-xs {
	display: table-row !important;
}
th.visible-xs, td.visible-xs {
	display: table-cell !important;
}
}



 /*******HTML*********/

@media only screen and (min-width: 960px) {
#mobile_menu{
	display: block!important;
}
.mobile_menu{
	display: none;
}

}

@media only screen and (max-width: 959px) {
.hidden-xs{
	display: none;
}
.visible-xs{
	display: block!important;
}

.head_mid{
	padding: 0;
}
.header_bg{
	border-bottom: 1px solid #e6e6e6;
}
.dnn_logo{
	float: none;
	max-width: 100%;
	padding: 10px 40px;
}
.dnn_logo img{
	max-height: 50px;
}

.head_right{
	position: static;
}
.searchBox{
	float: none;
	margin: 0 0 20px 0;
	width: 100%;
	height: 32px!important;
}
.searchBox input.NormalTextBox{
	height: 28px;
	top: 1px;
}
.search, a.search:link, a.search:active, a.search:visited{
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow{
	margin: 5px 0px;
	top: 2px!important;
}

.page-audience{
	margin-bottom: 0;
}
.page-utility{
	padding: 20px 0 10px;
}
.page-audience__toggle{
	margin-bottom: 4px;
}
a.page-audience__item{
	color: #fff;
}
.login a:hover{
	background: none;
}

.mobile_menu{
	display: block;
}

#mobile_menu{
	display: block;
}

.leftpage_bread{
	padding: 0;
}
.LeftOutPane_mobile,
.LeftOutPaneB_mobile{
	display: block;
}
.LeftOutPane_mobile{
	margin: 0 0 20px 0;
}

.grid{
	clear: both;
}
.right_content-l,
.left_content-r{
	float: none;
	width: 100%;
	padding: 0;
}
.leftpage_bread{
	margin: 0;
}
.bread_style{
	font-size: 36px;
	line-height: 40px;
}
.interior-layout__main{
	margin-bottom: 0;
}
.c4_con{
	background: #003355;
	color: #fff;
	padding: 100px 0;
	text-align: center;
}
.c5_con{
	background: #119933;
	color: #fff;
	padding: 100px 0;
	text-align: center;
}

/*--------- Mobile Menu style ----------*/
	.mobile_icon {
    display: block;
    width: 46px;
    position: absolute;
    right: 22px;
    top: 14px;
    padding: 20px 5px;
    border: none;
    background: transparent;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 11;
	}

  .mobile_icon:before, 
  .mobile_icon:after {
    content: '';
    display: block;
    height: 3px;
    border-radius: 2px;
    background: #127998;
    position: relative;
    z-index: 2;
    transition: all 0.2s ease-out;
  }
  .mobile_icon:before {
    box-shadow: 0 8px 0 #127998, 0 -8px 0 #127998;
  }
  .mobile_icon:after {
    margin-top: -3px;
    z-index: 1;
  }
	
	.mobile_icon.active:before,
	.mobile_icon.active:after {
    background: #259e64;
    box-shadow: none;
	}
  .mobile_icon.active:before {
    -webkit-transform: rotate(45deg) scaleX(0.8);
        -ms-transform: rotate(45deg) scaleX(0.8);
            transform: rotate(45deg) scaleX(0.8);
  }
  .mobile_icon.active:after {
    -webkit-transform: rotate(-45deg) scaleX(0.8);
        -ms-transform: rotate(-45deg) scaleX(0.8);
            transform: rotate(-45deg) scaleX(0.8);
  }
	
	#mobile_menu {
		width: 100%;
		z-index: 906;
		display: none;
    clear: both;
    background: #f6f6f6;
    padding: 0 40px;
    box-shadow: inset 0 4px 8px -4px rgba(0, 0, 0, 0.15), inset 0 -4px 8px -4px rgba(0, 0, 0, 0.15);
	}
	
	#mobile_menu .menu_main {
		padding: 0 0 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;
	}
	
	.multi_menu ul li img {
		vertical-align: middle;
	}
	
	.multi_menu ul li a {
		font-size: 18px;
		line-height: 20px;
		font-weight: 700;
		padding: 0px;
		margin: 0px;
		color: #373735;
		display: block;
		text-decoration: none;
		outline: none;
		text-align: left;
	}
	
	.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 40px 10px 0;
		margin: 0 0 1px 0;
		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: 10px;
		height: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -3px 0 0 -3px;
		border-bottom: 2px solid #707070;
		border-right: 2px solid #707070;
    	border-color: rgba(18, 121, 152, 0.4);
		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 */
	}
	
	
	.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 #259e64;
		border-left: 2px solid #259e64;
		margin: -0px 0 0 -3px;
	}
	
	.multi_menu ul li.active > a {
		color: #259e64;
	}
	
	.multi_menu > ul > li.active > a {
	}
	
	.multi_menu ul li a:hover {
		color: #259e64;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #259e64;
	}
	
	.multi_menu ul ul {
		display: none;
		padding: 0;
		margin: 0px;
	}
	
	.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 {
		color: #259e64;
	}
	
	.multi_menu ul li a {
		padding: 0 0 0 0px
	}
	
	.multi_menu ul li li a {
		font-weight: 400;
		padding: 0 0 0 10px
	}
	
	.multi_menu ul li li li a {
		padding: 0 0 0 20px
	}
	
	.multi_menu ul li li li li a {
		padding: 0 0 0 30px
	}


	.copyright_style{
		top: 0;
		padding: 20px 0 0 0;
	}

}

 @media only screen and (max-width: 750px) {

	.dnn_layout {
		width: auto;
	}
	
	.content_mid,
	.footer_mid {
		padding: 0px 20px;
	}
	
	.BannerPane{
		padding: 20px 0 15px 0;
	}	
	
	#dnn_content{
		padding: 20px 0 35px;
	}
	.grid__unit{
	}
	.grid__unit.pane{
		display: block;
		float: none;
	}


	.bread_style{
		font-size: 24px;
		line-height: 30px;
	}
	
	
	/*foot*/
	.footer_box{
		padding: 20px 0 20px;
	}
	.footer-contact{
		margin: 0 0 18px 0!important;
	}
	.copyright_style {
		position: static;
		text-align: left;
	}
	.footer-social{
		margin: 0 0 45px;
	}
	
	.FooterPane {
		padding: 24px 0 0 0;
	}
}


 @media only screen and (max-width: 740px) {
	.grid__unit--1-2-m{
		padding-bottom: 0;
	}

 }


 @media only screen and (max-width: 480px) {

	
	.grid__unit--1-2-m{
		padding-bottom: 0;
	}

 	.footer_box{
 		padding: 20px 0;
 	}
 	.FooterPane .footer-social{
 		margin: 0 0 20px 0;
 		text-align: left;
 	}

 }
 @media only screen and (max-width: 470px) {
 	.FooterLeftPane,
 	.FooterPane{
 		float: none;
 		width: 100%;
 	}
 	.FooterPane{
 		padding: 0;
 	}

 }
 
 /* Higher Logic Widgets START */
 
 .hl-widget.latest-announcement {
 width: 370px;
 padding: 5px;
 }
.hl-widget.latest-announcement,
.hl-widget.latest-announcement #login-information-container {
background-color: #3276b1;
}
.hl-widget.latest-announcement #login-information-container {
float: right;
padding: 5px 10px;
margin-right: -5px;
color: #fff;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.hl-widget.latest-announcement #login-information-container a {
color: #ddd;
}
.hl-widget.latest-announcement #login-information-container .error-message {
color: #cc0000;
}
 .hl-widget.latest-announcement .container {
 background-color: white;
 font: 13px/1.22 arial,helvetica,clean,sans-serif;
 overflow: auto;
 padding: 0 10px;
 }
 .hl-widget.latest-announcement ul {
 padding-left: 0;
 }
 .hl-widget.latest-announcement li {
 list-style-type: none;
 padding-bottom: .5em;
 margin-bottom: .5em;
 border-bottom: dotted 1px #afb1b3;
 padding: 10px;
 }
 .hl-widget.latest-announcement .item-image-container {
float: left;
 width: 60px;
 height: 60px;
 padding-top: 2px;
 }
 .hl-widget.latest-announcement .item-title-container {
 margin-top: 2px;
 }
 .hl-widget.latest-announcement .item-title-container span {
 color: #428bca;
 text-decoration: none;
 font-weight: bold;
font-size: 1.1em;
 font-family: arial;
 }
 .hl-widget.latest-announcement .item-by-line-container {
 color: #808080;
 font-style: italic;
 margin-top: 2px;
 }
 .hl-widget.latest-announcement .item-by-line-container span {
 font-size: 0.85em;
 }
 .hl-widget.latest-an nouncement .item-body-container {
 margin-top: 15px;
 }
 .hl-widget.latest-announcement .footer-container {
 margin: 0px 10px;
 }
 .hl-widget.latest-announcement .footer-item-add {
 float: right;
 padding-bottom: 10px;
 }
 .hl-widget.latest-announcement .empty {
 text-align: center;
}
 .hl-widget .error-message{
 color: #cc0000;
 padding: 10px;
 }


 .hl-widget.latest-discussion {
width: 370px;
padding: 5px;
}

.hl-widget.latest-discussion,
.hl-widget.latest-discussion #login-information-container{
background-color: #259e64;
}

.hl-widget.latest-discussion #login-information-container{
float: right;
padding: 5px 10px;
margin-right: -5px;
color: #fff;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.hl-widget.latest-discussion #login-information-container a {
color: #ddd;
}

.hl-widget.latest-discussion #login-information-container .error-message {
color: #cc0000;
}

.hl-widget.latest-discussion .container{
background-color: white;
font: 13px/1.22 arial,helvetica,clean,sans-serif;
overflow: auto;
padding: 0 10px;
}

.hl-widget.latest-discussion ul{
padding-left: 0;
}

.hl-widget.latest-discussion li {
list-style-type: none;
padding-bottom: .5em;
margin-bottom: .5em;
border-bottom: dotted 1px #afb1b3;
padding: 10px;
}

.hl-widget.latest-discussion .item-image-container{
float: left;
width: 60px;
height: 60px;
padding-top: 2px;
}

.hl-widget.latest-discussion .item-title-container{
margin-top: 2px;
}

.hl-widget.latest-discussion .item-title-container a{
text-decoration: none;
font-weight: bold;
font-size: 1.1em;
font-family: arial;
}

.hl-widget.latest-discussion .item-by-line-container{
color: #808080;
font-style: italic;
margin-top: 2px;
}

.hl-widget.latest-discussion .item-by-line-container span{
font-size: 0.85em;
}

.hl-widget.latest-discussion .item-posted-in-container{
color: #808080;
margin-top: 2px;
}

.hl-widget.latest-discussion .item-posted-in-container span{
font-size: 0.85em;
}

.hl-widget.latest-discussion .item-body-container{
margin-top: 15px;
}

.hl-widget.latest-discussion .footer-container{
margin: 0px 10px;
}

.hl-widget.latest-discussion .footer-item-more{
float: left;
}

.hl-widget.latest-discussion .footer-item-post{
float: right;
}

.hl-widget.latest-discussion .footer-item-more,
.hl-widget.latest-discussion .footer-item-post{
padding-bottom: 10px;
}

.hl-widget .error-message{
color: #cc0000;
padding: 10px;
}
                                    
									
 
 /* Higher Logic Widgets END */
 
 .footer-utility li a {text-decoration:none !important;}






