/*
 Theme Name:   Integrate-OMS
 Theme URI:    
 Description:  Twenty Sixteen Child Theme
 Author:       Stephanie Ferguson
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

.site-inner {
    margin: 0 auto;
    /**max-width: 1024px;**/
 	max-width: 1200px;
    position: relative;
}
.site-header-main {
	padding: 0;
   /** max-width: 1200px;**/
}
.logo {
	position: absolute;
	margin-left: 0;
}
/**.logo img {
	width: 160px;
}**/
.icon img {
		width: 40px;
		height: 40px;
}
.big-image {
	margin-bottom: 0;
}

/***video container ***/

.video-container {
  	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 35px;
    	height: 0;
    	overflow: hidden;
	margin-bottom: 2em;
	border: 1px solid #dedede;
}
 
/* 16x9 Aspect Ratio */
.video-container-16x9 {
  	position: relative;
    	padding-bottom: 56.25%;
    	padding-top: 35px;
    	height: 0;
    	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #dedede;
}
/* 4x3 Aspect Ratio */
.video-container-4x3 {
  	position: relative;
    	padding-bottom: 75%;
    	padding-top: 35px;
    	height: 0;
    	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #dedede;
}
.video-container-16x9 iframe {
  	position: absolute;
  	top:0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
.video-container-4x3 iframe {
  	position: absolute;
  	top:0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
.crumbs-end {
	margin-top: -2.15em;
	position: relative;
	float: right;
}
.topsearch {
	position: absolute;
	right: 0;
	top: 60px;
}
#wwa input {
    outline: none;
}
#wwa input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 13px;
	font-size: 0.8125rem;
	width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}
#wwa input::-webkit-search-decoration,
#wwa input::-webkit-search-cancel-button {
    display: none; 
}

#wwa input[type="search"] {
    background: url('/wp-content/uploads/search-icon.svg') no-repeat 8px center;
	background-size: 22px auto;
    border: solid 1px transparent;
    padding: 2px;
    width: 27px;
    
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#wwa input[type="search"]:focus {
    width: 272px;
    padding-left: 36px;
    color: #777;
    background-color: #fff;
    cursor: auto;
	border: 1px solid #dedede;
 }
#wwa input[type="search"]:hover {
    background-color: #fff;
}

#wwa input:-moz-placeholder {
    color: transparent;
}
#wwa input::-webkit-input-placeholder {
    color: transparent;
}
.content-area-wide {
	margin-top: 5em;
}
blockquote {
	font-style: normal;
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	margin-right: 2em;
	border-left: 6px solid #037d8e;
}
blockquote p {
	font-size: 22px;
	line-height: 1.6;
	font-weight: 300;
}
body {
	background: #fff;
}

body,
button,
input,
select,
textarea {
	color: #444;
	font-family: freight-sans-pro, sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.6;
}
.page-header {
	border-top: none;
	margin: 0;
	padding-top: 0;
}
.entry-title, .page-title {
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}
.entry-title, .page-title {
	font-family: din-condensed, sans-serif;
	font-size: 44px;
	font-size: 2.75rem;
	line-height: 1.1;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	font-weight: normal;
	color: #444;
	border-bottom: 1px solid #dedede;
	padding: 0 0 0.4em 0;
	word-break: keep-all;
}
.home-title h1 {
    font-size: 24px;
    line-height: 1.3;
	font-family: freight-sans-pro, sans-serif;
}
.home-title {
    font-size: 24px;
    line-height: 1.3;
}
img.space-bottom {
	margin-bottom: 1.6em;
}

img.space {
	margin: 1.6em 0;
}

embed, iframe, object, video {
    margin-bottom: 0.4em;
    max-width: 100%;
    vertical-align: middle;
}
.site-content {
	word-wrap: manual !important;
  	-moz-hyphens: none;
  	-ms-hyphens: none;
  	-webkit-hyphens: none;
  	hyphens: none;
}
.clear-cols {
	clear: both;
}
.clear-body {
	clear: both;
}
.clear-body2 {
	clear: both;
	border-bottom: 1px solid #dedede;
}
/***h1, h2, h3 {
	word-wrap: manual !important;
  	-moz-hyphens: none;
  	-ms-hyphens: none;
  	-webkit-hyphens: none;
  	hyphens: none;
}***/

img.twitter {
	width: 48px;
}
a {
	color: #037D8E;
	text-decoration: none;
	font-weight: 600;
}

a:hover,
a:active {
	color: #037d8e;
	text-decoration: underline;
}

a:focus {
	color: #999;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: none;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}

.entry-footer .orange a {
	color: #037D8E;
}
/**layout**/
.list-container {
	display: flex;	
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: space-between;
}
.list-container-left {
	display: flex;	
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: space-between;
	margin-right: -2%;
}
.box-footer {
	margin-top: auto;
	padding-bottom: 18px;
}
th {
	vertical-align: top;
}

ul.none
{
	list-style-type: none;
	margin-left: 0;
}
/**icons in unsorted list**/
li.tweet {
    background: url('/wp-content/uploads/twitter.svg') no-repeat 0 6px;
	background-size: 40px 40px;
	padding-left: 36px;
	margin-bottom: 0.4em;
	min-height: 34px;
}
li.mail {
    background: url('/wp-content/uploads/ecca-email-icon.png') no-repeat left 8px;
	padding:6px 0 12px 36px;
    display: block;
	border-bottom: 1px solid #dedede;
	margin: 0.6em 0;
	line-height: 1.4;
}
li.enews {
    background: url('/wp-content/images/ecca-enews-icon.png') no-repeat left 56px;
	padding:6px 0 12px 36px;
    display: block;
	border-bottom: 1px solid #dedede;
	margin: 0.6em 0;
	line-height: 1.4;
}
.wp-caption .wp-caption-text {
    color: #444;
    font-size: 15px;
    font-size: 0.9375rem;
    font-style: normal;
	font-weight: 600;
    line-height: 1.6153846154;
    padding-top: 1em;
	padding-bottom: 12px;
}
.wp-caption {
	border-bottom: 1px dotted #999;
	margin-bottom: 1em;
}
h1,
h2,
h3{
	clear: both;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 600;
	margin: 0;
}

h4, h5 {
	clear: both;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 400;
	margin: 0;
}
.entry-content-extra h4.glossary, .entry-content-extra h2.glossary {
	margin-bottom: 0.3em;
	padding-top: 0.3em;
	border-top: 1px solid #dedede;
}
.entry-content-extra .report-text h4 {
	color: #444;
	font-weight: 600;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3;
	margin: 0.2em 0 0.1em 0;
}
.span_1_of_3-banner .bottom-row h4 {
	color: #444;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3;
	margin: 0.2em 0 0.1em 0;
}
.span_1_of_3-banner .bottom-row h4 a {
	color: #666;
}
.span_1_of_3-banner .bottom-row h4 a:hover, .span_1_of_3-banner .bottom-row h4 a:focus {
	color: #037d8e;
}
.span_1_of_3-banner .bottom-row {
	font-size: 16px;
	font-size: 1rem;
	color: #9c9c9c;
	padding-top: 4px;
}
.entry-content-extra .news-text h4 {
	color: #444;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3;
	margin: 0.2em 0 0.1em 0;
	letter-spacing: 0.015em;
}
.entry-content-extra .news-text h4 a {
	color: #444;
}
.entry-content-extra .news-text h4 a:hover, .entry-content-extra .news-text h4 a:focus {
	color: #888;
}
.entry-content-extra .report-text p, .entry-content-extra .news-text p, .span_1_of_3-banner .bottom-row p {
	margin: 0.2em 0;
}
.pub-date {
	font-weight: 600;
	color: #037D8E;
}
h2.people-list {
	border-top: 1px solid #dedede;
	font-size: 28px;
	font-size: 1.75rem;
	padding-top: 6px;
	margin-bottom: 0.4em;
}
.list-box-50 .people-name h2, .list-box .people-name h2, .list-box-left .people-name h2 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 0.4em;	
	margin-bottom: 18px;
}
.span_1_of_3 .people-name h2, .archive-name h2, .span_1_of_2 .people-name h2, .span_1_of_2-vids .people-name h2 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 0.4em;
}
.entry-content-extra .archive-name h2 {
	margin-top: 0.1em;
	margin-bottom: 0;
}
.span_1_of_3 .people-name h2 a, .archive-name h2 a, .span_1_of_2 .people-name h2 a, .span_1_of_2-vids .people-name h2 a {
	color: #343D4F;
}
.span_1_of_3 .people-name h2 a:hover, .span_1_of_3 .people-name h2 a:focus, .archive-name h2 a:hover, .archive-name h2 a:focus, .span_1_of_2 .people-name h2 a:hover, .span_1_of_2 .people-name h2 a:focus, .span_1_of_2-vids .people-name h2 a:hover, .span_1_of_2-vids .people-name h2 a:focus {
	color: #A1BE4D;
}
.people-name {
	margin: 1em 0;
}
.archive-name {
	margin: 0 0 2.4em 0;
}
.people-name p {
	font-size: 16px;
	font-size: 1rem;
	color: #555;
	padding-top: 6px;
	line-height: 1.4;
}
.archive-name p {
	font-size: 16px;
	font-size: 1rem;
	color: #555;
	padding-top: 6px;
	margin-bottom: 0.4em;
}
.people-name h3 {
	font-family: freight-sans-pro, sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.3;
	color: #555;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}
.people-image img, .tagged-image img, .archive-image img, .home-image img, .people-image2 img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
}
.home-image {
	margin-bottom: 0.4em;
	border: 1px solid #dedede;
}
.archive-image {
	border: 1px solid #dedede;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	margin-bottom: 0.4em;
}
.people-name .people-tags a, .left-column .people-tags a{
	color: #fff;
	padding: 2px 8px 4px 8px; 
	background-color: #8c8d9b;
	border-radius: 2px;
	font-size: 15px;
	font-size: 0.9375rem;
	margin-right: 0.2em;
	line-height: 1;
	letter-spacing: 0.04em;
}
.box-footer ul {
	list-style: none;
	margin-left: 0;
}
.list-box-50 .box-footer li, .list-box .box-footer li, .list-box-left .box-footer li {
	color: #fff;
	padding: 2px 8px 4px 8px; 
	background-color: #767676;
	border-radius: 2px;
	font-size: 16px;
	font-size: 1rem;
	margin-right: 0.2em;
	line-height: 1;
	letter-spacing: 0.04em;
	display: inline-block;
}
.box-footer {
	font-size: 16px;
    font-size: 1rem;
}
.bottom-row {
	border-bottom: 1px solid #dedede;
	padding-bottom: 8px;
}
.left-column li.tagged {
	border-bottom: none;	
	margin-bottom: 0;
	display: block;
	line-height: 1.2;
}
.left-column li.tagged a {
	color: #fff;
	padding: 1px 8px 3px 8px; 
	background-color: #037D8E;
	border-radius: 2px;
	font-size: 15px;
	font-size: 0.9375rem;
	margin-right: 0.2em;
	letter-spacing: 0.04em;
	font-weight: 400;
}
.left-column li.tagged a:hover {
	background-color: #666;	
}
.people-name ul {
	list-style: none;
	margin-left: 0;
}
.people-name  li.people-page-tags {
	color: #fff;
	padding: 2px 8px 4px 8px; 
	background-color: #c2c1ca;
	border-radius: 2px;
	font-size: 15px;
	font-size: 0.9375rem;
	display: inline-block;
	letter-spacing: 0.04em;
	margin-right: 0.2em;
	line-height: 1;
}
.people-name .people-tags a:hover, .people-name .people-tags a:focus, .left-column .people-tags a:hover, .left-column .people-tags a:focus {
	background-color: #343c4f;
	color: #fff;
}
.people-name {
	min-height: 100px;
}
.left-column .left-image {
	margin: -6px 0 1em 0;
}
.left-column li.cat-item {
	border-bottom: none;
	display: block;
	margin-top: 0;
	line-height: 1.3;
	padding-bottom: 2px;	
}
.left-column .searchandfilter li {
    display: block;
	border-bottom: none;
}
.spacer {
	border-bottom: 1px dotted #95c11f;
	margin: 1em 0;
}
.report-image {
	width: 80px;
	float: left;
}
.report-image img {
	border-radius: 3em;
}
.report-text {
	float: right;
	width: calc(100% - 98px);
	border-bottom: 1px solid #dedede;
	padding-bottom: 6px;
	margin-bottom: 0.3em;
}
.news-text {
	float: right;
	width: 100%;
	border-bottom: 1px solid #dedede;
	padding-bottom: 6px;
	margin-bottom: 0.3em;
}
.report-block {
	clear: both;
}
.top-container {
	position: relative;
}
.top-container-text {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(199, 12, 111, 0.6);
	width: 100%;
	padding: 1em 1.6em 0.6em 1.6em;
}
.home-header2 {
	/**position: absolute;
	bottom: 0;
	left: 0;
	background-color: #C70C6F;
	width: 100%;
	padding:0.6em 1em 0.2em 2em;**/
	display: none;
}
.logo-title {
	color: #777;
}
.logo-title {
	font-family: din-condensed, sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
}
.logo-block {
	border-top: 6px solid #bcbcbc;
}
.wide-container {
	position: relative;
}
a.highlight-button {
	background-color: #037D8E;
	padding: 6px 16px;
	color: #fff;
	border-radius: 2px;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
}
a.highlight-button:hover, a.highlight-button:focus {
	color: #fff;
	background-color: #444;
}
.widget-area-small a.highlight-button {
	background-color: #037D8E;
	padding: 6px 16px;
	color: #fff;
	border-radius: 2px;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
}
.widget-area-small a.highlight-button:hover, a.highlight-button:focus {
	color: #fff;
	background-color: #999;
	text-decoration: none;
}
.content-bottom-widgets {
    margin: 0;
}
.site-branding h3 {
	color: #555;
	font-family: freight-sans-pro, sans-serif;
	/**opacity: 0.8;**/
}
.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.25;
	margin-top: 0.8em;
	margin-bottom: 1em;
	font-weight: normal;
	color: #444;
	padding: 0 0 0.4em 0;
}
h1.archive-title {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.25;
	margin-top: 0.8em;
	margin-bottom: 0;
	font-weight: normal;
	color: #444;
	padding: 0 0 0.4em 0;
}
.entry-content h2,
.entry-content-extra h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 1.4em;
	margin-bottom: 0.4em;
	font-weight: 600;
	color: #037d8e;
}
h2.people-title {
	margin-top: 0.8em;
	font-size: 24px;
	font-size: 1.5rem;
}
h2.people-title2 {
	margin-top: 0;
	font-size: 24px;
	font-size: 1.5rem;
}
h2.entry-title {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.4;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
	font-weight: normal;
	border-bottom: none;
	padding-bottom: 0;
	color: #C70C6F;
}
h2.entry-title a {
	color: #666;
}
h2.entry-title a:hover {
	color: #C70C6F;
}

.archive-title {
	margin: 0 0 0.2em 0;
}
.entry-title a:hover, .entry-title a:focus {
    color: #C70C6F;
}
.entry-content-extra h3.people-role {
	margin-top: 0.4em;
}
.entry-content h3,
.entry-content-extra h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 1.4em;
	margin-bottom: 0.2em;
	font-weight: 600;
	color: #555;
}
.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px dotted #999;
	text-transform: uppercase;
	padding-top: 4px;
}
.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: normal;
	font-weight: normal;
}
.entry-content h5,
.entry-summary h4,
.entry-summary h5,
.comment-content h5,
.textwidget h5 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 1em;
	margin-bottom: 0.6em;
}
.entry-content h4,
.entry-content-extra h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0;
	text-transform: none;
	color: #444;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.6;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: 600;
}
.entry-content h5,
.entry-summary h5,
.comment-content h5,
.textwidget h5 {
	color: #888;
	text-transform: none;
	margin-bottom: 1.4em;
	border-bottom: 1px solid #dedede;
	padding-bottom: 12px;
}

.entry-summary p,
.home-block-text p,
.home-block-text-top p,
.home-block-text-vid p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6;
	margin: 0 0 1.4em;
}
.entry-content ul,
.entry-summary ul,
.comment-content ul {
	margin: 0 0 1.4em 1em;
}
.site-info .textwidget ul {
	font-size: 16px;
	margin-top: 1.4em;
}
.site-info .textwidget ul li {
	display: inline;
}
.site-info .textwidget li {
	margin-right: 2em;
}
.site-info .textwidget li a {
	text-decoration: none;
	color: #555;
}
.site-info .textwidget li a:hover, .site-info .textwidget li a:focus {
	color: #A1BE4D;
}
.entry-content ol,
.entry-summary ol,
.comment-content ol,
.textwidget ol {
	margin: 0 0 1.4em 1em;
}
.left-column h2 {
	color: #037d8e;
	margin-bottom: 0.6em;
	margin-top: 0.2em;
	font-size: 22px;
	line-height: 1.3;
}
.left-column h3 {
	color: #555;
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 0.8em;
	line-height: 1.4;
}
.left-column h4 {
	margin-top: 0.4em;
	margin-bottom: 1.2em;
	padding-bottom: 0.2em;
	color: #333;
	border-bottom: 1px solid #dedede;
	font-size: 16px;
	font-size: 1rem;
}
.left-column h2 {
	margin-top: 0.4em;
	margin-bottom: 1.2em;
	padding-bottom: 0.2em;
	color: #333;
	border-bottom: 1px solid #dedede;
	font-size: 18px;
	font-size: 1.125rem;
}
.sidebar h3 a:hover,
.left-column h3 a:hover,
.left-column-archive h3:hover {
	color: #95c11f;
}
.entry-content ul {
	margin-left: 0.8em;
}
.entry-content ul.none {
	margin-left: 0;
	list-style-type: none;
}
.left-column p, .left-column li {
	font-size: 16px;
	font-size: 1rem;
	color: #444;
	line-height: 1.6;
}
.left-column ul {
	margin-left: 0;
	list-style-type: none;
	margin-bottom: 0.4em;
}
.sidebar ol {
	margin-left: 0.8em;
}
.left-column li {
	border-bottom: 1px dotted #999;
	padding-bottom: 0.6em;
	margin-bottom: 0.4em;
}
.left-column a {
	color: #666;
}
.left-column a:hover {
	color: #95c11f;
}
legend {
    display: block;
	margin-bottom: 1em;
	font-weight: 600;
}
fieldset {
	border: 0;
    margin: 0;
    min-width: inherit;
    padding: 0;
}
p {
	margin: 0 0 1.4em;
	font-size: 18px;
	font-size: 1.125rem;
}
.entry-content-extra li {
	font-size: 18px;
	font-size: 1.125rem;	
}
.widget .widget-title {
	font-family: freight-sans-pro, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1.2173913043;
	margin: 0 0 1.4em;
	text-transform: none;
	font-weight: 600;
}
p.caption {
	display: block;
	font-size: 16px;
	/**font-size: 1.6rem;**/
	font-weight: 600;
	line-height: 1.4;
	padding-top: 0.6em;
	color: #005f6e;
}
p.caption a {
	color: #005f6e;
}
p.caption a:hover, p.caption a:focus {
	color: #8CC63F;
}
.content-wide {
	border-top: 16px solid #dedede;
	padding-top: 0.6em;
}
.content-wide h2 {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	color: #555;
}

/***sidebar***/

.left-column {
	margin-bottom: 2.4em;
	margin-top: 1.4em;
	margin-right: 1em;
	padding: 0 1em 0 0;
	border-top: 20px solid #95c11f;
}
.widget {
	border-top: none;
	margin-bottom: 2.4em;
	padding-top: 0.5em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #95c11f;
	font-family: freight-sans-pro, sans-serif;
}

:-moz-placeholder {
	color: #95c11f;
	font-family: freight-sans-pro, sans-serif;
}

::-moz-placeholder {
	color: #95c11f;
	font-family: freight-sans-pro, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #95c11f;
	font-family: freight-sans-pro, sans-serif;
}
/**Grid**/
/**section-columns**/

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 1.6% 1% 0;
}
.col:first-child { margin-left: 0; margin-right: 1.6%; }

.col2 {
	display: block;
	float:left;
	margin: 0 2% 1% 0;
}
.col2:last-child { margin-left: 0; margin-right: 0%; }

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/* GRID OF TWO */
.span_1_of_2 {
	width: 48%;
	height: 540px;
}
.span_1_of_2-vids {
	width: 48.2%;
	min-height: 520px;
	margin-bottom: auto;
}
/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 31.7%;
	min-height: 280px;
}
.span_1_of_3-home {
	width: 31.7%;
	min-height: 320px;
	max-height: 320px;
}
.span_1_of_3-archive {
	width: 31.7%;
	min-height: 340px;
}
.span_1_of_3-banner {
	width: 30.6%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 22.4%;
	/**min-height: 392px;**/
	border-left: 1px solid #dedede;
	padding-left: 12px;
}
/*  GO FULL WIDTH BELOW 783 PIXELS */

@media only screen and (max-width: 800px) {
	.col {  margin: 3% 0 3% 0%; }
	.span_1_of_4 { width: 50%; }
	.span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_2_of_2, .span_1_of_2, .span_1_of_2-panel, .span_1_of_2-vids { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3, .span_1_of_3-home, .span_1_of_3-panel, .span_1_of_3-archive, .span_1_of_3-home { width: 100%; }
}
@media only screen and (max-width: 900px) {
	.col {  margin: 3% 0 3% 0%; }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
	.span_1_of_4 { width: 100%; }
	.span_1_of_3 { width: 100%; }
	.span_1_of_3-banner { width: 100%; }
	.span_1_of_3-archive { width: 100%;}
	.span_1_of_3-home { width: 100%; }
}

/***search***/

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #555;
	border: 1px solid #828995;
	border-radius: 2px;
	color: #fff;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 400;
	letter-spacing: 0.046875em;
	padding: 0.6em 1em 0.6em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #95c11f;
	border: 1px solid #dedede;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background-color: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #dedede;
	border-radius: 2px;
	color: #006D78;
	padding: 8px 34px 8px 8px;
	width: 100%;
	font-family: freight-sans-pro, sans-serif;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #dedede;
	color: #888;
	outline: 0;
}
.search-form {
	width: 100%;
	/**margin: 1.4em auto 0 0;**/
	margin: auto;
}
input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 32px);
	width: calc(100% - 32px);
	color: #BEC3CB;
	font-size: 0.875rem;
	font-size: 14px;
	/**line-height: 20px; **/
	padding: 8px 8px 8px 36px;
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	width: 60%;
}
.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 0;
	line-height: 36px;
	position: relative;
	width: 36px;
}
.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	margin: 0;
}
.search-field {
	width: -webkit-calc(100% - 32px);
	width: calc(100% - 32px);
	background-image: url(images/search-icon.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid transparent;
	cursor: pointer;
	height: 32px;
	margin: 2px 0;
	padding: 0 34px 0 0;
	position: relative;
	width: 0;
}
.search-field:focus {
	background-color: #fff;
	border: 1px solid #dedede;
	cursor: text;
	outline: 0;
	width: 100%;
}
.search-form
.search-submit { 
	display:none;
}
.crumbs {
	margin: 0 auto 0 auto;
	/**border-top: 1px solid #DEDEDE;**/
	padding: 0;
}
.crumb1 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: auto;
	padding: 6px 0 4px 0;
	border-bottom: 1px solid #dedede;
}
.crumb2 {
	display: inline-block;
	vertical-align: top;
	width: 26%;
	margin: auto;
}
.crumbs {
	font-size: 0.875rem;
	font-size: 14px;
	color: #555;
}
.crumbs a {
	font-size: 0.875rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #555;
	margin-right: 0px;
	padding-right: 4px;
	font-weight: 400;
}
.crumbs a:hover {
	color: #95c11f;
	padding-right: 4px;
}
.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0.6em;
}
.entry-content3 {
	border-bottom: none;
}
.page-header  {
	margin-right: 0;
	margin-left: 0;
	}
.entry-summary {
	margin-bottom: 1em;
	margin-top: 1em;
	}
.site-main > article {
	margin-bottom: 1em;
	margin-right: 0;
	}
.column-one {
	width: 20%;
}
.column-two {
	width: 80%;
}
ul.none {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1.6em 0;
}
/***menus***/

.main-navigation {
	font-size: 16px;
	font-family: freight-sans-pro, sans-serif;
	letter-spacing: 0.02em;
}
.main-navigation a {
	color: #444;
	display: block;
	line-height: 1;
	outline-offset: -1px;
	padding: 0.84375em 0;
	border-left: none;
	background-color: rgba(255,255,255,0.8);
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: purple;
	background-color: #fff;
	padding-right: 0.875em;
}
.main-navigation .current-menu-item > a {
	font-weight: 600;
	color: #037D8E;
	background-color: #fff;
}
.main-navigation .current-menu-item > a:hover,
.main-navigation .current-menu-item > a:focus{
	font-weight: 600;
	color: #444;
	background-color: #fff;
}
.main-navigation .current-menu-ancestor > a {
	font-weight: normal;
	color: #95c11f;
	background-color: #fff;
}
.main-navigation .current-menu-ancestor > a:hover,
.main-navigation .current-menu-ancestor > a:focus {
	font-weight: normal;
	color: #444;
	background-color: #fff;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #888;
}

.dropdown-toggle {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	color: #dedede;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #dedede;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
	color: #007D8E;
}
.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}
.dropdown-toggle:focus:after {
	border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
	content: "\f432";
	color: #007D8E;
}

/**menu toggle**/
.menu-toggle {
	background-color: #fff;
	border: 1px solid #dedede;
	color: #555;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 2em 0 0 0;
	padding: 0.6em 0.6em 0.4em 0.6em;
}
.no-js .menu-toggle {
	display: none;
}
.menu-toggle {
	position: absolute;
	top: 32px;
	right: 0;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: #fff;
	border-color: #95c11f;
	color: #00A5AE;
}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #95c11f;
	border-color: #95c11f;
	color: #666;
}
.menu-toggle:focus {
	outline: 0;
}
.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

/**Research menu**/

.left-column #menu-research-menu .menu li {
	margin-bottom: 0.4em;
}
.left-column #menu-research-menu li {
	border-bottom: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-family: din-condensed, sans-serif;
}
.left-column #menu-research-menu .sub-menu li {
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	border-bottom: 1px dotted #dedede;
	font-family: freight-sans-pro, sans-serif;
}
.left-column #menu-research-menu .sub-menu .current_page_item a {
	color: #037d8e;
	font-weight: 600;
}
/**footer**/

.site-footer {
	padding: 0 0 1.75em;
}

.site-info {
	width: 100%;
	border-top: 2px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 2em 0 2em 0;
	background-color: #fff;
}

.site-info {
	color: #666;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.site-info h3, .widget-title h2 {
	font-weight: 600;
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 0 0 8px 0;
	line-height: 1.2;
}
.site-info a {
	color: #666;
}
.widget p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 0.2em;
}
.widget p a {
	font-weight: 600;
	text-decoration: none;
}
.widget p a:hover, .widget p a:focus {
	text-decoration: none;
	color: #95c11f;
}
.site-info ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 1em;
}
.site-info li {
	line-height: 1.4;
	margin-bottom: 0.6em;
}

.site-info a:hover,
.site-info a:focus {
	color: #666;
	text-decoration: underline;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: freight-sans-pro, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}
.entry-footer, .postmetadata {
	color: #828995;
	border-bottom: 1px solid #ccc;
}
.entry-footer p {
	font-family: freight-sans-pro, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6153846154;
	margin-top: 0;
	margin-right: 3%;
	padding-bottom: 0.4em;
	margin-bottom: 0;
}
/**.entry-footer a:hover, .entry-footer a:focus {
    color: #C70C6F;
}**/
p.single-foot {
	margin-top: 1em;
}
p.single-foot a {
	color: #7FA634;
}
p.single-foot a:hover {
	color: #ED6C39;
	box-shadow: none;
}
.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}
.entry-footer a:hover,
.entry-footer a:focus {
	color: #C70C6F;
	box-shadow: none;
}

/**
 * 11.1 - Header
 */

.site-header {
	padding: 18px 0 0 0;
}
.logo {
	top: 18px;
}
.site-branding {
	margin: 0 auto 0.875em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.site-header-menu {
	/**width: 100%;**/
}
.site-header-menu.toggled-on, .no-js .site-header-menu {
    display: block;
	margin-top: 4.7em;
}
.site-branding {
	margin: 0 12px 0 0;
	}
.big-image-home {
	margin: 0 0 1.6em 0;
}

/**
 * 11.4 - Comments
 */

.comments-area {
    margin: 0 0 1.4em 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: none;
	padding: 1em 0;
}
.comments-title,
.comment-reply-title {
	border-top: none;
	font-family: freight-sans-pro, sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 600;
	line-height: 1.3125;
	padding-top: 0.6em;
}
.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: freight-sans-pro, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #a81950;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}
.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}
.comment-content p {
	padding-left: 24px;
	font-size: 16px;
	font-size: 1.6;
}
.comment-reply-link {
	border: 1px solid #dedede;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: freight-sans-pro, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.4615384615em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #a81950;
	outline: 0;
}
.comment-form {
	padding-top: 1.75em;
}
.comment-form label {
	color: #686868;
	display: block;
	font-family: freight-sans-pro, sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}
.comment-list .comment-form {
	padding-bottom: 1.75em;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}
.no-comments {
	border-top: 1px solid #dedede;
	font-family: freight-sans-pro, sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}
.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}
.post-navigation div + div {
	border-top: 1px solid #ccc;
}
.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}
.post-navigation span {
	display: block;
}
.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}
.post-navigation .post-title {
	display: inline;
	font-family: open-sans, sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #444;
}
.pagination {
	border-top: none;
	font-family: freight-sans-pro, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	margin: 1em 3% 1em 0;
	min-height: 56px;
	position: relative;
	display: inline-block;
	float: right;
}
.pagination:before,
.pagination:after {
	background-color: #828995;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
	border-radius: 2em;
}
.page-numbers {
	color: #828995;
}
.pagination .page-numbers {
    letter-spacing: 0.013157895em;
    line-height: 1;
    margin: 0 0.7368421053em 0 -0.7368421053em;
    padding: 0.66em 0.7368421053em 0.3947368421em;
    text-transform: uppercase;
	text-align: center;
	height: 52px;
	width: 52px;
	border: 1px solid #555;
	border-radius: 2em;
}
.pagination:before {
	right: 0;
}
.pagination:after {
	right: 54px;
}
.pagination a {
	color: #666;
}
.pagination a:hover,
.pagination a:focus {
	color: #8CC63F;
	padding-right: 13px;
	text-decoration: none;
}
.pagination .current {
	display: inline-block;
	font-weight: 700;
	color: #037D8E;
}
.pagination .nav-links {
	/**padding-right: 106px;**/
	position: relative;
	display: inline-block;
}
.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 24px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}
.pagination .prev,
.pagination .next {
	background-color: #555;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
	border-radius: 2em;
}
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #95c11f;
	color: #fff;
	text-decoration: none;
}
.post-navigation {
	border-top: none;
	border-bottom: 1px solid #ccc;
	clear: both;
	font-family: open-sans, sans-serif;
	margin: 0;
}
.post-navigation a {
	color: #666;
	display: block;
	padding: 0.6em 0;
}
.post-navigation a:hover {
	color: #95c11f;
	padding: 0.6em 0;
}

/**blocks**/

.block-item {
	display: inline-block;
	padding: 1.1%;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.block-item h2 {
	margin: 0.4em 0;
	font-size: 18px;
}
.block-item p {
	font-size: 14px;
	font-size: 0.875rem;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3, .span_1_of_3-bottom, .span_1_of_3-archive, .span_1_of_3-home, .span_1_of_2, .span_1_of_2-vids { width: 100%; }
	
	.menu-toggle {
		right: 0;
	}
	.list-box {
		flex-basis: 100%;
	}
	.list-box-50 {
		flex-basis: 100%;		
	}
	.list-box-left {
		flex-basis: 100%;		
	}
}

/**
* 14.1 - >= 710px
*/

@media screen and (min-width: 44.375em) {

	.entry-header  {
		margin-right: 0;
		margin-left: 0;
	}
	.site-branding {
		margin-top: 0;
		margin-bottom: 0;
	}
	.site-header {
		margin: 0;
	}
	.site-header-menu.toggled-on, .no-js .site-header-menu {
			display: block;
			margin-top: 4.6em;
		}
	.site {
		margin: 0 0 21px 0;
	}
	.sidebar {
		margin: 0 0 1em 0;
	}
	.menu-toggle {
		/**right: 21px;**/
		right: 0;
	}
	.topsearch {
		position: absolute;
		top: 21px;
		right: 66px;
	}
	.icon {
		position: absolute;
		top: 21px;
		right: 21px;
	}
	.left-column {
		margin: 1em 0 1em 0;
		padding-right: 0;
	}
	.left-col-floating, .left-column {
		border-bottom: 1px dotted #999;
		margin-bottom: 1.4em;
		margin-top: 0;
	}
	.home-block,
	.home-block2 {
		margin: 0 0 1em 0;
	}
	.home-block-top {
		margin: 0.4em 0 1em 0;
	}
	.top-search {
		width: 100%;
	}
	.top-search {
		margin: 3.8em 0 2em 0;
	}
	.big-image-home img,
	.big-image img {
		height: 200px;
		object-fit: cover;
	}
	.medium-image-home {
		margin-top: 2.6em;
	}
	.site-footer {
		margin: 0 0 1em 0;
	}
	.site-main {
		margin-bottom: 2em;
		margin-left: 0;
		margin-right: 0;
	}
	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: 0;
	}
	.block-col-4 .block-item {
		max-width: 100%;
	}
	.block-col-4 {
    		margin: 0 -1.2% 1em;
	}
	.list-box, .list-box-50, .list-box-left {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 44.375em) {	

	.entry-summary,
	.entry-content,
	.entry-footer,
	.page-header,
	.page-content,
	.post-navigation,
	.entry-title,
	.left-column {
		margin-right: 0;
		margin-left: 0;
	}
	.left-column {
		margin-top: 0;
	}
	.entry-header {
		margin-left: 0;
	}
	.comments-area {
    		margin: 0;
	}
	.site-branding h3 {
		display: none;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	.no-sidebar .entry-content-centre {
		float: none;
		margin: 0;
		width: 76%;
	}
	.block-col-4 .block-item {
		max-width: 49.5%;
	}
	.block-col-4 {
    		margin: 0 -1.2% 1em;
	}
	/**new middle**/
	.site-header {
		margin: 0;
	}
	.home-block,
	.home-block2 {
		margin: 0 0 1em 0;
	}
	.home-block-top {
		margin: 0 0 1em 0;
	}
	.site-footer {
		margin: 0 0 1em 0;
	}
	.sidebar {
		margin: 0 0 1em 0;
	}
	.site-main {
		margin-bottom: 0.4em;
		margin-left: 0;
		margin-right: 0;
	}
	.topsearch {
		position: absolute;
		top: 21px;
		right: 62px;
	}
	.icon {
		position: absolute;
		top: 21px;
		right: 21px;
	}
}

@media screen and (max-width: 48.9375em) {

	.big-image {
		margin-left: 3%;
		margin-right: 3%;
	}
	.big-image-home {
		margin-left: 0;
		margin-right: 0;
	}
	.subtitle {
		display: none;
	}
	.topsearch {
		position: absolute;
		top: 21px;
		right: 44px;
	}
	.icon {
		position: absolute;
		top: 21px;
		right: 0px;
	}
}

/***max width 800px**/

@media screen and (max-width: 50em) {

	.site {
    	margin: 0 21px 21px 21px;
	}
	.logo {
		top: 24px;
	}
	.big-image {
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	input[type="search"].search-field {
		background-image: url(images/search-icon.png);
		background-position: 5px center;
		background-repeat: no-repeat;
		padding: 8px 8px 8px 36px;
		width: 100%;
		text-align: left;
	}
	.subtitle {
		display: none;
	}
	.crumb2 {
		display: inline-block;
		vertical-align: top;
		width: 80%;
		margin: auto;
	}
	.main-navigation a {
		color: #666;
		display: block;
		line-height: 0.8;
		outline-offset: -1px;
		padding: 0.6em 0;
		background-color: #fff;
		border: none;
		border-bottom: 3px solid transparent;
	}
	.main-navigation a:hover,
	.main-navigation a:focus {
		color: #8cc63f;
		background-color: #fff;
		padding: 0.6em 0;
	}
	.main-navigation .current-menu-ancestor > a {
		font-weight: 600;
		color: #666;
		background-color: #fff;
	}
	.main-navigation .current-menu-item > a {
		font-weight: 600;
		color: #8cc63f;
		background-color: #fff;
		border-bottom: 3px solid #8cc63f;
	}
	.sidebar {
		padding-top: 1em;
		border-left: none;
	}
	.home-wee-image {
		float: left;
		margin-bottom: 1.6em;
		max-width: 100%;
	}
	.footer-logo {
		margin-bottom: 2em;
	}
	.column-one {
		width: 25%;
	}
	.column-two {
		width: 75%;
	}
	.span_2_of_3 {
		width: 100%;
		margin: 1% 0;
	}
	.span_1_of_3, .span_1_of_3-banner, .span_1_of_3-archive, .span_1_of_3-home, .span_1_of_2, .span_1_of_2-vids {
		width: 100%;
		margin: 1% 0;
	}
}
/***min width 800px**/

@media screen and (min-width: 50em) {
	.site-content {
		margin: 0 21px;
	}
	.site-footer {
   	 	margin: 0 21px;
	}
	.site-header-main {
		margin-left: 21px;
		margin-right: 21px;
	}
	.crumbs {
		/**margin-left: 21px;
		margin-right: 21px;	**/
		margin-left: 0;
		margin-right: 0;		
	}
	.subtitle {
		width: 80%;
	}
	.medium-image-home {
		margin-top: 0;
	}
	.icon {
		position: absolute;
		top: 21px;
		right: 21px;
	}
	.menu-toggle {
		right: 21px;
		top: 32px;
	}
	.people-name {
		margin-bottom: auto;
	}
}
/***min width 832px**/

@media screen and (min-width: 52em) {
	.medium-image-home {
		margin-top: 0;
	}
	.topsearch {
		position: absolute;
		top: 21px;
		right: 62px;
	}
}

/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	
	.site {
		margin: 0 21px 21px 21px;
	}
	.logo {
		top: 0;
	}
	.topsearch {
		position: absolute;
		right: 44px;
		top: 21px;
	}
	.icon {
		position: absolute;
		top: 21px;
		right: 0;
	}
	.site-content {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}	
	.site-header {
		position: fixed;
		z-index: 9999;
		width: 100%;
		background-color: #fff;
		height: 76px;
	}
	.site-footer {
   	 	margin: 0;
	}
	.site-header-main {
		margin-left: 0;
		margin-right: 0;
	}
	.site-header-menu,
	.header-image {
		position: absolute;
		right: 0;
		top: 39px;
		margin: 0;
		width: calc(100% - 188px);
	}
	.crumbs {
		margin-left: 0;
		margin-right: 0;
	}
	.col-wrapper {
		position: relative;
	}
	.left-column {
		position: -webkit-sticky; /* Safari */	
		position: sticky;
		top: 108px;
		left: 0;
		/**width: 12.6em;**/
		width: 23%;
		margin: 0 3% 4em 0;
		border-bottom: none;
		padding-top: 6px;
		float: left;
	}
	.left-column-archive {
		position: absolute;
		top: 0;
		left: 0;
		/**width: 12.6em;**/
		width: 23%;
		margin: 0 3% 0 0;
		border-bottom: none;
	}
	.left-column-wide {
		width: 16.45%;
		margin: 1.4em 3% 0 0;
		border-bottom: none;
		padding-top: 6px;
		position: -webkit-sticky; /* Safari */
		position: sticky;
		float: left;
		top: 3em;
		left: 0;
		}
	.entry-footer-narrow {
		position: absolute;
		top: 0;
		left: 0;
		/**width: 12.6em;**/
		width: 23%;
		margin: 1.4em 3% 0 0;
		border-bottom: none;
	}
	.nav2 {
		width: 70%;
		margin-left: 29%;
		margin-top: 0;
		position: relative;
	}
	.no-sidebar .content-area {
		float: left;
		margin: 0;
		width: 72%;
	}
	.no-sidebar .entry-content-centre {
		float: left;
		margin: 0;
	}
	.no-sidebar .entry-content-centre {
		width: 65%;
	}
	.no-sidebar .content-area-extra {
		width: 100%;
	}
	.no-sidebar .content-area-extra {
		float: left;
		margin: 0;
		/**width: 99%;**/
	}
	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}
	.sidebar {
		float: right;
		margin-left: 0;
		margin-top: 1.4em;
		padding: 6px 0 0 1em;
		width: 26%;
	}
	.widget .widget-title {
		margin-bottom: 1em;
	}
	.content-area {
		float: left;
		/**margin-right: -100%;**/
		width: 63%;
	}
	.tweet {
		width: 100%;
		float: right;
		padding: 12px 0 0 0;
	}
	.site-header .social-navigation {
    	display: block;
	}
	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2), .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: right;
		margin-right: 0;
		width: 71%;
	}
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
	.content-bottom-widgets .widget-area-small {
		width: 29%;
		float: left;
	}
	.no-sidebar .entry-header, .no-sidebar .entry-content {
		margin: 0 0 1.4em 0;
		width: 100%;
		display: inline-block;
	}
	.no-sidebar .comments-area {
		margin: 0 0 1.4em 0;
		width: 100%;
		display: inline-block;
	}
	.no-sidebar .entry-content-extra {
		margin: 0 0 1.4em 3%;
		display: inline-block;
		width: 71%;
	}
	.no-sidebar .entry-header-extra {
		margin: 0;
	}
	.no-sidebar .page-header, .no-sidebar .page-content {
		margin-left: 0;
		margin-right: 0;
	}
	.crumb2 {
		width: 26%;
		margin: auto;
	}
	.main-navigation {
		margin: 0;
		border-left: none;
	}
	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}
	.main-navigation .primary-menu > li {
		float: left;
	}
	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}
	.main-navigation li:hover > a,
	.main-navigation li:focus > a {
		color: #8c8d9b;
		background-color: #fff;
	}
	.main-navigation ul ul {
		border-bottom: 1px solid #fff;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}
	.main-navigation ul ul ul {
		top: -1px;
	}
	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}
	.main-navigation ul ul li {
		background-color: transparent;
		border-top: 1px solid #fff;
		border-left: none;
		border-bottom: none;
		border-right: none;
	}
	.main-navigation ul ul a {
		white-space: normal;
		width: 14em;
		font-size: 16px;
		font-size: 1rem;
		padding-top: 12px;
	}
	.main-navigation ul ul a:focus {
		color: #8c8d9b;
	}
	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}
	.main-navigation ul ul:before {
		border-color: none;
		border-width: 0;
	}
	.main-navigation ul ul:after {
		border-color: none;
		border-width: 0;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}
	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}
	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}
	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}
	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.block-col-4 .block-item {
		max-width: 24.6%;
	}
	.block-col-4 {
    		margin: 0 -1.2% 1em;
	}
	/**.top-search {
    	margin: 3.8em 0 0 0;
		width: 40%;
	}***/
	.big-image img,
	.big-image-home img {
		height: auto;
	}
	.subtitle {
		display: none;
	}
	.people-image img {
		min-height: 130px;
		max-height: 130px;
		object-fit: cover;
	}
	.people-image2 img {
		min-height: 280px;
		max-height: 280px;
		object-fit: cover;
	}
	.tagged-image img {
		max-height: 130px;
		min-height: 130px;
		object-fit: cover;
	}
	.archive-image img {
		max-height: 130px;
		min-height: 130px;
		object-fit: cover;
	}
	.home-image img {
		max-height: 180px;
		min-height: 180px;
		object-fit: cover;
	}	
	/**fullwidth page **/

	.image-block {
		display: inline;
		background-color: pink;
	}
	.big-image-home img {
		min-height: 540px;
		max-height: 540px;
		object-fit: cover;
	}
	.home-block-top {
		min-height: 540px;
	}
	.home-container {
		min-height: 540px;
		position: relative;
	}
	.home-title {
		width: 73.6%;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 8888;
		background-color: rgba(52,61,79,0.8);
		padding: 24px 24px 12px 24px;
		border-radius: 0 4px 0 0;
	}
	.home-title {
		color: #fff;
		font-size: 24px;
		line-height: 1.3;
	}
	.list-box {
		flex-grow: 1;
		flex-basis: 50%;
	}
	.list-box-left {
		flex-grow: 1;
		flex-basis: 48%;
		margin-right: 2%;
	}
}

@media screen and (max-width: 60em) {
	.site-header {
		max-width: 920px;
	}
}

/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {

	.site-main {
		margin-bottom: 0.4em;
	}
	.site-header {
		padding: 0 0 0 0; /**top edge space**/
		min-width: 980px;
	}
	.site-branding {
		margin: 0 2% 0 0;
	}
	.site-header-menu,
	.header-image {
		position: absolute;
		right: 0;
		top: 39px;
		margin: 0;
		width: calc(100% - 266px);
	}
	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 100%;
	}
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1.6em;
		width: 100%;
	}
	body.no-sidebar:not(.search-results) article:not(.type-page) .archive-title {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1.6em;
		width: 100%;
	}
	body:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		width: 100%;
	}
	body:not(.search-results) .entry-summary {
   		 margin-bottom: 0.4em;
	}
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    	margin-right: 0;
   		margin-left: 0;
    	width: 100%;
		/**display: inline-block;**/
	}
	.comments-area {
		margin-bottom: 1em;
	}
	.comment-list + .comment-respond, .comment-navigation + .comment-respond {
   		 padding-top: 1em;
	}
	.crumb2 {
		width: 86%;
		margin: 0;
	}
	.icon {
		position: absolute;
		top: 21px;
		right: 0;
	}
	.topsearch {
		position: absolute;
		right: 44px;
		top: 21px;
	}
	.comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn {
   		 margin-bottom: 1.0em;
	}
	.list-box {
		flex-grow: 1;
		flex-basis: 30%;
		max-width: 32%;
		min-width: 32%;
		display: flex;
		flex-direction: column;	
	}
	.list-box-left {
		flex-grow: 1;
		flex-basis: 31%;
		max-width: 32%;
		min-width: 30%;
		display: flex;
		flex-direction: column;	
		margin-right: 2%;
	}
	.list-box-50 {
		flex-grow: 1;
		flex-basis: 48%;
		max-width: 49%;
		min-width: 48%;
		display: flex;
		flex-direction: column;	
	}
}

/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {

	body:not(.search-results) .entry-summary {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.4;
		margin-bottom: 0.8em;
		margin-top: 0.2em;
	}
	body:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		width: 100%;
	}
	.icon {
		padding-right: 0;
	}
	.site-header {
		max-width: 1200px;
	}
	/**.topsearch {
		position: absolute;
		right: 0;
		top: 34px;
	}**/
}


/**
 * 15.0 - Print
 */

@media print {
	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #444 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #444 !important; /* Make sure color schemes don't affect to print */
	}
}
