

/*
Theme Name: tne_new
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tne_new
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

tne_new is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*CUSTOM FONTS*/

.hidden-container p {
    margin-top: 10px;
}


.dummy-container{
display:block;

width:100%;	
}

.parent-element{
position: relative;
transform-style: preserve-3d;	
}

.element{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);	
}

.loader {
	display:block;
	margin-left:auto;
	margin-right:auto;
    border: 16px solid #f3f3f3; /* Light grey */
    
    border-radius: 50%;
   
 border-top: 16px solid #a84838;
 border-right: 16px solid #568ea0;
 border-bottom: 16px solid #e29218;
 border-left: 16px solid #729a62;

	
	width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@font-face {
    font-family: 'intro_regularregular';
    src: url('fonts/intro_regular-webfont.woff2') format('woff2'),
         url('fonts/intro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  
   font-family: 'particulator';
    src: url('fonts/particulator.eot');
    src: url('fonts/particulator.eot') format('embedded-opentype'),
         url('fonts/particulator.woff2') format('woff2'),
         url('fonts/particulator.woff') format('woff'),
         url('fonts/particulator.ttf') format('truetype'),
         url('fonts/particulator.svg#particulator') format('svg');
  font-weight: normal;
  font-style: normal;
}

.form-headline{
	font-family: "Merriweather";
	font-weight: 600;
	font-size:1.5em;
	color:#a84838;
}

.nf-element[type="button"] {
  
    float:right;
    font-family: "Roboto",sans-serif;
    font-size: 0.8em;
    margin: 0 auto;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
	background-color: #286090;
    border-color: #204d74;
    color: #fff;
}

.feature-video-container{
margin-top:8px;	
}

.video-meta{
float:left;
width:100%;
margin-top:10px;	
}

.video-meta p{
color:#fff;
}

.video-container p{
color:#fff;	
}

.light-grey{
	color:#e2e2e2 !important;
	font-family: "Merriweather";
    width: 100%;
    font-weight: 600;
}

.search-form{
float:right;
width:100%;	
}

.search-form label{
float:left;
margin-top: 3px;
margin-left:5px;
margin-right:5px;
}

.search-form input{
float:left;	
}

.featured-slider{
display:block;	
width:100%;
opacity:0;
float:left;

}

#featured-slider-container{
overflow: hidden;

margin-bottom:15px;	
float:left;
width:100%;

}



.slide-container{
	display: block;
    height: auto;
    position: relative;
    width: 100%;
}

.slide-content{
/*position:absolute;*/
left:0;
bottom:0;
display:block;
width:100%;
color:#fff;
background:rgba(0,0,0,0.7);
padding:5px 10px;	
}

.featured-standfirst p{
	color:#fff !important;
	width:80%;
}

.unslider-nav {
    background-color: transparent;
    display: none;
    position: absolute;
    right: -2px;
    top: 47%;
    transform: rotate(90deg);
}

.unslider-arrow.prev{
	background-color: #fff;
    top: 0;
    color: #000;
    cursor: pointer;
    font-size: 1.5em;
    height: 25px;
    opacity: 1;
    overflow: hidden;
    padding: 0 4px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 25px;
	
}


.unslider-arrow.next{
	background-color: #fff;
    bottom: 0;
    color: #000;
    cursor: pointer;
    font-size: 1.5em;
    height: 25px;
    opacity: 1;
    overflow: hidden;
    padding: 0 4px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 25px;
}

#comments{
    float: left;
    width: 100%;
    margin-top: 1em;
    border-top: 1px solid #e2e2e2;
    padding-bottom: 1em;	
}

.comment-author{
width:50%;
float:left;
	
}

.comment-metadata{
width:50%;
float:right;	
}

.says{
display:none;	
}

.fn{
font-weight:400;
	
}

.comments-title{
	font-size:1em;
	font-family:"Open Sans",sans-serif;
	font-weight:lighter;
	text-transform:uppercase;
	color:#aaaaaa;
	
}

.comment-list{
margin:0;
padding:0;	
list-style-type:none;
}

.comment-reply-title{
display:none;	
}

.comment-notes{
display:none;	
}

.comment-form label{
text-transform:uppercase;
font-weight:lighter;
color:#666;	
}


.comment-form input{
width:100%;	
}

#submit{
background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    font-size: 0.8em;
    margin: 0 auto 0 25%;
    padding: 9px 4px;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
	
}

#submit:hover{
background:#ccc;
}

.nav-previous, .nav-next a{
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
	text-transform:uppercase;
}


.nav-previous a:hover, .nav-next a:hover{
text-decoration:none;
}

.tag-holder {
	font-size:0.9em;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

.tag-holder a{
color:#000;	
}

.nav-title {
   border-right: 2px solid #333;
    border-top: 2px solid #333;
    color: #aaaaaa;
    float: left;
    font-family: "Roboto",sans-serif;
    font-weight: lighter;
    padding: 3px 0 0;
    text-transform: uppercase;
    transform: skew(45deg);
	position: relative;
	width:150px;
	margin-bottom:10px;
}

.nav-title span{
transform:skew(-45deg);	

display:block;
}

.right-column-article p{
    font-family: "Roboto";
    font-size: 1.1em;
    line-height: 1.5;	
}

.article-single-head{
    margin: 5px 0 5px;
    padding: 0;
     font-family: 'Merriweather', serif; 
    /*font-family: "Roboto";*/
    font-size: 1.2em;
    font-weight: 400;
}

.article-single-head a:hover{
text-decoration:none;

}

.nav-previous a:visited{
color:#000;	
}

.nav-next a:visited{
color:#000;	
}

.nav-previous a:hover{
	color:#000;	
text-decoration:none;	
	
}

.nav-next a:hover{
color:#000;	
text-decoration:none;

}

.bottom-stuff{
	float:left;
	width:100%;
margin-top:2em;
padding-top:1em;
border-top:1px solid #e2e2e2;	
}

.bottom-stuff .nav-previous{
text-align:left;	
}

.bottom-stuff .nav-next{
text-align:left;	
}


.home-title{
margin-bottom: 0.3em !important;
    margin-top: 0.4em !important;	
}

.no-padding{
padding:0 !important;	
}

.entry-title{
	margin:0;
	padding:0;
    font-family: 'Merriweather', serif;
	
	
}

.entry-title a{
	
	color:#000 !important;
	text-decoration:none;
}

.entry-title a:hover{
text-decoration:none;
}

.article-title{
	color:#000;
    font-family: 'Merriweather', serif;
	text-decoration:none;
	
}

.art-container p{
margin-top:10px;	
}

#homepage a p{
color:#555;	
}

#homepage a:hover{
text-decoration:none;	
}

.left-article-container a p{
color:#555;	
}

.left-article-container a:hover{
text-decoration:none;	
}


/*THINGS TO THINK ABOUT*/


.stats-boxout{
	position: relative;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  padding:70px 10px 10px;
  background:#f2f2f2;
  margin:20px 0;
}

.stats-boxout:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 70px solid #eee;
  border-left: 70px solid #fff; /*Set to background color, not transparent!*/
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  
}


.stats-boxout > .number{
	font-family: 'Roboto', sans-serif;
	color:#d01f25;
	font-size:2em;
	padding:0;
	margin:5px 0px;
}

.stats-boxout > .info{
	font-family: 'intro_regularregular';
	color:#000;
	font-size:1.5em;
	padding:0;
	margin:0px 0 20px
}

.tag-background{
background:#000;
color:#fff;	
}

.feature-background{
background:#f4f4f5;
color:#333;	
}

.more-articles{
cursor:pointer;	
width:130px;
/*padding:5px 6px;*/
display:inline-block;
color:#fff;

    font-family: 'Roboto', sans-serif;

}

.hidden-container{
	float:left;
	width:100%;
}

.more-articles-text{
	float:left;
	    
		padding:6px;
}



.more-articles .glyphicon-chevron-down{
width:30px;
height:30px;
float:right;
background:rgba(0,0,0,0.3);	
padding:8px 0;
}

.more-articles .glyphicon-chevron-up{
width:30px;
height:30px;
float:right;
background:rgba(0,0,0,0.3);	
padding:8px 0;
}



.article-content{
	 /*border-top: 1px solid #e2e2e2;*/
    float: left;
   /* margin-top: 20px;*/
    
}




.fixed-top 
{
position:fixed;
left:0;
top:0;	
}

.left-side-nav{
float:left;	
}

.nav-arrow{
float:right;	
}

.right-side-buttons{
float:left;	
}

#nav-button{
text-align:center;
vertical-align:central;	
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;	
height:65px;
cursor:pointer;
}

.nav-button-inner{
	display: block;
    margin: 25px auto;
    width: 100px;
}


#floating-nav-bar
{
    width: 100%;
    float: left;
    background: #fff;
    
    z-index: 10000;
	position:fixed;
	left:0;
	top:0;
	border-bottom: 1px solid #e0e0e0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.tne-header-hide {
	height:65px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.tne-header-show {
	height: 65px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}


#hidden-nav{
	width:100%;
	float:left;
	position:fixed;
	z-index: 9999;
	top:0;
	left:0;
	height:40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow:hidden;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #e29218, white, white, #333) repeat scroll 0 0;
}

.hide-nav{
	height: 65px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	
}

.show-nav{
	height: 65px;
	-webkit-transform: translateY(65px);
	-moz-transform: translateY(65px);
	transform: translateY(65px);
}

.hidden-nav-link{
padding-bottom:10px;
padding-top:10px;
text-align:center;
text-transform:uppercase;
transform: skew(45deg);	
border-right:1px solid #e2e2e2;
}

.hidden-nav-link a{
	color: #fff;
    display: block;
    float: right;
    font-family: 'intro_regularregular';
    margin: 0 10px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    transform: skew(-45deg);
    width: 80%;


}

#newsletter_signup{
padding:3em 4em;
position:relative;	
}


#newsletter_signup .nf-form-wrap{
	margin-top:30px;
}

.hidden-nav-link:last-child{
border-right:none;
}

.nf-form-title{
position:absolute;
top:0;
left:0;
width:100%;
background:#404040;
color:#fff;	
}

.nf-form-title h3{
color:#fff;
text-align:center;
font-family:"Roboto";
font-weight:lighter;
text-transform:uppercase;
font-size:0.9em;
margin:15px;
}

.hidden-nav-link a:hover{
color:#ccc;	
}

.more-articles-container{
width:100%;
float:left;
text-align:center;	
padding-top:20px;
border-top:1px solid #fcb800;
position:relative;

}

.more-articles-container:before{
	border-left: 1px solid #fcb800;
    content: "";
    
    height: 700px;
    left: 0;
    min-width: 400px;
    overflow: hidden;
    position: absolute;
    top: -700px;
    transform: skew(45deg);
    transform-origin: 0 100% 0;
    width: 0;
	z-index:-1;
}

.more-articles-container:after{
	border-right: 1px solid #fcb800;
    content: "";
    
    height: 700px;
    min-width: 400px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -700px;
    transform: skew(-45deg);
    transform-origin: 0 100% 0;
    width: 0;
	z-index:-1;
}


.supplement-container{
float:left;
width:100%;
margin-bottom:15px;	
margin-top:15px;
}

.supplement-container a img{
width:100%;
float:left;
}

.cat-title-single{
	
text-transform:uppercase;	


    font-family: 'Roboto', sans-serif;
 font-size:1em; 
}


.art-container{
	float:left;
	width:100%;
	
}


/*swatches */
.technology {color:#e29218; }
.energy {color:#729a62; }
.business {color:#a84838; }
.strategy {color:#568ea0; }
.videos {color:#d01f25 }
.awards {color:#818285; }

.top-technology {border-top: 1px solid #e29218; }
.top-energy {border-top: 1px solid #729a62; }
.top-business {border-top: 1px solid #a84838; }
.top-strategy {border-top: 1px solid #568ea0; }
.top-videos {border-top: 1px solid #d01f25 }
.top-awards {border-top: 1px solid #818285; }

.technology-background {background:#e29218; }
.energy-background {background:#729a62; }
.business-background {background:#a84838; }
.strategy-background {background:#568ea0; }
.videos-background {background:#d01f25 }
.magazine-background{
background:#d01f25	
}
.awards-background {background:#818285; }
.search-background {background:#818285; }
.insight-background {background:#849daa; }
.up-next-background{
background:#d1222d;	
}

.up-next{
color:#d1222d;	
}

.grey-underline{
border-bottom:1px solid #999;	
}

.up-next-head{
padding-bottom:15px;
padding-top:7px;
border-bottom:1px solid #000;	
}

.slide-outer{
overflow:hidden;

width:100%;
background:#2b2d32;
height:430px;
float:left;	
}

.slide-inner{
overflow-y:scroll;
overflow-x:hidden;
margin:0;
padding:0;
float:left;
width:100%;
height:100%;	
}

.video-bottom{
background:#2b2d32;
width:100%;
position:absolute;
bottom:0;
height:40px;
/*border-top:1px solid #fff;*/	
}

#video-head{
width:100%;
height:39px;
float:left;
/*border-bottom:1px solid #fff;	*/
}

#video_hide{
position:absolute;
width:100%;
height:100%;
display:none;
background:#000;	
}

iframe{
	background-color:#2b2d32;
}


#disqus_thread iframe{
	background-color:#fff;
}

.video-item{
    float: left;
    padding: 0 15px;
    cursor: pointer;
	margin-bottom:7px;
}



.supplement-container{
/*I don't know why i did this */
/*display:none;	*/
}


/* Load more ajax css */
.alm-btn-wrap {
    text-align: center;
    padding: 10px 10px 30px;
    overflow: hidden;
    display: block;
}

#load-more{
padding:10px;
border:1px solid #e0e0e0;
background:#fff;
color:#666;	
}

#load-more:hover{
background:#ccc;

}

.supplement-background{
background:#87907D;
}

.insight-icon {width:148px; height:148px; overflow:hidden; float:left; background:url(/wp-content/themes/tnefluid/assets/insight-icon.png) no-repeat;  }
.insight-icon-smaller {width:91px; height:90px; overflow:hidden; float:right; background:url(/wp-content/themes/tnefluid/assets/insight-icon-smaller.png) no-repeat; position:relative; right:-20px; top:105px; z-index:999; }
.black-background {background:#000; }
.browser-upgrade {display:none;}
.left {float:left;}
.right	{float:right; }
.centre-text {text-align:center; }
.hide-form {display:none; }
.display-form {display:block; }
.inline {display:inline; }
.hidden {display:none;}
.alignright {float:right; width:inherit; margin-left:20px;}
.alignleft {float:left; width:inherit; margin-right:20px;}


strong {font-weight:bold;}
em {font-style:italic;}

.color-one { background:#fff; min-height:370px; border-bottom:1px solid #e0e0e0; }
.color-two { background:#fff }
.color-three { background:#fff }

.constrain { max-width:1140px; /*max-width:970px;*/}
.container {position:relative;width:90%; margin:0 auto;z-index:5; /*max-width:960px;*/}

.article-content{
	width: 100%;
}

.category-line{
width:100%;
float:left;
height:9px;	
}

.vid-item{
cursor:pointer;	
}

.vid-item h4{
	color:#333;
}

.vid-item p{
	color:#333;
}

#video_hide_cat{
position:absolute;
width:100%;
height:100%;
display:none;
background:#000;	
}

#player_cat{
	height:700px;
	float:left;
	width:100%;
}

.comment-notes{
float:left;
width:100%;	
}

.h-art-container{
/*border-bottom:1px solid #d2d2d2;*/
padding-top:20px;
padding-bottom:25px;	

overflow:hidden;	
}

.c-art-container{
/*border-bottom:1px solid #d2d2d2;*/
padding-top:20px;
padding-bottom:25px;	
height:450px;
overflow:hidden;	
float:left
}


.sideborders-grey{
border-left:1px solid #d2d2d2;
border-right:1px solid #d2d2d2;	
}

.article-one {width:100%; }
.article-two {width:50%; }
.article-three {width:33.33%; min-height:360px; }
.article-three.inner {min-height:340px;}
.article-boxout {width:66.66%; min-height:360px;  }
.article-four {width: 25%;
max-height: 320px;
overflow: hidden;
min-height: 320px; }
.article-five {width:20%; }

.article-one, .article-two, .article-three, .article-four, .article-five, .article-boxout {margin-top:20px; float:left; }
.right-column {width:25%; float:right; padding-top:0px; position:relative; background:#f9f9f9; box-shadow:0px 2px 2px 1px #e9e9e9; border-radius:0px 0px 2px 2px;}
.twenty-margin {margin-bottom:20px; }
.full-width {width:100%;float:left;}
.three-quarters {width:75%;}
.half-width {width:50%;}


.inner {margin:0px 15px; /* box-shadow:0px 1px 3px #9a9a9a; border-radius:2px 2px 2px 2px; *//* max-width:660px;*/}
.article-border-bottom {/*border-bottom:1px solid #e6e6e6;*/ /*border-top:1px dotted #e0e0e0;*/ float:left; }
.awards-adjust {min-height:0px; border-bottom:none; }
.awards-adjust .color-one {height:250px; min-height:250px;}


.grey-background{
	background:#d2d2d2;
}

.cat-link{
 	color: #fff;
    font-family: 'intro_regularregular';
    font-size: 0.8em;
    font-weight: 100;
    letter-spacing: 0.4px;
    padding: 3px 5px;
    text-transform: uppercase;
}

.cat-link:hover{
	color: #fff;
	text-decoration:none;	
}

.cat-link:visited{
color:#fff;
}

.homepage-link-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;	
}

.homepage-category-container{
width:100%;	
float:left;
position:absolute;
top:0;
left:15px;
}

.homepage-category-link {padding: 15px 5px 15px 5px;
float: left;
font-family: 'Nunito', sans-serif !important;

font-size: 1.5em;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 5px;
line-height: 8px;}

.category-page-category-link {padding: 6px 5px 1px 5px;
float: left;

    font-family: 'Roboto', sans-serif;

font-size: 18px;
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 5px;}
.homepage-category-link:hover {text-decoration:none;color:#fff !important;}
.homepage-category-link:visited{color:#fff !important;}
.padding-10 {padding-right:0px; }


.white-background{

	background:#fff;
	
}

.section-padding{
	
	padding:40px 0;
	
}


/*masthead and menu */

.nav-container{
width:100%;margin:0;padding:0;float:left;
}

.nav-container ul{
float:left;
padding:0;
margin:0;
width:100%;	
/* hacks to make one side slant only */
overflow: hidden;
background: linear-gradient(to right, #e29218, white, white, #333333);
}

.article-share{
	border-top:1px solid #d5d6d6;
	border-bottom:1px solid #d5d6d6;
	padding: 25px 0;
	margin-top:35px;
	margin-bottom: 40px;
}

.article-share ul{
list-style:none;
color:#666;
font-family:"Roboto",sans-serif;
display:inline-block;
padding:0;
margin:0;
width:100%;
}

.sharing_buttons{
	float:right;
}

.author{
float:left;
margin-top:10px;	
}

.top-bar{
	border-bottom:1px solid #e2e2e2;
}

.nav-wrapper {width:75%; height:32px; margin-bottom:20px;}
.masthead-wrapper {height:auto; width:75%; }

#searchform-wrapper {width:25%; margin:0px 0px; height:23px; border-bottom:9px solid #000; }
#menu, #menu-two {width:100%; margin:0px 0px; }

ul.main-menu {width: 100%; }
ul.main-menu li { }
ul.main-menu li a {width:12.5%; list-style:none; display:block; float:left; height:32px; font-family: 'Roboto', sans-serif;text-transform:uppercase; color:#000; }
ul.main-menu li a.technology-min-width {/*min-width:93px; */} 
ul.main-menu li a:hover { color:#e6e6e6; }

ul.main-menu-top li a {width:16.66%;}

.ivory-line{
	
	height:1px; background:#e2e2e2; margin:9px 0px 15px 0px; width:100%;float:left;	
}

.black-line{

height:9px; background:#000; margin:9px 0px 15px 0px; width:100%;float:left;	
	
}

.main-nav{
width:16.66667%;
float:left;	
list-style-type:none;
-webkit-transform: skew(45deg); -moz-transform: skew(45deg); -o-transform: skew(45deg);
border-right:1px solid #e2e2e2;
}



.main-nav:last-child{
border-right:none;
}

.main-nav a{

	text-align:center;
    display: block;
    height: 32px;
	padding:5px;
    font-family: 'intro_regularregular';
	font-weight:300;
	-webkit-transform: skew(-45deg); -moz-transform: skew(-45deg); -o-transform: skew(-45deg);
    text-transform: uppercase;
    color: #fff;	
	
}

.main-nav a:hover {
	color:#fff;
}

.main-nav a:visited {
	color:#fff;
}

.main-nav a:hover{
text-decoration:none;
color:#fff;
}

.mob-nav{
background:#fff;	
}

.mob-nav a{
	
	text-decoration:none;
    display: block;
    height: 32px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #333;	
	
}

.main-nav li{
padding:0;
margin:0;	
}




/* Top tabs for social guff */
ul.top-tabs { width:100%; height:36px; overflow:hidden;margin:10px 0;padding:0; }
ul.top-tabs li {height:36px; line-height:28px; padding:0px 8px; font-family:Arial, Helvetica, sans-serif; font-size:25px; text-transform:uppercase; font-weight:400; float:left; border-right:1px solid #e5e5e5; }
ul.top-tabs li a.twitter {height:36px; background:url(assets/twitter-bird.png) scroll center center no-repeat; width:24px; background-size:24px;  text-indent:-9999px; overflow:hidden; padding:0px; }
ul.top-tabs li a.youtube-logo {background:url(assets/youtube-logo-top-bar.png) scroll 0px 7px no-repeat; width:52px; background-size:52px;  text-indent:-9999px; overflow:hidden; padding:0px; }
ul.top-tabs li a.about-us {width:52px; border-right:none;  text-indent:0px; overflow:hidden; padding:0px; font-size:12px; font-family:Intro-Bold, Arial, Helvetica, sans-serif; }
ul.top-tabs li a.facebook {background:url(assets/facebook-logo-29x29.png) scroll 0px 3px no-repeat; width:25px; margin-top: 3px; background-size:25px;  text-indent:-9999px; overflow:hidden; padding:0px; }
ul.top-tabs li a.linkedin {background:url(assets/linkedin-logo-25x25.png) scroll 0px 3px no-repeat; width:25px; margin-top: 3px; background-size:25px;  text-indent:-9999px; overflow:hidden; padding:0px; }
ul.top-tabs li a.gplus {background:url(assets/gplus-logo-25x25.png) scroll 0px 3px no-repeat; width:25px; margin-top: 3px; background-size:25px;  text-indent:-9999px; overflow:hidden; padding:0px; }
ul.top-tabs li a.subscribe {width:30px;  text-indent:0px; overflow:hidden; padding:0px; font-size:12px; font-family:Intro-Bold, Arial, Helvetica, sans-serif; }

ul.top-tabs li.latest {font-family: Helvetica, Arial, sans-serif; font-weight:400; font-size:13px; width:695px; text-align:left; color:#9a9a9a; height:39px; overflow:hidden; }
ul.top-tabs li.sign-up {font-family: Helvetica, Arial, sans-serif; font-weight:400; font-size:12px; border-right:none; }
ul.top-tabs li.no-padding { padding:0px 0px;}
ul.top-tabs li.a { }
ul.top-tabs li.a:hover {}

.img-thumb-full{
background-size: cover;
    display: block;
    float: left;
    height: 100%;
    min-height: 356px;
    width: 100%;		
	
	
}

.img-thumb{
background-size: cover;
    display: block;
    float: left;
    height: 100%;
    min-height: 250px;
    width: 100%;	
}

.black{
color:#000;	
}

.home-h{
/*color: #000;*/
    font-family: "Merriweather";
    width: 100%;
    font-weight: 600;
}

/*END STUFF TO THINK ABOYT*/


/*FOOTER*/
.pull-left{
	color:#fff;
}

.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}

.footer {
	background: #000;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #e2e2e2;
	color: #e2e2e2;
	font-size: 18px;
	font-weight: lighter;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
	font-family:"Roboto", sans serif;
}

.footer-padding{
	height:113px;
	width:100%;
	float:left;
	
}

.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
	font-family: 'intro_regularregular';
	
}
.footer a {
	color: #fff !important;
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 30px;
    margin-top: 5px;
    padding: 4px;
    width: 99%;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #404040;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}






/*END OF FOOTER*/

.cd-logo{
    /*margin-top: 5px;
    padding-left: 1%;*/
    float: left;	
}

.cd-header-buttons {
  position: absolute;
    display: inline-block;
    top: 15px;
    right: 1%;
}
.cd-header-buttons li {
  display: inline-block;
}


.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}
.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #000;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #000;
}
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #000;
}
.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 60px;
  right: -260px;
  /*height: 100%;*/
  width: 260px;
 background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 200;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  
}

.mob-nav{
	height:60px;
    box-shadow:0 1px 2px #999
}

.mob-link{
	font-family: 'Open Sans', sans-serif;
	font-weight:1em;
	text-transform:uppercase;
	    text-align: center;
}


.mob-link a:visited, .mob-link a{
color:#000;

/*background:	#fff;*/
}

.mob-link a:hover{
text-decoration:none;	
}

.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  /*color: #666;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}






html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	float:left;
	overflow-x:hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 900;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* No. */
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	
	
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}






/*Bootstrap media queries*/

/*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
       .stats-boxout{
		    width: 100%;
    		float: none;
    		margin-left: 0px;	
		}
	   
	   .homepage-category-link{
		width:90%   
	   }
	   
	   h4.entry-title{
			margin-top:10px;
		}
	   
	    #featured-slider-container{
		height:49rem;	
		}
		
		.footer-padding{
			height:0px;
		}
		
		.slide-content{
position:relative;
		}
		
		.slide-content h3{
		width:100%;	
		}
		
		
		.masthead-container{
		display:none;	
		}
		
		.mob-nav{
			display:block;	
			}
	
				.cd-primary-nav{
		right:-260px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		
  } 
		 
		 .cd-primary-nav.nav-is-visible {
    right:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		box-shadow: 2px 2px 20px #999;
    border-top: 1px solid #e2e2e2;
  }
		
		.mobile-tabs{
	display:none;
	position:relative;
	}
	
	.mobile-tabs-two{
	display:none;
	position:relative;	
	}
	
	.desktop-tabs{
	display:block;	
	}

.site-header-mob{
float:left;
display:block;	
}

#floating-nav-bar
		{
			display:none;
		}
		
		#hidden-nav{
		display:none;	
		}
		
		.article-title{
	font-size:24px;	
	}
    
	.dummy-container{
	min-height:300px;	
	}
	
	.more-articles-container:before{
		display:none;
	}
	
	.more-articles-container:after{
		display:none;
	}
	
	.flat:before{
		display:none;
	}
	
	.flat:after{
		display:none;
	}
	
	.flat-lower:before{
		display:none;
	}
	
	.flat-lower:after{
		display:none;
	}
	
	
	
	.tooltip__base {
	
	bottom: 8em;
	}
	
	.mob-feat{
	bottom:13em;	
	}
	
	.mob-feat a{
		font-size:1em;
	}
	
	}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		.stats-boxout{
		    width: 100%;
    		float: none;
    		margin-left: 0px;	
		}
		
		.homepage-category-link{
		width:90%   
	   }
		
		.slide-content h3{
		width:80%;	
		}
		
		h4.entry-title{
			margin-top:10px;
		}
		
		#featured-slider-container{
		height:49rem;	
		}
		
		.footer-padding{
			height:0px;
		}
		
		.slide-content{
position:relative;
		}
		
		.masthead-container{
		display:none;	
		}
		
		.mob-nav{
			display:block;	
			}
	
				.cd-primary-nav{
		right:-260px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		
  } 
		 
		 .cd-primary-nav.nav-is-visible {
    right:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		box-shadow: 2px 2px 20px #999;
    border-top: 1px solid #e2e2e2;
  }
		
		.home-h{
			font-size:1.2em;	
			line-height:1.4;
			margin-top:10px;
			float:left;
		}
		
		#floating-nav-bar
		{
			display:none;
		}
		
		#hidden-nav{
		display:none;	
		}
		
		.article-title{
	font-size:24px;	
	}
    
	.dummy-container{
	min-height:300px;	
	}
	
	.more-articles-container:before{
		display:none;
	}
	
	.more-articles-container:after{
		display:none;
	}
	
	.flat:before{
		display:none;
	}
	
	.flat:after{
		display:none;
	}
	
	.flat-lower:before{
		display:none;
	}
	
	.flat-lower:after{
		display:none;
	}
	
	.tooltip__content {
	font-size:1em;
	}
	
	.tooltip__base {
	
	bottom: 8em;
	}
	
	.mob-feat{
	bottom:13em;	
	}
	
	.mob-feat a{
		font-size:1em;
	}
	
	}

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .masthead-new {
            width:375px; 
            height:75px;
            background-size: 100%;
        }
		.stats-boxout{
		    width: 50%;
    		float: right;
    		margin-left: 15px;	
		}
		
		.homepage-category-link{
		width:auto;   
	   }
		
		.slide-content h3{
		width:80%;	
		}
		
		h4.entry-title{
			margin-top:5px;
		}
		
		#featured-slider-container{
		height:45rem;	
		}
		
		.footer-padding{
			height:113px;
		}
		
		.slide-content{
position:absolute;
		}
		
		.masthead-container{
		display:block;	
		}
		
		.mob-nav{
			display:none;	
			}
			
				.cd-primary-nav{
		display:none;
		right:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		
  } 
		 
		 .cd-primary-nav.nav-is-visible {
    right:-260px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		box-shadow: 2px 2px 20px #999;
    border-top: 1px solid #e2e2e2;
  }
		
		.home-h{
					font-size:1.2em;
					line-height:1.4;
					float:left;	
				}
		
		#floating-nav-bar
		{
			display:none;
		}
		
		#hidden-nav{
		display:none;	
		}
		
		.article-title{
	font-size:26px;	
	}
    
	.dummy-container{
	min-height:400px;	
	}
	
	.more-articles-container:before{
		display:none;
	}
	
	.more-articles-container:after{
		display:none;
	}
	
	.flat:before{
		display:none;
	}
	
	.flat:after{
		display:none;
	}
	
	.flat-lower:before{
		display:none;
	}
	
	.flat-lower:after{
		display:none;
	}
	
	
	
	.tooltip__base {
	
	bottom: 11em;
	}
	
	.mob-feat{
	bottom:16em;	
	}
	
	.mob-feat a{
		font-size:1.5em;
	}
	
	}

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .masthead-new {
            width:430px; 
            height:86px;
        }
		.stats-boxout{
		    width: 50%;
    		float: right;
    		margin-left: 15px;	
		}
		
		.homepage-category-link{
		width:auto;   
	   }
		
		.slide-content h3{
		width:80%;	
		}
		
		h4.entry-title{
			margin-top:0px;
		}
		
		#featured-slider-container{
		height:45rem;	
		}
		
		.footer-padding{
			height:113px;
		}
		
		.slide-content{
position:absolute;
		}
		
		.masthead-container{
		display:block;	
		}
		
		.mob-nav{
			display:none;	
			}
		
		.cd-primary-nav{
		display:none;
		right:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		
  } 
		 
		 .cd-primary-nav.nav-is-visible {
    right:-260px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		box-shadow: 2px 2px 20px #999;
    border-top: 1px solid #e2e2e2;
  }    
		
		.home-h{
					font-size:1.2em;
					line-height:1.4;
					float:left;	
				}
				
				#floating-nav-bar
		{
			display:block;
		}
		
		#hidden-nav{
		display:block;	
		}
		
		.article-title{
	font-size:36px;	
	}
	
	.dummy-container{
	min-height:400px;	
	}
	
	.more-articles-container:before{
		display:block;
	}
	
	.more-articles-container:after{
		display:block;
	}
	
	.flat:before{
		display:block;
	}
	
	.flat:after{
		display:block;
	}
	
	.flat-lower:before{
		display:block;
	}
	
	.flat-lower:after{
		display:block;
	}
	
	
	.tooltip__base {
	
	bottom: 10em;
	}
	
	.mob-feat{
	bottom:10em;	
	}
	
	.mob-feat a{
		font-size:1em;
	}
		
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		
		.stats-boxout{
		    width: 50%;
    		float: right;
    		margin-left: 15px;	
		}
		
		.homepage-category-link{
		width:auto;   
	   }
		
		h4.entry-title{
			margin-top:0px;
		}
		
		.slide-content h3{
		width:80%;	
		}
		
		#featured-slider-container{
		height:53rem;	
		}
		
		.footer-padding{
			height:113px;
		}
		
		.slide-content{
position:absolute;
		}
		
		.masthead-container{
		display:block;	
		}
		
		.mob-nav{
			display:none;	
			}
		
		.cd-primary-nav{
		display:none;
		right:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		
  } 
		 
		 .cd-primary-nav.nav-is-visible {
    right:-260px;
    -webkit-transition: all 0.3s ease;
    -moz-transition:all 0.3s ease;
        transition: all 0.3s ease;
		box-shadow: 2px 2px 20px #999;
    border-top: 1px solid #e2e2e2;
  }    
		
		.home-h{
					font-size:1.2em;
					line-height:1.4;	
					float:left;
				}
				
				#floating-nav-bar
		{
			display:block;
		}
		
		#hidden-nav{
		display:block;	
		}
    
	
	.article-title{
	font-size:36px;	
	}
	
	.dummy-container{
	min-height:400px;	
	}
	
	.more-articles-container:before{
		display:block;
	}
	
	.more-articles-container:after{
		display:block;
	}
	
	.flat:before{
		display:block;
	}
	
	.flat:after{
		display:block;
	}
	.flat-lower:before{
		display:block;
	}
	
	.flat-lower:after{
		display:block;
	}
	
	
	.tooltip__base {
	
	bottom: 13em;
	}
	
	.mob-feat{
	bottom:13em;	
	}
	
	.mob-feat a{
		font-size:1em;
	}
	
	}



/* Menu icon styles */

.menu-icon-wrapper {
	float:right;
	position: relative;
	display: inline-block;
    width: 34px;
    height: 34px;
	margin:0.8em;
	/*margin: 2em;*/
	pointer-events: none;
	transition: 0.1s;
}

.menu-icon-wrapper.scaled {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.menu-icon-wrapper svg {
	position: absolute;
	top: -33px;
	left: -33px;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.menu-icon-wrapper svg path {
	stroke: #333;
	stroke-width: 60px;
	stroke-linecap: round;
    stroke-linejoin: round;
	fill: transparent;
}

.menu-icon-wrapper .menu-icon-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	pointer-events: auto;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menu-icon-wrapper .menu-icon-trigger:hover,
.menu-icon-wrapper .menu-icon-trigger:focus {
	outline: none;
}

.dummy{

}


.dummy__item {
	height: 3em;
	margin: 0.4em;
	/*pointer-events: none;*/
	/*box-shadow:0 2px 2px #333;*/
	background: #fff;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	width:50%;
	float:right;
	padding:4px;
	border:1px solid #ddd;
}

.dummy__item {
	-webkit-transform: translate3d(100%, 0, 0) translate3d(2em, 0, 0) scale3d(0.5, 1, 1);
	transform: translate3d(100%, 0, 0) translate3d(2em, 0, 0) scale3d(0.5, 1, 1);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.device--alt .dummy__item {
	-webkit-transform: translate3d(0, 260px, 0) scale3d(1, 0.2, 1);
	transform: translate3d(0, 260px, 0) scale3d(1, 0.2, 1);
}

.dummy--active .dummy__item {
	-webkit-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
	transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
}

.dummy__item:nth-child(4),
.dummy--active .dummy__item:first-child {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.dummy__item:nth-child(3),
.dummy--active .dummy__item:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.dummy__item:nth-child(2),
.dummy--active .dummy__item:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.dummy__item:first-child,
.dummy--active .dummy__item:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
