/*
Theme Name: PGW Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pgw-theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

PGW Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	min-height:100%;
}

body {
	margin: 0;
	min-height:100%;
}

body.custom-background {
	background-size:cover;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

article.post h1 a {
  font-size: 25px;
  text-decoration: none;
  margin: 0;
}
article.post h1 {
	margin:0;
}

article {
	border-bottom:1px solid #adadad;
	padding-bottom:20px;
	margin-bottom:40px;
}
article p {
	margin:0 0 20px 0;
}
article .entry-content {
	margin:0;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
.post img.alignleft, .post img.alignright {
	margin-top: 8px;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout:fixed;
}

table.experts td {
	max-width:220px;
}
table.videos {
	width:100%;
}
table.videos td {
	width:30%;
}
	

td,
th {
	padding: 0;
}

.pres-bios td img {
	width: 100%;
}
.pres-bios td {
	width:20%;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:#000;
}

h3, span.h3-inline {
	font-size:23px;
	color:#000;
	font-weight:700;
	margin-bottom: 5px;
}

span.h3-inline {
	margin-bottom: 0;
}

span#more-12 {
  height: 21px;
  border-bottom:1px solid #999;
  background: none;
  width: 1024px;
  display: block;
  margin: 20px 0 0 -55px;
}

p {
	margin:0 0 20px 0;
	color: #8C8C8C;
	font-size: 17px;
	line-height:27px;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/
#top-banner {
	background: #11175E;
	width:100%;
	float:left;
}

#top-banner input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
	max-width: 160px;
	float: left;
	border-radius: 0;
	height: 18px;
	font-size: 13px;
	text-align: center;
	border: none;
	background: rgba(255,255,255,0.4);
	color: #fff;
}

#top-banner .watermark {
    color: #ffffff !important;
    font-family: 'Karla' !important;
}
#top-banner ::-webkit-input-placeholder {
    color: #ffffff !important;
    font-family:'Karla', sans-serif;
}
#top-banner :-moz-placeholder {
    color: #ffffff !important;
    font-family:'Karla', sans-serif;
}
#top-banner ::-moz-placeholder {
    color: #ffffff !important;
    font-family:'Karla', sans-serif;
}
#top-banner :-ms-input-placeholder {
    color: #ffffff !important;
    font-family:'Karla', sans-serif;
}

#top-banner .widget {
	float:right;
	margin:5px;
	padding:0;
	width:188px;
}

#masthead {
	position:relative;
}

/*#text-6 {
  position: absolute;
  top: -12px;
  right: 0;
}*/

#text-6 p {
	margin:15px 0 0 0;
}

h2.site-description {
	font-weight: 400;
	margin: 0;
	padding: 6px 13px;
	font-size: 15px;
	color: #ADAFB2;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	float:left;
}

.site-branding {
	overflow:visible;
	padding: 0 20px;
	position:relative;
	height: 120px;
	clear:both;
}

a.main-logo {
	position:absolute;
	left:20px;
	z-index:100;
}
	
h1.site-title {
  margin: 0px;
  width: 230px;
  line-height:0;
}

.logos {
	max-height:69px;
	position:absolute;
	right:20px;
	top:0;
}
.logos a {
	line-height:0;
}
.logos img {
	max-height:69px;
	width:auto;
}

.main-navigation ul ul {
  z-index: 99;
  top: 45px;
  box-shadow: none;
  background: rgba(16,23,95,0.85);
}

.main-navigation ul ul a {
  background: none;
  margin: 0;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  width: 200px;
}


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #e71c3a;
}

a:visited {
	color: #e71c3a;
}

a:hover,
a:focus,
a:active {
	color: #c80e29;
}

a:focus, *:focus {
	outline: 0 !important;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
#nav-wrap {
	display: block;
	position:absolute;
	bottom:-13px;
	right:0;
	width: 740px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #E61C3A;
	padding: 11px 12px;
	/*background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 40%, rgba(198,197,198,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(255,255,255,1)), color-stop(100%,rgba(198,197,198,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(198,197,198,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(198,197,198,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(198,197,198,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 40%,rgba(198,197,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c5c6',GradientType=0 );*/
	background:#fff;
	margin-right: 2px;
	margin-bottom:13px;
}

.main-navigation a.no-style {
	background:none;
	padding:0;
	margin:0;
	float:left;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 45px;
	left: -999em;
	z-index: 99;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	background:url(images/nav_star.png) no-repeat center bottom;
	color:#11175E;
	padding: 11px 12px 24px 12px;
	margin-bottom:0;
	position:relative;
	z-index:100;
}


.main-navigation:hover .current_page_item > a,
.main-navigation:hover .current-menu-item > a,
.main-navigation:hover .current_page_ancestor > a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	/*font-size: 16px;*/
	color: #E61C3A;
	padding: 11px 12px;
	/*background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 40%, rgba(198,197,198,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(255,255,255,1)), color-stop(100%,rgba(198,197,198,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(198,197,198,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(198,197,198,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 40%,rgba(198,197,198,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 40%,rgba(198,197,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c5c6',GradientType=0 );*/
	background:#fff;
	margin-right: 2px;
	margin-bottom:13px;
}

.main-navigation .current_page_item:hover > a,
.main-navigation .current-menu-item:hover > a,
.main-navigation .current_page_ancestor:hover > a,
.main-navigation li:hover > a {
	background:url(images/nav_star.png) no-repeat center bottom;
	color:#11175E;
	padding: 11px 12px 24px 12px;
	margin-bottom:0;
	position:relative;
	z-index:100;
}

.main-navigation ul ul :hover > a {
	background:none;
	color:#e71c3a;
	padding:15px 10px;	
}	

.menu-primary-menu-container {
  float: left;
}

.main-navigation ul ul .current_page_item > a, .main-navigation ul ul .current-menu-item > a, .main-navigation ul ul .current_page_ancestor > a {
	background:none;
	padding:15px 10px;
	color:#fff;
}
.main-navigation ul ul .current_page_item:hover > a,
.main-navigation ul ul .current-menu-item:hover > a,
.main-navigation ul ul .current_page_ancestor:hover > a,
.main-navigation ul ul li:hover > a {
	background: none;
	color:#e71c3a;
	padding:15px 10px;	
}

.main-navigation:hover ul ul .current_page_item > a,
.main-navigation:hover ul ul .current-menu-item > a,
.main-navigation:hover ul ul .current_page_ancestor > a {
	color: #fff ;
	background:none ;
	padding:15px 10px ;
}

.main-navigation:hover ul li.current-menu-ancestor:hover ul li.current-menu-item a {
	padding:15px 10px;
	margin:0;
	color:#e71c3a;
}
.main-navigation:hover ul li.current-menu-ancestor:hover ul:hover li.current-menu-item a {
	color:#fff;
}
.main-navigation:hover ul li.current-menu-ancestor:hover ul:hover li.current-menu-item:hover a {
	color:#e71c3a;
}
	

/* Small menu. */
.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.site-main.research-main {
	background: #efefef;
	margin: 25px 50px !important;
	padding: 20px;
}
.site-main.research-main p {
	color:#000;
	text-align:center;
}
	

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#menu-item-471 ul.sub-menu {   /* ABOUT LINK */
	margin-left: -71px;
}

#menu-item-475 ul.sub-menu {   /* ANALYSIS LINK */
	margin-left: -60px;
}

#menu-item-493 ul.sub-menu {   /* TRACKING LINK */
	margin-left: -61px;
}

#menu-item-492 ul.sub-menu {   /* POLLS LINK */
	margin-left: -73px;
}

#menu-item-484 ul.sub-menu {   /* RESEARCH LINK */
	margin-left: -56px;
}

#menu-item-477 ul.sub-menu {   /* MULTIMEDIA LINK */
	margin-left: -50px;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}

.homepage-block .widget {
	float:left;
	width:32%;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
#home-slider {
	width:100%;
	background:#11175E;
	height:auto;
	max-height: 400px;
	overflow: hidden;
}
.homepage-content {
	text-align:center;
	font-size:20px;
	font-style:italic;
	color:#ADADAD;
}
.analysis-item {
	overflow:auto;
	padding-bottom:20px;
	border-bottom:1px solid #adadad;
	margin-bottom:15px;
}
.analysis-item h2 {
	margin-bottom:0;
}
a.red-button, .news-wrap a, a.more-link, .polls-item a.red-button {
	color: #fff;
	text-decoration: none;
	padding: 4px 8px;
	font-size: 15px;
	line-height: 15px;
	background: #e51e3b;
	float: left;
	border-radius: 6px;
	margin-top: 14px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	-o-font-smoothing: subpixel-antialiased;
}
.pagination a {
	color: #e51e3b;
	padding:0;
	float:none;
	background:none;
	border-radius: 0;
}

.analysis-item a.more {
	margin-top:0px;
}
a.red-button {
	margin-top: 0;
	margin-bottom:5px;
}
.news-wrap a:hover, a.more-link:hover, a.red-button:hover {
	background: #c80e29;
}
.pagination a:hover {
	background:none;
	color: #c80e29;
	text-decoration:underline;
}
.pagination {
	margin: 10px;
	float: left;
	width: 100%;
	text-align: center;
	text-decoration:none;
}
.pagination span.current {
	font-size:15px;
}
.pagination .page-numbers {
	padding: 0 5px;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
#page {
	max-width: 1024px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 26px rgba(0,0,0,0.3);
	height:100%;
}

strong {
	color:#000;
}

.did-you-know-content strong {
	color:#fff;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-footer span.cat-links, span.comments-link {
  display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.footer-wrap {
	padding: 20px 60px 60px 60px;
	border-top: 1px solid #999;
	overflow:auto;
	border-bottom: 25px solid #10175f;
	margin-top:55px;
}

.copyright {
	float: right;
	color: #999;
	font-size: 13px;
}
.footer-wrap .widget {
	float:left;
}

.social-icon {
	padding:10px 2px 0 2px;
}

#main {
	margin: 0 55px;
}
#main.xtra-wide {
	margin: 0 10px;
}
#main.home-wrap {
	margin:0;
}

#main.news-wrap, #main.analysis-wrap, #main.polls-wrap, #main.main-wrap {
	margin:0 32px;
	float:left;
	max-width:66%;
} 

.news-text h2, .polls-text h2 {
  margin: 0;
  font-size: 23px;
  line-height: 31px;
  margin-bottom: 5px;
  color: #000;
}

.news-text p, .polls-text p {
	margin: 0;
	font-size: 16px;
	color: #999;
}

.news-item, .polls-item {
	float:left;
	width:100%;
	padding:30px 0 15px 0;
	border-bottom: 1px solid #999;
}

.polls-intro {
	float:left;
	width:100%;
	padding:15px 0 0 0;
	border-bottom: 1px solid #999;
}
.polls-intro h2 {
	margin-bottom:0;
}
.news-item a {
	color: #fff;
	text-decoration: none;
	padding: 4px 8px;
	font-size: 15px;
	line-height: 15px;
	background: #e51e3b;
	float: left;
	border-radius: 6px;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	-o-font-smoothing: subpixel-antialiased;
}

.polls-item a {
	text-decoration:none;
}
.polls-item a h2 {
	color: #e51e3b;
}
.polls-item a:hover h2 {
	color: #c80e29;
}

.news-item a:hover {
	background: #c80e29;
}


.news-thumb, .polls-thumb {
	float:left;
	width:131px;
	height:116px;
	background:url(images/news_placeholder.png) no-repeat;
	background-size:cover;
	max-width:25%;
}

.news-text, .polls-text {
	float:left;
	padding-left: 26px;
	max-width: 75%;
}

.page-header {
	background:#11175E;
	height:150px;
	width:100%;
	overflow:hidden;
	position:relative;
}

.page-header img {
	width:100%;
	position:absolute;
	bottom:0;
	z-index:2;
	opacity:0.5;
}

.page-id-70 .page-header img {
	bottom:-80px;
}

.subpage {
	padding:22px;
	float:left;
	max-width:980px;
}

#box-link-wrap {
	overflow: auto;
	margin: 0px 36px;
}

.box-link-border-odd {
	float:left;
	width: 30.33%;
	text-align: center;
	margin: 10px 1.5%;
	padding:10px 0;
	border-top:10px solid #B4C7E2;
	border-bottom:10px solid #B4C7E2;
}
.box-link-border-even {
	float:left;
	width: 30.33%;
	text-align: center;
	margin: 10px 1.5%;
	padding:10px 0;
	border-top:10px solid #E41D3B;
	border-bottom:10px solid #E41D3B;
}
.box-link-border-odd.four, .box-link-border-even.four {
	width: 22%;
}
.box-link {
	float:left;
	width:100%
}

.box-link h2 {
	color:#E61C3A;
	text-shadow: 0px 0px 6px #fff;
	padding: 102px 0;
	margin:0;
}
.box-link-border-odd.four h2, .box-link-border-even.four h2 {
	color: #E61C3A;
    text-shadow: 0px 0px 6px #fff;
    padding: 89px 0;
    margin: 0;
    font-size: 16px;
}
.box-link h2:hover {
	background:rgba(255,255,255,0.5);
}

.video-item {
	width:32%;
	margin:0.65%;
	float:left;
	height: 0;
	padding-bottom: 32%;
}
.video-thumb {
	width:100%;
	height:0;
	padding-bottom:70%;
}
.video-text a {
	text-decoration:none;
}
.video-text h2 {
	font-size:14px;
	line-height:17px;
	color:#000;
	font-weight:400;
	margin:5px 0;
}


/*--------------------------------------------------------------
10.? Sidebar
--------------------------------------------------------------*/
.sidebar {
	float:right;
	width:23%;
	padding: 20px;
	margin-top:30px;
	background:#ebebeb;
}
.sidebar.bottom {
	width:auto;
	margin: 0 0 40px 0 !important;
}
.sidebar h1.widget-title {
	font-size: 18px;
	color: #293298;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-weight:700;
	line-height: 22px;
}

.sidebar .widget {
	margin-bottom:25px;
	width:100%;
	float:left;
}

.sidebar p {
	font-size:14px;
	color:#424141;
	line-height:24px;
}

.sidebar input.search-field {
	border: 0;
	border-radius: 0px;
	font-size: 12px;
	float: left;
	width: 180px;
}

form.search-form br {
  display: none;
}

#absc-search-submit.search-submit {
	display: block;
	border: 0;
	border-radius: 24px;
	background:#e51e3b url(images/search_icon_white.png) no-repeat center center;
	background-size:cover;
	box-shadow: none;
	text-shadow: none;
	color: #e51e3b;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	float: left;
	padding:0;
	margin-left: 10px;
}

.widget_search input[type="submit"]:hover {
	box-shadow: none;
	background-color: #c80e29;
}

/*--------------------------------------------------------------
10.15 Homepage
--------------------------------------------------------------*/

.homepage-block {
	overflow: auto;
	margin: 50px 60px;
	background: #f2f2f2;
	padding:15px;
}

#text-3 h1, #text-4 h1 {
	display:none !important;
}

#text-3 {
	border-top: 10px solid #e51e3b;
	padding-top: 5px;
}

#text-3 img {
	width:100%;
}

.did-you-know-content {
	background: #e51e3b;
	padding:10px 10px;
	color:#fff;
	font-size: 13px;
	line-height: 18px;
}

.did-you-know-content h2 {
	margin:0 0 10px 0;
	color:#fff;
	font-size: 25px;
	font-weight:400;
}

#text-4 {
	border-top: 10px solid #b3c7e2;
	border-bottom: 10px solid #b3c7e2;
	margin:0 2%;
}

#text-4 h2 {
	text-align:center;
	text-transform:uppercase;
	color:#10175f;
	font-weight:400;
	margin: 0;
	line-height: 30px;
	font-size: 23px;
}

.countdown-widget {
	background:#fff;
	padding:25px 35px;
	margin:5px 0;
}

span.countdown_amount {
	text-shadow: none !important;
	font-size: 82px !important;
	box-shadow: none !important;
	font-weight: 700 !important;
	padding: 0 2px !important;
	line-height: 85px !important;
	margin:5px 0 !important;
}

h1.widget-title {
	text-align:center;
	color: #11175E;
	font-size:18px;
	font-weight:400;
	margin:0 0 10px 0;
	line-height: 27px;
	text-transform: uppercase;
        background: #fff;
        padding-bottom: 0px;
}
h1.widget-title a {
	text-decoration:none;
	color: #e71c3a;
}
h1.widget-title a:hover {
	color: #c80e29;
}
aside#text-14{
	margin-left: -280px;
    	margin-top: 194px;
    padding-bottom: 2px;
    border-bottom: 10px solid #b3c6e6;
}

div#ujiCountdown .countdown_section{
    background: #fff;
    padding: 0px 10px;
	
}
.textwidget {
    margin-bottom: -16px;
}
aside#uji_widget-3{
	margin-left: 17px;
	border-top: 10px solid #b3c6e6;
}
aside#uji_widget-3 h1.widget-title{
	    margin-top: 5px;
    padding-top: 30px;
    padding-bottom: 8px;
}
.ujic-hold.ujic_center {
    background: #fff;
    z-index: 99;
    margin-top: -10px;
}
aside#text-14 h1.widget-title{
	
	line-height: 54px;
}
#reallysimpletwitterwidget-2{
	margin-left: 17px;	
}
#reallysimpletwitterwidget-2 h1.widget-title{
	text-align: center;
	background: transparent;
}
/*--------------------------------------------------------------
10.? Experts
--------------------------------------------------------------*/
.experts-full td img {
  max-width: 100%;
}
td {
	vertical-align:top;
	padding: 0 5px 40px 5px;
}
td h3 {
	margin: 0 0 10px 0;
	line-height: 17px;
	color:#11175E;
}
td p {
	margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 23px;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*.book-card {
	width:30%;
	margin: 1.5%;
	float:left;
}*/

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 30%;
	margin:1.5%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
	font-size: 12px;
}

#gallery-2 img.attachment-full {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#gallery-2 .gallery-caption {
	display: block;
	font-size: 15px;
}

#wp-category-archive-2 ul {
	max-height: 180px;
	overflow: scroll;
}

/*--------------------------------------------------------------
13.1 WP Maintenance Mode !!! - paste into plugin's style.css -!!!
						!!! - Also, you edited the maintenance.php template to use sidebar-5 - !!!
--------------------------------------------------------------*/

.wrap {
	background:#fff;
	border-top:25px solid #11175E;
	padding:20px;
	box-shadow:0px 0px 10px #5C5C5C;
	margin-bottom:50px;
}
.wrap h1 {
	display:none;
}
.wrap h2 {
	margin:0;
}
.wrap h2 p {
	text-align:center;
}
.wrap h3 {
	margin:10px 0;
	font-family:"Karla", sans-serif;
	font-weight:700;
	color:#E61C3A;
}
.wrap p {
	font-family: "Karla", sans-serif;
	color: #808080;
	text-align: center;
	margin: 10px auto;
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
}

/*--------------------------------------------------------------
13.2 Tabby Responsive Tabs
--------------------------------------------------------------*/

.responsive-tabs .responsive-tabs__heading {
	display: none;
}

.responsive-tabs .responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}

.responsive-tabs-wrapper {
	clear: both;
	margin-bottom: 20px;
	zoom: 1;
}

.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
	content: "";
	display: table;
}

.responsive-tabs-wrapper:after {
	clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
	outline: none
}

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
	outline: none;
}

.responsive-tabs ul.responsive-tabs__list {
  margin: 20px auto -19px auto;
  padding-left: 100px;
  width: 90%;
  position: relative;
  overflow: hidden;
}

.responsive-tabs ul.responsive-tabs__list:hover .responsive-tabs__list__item,
.responsive-tabs .responsive-tabs__list__item {
	white-space: nowrap;
	float: left;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	text-align:center;
	font-size: 16px;
	color: #E61C3A;
	padding: 11px 0;
	width:18%;
	background:#fff;
	margin-right: 0;
	margin-bottom:19px;
}

.responsive-tabs .responsive-tabs__list__item .fa {
	margin-right: 8px;
	line-height: 0.8;
}

.responsive-tabs ul.responsive-tabs__list:hover .responsive-tabs__list__item--active {
	white-space: nowrap;
	float: left;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	text-align:center;
	font-size: 16px;
	color: #E61C3A;
	padding: 11px 0;
	width:18%;
	margin-right: 0;
	margin-bottom:19px;
}

.responsive-tabs ul.responsive-tabs__list .responsive-tabs__list__item:hover,
.responsive-tabs ul.responsive-tabs__list .responsive-tabs__list__item--active {
	background:url(images/nav_star_line.png) no-repeat center bottom;
	color:#11175E;
	padding: 11px 0 30px 0;
	margin-bottom:0;
}

.responsive-tabs .responsive-tabs__panel {	
	background: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	clear: left;
	margin-bottom: 0;
	padding: 60px 40px;
	word-wrap: break-word;
}

.responsive-tabs .responsive-tabs__panel:after { 
	content: "";
	display: block; 
	height: 0; 
	clear: both;
}

.responsive-tabs .responsive-tabs__panel p {
  margin: 0;
  font-size: 18px;
  color: #999;
}


@media (min-width: 768px) {

	.responsive-tabs .responsive-tabs__panel--closed-accordion-only {
		display: block;
	}
}

@media (max-width: 767px) {

	.responsive-tabs .responsive-tabs__list {
		display: none;
	}
	
	.responsive-tabs .responsive-tabs__heading {
		display: block;
		cursor: pointer;
	}

	.responsive-tabs-wrapper {		
		border-top: 1px solid #ccc;
	}
		
	.responsive-tabs .responsive-tabs__heading {
		background: #fff;
		border: 1px solid #ccc;
		border-top: none;
		color: #777;
		font-size: 18px;
		font-weight: normal;
		text-transform: inherit;
		margin: 0;
		padding: 10px 0;
		padding-left: 20px;
		position: relative;
	}

	.responsive-tabs .responsive-tabs__heading .fa {
		margin-right: 8px;
		display:none;
		}

	.responsive-tabs .responsive-tabs__heading:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #777;
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		height: 0; 
		width: 0; 
	}

	.responsive-tabs .responsive-tabs__heading:hover {
		background: #eee;
		color: #777;
	}
	
	.responsive-tabs .responsive-tabs__heading:hover:after {	
		border-top: 6px solid #777;
	}

	.responsive-tabs .responsive-tabs__heading--active,
	.responsive-tabs .responsive-tabs__heading--active:hover {
		background: #ccc;
		color: #fff;
	}

	.responsive-tabs .responsive-tabs__heading--active:after,
	.responsive-tabs .responsive-tabs__heading--active:hover:after {
		border-bottom: 6px solid #fff;
		border-top: 0;
		top: 18px;
	}

	.responsive-tabs .responsive-tabs__panel {
		background: #fff;
		border: 1px solid #ccc;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-top: none;
		margin: 0;
		padding: 0 20px 20px 20px;
		padding-top: 20px;
	}
}

@media print {
	.responsive-tabs .responsive-tabs__list {
		display: none;
	}

	.responsive-tabs .responsive-tabs__heading {
		background: none;
		border: none;
		display: block;
		font-size: 22px;
		font-weight: bold;
		text-transform: inherit;
		margin: 0!important;
		padding: 10px 0 0;
	}
	
	.responsive-tabs .responsive-tabs__panel {
		display: block!important;
		background: none;
		border: none;
		padding: 0;
	}
}

/*--------------------------------------------------------------
13.3 Display Posts Shortcode
--------------------------------------------------------------*/
ul.display-posts-listing {
	margin: 0;
	padding: 0;
}
ul.display-posts-listing li {
	list-style:none;
}
.display-posts-listing img {
	max-width: 320px;
}
.news-wrap h2.title {
	clear: none;
	margin: 0;
	font-size: 24px;
	line-height: 35px;
	color: #000;
	width: 60%;
	float: right;
}
h2.title, .tabcontent h1 {
	clear: none;
	margin: 0;
	font-size: 24px;
	line-height: 35px;
	color: #000;
}
.news-wrap .content {
	width: 60%;
	float: right;
}
.image {
	overflow: auto;
	float: left;
	margin-right: 0;
	width: 36%;
}

/*--------------------------------------------------------------
13.3 BX Slider
--------------------------------------------------------------*/
ul.bxslider {
	margin:0px;
	padding:0;
}
ul.bxslider {
	list-style:none;
}
.slide-content-wrap {
	padding-top:20px;
}
.slide-content h2{
	color: #fff;
	font-family: 'Karla', sans-serif;
	font-weight:700;
	font-size:72px;
	line-height: 72px;
	margin: 0 0 20px 0;
}
.slide-content p {
	color: #fff;
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height:24px;
	margin: 0 0 20px 0;
	float: left;
    width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}
.slide-content em {
	font-size:18px;
}
.slide-content a {
	color:#fff;
	border: 1px solid #fff;
	padding:4px 8px;
	text-decoration:none;
	font-size:18px;
}
.slide-content a:hover {
	color:#fff;
	border: 1px solid #e71c3a;;
	text-decoration:none;
	font-size:18px;
}
.main-slide {
	height:400px;
}
.research-slide {
	height: 315px;
}
.research-slide .slide-content-wrap {
	padding:50px 50px 0 50px;
	float:left;
}
.research-slide .slide-content {
	float:left;
}
.slide-content h1 {
	font-style:italic;
	color:#fff;
	text-align:left;
	font-weight:700;
	line-height:45px;
	font-size:40px;
	margin:0 0 20px 0;
}
.research-slide .slide-content p {
	color:#fff;
	text-align:left;
	font-weight:700;
	font-size:20px;
}
a.bx-pager-link {
	height: 8px;
	width: 8px;
	display: block;
	background: rgba(255,255,255,0);
	border-radius: 10px;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #fff !important;
	text-indent: -1000px;
	overflow: hidden;
	border:2px solid #fff;
}
a.bx-pager-link.active, a.bx-page-link:hover {
	background: rgba(255,255,255,1.0);
}
.bx-pager-item {
	float: left;
	margin: 0 2px;
}
.bx-default-pager {
	margin-top: -20px;
	margin-right: 5px;
	position: relative;
	z-index: 100;
	overflow: auto;
	float: right;
}

.sidebar .widget li {
	color: #e71c3a;
	list-style: none;
	padding-left:30px;

}

/*--------------------------------------------------------------
13.4 Really Simple Twitter Widget
--------------------------------------------------------------*/
ul.really_simple_twitter_widget {
	margin: 0;
	padding: 0;
	max-height: 240px;
	overflow-y: scroll;
}
.sidebar ul.really_simple_twitter_widget {
	max-height:none;
}
.really_simple_twitter_widget li img {
	max-width: 40px;
	border-radius: 20px;
	margin-bottom: 5px;
	margin-top:0;
}

.widget_reallysimpletwitterwidget h1.widget-title {
	text-align:left;	
	line-height: 20px;
	font-size: 14px;
	margin-bottom:2px;
}
.really_simple_twitter_widget li {
	clear: both;
	font-size: 14px;
	line-height: 17px;
	list-style: none;
	margin-bottom:12px;
	padding:10px;
	background:#fff;
	color:#000;
}
.sidebar .widget .really_simple_twitter_widget li {
	color:#000;
	padding-left:10px;
}

span.rstw_comma {
	display:none;
}
span.twitter-timestamp {
  display: block;
  color: #A3A3A3;
}

/*--------------------------------------------------------------
13.5 Taxonomies List
--------------------------------------------------------------*/

.widget ul {
  margin: 0;
  padding: 0;
}

.widget ul li {
	list-style: none;
}

.widget ul li a {
	text-decoration:none;
}

label.abcs_cat_label, form.search-form select {
  display: none;
}

/*--------------------------------------------------------------
13.6 SU Shortcodes
--------------------------------------------------------------*/

span.su-lightbox {
  display: block;
  cursor: pointer;
}

/*--------------------------------------------------------------
13.7 Constant Contact
--------------------------------------------------------------*/
#top-banner input#cc_cb74d79593_email_address {
	max-width: 160px;
	float: left;
	border-radius: 0;
	height: 18px;
	font-size: 13px;
	text-align: center;
	border: none;
	background: rgba(255,255,255,0.4);
	color: #fff;
}
#top-banner #constant-contact-signup-1 label.gfield_label {
	display: none;
}
#top-banner .cc_Go.kws_input_container.gfield {
	float:right;
}
input#cc_cb74d79593_Go {
	background:#AFCAE9 url(images/submit_arrow.png) no-repeat center center;
	border-radius: 25px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	text-indent: -9999px;
	width: 25px;
	padding: 0;
	height: 25px;
	margin-left: 10px;
}
#top-banner #constant-contact-signup-errors {
  position: absolute;
  background: #F00;
  top: 38px;
  color: #FFFFFF;
  padding: 2px 4px;
  z-index: 999;
  box-shadow: 0 0 13px rgba(0,0,0,0.5);
}
#top-banner p.success.cc_success {
  color: #fff;
  font-size: 12px;
  margin-bottom: -26px;
  display: block;
  background: #11175E;
  float: left;
  position: relative;
  padding: 6px;
  line-height: 13px;
  text-transform: initial;
}

/*--------------------------------------------------------------
13.8 Accordion Shortcodes
--------------------------------------------------------------*/
h3.accordion-title {
  font-size: 18px;
  font-weight: 700;
  background:#E5E5E5 url(images/faq_arrow-down.png) no-repeat left center;
  padding: 12px 12px 12px 55px;
  color: #151D83;
  margin-bottom:0;
}
h3.accordion-title.open {
	background:#E5E5E5 url(images/faq_arrow-up.png) no-repeat left center;
}
h3.accordion-title:hover {
	cursor:pointer;
}
.accordion-content {
	background:#f7f7f7;
	padding:20px 20px 10px 20px;
}
.accordion br {
	display:none;
}
.accordion-content p br {
	display:block;
}
.accordion-content p {
  margin-bottom: 10px;
  color: #333;
}

.type-slides h1, .slide-content h1 {
	clear:none;
}


/*--------------------------------------------------------------
13.x TIMELINE 
--------------------------------------------------------------*/
#tl2 .item h2, #content #tl2 .item h2 {
  font-size: 19px !important;
  line-height: 21px !important;
}
#tl2 .item .con_borderImage, #content #tl2 .item .con_borderImage {
	height:auto !important;
	  line-height: 0 !important;
}
#tl2 .timeline_open_content, #content #tl2 .timeline_open_content {
	padding-top:10px !important;
}
#tl2 .item_open, #content #tl2 .item_open {
		font-size: 16px !important;
		line-height:20px !important;
}
.timeline .item .read_more, #content .timeline .item .read_more {
  bottom: 5px !important;
  right: 24px !important;
  font-family: 'Karla', sans-serif !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  border-radius: 6px;
}
.timeline .item_open .t_close, #content .timeline .item_open .t_close {
  font-family: 'Karla', sans-serif !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 20px !important;
  text-transform: uppercase;
  border-radius: 6px;
}
.timeline h4.t_line_month, #content .timeline h4.t_line_month {
  font-family: 'Karla', sans-serif !important;
}

.item_open_content h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
}

span.audio-link {
	background: url('http://presidentialgenderwatch.org/wp-content/uploads/2015/04/audio-icon.png') no-repeat left center;
	padding: 5px 5px 5px 26px;
	display: block;
	background-size: 25px;
}
span.video-link {
	background: url('http://presidentialgenderwatch.org/wp-content/uploads/2015/04/video-icon.png') no-repeat left center;
	padding: 5px 5px 5px 26px;
	display: block;
	background-size: 25px;
}
span.book-link {
	background: url('http://presidentialgenderwatch.org/wp-content/uploads/2015/05/book-icon.png') no-repeat left center;
	padding: 5px 5px 5px 26px;
	display: block;
	background-size: 25px;
}
h4.t_line_month {
	display:none;
}
.item {
  box-shadow: none !important;
  background: #F4F4F4 !important;
}
.t_node_desc strong {
	color:#fff;
}
#tl2 .item h2 {
	font-weight:700 !important;
}
#tl2 .t_node_desc span, #content #tl2 .t_node_desc span {
	display:none !important;
}
.t_line_m {
	border-left: none !important;
	border-right: none !important;
}
.timeline .read_more {
  margin-right: 59px;
}

/*--------------------------------------------------------------
13.X TAG CLOUD
--------------------------------------------------------------*/
.utcw-84lh58d.tagcloud {
	max-height: 230px;
	overflow: scroll;
}


/*--------------------------------------------------------------
13.X Tablepress
--------------------------------------------------------------*/
.tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc, .tablepress td, .tablepress th {
	font-size: 12px;
}
#tablepress-2_filter, #tablepress-1_filter, #tablepress-4_filter, #tablepress-5_filter {
	display:none;
}

/*--------------------------------------------------------------
14 RESPONSIVE DESIGN
--------------------------------------------------------------*/

@media screen and (max-width:1024px) {
	#primary {
		overflow-x:hidden;
	}
	.news-thumb, .polls-thumb {
		max-width:none;
	}
	.news-text, .polls-text {
		float:none;
		margin-left:132px;
	}
	.news-text h2, .polls-text h2 {
		clear:none;
	}
	#main.news-wrap, #main.analysis-wrap, #main.polls-wrap, #main.main-wrap {
		width:61%;
		margin:0 4% 0 0;
	}
	.sidebar {
		width: 27%;
	}
	.subpage {
		width:98%;
		padding:1%;
	}
}

@media screen and (max-width:990px) {
	.main-navigation li a {
	  font-size: 13px;
	}
	#nav-wrap {
		width:663px;
		float:right;
	}
	.main-navigation ul ul a {
	  width: 180px;
	  padding: 12px;
	}
	.main-navigation ul ul .current_page_item:hover > a, .main-navigation ul ul .current-menu-item:hover > a, .main-navigation ul ul .current_page_ancestor:hover > a, .main-navigation ul ul li:hover > a {
		padding: 12px;
	}
	.main-navigation ul ul {
		top:40px;
	}

}

@media screen and (max-width: 910px) {
	h1.site-title {
		width:190px;
	}
	.site-branding {
		padding:0 10px;
	}
}

@media screen and (max-width:897px) {
	.countdown-widget {
		padding: 22px 25px;
	}
	
}
@media screen and (max-width:897px) {
	.countdown-widget {
	  padding: 15px 18px;
	}
}
@media screen and (max-width: 870px) {
	a.main-logo {
		position:relative;
		float:left;
	}
	.site-branding {
	padding: 0;
  overflow: visible;
  height: auto;
  width: 100%;
  float: left;
	}
	#nav-wrap {
		width: 100%;
  position: relative;
  clear: both;
  float: left;
  margin-top: 0;
}
}

@media screen and (max-width: 863px) {
	#main.news-wrap, #main.analysis-wrap, #main.polls-wrap, #main.main-wrap {
		width: 100%;
  		overflow: auto;
  		margin: 0;
  		float: none;
		max-width:100%;
	}
	.sidebar {
		width:auto;
	}
	.sidebar .widget {
		width:48%;
		margin:1%;
		float:left;
	}
}
@media screen and (max-width: 850px) {
	.video-item {
		padding-bottom: 35%;
	}
	
}
@media screen and (max-width:782px) {
	#top-banner .widget {
		width: 187px;
		margin: 0 10px;
		padding: 0 0 4px 0;
		clear: both;
		overflow: auto;
		position: absolute;
		right: 0;
		margin-top: 13px;
	}
	#top-banner h2.site-description {
		margin-right:190px;
	}
}

@media screen and (max-width:767px) {
	#nav-wrap {
		bottom:0;
	}
	.homepage-block .widget {
		width:49%;
	}
	#text-4 {
		margin:0 0 0 2%;
	}
	.countdown-widget {
		  padding: 33px 28px;
	}
	.homepage-block .widget_reallysimpletwitterwidget {
		width:100%;
		margin-top: 20px;
	}
	ul.really_simple_twitter_widget {
		overflow: inherit;
	}
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	.main-navigation li {
	  float: none;
	    overflow: auto;
	}
	ul.sub-menu, .main-navigation ul ul {
  margin-left: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  	width:100%;
	}
	#menu-item-471 ul.sub-menu, #menu-item-493 ul.sub-menu, #menu-item-492 ul.sub-menu, #menu-item-484 ul.sub-menu, #menu-item-477 ul.sub-menu {
		margin-left:0;
	}
	.main-navigation li a {
		font-size: 18px;
		padding: 3px 0;
	}
	.main-navigation ul ul a {
		width:100%;
		font-size:16px;
		padding: 3px 0;
		text-align:center;
		border-top:0;
		background:#E0E0E0;
		color:#11175e;
	}
	.main-navigation ul ul .current_page_item:hover > a, .main-navigation ul ul .current-menu-item:hover > a, .main-navigation ul ul .current_page_ancestor:hover > a, .main-navigation ul ul li:hover > a {
		background:#E0E0E0;
		padding:3px 0;
	}
	button.menu-toggle {
  width: 100%;
  padding: 10px 0;
  border: 0;
  background: #ccc;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size:16px;
  border-radius: 0px;
  margin-top: 10px;
}
.menu-primary-menu-container {
	float:none;
}
.main-navigation a {
	font-size: 17px;
  margin-bottom: 0;
  margin-right: 0;
  text-align: center;
  border-bottom: 1px solid #D2D0D0;
}
.main-navigation .current_page_item:hover > a, .main-navigation .current-menu-item:hover > a, .main-navigation .current_page_ancestor:hover > a, .main-navigation li:hover > a, .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
	padding:11px 12px;
	background:#fff;
	margin:0;
}
.main-navigation:hover .current_page_item > a,
.main-navigation:hover .current-menu-item > a,
.main-navigation:hover .current_page_ancestor > a {
	margin-bottom: 0;
	margin-left:0;
}
.main-navigation ul ul .current_page_item > a, .main-navigation ul ul .current-menu-item > a, .main-navigation ul ul .current_page_ancestor > a {
	background: #E0E0E0	
}
.box-link-border-odd, .box-link-border-even, .box-link-border-odd.four, .box-link-border-even.four {
	margin: 10px 0;
	width: 100%;
}
.box-link h2, .box-link-border-odd.four h2, .box-link-border-even.four h2  {
  color: #E61C3A;
  text-shadow: 0px 0px 9px #fff;
  padding: 42px 0;
  margin: 0;
  font-size: 50px;
}
.image {
	margin: 0 auto 20px auto;
	float: none;
	width: 320px;
}
h2.title {
	float: none;
	width: 80%;
	margin: 0 10%;
	text-align: center;
}
.news-wrap .content {
	width: 80%;
	float: none;
	margin: 20px 10% 0 10%;
}

/* SLIDERS */
img.aligncenter.size-full.wp-image-507 {
  width: 90px;
}
#home-slider, .main-slide, #research-slider, .research-slide {
	min-height: 440px;
}
.slide-content h1 {
	  line-height: 25px !important;
  font-size: 19px !important;
}
.slide-content h2 {
	font-size: 62px !important;
  line-height: 32px !important;
}
.slide-content p {
	font-size:18px !important;
	margin: 0 0 10px 0;
}

.page-id-70 .page-header img {
	bottom:0;
}

}


@media screen and (max-width:715px) {
	a.main-logo {
	  position: relative;
	  left: 0;
	}
	.site-branding {
		z-index:100;
	}
	.logos {
		position:absolute;
		float:right;
		margin-left: 185px;
		max-height:none;
	}
	.logos img {
	  width: 50%;
	  height: auto;
	  float:left;
	  max-height: none;
	}
	td {
	  display: block;
	}
	.tablepress td {
		display: table-cell;
	}
	.experts-full td img {
	  max-width: 100%;
	  min-width: 258px;
	}
	#main {
		margin:0 15px;
	}
	#main.news-wrap, #main.analysis-wrap, #main.polls-wrap, #main.main-wrap {
		width:100%;
	}
	.video-item {
		padding-bottom: 40%;
	}
}
@media screen and (max-width:611px) {
	blockquote {
		margin:0;
	}
}
@media screen and (max-width:591px) {
	.video-item {
		width:48%;
		margin:0.5%;
		padding-bottom:50%;
	}
	
}
@media screen and (max-width:591px) {
	.sidebar .widget {
		width:98%;
	}
}
@media screen and (max-width:591px) {
	#top-banner .widget {
		position:relative;
		margin-top:0;
		float:right;
	}
	#top-banner h2.site-description {
		float:none;
		margin-right:0;
	}
}
@media screen and (max-width:575px) {
	.logos {
		margin-left: 195px;
	}
	.logos img {
	  width: 58%;
	  height: auto;
	  max-height:none;
	}
	h1.site-title {
		width:200px;
	}
	
}
@media screen and (max-width:564px) {
	.homepage-block .widget {
		width:100%;
		margin-bottom:20px;
	}
	#text-4 {
		margin:0 0 10px 0;
	}
	.homepage-block {
		margin:20px;
	}
	.countdown-widget {
  		padding: 13px 8px;
	}
	.gallery-columns-3 .gallery-item {
	max-width: 48%;
	margin:0.5%;
}
	
}
@media screen and (max-width:507px) {
	h1.site-title {
		width:180px;
	}
	.logos img {
		width:80%;
	}
	.video-item {
		width:100%;
		margin:0 0 20px 0;
		height:auto;
		padding-bottom:0;
}
}
@media screen and (max-width:420px) {
.logos img {
		width:100%;
	}
}


/*ninedots-media-queries*/
/* iPhone 4 */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)
and (-webkit-device-pixel-ratio: 2) 
and (device-aspect-ratio: 2/3) {
aside#text-14 {
    margin-left: -250px;
    margin-top: 161px;
}

aside#uji_widget-3{
	margin-left: 0px;}
#reallysimpletwitterwidget-2{
	margin-left: 0px;	
}
}

/* iPhone 5 */
@media only screen
and (max-width: 320px)
and (max-height: 568px){
aside#text-14 {
    margin-left: -250px;
    margin-top: 161px;
}
aside#uji_widget-3{
	margin-left: 0px;}
#reallysimpletwitterwidget-2{
	margin-left: 0px;	
}
}

/* Galaxy S5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px){
	
aside#text-14 {
    margin-left: 0px;
    margin-top: -21px;
}		
aside#uji_widget-3{
	margin-left: 0px;}
#reallysimpletwitterwidget-2{
	margin-left: 0px;	
}	
}

/*iPhone 6 Portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 
aside#text-14 {
    margin-left: 0px;
    margin-top: -23px;
}
aside#uji_widget-3{
	margin-left: 0px;}
#reallysimpletwitterwidget-2{
	margin-left: 0px;	
}
}

/*iPhone 6+ Portrait*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) { 
aside#text-14 {
    margin-left: 0px;
    margin-top: -23px;
}
}

/* iPad*/
@media only screen
and (min-width: 750px)
and (min-width: 768px)
and (min-height: 1000px)
and (min-height: 1024px)
and (orientation:portrait) {
	
	aside#text-14 {
    margin-left: -197px;
    margin-top: 161px;
}
}
