/*
Theme Name: Heads Together
Theme URI: //www.addison-group.net/
Author: Addison Group
Author URI: //www.addison-group.net/
Description: Theme built for Heads Together website
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

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.
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
/**
 * 3.0 - Typography
 */
/* button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
} */
/**
 * 6.0 - Navigation
 */
/**
 * 6.1 - Links
 */
/**
 * 6.2 - Menus
 */
/* .site-footer .main-navigation {
	margin-bottom: 1.75em;
} */
/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */
/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}
/**
 * 9.0 - Clearings
 */
/* Do not show the outline on the skip link target. */
/**
 * 11.1 - Header
 */
/* .site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
} */
/**
 * 11.2 - Posts and pages
 */
/* .entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
} */
/* .entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
} */
/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
/**
 * 11.5 - Sidebar
 */
/**
 * 11.6 - Footer
 */
/* .site-footer {
	padding: 0 7.6923% 1.75em;
} */
/**
 * 12.0 - Media
 */
/**
 * 14.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
/**
 * 14.1 - >= 710px
 */
/**
 * 14.3 - >= 910px
 */
/* 	.site-footer {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 4.5455% 3.5em;
}

.site-footer .social-navigation {
	margin: 0;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.site-info {
	margin: 0.538461538em auto 0.538461538em 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
} */
/**
 * 14.4 - >= 985px
 */
/* 	.entry-content h1,
.entry-summary h1,
.comment-content h1 {
	font-size: 33px;
	font-size: 2.0625rem;
	line-height: 1.2727272727;
	margin-top: 1.696969697em;
	margin-bottom: 0.8484848485em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h4,
.entry-summary h4,
.entry-intro h4,
.comment-content h4 {
	letter-spacing: 0.131578947em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.473684211em;
} */
/**
 * 14.5 - >= 1200px
 */
/**
 * 15.0 - Print
 */
@media print {
  form,
  button,
  input,
  select,
  textarea,
  .navigation,
  .main-navigation,
  .social-navigation,
  .sidebar,
  .content-bottom-widgets,
  .header-image,
  .page-links,
  .edit-link,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link {
    display: none;
  }
  body,
  blockquote cite,
  blockquote small,
  pre,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6,
  .comment-content h4,
  .comment-content h5,
  .comment-content h6,
  .entry-content .author-title {
    font-size: 12pt;
  }
  blockquote {
    font-size: 14.25pt;
  }
  .site-title,
  .page-title,
  .comments-title,
  .entry-content h2,
  .entry-summary h2,
  .comment-content h2,
  .widecolumn h2 {
    font-size: 17.25pt;
  }
  .site-description {
    display: block;
  }
  .entry-title {
    font-size: 24.75pt;
    line-height: 1.2727272727;
    margin-bottom: 1.696969697em;
  }
  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 17.25pt;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }
  .entry-content h1,
  .entry-summary h1,
  .comment-content h1 {
    font-size: 21pt;
  }
  .entry-content h3,
  .entry-summary h3,
  .comment-content h3,
  body:not(.search-results) .entry-summary {
    font-size: 14.25pt;
  }
  .site-description,
  .author-bio,
  .entry-footer,
  .sticky-post,
  .taxonomy-description,
  .entry-caption,
  .comment-metadata,
  .comment-notes,
  .comment-awaiting-moderation,
  .site-info,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    font-size: 9.75pt;
  }
  body,
  .site {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }
  body,
  blockquote cite,
  blockquote small,
  .site-branding .site-title a,
  .entry-title a,
  .comment-author {
    color: #1a1a1a !important;
    /* Make sure color schemes don't affect to print */
  }
  blockquote,
  .page-header,
  .comments-title {
    border-color: #1a1a1a !important;
    /* Make sure color schemes don't affect to print */
  }
  blockquote,
  .site-description,
  body:not(.search-results) .entry-summary,
  body:not(.search-results) .entry-summary blockquote,
  .author-bio,
  .entry-footer,
  .entry-footer a,
  .sticky-post,
  .taxonomy-description,
  .entry-caption,
  .comment-author,
  .comment-metadata a,
  .comment-notes,
  .comment-awaiting-moderation,
  .site-info,
  .site-info a,
  .wp-caption .wp-caption-text,
  .gallery-caption {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }
  code,
  hr {
    background-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */
  }
  pre,
  abbr,
  acronym,
  table,
  th,
  td,
  .author-info,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */
  }
  a {
    color: #007acc !important;
    /* Make sure color schemes don't affect to print */
  }
  .entry-content a,
  .entry-summary a,
  .taxonomy-description a,
  .comment-content a,
  .pingback .comment-body > a {
    box-shadow: none;
    border-bottom: 1px solid #007acc !important;
    /* Make sure color schemes don't affect to print */
  }
  .site {
    margin: 5%;
  }
  .site-inner {
    max-width: none;
  }
  .site-header {
    padding: 0 0 1.75em;
  }
  .site-main {
    margin-bottom: 2.75em;
  }
  .entry-header,
  .entry-footer,
  .page-header,
  .page-content,
  .entry-content,
  .entry-summary,
  .post-thumbnail,
  .comments-area {
    margin-right: 0;
    margin-left: 0;
  }
  .post-thumbnail,
  .site-main > article {
    margin-bottom: 2.75em;
  }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: -webkit-calc(49.2631579%);
    width: calc(49.2631579%);
  }
  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.473684211em;
  }
  .site-footer,
  .widecolumn {
    padding: 0;
  }
}
/* generic */
body {
  background: #FFF;
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
}
img {
  border: 0;
}
/* hide elements not required for print */
#accessiblenav,
#header #shareprice,
#header #sitesearch,
#navigation,
#subnavigation,
#footer ul,
.hidden,
#pagetools,
#footer .grid_4,
#footer p,
#grpEditToolbar {
  display: none;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* re-style any elements for print if required */
.print,
#footer p.copyright {
  display: block;
}
#header {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#sitewrapper {
  /* positions site on page */
  font-size: 75%;
}
#footer .copyright {
  color: #666666;
  font-size: 91.7%;
  padding: 20px 0 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.hidden {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.site-header.no-bg {
  background: none;
  background-color: transparent;
  height: 0;
}
.site-header.no-bg .home-hero-row .homeHereWrapper {
  margin-top: 153px;
}
.site-header .site-header-main {
  *zoom: 1;
  max-height: 50px;
  position: fixed;
  width: 100%;
  z-index: 4;
}
.site-header .site-header-main:before,
.site-header .site-header-main:after {
  content: "";
  display: table;
}
.site-header .site-header-main:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .site-header .site-header-main {
    margin: 0px 40px 0px 0px;
    margin: 0rem 2.5rem 0rem 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .site-header-main {
    margin: 0px 40px 0px 0px;
    margin: 0rem 2.5rem 0rem 0rem;
  }
}
.site-header .site-header-main ul {
  list-style-type: none;
  margin: 0;
}
.site-header .site-header-main ul li:hover,
.site-header .site-header-main ul li:active,
.site-header .site-header-main ul li:focus,
.site-header .site-header-main ul li.current-menu-item {
  background-image: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/highlight-rollover.png);
  background-size: contain;
  text-decoration: none;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center -8px;
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  .site-header .site-header-main ul li:hover,
  .site-header .site-header-main ul li:active,
  .site-header .site-header-main ul li:focus,
  .site-header .site-header-main ul li.current-menu-item {
    height: 64px;
    background-position: right -7px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .site-header-main ul li:hover,
  .site-header .site-header-main ul li:active,
  .site-header .site-header-main ul li:focus,
  .site-header .site-header-main ul li.current-menu-item {
    height: 50px;
    background-position: right -9px;
  }
}
.site-header .site-header-main ul li a {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .site-header .site-header-main ul li a {
    height: 64px;
    line-height: 64px;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .site-header-main ul li a {
    height: 50px;
    line-height: 50px;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
}
.headerSearch {
  *zoom: 1;
  float: right;
}
.headerSearch:before,
.headerSearch:after {
  content: "";
  display: table;
}
.headerSearch:after {
  clear: both;
}
.bgHeader {
  *zoom: 1;
  background-color: rgba(255, 255, 255, 0.9);
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 3;
}
.bgHeader:before,
.bgHeader:after {
  content: "";
  display: table;
}
.bgHeader:after {
  clear: both;
}
.site-footer .footer-menu a {
  color: #666666;
  text-decoration: none;
}
.site-footer .footer-menu a:hover,
.site-footer .footer-menu a:active,
.site-footer .footer-menu a:focus {
  text-decoration: underline;
}
.site-footer .footer-menu li {
  float: left;
  list-style-type: none;
  padding: 0px 10px 0px 10px;
  padding: 0rem 0.625rem 0rem 0.625rem;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-menu li {
    float: none;
    text-align: right;
  }
}
.site-footer .charity-email a {
  color: #666666;
  text-decoration: none;
}
.site-footer .charity-email a:hover,
.site-footer .charity-email a:active,
.site-footer .charity-email a:focus {
  text-decoration: underline;
}
.site-footer .footerRight {
  text-align: right;
}
.searchIconWrapper {
  *zoom: 1;
  padding-right: 4px;
}
.searchIconWrapper:before,
.searchIconWrapper:after {
  content: "";
  display: table;
}
.searchIconWrapper:after {
  clear: both;
}
.searchIconWrapper:hover,
.searchIconWrapper:focus {
  background-image: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/highlight_rollover_search.png);
  background-repeat: no-repeat;
  float: right;
  background-size: contain;
  width: 106px;
  height: 56px;
  background-position: 51px -4px;
}
@media only screen and (max-width: 1024px) {
  .searchIconWrapper:hover,
  .searchIconWrapper:focus {
    height: 40px;
    background-position: 64px -1px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .searchIconWrapper:hover,
  .searchIconWrapper:focus {
    height: 33px;
    background-position: 68px 3px;
    margin-bottom: 10px;
  }
}
.searchIcon {
  width: 40px;
  margin-top: 4px;
  float: right;
  cursor: pointer;
}
.searchForm {
  font-family: 'DIN Next W01 Light', Arial, sans-serif;
  *zoom: 1;
  background-color: #ff9628;
  height: 100vh;
  position: fixed;
  width: 100vw;
  z-index: 99;
}
.searchForm:before,
.searchForm:after {
  content: "";
  display: table;
}
.searchForm:after {
  clear: both;
}
.searchForm form {
  font-family: 'DIN Next W01 Light', Arial, sans-serif;
  padding: 10px;
  width: 100vw;
}
.searchForm button {
  font-family: 'DIN Next W01 Light', Arial, sans-serif;
}
.searchForm .searchFormWrapper {
  top: 20%;
  position: absolute;
  left: 20%;
}
@media only screen and (max-width: 767px) {
  .searchForm .searchFormWrapper {
    left: 0;
  }
}
.searchForm input.search-field {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000000;
  height: 65px;
  padding-top: 20px;
  color: #000000;
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
}
@media only screen and (max-width: 767px) {
  .searchForm input.search-field {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.searchForm input::-webkit-input-placeholder {
  color: #000000;
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  text-transform: uppercase;
}
.searchForm input:-moz-placeholder {
  color: #000000;
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  text-transform: uppercase;
}
.searchForm textarea::-webkit-input-placeholder {
  color: #000000;
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  text-transform: uppercase;
}
.searchForm textarea:-moz-placeholder {
  color: #000000;
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  text-transform: uppercase;
}
.searchForm p {
  margin-top: 15px;
  color: #000000;
}
.searchForm .closeBtn,
.searchForm .searchCloseBtn {
  position: absolute;
  z-index: 5;
  top: 100px;
  right: 100px;
}
@media only screen and (max-width: 767px) {
  .searchForm .closeBtn,
  .searchForm .searchCloseBtn {
    top: 2px;
    right: 39px;
  }
}
.searchForm .closeBtn:hover,
.searchForm .searchCloseBtn:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.searchForm .closeBtn:before,
.searchForm .searchCloseBtn:before {
  content: "";
  border-left: 3px solid #000000;
  border-radius: 3px;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  float: left;
  height: 40px;
}
.searchForm .closeBtn:after,
.searchForm .searchCloseBtn:after {
  content: "";
  border-left: 3px solid #000000;
  border-radius: 3px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  float: left;
  margin-left: -3px;
  margin-right: 15px;
  height: 40px;
}
.postNav .screen-reader-text {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.postNav .nav-previous a {
  position: relative;
  float: left;
  margin: 10px 10px 10px 10px;
  margin: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.postNav .nav-previous a:before {
  background-image: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/arrowIcon.png);
  background-size: 13px 13px;
  background-position: 5px 11px;
  background-repeat: no-repeat;
  content: '';
  height: 25px;
  width: 23px;
  display: inline-block;
  margin: 0px 0px 0px -23px;
  margin: 0rem 0rem 0rem -1.4375rem;
  position: absolute;
  top: 2px;
  transform: rotate(180deg);
}
.postNav .nav-previous a:hover {
  text-decoration: none;
}
.postNav .nav-next a {
  position: relative;
  float: right;
  margin: 10px 10px 10px 10px;
  margin: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.postNav .nav-next a:after {
  background-image: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/arrowIcon.png);
  background-size: 13px 13px;
  background-position: 5px 11px;
  background-repeat: no-repeat;
  content: '';
  height: 25px;
  width: 23px;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  margin: 0rem 0.3125rem 0rem 0rem;
  position: absolute;
  top: -7px;
}
.postNav .nav-next a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .main-navigation .primary-menu > li {
    float: none;
    text-align: right;
  }
  .logoContainer {
    position: absolute;
    z-index: 4;
  }
  .logoContainer img {
    max-width: 247px;
    width: 100%;
  }
  .searchIcon {
    width: 30px;
    padding-bottom: 10px;
  }
  .searchForm {
    z-index: 5;
  }
}
.download-button {
  width: 60px;
  display: inline-block;
  float: right;
  height: 40px;
}
.download-button:hover,
.download-button:focus {
  background-image: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/highlight_rollover_search.png);
  background-repeat: no-repeat;
  float: right;
  background-size: contain;
  background-position: 8px -1px;
}
@media only screen and (min-width: 1024px) {
  .download-button:hover,
  .download-button:focus {
    background-size: 100%;
    background-position: -2px -5px;
  }
}
.download-button img {
  padding-top: 8px;
  margin: 0 auto;
  width: 20px;
}
@media only screen and (min-width: 1024px) {
  .download-button {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .download-button img {
    padding-top: 13px;
  }
}
.ht-social-wall.sboard.sb-flat .sb-item .sb-container,
.newsBoardStyle.sboard.sb-flat .sb-item .sb-container {
  border-radius: 0;
  border: 0;
}
.ht-social-wall.sboard .sb-item .sb-thumb img,
.newsBoardStyle.sboard .sb-item .sb-thumb img {
  border-radius: 0;
}
.ht-social-wall.sboard.sb-flat .sb-item .sb-footer a,
.newsBoardStyle.sboard.sb-flat .sb-item .sb-footer a {
  float: right;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: 'DIN Next W01 Bold', Arial, sans-serif;
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
.ht-social-wall.sboard .sb-item .sb-inner,
.newsBoardStyle.sboard .sb-item .sb-inner {
  padding: 20px 28px 20px 28px;
  padding: 1.25rem 1.75rem 1.25rem 1.75rem;
}
.ht-social-wall.sboard .sb-item .sb-footer,
.newsBoardStyle.sboard .sb-item .sb-footer {
  text-shadow: none;
  padding: 20px 28px 34px 28px;
  padding: 1.25rem 1.75rem 2.125rem 1.75rem;
  text-transform: uppercase;
}
.ht-social-wall.sboard.sb-flat .sb-item .sb-footer img,
.newsBoardStyle.sboard.sb-flat .sb-item .sb-footer img {
  float: right;
  margin-right: 0;
}
.ht-social-wall.sboard.sb-flat .sb-item .sb-footer a,
.newsBoardStyle.sboard.sb-flat .sb-item .sb-footer a {
  float: left;
}
.ht-social-wall .sb-item.sb-twitter,
.newsBoardStyle .sb-item.sb-twitter {
  background: #ffffff;
}
.ht-social-wall .sb-youtube .sb-inner,
.newsBoardStyle .sb-youtube .sb-inner {
  background: #cd201f !important;
}
.ht-social-wall .sb-instagram .sb-inner,
.newsBoardStyle .sb-instagram .sb-inner {
  background: #295477 !important;
}
.ht-social-wall .sb-facebook .sb-inner,
.newsBoardStyle .sb-facebook .sb-inner {
  background: #3b5998 !important;
}
.ht-social-wall .sb-text,
.newsBoardStyle .sb-text {
  font-family: 'DIN Next LT W04 Condensed', Arial, sans-serif;
}
.ht-social-wall .sb-icon.sb-rss,
.newsBoardStyle .sb-icon.sb-rss {
  display: none;
}
.ht-social-wall.sboard .sb-footer.bg-rss,
.newsBoardStyle.sboard .sb-footer.bg-rss {
  padding-top: 0;
}
.sb-loadmore {
  max-width: 200px;
  background: transparent;
  color: #000000;
  margin: 40px auto 90px auto;
  text-transform: uppercase;
  font-family: 'DIN Next W01 Light', Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 20px 20px 0px 20px;
  padding: 1.25rem 1.25rem 0rem 1.25rem;
}
.sb-loadmore:hover {
  background: transparent;
  text-decoration: underline;
}
.sb-loadmore > p {
  text-align: left;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: 'DIN Next W01 Light', Arial, sans-serif;
}
.sb-loadmore > p:before {
  content: "";
  border-left: 2px solid #000000;
  border-radius: 3px;
  float: left;
  height: 15px;
}
.sb-loadmore > p:after {
  content: "";
  border-left: 2px solid #000000;
  border-radius: 3px;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  float: left;
  margin-left: -2px;
  margin-right: 15px;
  height: 15px;
}
.newsBoardStyle.sboard .sb-item .sb-thumb img {
  border-radius: 0;
}
@media screen and (max-width: 1024px), screen and (max-height: 768px) {
  .newsBoardStyle.sboard .sb-item .sb-thumb img {
    max-height: none;
  }
}
.newsBoardStyle .sb-footer {
  position: absolute;
  bottom: 0px;
}
.newsBoardStyle .sb-footer a {
  padding-top: 15px;
}
.socialWallContainer {
  clear: both;
  *zoom: 1;
  width: 100%;
  background-color: #ff9628;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
.socialWallContainer:before,
.socialWallContainer:after {
  content: "";
  display: table;
}
.socialWallContainer:after {
  clear: both;
}
.socialWallContainer .socialHotspotWrapper h2,
.socialWallContainer .socialBoard h2 {
  text-align: center;
}
.socialWallContainer .socialBoard {
  padding: 0px 40px 0px 40px;
  padding: 0rem 2.5rem 0rem 2.5rem;
}
/* From: http://codepen.io/designcouch/pen/Atyop */
.hamburger-icon {
  width: 28px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 10px;
  margin-top: 0.625rem;
  float: right;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media only screen and (min-width: 1024px) {
  .hamburger-icon {
    display: none;
  }
}
.hamburger-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.hamburger-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.hamburger-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.hamburger-icon.toggled-on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 0px;
}
.hamburger-icon.toggled-on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.hamburger-icon.toggled-on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 0px;
}
.cookie-banner {
  width: 100%;
  margin: 0;
  background: #ff9628;
  position: fixed;
  bottom: 0;
  z-index: 10;
}
.cookie-banner__text {
  color: #000000;
  font-family: 'DIN Next LT W04 Light C1448955', Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 35px;
  line-height: 2.1875rem;
  padding-bottom: 0;
}
.cookie-banner__accept {
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.cookie-banner__accept:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.cookie-banner__accept:before {
  content: "";
  border-left: 3px solid #000000;
  border-radius: 3px;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  float: left;
  height: 30px;
}
.cookie-banner__accept:after {
  content: "";
  border-left: 3px solid #000000;
  border-radius: 3px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  float: left;
  margin-left: -3px;
  margin-right: 15px;
  height: 30px;
}
.cookie-banner a.cookie-banner__link {
  color: #000000;
  text-decoration: underline;
  font-family: 'DIN Next LT W04 Light C1448955', Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 35px;
  line-height: 2.1875rem;
}
.cookie-banner a.cookie-banner__link:hover {
  text-decoration: underline;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/assets/script/lib/boxsizing.htc");
  margin: 0 auto;
}
html {
  padding: 0;
  overflow-y: scroll;
}
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hidden.focusable:active,
.hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#sitewrapper {
  background: #ffffff;
}
header,
main,
footer {
  display: block;
}
#cookiebar {
  background: #00abff;
  border-bottom: solid 1px #000000;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0px 10px 0px;
  padding: 0.625rem 0rem 0.625rem 0rem;
  font-size: 14px;
  font-size: 0.875rem;
}
#cookiebar p {
  margin: 0;
  padding: 0;
}
.site-content {
  min-height: 50vh;
  *zoom: 1;
  background-image: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/siteBackground.jpg);
  background-repeat: round;
}
.site-content:before,
.site-content:after {
  content: "";
  display: table;
}
.site-content:after {
  clear: both;
}
.bodyColor {
  background-color: #ffffff;
  margin-top: -100px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
  margin-bottom: 50px;
}
@media only screen and (max-height: 600px) {
  .bodyColor {
    margin-top: 0px;
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 1024px) {
  .bodyColor {
    margin-top: 0px;
    margin-top: 0rem;
  }
}
.social-share-wrapper {
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .ht-background {
    background: url("https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../images/ht-bg-text.png") no-repeat center 70px;
    background-size: contain;
  }
}
@media only screen and (min-width: 1280px) {
  .ht-background {
    background-size: 1232px 378px;
  }
}
.featured-img {
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
}
@media only screen and (min-width: 768px) {
  .featured-img {
    margin-bottom: 53px;
    margin-bottom: 3.3125rem;
  }
}
.site-header {
  position: relative;
}
.site-header .home-hero-row {
  *zoom: 1;
}
.site-header .home-hero-row:before,
.site-header .home-hero-row:after {
  content: "";
  display: table;
}
.site-header .home-hero-row:after {
  clear: both;
}
.site-header .home-hero-row .homeHereWrapper {
  margin-top: 150px;
}
@media only screen and (min-width: 1200px) {
  .site-header .home-hero-row .homeHereWrapper {
    margin-top: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-header .home-hero-row .homeHereWrapper {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-header .home-hero-row .homeHereWrapper {
    margin-top: 100px;
  }
}
.site-header .home-hero-row .home-hero-text {
  text-align: center;
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  .site-header .home-hero-row .home-hero-text {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .home-hero-row .home-hero-text {
    margin-top: 0;
  }
}
.site-header .home-hero-row .videoIcon {
  cursor: pointer;
  margin: auto;
  height: 80px;
  width: 80px;
  background-image: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/playIcon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.site-header .home-hero-row .videoIcon:hover {
  background-image: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/playIconWhite.png);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .site-header .home-hero-row .videoIcon {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .home-hero-row .videoIcon {
    width: 40px;
  }
}
.site-header .site-header-menu {
  display: none;
  float: right;
}
@media only screen and (min-width: 1024px) {
  .site-header .site-header-menu {
    display: block;
  }
}
.site-header .site-header-menu.toggled-on,
.site-header .no-js .site-header-menu {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .site-header .site-header-menu.toggled-on,
  .site-header .no-js .site-header-menu {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 3;
    top: 49px;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-right: 41px;
    padding-right: 2.5625rem;
  }
}
.site-header .primary-menu {
  text-transform: uppercase;
}
.site-header .primary-menu > .menu-item a:focus {
  color: #000000;
  line-height: 50px;
  display: block;
}
.site-header .menu-item:hover > a,
.site-header .menu-item:focus > a {
  color: #000000;
  line-height: 50px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .site-header .menu-item:hover > a,
  .site-header .menu-item:focus > a {
    line-height: 64px;
    height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .menu-item:hover > a,
  .site-header .menu-item:focus > a {
    line-height: 50px;
    height: 50px;
  }
}
.site-header .menu-item a {
  text-decoration: none;
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 20px;
  line-height: 1.25rem;
  white-space: nowrap;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .site-header .menu-item a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .site-header .menu-item a {
    margin-left: 0px;
    margin-left: 0rem;
    line-height: 50px;
  }
}
.site-header .main-navigation li:hover > ul,
.site-header .main-navigation li.focus > ul {
  top: 81px;
}
.site-header .site-header-social {
  background: #00abff;
  color: #000000;
  padding: 15px 0px 15px 0px;
  padding: 0.9375rem 0rem 0.9375rem 0rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .site-header .site-header-social {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .site-header .main-navigation {
    margin: 0 -0.875em;
  }
  .site-header .main-navigation .primary-menu,
  .site-header .main-navigation .primary-menu > li {
    border: 0;
  }
  .site-header .main-navigation .primary-menu > li {
    float: left;
    width: 20%;
    text-align: center;
  }
  .site-header .main-navigation ul ul {
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
  }
  .site-header .main-navigation ul ul ul {
    top: -1px;
  }
  .site-header .main-navigation ul ul ul:before,
  .site-header .main-navigation ul ul ul:after {
    border: 0;
  }
  .site-header .main-navigation ul ul li {
    background-color: #fff;
    border: none;
  }
  .site-header .main-navigation ul ul a {
    white-space: normal;
    width: 12.6875em;
  }
  .site-header .main-navigation ul ul:after {
    border-color: #fff transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
  }
  .site-header .main-navigation li:hover > ul,
  .site-header .main-navigation li.focus > ul {
    left: -22px;
    right: 0;
  }
  .site-header .main-navigation ul ul li:hover > ul,
  .site-header .main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .site-header .dropdown-toggle,
  .site-header .main-navigation ul .dropdown-toggle.toggled-on,
  .site-header .menu-toggle,
  .site-header .site-header .social-navigation,
  .site-header .site-footer .main-navigation {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .site-header .mobile-menu-col {
    display: none;
  }
}
.site-header .social-follow-col {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .site-header .social-follow-col {
    display: block;
    margin-top: 10px;
    position: absolute;
    right: 0;
  }
}
.site-header .social-follow__title {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .site-header .social-follow__title {
    display: inline-block;
  }
}
.site-header .social-follow__item--twitter .social-follow__link {
  background-position: 0px 0px;
}
.site-header .social-follow__item--facebook .social-follow__link {
  background-position: 0px -39px;
}
.site-header .social-follow__item--youtube .social-follow__link {
  background-position: 0px -182px;
}
.site-header .site-header-row {
  position: relative;
  margin: 0;
}
#contentwrapper > nav {
  width: 100%;
}
#contentwrapper > main {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #contentwrapper > nav {
    width: 25%;
  }
  #contentwrapper > main {
    width: 75%;
  }
  #contentwrapper.fullwidth > main {
    width: 100%;
  }
}
.HotspotMainContainer {
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .HotspotMainContainer {
    padding: 0px 0px 0px 0px;
    padding: 0rem 0rem 0rem 0rem;
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem;
  }
}
@media only screen and (max-width: 1024px) {
  .HotspotMainContainer .hotspotMaintext {
    padding: 0px 10px 0px 10px;
    padding: 0rem 0.625rem 0rem 0.625rem;
  }
}
.hotspotMain {
  background-color: #ff9628;
  width: 107%;
  margin: 0px 0px 0px -34px;
  margin: 0rem 0rem 0rem -2.125rem;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .hotspotMain {
    padding: 0px 0px 0px 0px;
    padding: 0rem 0rem 0rem 0rem;
    margin: 0px 0px 0px -26px;
    margin: 0rem 0rem 0rem -1.625rem;
    width: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .hotspotMain {
    padding: 0px 0px 0px 0px;
    padding: 0rem 0rem 0rem 0rem;
    margin: 0px 0px 0px 0px;
    margin: 0rem 0rem 0rem 0rem;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .hotspotMain .hotspotMainImage {
    width: 100%;
  }
}
.newsContentWrapper {
  padding: 25px 25px 25px 25px;
  padding: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
}
.newsAndMedia .newsBoardStyle.sboard.sb-flat .sb-item .sb-container {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
}
.newsAndMedia .postImageWrapper img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.searchResult img {
  display: none;
  width: 0;
  height: 0;
  display: none !important;
  visibility: hidden;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.searchResult img.focusable:active,
.searchResult img.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.searchResult .entry-footer {
  display: none;
  width: 0;
  height: 0;
  display: none !important;
  visibility: hidden;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.searchResult .entry-footer.focusable:active,
.searchResult .entry-footer.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.footerContainer .footerLeft {
  padding: 32px 10px 32px 10px;
  padding: 2rem 0.625rem 2rem 0.625rem;
}
@media only screen and (max-width: 767px) {
  .footerContainer .footerLeft {
    width: 100%;
  }
}
.footerContainer .footerRight {
  padding: 29px 10px 32px 10px;
  padding: 1.8125rem 0.625rem 2rem 0.625rem;
}
@media only screen and (max-width: 767px) {
  .footerContainer .footerRight {
    width: 100%;
  }
}
.signUp.container {
  background: #ff9628;
  overflow: hidden;
  width: 100%;
}
.signUp.container p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
  font-family: 'DIN Next LT W04 Light C1448955', Arial, sans-serif;
}
.signUp.container p.error {
  color: #d40000;
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-left: 11px;
  margin-right: 11px;
  margin-top: 0;
  padding: 10px;
  background: #ffffff;
  overflow: hidden;
  clear: both;
}
.signUp.container.success {
  background: #000000;
  padding: 18px 0 20px;
}
.signUp.container.success p {
  color: #ffffff;
}
.signUp.container.success p strong {
  font-family: 'DIN Next LT W04 Light C1448955', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.signUp.container.success p + p {
  margin-top: -14px;
}
.signUp.container .row {
  margin-left: -13px;
  margin-right: -13px;
}
.signUp.container [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.signUp.container .signUpForm {
  padding: 2.5rem;
}
.signUp.container .signUpForm form {
  margin-bottom: 40px;
}
.signUp.container .signUpForm form input,
.signUp.container .signUpForm form button {
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-family: 'DIN Next LT W04 Light C1448955', Arial, sans-serif;
  text-transform: uppercase;
  color: black;
  padding: 17px 18px;
  margin-bottom: 20px;
}
.signUp.container .signUpForm form input.error,
.signUp.container .signUpForm form button.error {
  border: 3px solid #d40000;
  margin-top: -2px;
}
.signUp.container .signUpForm form input.error::-webkit-input-placeholder,
.signUp.container .signUpForm form button.error::-webkit-input-placeholder {
  color: red;
  opacity: 1 !important;
}
.signUp.container .signUpForm form input.error:-moz-placeholder,
.signUp.container .signUpForm form button.error:-moz-placeholder {
  color: red;
  opacity: 1 !important;
}
.signUp.container .signUpForm form input.error::-moz-placeholder,
.signUp.container .signUpForm form button.error::-moz-placeholder {
  color: red;
  opacity: 1 !important;
}
.signUp.container .signUpForm form input.error:-ms-input-placeholder,
.signUp.container .signUpForm form button.error:-ms-input-placeholder {
  color: red;
  opacity: 1 !important;
}
.signUp.container .signUpForm form input + p.error,
.signUp.container .signUpForm form button + p.error {
  margin-top: -20px;
}
.signUp.container .signUpForm form button {
  height: 70px;
  background: black;
  color: white;
  border: 2px solid black;
  margin-bottom: 20px;
}
.signUp.container .signUpForm form button:hover {
  background: white;
  color: black;
  border: 2px solid white;
}
@media only screen and (max-width: 375px) {
  .signUp.container .signUpForm {
    padding: 2.5rem .5rem;
  }
}
.signUp.container .header {
  text-align: center;
}
.signUp.container .header p {
  padding: 0;
  margin: -6px 0 45px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .signUp.container .header:nth-child(1) {
    margin-bottom: 20px;
  }
}
.signUp.container .header button {
  height: 70px;
  background: #000;
  border: none;
  margin-bottom: 20px;
}
.signUp.container .header button a {
  color: white;
  text-decoration: none;
}
.signUp.container .header button:hover {
  background-color: #FFF;
}
.signUp.container .header button:hover a {
  color: #000;
}
.signUp.container .footer-btn {
  padding: 20px 10px;
  background-color: #000000;
}
.signUp.container .footer-btn a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
}
@media only screen and (max-width: 436px) {
  .signUp.container .footer-btn a {
    font-size: 0.9rem;
  }
}
.signUp.container .footer-btn a:hover,
.signUp.container .footer-btn a:focus {
  text-decoration: underline;
}
.hotspotMain.mapContainer {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-right: 0;
}
.hotspotMain.mapContainer .MapImageWrapper {
  padding: 0;
}
.imgCredits .toggleCredits {
  *zoom: 1;
  position: absolute;
  bottom: 124px;
  right: 25px;
  z-index: 2;
}
.imgCredits .toggleCredits:before,
.imgCredits .toggleCredits:after {
  content: "";
  display: table;
}
.imgCredits .toggleCredits:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .imgCredits .toggleCredits {
    bottom: 14px;
  }
}
.imgCredits .creditsWrapper {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 140px;
  right: 37px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .imgCredits .creditsWrapper {
    bottom: 23px;
  }
}
.imgCredits .creditsWrapper p {
  font-size: 11px;
  font-size: 0.6875rem;
  float: left;
  padding: 0px 10px 0px 10px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0;
}
.bkgImgCredits .bkgtoggleCredits {
  *zoom: 1;
  position: absolute;
  bottom: 0;
  right: -9px;
  z-index: 2;
}
.bkgImgCredits .bkgtoggleCredits:before,
.bkgImgCredits .bkgtoggleCredits:after {
  content: "";
  display: table;
}
.bkgImgCredits .bkgtoggleCredits:after {
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .bkgImgCredits .bkgtoggleCredits {
    bottom: -4px;
    right: -9px;
  }
}
.bkgImgCredits .bkgcreditsWrapper {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 312px;
  z-index: 1;
  bottom: -18px;
}
@media only screen and (max-width: 1024px) {
  .bkgImgCredits .bkgcreditsWrapper {
    bottom: 8px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .bkgImgCredits .bkgcreditsWrapper {
    bottom: 8px;
    left: 0;
  }
}
.bkgImgCredits .bkgcreditsWrapper p {
  font-size: 11px;
  font-size: 0.6875rem;
  float: left;
  padding: 0px 10px 0px 10px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0;
  color: #000000;
}
ul#tabs {
  display: inline-block;
  padding-left: 0px;
  padding-left: 0rem;
  margin: 0px 0px 50px 70px;
  margin: 0rem 0rem 3.125rem 4.375rem;
}
ul#tabs li {
  list-style-type: none;
  float: left;
  margin: 0px -1px -1px 0px;
  margin: 0rem -0.0625rem -0.0625rem 0rem;
  border: 1px solid #cccccc;
  position: relative;
}
ul#tabs li a {
  display: block;
  color: #000000;
  padding: 10px 20px 10px 20px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  text-transform: uppercase;
  font-family: 'DIN Next LT W04 Condensed', Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  text-decoration: none;
}
ul#tabs li a.lit,
ul#tabs li a:hover,
ul#tabs li a:focus {
  background: #ff9628;
}
.newsAndMedia .heateor_sss_vertical_sharing {
  padding: 0;
}
img {
  border: 0;
  display: block;
  image-rendering: optimizeSpeed;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
object {
  height: 100%;
}
div[id^=cmsVideo_] {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
iframe {
  border: 0;
  width: 100%;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
  box-shadow: none;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 1.75em;
}
.wp-playlist.wp-audio-playlist {
  padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.7142857143em 0;
}
.wp-playlist-item .wp-playlist-item-length {
  top: 0.7142857143em;
}
.home-hero-text p {
  color: #ffffff;
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif;
  font-size: 80px;
  font-size: 5rem;
  line-height: 70px;
}
@media only screen and (max-width: 767px) {
  .home-hero-text p {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
  }
}
.home-hero-text p strong {
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif;
}
.home-hero-text p em,
.home-hero-text p a {
  display: block;
  font-family: 'DIN Next LT W04 Light C1448955', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-weight: 100;
  font-size: 70px;
  font-size: 4.375rem;
  margin-top: 0;
  line-height: 60px;
  text-decoration: none;
}
@media only screen and (max-height: 600px) {
  .home-hero-text p em,
  .home-hero-text p a {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-hero-text p em,
  .home-hero-text p a {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-text p em,
  .home-hero-text p a {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 0px 15px 0px 15px;
    padding: 0rem 0.9375rem 0rem 0.9375rem;
    line-height: 37px;
  }
}
.home-hero-text p a {
  text-decoration: underline;
}
.home-hero-text p.text-quote {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .home-hero-text p.text-quote {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
  }
}
.home-hero-text p.cite {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .home-hero-text p.cite {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
  }
}
h2,
h3 {
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  font-size: 3.125rem;
  margin: 20px 0px 20px 21px;
  margin: 1.25rem 0rem 1.25rem 1.3125rem;
}
@media only screen and (max-width: 767px) {
  h2,
  h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 20px 0px 20px 20px;
  margin: 1.25rem 0rem 1.25rem 1.25rem;
}
.hotspotTitle {
  text-transform: uppercase;
  font-size: 50px;
  font-size: 3.125rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .hotspotTitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.hotspotRow p {
  margin: 20px 0px 20px 0px;
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.newsTitle {
  text-decoration: none;
}
.newsTitle h2 {
  font-family: 'DIN Next LT W04 Light C1448955', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .newsTitle h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.socialWallTitle {
  font-family: 'DIN Next LT W04 Light C1448955', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .socialWallTitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.newsAndMedia h2 {
  margin-left: 23px;
  margin-left: 1.4375rem;
}
.site-footer .footerLeft a {
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif;
  color: #000000;
  text-transform: uppercase;
}
.site-footer .footerRight a {
  font-family: 'DIN Next LT W04 Condensed', Arial, sans-serif;
  color: #000000;
}
p,
a,
li {
  font-family: 'DIN Next W01 Light', Arial, sans-serif;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
p {
  margin: 20px 20px 20px 20px;
  margin: 1.25rem 1.25rem 1.25rem 1.25rem;
}
strong {
  font-family: 'DIN Next W01 Light', Arial, sans-serif;
}
.graphTest p {
  color: #ffffff;
}
.footerBlockquote {
  text-align: center;
}
.footerBlockquote .blockquoteStyle {
  padding: 20px 40px 20px 40px;
  padding: 1.25rem 2.5rem 1.25rem 2.5rem;
}
.blockquotebox .blockquoteStyle {
  margin-left: -15px;
  padding: 20px 20px 20px 0px;
  padding: 1.25rem 1.25rem 1.25rem 0rem;
  line-height: 40px;
  line-height: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .blockquotebox {
    width: 100%;
  }
}
blockquote,
.blockquoteStyle {
  padding: 20px 20px 20px 0px;
  padding: 1.25rem 1.25rem 1.25rem 0rem;
}
blockquote p,
.blockquoteStyle p {
  font-family: 'DIN Next LT W04 Light C1448955', Arial, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}
.searchResult {
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.searchResult .page-title {
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  font-size: 3.125rem;
  margin: 0;
}
.searchResult .entry-title a {
  font-family: 'DIN Next LT W04 Light C1448955', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-decoration: none;
}
.searchResult .entry-title a:hover,
.searchResult .entry-title a:focus,
.searchResult .entry-title a:active {
  text-decoration: underline;
}
ol {
  list-style-type: none;
  margin-left: 40px;
  padding: 20px 0px 0px 20px;
  padding: 1.25rem 0rem 0rem 1.25rem;
}
ol li {
  margin-bottom: 24px;
  line-height: 23px;
}
ol li:before {
  background-image: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/ico_number_sprite.png);
  background-size: 497px 90px;
  background-position: -51px -12px;
  background-repeat: no-repeat;
  content: '';
  height: 70px;
  width: 41px;
  position: absolute;
  left: 15px;
}
ol li + li:before {
  background-position: -89px -12px;
}
ol li + li + li:before {
  background-position: -133px -12px;
}
ol li + li + li + li:before {
  background-position: -175px -12px;
}
ol li + li + li + li + li:before {
  background-position: -216px -12px;
}
ol li + li + li li + li + li:before {
  background-position: -133px -12px;
}
ol li + li + li + li + li + li + li:before {
  background-position: -133px -12px;
}
ol li + li + li + li + li + li + li + li:before {
  background-position: -133px -12px;
}
ol li + li + li + li + li + li + li + li + li:before {
  background-position: -133px -12px;
}
ol li + li + li + li + li + li + li + li + li + li:before {
  background-position: -133px -12px;
}
.home .site-header {
  background-repeat: no-repeat;
  background-size: cover;
  height: 56.25vw;
  /* height:width ratio = 9/16 = .5625  */
  max-height: 850px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .home .site-header {
    height: 50vh;
  }
}
@media only screen and (max-height: 600px) {
  .home .site-header {
    height: 600px;
  }
}
.home .embed-container {
  display: none;
  padding-bottom: 56.3%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  z-index: 99;
  margin: -10px auto 0 auto;
}
.home .embed-container .closeBtn {
  position: absolute;
  z-index: 5;
  top: 100px;
  right: 100px;
}
.home .embed-container .closeBtn:hover {
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.home .embed-container .closeBtn:before {
  content: "";
  border-left: 3px solid #ffffff;
  border-radius: 3px;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  float: left;
  height: 40px;
}
.home .embed-container .closeBtn:after {
  content: "";
  border-left: 3px solid #ffffff;
  border-radius: 3px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  float: left;
  margin-left: -3px;
  margin-right: 15px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .home .embed-container {
    padding-bottom: 46.3%;
    max-width: 82.3%;
  }
}
.home .embed-container iframe,
.home .embed-container object,
.home .embed-container embed {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 4;
}
.home .home-hero-arrow {
  position: absolute;
  left: 48.3%;
  top: 20px;
}
@media only screen and (min-width: 768px) {
  .home .home-hero-arrow {
    top: 45px;
  }
}
.home .home-double-hotspot {
  background: #06359d;
}
.home .home-hotspot-wrapper {
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .home .home-hotspot-wrapper {
    padding: 40px 40px 40px 40px;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}
.home .home-hotspot-wrapper:nth-child(2) {
  background: #06359d;
}
.home .girtest {
  background-color: red;
}
.home .hotspotRow.row {
  *zoom: 1;
  padding: 20px 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
  margin-top: -100px;
  margin-top: -6.25rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
  z-index: 2;
  position: relative;
}
.home .hotspotRow.row:before,
.home .hotspotRow.row:after {
  content: "";
  display: table;
}
.home .hotspotRow.row:after {
  clear: both;
}
@media only screen and (max-height: 600px) {
  .home .hotspotRow.row {
    margin-top: 0px;
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home .hotspotRow.row {
    margin-top: 0px;
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .hotspotRow.row {
    margin-top: 0px;
    margin-top: 0rem;
  }
}
.home .hotspotRow.row a {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.home .hotspotRow.row a:after {
  background-image: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/arrowIcon.png);
  background-size: 13px 13px;
  background-position: 5px 11px;
  background-repeat: no-repeat;
  content: '';
  height: 25px;
  width: 23px;
  display: inline-block;
  margin: 0px 5px 0px 0px;
  margin: 0rem 0.3125rem 0rem 0rem;
  position: absolute;
  top: -4px;
}
.home .hotspotRow.row a:hover {
  text-decoration: none;
}
.home .hotspotRow.row .hotSpotLeft {
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 1024px), screen and (max-height: 768px) {
  .home .hotspotRow.row .hotSpotLeft {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home .hotspotRow.row .hotSpotLeft {
    border-right: 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home .hotspotRow.row .hotSpotRight {
    padding-top: 30px;
    padding-top: 1.875rem;
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 768px) {
  .home .hotspotRow.row .hotSpotRight {
    padding-top: 0px;
    padding-top: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .home .hotspotRow.row .hotSpotRight {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
}
.home .graphBox {
  *zoom: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.6) 100%), url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/graphImg.jpg) center no-repeat;
  background-size: cover;
  padding: 90px 50px 90px 50px;
  padding: 5.625rem 3.125rem 5.625rem 3.125rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.home .graphBox:before,
.home .graphBox:after {
  content: "";
  display: table;
}
.home .graphBox:after {
  clear: both;
}
.home .graphTest {
  text-transform: uppercase;
  text-align: center;
}
.home .graphTest .graphText1,
.home .graphTest .graphText2,
.home .graphTest .graphText3 {
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .home .graphTest .graphText1,
  .home .graphTest .graphText2,
  .home .graphTest .graphText3 {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
}
.home .newsTitleWrapper,
.home .socialHotspotWrapper {
  margin: 60px 0px 40px 0px;
  margin: 3.75rem 0rem 2.5rem 0rem;
}
.home .newsTitleWrapper h2,
.home .socialHotspotWrapper h2 {
  margin: 0;
}
.home .postsBoard li {
  float: left;
  list-style-type: none;
}
.home .newsTitle {
  text-align: center;
}
.home .newsRow {
  *zoom: 1;
}
.home .newsRow:before,
.home .newsRow:after {
  content: "";
  display: table;
}
.home .newsRow:after {
  clear: both;
}
.home .newsRow .newsBoard {
  margin: 0px 0px 90px 0px;
  margin: 0rem 0rem 5.625rem 0rem;
}
.home .newsRow .sb-loadmore {
  display: none;
  width: 0;
  height: 0;
  display: none !important;
  visibility: hidden;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.home .newsRow .sb-loadmore.focusable:active,
.home .newsRow .sb-loadmore.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.site-header {
  background-image: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/theSituationHeroimg.jpg);
  background-size: cover;
  height: 700px;
  /* height:width ratio = 9/16 = .5625  */
  max-height: 100vh;
}
@media only screen and (max-width: 1200px) {
  .site-header {
    height: 50vh;
  }
}
@media only screen and (max-height: 600px) {
  .site-header {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .textBox1 {
    padding: 0px 0px 0px 0px;
    padding: 0rem 0rem 0rem 0rem;
  }
}
.textBoxWrapper {
  margin: 0px 0px 0px 22px;
  margin: 0rem 0rem 0rem 1.375rem;
}
@media only screen and (max-width: 1024px) {
  .textBoxWrapper {
    padding: 0px 110px 0px 0px;
    padding: 0rem 6.875rem 0rem 0rem;
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 768px) {
  .textBoxWrapper {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .textBoxWrapper {
    padding: 0px 25px 0px 0px;
    padding: 0rem 1.5625rem 0rem 0rem;
    width: 100%;
  }
}
.imageAndTextBox1,
.imageAndTextBox2 {
  margin: 60px 0px 90px 50px;
  margin: 3.75rem 0rem 5.625rem 3.125rem;
}
.imageAndTextBox1 p,
.imageAndTextBox2 p {
  margin-top: 0px;
  margin-top: 0rem;
}
@media only screen and (max-width: 767px) {
  .imageAndTextBox1,
  .imageAndTextBox2 {
    margin-left: 0px;
    margin-left: 0rem;
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 768px) {
  .imageAndTextBox1,
  .imageAndTextBox2 {
    padding-left: 0px;
    padding-left: 0rem;
  }
}
@media only screen and (max-width: 1024px) {
  .imageAndTextBox1 .imageBox,
  .imageAndTextBox2 .imageBox {
    width: 80%;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 768px) {
  .imageAndTextBox1 .imageBox,
  .imageAndTextBox2 .imageBox {
    width: 70%;
  }
  .imageAndTextBox1 .imageBox > img,
  .imageAndTextBox2 .imageBox > img {
    float: none;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .imageAndTextBox1 .imageBox,
  .imageAndTextBox2 .imageBox {
    width: 100%;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}
.secondaryTextZone {
  margin: 90px 0px 20px 0px;
  margin: 5.625rem 0rem 1.25rem 0rem;
}
@media only screen and (max-width: 767px) {
  .secondaryTextZone {
    margin-left: 0px;
    margin-left: 0rem;
  }
}
.logosModule .logoItem {
  float: left;
  padding: 10px 10px 10px 10px;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  list-style-type: none;
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  .logosModule .logoItem {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .logosModule .logoItem {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .logosModule .logoItem img {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .logosModule .sequential:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  .logosModule .sequential:nth-child(2n+1) {
    clear: none;
  }
  .logosModule .sequential:nth-child(5n+6) {
    clear: both;
  }
}
.footerBlockquoteContainer {
  padding: 0;
}
.footerBlockquoteContainer .footerBlockquoteWrapper {
  padding: 0;
  background-color: #ff9628;
}
.footerBlockquote {
  *zoom: 1;
  width: 100%;
  margin-top: 20px;
  padding: 0;
}
.footerBlockquote:before,
.footerBlockquote:after {
  content: "";
  display: table;
}
.footerBlockquote:after {
  clear: both;
}
.templateImgCredits .toggleCredits {
  *zoom: 1;
  position: absolute;
  bottom: 14px;
  right: 25px;
  z-index: 2;
}
.templateImgCredits .toggleCredits:before,
.templateImgCredits .toggleCredits:after {
  content: "";
  display: table;
}
.templateImgCredits .toggleCredits:after {
  clear: both;
}
@media only screen and (min-width: 1024px) and (max-height: 768px) {
  .templateImgCredits .toggleCredits {
    bottom: 43px;
    right: 218px;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 768px) {
  .templateImgCredits .toggleCredits {
    bottom: 67px;
    right: 146px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1023px) {
  .templateImgCredits .toggleCredits {
    bottom: 67px;
    right: 146px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .templateImgCredits .toggleCredits {
    bottom: 67px;
    right: 76px;
  }
}
@media only screen and (min-width: 572px) and (max-width: 767px) {
  .templateImgCredits .toggleCredits {
    bottom: 67px;
    right: 165px;
  }
}
@media only screen and (max-width: 571px) {
  .templateImgCredits .toggleCredits {
    right: 37px;
    bottom: 67px;
  }
}
.templateImgCredits .creditsWrapper {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 29px;
  right: 37px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) and (max-height: 768px) {
  .templateImgCredits .creditsWrapper {
    bottom: 52px;
    right: 230px;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 768px) {
  .templateImgCredits .creditsWrapper {
    bottom: 76px;
    right: 159px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1023px) {
  .templateImgCredits .creditsWrapper {
    bottom: 76px;
    right: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .templateImgCredits .creditsWrapper {
    bottom: 76px;
    right: 86px;
  }
}
@media only screen and (min-width: 572px) and (max-width: 767px) {
  .templateImgCredits .creditsWrapper {
    bottom: 76px;
    right: 176px;
  }
}
@media only screen and (max-width: 571px) {
  .templateImgCredits .creditsWrapper {
    bottom: 78px;
    right: 46px;
  }
}
.templateImgCredits .creditsWrapper p {
  font-size: 11px;
  font-size: 0.6875rem;
  float: left;
  padding: 0px 10px 0px 10px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0;
}
.hotspotBW {
  background-color: #000000;
  color: #ffffff;
  margin-top: 90px;
  margin-top: 5.625rem;
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}
.hotspotBW li,
.hotspotBW a {
  color: #ffffff;
}
.thesituation a {
  font-size: inherit;
}
#downloads {
  padding: 0 70px 200px;
}
#downloads p,
#downloads h2,
#downloads h3,
#downloads h4,
#downloads h5 {
  margin-left: 0;
  margin-right: 0;
}
#downloads h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: normal;
}
#downloads ul.cart-actions {
  display: inline-block;
  padding: 0;
  margin: 0 0 20px;
}
#downloads ul.cart-actions li {
  list-style-type: none;
  float: left;
  margin-right: 20px;
}
#downloads .button.show-cart,
#downloads .button.clear-selected {
  background: #000000;
  font-family: 'DIN Next LT W04 Condensed', Arial, sans-serif !important;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  border-radius: 0;
  text-decoration: none;
  border: 1px solid #000000;
}
#downloads .button.show-cart:hover,
#downloads .button.clear-selected:hover,
#downloads .button.show-cart:focus,
#downloads .button.clear-selected:focus,
#downloads .button.show-cart:active,
#downloads .button.clear-selected:active {
  background: #ffffff;
  color: #000000;
}
#downloads .w3eden [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
#downloads .w3eden [class^="col-"]:nth-of-type(4n+1) {
  clear: left;
}
#downloads .w3eden:not(#file-cart):after {
  content: "";
  display: block;
  height: 1px;
  margin: 20px 0 50px;
  background: #7d7d7d;
}
#downloads .w3eden .row {
  margin-left: -10px;
  margin-right: -10px;
}
#downloads .w3eden .dashboard-panel .file-cart-list h3 {
  font-family: 'DIN Next LT W04 Condensed', Arial, sans-serif !important;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
}
#downloads .w3eden .dashboard-panel .file-cart-list em {
  font-family: 'DIN Next LT W04 Condensed', Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-style: normal;
  color: #000000;
}
#downloads .w3eden .btn-remove-item {
  font-family: 'DIN Next LT W04 Condensed', Arial, sans-serif !important;
  background-image: none !important;
  background-color: #ffffff !important;
  text-transform: none;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  line-height: 36px !important;
  line-height: 2.25rem !important;
  font-weight: normal;
  font-family: 'DIN Next W01 Light', Arial, sans-serif !important;
}
#downloads .w3eden .btn-remove-item:before {
  content: "\2716";
  margin-right: 8px;
}
#downloads .w3eden .btn-danger,
#downloads .w3eden .flat-danger,
#downloads .w3eden .flat-danger.btn-bordered:hover {
  border: 1px solid #000000 !important;
  background: #000000;
  font-family: 'DIN Next LT W04 Condensed', Arial, sans-serif !important;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  border-radius: 0;
}
#downloads .w3eden .btn-danger:hover,
#downloads .w3eden .flat-danger:hover,
#downloads .w3eden .flat-danger.btn-bordered:hover:hover,
#downloads .w3eden .btn-danger:focus,
#downloads .w3eden .flat-danger:focus,
#downloads .w3eden .flat-danger.btn-bordered:hover:focus,
#downloads .w3eden .btn-danger:active,
#downloads .w3eden .flat-danger:active,
#downloads .w3eden .flat-danger.btn-bordered:hover:active {
  background: #ffffff;
  color: #000000;
}
#downloads .w3eden .btn-primary,
#downloads .w3eden .flat-primary {
  border: 1px solid #ff9628 !important;
  background: #ff9628;
  font-family: 'DIN Next LT W04 Condensed', Arial, sans-serif !important;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  border-radius: 0;
}
#downloads .w3eden .btn-primary:hover,
#downloads .w3eden .flat-primary:hover,
#downloads .w3eden .btn-primary:focus,
#downloads .w3eden .flat-primary:focus,
#downloads .w3eden .btn-primary:active,
#downloads .w3eden .flat-primary:active {
  background: #ffffff;
  border: 1px solid #000000 !important;
}
#downloads .w3eden .btn-primary .fa,
#downloads .w3eden .flat-primary .fa {
  display: none;
}
#downloads .w3eden .alert-bubble.alert-info {
  border: 2px solid #ff9628 !important;
  color: #000000 !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 20px;
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif !important;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
}
#downloads .w3eden .alert-bubble.alert-info:before {
  background: transparent !important;
  color: #3498db;
  margin: 0;
  border: none;
  border-radius: 0 !important;
  content: "";
  width: 0;
  height: 0;
  line-height: 20px;
}
#downloads .w3eden .download-item .text-block {
  padding: 0 0 20px 0;
  position: relative;
}
#downloads .w3eden .download-item .text-block .text {
  margin-left: 32px;
}
#downloads .w3eden .download-item .text-block .text .title {
  color: #000000;
  text-transform: uppercase;
  font-family: 'DIN Next W01 Light', Arial, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 10px;
}
#downloads .w3eden .download-item .text-block .text .title a {
  color: #000000;
  text-transform: uppercase;
  font-family: 'DIN Next W01 Light', Arial, sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 10px;
}
#downloads .w3eden .download-item .text-block .text .title a:hover,
#downloads .w3eden .download-item .text-block .text .title a:focus,
#downloads .w3eden .download-item .text-block .text .title a:active {
  color: #ff9628;
}
#downloads .w3eden .download-item .text-block .text .desc {
  margin-top: -10px;
}
#downloads .w3eden .download-item .text-block .text .desc p {
  font-family: 'DIN Next W01 Light', Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
}
#downloads .w3eden .download-item .text-block .text .details {
  font-family: 'DIN Next W01 Light', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: -11px;
}
#downloads .w3eden .download-item .text-block .link {
  position: absolute;
  top: 9px;
  left: 0;
  overflow: hidden;
  width: 18px;
  height: 21px;
}
#downloads .w3eden .download-item .image-block {
  position: relative;
  margin-bottom: 8px;
  height: 144px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #7d7d7d !important;
}
#downloads .w3eden .download-item .image-block .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/icon-download-document.png) center center no-repeat;
}
#downloads .w3eden .download-item .image-block .icon.png,
#downloads .w3eden .download-item .image-block .icon.jpg,
#downloads .w3eden .download-item .image-block .icon.jpeg,
#downloads .w3eden .download-item .image-block .icon.gif,
#downloads .w3eden .download-item .image-block .icon.bmp,
#downloads .w3eden .download-item .image-block .icon.PNG,
#downloads .w3eden .download-item .image-block .icon.JPG,
#downloads .w3eden .download-item .image-block .icon.JPEG,
#downloads .w3eden .download-item .image-block .icon.GIF,
#downloads .w3eden .download-item .image-block .icon.BMP {
  background-image: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/icon-download-image.png);
}
#downloads .w3eden .download-item .image-block .icon.mp4,
#downloads .w3eden .download-item .image-block .icon.mov,
#downloads .w3eden .download-item .image-block .icon.avi,
#downloads .w3eden .download-item .image-block .icon.mkv,
#downloads .w3eden .download-item .image-block .icon.wmv,
#downloads .w3eden .download-item .image-block .icon.MP4,
#downloads .w3eden .download-item .image-block .icon.MOV,
#downloads .w3eden .download-item .image-block .icon.AVI,
#downloads .w3eden .download-item .image-block .icon.MKV,
#downloads .w3eden .download-item .image-block .icon.WMV {
  background-image: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/icon-download-video.png);
}
#downloads .w3eden .download-item .image-block img {
  max-width: 100%;
  border: 1px solid grey!important;
}
#downloads .w3eden .download-item a.wpdm-download-link:before {
  content: "";
  width: 18px;
  height: 21px;
  display: block;
}
#downloads .w3eden .download-item a.wpdm-download-link:hover:before,
#downloads .w3eden .download-item a.wpdm-download-link:focus:before,
#downloads .w3eden .download-item a.wpdm-download-link:active:before {
  opacity: 0.75;
}
#downloads .w3eden .download-item table.wpdm-filelist tr td {
  padding: 0;
  background: none !important;
}
#downloads .w3eden .download-item table.wpdm-filelist tr td:first-of-type {
  display: none;
}
#downloads .w3eden ul.pagination li {
  position: relative;
}
#downloads .w3eden ul.pagination li:last-of-type a:after,
#downloads .w3eden ul.pagination li:last-of-type span:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  background: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/icon_page_next.png) no-repeat top left;
  width: 15px;
  height: 28px;
}
#downloads .w3eden ul.pagination li:first-of-type a:before,
#downloads .w3eden ul.pagination li:first-of-type span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  background: url(https://www.educationcannotwait.org/wp-content/themes/educationcannotwait/css/../img/icon_page_prev.png) no-repeat top left;
  width: 15px;
  height: 28px;
}
#downloads .w3eden ul.pagination li a,
#downloads .w3eden ul.pagination li span {
  outline: none !important;
  border: none !important;
  font-family: 'DIN Next W01 Light', Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #000000;
}
#downloads .w3eden ul.pagination li a:hover,
#downloads .w3eden ul.pagination li span:hover,
#downloads .w3eden ul.pagination li a:focus,
#downloads .w3eden ul.pagination li span:focus,
#downloads .w3eden ul.pagination li a:active,
#downloads .w3eden ul.pagination li span:active {
  background: none;
  color: #000000;
}
#downloads .w3eden ul.pagination li a:not(.disabled):not(.next):not(.prev):hover,
#downloads .w3eden ul.pagination li span:not(.disabled):not(.next):not(.prev):hover,
#downloads .w3eden ul.pagination li a:not(.disabled):not(.next):not(.prev):focus,
#downloads .w3eden ul.pagination li span:not(.disabled):not(.next):not(.prev):focus,
#downloads .w3eden ul.pagination li a:not(.disabled):not(.next):not(.prev):active,
#downloads .w3eden ul.pagination li span:not(.disabled):not(.next):not(.prev):active {
  text-decoration: underline;
}
#downloads .w3eden ul.pagination li a.next,
#downloads .w3eden ul.pagination li span.next,
#downloads .w3eden ul.pagination li a.prev,
#downloads .w3eden ul.pagination li span.prev {
  text-indent: -1000000px;
  position: relative;
}
#downloads .w3eden ul.pagination li a.next:hover,
#downloads .w3eden ul.pagination li span.next:hover,
#downloads .w3eden ul.pagination li a.prev:hover,
#downloads .w3eden ul.pagination li span.prev:hover,
#downloads .w3eden ul.pagination li a.next:focus,
#downloads .w3eden ul.pagination li span.next:focus,
#downloads .w3eden ul.pagination li a.prev:focus,
#downloads .w3eden ul.pagination li span.prev:focus,
#downloads .w3eden ul.pagination li a.next:active,
#downloads .w3eden ul.pagination li span.next:active,
#downloads .w3eden ul.pagination li a.prev:active,
#downloads .w3eden ul.pagination li span.prev:active {
  color: #ff9628;
}
#downloads .w3eden ul.pagination li a.disabled,
#downloads .w3eden ul.pagination li span.disabled {
  font-size: 30px !important;
  font-size: 1.875rem !important;
  text-indent: -1000000px;
}
#downloads .w3eden ul.pagination li a.disabled:after,
#downloads .w3eden ul.pagination li span.disabled:after,
#downloads .w3eden ul.pagination li a.disabled:before,
#downloads .w3eden ul.pagination li span.disabled:before {
  opacity: 0.25;
}
#downloads .w3eden ul.pagination li.active a,
#downloads .w3eden ul.pagination li.active span {
  background: none;
  color: #000000;
  text-decoration: underline;
}
#downloads .w3eden .panel.dashboard-panel {
  border: none !important;
}
#downloads .w3eden .panel.dashboard-panel .panel-heading {
  padding-left: 0;
  font-family: 'DINNextW01-CondensedBol', Arial, sans-serif !important;
  font-weight: normal;
  color: #000000;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  text-transform: uppercase;
  border: none !important;
}
#downloads .w3eden .panel.dashboard-panel .file-cart-list {
  border-bottom: 1px solid #dddddd !important;
}
#downloads .w3eden .panel.dashboard-panel .file-cart-list li {
  border-right: 1px solid #dddddd !important;
  border-left: 1px solid #dddddd !important;
}
#downloads .w3eden .wpdm-filelist {
  font-size: 1px;
  height: 1px;
  line-height: 1px;
  margin: 0;
  padding: 0;
}
#downloads .w3eden .wpdm-filelist a.download-btn {
  display: none;
  position: absolute;
  top: 9px;
  left: 0;
}
#downloads .w3eden .wpdm-filelist a.download-btn:hover:before,
#downloads .w3eden .wpdm-filelist a.download-btn:focus:before,
#downloads .w3eden .wpdm-filelist a.download-btn:active:before {
  opacity: 0.75;
}
#downloads .w3eden .wpdm-filelist button {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #7d7d7d !important;
  padding: 0 3px!important;
  width: 17px;
  height: 17px;
}
#downloads .w3eden .wpdm-filelist button i.fa-plus:before {
  position: absolute;
  right: -7px;
  top: -11px;
  content: "";
  color: #ffffff;
  font-size: 27px !important;
}
#downloads .w3eden .wpdm-filelist button:hover,
#downloads .w3eden .wpdm-filelist button:focus,
#downloads .w3eden .wpdm-filelist button:active,
#downloads .w3eden .wpdm-filelist button[disabled],
#downloads .w3eden .wpdm-filelist button[disabled=disabled] {
  background: #ffffff;
}
#downloads .w3eden .wpdm-filelist button:hover i.fa:before,
#downloads .w3eden .wpdm-filelist button:focus i.fa:before,
#downloads .w3eden .wpdm-filelist button:active i.fa:before,
#downloads .w3eden .wpdm-filelist button[disabled] i.fa:before,
#downloads .w3eden .wpdm-filelist button[disabled=disabled] i.fa:before {
  position: absolute;
  right: -7px;
  top: -11px;
  content: "\2713";
  font-size: 27px !important;
  color: #ff9628;
}
#downloads .clear {
  clear: both;
  overflow: auto;
  display: block;
}
/* CSS Document */
.site-header.no-banner {
  height: 0px;
  background: none;
}
@media only screen and (min-width: 480px) {
  .site-header.no-banner .home-hero-row .homeHereWrapper {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .site-header.no-banner .home-hero-row .homeHereWrapper {
    margin-bottom: 110px;
  }
}
.site-header.no-banner .home-hero-text {
  margin: 0;
}
.site-header.no-banner .home-hero-text p,
.site-header.no-banner .home-hero-text em {
  color: #000000;
}
@media only screen and (min-width: 480px) {
  .site-header.no-banner .home-hero-text p,
  .site-header.no-banner .home-hero-text em {
    line-height: 75px;
  }
}
.page-nobanner .textBox1 {
  padding: 40px 0 40px;
}
.page-nobanner .textBox1 h2 {
  margin-top: 60px;
}
.page-nobanner .textBox1 .contentWrapper > h2:first-child {
  margin-top: 40px;
}
.page-nobanner .textBox1 p,
.page-nobanner .textBox1 ul {
  margin-top: 0;
}
.page-nobanner .textBox1 .button {
  margin: 60px 20px 40px;
}
.page-nobanner .textBox1 .button a {
  font-family: 'DIN Next LT W04 Condensed', Arial, sans-serif;
  font-weight: 400;
  padding: 10px 30px;
  font-size: 24px;
  background: #ff9628;
  color: #000000;
  border: 2px solid #ff9628;
  text-transform: uppercase;
  text-decoration: none;
}
.page-nobanner .textBox1 .button a:hover {
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
}
/* CSS Document */
.promo-home .site-header {
  background-position: center 150px!important;
  height: calc(376.25vw);
}
@media only screen and (min-width: 768px) {
  .promo-home .site-header {
    max-height: 1250px;
  }
}
@media only screen and (max-width: 1024px) {
  .promo-home .site-header {
    height: calc(370vh);
    max-height: 850px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-home .site-header {
    height: calc(520vh);
    background-position: center 250px!important;
  }
}
@media only screen and (max-width: 767px) {
  .promo-home .home-hero-text p {
    font-size: 40px;
    line-height: 40px;
  }
  .promo-home .home-hero-text p.text-quote {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
  }
  .promo-home .home-hero-text p.cite {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
  }
}
.promo-home .promo {
  min-height: 450px;
  width: 100%;
  background: #000000;
  color: #ffffff;
}
@media only screen and (min-width: 375px) {
  .promo-home .promo {
    min-height: 400px;
  }
}
@media only screen and (min-width: 480px) {
  .promo-home .promo {
    min-height: 320px;
  }
}
.promo-home .promo .container {
  padding: 105px 15px 0;
  text-align: center;
}
.promo-home .promo .container h2,
.promo-home .promo .container p {
  margin: 0;
  color: #ffffff;
}
.promo-home .promo .container h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .promo-home .promo .container h2 {
    font-size: 42px;
  }
}
.promo-home .promo .container p.button {
  display: block;
  margin-top: 40px;
}
.promo-home .promo .container p.button a {
  font-family: 'DIN Next LT W04 Condensed', Arial, sans-serif;
  font-weight: 400;
  padding: 10px 40px;
  font-size: 30px;
  background: #ff9628;
  color: #000000;
  border: 2px solid #ff9628;
  text-transform: uppercase;
  text-decoration: none;
}
.promo-home .promo .container p.button a:hover {
  background: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
}
/* CSS Document */
.page-embed [class*=' col-'],
.page-embed .container,
.page-embed .row {
  padding: 0;
}
.page-embed .contentWrapper p {
  margin: 0;
}
.page-embed .smcx-widget {
  margin: 0;
  max-width: 100%;
  height: 1200px;
  border: none;
}
.page-embed .smcx-iframe-container {
  height: 1200px !important;
  max-width: 100% !important;
}
