/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * TABLE OF CONTENTS * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
** BASIC
** * Lists
** * Blockquote
** * WP Image align
** * Pagination
** * Table styles
** * Form Fields
** * Various
** TYPOGRAPHY
** * Text & Links
** * Headings
** MENU & HEADER
** HOMEPAGE
** PAGE
** * Article styles
** * Search page
** * Contact page
** NEWS
** * Single news item
** EVENTS 
** FOOTER
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline; }

body {
  line-height: 1.4; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* WordPress image align */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/******************************************************************************
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * 																													  * * * * *
* * * * *   			   						  	#BASIC        				  				  * * * * *
* * * * * 															  														* * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/
html {
  font-size: 62.5%;
  overflow-x: hidden;
  height: 100%; }

body {
  background-color: white;
  font-family: "proxima-nova",Arial, sans-serif;
  color: #6d6d6d;
  line-height: 1.6;
  overflow: hidden;
  -webkit-font-smoothing: antialiased; }

body > div {
  font-size: 18px;
  font-size: 1.8rem; }

.do-clear {
  clear: both; }

.do-float-left {
  float: left; }

.do-float-right {
  float: right; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.top-edit-link {
  display: block;
  float: right; }

a.post-edit-link {
  display: block;
  margin-top: 15px; }

article.main hr {
  margin: 18px 0; }

::selection {
  background-color: #252954;
  color: white; }

::-moz-selection {
  background-color: #252954;
  color: white; }

/******************************************************************************
* * * * * 							    		 #WP Image Align      					 		  * * * * *
******************************************************************************/
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

article img, a img.alignnone, img.alignnone, .alignnone {
  max-width: 100%;
  height: auto; }

p.wp-caption-text {
  font-size: 16px;
  font-size: 1.6rem; }

/******************************************************************************
* * * * * 								      		 #Various       								  * * * * *
******************************************************************************/
#error-404 {
  margin-bottom: 80px; }

hr {
  border-top: 1px solid #dbdbdb;
  margin: 0; }

hr.full-width {
  width: 1500%;
  margin-left: -50%; }

.hr-full-width {
  display: inline-block;
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  width: 1500%;
  margin-left: -50%; }

.pagination a {
  background-color: #252954;
  color: white;
  padding: 5px 10px;
  margin: 0 2px; }

.pagination a:hover {
  background-color: #1e203d;
  color: white; }

.pagination span.current {
  background-color: #eeeded;
  padding: 5px 10px;
  margin: 0 2px; }

input.wpcf7-form-control, textarea {
  width: 100%;
  /*border: 2px solid $mediumBlueText;*/
  border: 1px solid transparent;
  padding: 8px 10px;
  background: #eeeded;
  outline: none; }

textarea {
  height: 239px; }

input.wpcf7-form-control:focus, textarea:focus {
  border: 1px solid #8287bf; }

input.wpcf7-submit {
  width: auto;
  background-color: #2fac61;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-right: -20px; }

input.wpcf7-submit:hover {
  background-color: #209750; }

/******************************************************************************
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * 																													  * * * * *
* * * * *   			   					 		#TYPOGRAPHY        				  			  * * * * *
* * * * * 															  														* * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/
/******************************************************************************
* * * * * 						 	  	  	 #Text & Links      								  * * * * *
******************************************************************************/
p {
  font-family: "proxima-nova",Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4c4c4c;
  margin-bottom: 25px;
  -webkit-font-smoothing: antialiased; }

p.intro-text {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 23px; }

p.disclaimer {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  background-color: #eeeded;
  padding: 15px;
  text-align: center; }

.archive-header p.disclaimer {
  background-color: transparent; }

a {
  color: #252954;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:hover, a:focus {
  color: #67a0e5;
  text-decoration: none; }

a.btn {
  display: inline-block;
  font-family: "proxima-nova",Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #2fac61;
  color: white !important;
  padding: 2px 12px !important;
  margin: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

a.btn:hover {
  color: white !important;
  background-color: #209750;
  text-decoration: none; }

a.btn:focus, a.btn:active {
  color: white; }

a.btn-large {
  background-color: #252954;
  padding: 14px 25px !important; }

a.btn-large:hover {
  background-color: #1e203d; }

img.btn-document {
  width: 30px;
  float: left;
  margin-right: 10px; }

a.btn-document {
  color: #313132;
  margin-bottom: 30px;
  display: block; }

a.btn-document span.title {
  font-weight: 600; }

a.btn-document:hover {
  color: #6d6d6d; }

.news-entry a, .page article.main a {
  color: #67a0e5; }

.news-entry a:focus, .news-entry a:hover,
.page article.main a:focus, .page article.main a:hover {
  color: #252954; }

/******************************************************************************
* * * * * 								      		#Headings      							 		  * * * * *
******************************************************************************/
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova",Arial, sans-serif;
  color: #252954;
  font-weight: 300;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  line-height: 1.15;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 40px;
  font-size: 4.0rem;
  margin: 18px 0 25px 0; }

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 18px 0 15px 0; }

h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 12px 0 8px 0;
  color: #8287bf; }

h4 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 10px 0 8px 0;
  color: #6d6d6d;
  font-weight: 700; }

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 8px 0 6px 0; }

h6 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 8px 0 6px 0; }

/******************************************************************************
* * * * * 								      		#Lists 	      							 		  * * * * *
******************************************************************************/
article.main ul, article.main ol {
  margin-left: 40px;
  margin-bottom: 20px;
  color: #4c4c4c; }

/******************************************************************************
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * 								   	  	 						  										  * * * * *
* * * * * 										 	 #MENU/HEADER  	    								  * * * * *
* * * * * 								   	  	 						  										  * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/
.header-top {
  background-color: #252954;
  color: white; }

.header-top header {
  margin-top: 18px; }

.header-top .logo-wrapper h1 {
  margin: 0;
  text-indent: -99999px;
  font-size: 0; }

.header-top .logo-wrapper img {
  width: 295px;
  height: auto;
  margin-bottom: 20px; }

.header-top .left-section {
  float: right;
  margin-right: 25px; }

.header-top .right-section {
  float: right;
  margin-bottom: 8px; }

.header-top .sponsor-logos a:first-child {
  margin-right: 12px; }

.header-top .top-menu ul {
  text-align: right;
  margin-bottom: 8px; }

.header-top .top-menu ul li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600; }
  .header-top .top-menu ul li a {
    color: #bfc1d9;
    padding: 10px 11px; }
  .header-top .top-menu ul li a:hover {
    color: white; }

.header-top .top-menu ul li.current_page_item a {
  color: white; }

.header-top .top-menu ul li:last-child a {
  padding-right: 0; }

.header-top .social-media-search img {
  width: 18px;
  height: auto;
  margin-right: 10px;
  margin-top: 7px;
  float: right; }

.header-top .search-form {
  float: right; }
  .header-top .search-form .search-field {
    background: url("../images/icon-search.png") no-repeat #1e203d;
    background-size: 15px 15px;
    background-position: 93% 50%;
    color: white;
    border: none;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 10px;
    outline: none; }
  .header-top .search-form .search-submit {
    display: none; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top .sponsor-logos img {
    width: 65px;
    height: auto;
    margin-top: 10px; }

  .header-top .top-menu ul li a {
    padding: 10px 8px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-nav-wrapper {
    margin-top: -14px; }

  .header-top .top-menu ul li a {
    padding: 10px 0 10px 18px; } }
@media screen and (max-width: 991px) {
  .header-top .left-section {
    float: none; }

  .header-top .right-section {
    display: none; }

  .header-top .social-media-search {
    text-align: right; }

  .header-top .search-form .search-field {
    width: 152px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .social-media-search img {
    margin-right: 7px; }

  .header-top .search-form .search-field {
    width: 142px; } }
@media screen and (max-width: 767px) {
  .header-top .search-form {
    display: none; }

  .social-media-search a {
    float: none; } }
@media screen and (max-width: 767px) {
  .header-top .left-section {
    margin-right: 0; }

  .header-top .logo-wrapper, .header-top .top-nav-wrapper {
    width: 100%; }

  .header-top .logo-wrapper img {
    margin: 0 auto 20px auto; }

  .header-top .top-menu ul {
    text-align: center; }

  .header-top .social-media-search {
    text-align: center;
    margin-left: 0;
    margin-bottom: 15px; }

  .header-top .social-media-search img {
    margin: 5px 12px;
    float: none; } }
@media screen and (max-width: 450px) {
  .header-top .left-section {
    margin-top: -15px; }

  .header-top .top-menu ul {
    margin: 10px 0 -10px 0; }

  .header-top .top-menu li {
    font-size: 13px;
    font-size: 1.3rem; }

  .header-top .top-menu ul li:last-child {
    margin-bottom: 15px; }

  .header-top .top-menu ul li a {
    display: block;
    padding: 10px 5px; } }
.header-menu {
  background-color: #eeeded; }

.header-menu .main-menu ul {
  text-align: center;
  margin: 0 auto; }

.header-menu .main-menu ul li {
  display: inline-block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 19px 0; }
  .header-menu .main-menu ul li a {
    color: #313132;
    padding: 22px 50px; }
  .header-menu .main-menu ul li a:hover {
    color: #2fac61; }

.header-menu .main-menu ul li.current-menu-item a {
  color: #2fac61; }

.mobile-menu-button {
  display: none; }

@media screen and (min-width: 630px) and (max-width: 768px) {
  .header-menu .main-menu ul {
    text-align: left; }

  .header-menu .main-menu ul li {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 10px 0px 10px 15px; }

  .header-menu .main-menu ul li:first-child {
    margin-left: 0; }

  .header-menu .main-menu ul li a {
    padding: 0; } }
@media screen and (max-width: 629px) {
  .header-menu .main-menu ul li {
    width: 49%;
    margin: 10px 0; }

  .header-menu .main-menu ul li a {
    padding: 15px 0; } }
/*@media screen and (max-width: 670px) {
	.mobile-menu-button {
		display: block;
		text-align: center;
		width: 100%;
		cursor: pointer;
		color: #313132;
    padding: 22px 0;
    font-weight: 700;
    text-transform: uppercase;
	}
	.header-menu .main-menu ul {
		height: 0;
		opacity: 0;
		-webkit-transition: height 0.3s ease-in-out;
       -moz-transition: height 0.3s ease-in-out;
   		  	  transition: height 0.3s ease-in-out;
	}
	.header-menu .main-menu ul.active {
		height: 285px;
		opacity: 1;
	}
	.header-menu .main-menu ul.active li {
		display: block;
		text-align: center;
	}
	.header-menu .main-menu ul.active li:first-child {
		margin-top: 0;
	}
	.header-menu .main-menu ul.active li a {
		padding: 20px 0;
	}
}*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu .main-menu ul li a {
    padding: 22px 30px; } }
/******************************************************************************
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * 								   	  	 						  										  * * * * *
* * * * * 									   		 #HOMEPAGE 	    									  * * * * *
* * * * * 								   	  	 						  										  * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/
.homepage-intro h2, .homepage-intro h1, .homepage-intro p {
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: left;
  color: #252954;
  margin: 32px 0;
  line-height: 36px; }

.homepage-countdown {
  margin-top: 20px;
  margin-bottom: 5px; }
  .homepage-countdown .days, .homepage-countdown .hours, .homepage-countdown .mins, .homepage-countdown .sec {
    margin: 10px 0;
    width: 25%;
    float: left;
    text-align: center; }
  .homepage-countdown .days {
    padding-left: 15px; }
  .homepage-countdown .mins {
    padding-right: 15px; }
  .homepage-countdown .number {
    display: block;
    font-family: "proxima-nova",Arial, sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
    color: #252954; }
  .homepage-countdown .text {
    display: block;
    margin-top: -12px;
    font-family: "proxima-nova",Arial, sans-serif;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 400;
    color: #252954;
    text-transform: uppercase;
    text-align: center; }
  .homepage-countdown p {
    font-family: "proxima-nova",Arial, sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    color: #252954;
    text-align: center; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-intro h2, .homepage-intro h1, .homepage-intro p {
    margin-top: 40px; }

  .homepage-countdown .text {
    font-size: 16px;
    font-size: 1.6rem; } }
@media screen and (max-width: 767px) {
  .homepage-intro h2, .homepage-intro h1, .homepage-intro p {
    text-align: center;
    color: #252954;
    margin: 30px 0 10px 0;
    line-height: 36px; } }
@media screen and (max-width: 400px) {
  .homepage-countdown {
    margin-top: 20px;
    margin-bottom: 5px; }
    .homepage-countdown .number {
      font-size: 40px;
      font-size: 4.0rem; }
    .homepage-countdown .text {
      font-size: 14px;
      font-size: 1.4rem; } }
.section-header h2 {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 400;
  display: inline-block;
  margin: 36px 0; }

.section-header h3 {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 400;
  display: inline-block;
  margin: 35px 0; }

.section-header a.btn {
  margin-top: 40px; }

@media screen and (max-width: 767px) {
  .section-header h2, .section-header h3 {
    margin-bottom: 15px;
    margin-right: 15px; }

  .section-header a.btn {
    margin-top: 3px;
    float: none !important;
    margin-bottom: 15px; } }
/* * * * * #Poll Section * * * * */
.home .poll-section {
  background-color: #eeeded;
  padding: 40px 15px 50px 15px; }
  .home .poll-section h2, .home .poll-section .button {
    text-align: center; }
  .home .poll-section h2 {
    margin-bottom: 25px; }
  .home .poll-section .btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 35px !important; }
  .home .poll-section .poll-wrapper {
    text-align: center;
    display: none;
    margin-top: 40px;
    height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .home .poll-section .poll-wrapper.open {
    height: auto;
    display: block; }

@media screen and (max-width: 830px) {
  .home .poll-section .poll-wrapper iframe {
    width: 100% !important; } }
@media screen and (max-width: 767px) {
  .home .poll-section .poll-wrapper iframe {
    height: 600px !important; } }
/* * * * * #Analysis Section * * * * */
.home .featured-section {
  background-image: url("../images/featured-section-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 395px; }
  .home .featured-section header h2 {
    text-align: center;
    color: white;
    margin-top: 35px;
    margin-bottom: 15px; }

.home .featured-section li {
  padding: 20px 10px 0 10px; }
.home .featured-section .lSSlideOuter .lSPager.lSpg {
  display: none !important; }
.home .featured-section .do-pos-relative {
  position: relative;
  height: 100%; }
.home .featured-section .slide-arrow-prev, .home .featured-section .slide-arrow-next {
  position: absolute;
  top: 42%;
  background-repeat: no-repeat;
  width: 25px;
  height: 42px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.home .featured-section .slide-arrow-prev {
  left: -25px;
  background-image: url("../images/featured-section-arrow-left.png"); }
.home .featured-section .slide-arrow-next {
  right: -25px;
  background-image: url("../images/featured-section-arrow-right.png"); }
.home .featured-section .slide-arrow-prev:hover, .home .featured-section .slide-arrow-next:hover {
  opacity: 1; }

.home .featured-section .grid-item.explainer {
  margin-bottom: 0 !important; }

.home .featured-section .grid-item {
  min-height: 273px; }
  .home .featured-section .grid-item .grid-img {
    box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 35px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .home .featured-section .grid-item.multimedia {
    position: relative; }
  .home .featured-section .grid-item .icon-play {
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -34px; }
  .home .featured-section .grid-item h4 {
    margin: 0; }
  .home .featured-section .grid-item h4 a {
    display: block;
    margin-top: 16px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 300;
    color: white; }
  .home .featured-section .grid-item .meta-author, .home .featured-section .grid-item .meta-post-type, .home .featured-section .grid-item .meta-date {
    display: block;
    margin-bottom: -3px;
    font-family: "chaparral-pro", Georgia, serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-style: italic;
    color: #f9b434; }
  .home .featured-section .grid-item .meta-date {
    color: white; }

.home .featured-section .grid-item.tablet {
  width: 33.33333333%; }

.home .featured-section .grid-item.mobile {
  width: 50%; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home .featured-section .grid-item .icon-play {
    top: 29px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home .featured-section .grid-item .icon-play {
    top: 24px;
    width: 50px;
    height: auto;
    margin-left: -25px; } }
@media screen and (min-width: 992px) and (max-width: 1043px), (min-width: 1199px) and (max-width: 1240px), (max-width: 1024px) {
  .home .featured-section .slide-arrow-prev {
    left: -4px; }
  .home .featured-section .slide-arrow-next {
    right: -2px; } }
/*@media screen and (min-width: 768px) and (max-width: 991px) {
	.home .featured-section {
		height: 965px;
		.grid-item {
			min-height: 245px;
		}
	}
}*/
@media screen and (min-width: 500px) and (max-width: 768px) {
  .home .featured-section {
    height: 720px; }

  .home .featured-section .slide-arrow-prev, .home .featured-section .slide-arrow-next {
    top: 50%; } }
@media screen and (min-width: 500px) and (max-width: 570px) {
  .home .featured-section .grid-item .icon-play {
    top: 42px;
    width: 50px;
    height: auto;
    margin-left: -25px; } }
@media screen and (max-width: 499px) {
  .home .featured-section .grid-item.mobile {
    width: 100%; }

  .home .featured-section {
    height: 700px; }

  .home .featured-section .grid-item img {
    max-height: 180px; }

  .home .featured-section .slide-arrow-prev, .home .featured-section .slide-arrow-next {
    top: 50%; }

  .home .featured-section .grid-item .icon-play {
    display: none; } }
/* * * * * #Analysis Section * * * * */
.home .analysis-item {
  min-height: 380px; }

.analysis-item h4 {
  font-weight: 400;
  margin: 20px 0 0 0; }

.analysis-item .author, .analysis-item .author a, .analysis-item .meta-date {
  display: block;
  font-family: "chaparral-pro", Georgia, serif;
  font-style: italic;
  font-size: 17px;
  font-size: 1.7rem;
  color: #5fa8dd;
  margin-bottom: -4px; }

.analysis-item .author .divider {
  color: #4c4c4c;
  margin: 0 2px; }
.analysis-item .author .publication {
  color: #4c4c4c; }

.analysis-item .author a:hover {
  color: #252954; }

.analysis-item .meta-date {
  color: #6d6d6d; }

.analysis-item img {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.analysis-item img:hover {
  opacity: 0.7; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home .analysis-item {
    min-height: 340px; } }
@media screen and (max-width: 767px) {
  .home .analysis-item {
    min-height: auto; }

  .analysis-item {
    margin-bottom: 30px; }

  .analysis-item:last-child {
    margin-bottom: 0; }

  .analysis-item img {
    width: 100%;
    height: auto; } }
/* * * * * #Press-coverage Section * * * * */
.home .press-coverage {
  margin-bottom: 50px; }
  .home .press-coverage .analysis-item {
    min-height: auto; }

/* * * * * #Theme Section * * * * */
.theme-section {
  background-color: #eeeded;
  margin: 60px 0 20px 0;
  padding: 40px 0 50px 0;
  text-align: center; }

.theme-section h2 {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 400; }

.theme-section .theme-list {
  text-align: center; }

.theme-section .theme-list li {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700; }
  .theme-section .theme-list li a {
    margin: 0;
    padding: 5px 10px;
    color: #6d6d6d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .theme-section .theme-list li a:hover {
    background-color: #252954;
    color: white; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .theme-section {
    padding: 20px 0; } }
/* * * * * #Article Section * * * * */
.article-section {
  margin-bottom: 50px; }

.article-section h3 {
  margin-bottom: 3px;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 400; }

.article-section .article-list {
  margin-bottom: 12px; }

.article-section .article-list li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px; }
  .article-section .article-list li .inner {
    min-height: 85px; }
  .article-section .article-list li > a {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 25px;
    color: #252954;
    display: block;
    padding: 9px 0; }
  .article-section .article-list li a:hover {
    color: #6d6d6d; }
  .article-section .article-list li .meta-theme {
    margin-top: -3px; }

.article-section .article-list li:last-child {
  border-bottom: none; }

.article-section .article-list.fact-figures li {
  list-style: none;
  padding: 0px 40px 0 0;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  border: none; }

.article-section .article-list.fact-figures li::after {
  border-bottom: 1px solid #dbdbdb;
  content: '';
  display: block; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .article-section .article-list.fact-figures li {
    width: 49%; } }
@media screen and (max-width: 767px) {
  .article-section .article-list.fact-figures li {
    width: 100%;
    padding: 0; } }
.explainer {
  margin-bottom: 45px; }

.article-list.explainers li {
  border-bottom: none;
  width: 32.2%;
  float: left;
  min-height: 145px;
  margin: 0 5px 5px 5px; }

.home .article-list.explainers li {
  min-height: 125px; }

.article-section .second-row {
  margin-top: 40px; }

.explainer h3 {
  text-align: center; }

.explainer .author-image {
  width: 12%; }

.explainer .author-image img {
  border-radius: 50px;
  float: left;
  margin: 14px 15px 14px 0; }

.explainer .text-wrapper {
  float: left;
  width: 82%; }

.explainer .text-wrapper a {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 25px;
  color: #252954;
  display: block;
  padding: 9px 0 0 0; }

.explainer .text-wrapper .author {
  display: block;
  font-family: "chaparral-pro", Georgia, serif;
  font-style: italic;
  font-size: 17px;
  font-size: 1.7rem;
  color: #5fa8dd; }

.explainer a.btn {
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .article-section > div > div {
    margin-bottom: 30px; }

  .article-section > div > div:last-child {
    margin-bottom: 0; }

  .explainer .text-wrapper {
    width: 85%; }

  .home .article-list.explainers li {
    float: none;
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid #dbdbdb;
    margin: 0; }

  .home .article-list.explainers li:last-child {
    border-bottom: none; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home .article-section {
    text-align: center; }

  .article-section > div > div:first-child {
    margin-bottom: 30px; }

  .home .article-list.explainers li {
    width: 31.9%; }

  .home .article-list.explainers .author-image,
  .home .article-list.explainers .text-wrapper {
    width: 100%; }

  .home .explainers .author-image img {
    float: none !important;
    display: block;
    margin: 14px auto 0 auto !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  /*.article-section .article-list.explainers li {
  	width: 65%;
  	margin: auto; 
  }*/
  .explainer {
    text-align: left; }

  .explainer .author-image {
    width: 10%; }

  .explainer .text-wrapper {
    width: 83%; } }
@media screen and (max-width: 500px) {
  .explainer .author-image {
    width: 16%; }

  .explainer .text-wrapper {
    width: 78%; } }
/* * * * * #Event Section * * * * */
.event-section {
  margin-top: 5px;
  margin-bottom: 40px; }

.event-section h2 {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 400; }

.event-section .event-item a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.event-section .event-item .inner-wrapper {
  position: relative; }
  .event-section .event-item .inner-wrapper .blue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, #252954 0%, #14162a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #252954 0%, #14162a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #252954 0%, #14162a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0.65;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .event-section .event-item .inner-wrapper .date {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9; }
    .event-section .event-item .inner-wrapper .date span {
      display: block;
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 400;
      color: white;
      margin-bottom: -8px; }
    .event-section .event-item .inner-wrapper .date .day {
      font-size: 55px;
      font-size: 5.5rem;
      font-weight: 700;
      margin: -19px 0 -24px 0; }

.event-section .event-item a:hover .blue-overlay {
  background: -moz-linear-gradient(top, #252954 0%, #14162a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #252954 0%, #14162a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #252954 0%, #14162a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.2; }

.event-section .event-item a h4 {
  color: #252954;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
  margin-top: 17px; }

.event-section .event-item a:hover h4 {
  color: #6d6d6d; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-section .event-item .inner-wrapper .date {
    top: 32px; }

  .event-section .event-item .inner-wrapper .date span {
    font-size: 20px;
    font-size: 2.0rem; }

  .event-section .event-item .inner-wrapper .date .day {
    font-size: 45px;
    font-size: 4.5rem; } }
@media screen and (max-width: 767px) {
  .event-section .event-item {
    margin-bottom: 30px; }

  .event-section .event-item .inner-wrapper img {
    width: 100%;
    height: auto; }

  .event-section .event-item .inner-wrapper .date {
    top: 37%; } }
@media screen and (max-width: 480px) {
  .event-section .event-item .inner-wrapper .date {
    top: 30%; } }
@media screen and (max-width: 360px) {
  .event-section .event-item .inner-wrapper .date {
    top: 40px; } }
/* * * * * #Multimedia Section * * * * */
.multimedia-section {
  background-color: #eeeded;
  margin-bottom: 45px;
  margin-top: 10px; }

.multimedia-section .section-header h3 {
  margin-bottom: 25px; }

.multimedia-section .video-youtube h4 a,
.multimedia-section .podcast-soundcloud h4 a {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 25px;
  color: #252954;
  display: block; }

.multimedia-section .podcast-soundcloud h4 {
  margin-top: 0; }

.multimedia-section .video-youtube .icon-play {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  margin-top: 50px;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.multimedia-section .video-youtube:hover .icon-play {
  opacity: 1; }

.multimedia-section .video-preview-bg {
  height: 162px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 2px; }

.multimedia-section .video-youtube img.video-preview {
  width: 100%;
  height: auto; }

.multimedia-section p {
  font-size: 15px;
  font-size: 1.5rem; }

.multimedia-section .video-youtube p {
  float: left;
  margin-top: 8px;
  margin-bottom: 14px; }
  .multimedia-section .video-youtube p a {
    color: #cd191f; }
  .multimedia-section .video-youtube p a:hover {
    color: #af1318; }

.multimedia-section .podcast-soundcloud, .multimedia-section .video-youtube {
  margin-bottom: 20px; }

.multimedia-section .podcast-soundcloud p {
  float: right;
  margin-bottom: 0; }
  .multimedia-section .podcast-soundcloud p a {
    color: #ea571c; }
  .multimedia-section .podcast-soundcloud p a:hover {
    color: #d03c01; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .multimedia-section .icon-play {
    margin-top: 15px; } }
@media screen and (min-width: 565px) and (max-width: 767px) {
  .multimedia-section .icon-play {
    margin-top: 100px; } }
@media screen and (max-width: 380px) {
  .multimedia-section .icon-play {
    margin-top: 20px; } }
/*.iframe-wrapper {
	position: relative;
	padding-bottom: 49.25%;
	padding-top: 25px;
	height: 0;
}
.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
/* * * * * #Social Media Section * * * * */
.social-feed-section {
  margin: 50px 0 60px 0; }

.social-feed-section .feed {
  border: 1px solid #dbdbdb;
  padding: 34px;
  height: 280px;
  overflow: hidden; }

.social-feed-section .feed.facebook, .social-feed-section .feed.scoopit {
  overflow-y: scroll; }

.social-feed-section .feed .btn {
  float: right;
  margin-top: 3px; }

.social-feed-section .feed p {
  line-height: 1.25; }

/* Twitter feed */
.social-feed-section .feed .btn.twitter {
  background-color: #5ea7dd; }

.social-feed-section .feed .btn.twitter:hover {
  background-color: #4492cb; }

.rotatingtweets {
  margin-top: 3px; }

.rotatingtweets a, .rotatingtweets .rtw_meta a:hover {
  color: #5ea7dd; }

.rotatingtweets a:hover {
  color: #4492cb; }

.rotatingtweets .rtw_meta a {
  color: #6d6d6d;
  font-style: italic; }

.rtw_pager {
  margin-top: 10px;
  text-align: left; }

.rtw_pager a {
  width: 12px;
  height: 12px;
  border: 1px solid #5ea7dd;
  border-radius: 50px;
  margin: 0 3px;
  display: inline-block;
  text-indent: -9999px; }

.rtw_pager a.activeSlide, .rtw_pager a:hover {
  background-color: #5ea7dd; }

/* Facebook feed */
.social-feed-section .feed .btn.facebook {
  background-color: #3b5a9a; }

.social-feed-section .feed .btn.facebook:hover {
  background-color: #294888; }

#cff .cff-author, #cff .cff-post-links {
  display: none !important; }

#cff .cff-item {
  border: none !important;
  padding: 0; }

#cff p {
  line-height: 1.25; }

#cff .cff-expand a {
  margin-top: 15px;
  font-size: 14px;
  display: block;
  text-decoration: none; }

#cff .cff-expand {
  display: block;
  line-height: 0;
  font-size: 0;
  color: transparent; }

/* In the news feed */
.social-feed-section .feed .btn.in-news {
  background-color: #6dac35; }

.social-feed-section .feed .btn.in-news:hover {
  background-color: #579320; }

.social-feed-section .scoopit-feed li {
  list-style: none;
  border-bottom: 1px solid #dbdbdb;
  font-weight: 600;
  line-height: 23px;
  margin-top: 11px;
  padding-bottom: 11px; }

.social-feed-section .scoopit-feed li:last-child {
  border-bottom: none; }

.social-feed-section .scoopit-feed li:first-child {
  margin-top: 0; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .social-feed-section .feed {
    height: 320px; }

  .feed.last header > a {
    overflow: hidden;
    width: 40px;
    display: inline-block; }

  .feed.last header > a.btn {
    overflow: visible;
    width: auto; } }
@media screen and (max-width: 991px) {
  .social-feed-section .feed {
    height: auto;
    margin-bottom: 30px; }

  .social-feed-section .feed.last {
    margin-bottom: 0; }

  .social-feed-section .feed.facebook, .social-feed-section .feed.scoopit {
    overflow-y: visible; } }
@media screen and (max-width: 380px) {
  .feed.last header > a {
    overflow: hidden;
    width: 40px;
    display: inline-block; }

  .feed.last header > a.btn {
    overflow: visible;
    width: auto; } }
/******************************************************************************
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * 								   	  	 						  										  * * * * *
* * * * * 									   			 #PAGE 	    										  * * * * *
* * * * * 								   	  	 						  										  * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/
article.main {
  margin: 50px 0 60px 0;
  padding-right: 40px; }

article.main ul {
  list-style: none;
  margin-left: 20px; }

article.main ul li:before {
  content: '\002022';
  padding-right: 14px;
  color: #252954;
  font-size: 23px;
  font-size: 2.3rem; }

/* #Search page */
.search-page {
  margin: 30px 0 50px 0;
  min-height: 400px; }

.search-page br {
  display: none; }

.search-item {
  margin-bottom: 12px; }

.search-item p {
  margin-bottom: 10px; }

.search-item .search-form {
  margin-top: 25px; }

.search-item input.search-field {
  outline: none;
  border: none;
  border-bottom: 1px solid #252954;
  margin-right: 10px;
  padding: 10px; }

.search-item .search-submit {
  background-color: #2fac61;
  outline: none;
  border: none;
  color: #fff;
  padding: 7px 15px;
  position: relative;
  top: 3px; }

@media screen and (max-width: 767px) {
  article.main {
    margin: 30px 0;
    padding-right: 0; }

  .search-page br {
    display: initial; }

  .search-page {
    min-height: auto; } }
/******************************************************************************
* * * * * 								   		 #Expert Page  							 				  * * * * *
******************************************************************************/
.experts {
  margin-bottom: 20px; }

.expert {
  min-height: 310px;
  text-align: center;
  margin-bottom: 20px; }

.mfp-bg {
  opacity: 0.3; }

.mfp-inline-holder .mfp-content {
  width: 75%;
  background: white;
  padding: 40px;
  margin: 20px 0; }

.expert-popup-box > img {
  float: left;
  width: 300px;
  margin-right: 30px; }

.expert-popup-box h1 {
  margin: 0 30px 15px 0; }

.expert-popup-box .twitter-link {
  position: absolute;
  top: 50px;
  right: 40px; }

.expert-popup-box .twitter-link img {
  width: 30px;
  height: auto; }

.expert-popup-box p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  margin-left: 330px; }

.expert-popup-box p.intro-text {
  font-size: 20px;
  font-size: 2.0rem;
  color: #313132; }

@media screen and (max-width: 991px) {
  .mfp-inline-holder .mfp-content {
    width: 95%; } }
@media screen and (max-width: 767px) {
  .expert-popup-box > img {
    width: 250px; }

  .expert-popup-box p {
    margin-left: 280px; } }
@media screen and (max-width: 649px) {
  .expert-popup-box > img {
    float: none;
    width: 330px;
    margin-right: 0;
    padding-right: 30px; }

  .expert-popup-box h1 {
    font-size: 32px;
    font-size: 3.2rem; }

  .expert-popup-box p {
    margin-left: 0; }

  .expert-popup-box .twitter-link {
    right: 30px; } }
@media screen and (max-width: 449px) {
  .expert {
    width: 100%; } }
@media screen and (max-width: 375px) {
  .expert-popup-box > img {
    margin-bottom: 30px; } }
/******************************************************************************
* * * * * 								   		 #Funding Page  						 				  * * * * *
******************************************************************************/
.panel-group {
  margin-bottom: 50px; }

.panel-group .panel {
  margin-bottom: 17px;
  padding-top: 5px; }

.panel {
  border: none;
  box-shadow: none;
  border-radius: 0; }

.panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dbdbdb; }

.panel-heading .accordion-title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 25px;
  color: #252954;
  padding: 2px 0;
  display: inline-block; }

.panel-heading .accordion-name, .panel-body .accordion-date {
  color: #6d6d6d;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
  display: block; }

/*.panel-heading .accordion-name {
	float: left;
}
.panel-heading .accordion-date {
	float: right;
}*/
.panel-heading .accordion-title {
  display: block;
  clear: both;
  margin-top: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none; }

.panel-body h1, .panel-body h2 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 25px;
  color: #313132;
  margin: 10px 0 7px 0; }

@media screen and (max-width: 450px) {
  .panel-heading .accordion-name, .panel-heading .accordion-date {
    display: block;
    float: none;
    margin-bottom: 5px; } }
/******************************************************************************
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * 								   	  	 						  										  * * * * *
* * * * *									 				 #POST TYPES  	    							  * * * * *
* * * * * 								   	  	 						  										  * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/
.archive .archive-header, .blog .archive-header,
.page-template-page-events-upcoming .archive-header,
.page-template-page-events-past .archive-header,
.page-template-page-facts-figures .archive-header,
.page-template-page-podcasts .archive-header,
.page-template-page-videos .archive-header,
.page-template-page-infographics .archive-header {
  margin-top: 32px; }

.archive-header a.btn {
  margin-top: 9px; }

.meta-type, .meta-theme {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  margin-top: -15px;
  margin-bottom: 16px; }

.meta-theme a {
  color: #6d6d6d; }

.meta-theme a:hover {
  color: #313132 !important; }

/******************************************************************************
* * * * * 										  	 	#Analysis											 	  * * * * *
******************************************************************************/
.archive .analysis-item, .blog .analysis-item {
  height: auto;
  margin-bottom: 30px; }

.author .archive-header h1 {
  float: left; }
.author .archive-header .btn {
  margin-top: 28px; }

.author .no-posts {
  min-height: 400px; }

.author .dropdown.author {
  margin-left: 0; }

@media screen and (min-width: 1200px) {
  .archive .analysis-item, .blog .analysis-item {
    height: 360px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .archive .analysis-item, .blog .analysis-item {
    height: 320px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .archive .analysis-item, .blog .analysis-item {
    height: 340px; } }
@media screen and (max-width: 768px) {
  .author .archive-header h1 {
    float: none; }
  .author .archive-header .btn {
    float: none;
    margin-top: 0px;
    margin-bottom: 20px; } }
.blog .search-filtering {
  margin-top: 17px; }

.blog .search-filtering .dropdown {
  float: right; }

@media screen and (max-width: 768px) {
  .blog .search-filtering {
    margin-top: 0; }

  .blog .search-filtering .dropdown {
    float: none; } }
/******************************************************************************
* * * * * 			  	 								#Explainers										 	  * * * * *
******************************************************************************/
.explainers {
  margin-bottom: 45px; }

.article-section .second-row {
  margin-top: 40px; }

.explainers h3 {
  text-align: center; }

.explainers .author-image {
  width: 12%; }

.explainers .author-image img {
  border-radius: 50px;
  float: left;
  margin: 14px 15px 14px 0; }

.explainers .text-wrapper {
  float: left;
  width: 82%; }

.explainers .text-wrapper > a {
  display: block;
  margin-top: 7px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 25px;
  color: #252954;
  display: block;
  padding: 9px 0 0 0; }

.explainer-meta {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 16px; }

.explainer-meta .meta-theme-explainer {
  display: block; }

.explainer-meta .meta-theme-explainer a {
  color: #6d6d6d; }

.explainer-meta .meta-theme-explainer a:hover {
  color: #313132 !important; }

.explainer-meta .author-explainer {
  color: #5fa8dd; }

.explainer-meta .separator-explainer {
  margin: 0 3px; }

.explainers span.meta {
  margin-bottom: 0;
  margin-top: 0; }

.explainers .text-wrapper .author,
.explainers .text-wrapper .separator,
.explainers .text-wrapper .meta-theme {
  display: inline-block;
  float: left;
  width: auto; }

.explainers .text-wrapper .author {
  font-style: italic;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5fa8dd; }

.explainers .text-wrapper .separator {
  margin: 0 7px; }

.explainers .text-wrapper .meta-theme {
  margin: 0; }

@media screen and (min-width: 580px) and (max-width: 991px) {
  .post-type-archive-explainers .article-list.explainers li {
    width: 47%; } }
@media screen and (max-width: 579px) {
  .post-type-archive-explainers .article-list.explainers li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #dbdbdb; }

  .post-type-archive-explainers .article-list.explainers li:last-child {
    border-bottom: none; }

  .explainers .text-wrapper > a {
    margin-top: 15px; } }
@media screen and (max-width: 600px) {
  .explainers .author-image {
    width: 15%; }

  .explainers .author-image img {
    margin-top: 24px; }

  .explainers .text-wrapper {
    width: 78%; } }
@media screen and (max-width: 450px) {
  .explainers .text-wrapper .author,
  .explainers .text-wrapper .meta-theme {
    margin-bottom: 0; }

  .explainers li {
    padding-bottom: 10px; } }
/******************************************************************************
* * * * * 			  	 					#Research, #Facts-Figures						 	  * * * * *
******************************************************************************/
.archive .article-section section {
  margin-bottom: 60px; }

.archive .article-section ul li > a {
  padding: 14px 0; }

.article-list.research-list .explainer-meta {
  margin-top: -12px; }
.article-list.research-list .explainer-meta .author-explainer {
  display: block; }
.article-list.research-list .explainer-meta .meta-theme-explainer {
  display: block; }

/* Facts-figures */
.post-type-archive-fact-figures .archive-header h1,
.page-template-page-facts-figures .archive-header h1 {
  margin-bottom: 12px; }

.filtering {
  margin-bottom: 20px; }

.filtering li {
  display: inline-block;
  margin: 2px 0; }

.filtering .active, .filtering .disabled {
  min-width: 36px;
  display: inline-block;
  text-align: center;
  padding: 5px 10px !important;
  background-color: #252954;
  color: white; }

.filtering .active:hover {
  background-color: #6d6d6d; }

.filtering #view-all {
  padding: 5px 7px 5px 8px !important;
  background-color: #252954;
  color: white;
  display: inline-block; }

.post-type-archive-fact-figures .filtering #view-all, .filtering .disabled {
  background-color: #eeeded;
  cursor: default;
  color: #CECECE; }

.page-template-page-facts-figures .article-section section {
  margin-bottom: 70px; }

.page-template-page-facts-figures #none-found {
  margin-bottom: 70px; }

#searchform-facts {
  display: inline-block;
  margin: 10px 0 30px 0; }

#searchform-facts input[type="text"] {
  background: url("../images/icon-search-blue.png") no-repeat;
  background-size: 18px 19px;
  background-position: 93% 50%;
  border: 1px solid #252954;
  padding: 5px 10px;
  font-family: "proxima-nova",Arial, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  color: #252954; }

#searchform-facts input[type="text"]:focus {
  outline: none; }

#searchform-facts input[type="text"]::-webkit-input-placeholder,
#searchform-facts input[type="text"]:-moz-placeholder,
#searchform-facts input[type="text"]::-moz-placeholder,
#searchform-facts input[type="text"]:-ms-input-placeholder {
  color: #252954 !important; }

#searchform-facts input[type="submit"] {
  display: none; }

.dropdown {
  position: relative;
  display: inline-block;
  background: url("../images/dropdown-icon.png") no-repeat;
  background-size: 6px 5px;
  background-position: 93% 50%;
  margin-left: 20px;
  border: 1px solid #252954;
  color: #252954;
  padding: 3px 10px 6px 10px;
  min-width: 210px; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 101%;
  border: 1px solid #252954;
  padding: 5px 10px;
  z-index: 1;
  margin: 0;
  left: -1px;
  top: 37px;
  max-height: 400px;
  overflow-y: scroll; }
  .dropdown-content li {
    list-style: none; }
  .dropdown-content li a {
    display: block;
    padding: 5px 0 !important; }

.dropdown:hover .dropdown-content,
.dropdown.hover .dropdown-content {
  display: block; }

@media screen and (max-width: 768px) {
  .post-type-archive-fact-figures #searchform-facts {
    margin-bottom: 20px; }

  .dropdown {
    margin-left: 0;
    margin-bottom: 20px !important; } }
/******************************************************************************
* * * * * 			 								 	 #Multimedia										 	  * * * * *
******************************************************************************/
.multimedia-entry.main {
  padding-right: 0; }

.multimedia-item {
  min-height: 245px;
  margin-bottom: 30px; }

.multimedia-item .video-preview-bg {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.multimedia-item .video-preview-bg.colour {
  background-color: #252954; }

.multimedia-item .icon-play {
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.multimedia-item:hover .icon-play {
  opacity: 1; }

.multimedia-item .icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 83px; }

.multimedia-item a {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 25px;
  color: #252954;
  display: block; }

.multimedia-item a:hover {
  color: #6d6d6d; }

.multimedia-entry a.youtube-video {
  display: block; }

.multimedia-entry .videoWrapper, .single-format-audio iframe, .multimedia-entry .infographic {
  margin-top: 15px; }

.multimedia-entry .share, .news-entry.main .share {
  display: block;
  margin-top: 30px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .multimedia-item {
    min-height: 280px; } }
/******************************************************************************
* * * * * 								   	 #Single Default Item  							 	  * * * * *
******************************************************************************/
section.content {
  left: 25%; }

section.sidebar {
  right: 75%; }

aside.sidebar {
  margin-top: 90px;
  margin-right: 15px; }

span.meta {
  display: block;
  margin-bottom: 30px;
  margin-top: -13px; }

span.meta span {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic; }

span.meta span span {
  font-size: 19px;
  font-size: 1.9rem;
  color: #313132;
  font-style: normal; }

section.related-articles > div {
  margin-bottom: 60px; }

@media screen and (max-width: 767px) {
  aside.sidebar {
    margin-top: 0;
    margin-bottom: 25px; } }
@media screen and (min-width: 450px) and (max-width: 767px) {
  span.meta > span {
    float: left;
    width: 50%; } }
.single aside.sidebar.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  margin-top: 30px;
  width: 247px; }

.single aside.sidebar.no-stick {
  position: absolute; }

.single.safari .sidebar.stick {
  right: 76% !important; }

.single aside.sidebar .author-image img {
  border-radius: 50%;
  margin-top: -8px; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .single aside.sidebar.stick {
    width: 197px; }

  .single.safari .sidebar.stick {
    right: 74% !important; } }
@media screen and (min-width: 1200px) {
  .single.safari .sidebar.stick {
    right: 76% !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single aside.sidebar.stick {
    width: 205px; } }
/******************************************************************************
* * * * * 									   	 #Theme Page  										 	  * * * * *
******************************************************************************/
.tax-theme .archive-header h1 {
  text-align: center;
  font-size: 43px !important;
  font-size: 4.3rem !important;
  margin: 8px 0 5px 0 !important; }

.tax-theme .archive-header #theme {
  color: #6e6e6e; }

.tax-theme .explainer {
  margin: 40px 0; }

.tax-theme .article-list.explainers li {
  min-height: 125px; }

@media screen and (max-width: 767px) {
  .tax-theme .article-list.explainers li {
    float: none;
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid #dbdbdb;
    margin: 0; }

  .tax-theme .article-list.explainers li:last-child {
    border-bottom: none; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tax-theme .article-section {
    text-align: center; }

  .tax-theme .article-list.explainers li {
    width: 31.9%; }

  .tax-theme .article-list.explainers .author-image,
  .tax-theme .article-list.explainers .text-wrapper {
    width: 100%; }

  .tax-theme .explainers .author-image img {
    float: none !important;
    display: block;
    margin: 14px auto 0 auto !important; } }
.tax-theme .article-section {
  margin-bottom: 0; }

.tax-theme .second-row {
  margin: 40px 0 60px; }

.tax-theme .event-section {
  margin-top: 0;
  margin-bottom: 0; }

.newsletter.taxonomy {
  background-color: white; }

.newsletter.taxonomy .newsletter-form input {
  background-color: #eeeded; }

.newsletter.taxonomy .newsletter-form input[type="text"]::-webkit-input-placeholder,
.newsletter.taxonomy .newsletter-form input[type="text"]:-moz-placeholder,
.newsletter.taxonomy .newsletter-form input[type="text"]::-moz-placeholder,
.newsletter.taxonomy .newsletter-form input[type="text"]:-ms-input-placeholder {
  color: #6e6e6e !important; }

/******************************************************************************
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * 								   	  	 						  										  * * * * *
* * * * * 									   		 #EVENTS 	    										  * * * * *
* * * * * 								   	  	 						  										  * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/
.archive .event-item,
.page-template-page-events-upcoming .event-item,
.page-template-page-events-past .event-item {
  height: auto;
  margin-bottom: 30px; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

@media screen and (min-width: 1200px) {
  .archive .event-item,
  .page-template-page-events-upcoming .event-item,
  .page-template-page-events-past .event-item {
    height: 320px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .archive .event-item,
  .page-template-page-events-upcoming .event-item,
  .page-template-page-events-past .event-item {
    height: 280px; }

  .event-section .event-item .inner-wrapper .date {
    top: 45px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .archive .event-item,
  .page-template-page-events-upcoming .event-item,
  .page-template-page-events-past .event-item {
    height: 250px; } }
/******************************************************************************
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * 								   	  	 						  										  * * * * *
* * * * * 												 #FOOTER  	    									  * * * * *
* * * * * 								   	  	 						  										  * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
******************************************************************************/
/******************************************************************************
* * * * * 								   	 #Newsletter Signup  							 		  * * * * *
******************************************************************************/
.newsletter {
  height: auto;
  background-color: #eeeded;
  text-align: center;
  padding: 60px 30px; }

.newsletter h2 {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 400;
  margin-top: 0; }

.newsletter-form br {
  display: none; }

.newsletter-form label {
  display: none; }

.newsletter-form p {
  display: inline-block;
  margin-bottom: 0; }

.newsletter-form input {
  background-color: white;
  border: 1px solid transparent;
  margin: 5px;
  padding: 8px 12px;
  outline: none;
  font-family: "proxima-nova",Arial, sans-serif;
  font-style: italic;
  font-weight: 300; }

.newsletter-form input:focus {
  border: 1px solid #8287BF; }

.newsletter-form input[type="submit"], .newsletter-form button[type="submit"] {
  background-color: #2fac61;
  color: white;
  text-transform: uppercase;
  border: none;
  padding: 8px 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.newsletter-form input[type="submit"]:hover, .newsletter-form button[type="submit"]:hover {
  background-color: #209750; }

.newsletter .newsletter-link {
  margin-top: 10px;
  display: block;
  margin-bottom: -20px; }

@media screen and (max-width: 840px) {
  .newsletter {
    height: auto;
    padding: 40px 30px 60px 30px; }

  .newsletter-form p:last-child {
    margin-top: 20px; } }
@media screen and (max-width: 525px) {
  .newsletter-form p {
    display: block; }

  .newsletter-form input {
    width: 100%; }

  .newsletter-form p:last-child {
    margin-top: 5px; }

  .newsletter-form input[type="submit"], .newsletter-form button[type="submit"] {
    margin: 5px;
    width: 100%; } }
/******************************************************************************
* * * * * 								   			 #Main Footer  								 		  * * * * *
******************************************************************************/
.main-footer {
  background-color: #252954;
  color: white; }

.main-footer .sponsor-logos {
  padding: 60px 0; }

.main-footer .sponsor-logos a {
  position: relative; }

.main-footer .sponsor-logos a:after {
  content: '\2022';
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0px 2px;
  position: absolute;
  top: -21px;
  left: 127px; }

.main-footer .sponsor-logos a:nth-child(even):after {
  left: 133px; }

.main-footer .sponsor-logos a:last-child:after {
  content: ''; }

.main-footer .sponsor-logos img {
  width: 120px;
  margin-right: 20px; }

.main-footer .contact-info {
  text-align: right;
  padding-top: 60px; }

.main-footer .contact-info p {
  display: inline-block;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 5px; }

.main-footer a {
  color: white; }

.main-footer a:hover {
  color: #bfc1d9; }

.main-footer .contact-info span.icon-letter {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 5px; }

.main-footer .contact-info span.divider {
  margin: 0 10px; }

.main-footer .footer-links {
  text-align: right;
  padding-bottom: 60px; }

.main-footer .footer-links li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400; }

.main-footer .footer-links li::after {
  content: '\2022';
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 2px; }

.main-footer .footer-links li:last-child::after {
  content: '';
  margin: 0; }

@media screen and (max-width: 992px) {
  .sponsor-logos img {
    height: 55px;
    width: auto; } }
@media screen and (max-width: 767px) {
  .main-footer .sponsor-logos {
    padding-bottom: 0;
    padding-top: 30px;
    text-align: center; }

  .main-footer .contact-info {
    padding-top: 10px;
    text-align: center; }

  .main-footer .footer-links {
    padding-bottom: 30px;
    text-align: center; } }
@media screen and (max-width: 445px) {
  .main-footer .contact-info span.divider {
    display: none; }

  .main-footer .contact-info p {
    display: block; } }

/*# sourceMappingURL=styles.css.map */
