/*
	Theme Name: Understanding Global Change
	Description: This is the custom child theme created for the Understanding Global Change Website. Its parent theme is the Genesis Framework. 
	Author: Trish Roque
	Author URI: http://ucmp.berkeley.edu/
	Version: 1.0
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	/* background-color: #f5f5f5; */
	background-color: #fff;
	color: #666;
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	 font-size: 16px;
	font-size: 1.6rem; font-weight: 300;font-weight: 100;
	line-height: 1.625;*/
	font-size: 18px;
	font-size: 1.8rem;
	
	line-height: 1.8;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #054A59;
	text-decoration: none;
	border-bottom: 1px dotted #054A59;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
	border: 1px solid #AEDFEA;
	padding: 5px;
}

a:hover {
	/* color: #cc4706;
	color: #d8952d; */
	color: #8fa63f;
	border-bottom: 1px dotted #8fa63f;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #777;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 40px;
	font-size: 4rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

article .aside {
	background-color: #EFF6D7;
	padding: 30px;
	padding: 3rem;
	margin: 20px 0;
	margin: 2rem 0;
}
/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
.single-teaching-resource h4.widget-title,
h5,
h6 {
	color: #333;
 	font-family: 'Lora', 'serif';
	font-weight: 400; 
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

.site-header h1 {
	font-family: 'Lora', 'serif';
	font-weight: 400;
	font-size: 32px;
	font-size: 3.2rem;
	text-transform: uppercase;
	
}

h1 {
	font-size: 32px;
	font-size: 3.2rem; 
}



h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4,
.single-teaching-resource h4.widget-title {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.single-teaching-resource h4 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	margin-bottom: .5rem;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	color: #666;
}

.single-teaching-resource h4.widget-title {
	color: #fff;
}
/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.wp-caption a {
	border-bottom: none;
}

img {
	height: auto;
	width: auto; /* IE8 */
}


.entry-content img, .wp-video {
	padding: 5px;
 	/*border: 1px solid #8fa63f; 
	border: 1px solid #d3db2b;*/

}

.page-id-2613 .entry-content img,
.page-id-2496 .entry-content img {
	padding: 0;
	border: none;
}


/** see https://benmarshall.me/responsive-iframes/ **/
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	/* background-color: #333; */
	background-color: #666;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	/* background-color: #f15123; */
	background-color: #d8952d;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}
.site-header input[type="search"] {
	border: 1px solid #ccdc96;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}

table.bgcontent td,
table.bgcontent th {
	border: 1px solid #ddd;
	padding: 6px 10px 10px;
	padding: 0.6rem 1rem 1rem;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
	z-index: 30;
}

/* hhmi interactive embedded page */
.page-id-2056 .site-inner {
	max-width: 100%;
	padding: 40px 60px;
	padding: 4rem 6rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px; 
}


.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* UI TABS WITH ANCHORING IN CPT content page */
#tabs {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #128a80;
	background: #e3eff2;
	color: #222;
	margin: 40px auto;
	margin: 4rem auto;
	}

#tabs .ui-tabs-nav,
#tabs .ui-state-default,
#tabs .ui-state-default a,
#tabs li.ui-state-active, 
#tabs li.ui-state-hover,
#tabs li.ui-state-active a, 
#tabs .ui-state-default a:hover   {
	border: none;
}

#tabs .ui-tabs-nav {
	 background: #044A59;
	/*background: #046e85;	*/
}
#tabs .ui-state-default {
	background: #128a80;
}

#tabs .ui-state-default a {
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
}


#tabs .ui-state-active, #tabs .ui-state-hover  {
	background: #E3EFF2;
}

#tabs li.ui-state-active a, #tabs li.ui-state-default a:hover {
	color: #128a80;
}

#tabs li a {
	color: #054A59;
}

#tabs li a:hover {
	color: #cc4706;	
}

/* Primary Sidebar */

.sidebar-primary {
	font-size: 14px;
	font-size: 1.4rem;
	float: right;
	width: 360px;
	padding-right: 40px;
	padding-right: 4rem;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	padding: 2em;
}
/* sidebar for bg content pages */
.single-background-content .sidebar-primary {
	width: 100%;	
}
/* accordion sidebar kudos http://sridharkatakam.com/how-to-use-jquery-ui-for-accordion-in-wordpress/*/
.accordion .ui-widget {
	font-family: inherit;
	font-size: 1.4rem;
}
section.widget .accord-widget {
	padding: 20px 0;
	padding: 2rem 0;
}

section.widget .summary {
	padding-bottom: 0;
}

.expand-collapse-menu {
	width: 98%;
	text-align: center;
}

.expand-collapse-menu ul {
	display: inline-block; 
	margin: 0 auto 15px; 
}

.expand-collapse-menu li {
	float: left;
}

.expand-collapse-menu li a {
	padding: 8px; 	
	margin: 3px;
	border: 1px solid #8FA63F;
	background:#F0F7D7;
	font-weight: bold;
}

.expand-collapse-menu .top-sb-btns li.accordion-expand-all a {
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}

.expand-collapse-menu .top-sb-btns li.accordion-collapse-all a {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

.expand-collapse-menu .btm-sb-btns li.accordion-expand-all a {
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}

.expand-collapse-menu .btm-sb-btns li.accordion-collapse-all a {
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

.expand-collapse-menu li a:hover {
	background: #fff;
}

.expand-collapse-menu li.current a {
	background: #fff;
	/*color:#d8952d; */
	color: #8fa63f;
}

section.widget .accord-widget h4 {
	margin: -20px 0 20px;
	margin: -2rem - 2rem;
}

.accordion, #accordion, #accordion2, #accordion3, #accordion4 {
    margin: 5px 0;
	margin: .5rem 0;
	font-family: inherit;
	font-size: 14px;
	font-size: 1.4rem;
}

#accordion a:hover, #accordion2 a:hover, #accordion3 a:hover, #accordion4 a:hover {
	color: #a86d12;	
}

#accordion2 {
	margin-top: 0;
}

#accordion2 h4.widget-title {
	margin-bottom: -10px;	
	margin-bottom: -1rem;
}

#accordion2 .ui-accordion-content {
	padding-top: 25px;	
	padding-top: 2.5rem;
}

.ui-accordion-content li {
	margin: 0 15px 8px 20px;
	margin: 0 1.5rem .8rem 2rem;
}
.accordion .ui-accordion-content,
#accordion .ui-accordion-content,
#accordion3 .ui-accordion-content,
#accordion4 .ui-accordion-content {
	padding-top: 0px;	
	padding-top: 0rem;
	padding-bottom: 5px;	
	padding-bottom: .5rem;
}


#accordion2 h4.ui-accordion-header .ui-icon  {
	background-image: url(lib/css/ui-lightness/images/ui-icons_ffffff_256x240.png);
}

h4.ui-accordion-header,
h5.ui-accordion-header {
    color: #000;
    font-weight: normal;
  	 background: #e5f4b3;
    font-size: 14px; 
	padding: 1em;
    letter-spacing: 0.15em; 
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


.ui-icon-triangle-1-e,
.ui-icon-triangle-1-s {
	margin-bottom: 20px; 
	margin-bottom: 2rem;
	display: block;
	padding-right: 20px;
	padding-right: 2rem;
}

h4.ui-accordion-header,
h4.ui-accordion-header:hover,
h4.ui-accordion-header.ui-state-active {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal; 
}

h5.ui-accordion-header:hover,
h5.ui-accordion-header.ui-state-active {
    background: #E3EFF2;
}



h5 span.ui-accordion-header-icon, h4 span.ui-accordion-header-icon  {
	float: left;
}

.my-accordion-section {
    margin-bottom: 10px;
	margin-bottom: 1rem;
}

.my-accordion-section .ui-accordion-content {
	background: none;
    padding: 20px;
	padding: 2rem;
	border: none;
} 

p.custfieldpdf {
	display: inline-block;
	width: 95px;
	float: right;
	padding: 5px 5px 5px 10px;
	margin: 0 0 15px 15px;
	background-color: #e5f4b3;	
}
/* p.custfieldpdf {
	display: inline-block;
	width: 115px;
	float: right;
	padding: 15px;
	margin: 0 0 15px 15px;
	
	background-color: #e5f4b3;	
}
p.accordionpdf {
	display: inline-block;
	width: 130px;
	float: right;
	padding: 15px;
	margin: 0 0 15px 15px;
	border: 1px solid #fff;
	background-color: #e5f4b3;	
} */


/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;  
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
	margin-right: 20px;
	margin-right: 2rem;
	
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 0 0;
	margin: 0 2.4rem 0 0;
	
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 0 24px;
	margin: 0 0 0 2.4rem;
}

.wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: left;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	font-size: 14px;
	font-size: 1.4rem;	
}


.archive-description,
.author-box {
	/* background-color: #efefef; */
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description {
	padding: 20px 20px 14px;
	padding: 2rem 2rem 1.4rem;
}

.post-type-archive-examples-of-change .archive-description,
.post-type-archive-process-of-change .archive-description,
.post-type-archive-teaching-resource .archive-description /*,
.tax-effects-spheres .archive-description */{
	padding: 10px 0 5px;
	padding: 1rem 0 .5rem;
	margin-bottom: 0;
	background: none;
}
.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

/* .author-box a {
	border-bottom: 1px solid #ddd;
} */

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title, 
.tax-earth-systems h1.archive-title,
.tax-causes-of-change h1.archive-title,
.tax-measurable-changes h1.archive-title,
.post-type-archive-examples-of-change h1.archive-title,
.post-type-archive-teaching-resource h1.archive-title {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
	border-bottom: 1px solid #d3db2b; 
	padding-bottom: 5px;
	padding-bottom: .5rem;
}



.category .archive-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;

}
/* .single-effects-of-change .entry-title, .single-causes-of-change .entry-title {
	margin: 0 40px 5px;
	margin: 0rem 4rem .5rem;
	
} */

.home .entry-title {
	margin-left: 0;
}

.entry-title a {
	border-bottom: none;	
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.supplement-info .widget-title,
.sidebar .widget-title,
.sidebar .widgettitle {
	display: block;
	padding: 10px;
	padding: 1rem;
	background: #8fa63f;
	color: #fff;
	margin-left: -20px;
	margin-left: -2rem;
	margin-right: -20px;
	margin-right: -2rem;	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	/* background-color: #f15123; */
	background-color: #d8952d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* AddtoAny 
------------------------------------------------ */
.a2a_kit a {
	border-bottom: none;	
}

/* custom social sharing buttons
----------------------------------------------------*/
.share_top_text { 
	margin:0 0 5px 5px;
}

.social-button-container {
	margin:15px 0 15px;
	border-bottom:none; 
}

.SocialCustomMenu, .SocialCustomMenu a, SocialCustomMenu a:visited {
	display:inline;
	padding: 5px;
	padding: .5rem ;
	color:#fff;
	text-decoration:none;
	font-size:0.95em;
	border-bottom: none;
	}
.scmTwitter{background-color:#7cd5fd;border:solid 1px #c1c1c1;}

.scmFacebook {
 	background-color:#45619d;border:solid 1px #c1c1c1; 
			/*border-top: 1px solid #3b5998;
	border-left: 1px solid #3b5998;
	border-bottom: 1px solid #3b5998;
	padding: 3px 5px 3px 15px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #3b5998;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
	text-decoration: none;*/

}

.scmGoogleplus{background-color:#af291d;border:solid 1px #c1c1c1;}
.scmPinterest{background-color:#cb2027;border:solid 1px #c1c1c1;}

.SocialCustomMenu img {
	border: none;		

}

/* kudos http://danielsetzermann.com/webdesign/custom-social-media-buttons-for-wordpress-with-share-count/ */

/* General Social Button Styling */
.social-icons {
	height: 25px;
}

.social-icons li {
	list-style-type: none !important;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0 !important;
	font-size: 12px !important;
	font-weight: bold !important;
}

.social-icons li:last-child {
	margin-right: 0 !important;
}

/* Facebook Button Styling */
li.social-icon.facebook a {
	border-top: 1px solid #3b5998;
	border-left: 1px solid #3b5998;
	border-bottom: 1px solid #3b5998;
	padding: 3px 5px 3px 15px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #3b5998;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
	text-decoration: none;
}

li.social-icon.facebook a:hover {
	background-color: #3b5998;
	color: white;
}

li.social-icon.facebook span.share-count {
	border: 1px solid #3b5998;
	padding: 3px 10px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #3b5998;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
}

/* Twitter Button Styling */
li.social-icon.twitter a {
	border-top: 1px solid #55acee;
	border-left: 1px solid #55acee;
	border-bottom: 1px solid #55acee;
	padding: 3px 5px 3px 15px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #55acee;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
	text-decoration: none;
}

li.social-icon.twitter a:hover {
	background-color: #55acee;
	color: white;
}

li.social-icon.twitter span.share-count {
	border: 1px solid #55acee;
	padding: 3px 10px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #55acee;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
}

/* Google+ Button Styling */
li.social-icon.google-plus a {
	border-top: 1px solid #dd4b39;
	border-left: 1px solid #dd4b39;
	border-bottom: 1px solid #dd4b39;
	padding: 3px 5px 3px 15px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #dd4b39;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
	text-decoration: none;
}

li.social-icon.google-plus a:hover {
	background-color: #dd4b39;
	color: white;
}

li.social-icon.google-plus span.share-count {
	border: 1px solid #dd4b39;
	padding: 3px 10px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #dd4b39;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
}

/* Flattr Button Styling */
li.social-icon.flattr a {
	border-top: 1px solid #338d11;
	border-left: 1px solid #338d11;
	border-bottom: 1px solid #338d11;
	padding: 3px 5px 3px 15px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #338d11;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
	text-decoration: none;
}

li.social-icon.flattr a:hover {
	background-color: #338d11;
	color: white;
}

li.social-icon.flattr span.share-count {
	border: 1px solid #338d11;
	padding: 3px 10px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #338d11;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
}

/* LinkedIn Button Styling */

li.social-icon.linkedin a {
	border-top: 1px solid #0976b4;
	border-left: 1px solid #0976b4;
	border-bottom: 1px solid #0976b4;
	padding: 3px 5px 3px 15px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #0976b4;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
	text-decoration: none;
}

li.social-icon.linkedin a:hover {
	background-color: #0976b4;
	color: white;
}

li.social-icon.linkedin span.share-count {
	border: 1px solid #0976b4;
	padding: 3px 10px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #0976b4;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
}

/* ---------------/social sharing-------------------- */


/* Utility Bar
--------------------------------------------- */
 
.utility-bar {
	background-color: #aedfea;
	 border-bottom: 1px solid #ddd; 
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 0 0;
	padding: 1rem 0 0;
}

.utility-bar .bar-wrap {
	width: 60%;
	float: right;
}
 
.utility-bar a {
	color: #ccff33;
	border-bottom: none;
}

 .utility-bar-1 {
	width: 60%; 
	float: left;
	text-align: right;	
	padding-top: 2px;
}

.utility-bar-2 {
	width: 35%; 
	float: right;
	text-align: right;
} 
 
.utility-bar-1 p,
.utility-bar-2 p {
	margin-bottom: 0;
}

.utility-bar-2 .simple-social-icons {
	margin-bottom: -5px;
}
 
/* .utility-bar-left {
	width: 65%; 
	float: left;
	text-align: right;	
	padding-top: 2px;
}

.utility-bar-right {
	width: 32%; 
	float: right;
	text-align: right;
} 
 
.utility-bar-left p,
.utility-bar-right p {
	margin-bottom: 0;
}

.utility-bar-right .simple-social-icons {
	margin-bottom: -5px;
}
 */


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff; 
	/*border-top: 5px solid #f8b01a;
	border-bottom: 5px solid #f8b01a;
	 border-top: 5px solid #8fa63f;
	border-bottom: 5px solid #8fa63f; */
	border-top: 5px solid #d3c316;
	border-bottom: 5px solid #d3c316;
}

.site-header .wrap {
	padding-top: 10px;
	padding-top: 1rem; 
}

/* Title Area
--------------------------------------------- */

.title-area {
	/*float: left;
	font-family: Lato, sans-serif;
	font-weight: 700;
	 padding: 16px 0;
	padding: 1.6rem 0; width: 25%;
 		width: 70%; 	position: relative;*/
 	position: relative;
	
}

.site-title a {
	display: block;
	width: 185px;
	height: 185px;
	 background: url(images/logo.png) no-repeat;
	/* width: 256px;background: url(images/logo-test-blu.png) no-repeat;height: 170px;
	width: 170px;*/
	position: absolute;
	text-indent: -9999px;
	top: -82px;
	z-index: 10;
	 -webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	border-bottom: none;
}


.site-description {
	display: none;
} 


/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: left;
	width: 100%; 
	padding-left: 200px;
	padding-left: 20rem;
	margin-top: -15px;
	margin-top: -1.5rem;
	display: block;
}

.site-header .widget_text  {
	width:65%;	
	padding-left: 5px;
	float: left;
	display: inline-block;
}
.site-header .search-form {
	float: right;
	margin: 10px 0;
	margin: 1rem 0;
	width: 30%; 	
	display: inline-block;
}

/* kudos https://gist.github.com/srikat/9395249 */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.search-form {
	position: relative;
}

.search-form input[type="submit"] {
	position: absolute;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 30px/1 'dashicons';
	vertical-align: top;
	clip: inherit;
	width: 50px;
	height: 40px;
	background: transparent;
	color: #999;
	right: 10px;
	top: 5px;
}

.search-form input[type="submit"]:hover {
	color: #ECDA24;
}



/* UGC Header Logo text -- H1 TEXT */
.site-header .textwidget h1 {
	float: left;
	margin: 12px 0 0;
	margin: 1.2rem 0 0;
}

.site-header .textwidget p {
	float: left;
	font-style:italic;	
	font-size: 1.5rem;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu, .utility-bar-1 .widget_nav_menu {
	clear: both;
	color: #999;
	/* font-family: Lato, sans-serif; */
	line-height: 1.5;
	width: 100%;
}


.genesis-nav-menu .menu-item, .utility-bar-1 .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	/* margin: 10px 0;
	margin: 1rem 0; */
	position: relative; 
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	 	color: #333;
	
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	 color: #999; 
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary .ubermenu, 
.nav-primary .ubermenu-nav {
	z-index: 1000;	
}

.nav-primary {
	background-color: #044a59;
	border-bottom: 2px solid #aedfea;
}

/*.nav-primary .wrap {
	 padding-left: 235px;
	padding-left: 23.5rem;
	border: 1px solid red; 
	padding-left: 40px;
	padding-left: 4rem;
}*/

.nav-primary a {
	padding: 10px 14px;
	padding: 1rem 1.4rem;
	/* margin: 18px 0;
	margin: 1.8rem 0; */
	margin: 5px 0;
	margin: .5rem 0;
	color: #fff;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #044a59;
	background: #fff;
 	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}

.nav-primary .sub-menu a {
	margin: 0;
	background: #044a59;
}


.nav-primary .sub-menu a:hover, 
.nav-primary .sub-menu .current-menu-item > a {
	color: #fff;
	background: #8fa63f;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.nav-primary .sub-menu li:last-child a {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.nav-primary .sub-menu li:last-child li a {
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.nav-primary .sub-menu li:last-child a li:first-child a {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
}

.nav-primary .sub-menu li:last-child li:last-child a {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

/* nested submenu */
.nav-primary .sub-menu ul.sub-menu {
	margin-top: -40px;
	margin-top: -4rem;
}
.nav-primary .sub-menu ul a {
	background: #07738a;
}

.nav-primary .sub-menu ul li:first-child a {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* Top Bar Nav
---------------------------------------------- */

.utility-bar-1 .widget_nav_menu a {
	text-transform: uppercase;
	color: #000;
	display: block;
	padding: 5px 12px;
	line-height: 20px;
	font-weight: 600;
}

.utility-bar-1 .widget_nav_menu a:hover,
.utility-bar-1 .widget_nav_menu .current-menu-item > a {
	/* color: #cc4706; 
	color: #fbb03b;*/
	color: #8fa63f;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 20px 0px 24px;
	padding: 2rem 0rem 2.4rem;

}

/* hhmi interactive embedded page */
.page-id-2056 .entry {
	margin: 0;
	padding: 0;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}


.entry-content ol,
.entry-content p,
.entry-content ul,
.bgcontent-custom-block ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}


.entry-content ol,
.single ol,
.entry-content ul,
.bgcontent-custom-block ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	/* color: #999; */
	font-size: 14px;
	font-size: 1.4rem;
}

.home .entry-meta {
	padding-left: 0;	
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 1px solid #f5f5f5;
	padding-top: 5px;
	padding-top: .5rem;
	/* margin: 0 -40px;
	margin: 0 -4rem; 
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;*/
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Custom Post Type Styles
------------------------------------------------- 
*/
.ugc-cpt-metabox {
	display: block;
	padding: 20px 15px 0px;
	border: 1px solid #aedfea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;'
}

.post-type-archive-teaching-resource .ugc-cpt-metabox,
.single-teaching-resource .ugc-cpt-metabox {
	padding: 15px;
	padding: 1.5rem;
	border: none;
	border-radius: 0;
   background-color: #f7f7f7;
} 

.post-type-archive-teaching-resource .ugc-cpt-metabox ul,
.single-teaching-resource .ugc-cpt-metabox ul {
	display: inline-block;

}

.post-type-archive-teaching-resource .ugc-cpt-metabox li,
.single-teaching-resource .ugc-cpt-metabox ul li {
	float: left;		list-style-type: circle;
	margin-left: 15px;
	margin-right: 15px;
}
/* archive teaching resources */

.post-type-archive-teaching-resource .entry-content {
	margin-top: 25px;	
	margin-top: 2.5rem;
}


.post-type-archive-teaching-resource .entry-content .alignleft img {
	margin-right: 20px; margin-bottom: 20px;	
}

.post-type-archive-teaching-resource .ugc-cpt-metabox .entry-meta {
	margin: 0;
	
}

.post-type-archive-teaching-resource .resource-search,
.post-type-archive-teaching-resource .sort-pagination {
	width: 100%;
	display: block;
	padding: 15px 10px 10px 15px;
	padding: 1.5rem 1rem 1rem 1.5rem;
	background: #efefef;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	
}

.post-type-archive-teaching-resource .sort-pagination {
	background: none;
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.post-type-archive-teaching-resource .resource-search .one-third,
.post-type-archive-teaching-resource .resource-search .form-col {
	margin: 0 15px 20px 0;
	margin: 0rem 1.5rem 2rem 0rem;
}

.post-type-archive-teaching-resource .resource-search .form-col {	
	width: 48%;
	float: left;
}

.post-type-archive-teaching-resource .resource-search label {
	margin-left: 15px;	
	margin-bottom: 0;
	
}
.post-type-archive-teaching-resource .resource-search select, 
.post-type-archive-teaching-resource .resource-search input[type=text] {
 	width: 90%; 
	float: left;
	margin: 0px 15px 10px;
	margin: 0rem 1.5rem 1rem;
	padding: 10px;
	padding: 1rem;
}


/* styles for select2 jquery teaching resources search */
.post-type-archive-teaching-resource .resource-search .select2-container {
	padding: 0;
	float: left;
	width: 90%;
	margin: 0px 15px 10px;
	margin: 0rem 1.5rem 1rem;
}

.post-type-archive-teaching-resource .resource-search .select2-container .select2-choice {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 8px 10px 10px;
	padding: .8rem .8rem 1rem 1rem;
	width: 100%;
	height: 41px;
}
.select2-container .select2-choice span.select2-arrow {
	display: none;	
}
#select2-drop {
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.post-type-archive-teaching-resource .resource-search input {
	margin: 10px 0 10px 15px;
	margin: 1rem 0 1rem 1.5rem;
}

.post-type-archive-teaching-resource .sort-pagination select {
	margin-left: 0;
	width: 90%;
	float: left;
	padding: 10px;
	padding: 1rem;
}

.post-type-archive-teaching-resource .archive-pagination {
	float: right;	
	margin: 10px 15px ;
	margin: 1rem 1.5rem;
}

.ugc-cpt-credits {
	margin: 40px auto;
	font-size: 12px;
}

.teachresource {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 20px 15px ;
	padding: 2rem 1.5rem ;
	background: #f0f7d7;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius: 10px;
	color: #444;
}

p.arch-heading {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;	
}

a.resrc-btn {
 	display: inline-block;
	padding: 10px 20px; 
	border: 1px solid #F0F7D7; 
	background-color: #E3EFF2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

a.resrc-btn:hover {
	background-color: #f2c47d;
	color: #333;
}

.post-type-archive-teaching-resource .teachresource ul {
	margin-left: 5px;
}


.post-type-archive-teaching-resource .teachresource ul li {
	list-style-type: none;	
} 

.ui-autocomplete {
    position: absolute;
	padding: 8px;
    cursor: default;
	height: 80px;
    overflow-y: scroll;
    overflow-x: hidden;
	background: #fff;
	border: 1px solid #999;
	border-top: none;
}

ul.ui-autocomplete li.ui-menu-item {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
}

/* qtip2 tooltip glossary term custom styles */

.qtip-ugc .qtip-content {
	font-size: 12px;
	line-height: 18px;
	/* font-size: 1.2rem;
	line-height: 1.8rem; */
	padding: 10px 10px 0;
	background-color: #f2f3ec;	
}

.qtip-custom {
	border-color: black;
 
}

/* Glossary styles for archive page */
p.glossary-alpha {
	float: left;
}

.alpha-links-box ul {
	list-style: none;
	display: block;  
	float: left; 
	margin-left: 15px;
}

.letter-terms-box {
	padding: 0;
	border-top: 1px solid #efefef;
	margin: 0 20px 0 0;
	margin: 0 2rem 0 0;
}

.letter-terms-box h2 {
	float: left; 
	display: block;
	width: 60px; 
	font-size: 40px;
	font-size: 4rem; 
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

.terms-box {
	border-left: 1px solid #efefef; 
	width: 90%; 
	display: block; 
	float: left;
	min-height: 100px;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

.terms-box ul {
	list-style-type: none;
}

.terms-box li {
	width: 220px; 
	padding-left: 5px; 
	padding-left: .5rem;
	margin: 0 20px 8px 0;
	float: left;
}
/* Related stories in CPT Process of Chg */

.relstories h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-size: 20px;
	font-size: 2rem;
	display: block;
	/* background: #044A59; */
	background: #046e85;
	color: #fff;
	padding: 20px 20px 15px;
	padding: 2rem 2rem 1.5rem;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.relstories ul  {
	display: block;
	list-style: none;
	text-align: center; 
	margin-left: 0;
	margin-top: -17px;
	padding-top: 15px;
	border-top: none;
	/* -webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px dotted #aedfea; */
}

.relstories li  {
	display: inline-block;	
	float: left;
	width: 25%;
	padding: 10px;
	text-align: left;
}

.relstories a {
	border-bottom: none;	
}

.relstories a:hover img {
	 background: #e5f4b3; 
	/*background: #cc4706;*/
}

.relstories p {
	margin: 10px;
	margin: 1rem;
	
}
.relstories p a {
	border-bottom: 1px dotted #054A59;
}

.relstories p a:hover {
	border-bottom: 1px dotted #cc4706;
}
/* Template page science standards list styles */

ul.scistand {
	margin: 10px 20px 40px;
	list-style-type: none;
}

ul.scistand li {
		
}
ul.scistand li.parent {
	list-style-type: none;	
	margin-top: 20px;
	
}

ul.scistand li.child {
	margin: 10px 0 10px 40px;
}


.post-type-archive-teaching-resource option.parent {
	font-weight: bold;
}

.post-type-archive-teaching-resource option.child {
	margin-left: 15px;	
}

.post-type-archive-teaching-resource option.grandchild {
	margin-left: 30px;	
}

/* background-content science standards sidebar */
.single-background-content .scistandards ul {
	font-size: 12px;	
	font-size: 1.2rem;
}

/*========== taxonomy terms =============== */
.term-atmosphere .entry-header,
.term-biosphere .entry-header,
.term-geosphere .entry-header,
.term-hydrosphere .entry-header,
.term-elemental-cycles .entry-header,
.term-climate-and-ecosystems .entry-header,
.term-global-energy-budget .entry-header,
.term-human-causes .entry-header,
.term-non-human-causes .entry-header,
.term-quality-of-human-life .entry-header,
.term-weather-extreme-events .entry-header {
	display: none;	
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #666;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	/* background-color: #f15123; */
	background-color: #d8952d;
}

/* .entry-pagination a {
	border-bottom: 1px solid #ddd;
} */


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

/* .comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
} */

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

/* .sidebar a {
	border-bottom: 1px solid #ddd;
} */

.sidebar p:last-child {
	margin-bottom: 0;
}

.supplement-info li,
.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.supplement-info ul > li:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	
	padding-top: 20px;
	padding-top: 2rem;
}

.supplement-info .widget-wrap,
.sidebar .widget-wrap {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0 20px 40px 20px;
	padding: 0 2rem 4rem 2rem;
	border: 1px solid #8fa63f;
	background: #f0f7d7;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #444;
}

.sidebar .enews-widget {
	background-color: #333;
}

.sidebar .flowchart-imgthm {
	padding: 5px 20px 10px;
	padding: .5rem 2rem 1rem;	
	margin-bottom: 15px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #043641;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
	/* border-top: 5px solid #8FA543;
	border-top: 5px solid #f8b01a; */
	border-top: 5px solid #d3c316;
	margin-top: 40px;
	margin-top: 4rem;
}

.site-footer a {
	color: #999;
	border-bottom: 1px dotted #999;
}

.site-footer a:hover {
	/* color: #cc4706; */
	color: #AEDFEA;
	border-bottom: 1px dotted #AEDFEA;
}

.site-footer p {
	margin-bottom: 0;
}


/* Responsive Navigation kudos http://wpbacon.com/tutorials/genesis-responsive-menu-2-0/
---------------------------------------------------------------------------------------------------- */

/* Standard Navigation
--------------------------------------------- */

nav {
	clear: both;
}


/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


/****************************************************************
    Pinterest-like Masonry layout for Posts page and Archives
	kudos http://sridharkatakam.com/using-masonry-genesis-pinterest-like-layout/
****************************************************************/

.masonry-page .content .entry {
	padding: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #054A59;
	/* width: 255px; */
	width: 353px;
	overflow: hidden;
	color: #fcf5e7;
}

.masonry-page .content .one-half,
.masonry-page .content .one-third,
.masonry-page .content .one-fourth,
.masonry-page .content .one-sixth {
	margin-left: 0;
}

.masonry-page .content .title-content {
	padding: 2rem;
}


.masonry-page .content .entry-title {
	font-size: 2rem;
	line-height: 1.4;	
	border-bottom: none;
}

.masonry-page .content .entry-content a {
	border-bottom: none;
	color: #C4D4ED;
}

.masonry-page .content .entry-content a:hover {
	color: #d3db2b;
}

.masonry-page .content .entry-content p {
	margin-bottom: 0;
}

.masonry-page .content .entry-content p.entry-permalink {
	padding-left: 2rem;
	padding-right: 2rem;
}

.masonry-page .content .entry-content a.more-link {
	font-size: 1.4rem;
}

.masonry-page .content .entry-footer {
	padding: 1rem 2rem;
	border-top: 1px dashed #F5F5F5;
}

.masonry-page .content .entry-footer .entry-meta {
	margin: 0;
	padding: 0 0 1rem 0;
	border-top: none;
}

.masonry-page .content .entry-pagination {
	padding-left: 2rem;
	padding-right: 2rem;
}

/*Image hover*/
.masonry-page .content img.post-image {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100); /* IE 4, 5, 6 and 7 */
    zoom:1 /* so the element "hasLayout" or, to trigger "hasLayout" set a width or height */
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	transition:  all .2s linear;
	padding: 0;
	border: none;
}
.masonry-page .content img.post-image:hover {
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* IE 8 */
    filter: alpha(opacity=70); /* IE 4, 5, 6 and 7 */
    zoom:1; /* so the element "hasLayout" or, to trigger "hasLayout" set a width or height */
}

/*Comment this out if infinite scrolling is NOT being used
.masonry-page .archive-pagination {
	display: none;
}*/

/* Infinite Scroll loader */
#infscr-loading {
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 45%;
  bottom: 40px;
  width: 200px;
  padding: 10px;
  background: #000;
  opacity: 0.8;
  color: #FFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}


/* Responsive slider home page -------
------------------------------------------------------*/
#genesis-responsive-slider {
  border: none !important;
	padding: 0 !important;
}

.home .site-tagline {
	margin-top: 0;
}

.flex-control-nav li a,
.flex-direction-nav li a {
	border-bottom: none;
}

.flex-direction-nav li .prev {
	left: 0 !important;
}

.flex-direction-nav li .next {
	right: 0 !important;
}

.flexslider .slides img {
	width: 100%;
}

.flexslider {
	max-width: 100%;
}

/* ========home page intro web slides ============
#slider_2495 .owl-item p {
	font-size: 20px;
	font-size: 2rem;
	line-height: 3rem;	
}*/

/*The section below styles the whole post page numbers area
kudos http://www.htpcbeginner.com/add-and-style-post-pagination-in-genesis-themes/ */

.entry-pagination {
	/* background: #E3EFF2; */
	 background: #F0F7D7; 
	padding-left: 10px;
	padding-left: 1rem;
}

.entry-header .ugc-pagination .entry-pagination {
	margin: 0 0 20px;
	margin: 0 0 2rem;
}


.entry-pagination.pagination {
	font-size:12px;
	display:block;
	clear:both;
	/* padding: 3px 0 5px 5px; */
}

/*The section below styles the post page number links and visited links*/
.entry-pagination.pagination a,
.entry-pagination.pagination a:link,
.entry-pagination.pagination a:visited,
.entry-pagination.pagination a:active {
    padding: 4px 8px !important;
    margin: 3px !important;
    text-decoration: none !important;
    border: 1px solid #C8C8C2 !important;
    background: #FCFCFC !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important;
    color: #044a59 !important;
}

/*The section below styles the post pagination link while hovering mouse over over it*/
.entry-pagination.pagination a:hover {
    border: 1px solid #a7a7a3 !important;
    color: #fff !important;
    background: #d8952d !important;
}

/* 
CPT Teaching Activity Responsive Tabs Styles
---------------------------------------------------------------------------- */
.responsive-tabs-wrapper {
	/* background-color: #044A59;
	padding-bottom: 0 !important; */
}
ul.responsive-tabs__list {
	margin: 15px 0 25px;
	margin: 1.5rem 0 2.5rem;
}

.responsive-tabs__list .responsive-tabs__list__item {
	padding: 8px 20px 9px;
	padding: .8rem 2rem .9rem;
	margin-right: 5px;
	/* background: #afdfeb; */
	background: #E3EFF2;
	border-bottom: 1px solid #E3EFF2;
	color: #333; 
}

li:hover.responsive-tabs__list__item,
.responsive-tabs__list  .responsive-tabs__list__item--active {
	border-bottom: 5px solid white;
	background: #fff;
	color: #333; 
}

.responsive-tabs__panel {
	padding: 40px 20px 0px;
	padding: 4rem 2rem 0rem;
	background-color: #fff;
	margin-top: -25px;
	margin-bottom: -24px;;
}

/* ------------ popup anything plugin and slider plugin-------*/

.bar-wrap a.paoc-pro-popup {
	font-size: 16px;
	font-size: 1.6rem;
	color: #000;
}

.page-id-615 .paoc-pro-popup-modal .paoc-pro-popup-modal p,
#slider_3087 .owl-item p,
#slider_2495 .owl-item p,
#slider_3337 .owl-item p {
	font-size: 20px;
	font-size: 2rem;
	line-height: 2.5rem;
	margin: 0 10px 10px 5px;
}

#slider_3087 .owl-item p img, 
#slider_2495 .owl-item p img,
#slider_3337 .owl-item p img {
	margin-left: 0;
	margin-right: 0;	
}

#slider_3087 .owl-item p.slider-footnote,
#slider_3337 .owl-item p.slider-footnote {
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
	 	width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}
	
	.breadcrumb, .entry-meta {
		padding-left: 0px;
		padding-left: 0rem;
	}
	
		
	.site-header .textwidget h1 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	

	.entry-title {
		margin-left: 0;
		margin-right: 20px;
		margin-right: 2rem;
	}
	
	.sidebar-primary {
		margin-right: 0;
		padding-right: 0;
	}
	/* .post-type-archive-teaching-resource select {
 		width: 40%; 
	} */
	.agency-pro-home .home-middle .page .entry,
	.agency-pro-home .home-middle .page .entry-title  {
		min-height: 320px;
	}
	
	.home-middle .page .entry-title {
		font-size: 200%;
		line-height: 150%;
	}

}


@media only screen and (max-width: 1024px) {
	.masonry-page .content .entry {
 	/*	width: 325px; */
		width: 285px;
	}
	
	/* jquery istotope archive pages */
	.ugc-archive-item,
	.ugc-archive-item .ugc-archive-summary {
		width: 285px;
		/* width: 242px; 
	width: 306px;
	width: 285px;*/
	}
	
}

@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-header .textwidget,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.utility-bar .bar-wrap {
		width: 100%;
		float: left;
		margin: 0 auto;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}
	
	.nav-primary .wrap {
		padding-left: 0;
		padding-left: 0rem;
	}
	

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}


	.site-header .search-form {
		margin: 10px ;
		margin: 1rem;
		width: 30%;
		float: left;
	}
	
	.entry-title {
		margin-right: 0;	
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}
	
	
	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	
	
	 .post-type-archive-teaching-resource .resource-search .one-third,
	 .post-type-archive-teaching-resource .resource-search .form-col {
		width: 45%;
	}
	
	.agency-pro-home .home-middle .page .entry,
	.agency-pro-home .home-middle .page .entry-title  {
		min-height: 285px;
	}
	
	.home-middle .page .entry-title {
		font-size: 180%;
		line-height: 150%;
	}
		
	
}


/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */

@media only screen and (min-width: 768px) {

	nav {
		display: block !important;
	}	


}

@media only screen and (max-width: 768px) {
	
	.masonry-page .content .entry {
 		width: 325px;  
			/*		width: 200px;*/
	}
	
	/*jquery isotope archive pages */
	.ugc-archive-item,
	.ugc-archive-item .ugc-archive-summary {
		/* width: 259px; */
		width: 320px;
		
	}
	
	.agency-pro-home .home-middle .page .entry,
	.agency-pro-home .home-middle .page .entry-title  {
		min-height: 230px;
	}
}


@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-header .widget-wrap {
		margin-right: 20px;
		margin-right: 2rem;	
	}
	.site-header .widget_text,
	.site-header .search-form 	 {
		width:100%;	
		display: block;
		padding-right: 10px;
		padding-right: 1rem;
	}
	
	.site-header .textwidget h1 {
		font-size: 26px;
		font-size: 2.6rem;
		text-align: center;
	}
	
	/*.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
		width: 60%;
		float: none;
	} */
	
	
		/* Center Logo 
	.site-title a {
	    position: static;
		margin: 0 auto;
	}
	
	.site-header .widget-area {
		padding-left: 0;
		padding-left: 0rem;
	}
	
	.utility-bar-1,
	.utility-bar-2 {
		width: 50%;
		margin: 0;
	}
	
	.utility-bar-1 {
		margin-bottom: 10px;	
		text-align: left;
	}
	
	.utility-bar-2 .simple-social-icons {
		float: left;
		width: 100%;
		
		}
 	*/
	
	
	/* CPT content pages with responsive tabs -------- */
	.responsive-tabs-wrapper .responsive-tabs__heading, .responsive-tabs-wrapper h3 {
		font-size: 20px;
		font-size: 2rem;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
		background: #E3EFF2;
		border: 1px solid #128a80;
	}
	

	/* related stories in CPT Process */
	.relstories ul {
		text-align: left;
	}
	
	.relstories li {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		margin-bottom: 1.5rem;
	}
	
	.relstories img {
		float: left;
		margin-right: 20px;
		margin-right: 2rem;
	}
	

}

@media only screen and (max-width: 705px) {
		/* glossary archive page */
	.alpha-links-box {
		margin-bottom: 20px;	
	}
	.letter-terms-box {
		border: 1px solid #efefef;
		border-bottom: none;
	}
	
	.letter-terms-box h2 {
		height: auto;	
		padding-bottom: 0;
	}
	
	.terms-box {
		border: none;	
		padding-top: 0;
	}
	
	p.glossary-alpha {
		display: none;	
	}
}

/* home page slider */
@media only screen and (max-width: 500px) {
		.site-title a {
		display: none;
	}
	
	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
		width: 60%;
		float: none;
	} 
	
	
		/* Center Logo 	*/
	.site-title a {
	    position: static;
		margin: 0 auto;
	}
	
	.site-header .widget-area {
		padding-left: 0;
		padding-left: 0rem;
	}
	
	.utility-bar-1,
	.utility-bar-2 {
		width: 50%;
		margin: 0;
	}
	
	.utility-bar-1 {
		margin-bottom: 10px;	
		text-align: left;
	}
	
	.utility-bar-2 .simple-social-icons {
		float: left;
		width: 100%;
		
		}
 
	.slide-excerpt p {
	    display: none;
	}

	.slide-excerpt h2 {
	    font-size: 1.5rem;
	    margin-bottom: 0;
	}

	.flex-direction-nav {
	    display: none;
	}
	
	
}

@media only screen and (max-width: 480px) {

	.header-widget-area h1 {
		margin-top: -20px;
		margin-top: -2rem;	
	}
	.utility-bar-1 {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	.utility-bar-2 {
		width: 100%; 
		padding: 0;
		text-align: center; 
	
	}
	

	.utility-bar-2 ul.alignright {
		text-align: center; 
		margin: 0 auto; 
  /*	  width: -webkit-fit-content;
       	width: -moz-fit-content;
        width: fit-content;*/
			float: none; 
			width: 195px;
	
	}
	
	.utility-bar-2 ul.alignright li {
		 display: inline-block;	
		float: left;
		
	}
		
	.site-header .textwidget h1 {
		font-size: 24px;
		font-size: 2.4rem;
		text-align: center;
	}
	
	.ugc-archive-item,
	.ugc-archive-item .ugc-archive-summary {
		width: 300px; 
	 }
	 		
}


@media only screen and (max-width: 320px) {
	
	
	.masonry-page .content .entry {
		width: 267px;
	}
	
	/* Uncomment the following only if the last filter item is on its own in a separate line like this: http://i.imgur.com/0VD8tmU.png */
	/* isotope jquery archive pages */
	 .ugc-archive-item,
	 .ugc-archive-item .ugc-archive-summary {
		width: 267px; 
	 }
	
	
	ul.filter li:last-child {
		margin-left: 0;
	}
}


