/*
Theme Name: Talk 2014
Theme URI: http://blog.nature.com/conservancy
Author: smashLAB
Author URI: http://smashlab.com
Description: Developed for The Nature Conservancy
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: talk2014
Domain Path: /languages/
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.

 talk2014 is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
    height: 100%;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
    position: relative;
    overflow: hidden; /* For oversize ads */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
    padding-top: 50px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
.entry-content > blockquote,
.entry-content .tm-click-to-tweet{
    color: #5c6d36;
    font-size: 1.25em;
    font-family: 'Merriweather', serif;
    font-weight: bold;
    font-style: italic;
	margin: 0 auto 1.5em auto;
    text-align: left;
    width: 80%;
    max-width: 600px;
	padding: 0;
}

blockquote p{
    margin: 0;
}

blockquote cite {
    color: #8d8d7a;
    font-size: 14px;
    font-style: normal;
    display: block;
    margin-top: 0;
}

blockquote cite:before {
    content: "\2014 \2009";
}

address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
    margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
    list-style-position: inside;
}

.entry-content li{
    margin-bottom: 1em;
    margin-left: 1.1em;
}

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. */
    display: block;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb; 
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
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;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
    border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;

}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 8px 15px;
    margin-right: 5px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999;
    font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #999;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #404040;

    text-decoration: none;
    transition: background-color 250ms;
}

.content-area a{
    background-color: #f8ee90;
}

.content-area .headerContent a{
    background-color: transparent;
}

/*
.entry-content a[href^="http://"]:after,
.entry-content a[href^="https://"]:after{
    content: url(images/external-link.png);
    margin: 0 0 0 3px;
    position: relative;
    top: 0px;
}

.entry-content a[href*="blog.nature.org/conservancy"]:after,
.entry-content a[href*="talk.smashlab.com/conservancy"]:after,
.entry-content a[href*="talk.smashlab.local/conservancy"]:after{
    content: "";
    margin: 0;
}
*/


a:visited {
    color: #404040;
}
a:hover,
a:focus,
a:active {
	color: #404040;
}

.content-area a:hover{
    background-color: #EAD247;
}

.content-area .headerContent a:hover{
    background-color: transparent;
}

.content-area .headerContent .author a:hover{
    text-decoration: underline;
}

.slice{
}

.socialLinks li{
    display: inline-block;
    list-style: none;
}

.socialLinks a,
a.sprite{
    position: relative;
    background-image: url(images/sprite.png);
    text-indent: 100%;
    height: 45px;
    width: 55px;
    overflow: hidden;
    display: inline-block;
}

.globalNav .socialLinks a,
.site-header .socialLinks a,
a.sprite{
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 75px;
    text-indent: 999em;
    height: 45px;
    width: 25px;
    overflow: hidden;
    display: inline-block;
    box-sizing: content-box;
    padding: 0;
    white-space: nowrap;
}

.mastheadMobileBottom ul.socialLinks a{
    background-size: auto 125px;
    width: 40px;
}

a.facebookRev{
    background-position: -267px 6px;
}

a.gplus{
    background-position: -305px 6px;
}

a.twitter{
    background-position: -41px 6px;
}

a.rss{
    background-position: -232px 6px;
}

a.subscribe{
    background-position: -81px 6px;
}

a.btnSearch{
    background-position: -193px 6px;
}

.mastheadMobileBottom a.facebookRev{
    background-position: -8px -10px;
}

.mastheadMobileBottom a.twitter{
    background-position: -70px -10px;
}

.mastheadMobileBottom a.subscribe{
    background-position: -135px -10px;
}

.mastheadMobileBottom a.rss{
    background-position: -385px -10px;
}

.mastheadMobileBottom a.gplus{
    background-position: -511px -10px;
}


.talk2014_sharing{
    margin: 1em 0 1em;
}

.talk2014_sharing a,
.talk2014_sharing>span{
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-position: center;
    opacity: 0.6;
    background-color: transparent;
    text-indent: -999%;
    margin-right: 15px;
    margin-bottom: 1em;
    transition: opacity 250ms;
    cursor: pointer;
    vertical-align: top;
}

.talk2014_sharing>span>span{
    display: none !important;
}

.talk2014_sharing a:hover,
.talk2014_sharing>span:hover{
    background-color: transparent;
    opacity: 1;
}

.talk2014_donate{
    margin: 0 0 4em 0;
}

.talk2014_donate a{
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
}



.talk2014_twitter{
    background-image: url(images/btn-twitter.png);
}

.talk2014_facebook{
    background-image: url(images/btn-facebook.png);
}

.talk2014_linkedin{
    background-image: url(images/btn-linkedin.png);
}

.talk2014_email{
    background-image: url(images/btn-mail.png);
}

.talk2014_sharing .talk2014_comments{
    background-image: url(images/btn-comments.png);
    text-indent: 0;
}

.countWrapper {
    display: inline-block;
    position: relative;
}

.count {
    position: absolute;
    top: 20px;
    right: -2px;
    color: #fff;
    font-weight: 600;
    padding: 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding-right: 19px;
}



/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.site-header {
	clear: both;
	display: block;
	width: 100%;
}
.site-header ul {
	list-style: none;
	margin: 0;
}

.site-header ul ul {
	position: relative;
}
.site-header ul ul ul {
	display: none;
}

.main-navigation ul ul li {
    position: relative;
    overflow: hidden;
}
#menu-main-nav ul li a{
    text-transform: none;
}

#menu-main-nav ul li:after{
    content: "";
    display: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin: 0 10px;
}

#menu-main-nav .open ul li:after{
    display: block;
}

#menu-main-nav ul li:last-of-type:after{
    display: none;
}

#menu-main-nav ul li.current-menu-item a:before,
#menu-main-nav ul li.current-post-ancestor a:before{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    position: absolute;
    content: "+";
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    line-height: 50px;
}

#menu-main-nav .open ul li.current-menu-item a:before,
#menu-main-nav .open ul li.current-post-ancestor a:before{
    top: -5px;
    content: "–";
}


#menu-main-nav ul li.current-menu-item a,
#menu-main-nav ul li.current-post-ancestor a{
    text-transform: uppercase;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul a:hover {
}
.main-navigation ul li.open > ul {
	left: auto;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a,
.main-navigation .current-post-ancestor a,
.main-navigation li:hover{
    background-color: #769741;
}

#menu-main-nav ul li.current_page_item:after,
#menu-main-nav ul li.current-menu-item:after,
#menu-main-nav ul li.current-post-ancestor:after,
#menu-main-nav li:hover:after{
    border-bottom: none;
}

.main-navigation .current_page_item,
.main-navigation .current-menu-item,
.main-navigation .open .current-post-ancestor,
.main-navigation .open li:hover{

    border-top: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    z-index: 5;
}

.main-navigation .open .current_page_item,
.main-navigation .open .current-menu-item,
.main-navigation .open .current-post-ancestor,
.main-navigation .open li:hover{
    margin-top: -1px;
}

.main-navigation .open .current_page_item:first-of-type,
.main-navigation .open .current-menu-item:first-of-type,
.main-navigation .current-page-item:first-of-type:hover,
.main-navigation .current-menu-item:first-of-type:hover{
    margin-top: 0;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


.globalNav{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    z-index: 4;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    /*background-color: rgba(0,0,0,0.75);*/
    background-color: #221f1f;
}

.menu a .wide{
    display: none;
}


.admin-bar .globalNav{
    margin-top: 32px;
}

.admin-bar #masthead,
.admin-bar #mastead-mobile{
    margin-top: 32px;
}


.globalNav ul{
    padding: 0;
    margin: 0;
    margin-left: 15px;
}

.globalNav li{
    list-style: none;
    display: inline-block;
    line-height: 3.5;
}

.globalNav li a{
    color: #fff;
    padding: 5px 8px;
    text-decoration: none;
    font-weight: 600;
    background-color: transparent;
    opacity: 0.75;
    transition: all 250ms;
}

.globalNav li a:hover,
.globalNav li.current-menu-item a{
    opacity: 1;
    transition: all 0s;
}



.globalNav .label, .mobileNavContainer .label{
    font-style: italic;
    color: #fff;
}

.globalNav .alsoVisit{
    margin: 0 -5px 0 10px;
}

.menu-global-nav-menu-container{
    position: relative;
    left: 25px;
    top: 0;
}

.globalNav .rightContainer{
    position: absolute;
    right: 25px;
    top: 0;
    text-align: right;
}

.globalNav .searchContainer{
    position: absolute;
    right: 0;
    top: 9px;
}

.site-main .search-field{
    width: 40%;
}

.mastheadMobileTop .search-form{
    position: absolute;
    top: 9px;
    z-index: 10;
    right: 0px;
    left: 0;
    width: 50%;
    margin: auto;
    min-width: 220px;
    display: none;
}

.search-open .mastheadMobileTop .search-form{
    display: block;
}

.search-open .mastheadMobileTop .search-field{
    opacity: 1;
}

.search-open .mastheadMobileTop .btnSearch{
    display: none;
}

.search-form .btnSearch{
    display: none;
}

.search-open .search-form .btnSearch{
    display: block;
}

.globalNav .search-field,
.site-header .search-field{
    position: absolute;
    right: 0;
    top:0;
    border: none;
    border-radius: 3px;
    width: 200px;
    right: -250px;
    opacity: 0;
    transition: all 200ms;
    padding: 5px 10px;
    background-color: #aaa;
    color: #fff;
    font-family: "Open sans";
    font-weight: 600;
    box-shadow: 0 0 10px 5px #404040;
}

.site-header .search-field{
    right: 0;
    width: 100%;
}

.search-field-header::-webkit-input-placeholder {
    color: #ddd;
}

.search-field-header:-moz-placeholder { /* Firefox 18- */
    color: #ddd;
}

.search-field-header::-moz-placeholder {  /* Firefox 19+ */
    color: #ddd;
}

.search-field-header:-ms-input-placeholder {
    color: #ddd;
}

.globalNav .search-field:focus{
    outline: none;
}

.search-open .globalNav .search-field{
    right: -6px;
    opacity: 1;
}

.searchContainer .btnSearch{
    position: absolute;
    top: 3px;
    right: 0px;
    height: 25px;
    background-position: -193px -6px;
}

#masthead{
    display: none;
    position: fixed;
    height: 100%;
    width: 300px;
    left: 0;
    top: 50px;
    z-index: 10;
    border-right: 1px solid #a0a1a1;
    z-index: 5;
    /*transition: width 1s;*/
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translate3d(0, 0, 0);
}


#mastheadWrapper {
    height: 100%;
}

#mastheadWrapperTop{
    width: 100%;
    top:0;
}

.logoBlock{
    position: relative;
    display: table-cell;
    background-color: #3D6D32;
    width: 75%;
    height: 140px;
    color: #fff;
    padding: 10% 15px;
    vertical-align: middle;
    /*transition: height 1s;*/
    overflow: hidden;
}

.logoBlock.hasSecondaryImage{
    background-color: #999;
}

.btnTNC{
    margin: 0px 0 -5px;
}

.globalNav li.tnc{
    vertical-align: top;
    margin-left: 10px;
    top: 5px;
    position: relative;
}

.globalNav li.tnc a{
    background: none;
    width: auto;
    height: auto;
    opacity: 1;
}

li.tnc img{
    width: 105px;
}


#mastead-mobile .btnTNC img{
    width: 125px;
}

#mastead-mobile .btnTNC{
    top: -2px;
    background-image: none;
    text-indent: 0;
    width: auto;
    height: auto;
    overflow: hidden;
}

.logoBlock img{
    display: block;
    margin: auto;
}

.logoBlock a{
    opacity: 1;
    text-align: center;
    display: block;
    padding: 0;
    line-height: 1;
    position: relative;
    z-index: 9999;
}

.logoBlock a:hover{
    opacity: 1;
}

.logoBlock .btnHome{

}

.main-navigation{
    background-color: #ECEFE7;
    height: 100%;
}

#menu-main-nav li a{
    display: block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 11px 15px;
    font-size: 18px;
    font-size: 1.8rem;
    opacity: 0.75;
    /*transition: all 250ms;*/
}

#menu-main-nav li a:hover{
    opacity: 1;
    transition: all 0s;
}

.menu-main-nav-container .allStories,
.menu-main-nav-container .editorsChoice,
.menu-main-nav-container .menu-item-object-category{
    max-height: 0;
    transition: max-height 200ms;
    background-color: #688539;
}

#menu-main-nav li:first-of-type,
.closed .menu-item-object-category.current-menu-item{
    border-top: none;
    margin-top: 0;
}

#menu-main-nav li:last-of-type{
    margin-bottom: 0;
    border-bottom: none;
}


.scrollWrapper.open .allStories,
.scrollWrapper.open .editorsChoice,
.scrollWrapper.open .menu-item-object-category,
.menu-main-nav-container .allStories.current-menu-item,
.menu-main-nav-container .editorsChoice.current-menu-item,
.menu-item-object-category.current-menu-item,
.menu-item-object-category.current-post-ancestor{
    max-height: 100px;
}


.main-navigation .voices{
    background-color: #5c6d37;
}

.main-navigation .about{
    background-color: #59843f;
}


.postsIndex{
    background-color: #ECEFE7;
    /*overflow-y: scroll;*/
}

.postsIndex a:hover,
.postsIndex .current a{
    background-color: #fff;
    transition: all 0s;
}

.site-header .postsIndex a:hover h2,
.site-header .postsIndex .current a h2{
    color: #000;
}

.scrollWrapper,
#masthead #ajax-load-more{
    position: relative;
    overflow: hidden;
}


#load-more{
    display: none;
}


/*--------------------------------------------------------------
5.5 Mobile Navigation
--------------------------------------------------------------*/
#mastead-mobile{
    display: block;
    position: fixed;
    top: 0;
    height: 50px;
    background-color: #688539;
    z-index: 20;
    /*transition: height 300ms;*/
    overflow: hidden;
    /*font-family: 'Merriweather', serif;*/
    font-weight: 700;
}

html.nav-open{
    overflow: hidden;
}

.nav-open #mastead-mobile{
    height: 100%;
    overflow-y: scroll;
}

#mastead-mobile a{
    color: #fff;
}

.mainNavButton {
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
    padding: 10px 10px 10px 15px;
    z-index: 11;
    display: block;
    margin: 0;
}
ul.mainNavButton li {
    display: block;
    list-style: none;
    width: 20px;
    height: 1px;
    margin-bottom: 3px;
    background-color: #fff;
    opacity: 0.8;
    border: 2px solid #fff;
    border-radius: 3px;
}

#mastead-mobile{
    -webkit-font-smoothing: antialiased;
    width: 100%;
}

#mastead-mobile .btnHome{
    display: inline-block;
    position: absolute;
    margin: auto;
    width: 75px;
    top: 15px;
    left: 0;
    right: 0;
}

#mastead-mobile .btnHome img{
}

.mastheadMobileTop{
    background-color: #231F20;
    transition: background-color 250ms;
}

.nav-open .mastheadMobileTop{
    display: block;
    height: auto;
    background-color: #58803F;
}

.mastheadMobileBottom{
    /*position: absolute;*/
    width: 80%;
    margin: 20px auto 20px auto;
    left: 0;
    right: 0;
    bottom: 100px;
    border-top: 1px solid rgba(255,255,255,0.3);
    opacity: 0;
    transition: none;
    padding-top: 10px;
}

.mobileNavScroll{

}

.nav-open .mastheadMobileBottom{
    bottom: 50px;
    opacity: 1;
    transition: all 1s;
}

#mastead-mobile .menu-global-nav-container{
    text-align: center;
}

#mastead-mobile .menu-global-nav-container ul{
    display: inline-block;
    margin: 50px auto 0;
    border-top: 1px solid rgba(255,255,255,0.3);
}

#mastead-mobile .menu-global-nav-container li{
    display: inline-block;
}

#mastead-mobile .menu-global-nav-container li a{
    padding: 10px 5px 15px;
    display: block;
}

.mobileNavContainer{
    text-align: center;
}

#mobileMainNav{
    display: inline-block;
}

#mobileMainNav .item-column{
    vertical-align: top;
    display: inline-block;
    padding: 15px 0;
}

#mobileMainNav a{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    padding: 5px 15px;
}

#mobileMainNav li.cgs .label{
    margin: 0 -12px 0 0;
}

#mobileMainNav li.cgs a{
   display: inline;
}

#mobileMainNav li.cgs .wide{
    display: inline;
}

#mobileMainNav li.cgs .narrow{
    display: none;
}


#mastead-mobile .socialLinks{
    text-align: center;
}

.mastheadMobileTop .btnSearch{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 50px;
    top: 11px;
    /*background-size: auto 100px;
    background-position: -255px -5px;*/
    background-position: -190px -2px;
}

.mastheadMobileTop .search-form .btnSearch{
    top: 0;
    right: 4px;
}


/*--------------------------------------------------------------
6.0 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;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------
7.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: 0 auto;
}

.fixed{
    position: fixed;
}

/*--------------------------------------------------------------
8.0 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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.debugPanel{
    position: fixed;
    bottom: 5px;
    right: 20px;
    display: none;
    background-color: rgba(0,0,0,0.75);
    color: #5bb75b;
    padding: 5px;
    font-size: 14px;
    font-family: courier, typewriter, monospace;
    z-index: 1000;
    min-width: 50px;
    line-height: 1;
    font-style: normal;
    border-radius: 5px;
}

.visible .debugPanel{
    display: block;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.site-content{
    word-wrap: break-word;
}


.featureImage img{
    width: 100%;
}

.transparent{
    opacity: 0;
    transition: opacity 125ms;
}

ul.alm-listing{
    margin: 0;
    padding: 0;
    list-style: none;
    transition: opacity 250ms;
}

ul.alm-listing h2{
    margin-bottom: 0.5em;
}

.post-index a{
    background-color: transparent;
}

figure.wp-caption.aligncenter,
figure.wp-caption.alignnone{
    width: 100% !important;
}


figure.wp-caption.aligncenter img,
figure.wp-caption.alignnone img{
    width: 100%;
}

figure.alignnone,
figure.aligncenter{
    float: none;
    display: block;
    margin: 0 auto 2em auto;
}

figure.alignleft{
    float: left;
    display: block;
    margin: 0;
}

figure.alignright{
    float: right;
    display: block;
    margin: 0;
}

figure.alignleft div{
    float: left;
    margin-right: 1.5em;
}

figure.alignright div{
    float: right;
    margin-left: 1.5em;
}

img.size-full{
    width: auto;
}

div img.size-full{
    margin-bottom: 1em;
}



/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.site-main{
    -webkit-transform: translate3d(0, 0, 0);
}

/* prevent awkwardly short lines when text wraps around image */
.site-main p:before {
    content: "";
    width: 10em;
    display: block;
    overflow: hidden;
}

.sticky {
}
.hentry {
	/*margin: 0 0 1.5em;*/
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header{
    margin-bottom: 2em;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-header{
    position: relative;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-top: 3em;
}

.entry-header.withFeatureImage{
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
}

.entry-header.withFeatureImage .headerImage{
    height: 0;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.entry-header.withFeatureImage .headerVideo{
    height: 0;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.featured_video_plus.responsive{
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.btnPlay{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 30%;
    padding-top: 20%;
}

.headerVideo iframe{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.entry-header a{
    text-decoration: none;
    background-color: transparent;
}

.entry-header.withFeatureImage a{

}

.entry-header a:hover{
    background-color: transparent;
}

.content-area h1,
h1.page-title{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.25em;
    letter-spacing: -1px;
}


.content-area h2{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 1em;
}

.content-area h3{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 155px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 1.5em;
}

.content-area h1{
    /*-webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px rgba(0,0,0,0.5);*/
}

.entry-header .secondaryImage{
    display: none;
}

.secondaryImage{
    position: absolute;
    top: 0;
    left: 0px;
    width: 300px;
    height: 200px;
    background-size: 2000px;
    background-position: 25% center;
    opacity: 0;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: blur(5px);
    /*filter: url(blur.svg#blur);*/
}

.entry-header.withFeatureImage .headerContent{
    /*position: absolute;*/
    /*bottom: 40px;
    left: 0;
    right: 0;*/
    margin-top: 2em;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: content-box;
}

.entry-content{
    position: relative;
}

.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > p,
.entry-content > div,
.entry-content > figure,
.entry-content > ul,
.entry-content > ol,
.entry-content > li,
.entry-content > table,
.entry-content > hr,
.entry-content > footer,
.entry-content > section,
blockquote,
div.authorsBlock,
.headerContent,
.sharingButtons,
.entry-content > figure.size-wide-strip > figcaption,
.comments-area,
body.single .comments .sectionwrapper,
.otherpage .site-main{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.entry-content > .size-wide-strip{
    max-width: none;
    width: 100%;
    margin-bottom: 1.5em;
}

div.size-wide-strip img{
    float: none;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0;
}

body.category .site-main,
body.tag-editors-choice .site-main{
    max-width: none;
    width: 100%;
    margin-top: 0;
}

.otherpage .site-main{
    margin-top: 2em;
}


/*
.entry-content,
.entry-footer{
*/
.adWrapper{
    background-color: #e3e4e5;
    padding: 50px 0;
    text-align: center;
	display: none !important;
}


.adContainer{
    margin: 0 auto;
}

.inlineAdContainer{
    float: none;
    width: 300px;
    height: 250px;
    display: block;
    text-align: center;
    margin: 0 auto 1.5em auto;
	display: none !important;
}

.author-list{
    margin-top: 2em;
}

.author-list li{
    list-style: none;
    margin-bottom: 0.25em;
}

.author-list .item-column{
    display: inline-block;
    vertical-align: top;
    width: 40%;
}

.author-list a{
    background-color: transparent;
}

body.author h1{
    margin-bottom: 0.5em;
}


body.author .alm-listing{
    margin-bottom: 5em;
}

body.author .alm-listing h3{
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 700;
}

body.author .ajax-load-more-wrap,
body.tag .ajax-load-more-wrap{
    max-width: 600px;
}

body.tag-editors-choice .ajax-load-more-wrap{
    max-width: none;
}

body.author .site-main .ajax-load-more-wrap a{
    background-color: transparent;
}

body.author .site-main .ajax-load-more-wrap a:hover{
    text-decoration: underline;
}



.post-index{
    max-width: 500px;
    margin-top: 2em;
}

.post-index a{
    background-color: transparent;
    display: block;
}

.post-index a:hover{
    background-color: transparent;
}

.post-index li{
    margin-bottom: 1.5em;
    list-style: none;

}

.post-index li:hover h2,
.post-index .widget_recent_entries a:hover{
    /*background-color: #ECEFE7;*/
    text-decoration: underline;
}

.post-index li h2{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.1;
}

.post-index li .post-meta{
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #8E9093;
    font-size: 13px;
    font-size: 1.3rem;
}

.alm-listing li.hasThumbnail{
    margin-bottom: 1em;
}

.alm-listing li.hasThumbnail a{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.alm-listing li.hasThumbnail .attachment-index-thumb{
    width: 50px;
    height: 50px;
    max-width: 50px;
    display: inline-block;
    border-radius: 3px;
}
.alm-listing li.hasThumbnail .title{
    padding-left: 60px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.alm-listing li.hasThumbnail .placeholder.attachment-index-thumb{
    background-color: #688539;
    position: relative;
}

.alm-listing li.hasThumbnail .placeholder img{
    width: 75%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
}


h2.widgettitle{
    margin-top: 2em;
    margin-bottom: 1em;
}

.references{
    font-size: 75%;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-list{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem
}

.comment-list li{
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px dashed #aaa;
}

.comments-area{
    margin-top: 3em;
}

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

.comments-area cite{
    font-style: normal;
    color: #040402;
}

.comments-area h2{
    margin-bottom: 1em;
}

.comments-area time{
    color: #707070;
}

.comment-respond h3{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #404041;
    margin: 2em 0 1.5em 0;
}

.comment-form .required{
    display: none;
}

.comment-form label{
    display: block;
}

.comment-form input,
.comment-form textarea{
    display: block;
    background-color: #DCDED7;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 15px;
    margin-bottom: 20px;
    transition: background-color 250ms;
    width: 95%;
}

.comment-form input:focus,
.comment-form textarea:focus{
    background-color: #fff;
    border: 1px solid #000;
    transition: background-color 0s;
    outline-color: #3D6D32;
}

button, input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-form .form-submit input{
    background-color: #80B454;
    color: #fff;
    opacity: 0.8;
    border: none;
    box-shadow:  none;
    /*font-family: 'Merriweather', serif;*/
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px 20px;
    border-radius: 2px;
}

button, input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.comment-form .form-submit input:hover{
    opacity: 1;
    box-shadow:  none;
}

.comment-list ol.children{
    margin-left: 2em;
}

.comment-list ol li{
    list-style: none;
}

.comment-list ol.children li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

.entry-content-asset,
div[id^="kaltura_player_"]{
    width: 100%;
    height: 0;
    padding: 0 0 56.25%;
    background: #000;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 1em;
}

.entry-content-asset iframe,
div[id^="kaltura_player_"] iframe,
.entry-content-asset object,
.entry-content-asset video,
.entry-content-asset embed{
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1;
}



/*
.featured_video_plus.responsive .fluid-width-video-wrapper{
    opacity: 0;
}

.featured_video_plus.responsive iframe{
    display: none;
}*/

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    color: #8E9093;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
    margin: 0.75em auto 1em auto;
	text-align: center;
    max-width: 750px;
    width: 90%;
}
.wp-caption .wp-caption-text {
}

.wp-caption em{
    font-style: normal;
}

.wp-caption a:hover{
    background-color: #EAD247;
}

/*--------------------------------------------------------------
12.2 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 {}


.tm-click-to-tweet{
	border: none;
}

.tm-click-to-tweet .tm-ctt-text a {
	margin: 0;
	padding: 0;
	position: relative;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	letter-spacing: normal;
	font-weight: inherit;
	text-decoration: none;
	text-transform: none;
	background-color: transparent;
}

.tm-click-to-tweet a:hover{
	background-color: transparent;
	color: inherit !important;
}

/* ==========================================================================
   Media Queries
   These override the primary ('mobile first') styles.
   ========================================================================== */
/* tablet portrait */
@media only screen and (min-width: 725px) {
    body{
        padding-top: 50px;
        font-size: 15px;
        font-size: 1.5rem;
    }

    #mastead-mobile{
        display: none;
    }

    #masthead{
        display: block;
        width: 200px;
    }

    #menu-main-nav li a{
        font-size: 14px;
        font-size: 1.4rem;
    }

    .globalNav{
        display: block;
    }

    .logoBlock img{
        width: 169px;
    }

    .logoBlock .btnTNC img{
        width: 100px;
        padding: 5px;
    }

    .logoBlock .mask{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 500%; /* for ie */
        background-color: #000;
        opacity: 0.2;
        z-index: 9998;
    }


    body{
        padding-left: 200px;
        /*transition: padding-left 1s;*/
    }



    .menu a .wide{
        display: none;
    }


    .entry-header{
        /*margin-left: -225px;
        margin-right: -35px;*/
        margin-top: 5em;
    }
    /*.entry-header .headerContent{
        margin-left: 225px;
        max-width: 50%;
    }
    */

    .site-main .type-page,
    .otherpage .site-main{
        margin-top: 6em;
    }

    .site-main h1{
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: 700;
        margin-bottom: 0.25em;
        letter-spacing: -1px;
    }

    .entry-header.withFeatureImage .headerContent{
        /*margin-left: 350px;*/
        /*text-shadow: 0 0 8px #000;*/
    }

    .entry-content h1,
    h1.page-title{
        font-size: 38px;
        font-size: 3.8rem;
    }



    .site-header .postsIndex a{
        display: block;
        text-decoration: none;
        padding: 15px;
        border-bottom: 1px solid #CCCEC7;
        font-weight: 600;
        color: #939598;
        font-size: 12px;
        font-size: 1.2rem;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
    }

    .site-header .postsIndex a h2{
        color: #414042;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.25;
        margin-bottom: 0.1em;
    }

    .comment-list{
        font-size: 14px;
        font-size: 1.4rem
    }

    .inlineAdContainer{
        float: right;
        margin: 0 0 0.5em 1.5em
    }

    .comment-form input,
    .comment-form textarea{
        width: auto;
    }

    body.author .alm-listing h3{
        font-size: 18px;
        font-size: 1.8rem;
    }

    .post-index li h2{
        font-size: 18px;
        font-size: 1.8rem;
    }

    .alm-listing li.hasThumbnail .attachment-index-thumb{
        width: 100px;
        height: 100px;
        max-width: 100px;
    }

    .alm-listing li.hasThumbnail .title{
        padding-left: 115px;
    }

}

/* Change to condensed links */
@media only screen and (min-width: 850px) {

    .menu a .narrow{
        display: none;
    }
    .menu a .wide{
        display: inline;
    }

}

/* Desktop */
@media only screen and (min-width: 975px) {
    body{
        font-size: 16px;
        font-size: 1.6rem;
    }


    #menu-main-nav li a{
        font-size: 20px;
        font-size: 2.0rem;
        padding: 11px 30px;
    }

    .globalNav ul{
        margin-left: 25px;
    }


    #menu-main-nav ul li:after{
        margin: 0 20px;
    }


    #masthead{
        width: 300px;
    }

    .logoBlock img{
        width: auto;
    }

    .logoBlock .btnTNC img{
        width: 150px;
        padding: 5px;
    }

    body{
        padding-left: 300px;
    }


    .entry-content h1,
    h1.page-title{
        font-size: 36px;
        font-size: 3.6rem;
    }

    /*
    .entry-header{
        margin-left: -350px;
        margin-right: -100px;
    }*/


    article.type-post h1{
        font-size: 36px;
        font-size: 3.6rem;
        font-weight: 700;
        line-height: 1.1;
        margin-bottom: 0.25em;
        letter-spacing: -1px;
    }

    .site-header .postsIndex a{
        padding: 20px 30px;
    }


    .site-header .postsIndex a h2{
        font-size: 16px;
        font-size: 1.6rem;
    }

    .comment-list{
        font-size: 15px;
        font-size: 1.5rem
    }

}

@media only screen and (min-width: 1100px) {

}


@media screen and (min-height: 500px) and (min-width: 975px) {
    .logoBlock{
        height: 200px;
    }
}

@media screen and (max-width: 782px){
    .admin-bar #masthead,
    .admin-bar #mastead-mobile{
        margin-top: 46px;
    }
    .admin-bar .globalNav {
        margin-top: 46px;
    }
}

@media screen and (max-width: 600px){
    #wpadminbar{
        position: fixed;
    }
}
