/*
 Theme Name:     ECS
 Theme URI:      http://test.mission-minded.com/
 Description:    Custom theme developed for Education Commission of the States (child of Divi)
 Author:         Mission Minded
 Author URI:     http://www.mission-minded.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");
@import url("webfonts/styles.css");

/* Theme customization starts here - "FIXES"
------------------------------------------------------- */

html,
body {
	overflow-x: hidden;
}

#main-content .container:before {
	/* this is stupid */
	background-color: transparent;
}

h4.widgettitle {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	clear: both;
}

ul.et-tabs-control {
	padding: 0 !important;
}

#page-container {
	margin-top: -25px;
}

.r30 {
	margin-right: 30px;
}

#top-menu .cat-item {
	display: none !important;
}


/* HEADER & MENUS
------------------------------------------------------- */

.visible {
	opacity: 1;
	display: block;
}

.invisible {
	opacity: 0;
	display: none !important;
}

.et_fullwidth_nav #main-header .container {
	padding: 0 !important;
}

#main-header {
	box-shadow: none;
	padding: 0 !important;
	max-height: 180px !important;
	min-height: 140px !important;
}

.logo_container {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}

.logosizefix {
	height: 60px !important;
	max-height: 60px !important;
}

.et_header_style_centered #logo {
	position: relative;
	max-height: 100%;
	margin-top: 18px !important;
	float: left;
	z-index: 10;
}

#main-header.et-fixed-header #logo {
	position: relative;
	max-height: 60px !important;
	margin-top: 18px !important;
	float: left;
	z-index: 10;
}

.et_header_style_centered #top-menu > li > a {
	padding-bottom: 15px !important;
}

#main-header.et-fixed-header .et_header_style_centered #top-menu > li > a {
	text-transform: uppercase;
}

#main-header .navbarbg {
	background: #e4e2e0;
	padding: 10px 0 0;
	width: 100%;
	transition: padding 0.4s ease-in-out;
}

#main-header.et-fixed-header .navbarbg {
	margin-top: 28px;
}

#top-menu > li {
	padding-right: 50px;
}

ul#top-menu > li > a {
	text-transform: uppercase !important;
	font-weight: normal;
	padding-bottom: 10px;
}

.nav li a:visited,
.children li a:visited {
	color: ##796e65 !important;
}

.nav li li {
	line-height: 18px;
	padding-bottom: 10px;
}

ul.children > li > a {
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}

#headsearch {
	position: relative;
	margin-top: 20px !important;
	z-index: 1000;
	text-align: right !important;
	float: right;
}

.hidesearchbox {
	opacity: 0;
	display: none;
}

#homesearch {
	text-align: center;
	margin: 20px 0 50px;
}

#searchform {
	width: 525px;
	background: #fff;
	text-align: right;
	border: 5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
}

#searchform input {
	font-size: 18px;
	padding: 0 0 0 15px;
	color: #84bd00;
	background-color: #e6f2cc;
	min-height: 50px;
	min-width: 450px;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#searchform button {
	float: right;
	background-color: #84bd00;
	min-height: 50px;
	min-width: 60px;
	margin: 0 0 0 5px;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: background 0.5s;
}

#searchform button:hover {
	background-color: #a4dd21;
}

#searchform #searchsubmit:after {
	font-family: "ecs-icons";
	font-size: 24px;
	color: #fff;
	content: 'r';
}

.et_header_style_centered #main-header .mobile_nav {
	background-color: #e4e2e0;
}

ul#top-menu > li.current_page_ancestor > a {
	color: #833177 !important;
}


/* HOMEPAGE
------------------------------------------------------- */

.et_pb_slide {
	padding: 0;
}

.et_pb_slide_image img {
	min-height: 240px;
	min-width: 240px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
}

h2.home {
	font-size: 18px !important;
	line-height: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	margin: 20px 0 0;
}

.homeicon {
	margin-top: -75px;
	margin-bottom: 30px;
}

.col_cc h4 {
	font-size: 24px;
	color: #796e65;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.homecenter {
	background-color: #f1f0ef;
}

.col_rr h4 {
	font-size: 24px;
	color: #ed8b00;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.p20s {
	padding: 0 20px;
}

.col_i h4 {
	font-size: 24px;
	color: #833177;
	text-transform: uppercase;
	margin-bottom: 20px;
}

p.et_pb_slide_title {
	text-align: left;
	color: #ed8b00;
	font-weight: bold !important;
	font-size: 16px !important;
}

.et_pb_slide_content p {
	text-align: left;
	padding: 0 20px;
}

.uc {
	text-transform: uppercase;
}

.et-pb-arrow-prev,
.et-pb-arrow-next {
	top: 310px;
	color: #796e65 !important;
}

.et-pb-arrow-prev:before,
.et-pb-arrow-next:before {
	font-size: 30px;
}

.et-pb-controllers {
	top: 300px;
	bottom: auto;
}

.et-pb-controllers a {
	background-color: #ccc !important;
}

.et-pb-controllers a.et-pb-active-control {
	background-color: #796e65 !important;
}


/* MAIN STYLES
------------------------------------------------------- */

#content-area {
	padding-bottom: 50px;
}

.et_right_sidebar #left-area,
.et_left_sidebar #left-area,
#left-area {
	float: right;
	width: 70%;
	padding-left: 3%;
	padding-right: 0;
}

.et_right_sidebar #sidebar,
.et_left_sidebar #sidebar,
#sidebar {
	width: 27%;
	padding-left: 0;
	padding-right: 0;
}

a,
#content-area a {
	color: #ed8b00;
	font-weight: bold;
	text-decoration: none;
	transition: color 0.5s, background-color 0.25s;
	-webkit-transition: color 0.5s, background-color 0.25s;
}

a:hover,
a:active,
#content-area a:hover,
#content-area a:active {
	color: #f90;
}

.entry-content.cardbody a:visited {
	color: #dd6600 !important;
}

#main-content {
	background-color: #f1f0ef;
}

.et_pb_post .entry-content,
.project .entry-content {
	padding-top: 0;
}

hr {
	border: 0;
	height: 0;
	margin: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	clear: both;
}

hr:last-child {
	display: none;
}

h1 {
	font-size: 60px !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

h2 {
	font-size: 26px !important;
	color: #833177 !important;
}

.post h2 {
	color: #ed8b00 !important;
}

h3 {
	font-size: 22px !important;
	color: #796e65 !important;
}

h3.heading-more {
	font-size: 16px !important;
}

.entry-content ul li ul li {
	list-style: circle;
}

.pageintro p {
	font-size: 20px;
	line-height: 30px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	padding-top: 20px;
}

.et_pb_post h2 {
	margin-top: 0;
	font-size: 30px;
}

p:last-of-type {
	padding-bottom: 1em;
}

p.meta {
	font-size: 13px;
	color: #796e65;
}

.post_thumb {
	float: left;
	padding: 0 20px 20px 0;
}

.bio_pic {
	float: right;
	padding: 0 0 10px 20px;
}


/*.post_thumb img, .bio_pic img,*/

img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.et_pb_post {
	margin-bottom: 30px;
	overflow: hidden;
}

p.abstract {
	font-size: 14px;
}

.et_post_video {
	margin-bottom: 30px;
}

h1.cardtitle {
	background-color: #ed8b00;
	color: #fff;
	font-size: 40px !important;
	text-shadow: none;
	padding: 10px 30px 20px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

h2.cardtitle,
h2.cardtitle a {
	color: #ed8b00;
	font-weight: normal !important;
}

.cardbody {
	background-color: #fff;
	padding: 30px !important;
	margin: 0 0 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
}

.r-link {
	width: 200px;
	float: right;
	margin: 10px 0 30px 30px;
	text-align: center;
}

a.button {
	display: inline-block;
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px 12px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: background-color 0.5s;
}

a.button:visited {
	color: #fff !important;
}

a.share {
	font-size: 14px;
}

a.share:before {
	font-family: 'ecs-icons';
	font-size: 12px;
	content: 'v ';
}

a.orange {
	background-color: #ed8b00;
}

a.green {
	background-color: #84bd00;
	min-width: 200px !important;
}

a.green:hover {
	background-color: #a4dd21;
}

p.meta {
	padding-bottom: 0;
}

.reti {
	color: #f6caa3;
	font-size: 14px;
	text-transform: uppercase;
}

.issuecard {
	width: 29%;
	min-width: 240px;
	margin: 0 2% 20px 2%;
	float: left;
	background-color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.issuecard h4 {
	padding: 20px;
}

.issuecard p {
	font-size: 14px;
	padding: 0 20px 20px;
	min-height: 150px;
}

a.issueview {
	display: block;
	color: #fff !important;
	text-transform: uppercase;
	background-color: #84bd00;
	padding: 10px 20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

a.issueview:hover {
	background-color: #74ad00;
}

.icongroup {
	float: left;
	min-width: 280px;
	max-width: 280px
}

.ecs-share, .card {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.isspill {
	display: inline-block;
	float: left;
	padding: 5px 15px;
	margin: 0 20px 20px 0;
	background-color: #fff;
	border-right: 10px solid #84bd00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.shicon {
	margin: 0 10px 10px 0;
}

.shicon:before {
	font-family: 'ecs-icons';
	position: relative;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	height: 32px;
	width: 32px;
	border-radius: 16px;
	background-color: #ed8b00;
	text-align: center;
	transition: color 0.5s, background-color 0.5s;
	-webkit-transition: color 0.5s, background-color .5s;
}

.shicon.fb:before {
	content: 'g';
	padding: 6px;
}

.shicon.tw:before {
	content: 'i';
	padding: 6px 5px 6px 7px;
}

.shicon.li:before {
	content: 'n';
	padding: 6px 5px 6px 7px;
}

.shicon.em:before {
	content: 'e';
	padding: 6px 5px 6px 7px;
}

.shicon.fb:hover:before,
.shicon.tw:hover:before,
.shicon.li:hover:before,
.shicon.em:hover:before {
	color: #fff;
}

.shicon.fb:hover:before {
	background-color: #3b5998;
}

.shicon.tw:hover:before {
	background-color: #00aced;
}

.shicon.li:hover:before {
	background-color: #007bb5;
}

.shicon.em:hover:before {
	background-color: #833177;
}

ul.catlist {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 !important;
}

ul.catlist li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.catlist li:after,
a.catlink:after {
	content: ", ";
}

ul.catlist li:last-child:after,
a.catlink:last-child:after {
	content: "";
}


/* SIDEBAR / WIDGETS
------------------------------------------------------- */

.widget_search #searchsubmit {
	width: auto;
}

.et_pb_widget ul li {
	margin-bottom: 0;
}

#sub-page-menu li > a {
	display: block;
	font-size: 14px;
	color: #833177 !important;
	font-weight: bold;
	background: #e4e2e0;
	margin: 0 0 5px;
	padding: 2px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sub-page-menu li > a:hover {
	background-color: #d4d2d0;
}

#sub-page-menu li.current_page_item > a,
.widget_nav_menu li.current_page_item > a {
	display: block;
	color: #fff !important;
	background: #833177;
}

#sub-page-menu li.current_page_item > a:hover,
.widget_nav_menu li.current_page_item > a:hover {
	background-color: #833177;
}

#sub-page-menu ul.children,
.widget_nav_menu ul.sub-menu {
	margin: 0 0 2px 0;
}

h3.refine {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #796e65;
	margin: 0 0 30px 0;
}

h4.widgettitle,
h4.widgettitle a {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #796e65 !important;
	border-bottom: none;
	margin-bottom: 0;
}

h4.widgettitle:before,
h4.issuelink:before {
	height: 22px;
	width: 22px;
	margin: 0 8px 0 0;
	font-family: 'ecs-icons';
	text-transform: lowercase;
	font-weight: normal;
	color: #fff;
	background-color: #796e65;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

.add h4.widgettitle:before {
	font-size: 14px;
	content: 'q';
	padding: 4px;
}

.iss h4.widgettitle:before {
	font-size: 16px;
	content: 's';
	padding: 3px;
}

.iss h4.issuelink:before {
	font-size: 16px;
	content: 's';
	padding: 3px;
}

.doc h4.widgettitle:before {
	font-size: 14px;
	content: 'c';
	padding: 4px;
}

.edu h4.widgettitle:before {
	font-size: 14px;
	content: 'u';
	padding: 4px;
}

.usa h4.widgettitle:before {
	font-size: 14px;
	content: 'l';
	padding: 4px;
}

.req h4.widgettitle:before {
	font-size: 14px;
	content: 'k';
	padding: 4px;
}

.sub h4.widgettitle:before {
	font-size: 14px;
	content: 'd';
	padding: 4px;
}

.cht h4.widgettitle:before {
	font-size: 14px;
	content: 'j';
	padding: 4px;
}

.sub .textwidget,
.req .textwidget,
.cht .textwidget {
	padding-left: 30px;
}

.welcome .textwidget {
	font-size: 18px;
	color: #833177;
	font-weight: bold;
	font-style: italic;
}


/* BROWSE / SEARCH / FACET WP / SEARCH WP
------------------------------------------------------- */

h1.resource_title {
	font-size: 48px !important;
	color: #796e65;
	text-shadow: none;
	padding-bottom: 30px;
}

.facetwp-link,
.facetwp-checkbox {
	font-size: 14px;
	color: #833177;
	font-weight: bold;
	background: #e4e2e0;
	padding: 2px 0 2px 10px;
	margin: 0 0 2px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

span.facetwp-counter {
	*display: none;
}

.facetwp-type-checkboxes {
	overflow: visible !important;
	min-height: auto !important;
	height: auto;
	max-height: none !important;
	clear: both;
}

.wp-pagenavi {
	border-top: none;
	text-align: right;
}

.wp-pagenavi span.current,
.wp-pagenavi a {
	display: inline-block;
	min-width: 30px;
	max-width: 30px;
	text-align: center;
}

.facetwp-pager,
.wp-pagenavi span.pages {
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
	width: auto;
	margin: 20px 0 0;
}

a.facetwp-page,
.wp-pagenavi a {
	min-width: 30px;
	color: #796e65 !important;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	background-color: #d9d6d3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.facetwp-page.active,
.wp-pagenavi span.current {
	background: #796e65;
	color: #fff !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.facetwp-per-page,
.facetwp-counts {
	text-transform: uppercase;
	float: right;
}

div.facetwp-per-page::before {
	border-left: 1px solid #796e65;
	padding-left: 10px;
	margin-left: 10px;
	content: 'Show  ';
}

.facetwp-counts,
.facetwp-per-page,
.facetwp-pager {
	font-size: 13px;
}

.facetwp-depth {
	margin-left: 0 !important;
}

.facetwp-link.checked {
	font-weight: bold;
	background: #833177;
	color: #fff;
	cursor: default;
	padding: 2px 0 2px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

span.searchwp-highlight {
	background: #cfc;
}

.link-any {
	float: right;
	color: #fff;
	padding: 2px;
	margin-right: 5px;
	background-color: transparent;
}

.link-any:before {
	font-family: 'ecs-icons';
	font-size: 16px;
	font-weight: normal;
	content: 'f';
	color: #b770ae;
}

div.searchwp-live-search-results-showing {
	z-index: 99999 !important;
}

.facetwp-template .post,
.facetwp-template .page,
article.post-card {
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 10px solid #ed8b00;
}

.facetwp-facet input.facetwp-search {
	display: block;
	margin: 0 30px;
	width: 240px;
	font-size: 14px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	background-color: #f1f0ef;
	padding: 5px;
	border: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: border 0.3s, background-color 0.3s;
}

.facetwp-facet select.facetwp-dropdown {
	background-color: #f1f0ef;
	border: 2px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 30px;
	width: 240px;
}

.facetwp-facet.facetwp-facet-groups select.facetwp-dropdown {
	font-size: 18px;
	margin-bottom: none !important;
	width: 100%;
	margin-left: 0;
}

.facetwp-facet input.facetwp-search:focus,
.facetwp-facet select.facetwp-dropdown:focus,
.facetwp-facet select.facetwp-per-page-select:focus {
	border: 2px solid #796e65;
	background-color: #e6f2cc;
}

.facetwp-selections {
	clear: both;
}

.facetwp-selections ul {
	padding: 0 !important;
}

.facetwp-selections ul li {
	background: #eeeeee;
	padding: 5px 10px;
}

.facetwp-btn {
	top: 5px !important;
	right: 0 !important;
	left: 1px;
}


/* FULLWIDTH RESOURCE
------------------------------------------------------- */
#main-content.fullwidth .container {
	width: 100% !important;
}

.fullwidth #left-area {
	width: 100% !important;
}

.fullwidth #sidebar {
	width: 100% !important;
	margin-left: 50px;
}
.fullwidth #sidebar .et_pb_widget {
	width: 24%;
	min-width: 240px;
	float: left;
}
.fullwidth #sidebar .et_pb_widget .textwidget {
	overflow: hidden;
}


/* GRAVITY FORMS
------------------------------------------------------- */

input.gform_button {
	display: inline-block;
	border: none;
	font-size: 18px;
	color: #fff !important;
	background-color: #84bd00;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px 12px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: background-color 0.5s;
}

input.gform_button:hover {
	background-color: #a4dd21;
}


/* MODULES
------------------------------------------------------- */

li.line-above {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
}


/* FOOTER
------------------------------------------------------- */

.footlogo {
	float: left;
	margin: 50px 25px 50px 0;
}

.bottom-nav {
	padding: 50px 0 0;
}

div.sicons {
	text-align: right;
}

.sicon {
	margin: 0 10px 10px 0;
}

.sicon:before {
	font-family: 'ecs-icons';
	position: relative;
	/* this is the key to put it visually inside the search field */
	font-size: 18px;
	font-weight: normal;
	color: #796e65;
	top: 0;
	/* tune this vertical alignment inside the search field, as needed */
	left: 0;
	/* tune this horizontal alignment inside the search field, as needed */
	height: 32px;
	width: 32px;
	border-radius: 16px;
	background-color: #fff;
	text-align: center;
	transition: color 0.5s, background-color 0.5s;
	-webkit-transition: color 0.5s, background-color .5s;
}

.sicon.fb:before {
	content: 'g';
	padding: 6px 5px 6px 7px;
}

.sicon.tw:before {
	content: 'i';
	padding: 6px 5px 6px 7px;
}

.sicon.yt:before {
	content: 'h';
	padding: 6px 5px 6px 7px;
}

.sicon.li:before {
	content: 'n';
	padding: 6px 5px 6px 7px;
}

.sicon.in:before {
	content: 'm';
	padding: 6px 5px 6px 7px;
}

.sicon.fb:hover:before,
.sicon.tw:hover:before,
.sicon.yt:hover:before,
.sicon.li:hover:before,
.sicon.in:hover:before {
	color: #fff;
}

.sicon.fb:hover:before {
	background-color: #3b5998;
}

.sicon.tw:hover:before {
	background-color: #00aced;
}

.sicon.yt:hover:before {
	background-color: #bb0000;
}

.sicon.li:hover:before {
	background-color: #007bb5;
}

.sicon.in:hover:before {
	background-color: #125688;
}


/* TOOLTIP
------------------------------------------------------- */

.tooltip {
	position: relative
}
.tooltip:hover {
	text-decoration: none
}
.tooltip:hover:after {
	color: #FFF;
	font-size: 14px;
	background: #796e65;
	content: attr(data-title);
	white-space: nowrap;
	padding: 3px 8px;
	display: block;
	position: absolute;
	left: 90%;
	bottom: 0;
	z-index: 8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



/*--------------------------------------------------------- 
	RESPONSIVE STYLING
----------------------------------------------------------- */

* Responsive Styles Tablet Landscape */ @media all and (min-width: 980px) and (max-width: 999px) {
	.et_fullwidth_nav #main-header .container {}
}


/* Responsive Styles Tablet Landscape */

@media all and (min-width: 800px) and (max-width: 999px) {
	#main-header.homeheader {
		background: #fff;
		min-height: 135px !important;
	}
	#main-header.pageheader {
		background: #fff;
		min-height: 200px !important;
	}
	#main-header.pageheader .navbarbg,
	#main-header.pageheader #et-top-navigation,
	#main-header.pageheader #top-menu-nav,
	#main-header.pageheader #et_mobile_nav_menu,
	#main-header.pageheader .mobile_nav,
	#main-header.pageheader.et-fixed-header .navbarbg,
	#main-header.pageheader.et-fixed-header #et-top-navigation,
	#main-header.pageheader.et-fixed-header #top-menu-nav,
	#main-header.pageheader.et-fixed-header #et_mobile_nav_menu,
	#main-header.pageheader.et-fixed-header .mobile_nav {
		top: 35px !important;
		margin: 0 !important;
	}
	#main-header div.navbarbg {
		background-color: transparent;
		clear: both;
		padding: 0;
		margin: 0;
	}
	.et_header_style_centered #logo {
		max-height: 60px !important;
		margin-bottom: 10px;
	}
	.logosizefix {
		height: 60px !important;
		max-height: 60px !important;
	}
	#headsearch {
		position: absolute;
		top: 70px;
		left: 0;
		text-align: left !important;
		float: left !important;
	}
	.et_header_style_centered .et_mobile_menu {
		top: 35px;
	}
	.et_header_style_centered #main-header .mobile_nav {
		background-color: #e4e2e0;
	}
	.home_row {
		padding: 0;
	}
	.home h1 {
		font-size: 40px !important;
	}
	h2.home {
		font-size: 18px !important;
	}
	#searchform {
		margin: 0 auto;
		width: 650px;
		text-align: left !important;
	}
	#searchform input {
		font-size: 16px;
		min-width: 575px;
		max-width: 595px;
	}
	.homecenter {
		background-color: #fff;
	}
	.homeicon.rr,
	.homeicon.in {
		margin: -20px 0 30px;
	}
	#sicons,
	div.sicons {
		text-align: center;
		margin: 30px 0;
	}
	.sicons a.button.orange.r30 {
		display: block;
		margin: 0 auto 30px !important;
		clear: both;
	}
	div.et_pb_section.introhead {
		padding: 15px 0;
	}
	h1.headtitle {
		font-size: 32px !important;
	}
	.pageintro p {
		font-size: 16px;
		line-height: 24px;
	}
	.issuecard {
		min-width: 300px;
	}
	.issuecard p {
		min-height: auto;
	}
	.r-link {
		margin: 20px 0 10px 30px;
	}
	#sidebar {
		clear: both;
	}
	#sidebar h3.refine {
		padding-top: 30px;
	}
	#sub-page-menu {
		clear: all;
		margin-top: 20px !important;
		border-top: 1px solid #ccc;
		padding-top: 20px !important;
	}
	.post_thumb {
		padding: 0;
		margin: 0 50px 10px;
	}
}


/* Responsive Styles Tablet Portrait */

@media all and (min-width: 600px) and (max-width: 799px) {
	#main-header.homeheader {
		background: #fff;
		min-height: 150px !important;
	}
	#main-header.pageheader {
		background: #fff;
		min-height: 240px !important;
	}
	#main-header.pageheader .navbarbg,
	#main-header.pageheader #et-top-navigation,
	#main-header.pageheader #top-menu-nav,
	#main-header.pageheader #et_mobile_nav_menu,
	#main-header.pageheader .mobile_nav,
	#main-header.pageheader.et-fixed-header .navbarbg,
	#main-header.pageheader.et-fixed-header #et-top-navigation,
	#main-header.pageheader.et-fixed-header #top-menu-nav,
	#main-header.pageheader.et-fixed-header #et_mobile_nav_menu,
	#main-header.pageheader.et-fixed-header .mobile_nav {
		top: 45px !important;
		margin: 0 !important;
	}
	#main-header div.navbarbg {
		background-color: transparent;
		clear: both;
		padding: 0;
		margin: 0;
	}
	.et_header_style_centered #logo {
		max-height: 72px !important;
	}
	.logosizefix {
		height: 72px !important;
		max-height: 72px !important;
	}
	#headsearch {
		position: absolute;
		top: 90px;
		left: 0;
		text-align: left !important;
		float: left !important;
	}
	.et_header_style_centered .et_mobile_menu {
		top: 35px;
	}
	.et_header_style_centered #main-header .mobile_nav {
		background-color: #e4e2e0;
	}
	.home_row {
		padding: 0;
	}
	.home h1 {
		font-size: 36px !important;
	}
	h2.home {
		font-size: 18px !important;
	}
	#searchform {
		width: 500px;
		text-align: left !important;
	}
	#searchform input {
		font-size: 16px;
		min-width: 425px;
		max-width: 445px;
	}
	.homecenter {
		background-color: #fff;
	}
	.homeicon.rr,
	.homeicon.in {
		margin: -20px 0 30px;
	}
	#sicons,
	div.sicons {
		text-align: center;
		margin: 30px 0;
	}
	.sicons a.button.orange.r30 {
		display: block;
		margin: 0 auto 30px !important;
		clear: both;
	}
	div.et_pb_section.introhead {
		padding: 15px 0;
	}
	h1.headtitle {
		font-size: 32px !important;
	}
	.pageintro p {
		font-size: 16px;
		line-height: 24px;
	}
	.issuecard {
		min-width: 490px;
	}
	.issuecard p {
		min-height: auto;
	}
	.r-link {
		margin: 20px 0 10px 30px;
	}
	#sidebar {
		clear: both;
	}
	#sidebar h3.refine {
		padding-top: 30px;
	}
	#sub-page-menu {
		clear: all;
		margin-top: 20px !important;
		border-top: 1px solid #ccc;
		padding-top: 20px !important;
	}
	.post_thumb {
		padding: 0;
		margin: 0 50px 10px;
	}
}


/* Responsive Styles Smartphone Landscape */

@media all and ( min-width: 480px) and (max-width: 599px) {
	#main-header.homeheader {
		background: #fff;
	}
	#main-header.pageheader {
		background: #fff;
		min-height: 220px !important;
	}
	#main-header.pageheader .navbarbg,
	#main-header.pageheader #et-top-navigation,
	#main-header.pageheader #top-menu-nav,
	#main-header.pageheader #et_mobile_nav_menu,
	#main-header.pageheader .mobile_nav,
	#main-header.pageheader.et-fixed-header .navbarbg,
	#main-header.pageheader.et-fixed-header #et-top-navigation,
	#main-header.pageheader.et-fixed-header #top-menu-nav,
	#main-header.pageheader.et-fixed-header #et_mobile_nav_menu,
	#main-header.pageheader.et-fixed-header .mobile_nav {
		top: 45px !important;
		margin: 0 !important;
	}
	#main-header div.navbarbg {
		background-color: transparent;
		clear: both;
		padding: 0;
		margin: 0;
	}
	.et_header_style_centered #logo {
		max-height: 55px !important;
	}
	.logosizefix {
		height: 55px !important;
		max-height: 55px !important;
	}
	#headsearch {
		position: absolute;
		top: 70px;
		left: 0;
		text-align: left !important;
		float: left !important;
	}
	.et_header_style_centered #main-header div#et-top-navigation.normnav {
		top: 20px !important;
	}
	.et_header_style_centered #main-header div#et-top-navigation {
		top: 20px;
	}
	.et_header_style_centered .et_mobile_menu {
		top: 35px;
	}
	.et_header_style_centered #main-header .mobile_nav {
		background-color: #e4e2e0;
	}
	.home_row {
		padding: 0;
	}
	.home h1 {
		font-size: 32px !important;
	}
	h2.home {
		font-size: 16px !important;
	}
	#searchform {
		width: 380px;
		text-align: left !important;
	}
	#searchform input {
		font-size: 16px;
		min-width: 305px;
		max-width: 315px;
	}
	.homecenter {
		background-color: #fff;
	}
	.homeicon.rr,
	.homeicon.in {
		margin: -20px 0 30px;
	}
	#sicons,
	div.sicons {
		text-align: center;
		margin: 30px 0;
	}
	.sicons a.button.orange.r30 {
		display: block;
		margin: 0 auto 30px !important;
		clear: both;
	}
	div.et_pb_section.introhead {
		padding: 15px 0;
	}
	h1.headtitle {
		font-size: 34px !important;
	}
	.pageintro p {
		font-size: 16px;
		line-height: 24px;
	}
	.issuecard {
		min-width: 390px;
	}
	.issuecard p {
		min-height: auto;
	}
	.r-link {
		margin: 20px 0 10px 30px;
	}
	#sidebar {
		clear: both;
	}
	#sidebar h3.refine {
		padding-top: 30px;
	}
	#sub-page-menu {
		clear: all;
		margin-top: 20px !important;
		border-top: 1px solid #ccc;
		padding-top: 20px !important;
	}
	.post_thumb {
		padding: 0;
		margin: 0 50px 10px;
	}
}


/* Responsive Styles Smartphone Portrait */

@media all and (min-width: 320px) and (max-width: 479px) {
	#main-header.homeheader {
		background: #fff;
	}
	#main-header.pageheader {
		background: #fff;
		min-height: 200px !important;
	}
	#main-header.pageheader .navbarbg,
	#main-header.pageheader #et-top-navigation,
	#main-header.pageheader #top-menu-nav,
	#main-header.pageheader #et_mobile_nav_menu,
	#main-header.pageheader .mobile_nav,
	#main-header.pageheader.et-fixed-header .navbarbg,
	#main-header.pageheader.et-fixed-header #et-top-navigation,
	#main-header.pageheader.et-fixed-header #top-menu-nav,
	#main-header.pageheader.et-fixed-header #et_mobile_nav_menu,
	#main-header.pageheader.et-fixed-header .mobile_nav {
		top: 45px !important;
		margin: 0 !important;
	}
	#main-header div.navbarbg {
		background-color: transparent;
		clear: both;
		padding: 0;
		margin: 0;
	}
	.et_header_style_centered #logo {
		max-height: 42px !important;
	}
	.logosizefix {
		height: 42px !important;
		max-height: 42px !important;
	}
	#headsearch {
		position: absolute;
		top: 60px;
		left: 0;
		text-align: left !important;
		float: left !important;
	}
	.et_header_style_centered #main-header div#et-top-navigation.normnav {
		top: 50px !important;
	}
	.et_header_style_centered #main-header div#et-top-navigation {
		top: 20px;
	}
	.et_header_style_centered .et_mobile_menu {
		top: 35px;
	}
	.et_header_style_centered #main-header .mobile_nav {
		background-color: #e4e2e0;
	}
	.home_row {
		padding: 0;
	}
	.home h1 {
		font-size: 32px !important;
	}
	h2.home {
		font-size: 16px !important;
	}
	#searchform {
		margin: 0 auto;
		width: 250px;
		text-align: left !important;
	}
	#searchform input {
		font-size: 16px;
		min-width: 155px;
		max-width: 175px;
	}
	.homecenter {
		background-color: #fff;
	}
	.homeicon.rr, .homeicon.in {
		margin: -20px 0 30px;
	}
	#sicons, div.sicons {
		text-align: center;
		margin: 30px 0;
	}
	.sicons a.button.orange.r30 {
		display: block;
		margin: 0 auto 30px !important;
		clear: both;
	}
	div.et_pb_section.introhead {
		padding: 15px 0;
	}
	h1.headtitle {
		font-size: 32px !important;
	}
	.pageintro p {
		font-size: 16px;
		line-height: 24px;
	}
	.issuecard {
		width: 280px;
	}
	.issuecard p {
		min-height: auto;
	}
	.r-link {
		width: 100%;
		margin: 20px 30px;
	}
	#sidebar {
		clear: both;
	}
	#sidebar h3.refine {
		padding-top: 30px;
	}
	#sub-page-menu {
		clear: all;
		margin-top: 20px !important;
		border-top: 1px solid #ccc;
		padding-top: 20px !important;
	}
	.post_thumb {
		padding: 0;
		margin: 0 50px 10px;
	}
}