/*color palette
Primary: #282c3b \n Secondary: #536f95[\r]Tertiary: #282828
Light BG: #fbfbfb
Light Grey: #d6d6d6 
*/
html {
	height: 100%;
	padding-top:0 !important;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding-top: 0;
	font-family: 'Fira Sans', sans-serif;
	color: #2c2724;
	font-size: 18px;
	height: 100%;
}

#full_wrapper.menu-active {
	max-height: 100vh;
	overflow: hidden;
}

form {
	padding:0px;  margin:0px;
}

hr {
	color: #b2d7ff; background: none; border:none; border-bottom: solid 1px #b2d7ff; height:1px; width:100%; margin:30px 0!important;
}

address,blockquote,body,dd,del,dl,dt,div,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,iframe,input,ins,legend,li,map,object,ol,p,pre,table,td,textarea,th,ul {
	padding:0px; margin:0px;
}


ul, ol {
	margin-left:24px;
	margin-top: 12px;
	margin:20px 24px 32px 24px;
}

li {
	margin-bottom:8px;
}

fieldset,img{border:0}

strong {}

blockquote {
	display: block;
	background-color: #ffffff;
	width: auto;
	margin: 4% 0 4% 0;
	padding: 45px 30px 25px 30px;
	line-height: 160%;
	overflow-wrap: break-word;
}

blockquote.quote {background: #f9f8f6 url("../images/bq-bg.jpg") top left no-repeat;    padding: 95px 50px 50px 50px;}

/**********************************/
/* headers                        */
/**********************************/
h1, h2, h3, h4, h5 {
	margin-bottom: 12px;
	color: #024da1;
	font-weight: bold;
	line-height:115%;	
}

h1,
h2 .subheading-category {
	font-size: 46px;
}

h2 {
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 16px;
}

#content_module .moduletable h2 {
	border-bottom:solid 1px #b2d7ff;
	text-align:center;
	font-size:36px;	
	padding-bottom:6px;
	margin-bottom:45px;
}

.cols-3 .page-header h2{
    font-size: 20px;
    font-weight: normal;
    display: block;
    height: 25px;
    overflow: hidden;
}

h3 {
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 10px;
}

h4 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 6px;
}

h5 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height:125%;
}

h6 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	text-decoration:none;	
}

h1.under_title::after, h2.under_title::after, h3.under_title::after, .page-header h1::after, 
#row2 h2::after, #row2 h3::after,
#row3 h2::after, #row3 h3::after,
#row5 h3::after,
#row7 h3::after,
#row9 h3::after {
	content: "";
    display: block;
    margin: 14px auto;
    width: 10%;
    border-bottom: solid 2px #a07457;
}

blockquote h4, blockquote h5, blockquote h3 {
	margin-top:0px!important;	
}



p {
	line-height: 160%;
	margin-bottom: 18px;
}

label {
}

img {max-width:100%; height:auto!important;}

/* Links
----------------------------------------------- */
a, a:link, a:visited {
	color:#024da1; 
	text-decoration: underline;
	transition: all .15s ease-in-out;
}

a:hover, a:focus, a:active {
	color: #996e52m;
}

/**********************************/
/* Layout ID's                    */
/**********************************/
#header_left {
	float: left;
	max-width: 250px;
	padding: 18px 0px 18px 0px;
	
}

#header_right {
	float: right;
	text-align: right;
	max-width: 64%;
	padding:30px 0px 20px 0px;
}

#header_right p, #header_left p {margin-bottom: 0;}

#content {
	padding: 0;
}

#content_module {
	padding-top:50px;	
}

#feature_wrapper {
	/* z-index: 3; */
	position:relative;
}

#feature_wrapper_overlay {
	z-index: 3;
	position: relative;
	/*background-color:rgba(37,28,29,0.35);*/
}

#feature_row {
    width: auto;
    background-color: #5b5f1f;
	background:url("../images/feature-bg.jpg") center center repeat;
}

#feature {
    padding: 130px 20px 70px 20px;
    width: 1300px;
    margin: 0 auto;
}

#feature a:link, #feature a:visited{
    color:#fff;
}

#feature a:hover{
    color:#fff;
}

#feature img.hero {
    /* float: right; */
    max-width: 50%;
    position: absolute;
    bottom: 0px;
    right: 5%;
    /* margin-top: -60px; */
}

#feature h1, #feature h2, #feature h3, #feature h4 {
	color:#fff;
	text-transform: none;
	width:47%;
	text-shadow: 0 0 20px #303a0d;
}

#feature p{
    color: #E7E4DF;
    font-size: 24px;
    line-height: 120%;
    margin-top: 35px;
    margin-bottom: 40px;
    width: 47%;
	text-shadow: 0 0 20px #303a0d;
}

/*#feature a.button-link:link, #feature a.button-link:visited {color:#fff;font-size: 24px;}

#feature a.button-link:before, #feature a.button-link:after {border-color:#c9ad60;}
#feature a.button-link:hover:before, #feature a.button-link:hover:after {border-color:#b72c25;}*/

#footer {
	color: #e1e1e1;
	font-size: 16px;
	padding: 0;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: center;
}

#footer .moduletable {
	flex-grow:1;
	flex-shrink:1;
	flex-basis:0;
	margin-right:25px;
	min-width: 250px;
}

#footer .moduletable:last-child{
	margin-right: 0;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color:#e1e1e1;	
}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration: underline;
}

#footer a:hover {
	color:#dedede;
	text-decoration: underline;
}

#large_column {
	width:66%;
	float: left;
	padding:0;
	overflow-wrap: break-word;
}

#main_content {
	padding: 95px 0 85px 0;
	/*padding: 45px 0 65px 0;*/
}

#main_content h3, #main_content h4 {
	margin-top:35px;
}

#main_content .moduletable h3 {
	padding: 0 0 10px 0;
	line-height: 22px;
	margin-bottom: 5px;
	border-bottom: solid 1px #eaeaea;
}

#mobile_menu {
	display: none;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 100;
	min-height: 100vh;
	background: #fff; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* bottom: 0; */
}

 
#nav_bar {
	max-height:56px;
}

#nav_bar_wrapper {
	background:#024da1;
	clear: both;
}

#promo_ribbon_wrapper {background: #024da1 url(../images/row5-bg.jpg) center center repeat-x; border-top: solid 4px #2b89f2; padding:20px 0;}
#promo_ribbon, #promo_ribbon p, #promo_ribbon h1, #promo_ribbon h2, #promo_ribbon h3, #promo_ribbon h4, #promo_ribbon h5, #promo_ribbon h6 {color:#fff!important;}
#promo_ribbon .moduletable {margin-bottom:0;}

#row2 .moduletable {margin-bottom:0; background: #827d34; color:#fff; }
#row2 h2, #row2 h3, #row2 h4, #row2 h5, #row2 h6 {color:#fff; }
#row2 .moduletable .custom {
	padding:100px 0 100px 0; 
	background-attachment: fixed; 
	background-repeat:no-repeat; 
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#row3wrapper {
    padding: 80px 0 80px 0;
    background-color: #fff;
}

#row3 {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#row3 .moduletable {
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    background: #fff;
    box-shadow: inset 0 0 100px #f3f6f9;
    padding: 178px 35px 23px 35px;
    border: solid 1px #b2d7ff;
    max-width: 271px;
    min-width: 240px;
    margin: 100px auto 0;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    position: relative;
}

#row3 .moduletable h3 {text-align: center}

#row3 .moduletable img {
	position:absolute;
	top:-24%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width:75%;
	border-radius:1000px;
	border:solid 7px #b2d7ff;
}

/*#row3 .moduletable:last-child {
	margin-right:0px;
	
}*/

#row4 {
	background: #efefef;
	height: auto;
    position: relative;
}

#row4 h2 {
	font-size:36px;
}

#row4 h3 {
	font-size:24px; 
	text-transform: none; 
}

#row4_left h2, #row4_left h3, #row4_left h4, #row4_left h5, #row4_left h6 {color:#fff;}

#row4_left a:link, #row4_left a:visited {color:#fff;}

#row4_left, #row4_right, #row4_left_wrapper, #row4_right_wrapper {height:100%;}

#row4_left_wrapper {
    width: 50%;
    float: left;
    background: #024da1;
    color: #fff;
	height: 100%;
}

#row4_left {
    max-width: 500px;
    padding: 80px 10% 80px 10%;
    margin: 0 0 0 auto;
    height: 100%;
    text-align: right;
}

#row4_right_wrapper {
	width:50%;
	float:right;
}

#row4_right {
	max-width:500px;
	padding:80px 10% 80px 10%;
	margin: 0 auto 0 0;
}

#row5 {margin-bottom:0; background:#024da1 url("../images/row5-bg.jpg") center center repeat-x; color:#fff; text-shadow: 0 0 16px rgba(0,0,0,.5); padding:65px 0;overflow-x: hidden;}

#row5 .moduletable {margin-bottom: 0;}

#row6wrapper {
	padding: 75px 0;
	background:#fff;
}

#row6 {
	width:850px;
}

#row6 .moduletable {

}

#small_column {
	width:24.71153846153846%;
	float: right;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top:0;
}

#small_column .moduletable {
	margin-top:20px;
	background-color:#fff;
	padding:30px 20px 20px 20px;
}

#small_column .moduletable h3{
	margin-top:0px;
}

#small_column a.mod_callout_button:link, #small_column a.mod_callout_button:visited {
	font-size:20px;
	border:none;
}

#table_bottom {
    background-color: #024da1;
    padding: 65px 0;
}

#table_copyright {
	font-size: 14px;
	padding: 20px;
	text-align: center;
}

#table_middle {
    width: auto;
    background-color: #f9f8f6;
}

#table_middle .latestnews li{
	font-size:16px;
	padding:2px 0;
}

#table_top {
	z-index: 4;
	position: relative;
	padding: 0 20px;
    max-width: 1300px;
    margin: 0 auto;
}

#table_top .moduletable {
	margin:0px;	
}

#top_wrapper, #full_wrapper, #nav_bar_wrapper {
    width: auto;
    padding: 0;
    margin: 0;
}

#top_wrapper {
	background-image: url("../images/header-left.png"), url("../images/header-right.png");
	background-position: center left, center right;
    background-repeat: no-repeat, no-repeat;
	background-color: #f5f5f5;
	border-bottom: solid 2px #dde6ed;
}

#top {visibility: hidden;}

/**********************************/
/*         Classes                */
/**********************************/
.article-icons {margin:0; padding:0;}

.article-icons li {display:inline-block; list-style:none; padding:0 10px 0 0;}

.article-icons li a{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -999em;
	background-image: url(../images/icon-email.png);
	background-repeat: no-repeat;
	background-position: center center;
}

dl.article-info {
    margin: 0px 0 30px 0;
    font-size: 14px;
}

.article-info dd {
    display: inline-block;
    border-right: solid 1px #ccc;
    padding-right: 6px;
    margin-right: 6px;
	font-size:15px;
}

a.button-link:link, a.button-link:visited, .readmore a:link, .readmore a:visited, a.button-feature:link, a.button-feature:visited{
    display: inline-block;
    padding: 4px 32px 4px 32px;
    text-decoration: none;
    color: #ffffff;
    transition: .1s all ease-in-out;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin: 20px 13px;
    background: #024da1;
    border: solid 3px #024da1;
    border-radius: 50px;
    box-shadow: inset 0px -3px 0px #2b89f2;
}

.readmore a:hover {background: #003774; border: solid 3px #003774;}

a.button-link:after, a.button-feature:after {    
    content: '';
    position: absolute;
    border: solid 3px #024da1;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    transition: all .3s ease-out;
    border-radius: 50px;
}

a.button-link:hover, a.button-feature:hover {
    color: #024da1;
    background: #ececec;
    box-shadow: inset 0 -4px 0px #dedede;
	border-color:#ececec;
	text-shadow: 0 0 20px #fff;
}

a.button-link:hover:after, a.button-feature:hover:after{
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
	border:solid 2px #ccc;
	border-radius:52px;
}

.email-icon a {}

a.button-feature {
	padding: 4px 40px 4px 40px!important;
    line-height: 53px!important;
    font-size: 23px!important;
    font-weight: normal!important;
}

blockquote.bq-left {
	float: left;
	margin-right: 7%;
	width:40%;
}

blockquote.bq-right {
	float: right;
	margin-left: 7%;
	width:40%;
}

.image_right {
	float: right;
	margin:20px 0 30px 50px;
	max-width:50%;
}

.image_left {
	float: left;
	margin:20px 50px 30px 0;
	max-width:50%;
}

.image_right_30 {
	float: right;
	margin:5px 0 45px 50px;
	max-width:30%;
}

.image_left_30 {
	float: left;
	margin:5px 50px 45px 0;
	max-width:34%;
}

.moduletable {
	margin-bottom:30px;	
}

a.mod_callout_button:link, a.mod_callout_button:visited {
    white-space: nowrap;
    min-width: 268px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px;
    color: #024da1;
    font-size: 20px;
    text-align: center;
    border: solid 2px #024da1;
    position: relative;
    z-index: 2;
    text-decoration: none;
    display: inline-block;
    transition: .2s all ease-in-out;
    border-radius: 6px;
}

a.mod_callout_button:before {    
    content: '';
    position: absolute;
    z-index: -1;
    border: solid 2px #024da1;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    transition: all .2s ease-out;
    border-radius: 3px;
}

a.mod_callout_button:hover:before {    
	border-color: #5179a7;
}

a.mod_callout_button path, a.mod_callout_button rect, a.mod_callout_button polygon {
	fill: #024da1;	
}

a.mod_callout_button:hover {
	background-color: #024da1;
	color: #fff;
	border-color: #024da1;
}

a.mod_callout_button:hover path, a.mod_callout_button:hover rect, a.mod_callout_button:hover polygon{
	
	fill:#fff; 
}

#table_top a.mod_callout_button:link, #table_top a.mod_callout_button:visited {font-size:15px; padding: 13px 10%; border-radius:6px; width:auto;}
#table_top a.mod_callout_button:before {display: none;}

.mod_hwd_social {
	padding-bottom:30px;	
}


.primary_color{
	color: #024da1;
}


.secondary_color {
	color: #a07457;
}


p.two_columns {    
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}


.wrapper_frame {
	/* width:1120px; */
	/* margin:0 auto; */
	max-width: 1120px;
	margin: 0 auto;
	width: 95%;
}


/********************************** N A V I G A T I O N    &    M E N U S  *************************************************/
/**********************************/
/* Main   Navigation          */
/**********************************/
ul.menu a, 
ul.menu a:link, 
ul.menu a:visited, 
ul.menu span, 
ul.menu li.active, 
ul.menu li.active span, 
ul.menu a:hover, 
ul.menu span:hover {
	transition: .15s all ease-out;
	cursor:pointer;
	/* z-index:9999; */
	position:relative;
}

#top_wrapper ul.menu {
	margin: 0;
	/* padding:0 0 0 20px; */
	display:block;
	list-style-type: none;
	zoom: 1;
	position:relative;
}

#top_wrapper ul.menu li{
	margin: 0;
	padding: 0;
	display: inline-block;
	zoom: 1;
}

#top_wrapper ul.menu a:link, #top_wrapper ul.menu a:visited, #top_wrapper ul.menu span  {
	display: block;
	float: left;
	text-decoration: none;
	line-height: 11px;
	padding: 22px 14px;
	color:#024da1;
	font-size: 15px;
	text-transform: uppercase;
	font-weight:bold;
	background-size:0 0;
	/*animation stuff*/
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}

#top_wrapper ul.menu a:before, #top_wrapper ul.menu span:before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 50%;
  right: 50%;	
  bottom: 5px;
  background: #368ff3;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#top_wrapper ul.menu a:after, #top_wrapper ul.menu span:after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 50%;
  right: 50%;
  bottom: 11px;
  background: #368ff3;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#top_wrapper ul.menu a:hover, #top_wrapper ul.menu span:hover{
	color:#024da1;
}

#top_wrapper ul.menu a:hover:before, #top_wrapper ul.menu a:focus:before, #top_wrapper ul.menu a:active:before,
#top_wrapper ul.menu li.active a:before, #top_wrapper ul.menu span:hover:before {
  left: 24px;
  right: 24px;
}

#top_wrapper ul.menu a:hover:after, #top_wrapper ul.menu a:focus:after, #top_wrapper ul.menu a:active:after,
#top_wrapper ul.menu li.active a:after, #top_wrapper ul.menu span:hover:after {
  left: 10px;
  right: 10px;
}

#top_wrapper ul.menu .feature{
	background-color: #ebe6e0;
    color: #c9ad60!important;
    font-weight: bold!important;
}

#top_wrapper ul.menu .feature:before {
	background: #c9ad60;
}

#header_right ul.menu a:link, #header_right ul.menu a:visited, #header_right ul.menu span{
	color:#282828;
	padding: 20px 12px;
	text-transform: none;
	font-size: 17px;
}

#header_right ul.menu .item-162 a:link, #header_right ul.menu .item-162 a:visited {
    border: solid 2px #368ff3;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    padding: 18px 12px;
	margin-left: 14px;
}

#header_right ul.menu .item-162 a:hover, #header_right ul.menu .item-162.active a {
	color:#fff;
	background:#368ff3;
}


#nav_bar ul.menu {text-align:center;}

#nav_bar ul.menu a:before, #nav_bar ul.menu span:before {
  bottom: 0px;
  background:#c9ad60;
}

#nav_bar ul.menu a:link, #nav_bar ul.menu a:visited, #nav_bar ul.menu span  {
	font-weight: normal;
	color:#fefefe;
}

#nav_bar ul.menu a:hover, #nav_bar ul.menu a:hover, #nav_bar ul.menu span:hover  {
	background-position: center 52px;
	color:#c9ad60;
}

#top_wrapper ul.menu>li>ul.nav-child {
	/**/display: none;
	top: 94px;
	margin: 0;
	position: absolute;
	padding: 20px;
	text-transform: none;
	z-index: 4;
	background-color:#024da1;
	text-align:left!important;
}

#top_wrapper ul.nav-child ul.nav-child {
	/**/display: none;
	margin: 0;
}

#top_wrapper ul.nav-child a:before, #top_wrapper ul.nav-child span:before, #top_wrapper ul.nav-child a:after, #top_wrapper ul.nav-child span:after {
	display:none;	
}

#top_wrapper li.active ul.nav-child {
	display:block;
}

#top_wrapper ul.nav-child li{
	display:block;
	padding:0;
	clear:left;
	background:none;
}

#top_wrapper ul.nav-child a:link, #top_wrapper ul.nav-child a:visited{
	font-size: 16px!important;
	line-height:18px;
	font-weight: bold;
	color: #fff!important;
	letter-spacing:0px;
	text-transform:none;
	padding: 8px 7px;
	display: block;
	width: 180px;
	border-bottom:none;
	background-image:none;
}

#top_wrapper ul.nav-child a:hover{
	color:#eee!important;
	text-decoration: underline;
}

/* third-level */
#top_wrapper ul.nav-child>li>ul.nav-child{
	margin-left: 10px;
}

#top_wrapper ul.nav-child>li>ul.nav-child a{
	width: 170px;
}

/**********************************/
/*      Grid  Navigation          */
/**********************************/

ul.menugrid {list-style-type: none; padding:0; margin:0;display:block;}

ul.menugrid li {
    
}

ul.menugrid li a:link, ul.menugrid li a:visited {
text-decoration: none;
    color: #fff;
    display: inline-block;
    float: left;
    width: 187px;
    margin: 0 3% 30px 0;
    padding: 30px;
    background-color: #024da1;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s ease;
    font-size: 18px;
    font-weight: bold;
    border: solid 5px #2273ce;
    min-height: 46px;
}

ul.menugrid li a:hover{background-color:#0e3d71;}

ul.menugrid .image-title {   
	padding: 18px;
    display: block;
}

ul.menugrid a img {width:100%; height:100px!important; object-fit: cover;}





/**********************************/
/* Small Column Navigation        */
/**********************************/
#small_column ul.menu,
#small_column ul.latestnews,
#small_column ul.category-module  {
	margin: 0;
	padding:0px;
	display:block;
	list-style-type: none;
}

#small_column ul.menu li,
#small_column ul.latestnews li,
#small_column ul.category-module li {
	margin:0px;
	padding:0px;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display:block;
}

#small_column ul.menu a:link,
#small_column ul.menu a:visited,
#small_column ul.menu span,
#small_column ul.latestnews a:link,
#small_column ul.latestnews a:visited,
#small_column ul.category-module a:link,
#small_column ul.category-module a:visited,
#small_column ul.category-module span {
	display: block;
	text-decoration:none;
	padding:10px 10px;
	font-size:14px;
	border-bottom:solid 2px #eaeaea;
	position: relative;
}

#small_column ul.menu a:hover,
#small_column ul.latestnews a:hover,
#small_column ul.category-module a:hover{
	color:#000;
	background: #f9f9f9;
}

#small_column ul.menu a:before, #small_column ul.menu a:before, #small_column ul.category-module a:before, #small_column ul.category-module span:before {
	content: "";
	position: absolute;
	z-index: 4;
	left: 50%;
	right: 50%;
	bottom: 0px;
	background: #024da1;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	
}

#small_column ul.menu a:hover:before, #small_column ul.menu a:hover:before, #small_column ul.category-module a:hover:before, #small_column ul.category-module span:hover:before {
  left: 0px;
  right: 0px;
}

#small_column ul.nav-child {
	/**/display:none;
	padding:15px 0 10px 25px; 
	margin:0;
}

#small_column li.active ul.nav-child {
	display:block;
	background-color:#fff;
}

#small_column ul.nav-child li{
	display:inline;
}

#small_column ul.nav-child a:link, #small_column ul.nav-child a:visited{
	color: #024da1!important;
	padding:5px 10px;
	border-bottom:none;
	border-left:solid 0px #fff;
}

#small_column ul.nav-child a:hover{
	color: #000!important;
	border-left:solid 3px #ffc423;
}

/**********************************/
/* Mobile Navigation              */
/**********************************/
.mobile_menu_button{
	margin: 10% auto;
	padding: 10px 20px 10px 39px;;
	border: none;
	color: #024da1;
	font-size: 17px;
	font-weight: bold;
	display: none;
	background-image: url(../images/hamburger.svg);
	background-repeat: no-repeat;
	background-position: 0px 12px ;
	background-color:transparent;
	background-size: 38px 16px;
	font-family: 'Fira Sans', "sans-serif";
}

.mobile_menu_button svg {
	vertical-align: sub;
}

.mobile_menu_button.close-button{
    margin: 0;
    left: calc( 50% - 126px / 2 );
    position: absolute;
    font-size: 16px;
    padding: 13px 19px 14px 39px;
    width: 126px;
    background: url(../images/close-x.svg) 30px 13px no-repeat #49381f;
    line-height: 12px;
	color: #fff;
}

#mobile_menu ul.menu {
	display: block;
	list-style-type: none;
	width: 50%;
	min-width: 250px;
	max-width: 400px;
	margin: 70px auto 60px auto;
}

#mobile_menu ul.menu li {
	margin:0px;
	padding:0px;
	/*to make drop down appear directly under menu item, change display to "block"*/
	display:block;
}

#mobile_menu ul.menu a:link, #mobile_menu ul.menu a:visited, #mobile_menu ul.menu span {
	display: table;
	text-decoration: none;
	margin: 4px auto;
	white-space: nowrap;
	max-width: 480px!important;
	padding: 11px 8%;
	color: #024da1;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
	position:relative;
}

#mobile_menu ul.menu a:hover, #mobile_menu ul.menu span:hover{
	color: #000;
}

#mobile_menu ul.menu li::after {
	content: " ";
	display:block;
	width:80px;
	height:2px;
	background-color:#ddd;
	margin:0 auto;
}

#mobile_menu ul.nav-child {
	/**/display:none;
	padding:0 0 20px 0; 
	margin:0;
}

#mobile_menu ul.nav-child li::after{
	display:none;
}

#mobile_menu li.active ul.nav-child {
	display:block;
	/*background-color:#62957c;*/
}

#mobile_menu ul.nav-child li{
	display:inline;
}

#mobile_menu ul.nav-child a:link, #mobile_menu ul.nav-child a:visited{
	padding: 5px 0;
	color: #024da1;
	font-size: 16px;
	letter-spacing:0px;
	text-transform:none;
}

#mobile_menu ul.nav-child a:hover{
	text-decoration: underline;
}

/**********************************/
/* Admin   Navigation          */
/**********************************/
#admin_menu{
	background: #024da1;
}

#admin_menu .moduletable{
	margin-bottom: 0;
}

#admin_menu .menu{
	list-style: none;
	margin: 0 auto;
	display: table;
}

#admin_menu .menu li{
	margin-bottom: 0;
	width: auto;
	display: inline-block;
	margin: 10.5px 0;
}

#admin_menu .menu li + li{
	margin-left:20px;
}

#admin_menu .menu a{
	color: #024da1;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	padding: 11px 23px;
	display: inline-block;
	border-radius: 10px;
}

#admin_menu a:hover{
	color:#fff;
	background: #024da1;
}



/* Tooltips */
.tooltip {
    padding: 4px;
    position: absolute;
    z-index: 9999;
    max-width: 400px;
    box-shadow: 0 0 5px #AAA;
    border-radius: 4px !important;
    font-size: 1em !important;
    background: black !important;
    color: white !important;
}



/******************************* Extension Overrides *************************/



#contentmap_container_plugin_10020, #contentmap_container_module_92 {
	webkit-box-shadow:none!important;
    -moz-box-shadow:none!important;
    box-shadow:none!important;
	border:solid 1px #EEE!important;
}

.mod_hwd_social path {
	fill:#fff;
}

.mod_hwd_social a:hover path {
    fill: #b1d6ff;
}

.mod_hwd_social a {
	width:24px;
	height:24px;
	margin: 0 0.4em;
}

#mobile_menu .mod_hwd_social {
	text-align:center;	
}



/*************** dj image slider *****************/

.djslider-default img.dj-image {
    border: solid 5px #2b89f2!important;
	box-sizing: border-box;
}

.djslider-default ul.djslider-in > li {overflow:visible}

.djslider-loader-default, .djslider-default .slider-container {overflow: visible; }


/*************** module manager ck *****************/


#managerbutton #managerstate, #managerothermodules{
    background: #fff !important;
    font-weight: bold;
    color: #282c3b;
    text-transform: capitalize;
	
}

#managerbutton.inactive #managerstate {}

#managerbutton {
	background: #282c3b;
    border: 0;
    box-shadow: none;
    position: absolute;
    width: 172px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
	right:0;
	left:auto;
}

#managerbutton #managerstate, #managerothermodules {
    background: #fff !important;
    font-weight: bold;
    color: #282c3b;
    text-transform: capitalize;
}

#managerothermodules {display:none;}

#ckothermodules {
    top: 38px;
    height: calc( 100% - 38px);
}

#other-modules-list {
    max-height: calc(100% - 6px);
}

#ckmoduleslist h2, #ckothermodules h2 {
    display: none;
}

.cktitle {color:#000!important;}


/*********categories module*******************/

.cat-children h3 {    
	font-size: 18px;
    margin-top: 0px!important;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform:capitalize;
}

.categories-module h3, .categories-module h4, .categories-module h5, .categories-module h6 {
	font-size: 15px;
    margin: 0px!important;
    margin-bottom: 0px;
    font-weight: normal;
    text-transform:capitalize!important;
}

.categories-module {list-style:none; margin: 0;}

.categories-module li {margin:0}

.categories-module a:link, .categories-module a:visited {
	display: block;
    text-decoration: none;
    padding: 10px 10px;
    font-size: 14px;
    border-bottom: solid 2px #eaeaea;
    position: relative;
	
}

.categories-module a:hover {color:#222;background: #f9f9f9;}

ul.categories-module ul {display:none}

ul.categories-module ul.show {display:block;}

.cat-children .collapse{
	padding-left:20px;
	margin-righ: 0px!important;
}

.cat-children .page-header {
	border:solid 1px #ddd;	
	background: #f5f5f5;
	padding:10px;
}


.calendar-container table tbody td.day.selected {background: #363e77;}

.calendar-container table tbody td.day:hover {background: #414c9d;}

/****************DP Calendar*****************/
.mod-dpcalendar-upcoming-default .dp-flatcalendar {
	width:3em;
	height:4em;
}

.mod-dpcalendar-upcoming-default .dp-flatcalendar__day {
	font-size:15px;
	padding-top: 1.9em;
	
}

.com-dpcalendar-calendar .fc-day-grid-event>.fc-content, .com-dpcalendar-calendar .fc-timeline-event>.fc-content {
    overflow: hidden;
    max-height: 60px;
}

.dp-event-tooltip__link {
	color:#fff!important;
	
}

.dp-time__end, .dp-time__separator {display:none;}

.mod-dpcalendar-upcoming-horizontal .dp-flatcalendar {display:none;}

/**************** e-shop**********************/

#cboxOverlay {background: #000;}



/*****************Media Queries****************/
@media screen and (min-width: 915px) { 
	#mobile_menu_button { display:none;	}

	#mobile_menu {display:none;	}

}

@media screen and (max-width:1360px) {
	#feature {
		padding: 7% 20px 3% 20px;
    	width: auto;
	}
	
	#feature img.hero {
		/* float: right; */
		max-width: 50%;
		position: absolute;
		bottom: 0px;
		right: 0;
		/* margin-top: -60px; */
	}
}

@media screen and (max-width: 1080px) {
	/* .wrapper_frame {width: auto; }*/
	
	#footer, #table_middle .wrapper_frame, #table_copyright {padding-right: 18px; padding-left: 18px; width:auto;}

	#top_nav ul.menu {padding:0;}

	#top_nav ul.menu a:link, #top_nav ul.menu a:visited, #top_nav ul.menu span {
		padding-left: 20px;
		padding-right: 20px;
	}

	#large_column {width:auto!important;}
	
	#top_wrapper ul.menu{display: none;	}

	#top_nav ul.menu {display:none;}
	
	#nav_bar_wrapper {display:none;}

	.mobile_menu_button{display: inline-block;}

}

@media screen and (max-width: 960px) { 
	#feature h1, #feature h2, #feature h3, #feature h4, #feature h5, #feature h6, #feature p {width: auto;}
	
	#feature img.hero {display:none;}
}

@media screen and (max-width: 915px) { 
	#top_wrapper{/* height: 240px; */}
	
	#header_right {max-width: 50%;}

	
	#main_content {padding: 65px 0 85px 0;}

}

@media screen and (max-width: 825px) { 
	
	#feature {padding: 80px 24px 36px 24px; width:auto;}

	#feature .moduletable {margin-right:0px;}

}

@media screen and (max-width: 770px) { 
	#small_column {float:none; width:auto; padding:16px 0; position:relative;}

	#large_column {width:auto; float:none; padding:2% 0 20px 0;}
	#header_right {max-width:30%; padding: 12px 0px 8px 0px;}

	.bq-right, .bq-left, .language-bq-left, .language-bq-right  {
		float: none;
		width:auto;
		margin-right: 0;
		margin-left: 0;
	}

	
	
	#row4_left_wrapper, #row4_right_wrapper {
		width:auto;
		float:none;
		position:relative;
	}

	
	#row4_left {padding: 45px 20px 45px 20px; text-align: center; margin-left:auto; margin-right:auto;}
	#row4_right {padding: 45px 20px 45px 20px; text-align: center; margin-left:auto; margin-right:auto;}
	


}

@media screen and (max-width: 700px) { 
	.no_mobile {display:none!important;}
	
	#row3 .moduletable {padding: 140px 30px 23px 28px; margin: 99px auto 32px;}
	
	#row3 .moduletable img {top: -24%; width: 60%;}

}

@media screen and (max-width: 650px) { /* 630px */
	.image_right, .image_right_30 {float:none; margin-left:0; display:block; max-width:100%;}

	.image_left, .image_left_30 {float:none; margin-right:0; display:block; max-width:100%;}
	
	a.mod_callout_button:link, a.mod_callout_button:visited{font-size: 15px;  width: 88%; min-width:100px;}
}

@media screen and (max-width: 600px) {
	h1, h2 .subheading-category { font-size: 36px; }

	h2 {font-size: 28px;}

	#content_module .moduletable h2 {font-size:32px;}

	h3 {font-size: 24px;}

	h4, h5 {font-size: 18px;}

	h6 {font-size: 16px;}
	
	#feature p {font-size: 20px;}
	
	#row3 {display: flex; flex-direction: column;}
	


}

@media screen and (max-width: 500px) { 
	.two_third_block {width:auto; float:none;}

	#header_right .mod_hwd_social {display:none;}
	#header_left {max-width: 50%;}

}

@media screen and (max-width: 380px) { 
	#header_left {padding-left:0px;}
}