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

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

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

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

hr {
    color: #ddd;
    background: none;
    border: none;
    border-bottom: solid 1px #ddd;
    height: 1px;
    width: 80%;
    margin: 30px auto!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;
}

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

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;
	width: auto;
	margin: 4% 0 4% 0;
	padding: 45px 30px 25px 60px;
	line-height: 160%;
	background: #f5f5f3 url(../images/quote.png) 10px 9px no-repeat;
	color: #7d7d7d;
}

/**********************************/
/* headers                        */
/**********************************/
h1, h2, h3, h4, h5 {
	margin-bottom: 12px;
	color: #000;
	font-weight: 600;
	line-height:115%;
	font-family: 'Montserrat', sans-serif;
}

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

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

.page-header h1, h1.under_title, h2.under_title, 
#row2 h2, #row2 h3, #row3 h2, #row3 h3, #row5 h2, #row5 h3, #row7 h2, #row7 h3, #row9 h2, #row9 h3 {text-align:center;}



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

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

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

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

#blog_header_wrapper {
	padding: 80px 0 80px 0;
	background: url("../images/blog-header.jpg") top left no-repeat;
	background-color: #bc903c;
}

#blog_header {overflow-x: hidden;}

#blog_header h3 {font-weight:normal; font-size:58px;}

#blog_header .moduletable {
	
}

#header_left {
	float: left;
	max-width: 250px;
	padding: 18px 0px 18px 0px;
	
}

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

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

#content {
	padding: 0;
}

#content .icons {position:relative; z-index:200;}

#content_module {
	padding-top:50px;	
	clear:both;
}

#feature_wrapper {
	/* z-index: 3; */
	position:relative;
	display: flex;
    justify-content: center;
	height:600px;
}

#feature_wrapper_overlay {
	z-index: 3;
	position: relative;
	background-color:rgba(0,0,0,0.4);/**/
}

#feature_row {
	width: auto;
	background-color: #190f11;
	background:url("../images/maria-katsamanis-classical-horsemanship-clinics-clinician-training-lessons-riding-instructor-sales.jpg") center center repeat;
	background-size:cover;
}

#feature {
	padding: 130px 20px 70px 20px;
	width: 900px;
	margin: 0 auto;
	text-shadow: 0 0 20px #303a0d;
    align-self: center;
}

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

#feature h1 {font-size:60px;}

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

#feature h4, #row2 h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:24px;
}

#feature h1, #feature h2, #feature h3,
#row2 h1, #row2 h2,
#row3 h1, #row3 h2, 
#row5 h1, #row5 h2, 
#row7 h1, #row7 h2,
#row9 h1, #row9 h2{
	font-family: 'Kaushan Script', 'Montserrat', 'sans-serif';
	font-weight:normal;
	color:#fff;
	font-size:60px;
}

#row3 h2, #row5 h2, #row7 h2,  #row9 h2{

	font-size:40px;
}

#feature p{
	color: #fff;
	font-size: 18px;
	line-height: 120%;
	margin-top: 35px;
	margin-bottom: 40px;
}

/*#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: #9e9e9e;
	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:#cecece;
	text-decoration: underline;
}

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

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

#main_content {
	padding: 95px 0 85px 0;
	/*padding: 45px 0 65px 0;*/
	overflow-x: hidden;
}

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



#mobile_menu {
	display: none;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 100;
	min-height: 100vh;
	background: rgba(0,0,0,0.95);
}

 
#nav_bar {
	max-height:56px;
}

#nav_bar_wrapper {
	background:#d9a444;
	clear: both;
}

#promo_ribbon1_wrapper, #promo_ribbon_green_wrapper, #promo_ribbon2_wrapper {padding:30px 0 20px; background:#ef5c32; overflow-x: hidden;}
#promo_ribbon_green_wrapper {background:#517214 ;}
#promo_ribbon1, #promo_ribbon_green, #promo_ribbon2 {color:#fff!important;}
#promo_ribbon1 .custom, #promo_ribbon_green .custom, #promo_ribbon2 .custom {align-items: center; display: flex;}
#promo_ribbon1 .moduletable, #promo_ribbon_green .moduletable, #promo_ribbon2 .moduletable{margin-bottom:0;}
#promo_ribbon1 p, #promo_ribbon_green p, #promo_ribbon2 p {font-size:28px;	font-family: 'Montserrat', sans-serif; font-weight:400;}
#promo_ribbon1 a.button-link:link, #promo_ribbon2 a.button-link:link, #promo_ribbon_green a.button-link:link,
#promo_ribbon1 a.button-link:visited, #promo_ribbon2 a.button-link:visited, #promo_ribbon_green a.button-link:visited
	{background-color:#502e2c; color:#ecd482;font-family: 'Kaushan Script', 'Montserrat', 'sans-serif'; font-weight:normal; font-size:24px;padding: 17px 32px;}
#promo_ribbon1 a.button-link:hover, #promo_ribbon2 a.button-link:hover, #promo_ribbon_green a.button-link:hover{background-color:#1b1010;}

#row2, #row3, #row5, #row7, #row9 {background-color:#190f11; overflow-x: hidden;}

#row2 .moduletable, #row3 .moduletable, #row5 .moduletable, #row7 .moduletable, #row9 .moduletable
{margin-bottom:0; color:#fff; padding:80px 20px 100px;}

#row2 h2, #row2 h3, #row2 h4, #row2 h5, #row2 h6,
#row3 h2, #row3 h3, #row3 h4, #row3 h5, #row3 h6,
#row5 h2, #row5 h3, #row5 h4, #row5 h5, #row5 h6,
#row7 h2, #row7 h3, #row7 h4, #row7 h5, #row7 h6,
#row9 h2, #row9 h3, #row9 h4, #row9 h5, #row9 h6 {
	color: #fff;
    max-width: 646px;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
    font-weight: normal;}

#row2 .moduletable .custom, #row3 .moduletable .custom, #row5 .moduletable .custom, #row7 .moduletable .custom, #row9 .moduletable .custom
{
	background-attachment: fixed; 
	background-repeat:no-repeat; 
	background-position:top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	visibility: visible;
}

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

#row4 {overflow-x: hidden;}

#row4 .moduletable {
	
	background:#fff;
}


#row6wrapper, #row8wrapper, #row10wrapper, #row11wrapper {
	padding: 65px 0;
}

#row6, #row8, #row10, #row11 {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	overflow-x: hidden;
}

#row6 .moduletable, #row8 .moduletable, #row10 .moduletable, #row11 .moduletable {
	flex-grow:1;
	flex-shrink:0;
	flex-basis: 0;
	margin-right:25px;	
}


#row6 .moduletable:last-child, #row8 .moduletable:last-child, #row10 .moduletable:last-child, #row11 .moduletable:last-child {
	margin-right:0px;	
}

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

#small_column .moduletable {
	margin-bottom:20px;
}

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

	font-size: 20px;

}

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

#table_bottom {
	background-color: #000;
	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-color: #000;
}

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

.bgimage_left {background-position: top left}
.bgimage_left {background-position: top right}

a.button-link:link, a.button-link:visited{
	display: inline-block;
	padding: 4px 32px 4px 32px;
	text-decoration: none;
	color: #ffffff;
	transition: .3s all ease-in-out;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	margin: 20px 13px;
	background: #ef5c32;
	border-radius: 5px;
}

.readmore a:link, .readmore a:visited{
	display: inline-block;
    text-decoration: none;
    transition: .3s all ease-in-out;
    position: relative;
    z-index: 2;
    margin: 20px 13px 20px 0;
    border: none;
    box-shadow: 0 0 0 #fff;
    color: #fff!important;
    background-color: #ef5c32;
    text-shadow: 0 0 0 #fff;
}

.readmore a:hover {background-color:#dd4d24}

a.button-link:hover {
	color: #fff;
	background: #bbb;
}

.email-icon a {}

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:10px 0 30px 50px;
	max-width:50%;
	clear:right;
}

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

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

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

.image_right_20 {
	float: right;
	margin:5px 0 45px 50px;
	max-width:20%;
	clear:right;
}

.image_left_20 {
	float: left;
	margin:5px 50px 45px 0;
	max-width:20%;
	clear:left;
}

.moduletable {
	margin-bottom:30px;	
}

.module_bg_image {
    margin: -80px -20px -100px;
    padding: 175px 20px;
	position:relative;
}

#row3 .module_bg_image, #row5 .module_bg_image, #row7 .module_bg_image, #row9 .module_bg_image {
    padding: 75px 20px;
}

.module_bg_image::before {
    content: "";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	z-index:1;
}

.module_bg_image.no_overlay::before {background:rgba(0,0,0,0.2);}

.module_bg_image div.wrapper_frame {
	z-index: 2;
    position: relative;
}

a.mod_callout_button:link, a.mod_callout_button:visited {
	white-space: nowrap;
	width: 88%;
	min-width: 316px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 20px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border: solid 1px #c9ad60;
	position: relative;
	z-index: 2;
	text-shadow: 0 0px 12px #4c390e;
}

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

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

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

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

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


.secondary_color {
	color: #a07457;
}

.script {font-family: 'Kaushan Script', 'Montserrat', 'sans-serif'!important;}


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: 980px;
	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:#9e9e9e;
	font-size: 15px;
	text-transform: uppercase;
	font-weight:normal;
	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 li.active a{
	color: #d9a444;
}

/*drop down icon*/

#top_wrapper ul.menu li.parent a:before, #top_wrapper ul.menu li.parent span:before {
    /* content: "↓"; */
    content: " ";
    display: inline-block;
    float: right;
    padding: 2px;
    font-size: 10px;
    border: solid #b5b5b5;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    margin-left: 8px;
	margin-top: 2px;
}

#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: #333;
	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:#d9a444!important;
}


#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: #b5b5b5;
    padding: 23px 15px;
    text-transform: none;
    font-size: 16px;
}



#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: 87px;
    margin: 0;
    position: absolute;
    padding: 15px;
    text-transform: none;
    z-index: 4;
    background-color: rgba(0,0,0,.9);
    text-align: left!important;
}

/*contact drop down*/
#top_wrapper ul.menu>li.item-154>ul.nav-child {margin: 0 0 0 -80px;}

#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: 14px!important;
    line-height: 18px;
    font-weight: normal;
    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:#ef5c32!important;
}

#top_wrapper ul.nav-child a:before, #top_wrapper ul.li.parent span:before {
    content: ""!important;
    display: none!important;
    padding: 0!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;
}


/**********************************/
/* Sticky Header                  */
/**********************************/

.sticky {
    position: fixed;
    width: 100%!important;
    left: 0;
    top: 0;
    z-index: 6!important;
    border-top: 0;
	background-color:rgb(0,0,0,.9)!important;
	height: 80px;
}

.sticky .logo {width:50px}

.sticky #header_right {padding: 10px 0px 10px 0px;}

.sticky  ul.menu ul.nav-child {top: 70px!important;}

.sticky #header_left {padding: 15px 0px 10px 0px;}


/**********************************/
/* 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: #d9a444;
	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: #d9a444!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: #d9a444;
    font-size: 14px;
    font-weight: normal;
    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: 'Open 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 #191919;
    line-height: 12px;
    color: #fff;
    top: 20px;
}

#mobile_menu ul.menu {
	display: block;
	list-style-type: none;
	max-width: 500px;
	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: block;
    text-decoration: none;
    margin: 2px auto;
    white-space: nowrap;
    /* max-width: 480px!important; */
    padding: 9px 10px;
    color: #868686;
    font-size: 16px;
    font-weight: normal;
    /* text-align: center; */
    position: relative;
    border-bottom: solid 1px #222;
}

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

#mobile_menu ul.menu li.parent a:before, #mobile_menu ul.menu li.parent span:before {
    /* content: "â†“"; */
    content: " ";
    display: inline-block;
    float: right;
    padding: 2px;
    font-size: 10px;
    border: solid #555;
    transform: rotate(-45deg);
    border-width: 0 2px 2px 0;
    margin-left: 8px;
    margin-top: 8px;
}

/*special style for when parent is open and arrow points down*/
#mobile_menu ul.menu li.dropdown-parent-active a:before, #mobile_menu ul.menu li.dropdown-parent-active span:before
{transform: rotate(45deg);}



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

#mobile_menu ul.nav-child a::before{
	display:none!important;
}

#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 5px 26px;
    color: #a0a0a0;
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: normal;
}

#mobile_menu ul.nav-child a:hover{
	
    color: #eee;
}

/**********************************/
/* Admin   Navigation          */
/**********************************/
#admin_menu{
	background: #d9a444;
}

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



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



/*********slider**********/

.lgx-contentslider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    background: #fff;
    display: none;   
	height: 0;
    padding: 0;
	overflow:hidden;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {background: #fff;}


/*********************** JCE *************************/
.wf-columns .wf-column {
    max-width: 100%;
    box-sizing: border-box;
    flex: 1;
    background: #f5f0e2;
    padding: 10px 25px;
    border-radius: 12px;
	transition: all .15s ease-in-out;
}

.wf-columns {margin-bottom: 20px;}

.wf-columns .wf-column a {
	text-decoration: none;
	color:#452a30;
}

.wf-columns .wf-column:hover { box-shadow: 0 7px 30px #eaeaea;}

.wf-columns .wf-column h3 {font-family: 'Kaushan Script', 'Montserrat', 'sans-serif';}

.dark .wf-column {background:#5f3a41;}

.dark .wf-column p, .dark .wf-column a{color:#fff!important; }

.dark .wf-column h3, .dark .wf-column h3 a{color:#ecd482!important;}

.light .wf-column {background:none; border:none;}





/**************what is this?***********************/

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


/************ hwd Social ********************/

.mod_hwd_social path {
    fill: #eee;
}

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

.mod_hwd_social a {
	width:25px;
	height:25px;
	padding:5px;
}

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


/**************author info box***************/

#author_infobox {
    background-color: #f3f3f3;
    color: #444444;
    border: 1px solid #eee;
    margin: 5px;
    padding: 28px;
    overflow: hidden;
    clear: both;
    font-size: 14px;
}

#author_infobox span {display: none;}

.author_infobox_name {font-weight: bold; font-size:20px; font-family: 'Montserrat', sans-serif; margin-left: 100px;}

#author_infobox .author_infobox_image_profile img {border-radius: 50px; }

#author_infobox .author_infobox_description, #author_infobox .author_infobox_articles_list {margin-left: 100px; width:auto;}


/************ jm testimonial ********************/
.jmm-testimonials.default .jmm-author:before {
    content: '~';
	padding-right:10px;
	color:#ccc;
}




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


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

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

#eb-categories .eb-box-heading, #eb-events .eb-box-heading, #eb-event-page .eb-box-heading {
    background:none;
    border-top: none;
	border-left:none;
	border-right:none;
	border-radius: 0;
	padding-left:0;
}

#eb-categories .eb-description, #eb-events .eb-description, #eb-event-page .eb-description {
    border-bottom: 1px solid #DBDEE1;
    border-left: none;
    border-right: none;
    background: none;
    padding: 45px 0 45px 0;
	border-radius: 0;
}

#eb-events .table-striped tbody tr:nth-child(odd) td, #eb-events .table-striped tbody tr:nth-child(odd) th {
    background: none;
	border-right:none;
	border-left:none;
}

#eb-events .table-bordered {border-radius:0; border-right:0}

#eb-events .table-bordered th, .table-bordered td {
    border-left: none;
}

#footer .ebm-upcoming-events li {
    border-bottom: 1px solid #2b2b2b;
	font-size:14px;
	padding: 0 0 7px;
    margin: 0 0 7px;
}

.ebm-upcoming-events .ebm-event-link {
    font-size:100%;
    font-weight: normal;
}

/*****************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: 57%;
		position: absolute;
		bottom: 0px;
		right: -5%;
		/* margin-top: -60px; */
	}
	
	#table_top {padding: 0 45px;}
}

@media screen and (max-width:1200px) {
#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: 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;}
	
	

}

@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:25%}

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


}

@media screen and (max-width: 700px) { 
	.no_mobile {display:none!important;}
	
	.ba-form-page {	padding: 0px !important;}
	
	.moduletable [class*="span"]{float:none!important; width:auto;}
	
	#promo_ribbon1 .custom, #promo_ribbon2 .custom {display: block;}

}

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

	.image_left, .image_left_30, .image_left_20 {float:none; margin-right:0; display:block; max-width:100%; margin: 30px auto;}
	
	a.mod_callout_button:link, a.mod_callout_button:visited{font-size: 15px;}
	
	#table_top {padding: 0 20px;}
	
	#blog_header h3 {font-size:40px;}
	
	#blog_header_wrapper {
		padding: 56px 0 56px 0;
		background-size: auto 100%;
	}
	
	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;}
}

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

	
	#row4 {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%;}
	
	#feature h1, #feature h2, #feature h3, #row2 h1, #row2 h2, #row3 h1, #row3 h2, #row5 h1, #row5 h2, #row7 h1, #row7 h2, #row9 h1, #row9 h2 {
		font-size: 48px;
	}
	
	.module_bg_image {padding: 103px 20px;}
	
	#footer .moduletable {margin-right: 0;}

}

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