/*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: 'Cormorant Garamond', serif;
	color: #000;
	font-size: 18px;
	height: 100%;
}

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

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

hr {
	color: #d6d6d6; 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: rgba(217,217,217,0.30);
	width: auto;
	margin: 4% 0 4% 0;
	padding: 45px 30px 25px 30px;
	line-height: 160%;
}

/**********************************/
/* headers                        */
/**********************************/
h1, h2, h3, h4, h5 {
	margin-bottom: 12px;
	color: #49381f;
	font-weight: bold;
	line-height:115%;	
	text-transform: uppercase;
}

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

h2 {
	font-size: 36px;
	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;
}

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, 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:#b25408; 
	text-decoration: underline;
	transition: all .15s ease-in-out;
}

a:hover, a:focus, a:active {
	color: #000;
}

/**********************************/
/* 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_wrapper_overlay {
	z-index: 3;
	position: relative;
	background-color:rgba(37,28,29,0.78);
}

#feature_row {
    width: auto;
    background-color: #fff;
}

#feature {
	padding: 120px 0 70px 0;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	width:800px;
	max-width:100%;
}

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

#feature h1, #feature h2, #feature h3, #feature h4 {
	color:#fff;
	text-transform: none;
}

#feature p{
	color:#d5d2cd;
	font-size: 30px;
	line-height: 120%;
}

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

#feature a.button-link:hover {color:#e58537}

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

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

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

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

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

#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:#241b0e url("../images/nav-bar-bg.jpg") repeat-x center center;
	clear: both;
}

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

#row3wrapper {
    padding: 30px 0 10px 0;
    background-color: #f0f0f0;
    background: url(../images/row3-bg.jpg) #ebe8df;
}

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

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

#row4 {
	background: url("../images/row4-right-bg.jpg") right center #f7d989;
	height: auto;
    position: relative;
}

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

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

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

#row4_left h3 {color:#ecc765;}

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

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

#row4_left_wrapper {
	width:50%;
	float:left;
	background: url("../images/row4-left-bg.jpg") left center #49381f;
	color:#fff;
	height:100%;
}

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

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

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

#row5wrapper {
	padding: 0 0 65px 0;
}

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

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

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

#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;
	-webkit-box-shadow: 0 6px 15px 0 #efefef;
	box-shadow: 0 6px 15px 0 #efefef;
}

#small_column .moduletable h3{
	border-bottom:solid 2px #e8e3d0;
	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: url("../images/footer-bg.jpg") top center no-repeat;
    background-color: #49381f;
    padding: 65px 0;
}

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

#table_middle {
    width: auto;
    background: url("../images/table-middle-bg.jpg") bottom center no-repeat;
    background-color: #fcfcfc;
}

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

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

#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.jpg");
	background-position: center right;
    background-repeat: no-repeat;
	background-color: #f9f6f1;
}

#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: -10px 0 20px 0;
    font-size: 14px;
}

a.button-link:link, a.button-link:visited, .readmore a:link, .readmore a:visited{
    display: inline-block;
	padding:4px 32px 4px 32px;
    text-decoration: none;
    color: #282828;
    transition: .1s all ease-in-out;
    line-height: 40px;
    font-size: 18px;
	font-weight: bold;
	font-style: italic;
    /* border: solid 2px #FFF; */
    position: relative;
    z-index: 2;
    margin: 20px 13px;}

a.button-link:before {    
	content: '';
    position: absolute;
    /* z-index: -1; */
    border: solid 1px #b25408;
    top: -7px;
    left: 5px;
    right: 5px;
    bottom: -7px;
	transition: all .2s ease-out;
}

a.button-link:after {    
	content: '';
    position: absolute;
    /* z-index: -1; */
	border: solid 1px #b25408;
    top: 0px;
    left: -1px;
    right: -1px;
    bottom: 0px;
	transition: all .6s ease-out;
}

a.button-link:hover {
	color:#b25408;
}

a.button-link:hover:before{
	border: 1px solid #b25408!important;
    top: 0px;
    left: -1px;
    right: -1px;
    bottom: 0px;
}

a.button-link:hover:after{
	border: 1px solid #b25408!important;
    top: -7px;
    left: 5px;
    right: 5px;
    bottom: -7px;
}

.email-icon a {}

blockquote.bq-left {
	float: left;
	margin-right: 5%;
	width:36%;
}

blockquote.bq-right {
	float: right;
	margin-left: 5%;
	width:36%;
}

blockquote.language-bq-left {
	float: left;
	width:40%;
	margin-top:0;
	padding:35px;
}

blockquote.language-bq-right {
	float: right;
	width:40%;
	margin-top:0;
	padding:35px;
}

.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;
	width:80%;
	max-width:480px!important;
	font-weight:700;
	text-transform:uppercase;
	background-color: #fff;
	padding:15px 10%;
	color:#282c3b;
	font-size:24px;
	text-align:center;
	border:solid 1px #fff;
	position:relative;
	z-index: 2;
}

a.mod_callout_button:before {    
	content: '';
    position: absolute;
	z-index: -1; /**/
    border: solid 1px #c0baaf;
    top: -7px;
    left: 5px;
    right: 5px;
    bottom: -7px;
	transition: all .2s ease-out;
}

a.mod_callout_button:hover:before {    
	border-color: #b25408;
	top: 0px;
    left: 9px;
    right: 9px;
    bottom: 0px;
}

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

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

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


.secondary_color {
	color: #ecc765;
}


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;
	*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: 22px 14px;
	color:#fefefe;
	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: 11px;
  background: #241b0e;
  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;
}

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

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

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

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

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

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

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

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

#top_wrapper ul.menu>li>ul.nav-child {
	/**/display: none;
	top: 54px;
	margin: 0;
	position: absolute;
	padding: 20px;
	text-transform: none;
	z-index: 4;
	border-top:solid 2px #c0baaf;
	background-color:#ececec;
	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: 16px!important;
	line-height:18px;
	font-weight: bold;
	color: #282828!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:#e58537!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;
}

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

#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: #e58537;
	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: #536f95!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: #000;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Cormorant Garamond', serif;
	display: none;
	background-image: url(../images/hamburger.svg);
	background-repeat: no-repeat;
	background-position: 0px 12px ;
	background-color:transparent;
	background-size: 38px 16px;
}

.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: #49381f;
	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:#ccc;
	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: #000;
	font-size: 16px;
	letter-spacing:0px;
	text-transform:none;
}

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

/**********************************/
/* 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: #49381f;
}

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



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

	
	#nav_bar_wrapper {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;
	}
*/
	#feature{padding-left:24px; padding-right: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_left, #header_right {	padding-bottom:12px;}

	.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 7% 45px 7%;
	}

}

@media screen and (max-width: 700px) { 
	.no_mobile {display:none!important;}
	
	blockquote.bq-right, blockquote.bq-left { float: none; margin-right: 0; 	width:auto;}

}

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

	
	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; text-align:center; }

	#header_right {text-align:center; padding:0 0 25px 0;}

	.mobile_menu_button {margin:0;}

	#header_right .mod_hwd_social {display:none;}

}

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

}

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

/*************event booking*********/

.ebm-upcoming-events li {
    border-bottom: 1px solid #dbdfe2;
}

.ebm-upcoming-events-improved div.ebm-event-month {
    background: #8e1d3b;
    border: 1px solid #8e1d3b;
    font-size: 8px;
}

.ebm-upcoming-events-improved div.ebm-event-day {
	    border: 1px solid #8e1d3b;
    color: #8e1d3b;
	font-size:10px
}

.ebm-upcoming-events-improved div.ebm-event-date {
    width: 28px;
}

/***************/

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

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

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

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

.djslider-default a.image-link:hover {
	outline:solid 3px #ecc765;
	outline-offset: 3px;
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image:none;
    border-color: #ddd;
    /* border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); */
    color: #333;
    text-shadow: none;
    box-shadow: none; 
}

.fc-icon-icon-calendar {
	top:5px!important;
}

.fc-state-active {background-color:#e1e1e1!important;}

.fc-state-hover {background-color: #fff!important;}

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

.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: 18px;
    margin-top: 0px!important;
    margin-bottom: 0px;
    font-weight: normal;
    text-transform:capitalize!important;
}

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

.GSearchBlock .btn {
   position: relative;
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fcfcfc !important;
    text-shadow: none !important;
    background-color: #414c9d !important;
    background-image: none !important;
    background-repeat: repeat-x !important;
    filter: none;
    border: solid 1px #414c9c!important;
    border-radius: 0px !important;
    box-shadow: inset 0 0 0 rgba(255,255,255,.2), 0 0 0 rgba(0,0,0,.00) !important;
}

.GSearchBlock .btn:hover {
    border-color: #363e77 !important;
    background-image: none !important;
    text-shadow: none !important;
    background-color: #363e77 !important;
}

.GSearchBlock .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #FFF !important;
    font-weight: normal;
}

.GSearchBlock .dropdown-menu > li > a:hover, .GSearchBlock .dropdown-menu > li > a:focus, .GSearchBlock .dropdown-submenu:hover > a, .GSearchBlock .dropdown-submenu:focus > a {
    text-decoration: none;
    color: #fff;
    background-color: #414c9d;
    background-image: none!important;
    filter: none!important;
}

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



/*fancybox*/
.fancybox-container{font-family:'Cormorant Garamond', serif;}

/****************forms*****************/
.calendar .button {display:table-cell; border-radius: 0px; -webkit-border-radius: 0px; border-collapse: collapse;}

.calendar table {border-collapse: collapse!important;}

.ba-form-submit-btn {color:#FFF!important}
