/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i'); */
/* @import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i'); */
/* @import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Open+Sans:400,400i,700,700i'); */

html {
	height: 100%;
	padding-top:0 !important;
}

body {
	margin: 0;
	padding-top: 0;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #282828;
	font-size: 15px;
	height: 100%;
}

#full_wrapper.menu-active{
	max-height: 100vh;
	overflow: hidden;
}
form {
	padding:0px;  margin:0px;
}

hr {
	color: #fafafa; background: none; border:none; border-bottom: solid 1px #ccad6a; 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: #efece6;
	width: auto;
	margin: 4% 0 4% 0;
	padding: 45px 30px 25px 30px;
	text-align: center;
}

/**********************************/
/* headers                        */
/**********************************/

h1, h2, h3, h4, h5 {
	font-family:'Lora', serif;
	margin-bottom: 12px;
	color: #282828;
	font-weight: normal;
	line-height:115%;	
}

h1,
h2 .subheading-category {
	font-size: 48px;
	font-weight:normal;
}



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

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

h3 {
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 10px;
	color:#0055a5;
}

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;	
}

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

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

label {
}

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

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

a:hover, a:focus, a:active {
	color: #41444f;
	text-decoration: none;

}



/**********************************/
/* Layout ID's                    */
/**********************************/

#header_left {
	float: left;
	max-width: 30%;
	padding: 30px 0px 20px 0px;
	
}

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

#content {
	padding: 0;
}

#content_module {
	padding-top:50px;	
}

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

#feature {
	padding: 0px 0 0px 0;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#feature .moduletable {
	flex-grow:1;
	flex-shrink:1;	
	flex-basis:0;
	margin-right:20px;
}

#feature h1, #feature h2, #feature h3 {
	color: #282828;
}

#feature h2 {
	font-weight:normal;
	font-size:36px;
}

#feature p {
	font-size:17px;
}


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

#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:#fff;	
}

#footer a:link, #footer a:visited {
	color:#ffc423;
	text-decoration: none;
}

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

#footer h3 {
	color:#f8c41b;
	font-size: 21px;
	/*border-bottom:solid 1px #9C9C9C;*/
	margin-top:0;
}

#footer_left {
	float: left;
	width: 47.5%;
}

#large_column {
	width:66%;
	float: left;
	padding:0;
}


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

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

}

#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 {

}


#nav_bar_wrapper {
	background-color: #0055a5;
	clear: both;
	background-image: url(../images/nav-bar-tile.jpg);
	background-repeat: repeat;
}

#row2wrapper {
	padding: 30px 0 70px 0;
	background-image: url(../images/row2-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

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

#row2 .moduletable {
	flex-grow:1;
	flex-shrink:1;
	flex-basis: 0;
	margin-right:15px;	
}

#row3wrapper, #row4wrapper {
	padding: 0 0 65px 0;
}

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

#row3 h3, #row4 h3{
	font-size:36px;
	font-weight:normal;
	color:#282c3b;
	border-bottom:solid 1px #eaeaea;
}

#row3 .moduletable, #row4 .moduletable {
	flex-grow:1;
	flex-shrink:0;
	flex-basis: 0;
	margin-right:25px;		
}


#small_column {
	width:24.71153846153846%;
	float: right;
}

#small_column .moduletable {
	margin-top:20px;
	background-color:#fff;
	border-radius:6px;
	padding:20px;
	-webkit-box-shadow: 0 5px 20px 0 #efefef;
	box-shadow: 0 5px 20px 0 #efefef;
}


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


#table_bottom {
	background-color: #0e467f;
	padding: 65px 0;
	background-image: url(../images/footer-tile.jpg);
	background-repeat: repeat;
	background-position: center;
}

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

#table_middle {
	width: auto;
}

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

#table_top {
	z-index: 3;
	position: relative;
	padding: 0px;
}

#table_top .moduletable {
	margin:0px;	
}

#top_wrapper, #full_wrapper, #nav_bar_wrapper {
	width: auto;
	padding: 0;
	margin: 0; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#top_wrapper_overlay {
	z-index: 3;
	position:relative;
	background:url(../images/feature-overlay-texture.png) top center repeat-x rgba(243,238,227,0.88);
}



/**********************************/
/*         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;
}

.email-icon a {}


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

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

a.button-link, .button-link, a.button-link:link, a.button-link:visited, .readmore a:link, .readmore a:visited {
    font-family:'Lora', Georgia, serif;
    background-color: #0055a5;
    border-radius: 32px;
    color: #fff;
    border-right:solid 2px #ffc423;
    border-left:solid 2px #ffc423;
    font-size: 16px;
    line-height:16px;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 30px;
    margin: 20px 0;
    transition: .15s all ease-in-out;
    display:inline-block;
    width: auto;
}

a.button-link:hover, .readmore a:hover{
	outline: 0;
	color: #131b23;
	border-right:solid 2px #0055a5;
	border-left:solid 2px #0055a5;
	background: #ffc423;
	/* transition: .15s all ease; */
}

.createdby {
	margin-bottom:30px;
	font-style:italic; 
}

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

}

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

.moduletable {
	margin-bottom:30px;	
}

a.mod_callout_button:link, a.mod_callout_button:visited {
	white-space: nowrap;
	width:80%;
	max-width:480px!important;
	background-color:#fff;
	border:solid 2px #f1f1f1;
	padding:20px 10% 20px 7%;
	color:#282c3b;
	font-family:'Lora', Georgia, serif;
	font-size:24px;
	text-align:center;
	border-radius:13px;
}

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

a.mod_callout_button:hover {
	background-color: #0055a5;
	color: #ffc423;
	border: solid 2px #0055a5;
}

.primary_color{
	color: #009999;
}

.secondary_color {
	color: #F06000;
}

.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;
	font-family:'Lora', serif;
	position:relative;
}


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

#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: 20px 20px;
	color:#282c3b;
	font-size: 11px;
	letter-spacing:2px;
	text-transform:uppercase;
	background: url(../images/menu-mouseover.svg) center 39px no-repeat;
	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: 11px;
  background: #ffc423;
  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;
}


#nav_bar ul.menu a:link, #nav_bar ul.menu a:visited, #nav_bar ul.menu span{

	color:#fff;	
}

#nav_bar ul.menu a:hover{

	color:#ffc423;	
}

#header_right ul.menu a:link, #header_right ul.menu a:visited, #header_right ul.menu span{
	font-weight:bold;
}

#top_wrapper ul.menu li.active a, #top_wrapper ul.menu li.active span {

	background-size:22px 13px;
}

#top_wrapper ul.menu a:hover, #top_wrapper ul.menu span:hover{
	background-size:22.4px 12.37px;
	color:#ffc423;
}

#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 {
  left: 15px;
  right: 15px;
}




#top_wrapper ul.menu>li>ul.nav-child {
	/**/display: none;
	top: 38px;
	margin: 0;
	position: absolute;
	padding: 20px;
	text-transform: none;
	z-index: 3;
	border-bottom:solid 2px #404457;
	border-top:solid 2px #ffc423;
	background-color:#272c38;
	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 {
	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: 14px!important;
	line-height:18px;
	font-weight: normal;
	color: #FFFFFF!important;
	letter-spacing:0px;
	text-transform:none;
	padding: 8px 7px;
	display: block;
	width: 180px;
	border-bottom: dotted 1px #484848;
	background-image:none;
}

#top_wrapper ul.nav-child a:hover{
	color:#ffc423!important;
}

/* 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;
}


/**********************************/
/* Small Column Navigation        */
/**********************************/
#small_column ul.menu,
#small_column ul.latestnews,
#small_column ul.categories-module,
#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.categories-module 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.categories-module a:link,
#small_column ul.categories-module 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 1px #eaeaea;
}

#small_column ul.menu li.active a,
#small_column ul.menu li.active span,
#small_column ul.latestnews li.active a,
#small_column ul.latestnews li.active span,
#small_column ul.categories-module li.active a,
#small_column ul.categories-module li.active span,
#small_column ul.category-module li.active a,
#small_column ul.category-module li.active span  {

	color:#444;
}
#small_column ul.menu a:hover,
#small_column ul.latestnews a:hover,
#small_column ul.categories-module a:hover,
#small_column ul.category-module a:hover{
	color:#000;
	border-bottom:solid 1px #ffc423;
}


#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: #0055a5!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;
}

#small_column ul.categories-module h4 {margin:0px;}

/**********************************/
/* Mobile Navigation              */
/**********************************/
.mobile_menu_button{
	font-weight: 700;
	margin: 10% auto;
	padding: 10px 20px 10px 39px;;
	border: none;
	color: #11509f;
	font-size: 16px;
	display: none;
	font-family: 'Lora', Georgia, serif;
	background-image: url(../images/hamburger.svg);
	background-repeat: no-repeat;
	background-position: 0px 12px ;
	background-color:transparent;
}
.mobile_menu_button svg {
	vertical-align: sub;
}
.mobile_menu_button path{
	fill: #11509f;
}
.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 #ffd153;
    line-height: 12px;
	color: #282c3b;
}

#mobile_menu ul.menu {
	display: block;
	list-style-type: none;
	width: 50%;
	min-width: 250px;
	max-width: 400px;
	margin: 100px 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: 16px 8%;
	color: #282c3b;
	font-family: 'Lora', Georgia, serif;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
}


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

#mobile_menu ul.menu li::after {
	content: " ";
	display:block;
	width:80px;
	height:2px;
	background-color:#ffc423;
	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: #0055a5;
	font-size: 14px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
}

#mobile_menu ul.nav-child a:hover{
	color:#000!important;
}

/**********************************/
/* Footer   Navigation          */
/**********************************/
#footer_left ul.menu {
	margin: 0;
	padding:0;
	display:block;
	list-style-type: none;
}

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

#footer_left ul.menu li:after {
	content: ")";
}
#footer_left ul.menu a:link, #footer_left ul.menu a:visited, #footer_left ul.menu span {
	display: block;
	float:left;
	text-decoration:none;
	padding:0 8px 8px 8px;
}

/**********************************/
/* Admin   Navigation          */
/**********************************/
#admin_menu{
	background: url(../images/admin-menu-bg.gif) center;
}
#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: #017f74;
	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: #017f74;
}
/**********************************/
/* social media buttons          */
/**********************************/

a.social_button:link, a.social_button:visited {
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: right;
}

.social_button path,
.social_button:hover path{
	transition:.15s all ease-in-out;
}

a.social_button path {
	fill: #554f49;
}
a.social_button.facebook:hover path{
	fill: #3b5998;
}
a.social_button.youtube:hover path{
	fill: #cd201f;
}
a.social_button.instagram:hover path{
	fill: #3f729b;
}
a.social_button.pinterest:hover path{
	fill: #bd081c;
}

a.social_button.twitter:hover path{
	fill: #55acee;
}
a.social_button.gplus:hover path{
	fill: #dc4e41;
}
a.social_button.linkedin:hover path{
	fill: #0077b5;
}

/* module manager ck */
#managerbutton{
	/* background-image: none; */

	/* temp disabled */
	padding: 0;
	background: #000;
}
#managerbutton.inactive{
	/* temp disabled */
	/* display: none; */
}

/* fcp flexi contact fomr  */
/* Simple transparent form with minimal styling and text error messages */
/* Version 10.02 */


.com-baforms  textarea,
.com-baforms  input[type="text"],
.com-baforms  input[type="password"],
.com-baforms  input[type="datetime"],
.com-baforms  input[type="datetime-local"],
.com-baforms  input[type="date"],
.com-baforms  input[type="month"],
.com-baforms  input[type="time"],
.com-baforms  input[type="week"],
.com-baforms  input[type="number"],
.com-baforms  input[type="email"],
.com-baforms  input[type="url"],
.com-baforms  input[type="search"],
.com-baforms  input[type="tel"],
.com-baforms  input[type="color"],
.uneditable-input {
    padding: 6px 10px;
    
}

.com-baforms input[type="submit"] {
    padding: 10px 18px !important;
    
}

.fcp_form textarea:focus,
.fcp_form input[type="text"]:focus,
.fcp_form input[type="password"]:focus,
.fcp_form input[type="datetime"]:focus {
    border-color: #fcfcfc!important;
}

.fcp_wrapper {
}

/* line layout */

div.fcp_line {
    clear: left;
    padding-top: 0.5em;
}

div.fcp_line label {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 12em;
    max-width: 20%;
    margin-right: 1em;
    display: none;
}

@media screen and (max-width: 800px) {
    div.fcp_line label {
        /*display: block;*/
        text-align: left;
        width: auto;
        max-width: 90%;
    };
}
    
/* mandatory and errors */

/*.fcp_mandatory:after {content:"*"; margin-left:0.25em; font-size:larger;}*/
.fcp_error_msg {
    margin-left: 5px;
    font-size: 90%;
    font-weight: normal;
    color: #DD4134;
    display: none;
}

.fcp_error_field {
    border-color: #FF4700 !important;
}

/* secure-image captcha */

div.fcp_captcha input {
    vertical-align: top;
}

div.fcp_captcha_inner {
    display: inline-block;
    padding: 2px;
    background: #F3F4F5 url('css_images/securimage.png') no-repeat 4% 90%;
    border: 1px solid #7F9DB9;
    border-radius: 5px;
}

img.fcp_captcha_img {
    vertical-align: middle;
    margin: 0 5px 0 5px;
    border: 1px solid #7F9DB9;
    border-radius: 5px;
}

span.fcp_captcha_reload {
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    background: #F3F4F5 url('css_images/reload_blue.png') no-repeat center center;
    cursor: pointer;
}

#fcp_err_captcha {
    margin-top: 20px;
}                

/* image captcha */

.fcp_image_inner {
    display: inline-block;
}

.fcp_image_inner img {
    cursor: pointer;
    transition: border 0.7s;
}

.fcp_inactive {
    border: 2px solid transparent;
}

.fcp_active {
    border: 2px solid red;
}

#fcp_err_image {
    margin-top: 20px;
}

/* recaptcha */

#recaptcha_widget_div {
    display: inline-block;
}

#fcp_err_recap {
    margin-top: 10px;
}

/* fieldsets */

fieldset.fcp_fieldset {
    clear: left;
    border: 1px solid lightgray;
    vertical-align: top;
}

div.fcp_attach input {
    border: 1px solid lightgray;
    background-color: whitesmoke;
}

/* input fields */

.fcp_form input, .fcp_form textarea, .fcp_form select {
    width: calc(100% - 20px);
}

.fcp_form textarea {
    border: 1px solid #727d8e;
    height: auto;
}

div.fcp_line input[type="checkbox"] {
    margin-top: 0;
    vertical-align: middle;
}   

/* radio button and multiple checkbox layout */

div.fcp_radio_h_inner {
    display: inline-block;
    max-width: 70%;
}

span.fcp_radio_h {
    display: inline-block;
}

div.fcp_radio_h_inner span.fcp_radio_h label {
    display: inline-block;
    width: auto;
    padding-left: 5px;
    white-space: nowrap;
}

div.fcp_radio_v_inner {
    display: inline-block;
    max-width: 70%;
}

span.fcp_radio_v {
    display: block;
    white-space: nowrap;
}

span.fcp_radio_v label {
    width: auto;
    padding-left: 5px;
}

span.fcp_radio_v input {
    clear: left;
}

div.fcp_checkbox_l input.fcp_lcb {
    margin-left: 8em;
    margin-right: 1em;
}

div.fcp_checkbox_l label.fcp_lcb {
    width: auto;
    max-width: 70%;
}

@media screen and (max-width: 800px) {
    div.fcp_checkbox_l input.fcp_lcb {
        margin-left: 0;
    }

    div.fcp_checkbox_l label.fcp_lcb {
        max-width: 90%;
    };
}

div.fcp_checkbox_inner {
    display: inline-block;
    max-width: 60%;
}

span.fcp_checkbox_m {
    display: inline-block;
}

span.fcp_checkbox_m label {
    width: auto;
    max-width: none;
    padding-left: 5px;
}

span.fcp_checkbox_h {
    float: left;
}

/* the send row */

.fcp_sendrow {
    /*margin-left: 2em;*/
}

#fcp_spinner {
    margin-top: 8px;
}

.fcp_spinner {
    background: url('css_images/spinner.gif') no-repeat left center !important;
    height: 16px;
    width: 16px;
}

/* info buttons */

.fcp_info {
    display: inline-block;
    vertical-align: text-bottom;
    background: url('css_images/info-16.png') no-repeat left center !important;
    height: 16px;
    width: 16px;
}

/* 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;
}

/*****************Media Queries****************/

@media screen and (min-width: 915px) { 
	#mobile_menu_button {
		display:none;
	}
	#mobile_menu {
		display:none;
	}
}

@media screen and (max-width: 1060px) {
	/* .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;}
}

@media screen and (max-width: 915px) { 
	#top_wrapper{
		/* height: 240px; */
	}
	
	#header_left {
		/* float:none; */
		/* width:auto; */
		/*height:110px!important;*/
		/*padding-top:10px!important;*/
		/* text-align: center;		 */
		/* margin: 0 auto; */
		max-width: 50%;
	}
	
	#header_right {
		/* float: none; */
		/* padding: 0 0 20px; */
		/*height: 56px;*/
		/* text-align: center; */
		max-width: 50%;

	}
	#top_wrapper ul.menu{
		display: none;
	}

	#top_nav ul.menu {
		display:none;
	}
	.mobile_menu_button{
		display: inline-block;
	}
	
	#main_content {padding: 65px 0 85px 0;}
}

@media screen and (max-width: 825px) { 

	/*#header_left {
		width: 360px;
	}*/

}


@media screen and (max-width: 770px) { 


	#small_column {float:none; width:auto; padding:16px 0;}
	#large_column {width:auto; float:none; padding:2% 0 20px 0;}

	#header_left, #header_right {	padding-bottom:12px;}
	.bq-right, .bq-left {
		float: none;
		width:auto;
		margin-right: 0;
		margin-left: 0;
	}

}

@media screen and (max-width: 780px) { 
	.no_mobile {display:none!important;}
}

@media screen and (max-width: 650px) { /* 630px */

	

	#footer_right {text-align:left;}

	.image_right {float:none; margin-left:0; display:block; max-width:100%;}
	.image_left {float:none; margin-right:0; display:block; max-width:100%;}

}


@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 {font-size: 18px;}
	h5 {font-size: 18px;}
	h6 {font-size: 16px;}

}




@media screen and (max-width: 500px) { 
	.two_third_block {
		width:auto;
		float:none;
	}
	
	#footer_left, #footer_right {
		float: none;
		width: auto;
	}
	a.mod_callout_button:link, a.mod_callout_button:visited{
		font-size: 22px;
	}
	
	#header_left, #header_right {float:none; width:auto; max-width:100%;}
	#header_left, {padding:20px 12px 12px 12px; }
	#header_right {text-align:center; padding:0 0 25px 0;}
	.mobile_menu_button {margin:0;}
	.mod_hwd_social {display:none;}
}

@media screen and (max-width: 380px) { 

	#header_left {padding-left:0px;}

}

/******************************* 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:#0055a5;
}

.mod_hwd_social a {
	width:30px;
	height:30px;	
}

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