@font-face {
font-family: 'MyriadPro-Regular';
src: url("MyriadPro-Regular.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MyriadPro-Light';
src: url("MyriadPro-Light.otf") format("opentype");
font-weight: lighter;
font-style: normal;
}
@font-face {
font-family: 'MyriadPro-Semibold';
src: url("MyriadPro-Semibold.otf") format("opentype");
font-weight: bolder;
font-style: normal;
}
@font-face {
font-family: 'MyriadPro-SemiboldSemiCn';
src: url("MyriadPro-SemiboldSemiCn.otf") format("opentype");
font-weight: lighter;
font-style: normal;
}
/* overwrite main bones styles, start */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol{
	margin-left: 0;
}
body{
	font-family: 'MyriadPro-Regular', 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
	/*background-color: #d3ecef;*/
	background-image: url('../images/mint-background.jpg');
	background-repeat: repeat;
	color: #000;
}
.wrap{
/*	width:initial;
	max-width:none;
	width:inherit;
	max-width:inherit;*/
	width:100%;
	max-width:100%;
}

/* floats */
.fl{ float:left !important; }
.fr{ float:right !important; }
.cb{ clear:both; }

#content {
	margin-top: 0em;
	margin-top: 0;
}
#inner-content{
	background-image: url('../images/mint-background.jpg');
}
#main{
	/*max-width: 620px;
	margin-left: 10px;*/
}
#sidebar{
	margin:5px auto 0 auto;
	max-width: 420px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.widget{
	padding:0;
	margin:10px 0;
}
img.alignnone{
	display: block;
}
/* overwrite main bones styles, end */

/* declare fonts, start */
h1,p,.footer-nav,table td,table th,.widget.widget_nav_menu{
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter; 
}
h2{
	font-family: 'MyriadPro-Regular', 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h2.second-header{
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter;
	color:#008da1;
	font-size: 2.2rem;
	margin:0;
	font-style: italic;
}
p{
	font-size: 1.35rem;
	line-height: 1.3;
}
.search-login-row{
	font-family: 'MyriadPro-Semibold', 'Myriad Pro Semibold', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: bolder;
	font-size: 13px;
	line-height: 2.3;
}
.top-nav,.credits p{
	font-family: 'MyriadPro-Regular', 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
/* declare fonts, end */

/* header styles, start */
.header{
	
}
.inner-header{
	background-image: url('../images/header.jpg');
	width:100%;
	background-position: center center;
	background-repeat: no-repeat;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    min-width: 100%;
    height: 141px; /* was 131px with old logo */
}
.header-nav-div{

}
.right-hand-header{
	width:486px;
	text-align: right;
	margin-right:30px;
}
.float-right{
	float:right;
}
/* search and login buttons moved to mobile.css */

/* style the placeholder text */
::-webkit-input-placeholder{color:#fff;text-align:center;}
:-moz-placeholder{color:#fff;text-align:center;} /* Firefox 18- */ 
::-moz-placeholder{color:#fff;text-align:center;} /* Firefox 19+ */ 
:-ms-input-placeholder{color:#fff;text-align:center;}

/* clear input box from placeholder text on focus */
input:focus::-webkit-input-placeholder{color:transparent;}
input:focus:-moz-placeholder{color:transparent;} /* Firefox 18- */
input:focus::-moz-placeholder{color:transparent;} /* Firefox 19+ */
input:focus:-ms-input-placeholder{color:transparent;} /* oldIE ;) */
/* search box end */

.social-media-row{
	display: block;
	width:100%;
	float: right;
	margin-top: 34px;
	color:#fff;
	padding-right:20px;
}

.social-media-row.logged-in-out form a{
 background:#fff;
 padding:5px;
 border-radius:3px;
 margin-top:5px;
 display:inline-block;
 line-height:15px;
 vertical-align:middle;
}

.social-media-row.logged-in-out form a:hover,.social-media-row.logged-in-out form a:active{
 background:#b22;
 color:#eee;
}

.facebook{
	display: inline-block;
	background-image: url('../images/facebook-logo.png');
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	margin-right: 20px;
}
.twitter{
	display: inline-block;
	background-image: url('../images/twitter-logo.png');
	background-repeat: no-repeat;
	height:30px;
	width: 30px;
}
.header-logo{
	background-image: url('../images/high_life_MLB_REVERSE_RGB.png');
	background-repeat: no-repeat;
	-webkit-background-size: contain; 
    -moz-background-size: contain; 
    -o-background-size: contain; 
	background-size: contain;
	background-position: 5%;
	margin: 10px 0 0 0;
	height: 110px; /* was 100px with old logo */
}
/* NAVIGATION CSS MOVED TO mobile.css */

/* header styles, end */

/* body styles, start*/
article{
	background-color: #fff;
	margin: 15px 0 35px 0;
	padding:15px;
	padding-bottom: 0px;
    z-index: 1;
    position: relative;
    min-height: 200px;
}
article .skew-article:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: visible;
	width: 100%;
	height: 15%;
	background: #fff;
	z-index: -1;
    margin-bottom: -1.5%;
	-webkit-transform: skewY(-1.5deg);
	-moz-transform: skewY(-1.5deg);
	-ms-transform: skewY(-1.5deg);
	-o-transform: skewY(-1.5deg);
	transform: skewY(-1.5deg);
	-webkit-backface-visibility: hidden;
}
article h1{
	font-size: 2.2rem;
	color:#292355;
	margin:0;
}
.inner-body-content{
	max-width: inherit;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.main-content-section{
	padding-bottom: 20px;
}
.join-today{
	background-image: url('../images/darkblue-background.jpg');
	background-repeat: repeat;
	width: 15%;
    min-width: 145px;
	height: auto;
	float: right;
	margin-right:0;
	margin-bottom: -20px;
	font-family: 'MyriadPro-Semibold', 'Myriad Pro Semibold', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	color:#fff;
	font-size: 1.2rem;
	line-height: 2;
	text-align: center;
	position: relative;
}
.join-today .skew-join-today:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: visible;
	width: 100%;
	height: 50%;
	/*background: #fff;*/
	background-image: url('../images/darkblue-background.jpg');
	background-repeat: repeat;
	z-index: -1;
    margin-bottom: -2.5%;
	-webkit-transform: skewY(2.5deg);
	-moz-transform: skewY(2.5deg);
	-ms-transform: skewY(2.5deg);
	-o-transform: skewY(2.5deg);
	transform: skewY(2.5deg);
	-webkit-backface-visibility: hidden;
}
a.find-out-more-link{
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter;
	font-size: 2.2rem;
	color:#292355;
	margin:0;
	text-decoration: none;
}
.hlh-blog-posts-box > div{
	max-width: 590px;
	margin: 0 auto;
}
.entry-content .hlh-blog-post a:hover, .entry-content .hlh-blog-post a:active{
	text-decoration: none;
}
.hlh-blog-post-excerpt p{
	font-size: 1.1rem;
}
.hlh-blog-post span.readmore a{
	font-size: 1.1rem;
}
.hlh-blog-post span.readmore a:hover{
	text-decoration: underline;
}
.hlh-blog-post-featured-img-thumbnail{
	height: 200px;
}
.readmore{
	margin: 10px 0 20px 0;
}
.post-type-archive h3 a{
	font-size: 1.2rem;
	line-height: 1.2rem;
	line-height: initial;
	color: #292355;
	font-weight: normal;
}
.blog-category-description{
	background: #fff;
	padding: 0 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.blog-category-description h1{
	font-size: 2.2rem;
    color: #292355;
    margin-bottom: 10px;
}
.blog-category-description p{
	margin-top: 10px;
}

#post-4321 .entry-content ul.products{width:100%;}
#post-4321 .entry-content ul.products li{width:100%;max-width:210px;border:1px solid #dcdcdc;list-style-type:none!important;transition:all .4s ease-in-out;position:relative;margin:0 15px 20px 0;-webkit-box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);-moz-box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);}
#post-4321 .entry-content ul.products li:hover{transform:scale(1.05);}
#post-4321 .entry-content ul.products li a img{margin:0!important;border: 0;}
#post-4321 .entry-content ul.products li a{pointer-events:none;cursor:default;display:inline-block;}
#post-4321 .entry-content ul.products li a strong{position:absolute;top:0;color:#fff;font-size:30px;padding:10px;width:100%;background:rgba(128, 55, 112, 0.4);line-height:normal;}
#post-4321 .entry-content ul.products li p{margin:0;line-height:normal;padding:0 5px;min-height:143px;}
#post-4321 .entry-content ul.products li p a{color:#000!Important;font-size:17px;pointer-events:none;cursor: default;display:inline-block;}
#post-4321 .entry-content ul.products li p a .readmore, .entry-content ul.products li p a:nth-child(2){display:none;}
#post-4321 .entry-content ul.products li form .jnyp-shop-page-price{float:none;width:80px;font-size:20px;text-align:center;}
#post-4321 .entry-content ul.products li form span.jnyp-shop-page-currency{float:left;margin-top:-3px;margin-bottom:55px;margin-left:50px;color:#000;font-size:26px;padding:0;padding-right:5px;}
#post-4321 .entry-content ul.products li form .button[type="submit"]{background:#803770;position:absolute;bottom:10px;left:0;right:0;font-size:18px!important;line-height:normal!important;padding:10px;border-radius:100px;float:none;margin:0 auto;width:150px!Important;color:#803770;text-shadow:none;}
#post-4321 .entry-content ul.products li form .button[type="submit"]:hover{border:0;background:#ca59a2;color:#ca59a2;}
#post-4321 .entry-content ul.products li form .button[type="submit"]:after{content:'Donate';position:absolute;left:0;right:0;color:#fff;}
.jigoshop_message span a{font-size:16px!important;color:#fff!important;line-height:normal!important;}

/* image links shortcode styles, start */
.hlh-image-links-container{
	display:flex;
	justify-content:
	normal;flex-wrap:wrap;
	margin:0 -10px;
	max-width:1600px;
}
.hlh-image-link-wrap{
    margin: 0 0 30px 0;
    width: 100%;
    /*flex: 1 1 100%;*/
}
@media only screen and (min-width: 605px){
	.hlh-image-link-wrap{
	    margin: 1%;
	    width: 48%;
	    /*flex: 1 1 48%;*/
	}
}
@media only screen and (min-width: 768px){
	.hlh-image-link-wrap{
		margin: 0 0 30px 0;
		width: 100%;
		/*flex: 1 1 100%;*/
	}
}
@media only screen and (min-width: 919px){
	.hlh-image-link-wrap{
	    margin: 1%;
	    width: 48%;
		/*flex: 1 1 48%;*/
	}
}
@media only screen and (min-width: 1200px){
	.hlh-image-link-wrap{
		width: 31.33%;
		/*flex: 1 1 30%;*/
	}
}
.hlh-image-link-wrap a{
	display: block;
}
.hlh-image-link-wrap a:hover,
.entry-content .hlh-image-link-wrap a:hover{
	text-decoration: none;
}
.hlh-image-link-wrap a span{
	position: relative;
    height: auto;
    /*max-height: 200px;*/
    width: 351px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 605px){
	.hlh-image-link-wrap a span{
		max-height: 26vw;
	}
}
@media only screen and (min-width: 768px){
	.hlh-image-link-wrap a span{
		max-height: 200px;
	}
}
@media only screen and (min-width: 919px){
	.hlh-image-link-wrap a span{
		max-height: 17vw;
	}
}
@media only screen and (min-width: 1200px){
	.hlh-image-link-wrap a span{
		max-height: 12.5vw;
	}
}
.hlh-image-link-wrap a span img{
	width: 100%;
	margin: 0;
}
.hlh-image-link-wrap a h3{
	position: relative;
	font-size: 22px;
	color: #fff;
	background: #008da1;
    padding: 20px 10px;
    margin: 0;
    width: 100%;
    max-width: 351px;
    display: inline-block;
}
.hlh-image-link-wrap a h3:after{
	position: absolute;
	padding: 0 0 0 5px;
	content: ' →';
}
.hlh-image-link-wrap a p{
	color: #000;
	padding: 20px 0;
	margin: 0;
	width: 100%;
    max-width: 351px !important;
}
.hlh-image-link-wrap a p br{
	display: none;
}
/* image links shortcode styles, end */

/* sidebar styles, start */
.widget.widget_nav_menu ul{
	width:100%;
}
.sidebar .nav li, .widget.widget_nav_menu li{
	margin-bottom:0;
	width:100%;
	/*max-width:220px;*/
	border-bottom: 1px solid #ccc;
    display: flex;
    background-color: #fff;
}
.sidebar ul.nav,.widget.widget_nav_menu ul.menu{
	margin-top: 0;
}
.widget.widget_nav_menu ul.menu{
	margin-top:5px;border:1px solid #ccc;border-bottom:0;
}
.nav li a, .widget.widget_nav_menu li a{
	padding: 8px 10px;
	font-size: 14px;
	line-height: 14px;
}
.sidebar .nav li a, .sidebar.nav li a:visited,.widget.widget_nav_menu li a,.widget.widget_nav_menu li a:visited{
	color:#000;
	background-color:#fff;
	width: 100%;
}
.sidebar .nav li a:hover,.widget.widget_nav_menu li a:hover{
	background-image: url('../images/medium-blue-background.jpg');
	color:#fff;
}
.sidebar .nav li.current-menu-item a,.widget.widget_nav_menu li.current_page_item a{
	background-image: url('../images/darkblue-background.jpg');
	color:#fff;
}
.sidebar .nav li.current-menu-item a:hover,.widget.widget_nav_menu li.current_page_item a:hover{
	background-image: url('../images/medium-blue-background.jpg');
}
.sidebar-other-site-pages{
	padding-top: 3px;
}
/* sidebar styles, end */

/* widget styles, start */
.page-widget1{
	/*max-width: 300px;*/
}
.page-widget2{
	float:right;
	/*max-width: 300px;*/
}
.page-widget3{
	margin: 30px 0;
}
.page-widget3 img{
	width: 100%;
}
.join-today-widget img{
	/*max-width: 300px;*/
	width:100%;
	height:auto;
}
.latest-news-widget{
	
}
.latest-news-widget a{
	text-decoration: none;
}
.entry-content .latest-news-widget a:hover, 
.entry-content .latest-news-widget a:active{
	text-decoration: none;
}
.latest-news-widget-header{
	background-image: url('../images/green-background.jpg');
	background-repeat: repeat;
	width: 60%;
	min-width: 250px;
	color: #fff;
	font-size: 1.3rem;
	padding-left: 3%;	
	line-height: 1.9;
	margin: 0;
	position: relative;
}
.latest-news-widget-header:after{
	content: '';
	position: absolute;
	top: 0; 
	left: 95%;
	width: 15%; 
	height: 100%;
	background-image: url('../images/mint-background.jpg');
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skew(-25deg);
}
.latest-news-widget-featured-image{
	background-color: #fff;
}
.latest-news-widget-featured-image img{
	margin-bottom: 3px;
}
.latest-news-underline{
    text-decoration:underline;
    color:rgba(108, 184, 94, 0.5);
    background-color:#fff;	
    min-height:55px;
	max-height:55px;
}
.latest-news-underline-more{
    text-decoration:underline;
    color:rgba(108, 184, 94, 0.5);
}
.latest-news-post-widget-header{
	background-color: #fff;
	font-size: 1.4rem;
	color: #292355;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter; 
	line-height: 1.6rem;
	margin: 0px 5px 0px 15px;
	max-height:50px;
	overflow:hidden;
}
.latest-news-post-widget-paragraph{
	background-color: #fff;
	color: #404040;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter;
}
.latest-news-post-widget-paragraph p{
	font-size: 1.2rem;
    line-height: 1.4rem;
	margin: 0 8px 0 15px;
	height: 2.8rem;
	min-height: 2.8rem;
	max-height: 2.8rem;
	overflow: hidden;
}
.latest-news-more{
	font-size: 0.9rem;
	line-height: 0.8rem;
	color: #292355;
	background-color: #fff;
	font-family: 'MyriadPro-Regular', 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding:10px 0 10px 15px;
	background-size:100%;
    margin-bottom:15px;
    position: relative;
}
.latest-news-more:after{
	content: '';
	position: absolute;
	top: 15px; 
	left: 0;
	width: 100%; 
	height: 100%;
	background-color: #fff;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewY(-1.5deg);
	-ms-transform: skewY(-1.5deg);
	transform: skewY(-1.5deg);
}
.entry-content .health-and-wellbeing-widget a:hover, 
.entry-content .health-and-wellbeing-widget a:active{
	text-decoration: none;
}
.health-and-wellbeing-widget-header{
	/*background-image: url('../images/health-and-wellbeing-background.png');*/
	/*background-image: url('../images/medium-blue-background.jpg');
	background-repeat: repeat;*/
	background-color: #148DA0;
	width: 60%;
	min-width: 250px;
	color: #fff;
	font-size: 1.3rem;
	padding-left: 3%;	
	/*height: 25px;*/
	line-height: 1.9;
	margin: 0;
	position: relative;
}
.health-and-wellbeing-widget-header:after{
	content: '';
	position: absolute;
	top: 0; 
	left: 95%;
	width: 15%; 
	height: 100%;
	background-image: url('../images/mint-background.jpg');
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skew(-25deg);
}
.health-and-wellbeing-widget-featured-image{
	background-color: #fff;
}
.health-and-wellbeing-widget-featured-image img{
	margin-bottom: 3px;
}
.health-and-wellbeing-post-widget-header{
	background-color:#fff;
	font-size:1.4rem;
	color: #292355;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter; 
    line-height: 1.6rem;
	margin:0px 5px 0px 15px;
	max-height: 50px;
	overflow: hidden;
}
.health-underline{
    text-decoration: underline;
    color:rgba(0, 141, 161, 0.5);
    background-color: #fff;
    min-height: 55px;
	max-height: 55px;
}
.health-underline-more{
    text-decoration: underline;
    color:rgba(0, 141, 161, 0.5);
}
.health-and-wellbeing-post-widget-paragraph{
	background-color: #fff;
	/*font-size: 14px;*/
	color: #404040;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter;
	/*line-height: 17px;
	min-height: 40px;
	max-height: 40px;*/
}
.health-and-wellbeing-post-widget-paragraph p{
	font-size: 1.2rem;
    line-height: 1.4rem;
	margin: 0 8px 0 15px;
	height: 2.8rem;
	min-height: 2.8rem;
	max-height: 2.8rem;
	overflow: hidden;
}
.health-and-wellbeing-more{
	font-size: 0.9rem;
	line-height: 0.8rem;
	color: #292355;
	background-color: #fff;
	font-family: 'MyriadPro-Regular', 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: normal;
/*	background-image: url('../images/slant-widget-bottom.png');
	background-repeat: no-repeat;
	background-position: bottom center;*/
	padding:10px 0 10px 15px;
    margin-bottom:15px;
    position: relative;
}
.health-and-wellbeing-more:after{
	content: '';
	position: absolute;
	top: 15px; 
	left: 0;
	width: 100%; 
	height: 100%;
	background-color: #fff;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewY(-1.5deg);
	-ms-transform: skewY(-1.5deg);
	transform: skewY(-1.5deg);
}
.featured-post-widget{
	
}
.featured-post-widget a{
	text-decoration: none;
}
.featured-post-widget-header{
	background-image: url('../images/featured-post-background.png');
	background-repeat: no-repeat;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter;
	color: #fff;
	font-size: 14px;
	padding-left: 10px;
	height: 25px;
	line-height: 1.9;
	margin: 0;
}
.featured-post-widget-featured-image{
	background-color: #fff;
}
.featured-post-widget-featured-image img{
	margin-bottom: 3px;
}
.featured-post-underline{
    text-decoration:underline;
    color:rgba(108, 184, 94, 0.5);
    background-color:#fff;	
    min-height:90px;
	max-height:90px;
}
.featured-post-underline-more{
    text-decoration:underline;
    color:rgba(108, 184, 94, 0.5);
}
.featured-post-post-widget-header{
	background-color: #fff;
	font-size: 22px;
	color: #292355;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter; 
	line-height: 24px;
	margin: 0px 5px 0px 15px;
	padding-top:10px;
	max-height:80px;
	overflow:hidden;
}
.featured-post-post-widget-paragraph{
	background-color: #fff;
	font-size: 14px;
	color: #404040;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter;
	line-height: 17px;
	min-height: 40px;
	max-height: 40px;
	/*overflow: hidden;*/
}
.featured-post-post-widget-paragraph p{
	margin: 0 8px 0 15px;
	max-height: 33px;
	overflow: hidden;
}
.featured-post-more{
	font-size: 14px;
	line-height: 17px;
	color: #292355;
	background-color: #fff;
	font-family: 'MyriadPro-Regular', 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: normal;
	background-image: url('../images/slant-widget-bottom.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding:0 0 10px 15px;
	background-size:100%;
    margin-bottom:15px;
}
.hlh-video-widget a{
	text-decoration: none;
}
.hlh-video-widget-header{
	background-image: url('../images/latest-news-background.png');
	background-repeat: repeat;
	width: 60%;
	min-width: 250px;
	color: #fff;
	font-size: 1.3rem;
	padding-left: 3%;	
	line-height: 1.9;
	margin: 0;
	position: relative;
}
.hlh-video-widget-header:after{
	content: '';
	position: absolute;
	top: 0; 
	left: 95%;
	width: 15%; 
	height: 100%;
	background-image: url('../images/mint-background.jpg');
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skew(-25deg);
}
.hlh-video-underline{
    text-decoration:underline;
    color:rgba(232, 62, 51, 0.5);
    background-color:#fff;	
    min-height:90px;
	max-height:90px;
}
.hlh-video-post-widget-header{
	background-color: #fff;
	font-size: 22px;
	color: #292355;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter; 
	line-height: 24px;
	margin: 0px 5px 0px 15px;
	padding-top:10px;
	max-height:80px;
	overflow:hidden;
}
.hlh-video-underline-more{
    text-decoration:underline;
    color:rgba(232, 62, 51, 0.5);
}
.hlh-video-more{
	font-size: 14px;
	line-height: 17px;
	color: #292355;
	background-color: #fff;
	font-family: 'MyriadPro-Regular', 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: normal;
	background-image: url('../images/slant-widget-bottom.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding:0 0 10px 15px;
    margin-bottom:15px;
}
.page-widgets .fourcol:nth-last-of-type(3){
	margin-right: 19px;
}
.page-widgets .fourcol:nth-last-of-type(1){
	float: right;
}
.upcoming-activities-widget h2{
 background: url('../images/activities-header.png') left no-repeat;
 height:50px;
}
.upcoming-activities-widget div{
 font-size:0.9em;
 
}

.upcoming-activities-widget-header{
	/*background-image: url('../images/latest-news-background.png');
	background-repeat: no-repeat;*/
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter;
	color: #fff;
	font-size: 14px;
	padding-left: 10px;
	height: 25px;
	line-height: 1.9;
	margin: 0;
}
.hlh-sites-dropdown-header{
	color:#fff;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter;
	font-size: 18px;
    padding: 12px 0 0 10px;
    letter-spacing: -0.1px;
	background-image: url('../images/darkblue-widget-header-background.png');
	background-repeat: no-repeat;
	height:60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
#category-dropdown{
	width:100%;
	height: 40px;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter;
	font-size: 18px;
	border-radius: 0;
}
#category-dropdown option{
	height: 40px;
}
.widget .fts-jal-single-fb-post{
	background-color: #ddd;
	padding: 0 !important;
}
.fts-jal-single-fb-post > div{
	padding: 10px;
	padding-left: 10px !important;
	margin: 7px 7px -7px 7px;
	background-color: #fff;
}
.widget .fts-jal-single-fb-post a{
	color: #3b5998;
	font-weight: normal;
	font-size: 16px;
}
.fts-jal-single-fb-post > div.clear{
	background-color: #fff;
	padding-top: 20px;
}
.widget .fts-jal-single-fb-post a.fts-jal-fb-see-more{
	color: #3b5998;
	/*width: 100%;*/
	background-color: transparent;
    margin: -7px 7px;
    padding: 0 10px;
    text-align: right;
    position: relative;
    top: 10px;
}
.widget .fts-jal-single-fb-post a:hover{
	text-decoration: underline !important;
}
.widget .fts-jal-single-fb-post a.fts-jal-fb-see-more:hover{
	text-decoration: none !important;
}
.fts-jal-fb-user-name{
	font-weight: normal;
	font-size: 14px;
}
.fts-jal-fb-link-wrap{
	border: 1px solid #ddd;
	padding: 0 10px;
}
.widget .fts-jal-fb-description-wrap{
	max-width: 100%;
}
/* fix mobile and iframe map widget */
.inner-body-content .google-map-iframe{
	margin-bottom: 300px;
}
.inner-body-content .google-map-iframe iframe{
	float: none;
}
.google-map-iframe .map-info-panel{
	position: absolute;
	display: block;
    width: 100%;
    height: auto;
    background: #fff;
    top: 300px;
}
@media only screen and (min-width: 1000px){
	.inner-body-content .google-map-iframe{
		margin-bottom: inherit;
	}
	.google-map-iframe .map-info-panel{
		position: inherit;
		width: 30%;
		float: right;
		height: auto;
	}
}
@media only screen and (min-width: 1200px){
	.google-map-iframe .map-info-panel{
		width: 25%;
	}
}

/* widget styles, end */

/* single blog posts styles, start*/
.single-post-featured-image img{
	margin: 1em 0 0 0;
}
.single-post section{
	margin-bottom: 25px;
}  
/* single blog posts styles, end*/

/* slider styles, start */
.metaslider-slider{
	/*max-width: 700px;*/
}
.metaslider div div > ul.slides > li.flex-active-slide > a{
	/*width:100%;
	height:auto;
	max-height: 662px;*/
/*	display: block;
	position: absolute;
	background: transparent;*/
}
.metaslider div div > ul.slides > li.flex-active-slide > a.caption-wrap-anchor{
	/*background: url('../images/slideshow-caption-background.png');*/
}
.caption-wrap-anchor > img{
/*	position: relative;
    z-index: -1;*/
}
.metaslider .caption-wrap{
	/*background: inherit!Important;*/
	/*opacity: 1!Important;*/
	background: rgba(41,35,85,0.8)!Important;
	/*width: 93%!Important;*/
}
.metaslider .caption{
	padding: 1px!Important;
	display: inline;
	line-height: 1;
}
.caption-wrap-after:after{
	content:'More';
	font-family: 'MyriadPro-Regular', 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color:#fff;
	float: right;
	padding-right: 20px;
	text-decoration: underline;
	font-size: 14px;
	padding-bottom: 20px;
}
.flex-direction-nav a{
	width: 40px!Important; 
	height: 40px!Important; 
	margin: 0!Important;
	opacity: 1!Important;
	top: 44%!Important;
}
.flex-direction-nav .flex-next{
	background-position:100% 0;
	right:-5px!Important;
}
.flex-direction-nav .flex-prev{
	left:-5px!Important;
}
.flexslider:hover .flex-next{
	opacity:1!Important; 
	right:-5px!Important;
}
.flexslider:hover .flex-prev{
	opacity:1!Important;
	left:-5px!Important;
}
.caption-first-line{
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:lighter; 
	padding-left:20px;
	padding-bottom:10px;
	font-size:22px;
	letter-spacing:-1px;
}
.caption-second-line{
	font-family:'MyriadPro-Semibold', 'Myriad Pro Semibold', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight:bolder;
	font-size:23px;
	padding-left:20px;
	padding-bottom:0;
	display: inline-block;
	text-overflow: ellipsis;
	/*width: 580px;*/
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
}
#post-not-found input#s{
	border: solid 1px #ccc;
	background-image: none;
	background-color: #eee;
	border-radius: 0;
	width: 200px;
	margin-right: 0;
	color: #000;
}
#post-not-found input#s:focus{
	width: 200px;
}
/* slider styles, end */

/* body styles, end */

/* footer styles, start */
#inner-footer{
	height: auto;
	position: relative;
	background-color: #008da1;
}
.inner-footer-content{
	width: 98%;
	margin: 0 auto;
}
.inner-footer-content .twelvecol{
	overflow: hidden;
}
.inner-footer-content .fivecol, .inner-footer-content .twocol, .inner-footer-content .fourcol, .inner-footer-content .sixcol{
	width: 100%;
	margin: 0 auto; 
}
#twitter-feed{
	background-image: url('../images/light-blue-background.jpg');
	background-repeat: repeat;
	width: 100%;
	height: auto;
	min-height: 150px;
	color:#fff;
	padding: 0 2%;
	margin:2% 0;
	overflow: hidden;
}
#twitter-feed h3{
	font-size: 1.5rem;
	font-family: 'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}
#twitter-feed ul{
	font-size: 1.1rem;
	font-family: 'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding-top: 6px;
}
#twitter-feed > div > div:nth-child(2){
	display: none;
}
li.tweet{
	line-height: 12px;
}
div.tweet-text{
	margin-bottom: 14px;
	max-height: 48px;
	overflow: hidden;
	letter-spacing: 0.099px;
}
@-moz-document url-prefix(){
 div.tweet-text{
  margin-bottom: 10px;
  max-height: 57px;
 }
}
div.tweet-text a{
	color:#fff;
	text-decoration: none;
}
.aptf-tweet-date p.aptf-timestamp{
	margin-top: 0;
}
#footer-newsletter{
	background-image: url('../images/light-blue-background.jpg');
	padding: 0 2%;
	margin: 0 0 2% 0;
	overflow: hidden;
	min-height: 150px;
}
#footer-newsletter p{
	color:#fff;
	margin:0 0 10px 0;
	font-size: 1.2rem;
}
#footer-newsletter a{
	display: inline-block;
	width: 100%;
}
.newsletter-header{
	margin: 0px;
	color: #fff;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif; 
	font-size: 1.5rem;
}
#footer-newsletter img{
	max-height: 105px;
}
#footer-newsletter .mc4wp-form form div#newsletter{
	padding: 0;
	max-width: none;
}
#footer-newsletter .mc4wp-form form div#newsletter input[type="text"]{
	margin: 0;
    line-height: 1.5;
    border-radius: 0;
    width: 80%;
    height: auto;
}
#footer-newsletter .mc4wp-form form div#newsletter input[type="email"]{
    margin: 1% 0 1% 0;
    line-height: 1.5;
    border-radius: 0;
    width: 80%;
    height: auto;
}
#footer-newsletter .mc4wp-form form div#newsletter input[type="submit"]{
	margin: 1% 0 1% 1%;
	line-height: 1.5;
}
#footer-newsletter #mc4wp-form-2, #footer-newsletter .mc4wp-form{
	margin:0;
}
footer form#newsletter-form,footer div#mc4wp-form-1,div#newsletter{
	
}
form > input#newsletter-email,footer div#mc4wp-form-1 input[type="email"].input,div#newsletter input[type="email"].input,div#newsletter input[type="text"]{
/*	min-height: 40px;
	width:190px;
	margin: 6px 3px 0 10px;
	border:0;
	padding-left:10px;
	font-family:'Myriad Pro','Open Sans','Trebuchet MS',Arial,sans-serif;
	color:#333;
	font-weight:lighter;*/
}
/*div#newsletter input[type="text"]{
 margin-top:18px;
}
#newsletter-submit,footer form#mc4wp-form-1 input[type="submit"],div#newsletter input[type="submit"]{
	color:#fff;
	border: 0;
	position:relative;
}*/
.mc4wp-form form div#newsletter{
	padding:2%;
	width: 100%;
    max-width: 500px;
}
.mc4wp-form form div#newsletter input[type="text"]{
	margin: 1%;
    line-height: 2;
    border-radius: 0;
    width: 70%;
    height: 36px;
}
.mc4wp-form form div#newsletter input[type="email"]{
	margin: 1%;
    line-height: 2;
    border-radius: 0;
    width: 70%;
    height: 36px;
    display: inline-block;
}
.mc4wp-form form div#newsletter input[type="submit"]{
	background-image: url('../images/darkblue-background.jpg');
	color:#fff;
	border: 0;
	position:relative;
	margin: 1%;
    line-height: 2;
    border: 1px solid #ccc;
}
.mc4wp-form form div#newsletter input[type="submit"]:hover, .mc4wp-form form div#newsletter input[type="submit"]:active{
	color:#60C3EC;
	border: 1px solid #60C3EC;
}
div#newsletter:not(.main_site){
 height:auto;
 background-size:cover;
}
div#newsletter small{ color:#eee;/*left:10px;*/position:relative; }

/* MAIN SITE SIGNUP WIDGET */
div#newsletter.main_site input[type="email"].input,div#newsletter.main_site{
 float:left;
}
#share{
	background-image: url('../images/light-blue-background.jpg');
	padding: 0 2% 2% 2%;
	margin: 2% 0;
	overflow: hidden;
}
.share-header, .contact-header{
	margin: 0px;
	color: #fff;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif; 
	font-size: 1.2rem;
}
.share-paragraph, .contact-content{
	margin: 0px;
	color: #fff;
	font-family:'MyriadPro-Light', 'Myriad Pro Light', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif; 
	font-size: 1.3rem;
	line-height: 1.3rem;
	letter-spacing: 0.1px;
}
.social-media-row-footer{
	margin:8px 0 0 0;
}
.share-facebook,.a2a_button_facebook{
	/*background-image: url('../images/facebook-logo-blue.png');*/
	/*background-repeat: no-repeat;
	height: 30px;
	width: 30px;*/
	/*height: 60px;
	width: 60px;
*/	display: inline-block;
	margin-right: 16px;
}
.share-twitter,.a2a_button_twitter{
	/*background-image: url('../images/twitter-logo-blue.png');*/
	/*background-repeat: no-repeat;
	height: 30px;
	width: 30px;*/
	/*height: 60px;
	width: 60px;*/
	display: inline-block;
}
.a2a_button_facebook img, .a2a_button_twitter img{
	height: 30px;
	width: 30px;	
}
.footer{
	overflow: hidden;
}
#logo-contact{
	min-height: 150px;
}
.footer-logo{
	text-align: right;
	float: right;
}
.footer-logo img{
	width: 75%;
	min-width: 157px;
	height: auto;
	max-width: 250px;
/*	margin-bottom: 10px;*/
}
#contact{
	background-image: url('../images/light-blue-background.jpg');
	padding:0 2%;
	margin: 0;
	clear: both;
	float: right;
    width: 100%;
    margin-top: 10px;
}
#contact ul{
	margin-top: 2px;
	padding-bottom: 5px;
}
#contact ul li{
	padding-bottom: 0;
	font-size: 1rem;
    line-height: 1.5rem;
}
#contact img{
	display: inline-block;
	float: left;
}
#contact a{
	color: #fff;
	display: block;
	width: 100%;
}
#contact a p{
	display: inline-block;
	margin: 0;
	margin: 8px;
    line-height: 1.1;
}
.footer-member-logo{
	float: right;
	max-width: 184px;
}
.footer-member-logo img{
	width: 100%;
	float: right;
}

/* gallery-video plugin overwrite styles start */
#huge_it_videogallery_container_2 > .element_2 .title-block_2 {
  position: initial;
  padding: 0px 0px 15px 0px;
  -webkit-box-shadow: inset 0 0px 0 rgba(0,0,0,.1);
  box-shadow: inset 0 0px 0 rgba(0,0,0,.1);
}
#huge_it_videogallery_container_2 > .element_2 .title-block_2 h3 {
  font-size: 16px !important;
  line-height: 16px !important;
  color: #008da1;
 }
#huge_it_videogallery_container_2 > .element_2 {
  border: 0px
}
.entry-content img {
  margin: 0 0 0.5em 0;
}
.title-block_2 .button-block{
	display: none!Important;
}
/* gallery-video plugin overwrite styles end */
.nav.footer-nav{
	background-color: transparent!Important;
	/*margin:25px 0px 0px 40px;*/
	margin: 0;
}
.footer-nav a{
	font-size: 14px;
	color: #fff;
	background-color: transparent!Important;
}
.footer-nav li a{
	padding: 10px 16px;
}
.footer-nav li a:hover{
	color: #91c8e0;
}
.credits p{
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 0.1px;
}
.credits p span{
	white-space: pre;
}
/*#menu-footer-menu > .menu-item:before{
	position: absolute;
	content: ' | ';
	font-size: 10px;
	color:#fff;
	padding-top: 12px;
}*/
#menu-footer-menu > .menu-item:nth-child(1):before{
	content: ' ';
}

/* footer styles, end */

/* E-Commerce / WooCommerce */
.sku_wrapper{ display:none !important; }
input:focus { outline:none !important; }

/* END E-Commerce/WooCommerce */

/* FACEBOOK */
.fb_url{ max-width: 200px;
overflow: hidden;
display: block; }
.widget_facebook-like-box,.fb_iframe_widget{
 float:left;
 width:100% !important;
}
.widget_facebook-like-box span:first-child{
 width:100% !important;
}
.widget.widget_facebook-like-box iframe{
 width:100% !important;
 max-width:100% !important;
}
#advanced_fb a:link:last-child{ display:none; }
#advanced_fb h1{ display:none; }

/* END TEAL NAVIGATION */


/* EVENTS - In Body of Page */
section.entry-content .event-entry{ width:48%;float:left;margin-right:1%;clear:none !important;margin-top:15px; }
section.entry-content .event-desc{ padding-top:2px; }

/* EVENTS - In Widgets */
.widget_upcoming_activities_widget div{ float:left; }
.widget_upcoming_activities_widget h2{ margin-bottom:10px;font-size:16px;line-height:45px; }
.widget_upcoming_activities_widget h2 a{ color:#fff;padding-right:10px;font-size:14px; }
.widget_upcoming_activities_widget .event-entry,section.entry-content .event-entry{ padding:0 !important;background:#fff;margin-bottom:10px; }
.widget_upcoming_activities_widget .event-date,.widget_upcoming_activities_widget .event-desc,section.entry-content .event-date,section.entry-content .event-desc{ height:45px; }
.widget_upcoming_activities_widget .event-date,section.entry-content .event-date{ width:45px;color:#fff;background:#292355;text-align:center;font-size:14px;line-height:15px;padding-top:9px; }
.widget_upcoming_activities_widget .event-date span,section.entry-content .event-date span{ font-size:26px;line-height:15px;padding-top:12px; }
section.entry-content .event-desc{ width:175px;padding:10px;font-size:1.2em;line-height:1.2em;padding:2px 5px 7px 5px; }
section.entry-content .widget_upcoming_activities_widget .event-desc{ width:175px;padding:10px;font-size:1.2em;line-height:1.2em;padding:5px 5px 7px 5px; }
section.entry-content .widget_upcoming_activities_widget .event-entry{ width:100%;margin-top:0; }

/* MailChimp Header */
.widget.widget_mc4wp_widget{
 width:100%;
 float:left;
}
.widget.widget_mc4wp_widget h4.widgettitle{
 background: url('/wp-content/plugins/survey-gizmo/mailchimp-widget-header.png') left no-repeat;
 text-indent: -99999px;
 height: 57px;
 border-bottom: 0;
 background-size: 100% !important;
 width: 100%;
 display: block;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position:relative;
  z-index:2;
}
.widget.widget_mc4wp_widget div.form{ background: #fff;
padding: 1px 10px 10px 10px;
border: 2px solid #b22 !important;
border-radius: 0 0 2px 2px;
border-top: 0 !important;
margin-top: -25px;
z-index: 0;
float:left;
width:100%;
position: relative }
.widget.widget_mc4wp_widget div.form input[type="email"]{ height:30px;border-radius:2px;border:1px solid #ccc;padding:5px;color:#333; }
.widget.widget_mc4wp_widget div.form input[type="submit"]{ background:#b22;color:#fff;border:0;border-radius:2px;float:right;height:30px;width:40%; }

/* Breadcrumb */
span.breadcrumb,nav.woocommerce-breadcrumb{ background:#efefef;padding:2px 10px 2px 10px;border-radius:3px;margin-bottom:15px; }
span.breadcrumb a,span.breadcrumb a:visited,nav.woocommerce-breadcrumb a,nav.woocommerce-breadcrumb a:visited{ color:#074B66 !important; }
.woocommerce .woocommerce-breadcrumb{ background:#fff;margin-top:10px;padding:3px 0 0 5px; }

/* Search Results */
h2.globalblog_title{ display:none; }
.globalsearch_header{ margin:0 5px; }
.globalsearch_post{ border:1px solid #eee;box-shadow:0 0 5px #eee;border-radius:3px; }
.globalsearch_post h2{ margin:0 0 5px 0;background:#eee;padding-left:7px;border-radius:2px; }
.globalsearch_post h2 a,.globalsearch_post h2 a:active,.globalsearch_post h2 a:focus{ color:#333;text-decoration:none;font-weight:bold; }
.globalsearch_post h2:after{ content:'<< click title to read';font-size:10px;float:right;padding-right:15px; }
.globalsearch_content{ line-height:100%;margin:0 0 -5px 0;padding:5px 0 0 5px; }
.globalsearch_content .entry p{ margin:0 0 5px 0; }
.globalsearch_content .entry p:last-of-type:not(.show-this){ display:none; }
.globalsearch_post div.show-this{ display:block;clear:both;padding-right:5px;text-align:right; }

/* admin tweaks */
input[name="delete_wpcf7"]{ display:none !important; }

/* Fix Image Margins in Tables */
.entry-content table img{ margin:0 0 0 0 !important; }

/* Fix Bullet Points in Content */
.entry-content ul{ margin-left:20px; }
.entry-content ul,.entry-content ul li{
 list-style-type:square !important;
}
.entry-content a{ color:#c22 !important; }
.entry-content a:hover,.entry-content a:active{ text-decoration:underline; }

/* FORMER MOBILE.CSS */

/* TWITTER */
.aptf-template-1 .aptf-tweet-content{ padding:4px !important; }
.aptf-template-1{ font-size:11px !important; }
.aptf-single-tweet-wrapper{
	margin-bottom: 2px;
}
.aptf-single-tweet-wrapper a{ color:#fff !important; }
.aptf-tweet-box{font-size:1.1rem;}
.aptf-single-tweet-wrapper .aptf-tweet-box a{ color:#148DA0 !important;font-size:1.1rem;}
.aptf-single-tweet-wrapper .aptf-tweet-actions a{ color:#148DA0 !important; }
a.aptf-tweet-name, .aptf-tweet-date a{font-size:1.1rem;}
#learndash_course_content{ margin-top:65px; }
/* Paid Content Tweaks */
input[name="sfwd_mark_complete"]{ background-color:#148DA0 !important;color:#fff;padding:5px;border-radius:3px;float:right;clear:both;border:0;}
.learndash_join_button,input.btn-join{ float:right;clear:both;margin-bottom:25px; }
.single-sfwd-courses .addtoany_share_save_container{ display:none; }
.page-template-page-paid-content p.vcard{ display:none; }
h2.ld-entry-title{ font-weight:normal;text-transform:capitalize;text-decoration:underline;font-size:1.2em; }
.ld-entry-content{ background:#eee;padding:5px 15px; }


@media screen and (min-width:1000px){ /* minor tweak - responsive CSS is in mobile.css */
 body.home nav{  }
 .widget.widget_nav_menu li{ max-width:100%;margin-bottom:0;border-bottom:1px solid #ccc; }
 
 .widget.widget_nav_menu li a{ display:inline-block;width:100%;max-width:100%; }
 header.header nav ul#menu-header-menu.nav.top-nav, header nav ul.top-nav,#menu-header-menu{ max-height:none !important;margin-bottom:1px;width:100%;position:relative;}
 iframe.youtube{ height:400px !important;width:100% !important; }
}

/* fix tables on mobile, override css in mobile.css line 197. Add this class to table for fix: mobile-table*/
@media screen and (max-width: 534px) and (min-width: 320px){
	section table.mobile-table td {
		display: table-cell;
    	float: none;
	}
}


@media only screen and (min-width: 440px){
	.hlh-blog-post-featured-img-thumbnail{
		height: 280px;
	}
}

@media only screen and (min-width: 600px){
	.inner-footer-content .twelvecol{
		overflow: visible;
	}
}

@media only screen and (min-width: 768px){
	.nav li {
	    float: none;
	    position: relative;
	}
	#sidebar{
		padding-right: 1%;
		max-width: none;
	}
	#inner-footer{
		background-image: url('../images/footer.png');
		width:100%;
		background-position: center top;
		background-repeat: no-repeat;
	    -webkit-background-size: cover; 
	    -moz-background-size: cover; 
	    -o-background-size: cover; 
	    background-size: cover;
		/*height: 500px;*/
		height: auto;
	}
	.inner-footer-content{
		width: 94%;
		margin: 0 3%;
	}
	#footer-newsletter p, .share-paragraph, .contact-content{
		font-size: 0.9rem;
		line-height: normal;
	}
	.aptf-single-tweet-wrapper .aptf-tweet-box a, .aptf-tweet-box{
		font-size:0.99rem;
		line-height: normal;
	}
	a.aptf-tweet-name, .aptf-tweet-date a{
		font-size:0.9rem;
	}
	#contact ul li{
		font-size: 0.8rem;
	    line-height: 1.2rem;
	}
}
@media only screen and (min-width: 900px){
	#contact ul li{
		padding-bottom: 0;
		font-size: 0.9rem;
	    line-height: 1.3rem;
	}
}
@media only screen and (min-width: 1000px){
	body{
		/*font-size:18px;*/
	}
	.inner-header{
		background-image: url('../images/header.jpg');
		width:100%;
		/*max-width: 1020px;
		height: 131px;*/
		background-position: center top;
		background-repeat: no-repeat;
	    -webkit-background-size: cover; 
	    -moz-background-size: cover; 
	    -o-background-size: cover; 
	    background-size: cover;
		height: 150px; /*fallback for browsers that don't support vw*/
		-webkit-height: 10vw;
		-moz-height: 10vw;
		-ms-height: 10vw;
		-o-height: 10vw;
		height: 10vw; /* was 9.1vw with old logo */
	}
	.header-logo{
		background-image: url('../images/high_life_MLB_REVERSE_RGB.png');
		background-repeat: no-repeat;
		-webkit-background-size: contain; 
	    -moz-background-size: contain; 
	    -o-background-size: contain; 
		background-size: contain;
		background-position: 8%;
		background-position-y: 8%;
    	margin: 1.1% 0 0 0;
		height: 110px; /*fallback for browsers that don't support vw*/
		-webkit-height: 8vww; 
		-moz-height: 8vw;
		-ms-height: 8vw;
		-o-height: 8vw;
		height: 8vw; /* was 6.9vw with old logo */
	}
	.nav li {
	    float: left;
	    position: relative;
	}
	.footer-nav li a{
		padding: 10px 10px;
	}
	.inner-footer-content .sixcol{
		width: 33.618784527%;
		margin-top: 30px;
	}
	.inner-footer-content .fivecol{
	    width: 40.055248616%;
	    margin-top: 30px;
	}
	.inner-footer-content .fourcol{
		width: 31.491712705%;
		margin-top: 30px;
	}
	.inner-footer-content .twocol{
		width: 32.8%;
		margin-top: 30px;
		float: right;
		max-width: 310px;
	}
	.aptf-single-tweet-wrapper{
		margin-bottom: 5px;
	}
	.aptf-single-tweet-wrapper .aptf-tweet-box a, .aptf-tweet-box{
		font-size: 0.9rem;
		line-height: inherit;
	}
	.hlh-blog-post-excerpt p{
		font-size: 1.35rem;
	}
	.hlh-blog-post span.readmore a{
		font-size: 1.35rem;
	}
	#inner-footer{
		height: auto;
	}
	.inner-footer-content .fourcol:nth-child(2){
		margin-left: 1%;
		margin-right: 1%;
	}
	#twitter-feed, #footer-newsletter{
		margin:0;
	}
	#contact:hover{
		background-image: url('../images/light-blue-background-hover.jpg');
	}
	.share-header, .contact-header{
		font-size: 1.5rem;
	}
	#contact ul li{
		padding-bottom: 0;
		font-size: 1rem;
	    line-height: 1.5rem;
	}
}
@media only screen and (min-width: 1100px){
	.footer-nav li a{
		padding: 10px 12px;
	}
	#contact ul li{
		font-size: 1.1rem;
	    line-height: 1.7rem;
	}
}
@media only screen and (min-width: 1200px){
	body{
		/*font-size:22px;*/
	}
	#main{ /*make #main eightcol the width of ninecol*/
		width:70.30939226%;
	}
	#sidebar{ /*make #sidebar fourcol the width of threecol*/
		width: 26.928176794%;
		max-width: 420px;
	}
	#footer-newsletter p a, #footer-newsletter p{
		font-size: 1.2rem;
	}
	.contact-content{
		font-size: 1.4rem;
	}
	#share{
		width: 100%;
		height: auto;	
	}
	.share-paragraph{
		font-size: 1.5rem;
		line-height: normal;
	}
	.hlh-blog-posts-box > div:nth-child(odd){
		width: 48%;
		display: inline-block;
	}
	.hlh-blog-posts-box > div:nth-child(even){
		width: 48%;
		display: inline-block;
		float: right;
	}
	.post-type-archive #main article.type-hlh_events:nth-child(odd){
		width: 48%;
		display: inline-block;
	}
	.post-type-archive #main article.type-hlh_events:nth-child(even){
		width: 48%;
		display: inline-block;
		float: right;
	}
}
@media only screen and (min-width: 1300px){
	footer .footer-nav-div ul.footer-nav li a{
		font-size: 1rem;
	}
	.nav li a, .widget.widget_nav_menu li a{
		font-size: 1rem;
		line-height: 1rem;
	}
	.newsletter-header, .share-header, .contact-header{
		font-size: 1.7rem;
	}
	#twitter-feed h3{
		font-size: 1.7rem;
	}
	a.aptf-tweet-name, .aptf-tweet-date a{
		font-size:1.1rem;
	}
}
@media only screen and (min-width: 1350px){
	
}
@media only screen and (min-width: 1400px){
	
}
@media only screen and (min-width: 1500px){
	#main{ /*make #main eightcol the width of ninecol*/
		width:74.30939226%;
	}
	#sidebar{ /*make #sidebar fourcol the width of threecol*/
		width: 22.928176794%;
	}
	.item{
		width:32%;
	}
	footer .footer-nav-div ul.footer-nav li a{
		font-size: 1.1rem;
	}
	.footer-nav li a{
		padding: 10px 16px;
	}
}
@media only screen and (min-width: 1800px){
	.hlh-blog-posts-box{
		max-width: 1100px;
		display: block;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 2099px){
	article .skew-article:before, .health-and-wellbeing-more:after, .latest-news-more:after{
	position: relative;
	}	
}
/* browser hack ahoy! Internet Explorer 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.inner-footer-content{
		position: relative;
		overflow: visible;
	}
}
/* browser hack ahoy! Internet Explorer 8 & 9 */
.inner-footer-content{
	position: relative\0/;
	overflow: visible\0/;
}
.inner-footer-content .fivecol:nth-child(2), .inner-footer-content .twocol{
	/*margin: 0 0 0 5px\0/;*/
}

