<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* compiled by scssphp v0.1.1 on Tue, 06 Aug 2019 13:55:16 +0000 (0.2039s) */

@import url('//fonts.googleapis.com/css?family=Lato:400,400i,700|Work+Sans:500,800&amp;display=swap');
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?1s0642');
  src: url('fonts/icomoon.eot?1s0642#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?1s0642') format('truetype'), url('fonts/icomoon.woff?1s0642') format('woff'), url('fonts/icomoon.svg?1s0642#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
img {
  border: none;
}
a {
  text-decoration: none;
  color: inherit;
}
input {
  border-radius: 0;
}
body {
  width: 100%;
  min-width: 300px;
}
body.hide-overflow {
  height: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
}
body, input, textarea, button, select {
  font: 400 20px/28px 'Lato', Helvetica, sans-serif;
}
.global-contain {
  position: relative;
  width: calc(100% - 40px);
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.global-inner-contain {
  position: relative;
  width: calc(100% - 40px);
  padding: 0 20px;
  max-width: 900px;
  margin: 0 auto;
}
.btn {
  display: inline-block;
  border: 1px solid #e1261c;
  border-radius: 20px;
  height: 30px;
  font: 700 16px/30px 'Lato', Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.large {
  height: 50px;
  line-height: 50px;
  border-radius: 40px;
  color: #00aeef;
  background: #fff;
  border-color: #00aeef;
}
.btn.large:hover {
  background: #00aeef;
  color: #fff;
}
.btn.small-red {
  background: #e1261c;
  color: #fff;
}
.btn.small-red:hover {
  background: #002554;
  border-color: #002554;
}
.std-content h1 {
  font: 400 32px/36px 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #002554;
  margin-bottom: 20px;
}
.std-content h2 {
  font: 800 24px/28px 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #e1261c;
  margin-bottom: 15px;
}
.std-content h3 {
  font: 800 24px/26px 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #343637;
  margin-bottom: 15px;
}
.std-content blockquote {
  margin-bottom: 25px;
}
.std-content blockquote, .std-content blockquote p {
  font: 400 24px/32px 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #999a9b;
  font-style: italic;
}
.std-content blockquote p {
  margin-bottom: 0;
}
.std-content p {
  font: 400 20px/28px 'Lato', Helvetica, sans-serif;
  color: #343637;
  margin-bottom: 15px;
}
.std-content p:last-child {
  margin-bottom: 0;
}
.std-content p.callout {
  font: 400 24px/32px 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #999a9b;
  text-decoration: italic;
  margin-bottom: 25px;
}
.std-content p a {
  display: inline-block;
  color: #e1261c;
  border-bottom: 1px solid #e1261c;
  line-height: 20px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.std-content p a:hover {
  opacity: 0.8;
}
.video-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}
.video-box:last-child {
  margin-bottom: 0;
}
.video-box img {
  display: block;
  min-width: 101%;
  min-height: 101%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 105%;
}
@media only screen and (max-width: 700px) {
  .video-box img {
    display: none;
  }
}
.video-box img:hover + .play-btn {
  opacity: 1;
}
.video-box .play-btn {
  content: " ";
  width: 140px;
  height: 153px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url('../images/icons/play-btn-white-181.png') no-repeat center center;
  background-size: 100% 100%;
  pointer-events: none;
  opacity: 0.75;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 700px) {
  .video-box .play-btn {
    display: none;
  }
}
.video-box iframe {
  width: 100%;
  height: auto;
}
#wpadminbar {
  position: fixed !important;
}
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  z-index: 1000;
}
@media only screen and (max-width: 782px) {
}
#header .global-contain {
  height: 100%;
}
#header .global-contain #logo {
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../images/logos/bcs-logo-2x.png') no-repeat left center;
  background-size: 80px 88px;
  padding-left: 90px;
  min-height: 57px;
  font-weight: 800;
  font-size: 36px;
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
  height: 100%;
  color: #343637;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header .global-contain #logo:hover {
  color: #e1261c;
}
@media only screen and (max-width: 450px) {
  #header .global-contain #logo {
    font-size: 28px;
    line-height: 30px;
  }
}
#header .global-contain .nav-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1040px) {
  #header .global-contain .nav-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 450px;
    z-index: 50;
    background: #fff;
  }
}
@media only screen and (max-width: 700px) {
  #header .global-contain .nav-wrap .navs-contain {
    padding-top: 120px;
  }
}
#header .global-contain .nav-wrap .navs-contain .top-social {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 16px;
}
@media only screen and (max-width: 700px) {
  #header .global-contain .nav-wrap .navs-contain .top-social {
    position: static;
  }
}
#header .global-contain .nav-wrap .navs-contain .top-social ul.extra-links {
  display: flex;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
  vertical-align: middle;
  list-style: none;
}
@media only screen and (max-width: 1040px) {
  #header .global-contain .nav-wrap .navs-contain .top-social ul.extra-links {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#header .global-contain .nav-wrap .navs-contain .top-social ul.extra-links li {
  display: inline-block;
  vertical-align: middle;
  font: 400 15px/20px 'Lato', Helvetica, sans-serif;
  color: #999a9b;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 5px 20px 13px;
}
#header .global-contain .nav-wrap .navs-contain .top-social ul.extra-links li:first-child {
  background: #002554;
}
#header .global-contain .nav-wrap .navs-contain .top-social ul.extra-links li:last-child {
  background: #87364e;
  margin-right: 0;
}
@media only screen and (max-width: 1040px) {
  #header .global-contain .nav-wrap .navs-contain .top-social ul.extra-links li {
    display: block;
    margin-right: 0;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
  }
}
@media only screen and (max-width: 700px) {
  #header .global-contain .nav-wrap .navs-contain .top-social ul.extra-links li {
    font-size: 18px;
  }
}
#header .global-contain .nav-wrap .navs-contain .top-social ul.extra-links li a {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.4px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header .global-contain .nav-wrap .navs-contain .top-social ul.social {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  list-style: none;
}
@media only screen and (max-width: 1040px) {
  #header .global-contain .nav-wrap .navs-contain .top-social ul.social {
    display: block;
    margin-bottom: 20px;
  }
}
#header .global-contain .nav-wrap .navs-contain .top-social ul.social li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#header .global-contain .nav-wrap .navs-contain .top-social ul.social li:last-child {
  margin-right: 0;
}
#header .global-contain .nav-wrap .navs-contain .top-social ul.social li a {
  display: inline-block;
  color: #999a9b;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header .global-contain .nav-wrap .navs-contain .top-social ul.social li a:hover {
  color: #00aeef;
}
#header .global-contain .nav-wrap .navs-contain .top-social ul.social li a i {
  font-size: 17px;
  line-height: 17px;
}
@media only screen and (max-width: 1040px) {
  #header .global-contain .nav-wrap .navs-contain .top-social ul.social li a i {
    font-size: 24px;
    line-height: 24px;
  }
}
#header .global-contain .nav-wrap .navs-contain .bottom-nav {
  position: absolute;
  right: 0;
  bottom: 25px;
}
#header .global-contain .nav-wrap .navs-contain .bottom-nav ul.nav li {
  text-transform: uppercase;
}
#header .global-contain .nav-wrap .navs-contain .bottom-nav ul.nav li a {
  color: #002554;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
#header .global-contain .nav-wrap .navs-contain .bottom-nav, #header .global-contain .nav-wrap .navs-contain .mobile-nav {
  text-align: right;
}
#header .global-contain .nav-wrap .navs-contain .bottom-nav ul.nav, #header .global-contain .nav-wrap .navs-contain .mobile-nav ul.nav {
  display: inline-block;
  list-style: none;
}
@media only screen and (max-width: 1040px) {
  #header .global-contain .nav-wrap .navs-contain .bottom-nav ul.nav, #header .global-contain .nav-wrap .navs-contain .mobile-nav ul.nav {
    display: block;
  }
}
#header .global-contain .nav-wrap .navs-contain .bottom-nav ul.nav li, #header .global-contain .nav-wrap .navs-contain .mobile-nav ul.nav li {
  display: inline-block;
  text-align: left;
  font: 700 20px/20px 'Lato', Helvetica, sans-serif;
  color: #002554;
  margin-right: 20px;
}
#header .global-contain .nav-wrap .navs-contain .bottom-nav ul.nav li:last-child, #header .global-contain .nav-wrap .navs-contain .mobile-nav ul.nav li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1040px) {
  #header .global-contain .nav-wrap .navs-contain .bottom-nav ul.nav li, #header .global-contain .nav-wrap .navs-contain .mobile-nav ul.nav li {
    display: block;
    text-align: center;
    margin-right: 0;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  #header .global-contain .nav-wrap .navs-contain .bottom-nav ul.nav li:last-child, #header .global-contain .nav-wrap .navs-contain .mobile-nav ul.nav li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 700px) {
  #header .global-contain .nav-wrap .navs-contain .bottom-nav ul.nav li, #header .global-contain .nav-wrap .navs-contain .mobile-nav ul.nav li {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1040px) {
  #header .global-contain .nav-wrap .navs-contain .bottom-nav {
    display: none;
  }
}
#header .global-contain .nav-wrap .navs-contain .mobile-nav {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #header .global-contain .nav-wrap .navs-contain .mobile-nav {
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #999a9b;
    margin-bottom: 25px;
  }
}
#header .global-contain #mobile-menu-button {
  display: none;
  position: absolute;
  right: 20px;
  top: calc(50% - 13px);
  width: 36px;
  height: 27px;
  cursor: pointer;
  z-index: 100;
}
@media only screen and (max-width: 1040px) {
  #header .global-contain #mobile-menu-button {
    display: block;
  }
}
#header .global-contain #mobile-menu-button:hover span {
  background: #e1261c;
}
#header .global-contain #mobile-menu-button.active span {
  transform-origin: left center;
}
#header .global-contain #mobile-menu-button.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: left top;
}
#header .global-contain #mobile-menu-button.active span:nth-child(2) {
  width: 0;
}
#header .global-contain #mobile-menu-button.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: left bottom;
  top: 24px;
}
#header .global-contain #mobile-menu-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #002554;
  -webkit-transition: all 0.5s, background 0.3s;
  -ms-transition: all 0.5s, background 0.3s;
  -moz-transition: all 0.5s, background 0.3s;
  transition: all 0.5s, background 0.3s;
  border-radius: 2px;
}
#header .global-contain #mobile-menu-button span:nth-child(1) {
  top: 0;
}
#header .global-contain #mobile-menu-button span:nth-child(2) {
  top: 11px;
}
#header .global-contain #mobile-menu-button span:nth-child(3) {
  top: 22px;
}
#footer {
  background: #cccdcd;
  padding: 50px 0 30px;
}
#footer .footer-contain {
  width: calc(100% - 40px);
  padding: 0 20px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
#footer .footer-contain form {
  margin-bottom: 30px;
}
#footer .footer-contain form label {
  display: block;
  margin-bottom: 10px;
  font: 400 15px/20px 'Lato', Helvetica, sans-serif;
  color: #343637;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#footer .footer-contain form .input-wrap {
  position: relative;
}
#footer .footer-contain form .input-wrap input[type="email"] {
  position: relative;
  padding: 0 20px;
  width: calc(100% - 40px);
  height: 32px;
  font: 400 18px/28px 'Lato', Helvetica, sans-serif;
  font-style: italic;
  color: #343637;
  border: none;
  outline: none;
}
#footer .footer-contain form .input-wrap button {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  font-size: 18px;
  line-height: 32px;
  height: 32px;
  color: #999a9b;
  background: none;
  border: none;
  cursor: pointer;
}
#footer .footer-contain form .input-wrap button:hover {
  color: #00aeef;
}
#footer .footer-contain form .input-wrap button i {
  line-height: 32px;
}
#footer .footer-contain ul.social {
  vertical-align: middle;
  white-space: nowrap;
  list-style: none;
  margin-bottom: 20px;
}
#footer .footer-contain ul.social li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#footer .footer-contain ul.social li:last-child {
  margin-right: 0;
}
#footer .footer-contain ul.social li a {
  display: inline-block;
  color: #999a9b;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .footer-contain ul.social li a:hover {
  color: #00aeef;
}
#footer .footer-contain ul.social li a i {
  font-size: 24px;
  line-height: 24px;
}
#footer .footer-contain ul.footer-nav {
  list-style: none;
  margin-bottom: 25px;
}
#footer .footer-contain ul.footer-nav li {
  font: 700 18px/24px 'Lato', Helvetica, sans-serif;
  color: #343637;
  margin-bottom: 15px;
}
#footer .footer-contain ul.footer-nav li:last-child {
  margin-bottom: 0;
}
#footer .footer-contain ul.footer-nav li a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .footer-contain ul.footer-nav li a:hover {
  color: #00aeef;
}
#footer .footer-contain .copyright {
  font: 400 18px/28px 'Lato', Helvetica, sans-serif;
  color: #999a9b;
}
@media only screen and (max-width: 700px) {
  #footer .footer-contain .copyright {
    font-size: 13px;
    line-height: 20px;
  }
}
#page.home #home-intro .hero {
  background: transparent center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  height: 540px;
  width: 100%;
}
#page.home #home-intro .hero::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(43, 38, 29, 0.5) 0%, rgba(43, 38, 29, 0) 100%);
  z-index: 0;
}
#page.home #home-intro .hero .intro-text {
  position: relative;
  width: 50%;
  z-index: 2;
}
@media only screen and (max-width: 700px) {
  #page.home #home-intro .hero .intro-text {
    max-width: 500px;
    width: 100%;
  }
}
#page.home #home-intro .hero .intro-text h1 {
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1.125;
  color: #fff;
  margin-bottom: 20px;
}
#page.home #home-intro .hero .intro-text p {
  font: 400 20px/28px 'Lato', Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 30px;
}
#page.home #home-intro .hero .intro-text p a.btn {
  height: 60px;
  width: 220px;
  border-radius: 7px;
  background: #e1261c;
  color: #fff;
  text-align: center;
  line-height: 60px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}
#page.home #home-intro #home-slider {
  width: calc(100% - 300px);
  max-width: 900px;
  height: 500px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  #page.home #home-intro #home-slider {
    width: 100%;
    height: auto;
    margin-bottom: -100px;
  }
}
@media only screen and (max-width: 700px) {
  #page.home #home-intro #home-slider {
    width: calc(100% + 40px);
    left: -20px;
  }
}
#page.home #home-intro #home-slider .slider-image-list {
  height: 500px;
}
@media only screen and (max-width: 1040px) {
  #page.home #home-intro #home-slider .slider-image-list {
    height: 400px !important;
  }
}
#page.home #home-intro #home-slider .slider-image-list ul li {
  width: 100%;
  height: 500px;
}
#page.home #home-intro #home-slider .slider-text-box {
  position: absolute;
  bottom: -35px;
  left: -20px;
  width: 60%;
  max-width: calc(100% - 180px);
  padding: 35px 140px 35px 40px;
  background: #e1261c;
  z-index: 10;
}
@media only screen and (max-width: 1040px) {
  #page.home #home-intro #home-slider .slider-text-box {
    position: relative;
    top: -80px;
    bottom: auto;
    left: -20px;
    width: 60%;
  }
}
@media only screen and (max-width: 700px) {
  #page.home #home-intro #home-slider .slider-text-box {
    left: 0;
    padding: 35px 20px 35px 20px;
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #page.home #home-intro #home-slider .slider-text-box .text-wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories {
  margin-bottom: 12px;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories a, #page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories span {
  display: inline-block;
  vertical-align: middle;
  font: 400 15px/20px 'Lato', Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #cccdcd;
  opacity: 0.5;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories a {
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories a:hover {
  opacity: 1;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories .media-type {
  display: inline-block;
  margin-right: 10px;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories .media-type.video {
  width: 33px;
  height: 22px;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories .media-type.video:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #cccdcd;
  font-size: 33px;
  line-height: 22px;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories .media-type.document {
  width: 28px;
  height: 27px;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories .media-type.document:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #cccdcd;
  font-size: 27px;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories .media-type.audio {
  background: url('../images/icons/media-types/audio-lgrey-faded-22.png') no-repeat center center;
  width: 28px;
  height: 22px;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories .topic {
  font: 700 16px/20px 'Lato', Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0.025em;
  opacity: 0.5;
  margin-right: 25px;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories .mobile-break {
  display: none;
}
@media only screen and (max-width: 700px) {
  #page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories .mobile-break {
    display: block;
  }
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories .grade {
  opacity: 0.5;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories span {
  margin: 0 5px;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .top-categories .subject {
  opacity: 0.5;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .title {
  font: 400 32px/36px 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .title a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap .title a:hover {
  opacity: 0.6;
  color: #f3c600;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap p {
  font: 700 18px/28px 'Lato', Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f3c600;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap p a {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#page.home #home-intro #home-slider .slider-text-box .text-wrap p a:hover {
  opacity: 0.6;
}
#page.home #home-intro #home-slider .slider-text-box .prev-next-contain {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 78px;
}
#page.home #home-intro #home-slider .slider-text-box .prev-next-contain .prev, #page.home #home-intro #home-slider .slider-text-box .prev-next-contain .next {
  position: absolute;
  left: 0;
  width: 39px;
  height: 39px;
  cursor: pointer;
}
#page.home #home-intro #home-slider .slider-text-box .prev-next-contain .next {
  top: 0;
  background: #702c42 url('../images/icons/arrow-right-white-17.png') no-repeat center center;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#page.home #home-intro #home-slider .slider-text-box .prev-next-contain .next:hover {
  background: #562438 url('../images/icons/arrow-right-white-17.png') no-repeat center center;
}
#page.home #home-intro #home-slider .slider-text-box .prev-next-contain .prev {
  top: 40px;
  background: #702c42 url('../images/icons/arrow-left-white-17.png') no-repeat center center;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#page.home #home-intro #home-slider .slider-text-box .prev-next-contain .prev:hover {
  background: #562438 url('../images/icons/arrow-left-white-17.png') no-repeat center center;
}
#page.home .home-bottom {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
#page.home .home-bottom .grey-sidebar {
  background: #eaeff2;
  width: 50%;
  height: 100%;
  min-width: 290px;
  position: absolute;
  top: 0;
  right: calc(50% + 255px);
}
@media only screen and (max-width: 1160px) {
  #page.home .home-bottom .grey-sidebar {
    right: auto;
    left: 0;
    width: 290px;
  }
}
@media only screen and (max-width: 1040px) {
  #page.home .home-bottom .grey-sidebar {
    position: static;
    width: 100%;
    min-height: 0 !important;
  }
}
#page.home .home-bottom .grey-sidebar .sidebar-contain {
  padding: 115px 0 60px;
  width: 220px;
  margin-left: auto;
  margin-right: 50px;
}
@media only screen and (max-width: 1040px) {
  #page.home .home-bottom .grey-sidebar .sidebar-contain {
    width: 60%;
    margin-left: 0;
    padding: 75px 20px 30px;
  }
}
@media only screen and (max-width: 700px) {
  #page.home .home-bottom .grey-sidebar .sidebar-contain {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 0 auto;
  }
}
#page.home .home-bottom .grey-sidebar .sidebar-contain form[name="resource-search"] {
  position: relative;
  margin-bottom: 25px;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain form[name="resource-search"] input[name="keyword"] {
  display: block;
  padding: 0 35px 0 10px;
  width: calc(100% - 45px);
  border: 1px solid #cccdcd;
  border-radius: 4px;
  font: 700 16px/30px 'Lato', Helvetica, sans-serif;
  color: #343637;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  outline: none;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain form[name="resource-search"] input[name="keyword"]::-webkit-input-placeholder {
  color: #343637;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain form[name="resource-search"] input[name="keyword"]::-moz-placeholder {
  color: #343637;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain form[name="resource-search"] input[name="keyword"]:-ms-input-placeholder {
  color: #343637;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain form[name="resource-search"] button[type="submit"] {
  position: absolute;
  right: 5px;
  top: calc(50% - 5px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px 5px;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  background: none;
  border: none;
  cursor: pointer;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .current-filters, #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .current-filters-bottom {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #999a9b;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .current-filters .title, #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .current-filters-bottom .title {
  font: 800 24px/28px 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #00aeef;
  margin-bottom: 10px;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .current-filters .clear-button, #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .current-filters-bottom .clear-button {
  position: absolute;
  right: 0;
  top: 0;
  font: 700 16px/28px 'Lato', Helvetica, sans-serif;
  color: #343637;
  cursor: pointer;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .current-filters .filter-list .filter, #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .current-filters-bottom .filter-list .filter {
  font: 700 16px/20px 'Lato', Helvetica, sans-serif;
  letter-spacing: 0.025em;
  color: #e1261c;
  padding-left: 15px;
  background: url('../images/icons/x-grey-9.png') no-repeat left center;
  cursor: pointer;
}
@media only screen and (max-width: 1040px) {
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .current-filters-bottom {
  display: none;
}
@media only screen and (max-width: 1040px) {
  #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .current-filters-bottom {
    clear: both;
    padding-top: 15px;
  }
  #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .current-filters-bottom .clear-button {
    top: 15px;
  }
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain {
  border-bottom: 1px solid #999a9b;
}
@media only screen and (max-width: 1040px) {
  #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain {
    position: relative;
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 0;
  }
  #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain:nth-child(odd) {
    margin-right: 0;
  }
  #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain:nth-child(odd + 1) {
    clear: both;
  }
  #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain:nth-child(2) .filter-list {
    z-index: 5;
  }
  #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain:nth-child(3) .filter-list {
    z-index: 4;
  }
  #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain:nth-child(4) .filter-list {
    z-index: 3;
  }
  #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain:nth-child(5) .filter-list {
    z-index: 2;
  }
}
@media only screen and (max-width: 450px) {
  #page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain {
    width: 100%;
    margin-right: 0;
  }
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain.active .title {
  background: url('../images/icons/minus-dgrey-2.png') no-repeat right center;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain .title {
  font: 700 18px/20px 'Lato', Helvetica, sans-serif;
  color: #343637;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: url('../images/icons/plus-dgrey-10.png') no-repeat right center;
  padding: 15px 0;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain .filter-list {
  display: none;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1040px) {
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain .filter-list .filter {
  margin-bottom: 10px;
  white-space: nowrap;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain .filter-list .filter label {
  display: block;
  position: relative;
  font: 700 16px/20px 'Lato', Helvetica, sans-serif;
  letter-spacing: 0.025em;
  color: #343637;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain .filter-list .filter label:hover {
  color: #e1261c;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain .filter-list .filter label span {
  display: inline-block;
  padding-left: 25px;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain .filter-list .filter label span:before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  content: " ";
  border: 1px solid #999a9b;
  background: #cccdcd;
  width: 14px;
  height: 14px;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain .filter-list .filter label input[type="checkbox"] {
  display: none;
}
#page.home .home-bottom .grey-sidebar .sidebar-contain .filters .filter-contain .filter-list .filter label input[type="checkbox"]:checked + span:before {
  background: #cccdcd url('../images/icons/x-dgrey-9.png') no-repeat center center;
}
#page.home .home-bottom .listing-area {
  position: relative;
  left: calc(50% - 255px);
  width: 100%;
  max-width: calc(100% - 290px);
  background: #fff;
}
@media only screen and (max-width: 1160px) {
  #page.home .home-bottom .listing-area {
    left: 290px;
  }
}
@media only screen and (max-width: 1040px) {
  #page.home .home-bottom .listing-area {
    left: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #page.home .home-bottom .listing-area {
    width: calc(100% - 40px);
    padding: 0 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
#page.home .home-bottom .listing-area .listing-contain {
  position: relative;
  padding: 70px 20px 40px 60px;
  background: #fff;
  width: calc(100% - 120px);
  max-width: 794px;
  overflow: hidden;
}
@media only screen and (max-width: 1160px) {
  #page.home .home-bottom .listing-area .listing-contain {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 1040px) {
  #page.home .home-bottom .listing-area .listing-contain {
    padding: 40px 20px 40px;
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #page.home .home-bottom .listing-area .listing-contain {
    padding: 40px 0;
    width: 100%;
  }
}
#page.home .home-bottom .listing-area .listing-contain .listing-view-controls {
  margin-bottom: 20px;
}
#page.home .home-bottom .listing-area .listing-contain .listing-view-controls .listing-sort {
  display: inline-block;
}
#page.home .home-bottom .listing-area .listing-contain .listing-view-controls .view-switcher {
  display: inline-block;
  float: right;
}
#page.home .home-bottom .listing-area .listing-contain .listing-view-controls .view-switcher span {
  display: inline-block;
  vertical-align: middle;
  font: 700 16px/20px 'Lato', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-right: 15px;
  color: #343637;
}
#page.home .home-bottom .listing-area .listing-contain .listing-view-controls .view-switcher .grid, #page.home .home-bottom .listing-area .listing-contain .listing-view-controls .view-switcher .list {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  color: #cccdcd;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#page.home .home-bottom .listing-area .listing-contain .listing-view-controls .view-switcher .grid.active, #page.home .home-bottom .listing-area .listing-contain .listing-view-controls .view-switcher .list.active, #page.home .home-bottom .listing-area .listing-contain .listing-view-controls .view-switcher .grid:hover, #page.home .home-bottom .listing-area .listing-contain .listing-view-controls .view-switcher .list:hover {
  color: #343637;
}
#page.home .home-bottom .listing-area .listing-contain .listing-view-controls .view-switcher .grid {
  margin-right: 15px;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain {
  position: absolute;
  left: 100%;
  width: 100%;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain.current-view {
  position: relative;
  left: 0;
}
@media only screen and (max-width: 700px) {
  #page.home .home-bottom .listing-area .listing-contain .grid-contain .column-grid {
    position: absolute;
    left: calc(100% + 40px);
  }
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .column-grid .column {
  float: left;
  width: calc(33.3333% - 14px);
  margin-right: 21px;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .column-grid .column:nth-child(3) {
  margin-right: 0;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .column-grid .column .resource {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .column-grid .column .resource:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .column-grid .column .resource:hover .title {
  color: #e1261c;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .column-grid .column .resource.video .thumb-top {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .column-grid .column .resource.video .thumb-top:after {
  content: " ";
  width: 61px;
  height: 64px;
  background: url('../images/icons/play-btn-white-64.png') no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.75;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .column-grid .column .resource.video .thumb-top img {
  display: block;
  min-width: 101%;
  min-height: 101%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 105%;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .single-column-grid {
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  left: calc(100% + 40px);
}
@media only screen and (max-width: 700px) {
  #page.home .home-bottom .listing-area .listing-contain .grid-contain .single-column-grid {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource {
  border: 1px solid #cccdcd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource.video .thumb-top {
  position: relative;
  width: 100%;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource.video .thumb-top:after {
  content: " ";
  width: 61px;
  height: 64px;
  background: url('../images/icons/play-btn-white-64.png') no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource.video .thumb-top img {
  display: block;
  width: 100%;
  height: auto;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource .topic-media-type {
  padding: 18px 8px;
  background: #eaeff2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource .topic-media-type .topic {
  font: 700 16px/20px 'Lato', Helvetica, sans-serif;
  color: #00aeef;
  letter-spacing: 0.025em;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource .topic-media-type .media-type.video {
  width: 33px;
  height: 22px;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource .topic-media-type .media-type.video:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #00aeef;
  font-size: 33px;
  line-height: 22px;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource .topic-media-type .media-type.document {
  width: 28px;
  height: 27px;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource .topic-media-type .media-type.document:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #00aeef;
  font-size: 27px;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource .topic-media-type .media-type.audio {
  width: 28px;
  height: 22px;
  background: url('../images/icons/media-types/audio-lblue-22.png') no-repeat center center;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource .bottom-contain {
  padding: 18px 8px;
  position: relative;
  background: #fff;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource .bottom-contain .title {
  font: 800 26px/28px 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #002554;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource .grade-subject {
  background: #eaeff2;
  display: flex;
  justify-content: space-between;
  padding: 10px 8px;
  font: 400 15px/15px 'Lato', Helvetica, sans-serif;
  color: #00aeef;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource .grade-subject .grade, #page.home .home-bottom .listing-area .listing-contain .grid-contain .resource .grade-subject .subject {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.35px;
  font-family: 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#page.home .home-bottom .listing-area .listing-contain .grid-contain .resource .grade-subject .grade {
  padding-right: 8px;
  margin-right: 6px;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain {
  position: absolute;
  left: 100%;
  width: 100%;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain.current-view {
  position: relative;
  left: 0;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a:hover .media-type-topic .media-type.video:before {
  color: #002554;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a:hover .media-type-topic .media-type.document:before {
  color: #002554;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a:hover .media-type-topic .media-type.audio {
  background: url('../images/icons/media-types/audio-dblue-22.png') no-repeat left center;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a:hover .media-type-topic .topic {
  color: #002554;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a:hover .title {
  color: #e1261c;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a:hover .grade-subject {
  color: #343637;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a .media-type-topic {
  white-space: nowrap;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a .media-type-topic .media-type {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 28px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a .media-type-topic .media-type.video:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #00aeef;
  font-size: 29px;
  line-height: 28px;
  -webkit-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a .media-type-topic .media-type.document:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #00aeef;
  font-size: 27px;
  -webkit-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a .media-type-topic .media-type.audio {
  background: url('../images/icons/media-types/audio-lblue-22.png') no-repeat left center;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a .media-type-topic .topic {
  display: inline-block;
  vertical-align: middle;
  font: 700 16px/28px 'Lato', Helvetica, sans-serif;
  color: #00aeef;
  letter-spacing: 0.025em;
  -webkit-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a .title {
  font: 800 18px/28px 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #002554;
  -webkit-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a .grade-subject {
  text-align: right;
  font: 400 15px/20px 'Lato', Helvetica, sans-serif;
  color: #999a9b;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  padding: 10px 0;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a .grade-subject .grade {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #999a9b;
  margin-right: 6px;
  white-space: nowrap;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain a .grade-subject .subject {
  display: inline-block;
  white-space: nowrap;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain .wide-text-list {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (max-width: 700px) {
  #page.home .home-bottom .listing-area .listing-contain .text-list-contain .wide-text-list {
    display: none;
  }
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain .wide-text-list a {
  display: table-row;
  width: 100%;
  border-bottom: 1px solid #999a9b;
  padding: 10px 0;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain .wide-text-list a .media-type-topic {
  display: table-cell;
  width: calc(17.77% + 35px);
  border-top: 1px solid #999a9b;
  border-bottom: 1px solid #999a9b;
  padding: 10px 24px 10px 0;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain .wide-text-list a .title {
  display: table-cell;
  width: 60%;
  border-top: 1px solid #999a9b;
  border-bottom: 1px solid #999a9b;
  padding: 10px 24px 10px 0;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain .wide-text-list a .grade-subject {
  display: table-cell;
  width: 28%;
  border-top: 1px solid #999a9b;
  border-bottom: 1px solid #999a9b;
  white-space: nowrap;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain .condensed-text-list {
  display: none;
  border-top: 1px solid #999a9b;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain .condensed-text-list a {
  display: block;
  border-bottom: 1px solid #999a9b;
  padding: 8px 0;
}
@media only screen and (max-width: 700px) {
  #page.home .home-bottom .listing-area .listing-contain .text-list-contain .condensed-text-list {
    display: block;
  }
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain .condensed-text-list .bottom-contain {
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain .condensed-text-list .bottom-contain .media-type-topic {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  padding-right: 24px;
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain .condensed-text-list .bottom-contain .grade-subject {
  display: table-cell;
  vertical-align: top;
  width: 75%;
}
@media only screen and (max-width: 450px) {
  #page.home .home-bottom .listing-area .listing-contain .text-list-contain .condensed-text-list .bottom-contain .grade-subject .grade {
    display: block;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  #page.home .home-bottom .listing-area .listing-contain .text-list-contain .condensed-text-list .bottom-contain .grade-subject .subject {
    display: block;
  }
}
#page.home .home-bottom .listing-area .listing-contain .text-list-contain .condensed-text-list .title {
  width: 100%;
}
#page.home .home-bottom .listing-area .load-more {
  padding: 0 20px 0 60px;
  width: calc(100% - 120px);
  max-width: 794px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1160px) {
  #page.home .home-bottom .listing-area .load-more {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 1040px) {
  #page.home .home-bottom .listing-area .load-more {
    padding: 0 20px;
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  #page.home .home-bottom .listing-area .load-more {
    padding: 0;
    width: 100%;
  }
}
.listing-sort {
  position: relative;
}
.listing-sort button {
  border: none;
  background: none;
  cursor: pointer;
}
.listing-sort #btn-sort {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #343637;
  margin-right: 6px;
}
.listing-sort #btn-sort:after {
  font-family: FontAwesome;
  content: '\f078';
  font-weight: normal;
  font-size: 12px;
  padding-left: 3px;
}
.listing-sort label {
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  color: #999a9b;
  letter-spacing: 0.025em;
}
.listing-sort #sort-options {
  display: none;
  position: absolute;
  top: 26px;
  left: -10px;
  z-index: 100;
  background: white;
  border: solid 1px #f2f2f2;
}
.listing-sort #sort-options button {
  display: block;
  padding: 2px 10px;
  white-space: nowrap;
  color: black;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.listing-sort #sort-options button.active {
  color: #999a9b;
}
#page.our-approach .page-hero {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#page.our-approach .page-hero img {
  display: block;
  min-width: 101%;
  min-height: 101%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page.our-approach .page-hero .global-inner-contain {
  height: 100%;
  z-index: 2;
}
#page.our-approach .page-hero .global-inner-contain .hero-text {
  position: absolute;
  left: 20px;
  bottom: 60px;
  width: calc(100% - 40px);
  font: 400 60px/56px 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
}
#page.our-approach .white-section {
  padding: 60px 0;
  background: #fff;
}
#page.our-approach .offwht-section {
  padding: 45px 0 60px;
  background: #eaeff2;
}
#page.our-approach .dblue-section {
  padding: 60px 0;
  background: #002554;
  text-align: center;
}
#page.our-approach .dblue-section h1 {
  font: 400 60px/60px 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f3c600;
  margin-bottom: 25px;
}
#page.our-approach .dblue-section p {
  color: #f3c600;
}
#page.our-approach .dblue-section p a.btn {
  color: #f3c600;
  border-color: #f3c600;
}
#page.our-approach .dblue-section p a.btn:hover {
  background: #f3c600;
  color: #002554;
}
#page.resource-detail .share-links .label {
  display: inline-block;
  vertical-align: middle;
  font: 700 18px/30px 'Lato', Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #343637;
  margin-right: 16px;
}
#page.resource-detail .share-links ul {
  display: inline-block;
  vertical-align: middle;
}
#page.resource-detail .share-links ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: -3px;
}
#page.resource-detail .share-links ul li a {
  display: block;
  width: 30px;
  height: 30px;
}
#page.resource-detail .share-links ul li.twitter a {
  background: url('../images/icons/twitter-share-30.jpg') no-repeat center center;
}
#page.resource-detail .share-links ul li.facebook a {
  background: url('../images/icons/facebook-share-30.jpg') no-repeat center center;
}
#page.resource-detail .share-links ul li.linkedin a {
  background: url('../images/icons/linkedin-share-30.jpg') no-repeat center center;
}
#page.resource-detail .share-links ul li.email a {
  background: url('../images/icons/email-share-30.jpg') no-repeat center center;
}
#page.resource-detail .sidebar-right .category-contain .category .category-label, #page.resource-detail .mobile-sidebar .category-contain .category .category-label {
  font: 700 18px/20px 'Lato', Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #343637;
}
#page.resource-detail .sidebar-right .category-contain .category .category-terms, #page.resource-detail .mobile-sidebar .category-contain .category .category-terms {
  padding-left: 10px;
  font: 700 16px/20px 'Lato', Helvetica, sans-serif;
  color: #999a9b;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
#page.resource-detail .sidebar-right .category-contain .category .category-terms a, #page.resource-detail .mobile-sidebar .category-contain .category .category-terms a {
  color: #999a9b;
  -webkit-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
#page.resource-detail .sidebar-right .category-contain .category .category-terms a:hover, #page.resource-detail .mobile-sidebar .category-contain .category .category-terms a:hover {
  color: #e1261c;
}
#page.resource-detail .sidebar-right .last-updated, #page.resource-detail .mobile-sidebar .last-updated {
  font: 400 15px/20px 'Lato', Helvetica, sans-serif;
  color: #999a9b;
  font-style: italic;
  padding-left: 10px;
}
#page.resource-detail .sidebar-right {
  float: left;
  width: 215px;
  padding: 30px 35px 20px 50px;
}
#page.resource-detail .sidebar-right .category-contain {
  border-bottom: 1px solid #999a9b;
  margin-bottom: 15px;
}
@media only screen and (max-width: 700px) {
  #page.resource-detail .sidebar-right {
    float: none;
    width: 100%;
    padding: 30px 0 20px;
    clear: both;
  }
  #page.resource-detail .sidebar-right .category-contain {
    border-bottom: none;
  }
  #page.resource-detail .sidebar-right .category-contain .category {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 14px);
    margin-right: 20px;
  }
  #page.resource-detail .sidebar-right .category-contain .category:nth-child(2n) {
    margin-right: 0;
  }
  #page.resource-detail .sidebar-right .last-updated {
    width: 60%;
    border-top: 1px solid #999a9b;
    padding-top: 15px;
  }
}
#page.resource-detail .mobile-sidebar {
  display: none;
}
@media only screen and (max-width: 700px) {
  #page.resource-detail .mobile-sidebar {
    margin-bottom: 20px;
  }
}
#page.resource-detail .mobile-sidebar .category-contain .category {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 14px);
  margin-right: 20px;
}
#page.resource-detail .mobile-sidebar .category-contain .category:nth-child(2n) {
  margin-right: 0;
}
#page.resource-detail .mobile-sidebar .last-updated {
  width: 60%;
  border-top: 1px solid #999a9b;
  padding-top: 15px;
}
#page.resource-detail .resource-content {
  padding: 50px 100px;
  width: calc(100% - 500px);
}
@media only screen and (max-width: 1040px) {
  #page.resource-detail .resource-content {
    padding: 50px 20px;
    width: calc(100% - 340px);
  }
}
@media only screen and (max-width: 700px) {
  #page.resource-detail .resource-content {
    width: calc(100% - 40px);
  }
}
#page.resource-detail .supporting-downloads {
  padding: 50px 100px;
  border-top: 1px solid #cccdcd;
  width: calc(100% - 500px);
}
@media only screen and (max-width: 1040px) {
  #page.resource-detail .supporting-downloads {
    padding: 50px 20px;
    width: calc(100% - 340px);
  }
}
@media only screen and (max-width: 700px) {
  #page.resource-detail .supporting-downloads {
    width: calc(100% - 40px);
  }
}
#page.resource-detail .supporting-downloads a.supporting-download {
  display: block;
  width: calc(100% - 35px);
  padding-left: 35px;
  margin-bottom: 15px;
  background: url('../images/icons/supporting-download-red-27.png') no-repeat top 3px left;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#page.resource-detail .supporting-downloads a.supporting-download:hover {
  opacity: 0.8;
}
#page.resource-detail .supporting-downloads a.supporting-download .title {
  font: 700 20px/28px 'Lato', Helvetica, sans-serif;
  color: #e1261c;
}
#page.resource-detail .supporting-downloads a.supporting-download .description {
  font: 400 20px/28px 'Lato', Helvetica, sans-serif;
  color: #343637;
  font-style: italic;
}
#page.resource-detail .related-resources {
  padding: 50px 0;
  background: #eaeff2;
}
@media only screen and (max-width: 1040px) {
  #page.resource-detail .related-resources .std-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 450px) {
  #page.resource-detail .related-resources .std-content {
    max-width: 300px;
  }
}
#page.resource-detail .related-resources .related-resources-contain {
  text-align: center;
}
@media only screen and (max-width: 1040px) {
  #page.resource-detail .related-resources .related-resources-contain {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 450px) {
  #page.resource-detail .related-resources .related-resources-contain {
    max-width: 300px;
  }
}
#page.resource-detail .related-resources .related-resources-contain .resource {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 24px);
  margin-right: 24px;
  border: 1px solid #cccdcd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: left;
}
#page.resource-detail .related-resources .related-resources-contain .resource:last-child {
  margin-right: 0;
}
#page.resource-detail .related-resources .related-resources-contain .resource:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1040px) {
  #page.resource-detail .related-resources .related-resources-contain .resource {
    width: calc(50% - 16px);
    margin-right: 20px;
  }
  #page.resource-detail .related-resources .related-resources-contain .resource:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  #page.resource-detail .related-resources .related-resources-contain .resource {
    width: calc(100% - 2px);
    margin-right: 0;
  }
}
#page.resource-detail .related-resources .related-resources-contain .resource.video .thumb-top {
  position: relative;
  width: 100%;
}
#page.resource-detail .related-resources .related-resources-contain .resource.video .thumb-top:after {
  content: " ";
  width: 61px;
  height: 64px;
  background: url('../images/icons/play-btn-white-64.png') no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page.resource-detail .related-resources .related-resources-contain .resource.video .thumb-top img {
  display: block;
  width: 100%;
  height: auto;
}
#page.resource-detail .related-resources .related-resources-contain .resource .topic-media-type {
  position: relative;
  padding: 10px 20px;
  background: #eaeff2;
}
#page.resource-detail .related-resources .related-resources-contain .resource .topic-media-type .topic {
  font: 700 16px/20px 'Lato', Helvetica, sans-serif;
  color: #00aeef;
  letter-spacing: 0.025em;
}
#page.resource-detail .related-resources .related-resources-contain .resource .topic-media-type .media-type {
  position: absolute;
  right: 10px;
  top: 50%;
}
#page.resource-detail .related-resources .related-resources-contain .resource .topic-media-type .media-type.video {
  width: 33px;
  height: 22px;
  margin-top: -11px;
}
#page.resource-detail .related-resources .related-resources-contain .resource .topic-media-type .media-type.video:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #00aeef;
  font-size: 33px;
  line-height: 22px;
}
#page.resource-detail .related-resources .related-resources-contain .resource .topic-media-type .media-type.document {
  width: 28px;
  height: 27px;
  margin-top: -14px;
}
#page.resource-detail .related-resources .related-resources-contain .resource .topic-media-type .media-type.document:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #00aeef;
  font-size: 27px;
}
#page.resource-detail .related-resources .related-resources-contain .resource .topic-media-type .media-type.audio {
  width: 28px;
  height: 22px;
  margin-top: -11px;
  background: url('../images/icons/media-types/audio-lblue-22.png') no-repeat center center;
}
#page.resource-detail .related-resources .related-resources-contain .resource .bottom-contain {
  padding: 20px;
  background: #fff;
}
#page.resource-detail .related-resources .related-resources-contain .resource .bottom-contain .title {
  font: 800 26px/28px 'Work Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #002554;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccdcd;
  margin-bottom: 15px;
}
#page.resource-detail .related-resources .related-resources-contain .resource .bottom-contain .grade-subject {
  font: 400 15px/15px 'Lato', Helvetica, sans-serif;
  color: #999a9b;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#page.resource-detail .related-resources .related-resources-contain .resource .bottom-contain .grade-subject .grade, #page.resource-detail .related-resources .related-resources-contain .resource .bottom-contain .grade-subject .subject {
  display: inline-block;
}
#page.resource-detail .related-resources .related-resources-contain .resource .bottom-contain .grade-subject .grade {
  padding-right: 8px;
  border-right: 1px solid #999a9b;
  margin-right: 6px;
}
#page.resource-detail.file .top-title {
  border-top: 1px solid #cccdcd;
  padding-top: 35px;
}
#page.resource-detail.file .top-title h1 {
  font-weight: 800;
  margin-bottom: 0;
}
#page.resource-detail.file .resource-content-left {
  float: left;
  width: calc(100% - 300px);
}
@media only screen and (max-width: 700px) {
  #page.resource-detail.file .resource-content-left {
    width: 100%;
  }
}
#page.resource-detail.file .resource-content-left .resource-content, #page.resource-detail.file .resource-content-left .supporting-downloads {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 1040px) {
  #page.resource-detail.file .resource-content-left .resource-content, #page.resource-detail.file .resource-content-left .supporting-downloads {
    width: calc(100% - 40px);
  }
}
#page.resource-detail.file .resource-content-left .file-download {
  padding-bottom: 50px;
  border-bottom: 1px solid #cccdcd;
}
#page.resource-detail.file .resource-content-left .file-download .std-content {
  padding: 20px 0;
}
#page.resource-detail.video .top-resource-section {
  position: relative;
  padding: 35px 0 20px 0;
  border-top: 1px solid #cccdcd;
  background: #eaeff2;
}
#page.resource-detail.video .top-resource-section .video-contain-left {
  float: left;
  width: calc(100% - 300px);
}
@media only screen and (max-width: 700px) {
  #page.resource-detail.video .top-resource-section .video-contain-left {
    width: 100%;
  }
}
#page.resource-detail.video .top-resource-section .video-contain-left .video-box {
  margin-bottom: 20px;
}
</pre></body></html>