.icon-audio:before,
.icon-video:before,
.icon-document:before {
  font-size: 26px;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?ev2mud");
  src: url("fonts/icomoon.eot?ev2mud#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ev2mud") format("truetype"), url("fonts/icomoon.woff?ev2mud") format("woff"), url("fonts/icomoon.svg?ev2mud#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  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;
}

.icon-add:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-map:before {
  content: "\e902";
}

.icon-min:before {
  content: "\e903";
}

.icon-slide:before {
  content: "\e904";
}

.icon-twitter:before {
  content: "\e905";
}

.icon-youtube:before {
  content: "\e906";
}

.icon-right-arrow:before {
  content: "\e907";
}

.icon-left-arrow:before {
  content: "\e908";
}

.icon-mail:before {
  content: "\e909";
}

.icon-bag:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e90b";
}

.icon-audio:before {
  content: "\e90c";
}

.icon-video:before {
  content: "\e90d";
}

.icon-document:before {
  content: "\e90e";
}

@font-face {
  font-family: "source_sans_pro";
  src: url("fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("fonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_pro";
  src: url("fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_pro";
  src: url("fonts/sourcesanspro-it-webfont.woff2") format("woff2"), url("fonts/sourcesanspro-it-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "source_sans_pro";
  src: url("fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("fonts/sourcesanspro-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body {
  font-size: 18px;
  line-height: 1.333;
  font-family: "source_sans_pro", sans-serif;
  color: #212121;
  border-top: none;
}
@media all and (min-width: 768px) {
  body {
    font-size: 21px;
    line-height: 1.714;
  }
}

#wrapper {
  border-top: none;
}

a {
  color: #0078c2;
}
a:hover, a:focus {
  color: #976b3f;
}

p a {
  text-decoration: underline;
}

@media all and (min-width: 1024px) {
  .main {
    padding-top: 196px;
  }
}
@media all and (min-width: 1380px) {
  .main {
    padding-top: 222px;
  }
}

.header {
  top: 0;
  flex-direction: column;
  background: #003058;
  color: #fff;
  padding: 9px 0;
}
@media all and (min-width: 1024px) {
  .header {
    padding: 0;
  }
}
@media all and (min-width: 1380px) {
  .header {
    max-width: 100%;
  }
}
.header:before, .header:after {
  display: none;
}
.header .logo {
  background: none;
  height: auto;
  width: 310px;
  transition: width 0.2s linear;
}
@media all and (min-width: 1024px) {
  .header .logo {
    width: 225px;
  }
}
@media all and (min-width: 1380px) {
  .header .logo {
    width: 310px;
  }
}
.header .logo a {
  padding: 0;
}
.header .logo img {
  width: 100%;
}
.header .container {
  text-align: center;
  max-width: 1363px;
  width: 100%;
  padding: 0 11px;
}
@media all and (min-width: 1024px) {
  .header .container {
    text-align: left;
    padding: 0 21px;
  }
}
.header.fixed-position .logo {
  height: auto;
}

.header-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: right;
  transition: padding 0.2s linear;
}
@media all and (min-width: 1024px) {
  .header-top {
    padding: 43px 0 31px;
    float: none;
  }
}

.east {
  float: none;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}
@media all and (min-width: 1024px) {
  .east {
    position: relative;
  }
}
@media all and (min-width: 1380px) {
  .east {
    padding-right: 5px;
  }
}
.east .cart,
.east .search-opener {
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: flex-start;
  font-size: 16px;
}
@media all and (min-width: 1380px) {
  .east .cart,
  .east .search-opener {
    font-size: 18px;
  }
}
.east .cart .icon-search,
.east .cart .icon-cart,
.east .search-opener .icon-search,
.east .search-opener .icon-cart {
  font-size: 20px;
  line-height: 1;
}
@media all and (min-width: 1024px) {
  .east .cart .icon-search,
  .east .cart .icon-cart,
  .east .search-opener .icon-search,
  .east .search-opener .icon-cart {
    margin-right: 6px;
    margin-top: 2px;
    font-size: 18px;
  }
}
@media all and (min-width: 1380px) {
  .east .cart .icon-search,
  .east .cart .icon-cart,
  .east .search-opener .icon-search,
  .east .search-opener .icon-cart {
    font-size: 22px;
    margin-right: 10px;
    margin-top: 0;
  }
}
.east .cart .text,
.east .search-opener .text {
  display: none;
}
@media all and (min-width: 1024px) {
  .east .cart .text,
  .east .search-opener .text {
    display: inline;
  }
}
.east .cart:hover,
.east .search-opener:hover {
  color: #52bdff;
}
@media all and (min-width: 1024px) {
  .east .cart {
    margin-left: 25px;
  }
}
@media all and (min-width: 1380px) {
  .east .cart {
    margin-left: 35px;
  }
}
.east .search-holder {
  margin-left: 20px;
  margin-top: 0;
}
@media all and (min-width: 1024px) {
  .east .search-holder {
    margin-left: 20px;
    margin-top: 2px;
  }
}
@media all and (min-width: 1380px) {
  .east .search-holder {
    margin-left: 27px;
  }
}
.east .search-holder .search-opener {
  color: #fff;
}
.east .search-holder .search-drop {
  background: #0078c2;
  padding: 15px 20px;
  display: none;
}
@media all and (min-width: 1024px) {
  .east .search-holder .search-drop {
    padding: 40px;
    width: 710px;
    left: auto;
  }
}
@media all and (min-width: 1380px) {
  .east .search-holder .search-drop {
    width: 842px;
  }
}
.east .search-holder .search-form fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.east .search-holder .search-form input[type=search] {
  border: none;
  background: #fff;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.25;
  font-family: "source_sans_pro", sans-serif;
  padding: 10px 14px;
  height: 40px;
  flex: 1;
}
.east .search-holder .search-form input[type=search]::placeholder {
  color: #6b6b6b;
}
@media all and (min-width: 1024px) {
  .east .search-holder .search-form input[type=search] {
    font-size: 18px;
  }
}
.east .search-holder .search-form button {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #003c71;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-left: 20px;
  transition: all 0.2s linear;
}
.east .search-holder .search-form button:hover {
  background: #003058;
  transform: scale(1.1);
}
.east .search-holder .search-form button .icon-right-arrow {
  font-size: 18px;
  line-height: 1;
}
@media all and (min-width: 1024px) {
  .east .search-holder .search-form button .icon-right-arrow {
    font-size: 22px;
  }
}

.east .search-holder.active .search-opener {
  color: #52bdff;
}

@media all and (min-width: 1024px) {
  .purchase-cart-column .sticky-wrap-label-tag + * {
    margin-top: 80px;
  }
}

.header-bottom {
  float: left;
  width: 64px;
  transition: padding 0.2s linear;
}
@media all and (min-width: 1024px) {
  .header-bottom {
    border-top: 1px solid #0078c2;
    padding: 22px 0 14px;
    float: none;
    width: auto;
  }
}

#nav {
  width: 100%;
  font: 700 16px/1.2 "source_sans_pro", sans-serif;
}
@media all and (min-width: 1024px) {
  #nav {
    float: none;
    font-size: 16px;
  }
}
@media all and (min-width: 1380px) {
  #nav {
    font-size: 20px;
  }
}
@media all and (min-width: 1024px) {
  #nav .nav-drop .sub-drop {
    padding-top: 14px;
  }
}
@media all and (min-width: 1380px) {
  #nav .nav-drop .sub-drop {
    width: 327px;
  }
}
@media (min-width: 1024px) {
  #nav .nav-drop > ul {
    display: flex;
    justify-content: space-between;
  }
  #nav .nav-drop > ul:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  #nav .nav-drop > ul > li {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  #nav .nav-drop > ul > li + li {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
#nav .nav-drop > ul > li > a {
  color: #fff;
  transition: color 0.2s linear;
}
@media all and (min-width: 1024px) {
  #nav .nav-drop > ul > li > a {
    padding-bottom: 10px;
  }
}
#nav .nav-drop > ul > li > a:hover:after {
  border-color: #0078c2;
  bottom: -14px;
}
@media all and (min-width: 1380px) {
  #nav .nav-drop > ul > li > a:hover:after {
    border-width: 12px;
  }
}
#nav .nav-drop > ul > li.has-drop-down:hover > a:after {
  border-color: #0078c2;
  bottom: -14px;
}
@media all and (min-width: 1380px) {
  #nav .nav-drop > ul > li.has-drop-down:hover > a:after {
    border-width: 12px;
  }
}
#nav .nav-drop > ul > li.active a:after, #nav .nav-drop > ul > li.current-menu-item a:after {
  border-color: #0078c2;
  bottom: -14px;
}
@media all and (min-width: 1380px) {
  #nav .nav-drop > ul > li.active a:after, #nav .nav-drop > ul > li.current-menu-item a:after {
    border-width: 12px;
  }
}
#nav .nav-drop .sub-nav {
  padding: 0 0 10px;
}
@media all and (min-width: 1024px) {
  #nav .nav-drop .sub-nav {
    padding: 14px;
    background: #0078c2;
  }
}
@media all and (min-width: 1380px) {
  #nav .nav-drop .sub-nav {
    padding: 14px 17px;
  }
}
#nav .nav-drop .sub-nav > li {
  font-size: 16px;
  line-height: 1.25;
}
@media all and (min-width: 1380px) {
  #nav .nav-drop .sub-nav > li {
    font-size: 20px;
  }
}
#nav .nav-drop .sub-nav > li + li {
  margin-top: 4px;
}
#nav .nav-drop .sub-nav > li > a:hover {
  color: #52bdff;
}
@media all and (min-width: 1024px) {
  #nav .nav-drop .sub-nav > li > a:hover {
    color: #003c71;
  }
}

.login-link,
.quote-link {
  background-image: none;
  background-color: transparent;
  font: 700 16px/1 "source_sans_pro", sans-serif;
  border: 2px solid;
  color: #fff;
  padding: 10px 16px;
  text-align: center;
  border-radius: 25px;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s linear;
}
@media all and (min-width: 1380px) {
  .login-link,
  .quote-link {
    font-size: 18px;
    padding: 13px 21px;
  }
}
@media all and (max-width: 1023px) {
  .login-link,
  .quote-link {
    display: none;
  }
}
.login-link [class^=icon-],
.quote-link [class^=icon-] {
  margin-right: 10px;
  height: 20px;
  display: flex;
  align-items: center;
}
.login-link:hover,
.quote-link:hover {
  background-color: #fff;
  color: #003c71;
  border-color: #fff;
}
.login-link:focus,
.quote-link:focus {
  background-color: transparent;
  color: #fff;
}
.login-link .icon-info,
.quote-link .icon-info {
  font-size: 20px;
}

.quote-link {
  margin-left: 20px;
}
@media all and (min-width: 1380px) {
  .quote-link {
    margin-left: 29px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "source_sans_pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #003c71;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: underline;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

.new-banner-section h1, .new-banner-section h2 {
  color: #fff;
}

.item-bar h2 {
  color: #fff;
}

.video-text-intro,
.new-teacher-section .info-box,
.footer-t .text-wrap,
.footer-t .newsletter-form .form-control,
.jcf-select .jcf-select-text {
  font-family: "source_sans_pro", sans-serif;
}

.content-box .bg-hold h2 {
  color: #fff;
}

.people-section__title {
  margin-bottom: 50px;
}
.people-section h2 {
  font-size: 36px;
  line-height: 1.1;
}
.people-section h3 {
  font-size: 29px;
}
.people-section h3:after {
  display: none;
}
.people-section h3 a {
  color: #0078c2;
  text-decoration: none;
}
.people-section h3 a:hover {
  color: #976b3f !important;
  text-decoration: underline;
}
.people-section__job-title {
  color: #212121;
}

.lesson-holder .col {
  font-size: 18px;
  line-height: 1.39;
}
.lesson-holder .img-holder {
  border-color: #976b3f;
}
.lesson-holder .desc {
  display: flex;
  flex-direction: column;
  padding: 13px 0 58px;
}
.lesson-holder time {
  order: -1;
  color: #003c71;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}
.lesson-holder h3 {
  margin-bottom: 20px;
}
.lesson-holder h3 a {
  color: #0078c2;
}
.lesson-holder h3 a:hover {
  color: #976b3f;
  text-decoration: underline;
}

.item-view .img-holder {
  margin-bottom: 20px;
}
.item-view .desc-holder {
  display: flex;
  flex-direction: column;
}
.item-view .desc-holder .sub {
  font: 700 22px/1.27 "source_sans_pro", sans-serif;
  margin-bottom: 20px;
}
.item-view .desc-holder .sub a {
  text-decoration: underline;
  color: #0078c2;
}
.item-view .desc-holder .sub a:hover {
  color: #976b3f;
  text-decoration: underline;
}
.item-view h3 {
  padding-bottom: 0;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.19;
  text-transform: uppercase;
  order: -1;
}
.item-view h3:after {
  display: none;
}
.item-view h3 a:hover {
  color: #976b3f;
}
.item-view .event-info time, .item-view .event-info .to, .item-view .event-info address {
  color: #212121;
}

.collection-block .in-wrap {
  border-bottom: none;
}
.collection-block .desc {
  padding: 14px 0 20px;
}
.collection-block .desc .title {
  font: 700 22px/1.27 "source_sans_pro", sans-serif;
  margin-bottom: 17px;
}
.collection-block .desc .title a {
  color: #0078c2;
}
.collection-block .desc .title a:hover {
  color: #976b3f;
  text-decoration: underline;
}
.collection-block .desc .detail-info li {
  font-size: 18px;
  line-height: 1.388;
  color: #212121;
}
.collection-block .desc .detail-info li a {
  text-decoration: underline;
}
.collection-block .desc .detail-info li a:hover {
  text-decoration: none;
  color: #976b3f;
}

.store-block .desc-hold {
  padding: 20px;
  border-bottom: none;
  min-height: 172px;
}
.store-block .desc-hold a:hover {
  text-decoration: underline;
  color: #976b3f;
}
.store-block .desc-hold .sub-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.19;
  font-weight: 700;
  color: #003c71;
  display: block;
  margin-bottom: 9px;
}
.store-block .desc-hold .title {
  font: 700 22px/1.27 "source_sans_pro", sans-serif;
}
.store-block .desc-hold .title a:hover {
  text-decoration: underline;
  color: #976b3f;
}
.store-block .desc-hold .detail-info li {
  font-size: 18px;
  line-height: 1.388;
  color: #212121;
}
.store-block .desc-hold .detail-info li a {
  text-decoration: underline;
}
.store-block .desc-hold .detail-info li a:hover {
  text-decoration: none;
  color: #976b3f;
}
.store-block .video-wrap .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.related-block .related-box .desc {
  padding: 32px 31px;
}
.related-block .related-box.red .desc {
  background: #c00404;
}
.related-block .related-box.muddy .desc {
  background-color: #976b3f;
}
.related-block .related-box h3 {
  font-size: 28px;
  line-height: 1.11;
  padding-bottom: 0;
  margin-bottom: 22px;
}
.related-block .related-box h3:after {
  display: none;
}
.related-block .related-box h3 a:hover {
  color: #fff;
  text-decoration: underline;
}

.tag {
  font-family: "source_sans_pro", sans-serif;
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0;
}

.catalog-block .item-view .container {
  padding-top: 80px;
}
.catalog-block .item-view .img-holder {
  margin-bottom: 17px;
}
.catalog-block .item-view .desc-holder {
  color: #212121;
}
.catalog-block .item-view .desc-holder h6 {
  font-size: 16px;
  text-transform: uppercase;
}
.catalog-block .item-view .desc-holder h2 {
  font-size: 22px;
  line-height: 1.27;
}
.catalog-block .item-view .desc-holder h2 a {
  color: #0078c2;
  transition: none;
}
.catalog-block .item-view .desc-holder h2 a:hover {
  text-decoration: underline;
  color: #976b3f;
}

.series-block {
  margin-top: 32px;
}
.series-block h1 {
  font-size: 59px;
  line-height: 1.0678;
  padding: 0;
  margin-bottom: 35px;
}
.series-block .bg-hold {
  height: 250px;
  border-width: 7px 0 0;
}
@media all and (max-width: 767px) {
  .series-block .bg-hold {
    margin: 0;
  }
}
.series-block .more-holder {
  background: #fff;
  color: #0078c2;
  text-align: center;
  padding: 30px 20px;
}
.series-block .title {
  font: 700 24px/1 "source_sans_pro", sans-serif;
  color: #0078c2;
  margin: 0;
}
@media all and (min-width: 768px) {
  .series-block .title {
    font-size: 34px;
  }
}
.series-block .row {
  margin: 0 -13px;
}
.series-block .series-col {
  padding: 0 13px;
}
.series-block .series-col a:hover .more-holder .title {
  color: #976b3f;
  text-decoration: underline;
}
.series-block .slick-list {
  padding-bottom: 76px;
}
@media all and (min-width: 1380px) {
  .series-block .slick-list {
    overflow: visible;
    padding-right: 98px;
  }
}
.series-block .slick-arrow {
  position: absolute;
  bottom: 27px;
  right: 13px;
  top: auto;
  left: auto;
  background: none;
  border-radius: 0;
  color: #52bdff;
  opacity: 1;
  padding: 0;
  width: 32px;
  height: 32px;
}
@media all and (min-width: 768px) {
  .series-block .slick-arrow {
    right: 58px;
  }
}
.series-block .slick-arrow:hover {
  color: #fff;
}
.series-block .slick-arrow.slick-prev {
  right: 60px;
}
@media all and (min-width: 768px) {
  .series-block .slick-arrow.slick-prev {
    right: 112px;
  }
}
.series-block .slick-arrow .icon-left-arrow,
.series-block .slick-arrow .icon-right-arrow {
  font-size: 32px;
  line-height: 1;
}

.footer-b {
  background: #003058;
  font-size: 18px;
  line-height: 1.28;
}
.footer-b .container {
  padding-bottom: 0;
}
.footer-b .links li {
  font-family: "source_sans_pro", sans-serif;
  margin-bottom: 7px;
}
.footer-b .logo-hold {
  padding-left: 0;
  max-width: 193px;
}
@media all and (min-width: 768px) {
  .footer-b .logo-hold {
    margin-left: auto;
  }
}
.footer-b .social-networks a:hover {
  color: #52bdff;
}

@media all and (min-width: 1380px) {
  .footer-b [class*=col-]:first-child,
  .footer-b [class^=col-]:first-child {
    width: 15%;
    padding-top: 0;
  }
}

@media all and (min-width: 1380px) {
  .footer-b [class*=col-]:nth-child(2),
  .footer-b [class^=col-]:nth-child(2) {
    padding-left: 9px;
    width: 17%;
  }
}

@media all and (min-width: 1380px) {
  .footer-b [class*=col-]:nth-child(3),
  .footer-b [class^=col-]:nth-child(3) {
    padding-left: 60px;
  }
}

@media all and (min-width: 1380px) {
  .footer-b [class*=col-]:nth-child(4),
  .footer-b [class^=col-]:nth-child(4) {
    padding-left: 66px;
  }
}

.footer-b .contact-area address {
  margin-bottom: 29px;
}
.footer-b .contact-area address strong {
  display: block;
  margin-bottom: 6px;
}
.footer-b .footer-low {
  margin-top: 36px;
  padding-top: 30px;
  padding-bottom: 22px;
  border-top: 1px solid #0078c2;
}
@media all and (min-width: 1380px) {
  .footer-b .footer-low [class*=col-]:first-child,
  .footer-b .footer-low [class^=col-]:first-child,
  .footer-b .footer-low [class*=col-]:nth-child(2),
  .footer-b .footer-low [class^=col-]:nth-child(2) {
    width: 50%;
  }
}
.footer-b .footer-low .social-networks {
  justify-content: flex-start;
  align-items: center;
  margin: 0 -13px;
}
.footer-b .footer-low .social-networks li {
  padding: 0 12px;
  font-size: 22px;
}
.footer-b .footer-low .social-networks a {
  display: block;
  line-height: 0;
}
.footer-b .footer-low .bottom-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media all and (min-width: 768px) {
  .footer-b .footer-low .bottom-link {
    justify-content: flex-end;
  }
}
@media all and (min-width: 1024px) {
  .footer-b .footer-low .bottom-link {
    margin: 0 -15px;
  }
}
.footer-b .footer-low .bottom-link li {
  padding: 0 10px;
}
@media all and (min-width: 1024px) {
  .footer-b .footer-low .bottom-link li {
    padding: 0 15px;
  }
}
.footer-b .footer-low .bottom-link li a {
  color: #fff;
  text-decoration: underline;
}
.footer-b .footer-low .bottom-link li a:hover {
  text-decoration: none;
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pagination li {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding: 0 5px;
}
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0078c2;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  padding: 5px;
}
.pagination li a:hover {
  color: #003c71;
}
.pagination li.active a {
  background: #003c71;
  color: #fff;
  pointer-events: none;
}
.pagination li [class^=icon-] {
  font-size: 12px;
  line-height: 1;
}

.btn {
  font-family: "source_sans_pro", sans-serif;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 1;
  border-radius: 25px;
  border-width: 2px;
  font-weight: 700;
  padding: 10px 10px 12px;
}

.btn-default {
  color: #c00404;
  border-color: #fff;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn-blue {
  background: #003c71;
  color: #fff;
  border-color: #003c71;
  padding: 8px 10px 10px;
  min-width: 165px;
}
.btn-blue:hover, .btn-blue:focus {
  color: #003c71;
  border-color: #003c71;
  background: transparent;
}
.btn-blue .icon-right-arrow {
  font-size: 14px;
  line-height: 1;
  margin-left: 5px;
}

.btn-red {
  background: #c00404;
  color: #fff;
}
.btn-red:hover, .btn-red:focus {
  color: #c00404;
  border-color: #c00404;
  background: transparent;
}

.btn-primary:hover, .btn-primary:focus {
  background: #fff;
  color: #003058;
}

.btn-sm {
  font-size: 16px;
  line-height: 1;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 15px;
  padding: 5px 10px 5px;
  min-width: 185px;
}
.btn-sm:hover, .btn-sm:focus {
  color: #c00404;
  background: #fff;
}

.bg-red {
  background: #c00404;
}

.inline-search-form {
  font-size: 18px;
  line-height: 1;
}
.inline-search-form fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.inline-search-form label {
  font-weight: 700;
  color: #212121;
  margin: 0 13px 0 0;
}
.inline-search-form input[type=search] {
  border: 1px solid #212121;
  width: 209px;
  height: 40px;
  color: #6b6b6b;
  padding: 4px 12px;
}
.inline-search-form input[type=search]::placeholder {
  color: #6b6b6b;
}
.inline-search-form button {
  background: none;
  border: none;
  color: #003c71;
  margin-left: 8px;
}
.inline-search-form button .icon-search {
  font-size: 22px;
  line-height: 1;
}
.inline-search-form button:hover {
  color: #0078c2;
}

.blockquote-holder blockquote {
  border: none;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 400;
  font-style: italic;
}
.blockquote-holder blockquote q {
  display: block;
  color: #003c71;
  margin-bottom: 11px;
}
.blockquote-holder blockquote cite {
  display: block;
  font-size: 17px;
  line-height: 2.117;
  color: #6e6e6e;
  font-style: normal;
  letter-spacing: 1px;
}

.general-block blockquote {
  border: none;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 400;
  font-style: italic;
}
.general-block blockquote q, .general-block blockquote p {
  display: block;
  color: #003c71;
  margin-bottom: 11px;
}
.general-block blockquote cite, .general-block blockquote i + span {
  display: block;
  font-size: 17px;
  line-height: 2.117;
  font-weight: 600;
  color: #6e6e6e;
  font-style: normal;
  letter-spacing: 1px;
}
@media all and (min-width: 768px) {
  .general-block h2 {
    font-size: 41px;
    line-height: 1;
    margin-bottom: 16px;
  }
}
.general-block h2 a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
@media all and (min-width: 768px) {
  .general-block p {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 768px) {
  .general-block ul {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 768px) {
  .general-block ul li {
    margin-bottom: 0px;
  }
}
@media all and (min-width: 768px) {
  .general-block ul li ul {
    margin-bottom: 0;
  }
}

.secondary-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.secondary-nav li {
  padding: 0 12px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}
.secondary-nav li a {
  color: #6b6b6b;
}
.secondary-nav li a:hover {
  color: #976b3f;
}
.secondary-nav [class^=icon-] {
  font-size: 20px;
  line-height: 1;
  margin: 0 auto 6px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondary-nav .icon-add-class {
  font-size: 24px;
}
.secondary-nav .icon-create {
  font-size: 17px;
}
.secondary-nav .icon-preview {
  font-size: 24px;
}
.secondary-nav .text {
  display: block;
}

.top-block .text,
.main-section blockquote {
  color: #976b3f;
}

.top-block .frame {
  border-color: #976b3f;
}

.top-block .frame {
  border-color: #003c71;
}
.top-block .text {
  font-family: "source_sans_pro", sans-serif !important;
  font-weight: 700;
  color: #003c71;
}
.top-block .text.icon-text {
  align-items: center;
}
.top-block .subheadline {
  max-width: 100%;
  margin: 40px auto 0;
  float: none;
}
.top-block .label-tag {
  background: #c00404;
  border-radius: 25px;
  width: 160px;
  padding: 11px 10px 12px;
  border: 2px solid #c00404;
}
.top-block .label-tag .holder {
  border: none;
}
.top-block .label-tag:hover {
  background: #fff;
  color: #c00404;
}

.main-section .label-tag {
  background: #c00404;
  border-radius: 25px;
  width: 160px;
  padding: 11px 10px 12px;
  border: 2px solid #c00404;
}
.main-section .label-tag:hover {
  background: #fff;
  color: #c00404;
}
.main-section .label-tag .holder {
  border: none;
  padding: 0;
}
.main-section .label-tag .text {
  font-size: 22px;
  line-height: 1;
}
@media all and (min-width: 1025px) {
  .main-section .purchase-cart {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.single-curriculum-series .top-block .label-tag .holder {
  padding: 0;
}

.single-curriculum-series .top-block .label-tag .text {
  font-size: 22px;
  line-height: 1;
}

.single-curriculum-series .top-block .label-tag:hover .text {
  color: #c00404;
}

@media all and (max-width: 1023px) {
  .top-block .fixed-position .label-tag .holder,
  .main-section .fixed-position .label-tag .holder {
    padding: 0;
  }
}

.intro-block .head-hold .tag {
  color: #976b3f;
  border-color: #976b3f;
}

.banner-block {
  height: 496px;
  display: flex;
  align-items: flex-end;
}
@media all and (min-width: 768px) {
  .banner-block .container {
    padding-bottom: 50px;
  }
}
@media all and (min-width: 1024px) {
  .banner-block .container {
    padding-bottom: 87px;
  }
}
.banner-block .banner-cap {
  position: relative;
  padding: 0;
}
@media all and (max-width: 1379px) {
  .banner-block .banner-cap {
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .banner-block h1 {
    font-size: 79px;
    line-height: 1.013;
  }
}

.single-curriculum-unit .banner-block {
  min-height: 310px;
}
@media all and (min-width: 768px) {
  .single-curriculum-unit .banner-block {
    height: 380px;
  }
}

.single-curriculum-unit .banner-block h1 {
  font-size: 30px;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .single-curriculum-unit .banner-block h1 {
    font-size: 56px;
    line-height: 1.0714;
  }
}

.single-curriculum-unit .posting blockquote {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  line-height: 1.5;
  padding: 20px 20px 0 0;
}

.single-curriculum-unit .lesson-description p {
  color: #212121;
}

.lesson-area h2,
.lesson-area .tag {
  color: #212121;
}

.responsive-table {
  width: 100%;
}
.responsive-table tr td {
  border-bottom: 1px solid #ccc;
  padding: 4px 0;
}
.responsive-table tr:last-child td {
  border-bottom: none;
}

.purchase-cart-column .sticky-wrap-label-tag {
  padding-bottom: 30px;
}

.page-template-template-people .top-block .text,
.page-template-template-people .top-block .text h2,
.page-template-template-people .top-block .text h3,
.page-template-template-teaching-with-the-news .top-block .text,
.page-template-template-teaching-with-the-news .top-block .text h2,
.page-template-template-teaching-with-the-news .top-block .text h3 {
  font-size: 36px;
  line-height: 1.1;
  margin-top: 0;
}

.woocommerce-page .top-block .container,
.single-product .top-block .container,
.single-video .playlist-block .container-fluid,
.playlist-block .container, .news_page .top-block .container,
.single-curriculum-series .top-block .container,
.top-block .container {
  padding-top: 60px !important;
}

.catalog-block .item-view .container {
  padding-top: 40px;
}

.single-event .sticky-wrap-label-tag {
  display: flex;
  justify-content: flex-end;
}

.single-event .label-tag {
  display: block;
  float: none;
  background: #c00404;
  border-radius: 25px;
  width: 160px;
  padding: 11px 10px 12px;
  border: 2px solid #c00404;
  height: auto;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.single-event .label-tag:hover {
  background: #fff;
  color: #c00404;
}

.event-info time, .event-info span, .event-info address {
  line-height: 1.25;
}

.event-price {
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  padding-right: 28px;
  margin-bottom: 5px;
}

.page-template-template-curriculum-catalog .series-outer .slick-slide img {
  border-top: 7px solid #d0011b;
  object-fit: cover;
  width: 390px;
  height: 260px;
  object-position: 0% 10%;
}

.spotlight-block .posting-hold {
  padding-top: 20px;
}
.spotlight-block .posting-hold:before {
  display: none;
}
.spotlight-block h2 {
  margin-bottom: 5px;
}
.spotlight-block .desc-area {
  padding-top: 38px;
}

.item-view__title {
  font-size: 22px !important;
  line-height: 1.27 !important;
  margin: 0 0 23px !important;
}
.item-view__title a {
  color: #0078c2 !important;
  transition: 0.2s ease all;
  text-decoration: none !important;
}
.item-view__title a:hover {
  text-decoration: underline !important;
  color: #976b3f !important;
}

.item-view__eyebrow {
  color: #003058 !important;
  font-size: 16px !important;
  margin-bottom: 8px !important;
  text-transform: uppercase !important;
}
.item-view__eyebrow a {
  text-decoration: none !important;
}

.item-view__content {
  font-size: 18px;
}

.lesson-holder time {
  font-family: "source_sans_pro", sans-serif;
}

/*# sourceMappingURL=update.css.map */
