/*
Theme Name: IDPWD
Theme URI:
Description: The 2018 version of the IDPWD website (a mix of the 2016 version & Harmony)
Version: 2018
Author: Vicky Miller
/*

Dark blue: #0f2b5b
Light blue: #51b5e0
(Tennis ball) green: #cee007
Orange: #f77f00
Text: #000d1c

/***********************************/
/******* Basic Wilcard Reset *******/
/**** Eric Meyer's is too agro *****/
/***********************************/

* {
	margin: 0;
	padding: 0;
}
@viewport{width:device-width}
@-ms-viewport {width: device-width;} /* For IE Snap Mode (Like that's even still a thing) */

/***********************************/
/************** Fonts **************/
/***********************************/

@import url("fonts/stylesheet.css");
@import url("fonts/font-awesome.min.css");

@font-face {
	font-family: 'SourceSansPro';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	src: url('fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'SourceSansPro-Semibold';
	font-style: bold;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	src: url('fonts/Source_Sans_Pro/SourceSansPro-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'SourceSansPro-Light';
	font-style: bold;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	src: url('fonts/Source_Sans_Pro/SourceSansPro-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'ElegantIcons';
	-webkit-font-smoothing: antialiased;
	src:url('fonts/ElegantIcons/ElegantIcons.eot');
	src:url('fonts/ElegantIcons/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
/***********************************/
/*********** Core styles ***********/
/***********************************/
body {
	background-color: #fafafa;
	color: #052f5f;
	font: 100% SourceSansPro, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 {
	color: #052f5f;
	font-family: SourceSansPro-Semibold;
	font-size: 3.3em;
	line-height: 1.2em;
	margin: .8em 0 .5em 0;
	padding-bottom: 20px;
}
h1 span {
	display: block;
	font-size: .4em;
	line-height: 1.5em;
}
h2 {
	color: #020202;
	font-family: SourceSansPro-Light;
	font-size: 2.5em;
	margin-top: 1em;
}
h3 {
	font-family: SourceSansPro-Light;
	font-size: 2em;
	margin-top: 1em;
}
h4 {
	font-family: SourceSansPro-Light;
	font-size: 1.8em;
	margin-top: 1em;
}
h5 {
	font-family: SourceSansPro-Light;
	font-size: 1.6em;
	margin-top: 1em;
}
h6 {
	font-family: SourceSansPro-Light;
	font-size: 1.4em;
	margin-top: 1em;
}
p {
	line-height: 1.6em;
	margin: .8em 0;
}
a {
	color: #0f2b5b;
	transition: all .5s;
}
a:hover,
a:focus {
	text-decoration: none;
	transition: all .5s;
}
a:visited {
	color: #0f2b5b;
}
a::before,
a::after {
	transition: all .5s;
}
ul, ol {
	line-height: 1.5em;
	margin-left: 1.6em;
}
li {
	margin: .5em 0;
}
table {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}
caption {
	background-color: #1F2D39;
	border: 1px solid #F2F2F2;
	border-bottom: none;
	color: #FFF;
	font: 1.2em SourceSansPro-Semibold;
	padding: 8px 10px;
	text-align: left;
}
th {
	border: 1px solid #F2F2F2;
	font-weight: bold;
	padding: 8px 10px;
	text-align: left;
	transition: background-color 1s;
}
thead th {
	background-color: #1F2D39;
	border-top: none;
	color: #FFF;
	font: 1.2em SourceSansPro-Semibold;
}
td {
	background-color: #FFF;
	border: 1px solid #F2F2F2;
	padding: 8px;
	transition: background-color 1s;
}
tfoot {
	font-size: .9em;
}
.zebra td,
.zebra th {
	background-color: #F9F9F9;
}
tr:hover th,
tr:hover td {
	background-color: #F5FDFE;
	transition: background-color 1s;
}
thead tr:hover th {
	background-color: #1F2D39;
}
hr {
	background-color: #DFDFDF;
	border: none;
	color: #DFDFDF;
	height: 2px;
	margin: 2em 0;
}
dl {
	margin: 1.5em 1em;
}
dt {
	font-weight: bold;
	line-height: 1.2em;
}
dd {
	margin: .5em;
}
abbr {
	border-bottom: 1px dotted #666;
}
blockquote {
	padding: 20px;
	margin: 20px 0;
	background-color: #F2F2F2;
}
time {

}
figcaption {
	color: #333;
	font-size: .8em;
	line-height: 1.4em;
	margin: 0 0 .5em 0;
	text-align: center;
}
iframe {
	z-index: 98;
}
article,
aside,
figcaption,
figure,
footer,
header,
nav,
time,
section  {
	display: block;
}
h2 a,
h3 a,
h4 a {
	text-decoration: none;
}
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus {
	text-decoration: underline;
}
/***********************************/
/******** Wrapper & Masthead *******/
/***********************************/
.fixwidth {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
#wrapper {
	background-color: #FFF;
	text-align: left;
	max-width: 3000px;
}
#masthead {
	background-color: #FFF;
	box-shadow: 0 2px 10px 2px rgba(0,0,0,.2);
	height: 150px;
	position: fixed;
	transition: all ease-in-out .5s;
	width: 100%;
	z-index: 200;
}
#masthead #logo {
	display: inline-block;
	padding: 20px;
	transition: all ease-in-out .5s;
	height: 120px;
}
#masthead #logo svg {
	width: 100%;
}
#masthead #logo path,
#masthead #logo polygon {
	fill: #111;
	transition: all ease-in-out .5s;
}
#masthead #logo:hover path,
#masthead #logo:hover polygon,
#masthead #logo:focus path,
#masthead #logo:focus polygon {
	fill: #cee007;
	transition: all ease-in-out .5s;
}
/* Search Toggle */
#searchtoggle {
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 1.1em;
	padding: 8px 2px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 82px;
}
#searchtoggle span::after {
	content: ' \55';
	font-family: ElegantIcons;
}
/* Search Form */
#masthead .search-form {
	background-color: #FFF;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 10px 10px 1px rgba(0, 0, 0, 0.1);
	display: none;
	left: 0;
	margin-top: -20px;
	padding: 30px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9;
}
#masthead .search-form .search-field {
	background-color: #FFF;
	border: none;
	border-bottom: 2px solid #cee007;
	color: #111;
	font-size: 1.2em;
	padding: 12px;
	transition: all 1s;
	width: 380px;
}
#masthead input.search-submit {
	transition: all .5s;
	background-image: url(images/search-icon-a.png);
	content: none;
	background-repeat: no-repeat;
	background-color: #fff;
	border: none;
	height: 35px;
	width: 35px;
	text-indent: -999em;
	background-position: bottom;
	padding: 30px;
}
#masthead input.search-submit:hover,
#masthead input.search-submit:focus {
	transition: all 1s;
	background-image: url(images/search-icon.png);
	background-repeat: no-repeat;
}
/***********************************/
/********** Main Navigation ********/
/***********************************/
#mainnav {
	bottom: 0;
	color: #111;
	font: 1.1em SourceSansPro;
	right: 0;
	position: absolute;
	top: 80px;
	width: 65%;
}
#mainnav ul {
	line-height: 1em;
	list-style: none;
	float: right;
}
#mainnav > ul {
	margin: 0 90px 0 0;
}
#mainnav > ul > li {
	display: inline-block;
	margin: 0;
	position: relative;
}
#mainnav > ul > li > a {
	color: #111;
	display: inline-block;
	padding: 10px;
	position: relative;
	text-decoration: none;
}
#mainnav > ul > li.current_page_item > a {
	font-weight: bolder;
}
#mainnav li.featured > a,
#mainnav > ul > li:nth-last-child(1) > a,
#mainnav > ul > li:nth-last-child(2) > a {
	border: 2px solid #052f5f;
	border-radius: 20px;
	padding: 10px;
	margin-right: 10px;
}
#mainnav li.featured > a:hover,
#mainnav li.featured > a:focus,
#mainnav > ul > li:nth-last-child(1) > a:hover,
#mainnav > ul > li:nth-last-child(2) > a:hover,
#mainnav > ul > li:nth-last-child(1) > a:focus,
#mainnav > ul > li:nth-last-child(2) > a:focus {
	color: #052f5f;
	border: 2px solid #cee007;
	text-decoration: none;
}
#mainnav li.featured > a:hover::after,
#mainnav li.featured > a:focus::after,
#mainnav > ul > li:nth-last-child(1) > a:hover::after,
#mainnav > ul > li:nth-last-child(2) > a:hover::after,
#mainnav > ul > li:nth-last-child(1) > a:focus::after,
#mainnav > ul > li:nth-last-child(2) > a:focus::after {
	display: none;
}
/* Header Main Nav - second level */
#mainnav .sub-menu {
	display: none;
	line-height: 1.2em;
	padding-top: 22px;
	position: absolute;
	text-align: center;
	transform: translateX(-46%); /* Sneaky (almost) center alignment */
	top: 30px;
	width: 201px;
	z-index: 9999;
}
#mainnav li.featured .sub-menu,
#mainnav li:nth-last-child(1) .sub-menu,
#mainnav li:nth-last-child(2) .sub-menu {
	transform: translateX(-40%);
}
#mainnav .sub-menu li {
	background-color: #FFF;
	border-left: 2px solid #052f5f;
	border-right: 2px solid #052f5f;
	border-bottom: 2px solid #052f5f;
	display: block;
	position: relative;
	margin: 0;
	width: 200px;
}
#mainnav .sub-menu li:first-child {
	border-top: 2px solid #052f5f;
}
#mainnav .sub-menu li:first-child::before {
	border: 8px solid #052f5f;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
    top: -16px;
    content: "";
    display: block;
    height: 0;
    left: 45%;
    position: absolute;
    width: 0;
}
#mainnav .sub-menu li a {
	color: #000;
	display: block;
	font-weight: 100;
	padding: 14px 10px;
	text-decoration: none;
}
#mainnav .sub-menu li a:hover,
#mainnav .sub-menu li a:focus {
	background-color: #EEE;
}

#mobilenav {
	display: none;
}
/*--------------------------------------------------------------
   Wash and hero image area
------------------------------------------------------------- */
.wash {
	background-color: #000;
	height: 400px;
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}
.wash .hero-bg {
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	left: 0;
	position: absolute;
	top: 125px;
}
.hero-bg {
	height: 500px;
	width: 100%;
	position: absolute;
	top: 169px;
}
#contentwrap {
	margin-top: -250px;
}
#content article,
#content section {
	background-color: #FFF;
	padding: 1px 90px 40px 90px;
}

/***********************************/
/*********** Content Area **********/
/***********************************/
#readspeaker_button,
.rsbtn_exp {
	float: right;
	margin: 123px 60px 0 0;
}
.rsbtn a,
.rsbtn a:hover,
.rsbtn a:focus {
	transition: none;
}
#crumbs {
	margin: 50px 60px;
	display: none;
}
#crumbs a {
	color: #444;
}
#content {
	margin: 130px 60px;
}
.idpwd-button {
	background-color: #fff;
	border: 2px solid #0f2b5b;
	border-radius: 33px;
	color: #0f2b5b;
	cursor: pointer;
	font: 1em SourceSansPro-Semibold;
	margin: 20px 0;
	padding: 10px 20px;
	text-decoration: none;
	transition: all 1s;
}
.idpwd-button:hover,
.idpwd-button:focus {
	background-color: #0f2b5b;
	color: #fff;
	box-shadow: none;
	transition: all 1s;
}
div.text-version {
	display: none;
}
.in-this-section {
	float: right;
	padding: 20px;
	border: 2px solid #0f2b5b;
	width: 20%;
	margin: 0 0 20px 20px;
}
.in-this-section h2 {
	font-size: 2em;
	margin-top: 0;
}
.in-this-section ul {
	list-style: none;
	margin-left: 0;
}
.in-this-section li {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.in-this-section li:last-of-type {
	border-bottom: none;
}
.in-this-section li::after {
	/*content: ' \35';
	font: 1.5em ElegantIcons;
	color: #cee007;
	margin-right: 10px;*/
}
.in-this-section a {
	text-decoration: none;
}
.in-this-section a:hover,
.in-this-section a:active {
	text-decoration: underline;
}
/***********************************/
/***** Loop and Search Results *****/
/***********************************/
.loop-post {
	clear: left;
	margin: 2em 0;
}
.loop-post::after {
	clear: both;
	content: '';
	display: block;
	padding-top: 20px;
}
.loop-post img {
	border-radius: 50%;
	float: left;
	margin: 0 25px 30px 0;
	width: 150px;
	height: 150px;
}
.loop-post time {
	color: #666;
}
.loop-post h2 {
	font-size: 2em;
	margin: .2em 0;
}
.search-summary {
	color: #1F2D39;
	font: 1.3em SourceSansPro-Semibold;
}
section#stories-loop {
	align-items: stretch;
	align-content: space-between;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-top: 0;
	width: auto;
}
#stories-loop .loop-post {
	border: 1px solid #DDD;
	flex: 0 1 32%;
	margin-bottom: 14px;
	padding: 0;
	position: relative;
	text-align: center;
}
#stories-loop .story-image {
	background-position: center;
	background-size: cover;
	height: 200px;
	width: 100%;
}
#stories-loop .loop-post h2 {
	font-size: 1.2em;
	font-weight: 100;
	margin-bottom: 4px;
	padding: 0 16px;
}
#stories-loop p {
	padding: 0 16px 70px 16px;
}
#stories-loop p a {
	bottom: 20px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}
.story-img {
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	height: 200px;
	margin: 0 auto;
	width: 200px;
}
#stories-loop p a {
	background-color: #fff;
	border: 2px solid #052f5f;
	border-radius: 33px;
	padding: 10px 40px;
	text-decoration: none;
	width: 30%;
}
/***********************************/
/********* Event Calendar **********/
/***********************************/
.event-listing {
	clear: left;
}
.event-listing .event-date {
	float: left;
	text-align: left;
	width: 25%;
}
.event-listing time {
	font-size: 1.1em;
	margin-top: -20px;
}
.event-listing .event-date time span {
	font-size: 3em;
	color: #000;
}
.event-listing .time-details {
	font-style: italic;
	font-size: 0.85em;
	margin: 8px 22%;
}
.event-listing .event-location {
	float: right;
	text-align: right;
	width: 20%;
}
.event-listing .event-location p{
	line-height: 1em;
	margin: 3px 20px 6px 0;
}
.event-listing .event-location p.city {
	font-size: .85em;
}
.event-listing h2 {
	font-family: SourceSansPro;
	font-weight: bold;
	font-size: 1.7em;
}
.event-listing p.event-details {

}
.event-listing::after {
	border-bottom: 2px solid #cecece;
	clear: both;
	content: '';
	display: block;
	padding-top: 10px;
}
.event-listing .event-date .to {
	margin-bottom: 20px;
	display: inline-block;
}

/***********************************/
/********** Gallery Pages **********/
/***********************************/
.gallerythumbs {
	list-style: none;
	margin: 10px 0 30px 0;
}
.gallerythumbs::after {
	clear: both;
	content: "";
	display: block;
}
.gallerythumbs li {
	background-color: #f77f00;
	float: left;
	margin: 0;
	min-height: 280px;
	padding-bottom: 20px;
	width: 20%;
	margin: 0 5px 5px 0;
}
.gallerythumbs li:nth-of-type(3n+1) {
	background-color: #51b5e0;
}
.gallerythumbs li:nth-of-type(3n+3) {
	background-color: #cee007;
}
.gallerythumbs a {
	display: block;
	text-decoration: none;
}
.gallerythumbs img {
	width: 100%;
}
.gallerythumbs span {
	color: #000;
	display: block;
	font: 1.3em SourceSansPro-Light;
	padding: 20px 15px 5px 15px;
	text-align: center;
}
.gallerythumbs a::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 2px auto;
	width: 0;
}
.gallerythumbs a:hover::after,
.gallerythumbs a:focus::after {
	width: 70%;
}
.gallery figure {
	display: inline-block;
	padding: 12px;
}
.gallery figure div {
	display: inline-block;
}
.gallery a {
	display: inline-block;
}
.gallery figure a {
	border-bottom: 5px solid #FFF;
	position: relative;
}
.gallery figure a:hover,
.gallery figure a:focus {
	border-bottom: 5px solid #f77f00;
}
.gallery figure a:hover::before,
.gallery figure a:focus::before {
	color: #FFF;
	content: ' \54';
	display: block;
	font: 1.5em Eleganticons;
	position: absolute;
	right: 8px;
	text-shadow: 1px 1px 1px #052f5f;
	top: 8px;
}
/***********************************/
/*********** Pagination ************/
/***********************************/
.pager-wrap {
	width: 100%;
}
.pager-wrap ul.pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	margin: 0 0 20px 0;
  padding: 0;
	text-align: center;
}
.pager-wrap ul.pager li {
	border: 1px solid #bcbec0;
	margin: 2px -1px 2px 0;
}
.pager-wrap ul.pager .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  color: #202020;
}
.pager-wrap ul.pager .page-numbers.current {
  font-weight: 700;
}
.pager-wrap ul.pager a {
  color: #202020;
	text-decoration: none;
}
.pager-wrap ul.pager a:hover,
.pager-wrap ul.pager a:focus {
  background-color: #f6f6f6;
  color: #000;
  text-decoration: underline;
}
/***********************************/
/****** Widgets *******/
/***********************************/
.widget {
	display: flex;
	flex-wrap: wrap;
}
.getinvolvedwidget {
	background-color: #052f5f;
	color: #fff;
	width: 50%;
}
.getinvolvedwidget h2,
.getinvolvedwidget p {
	color: #fff;
	padding: 20px;
}
.widget_media_image {
	text-align: right;
}
/* Subscription sign-up */
.keepinformedwidget {
	clear: left;
	padding: 0 60px 50px 60px;
	text-align: center;
	background-color: #fff;
}
.keepinformedwidget h2 {
	font-size: 2.5em;
	padding-top: 30px;
}
.keepinformedwidget form {
	position: relative;
}
.keepinformedwidget label {
	color: #777;
	cursor: text;
	font-size: 1.2em;
	left: 28%;
	position: absolute;
	top: 10px;
	transition: all .5s;
	z-index: 8;
}
.keepinformedwidget label::before {
	content: ' \e010';
	color: #E1E0E0;
	display: inline-block;
	font: 1.6em ElegantIcons;
	margin-right: 15px;
}
.keepinformedwidget input:focus + label,
.keepinformedwidget input.isfilled + label  {
	left: 21.5%;
	transition: all .5s;
}
.keepinformedwidget input {
	background-color: transparent;
	border: 1px solid #979797;
	border-radius: 33px;
	color: #666;
	font: 0.9em SourceSansPro-Semibold;
	padding: 18px;
	position: relative;
	transition: all 1s;
	width: 350px;
	z-index: 9;
}
.keepinformedwidget input:focus,
.keepinformedwidget input.isfilled {
	background-color: #FFF;
	transition: all 1s;
}
.keepinformedwidget input[type="submit"] {
	background-color: #fff;
	border: 2px solid #052f5f;
	color: #052f5f;
	cursor: pointer;
	display: inline-block;
	margin-left: 20px;
	padding: 8px 22px;
	transition: all .5s;
	width: auto;
	border-radius: 33px;
}
.keepinformedwidget input[type="submit"]:hover,
.keepinformedwidget input[type="submit"]:focus {
	background-color: #052f5f;
	color: #fff;
}
/* Resources */
#content article.resources-page {
	padding-bottom: 0;
}
#resources-section-nav {
	align-items: stretch;
	display: flex;
    flex-flow: row wrap;
	list-style: none;
	margin: 0 20px;
}
#resources-section-nav::after {
	background-color: #FFF;
	content: '';
	display: block;
	flex: 0 1 100%;
	margin-top: -1px;
	z-index: 9;
}
#resources-section-nav li {
	background-position: center 20px;
	background-repeat: no-repeat;
	border: 1px solid #DDD;
	border-left: none;
	border-top: none;
	flex: 0 1 33%;
	padding: 70px 0 100px 0;
	position: relative;
	text-align: center;
  margin: 0;
	background-size: 100px;
}
#resources-section-nav li:nth-child(3n),
#resources-section-nav li:last-child {
	border-right: none;
}
li.icon-posters {
	background-image: url(images/icon-posters.svg);
}
li.icon-logo {
	background-image: url(images/icon-logo-stacked.svg);
}
li.icon-style {
	background-image: url(images/icon-style.svg);
}
li.icon-social {
	background-image: url(images/icon-social.svg);
}
li.icon-event {
	background-image: url(images/icon-event.svg);
}
li.icon-cert {
	background-image: url(images/icon-cert.svg);
}
li.icon-promo {
	background-image: url(images/icon-promo.svg);
}
li.icon-kids {
	background-image: url(images/icon-kids.svg);
}
li.icon-fact-sheets {
	background-image: url(images/icon-fact-sheets.svg);
}
li.icon-merchandise {
	background-image: url(images/icon-merchandise.svg);
}
li.icon-read {
	background-image: url(images/icon-read.svg);
}
li.icon-watch {
	background-image: url(images/icon-watch.svg);
}
li.icon-event-planning-kit {
	background-image: url(images/icon-event-planning-kit.svg);
}
li.icon-resources {
	background-image: url(images/icon-logo.svg);
}
#resources-section-nav h2 {
	font-size: 1em;
	margin: 40px 20px 20px 20px;
}
#resources-section-nav div {
	margin: 0 20px;
}
#resources-section-nav div span {
	font-size: .85em;
}
#resources-section-nav div a {
	bottom: 40px;
	left: 0;
	margin: 10px auto 0 auto;
	position: absolute;
	right: 0;
	background-color: #fff;
	border: 2px solid #052f5f;
	color: #052f5f;
	cursor: pointer;
	display: inline-block;
	padding: 8px 22px;
	transition: all .5s;
	width: 65%;
	border-radius: 33px;
	text-decoration: none;
}
#resources-section-nav div a:hover,
#resources-section-nav div a:active {
	background-color: #052f5f;
	color: #fff;
}
/***********************************/
/************* Footer **************/
/***********************************/
#footer {
	background-image: url(images/footer.jpg);
	background-color: #052f5f;
	color: #fff;
	clear: both;
	padding: 30px 80px;
	text-align: center;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
}
#footer ul a {
	padding: 0 10px;
}
#footer a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus {
	text-decoration: underline;
}
/* Countdown */
.idpwdcountdown {
	font: 1.4em SourceSansPro-Semibold;
	text-transform: uppercase;
	margin: 0;
}
.idpwdcountdown span {
	display: block;
	font: 3.2em SourceSansPro-Light;
}
.idpwdcountdown span::after  {
	background-color: #C81461;
	content: '';
	display: block;
	margin: 0 auto 12px auto;
	height: 4px;
	width: 22px;
}
#ctas {
	list-style: none;
	margin: 40px;
}
#ctas li {
	text-align: center;
	margin: 10px 30px;
	display: inline-block;
	font-size: 1.3em;
}
#ctas a {
	color: #222;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	position: relative;
	border-radius: 50%;
	border: 3px	solid #222;
	height: 150px;
	width: 150px;
	background-color: #fff;
}
#ctas a img {
	height: 75px;
	padding-top: 36px;
	width: 83px;
	fill: #111;
	overflow: hidden;
}
#ctas a:hover,
#ctas a:focus {
	border-color: #fafafa;
	background-color: #fafafa;
	font-family: SourceSansPro-Semibold;
}
#ctas a span {
	display: inline-block;
	margin-top: 50px;
	padding-bottom: 4px;
	position: relative;
}
#ctas a span::after {
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	transition: all .5s;
	width: 0;
}
#ctas a:hover span::after,
#ctas a:focus span::after {
	background-color: #51b5e0;
	left: 0;
	width: 100%;
}
/* Social Media links */
#footer .social-media {
	font-size: 2.8em;
	position: fixed;
	top: 240px;
	right: 0px;
	background-color: #0f2b5b;
	width: 60px;
	z-index: 10;
	border-top-left-radius: 15%;
	border-bottom-left-radius: 15%;
	padding: 6px 1px 6px 0;

}
#footer ul.social-media {
	line-height: 1em;
}
#footer .social-media a {
	color: #fff;
	padding: 0;
}
#footer .social-media a:hover,
#footer .social-media a:focus {
	text-decoration: none;
}
.social-media .facebook a::before {
	content: ' \e0c1';
	font-family: ElegantIcons;
	background-color: #052f5f;
	color: #fff;
	border-radius: 33px;
}
.social-media .facebook a:hover::before,
.social-media .facebook a:focus::before {
	background-color: #3B5998;
}
.social-media .twitter a::before {
	content: ' \e0c2';
	font-family: ElegantIcons;
	background-color: #052f5f;
	color: #fff;
	border-radius: 33px;
}
.social-media .twitter a:hover::before,
.social-media .twitter a:focus::before {
	background-color: #4099FF;
	color: #fff;
	border-radius: 33px;
}
.social-media .youtube a::before{
	content: ' \e0d1';
	font-family: ElegantIcons;
	background-color: #052f5f;
	color: #fff;
	border-radius: 33px;
}
.social-media .youtube a:hover::before,
.social-media .youtube a:focus::before {
	background-color: #CD201F;
	color: #fff;
	border-radius: 33px;
}
.social-media .instagram a::before{
	content: ' \e0c8';
	font-family: ElegantIcons;
	background-color: #052f5f;
	color: #fff;
	border-radius: 33px;
}
.social-media .instagram a:hover::before,
.social-media .instagram a:focus::before {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	color: #fff;
	border-radius: 33px;
}
/* Footer Menu */
#footer .menu {
	line-height: 1em;
	margin: 20px;
	padding-bottom: 30px;
}
#footer .menu a {
	border-right: 1px solid #052f5f;
}
#footer .menu li:last-child a {
	border-right: none;
}
/* Siteinfo */
.siteinfo-copy {
	border-right: 1px solid #052f5f;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
}
.siteinfo-desc {
	display: inline-block;
}
/***********************************/
/********* Various Classes *********/
/***********************************/
article .intro {
	font-family: SourceSansPro-Light;
	font-size: 1.6em;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic
}
.nomargin {
	margin: 0;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.left,
.alignleft,
.align-left {
  float: left;
  padding: 10px 20px 20px 0;
}
.right,
.alignright,
.align-right {
  float: right;
  padding: 10px 0 20px 20px;
}
.center,
.centre,
.aligncenter,
.align-center{
	text-align: center;
}
.wp-caption-text {
	color: #333;
	font-size: .9em;
	line-height: 1.4em;
	margin: 0 0 .5em 0;
}
.nobullet {
	list-style-type: none;
}
.nobr {
	white-space: nowrap;
}
.small,
small {
	font-size: .85em;
}
.screen-reader-text,
.offleft {
	position: absolute;
	left: -9999em;
	font-size: .8em;
}
.offleft a {
	background-color:#FFF;
	color: #000;
}
.offleft a:focus {
	left: 9999em;
	position: absolute;
	z-index: 99999;
}
.zebra {
	background-color: #F3F3F3;
}
.required {
	color: #990000;
}
/***********************************/
/* Hide Psuedo elements from Speech*/
/***********************************/
@media speech, reader, aural {
	*::before,
	*::after {
		display: none !important;
		visibility: hidden !important;
    }
}
/* Underline on hover */
.hvr-underline {
	text-decoration: none;
}
.hvr-underline::after {
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 0;
}
.hvr-underline.mid::after {
	left: 50%;
}
.hvr-underline:hover::after,
.hvr-underline:focus::after {
	background-color: #dadb3e;
	left: 0;
	width: 100%;
}

/* map */
#map {
	height: 400px;
}

/***********************************/
/****** Print Style Sheet ******/
/***********************************/
@media print{
	header,
	nav #mainnav,
	button #searchtoggle,
	#readspeaker_button
	footer, {
		display: none;
	}
}
/***********************************/
/*********** Pre-content ***********/
/***********************************/
.pre-content {
	border: solid #000 2px;
	width: 90%;
	text-align: center;
	margin: auto;
	margin-top: 15px;
}

.home .pre-content {
	margin-top: 150px;

}
/***********************************/
/*********** Watch Page ************/
/***********************************/

@media screen and (min-width: 1200px) {
	.watch-wrapper {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 50% 50%;
		grid-template-columns: 50% 50%;
	}
	.watch-category {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
		height: 400px;
		overflow: hidden;
	}
	.img-container * {
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
}