@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
/*
 Theme Name:   ctvc
 Description:  Custom ctvc theme
 Author:       Pedalo
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ctvc
*/
section {
  padding: 0;
}
input[type="checkbox"]:focus {
  outline: none !important;
}
hr {
  margin: 5rem auto;
}
@media (min-width: 700px) {
  .section-inner {
    width: calc(100% - 11.4rem);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.section-cta {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}
.title {
  text-align: center;
}
.title h1 {
  font-size: 44px;
}
.content {
  text-align: center;
}
.modal-custom {
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-custom .modal-content {
  border: none;
}
.modal-custom .modal-content .modal-header {
  border: none;
}
.modal-custom .modal-content .modal-header .close-btn {
  width: 100%;
  text-align: right;
  cursor: pointer;
}
.modal-custom .modal-content .modal-body .modal-title {
  margin-top: 0px;
  margin-bottom: 16px;
}
.modal-custom .modal-content .modal-body .copy-code {
  float: right;
  margin-top: 35px;
  height: 53px;
  cursor: pointer;
  line-height: 47px;
}
.accordion h3 {
  font-size: 17px;
  margin: 0px;
  font-weight: 300;
}
.accordion .accordion-title {
  background-size: 12px 12px;
  background-image: url(~/../assets/images/plus.png) !important;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 30px;
  margin-bottom: 27px;
  cursor: pointer;
}
.accordion .accordion-title.open {
  background-image: url(~/../assets/images/remove.png) !important;
}
.accordion .accordion-title:focus {
  outline: none;
}
.accordion .accordion-content {
  background-color: #f2f2f2;
  margin-top: 24px !important;
  padding: 13px 19px;
  margin-bottom: 30px;
  font-size: 17px;
}
.pagination {
  cursor: pointer;
  float: right;
}
@media only screen and (max-width: 767px) {
  .pagination {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.pagination span, .pagination a {
  margin: 0px 4px;
  background: #f2f2f2;
  padding: 7.5px 16px;
  color: #000;
  font-size: 17px;
  display: flex;
  justify-content: center;
  margin-bottom: 9px;
}
.pagination span:hover, .pagination a:hover {
  text-decoration: none;
}
.pagination .current {
  background: #f7e44d;
}
.pagination .prev, .pagination .next {
  font-size: 34px;
  padding: 0px;
  line-height: 17px;
  margin: 0px;
  padding-top: 2px;
}
.signup-newsletter-wrapper {
  margin-bottom: 80px;
}
.signup-newsletter-wrapper .newsletter-bg {
  background: url('~/../assets/images/newsletter-bg.png');
  height: 92px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
}
.signup-newsletter-wrapper .newsletter-bg a {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.signup-newsletter-wrapper .newsletter-bg a:hover {
  text-decoration: underline;
}
.lightbox-open {
  overflow: hidden;
}
#sec-header {
  display: none;
}
.social-media-icons a, .header-social-media-icons a {
  width: 36px;
  height: 36px;
  background-size: 36px;
  transform: scale(1, 1);
}
.social-media-icons a picture, .header-social-media-icons a picture {
  display: none;
}
.social-media-icons .facebook, .header-social-media-icons .facebook {
  background-image: url(~/../assets/images/facebook.png);
}
.social-media-icons .twitter, .header-social-media-icons .twitter {
  background-image: url(~/../assets/images/twitter.png);
}
.social-media-icons .youtube, .header-social-media-icons .youtube {
  background-image: url(~/../assets/images/youtube.png);
}
.social-media-icons .instagram, .header-social-media-icons .instagram {
  background-image: url(~/../assets/images/insta.png);
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #ffffff;
}
h1 {
  font-size: 34px;
  color: #000000;
  font-weight: 700;
  font-style: italic;
  border-bottom: 3px solid #f7e44d;
  display: inline-block;
  padding-bottom: 9px;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}
h2 {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
}
.btn-outline-primary {
  height: 61px;
  border: 4px solid #e84524;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  color: #e84524;
  text-decoration: none;
  padding-left: 40px;
  padding-right: 40px;
  text-transform: uppercase;
  line-height: 48px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.btn-outline-primary:after {
  content: ' ›';
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
@media (max-width: 767px) {
  .btn-outline-primary {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
  }
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #e84524;
  background-color: transparent;
  border-color: #e84524;
}
em, i, q, dfn {
  font-weight: 400;
}
input[type=checkbox] {
  background: rgba(255, 255, 255, 0.8);
  border-style: none;
  border-width: 0rem;
  border-color: transparent;
}
input[type=checkbox]:hover {
  background: white;
  transition: 0.1s background ease-in-out;
}
input[type=checkbox]::before {
  margin: -0.1rem 0 0 -0.25rem !important;
}
.custom-header {
  font-family: 'Roboto', sans-serif;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
  background: #000000 !important;
  transform: translate(0px, 0px);
}
.custom-header .custom-header-only {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0px;
  transform: translate(0px, 0px);
  background-image: linear-gradient(rgba(51, 51, 51, 0.9), rgba(51, 51, 51, 0.2));
}
.custom-header .custom-header-only .top-bar {
  background: transparent !important;
}
.custom-header .custom-header-only .top-bar .logo-titles-wrapper {
  max-width: 45%;
}
@media only screen and (max-width: 1024px) {
  .custom-header .custom-header-only .top-bar .logo-titles-wrapper {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
  }
}
.custom-header .custom-header-only .top-bar .logo-titles-wrapper .header-titles {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1024px) {
  .custom-header .custom-header-only .top-bar .logo-titles-wrapper .header-titles {
    flex-wrap: wrap;
    width: 34%;
  }
}
.custom-header .custom-header-only .top-bar .logo-titles-wrapper .header-titles .site-logo {
  width: 57%;
}
.custom-header .custom-header-only .top-bar .logo-titles-wrapper .header-titles .site-logo img {
  max-height: 11rem;
}
@media only screen and (max-width: 1024px) {
  .custom-header .custom-header-only .top-bar .logo-titles-wrapper .header-titles .site-logo img {
    margin: inherit;
  }
}
.custom-header .custom-header-only .top-bar .logo-titles-wrapper .header-titles .site-description {
  font-size: 24px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  line-height: 30px;
}
@media only screen and (max-width: 1024px) {
  .custom-header .custom-header-only .top-bar .logo-titles-wrapper .header-titles .site-description {
    display: none;
  }
}
.custom-header .custom-header-only .top-bar .logo-titles-wrapper .mobile-search-toggle {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .custom-header .custom-header-only .top-bar .logo-titles-wrapper .mobile-nav-toggle {
    width: 30px;
    display: block !important;
    top: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-header .custom-header-only .top-bar .logo-titles-wrapper .mobile-nav-toggle {
    right: 13px;
  }
}
.custom-header .custom-header-only .top-bar .logo-titles-wrapper .mobile-nav-toggle .toggle-inner::after {
  background-repeat: no-repeat;
  background-position: 0px;
  background-image: url(~/../assets/images/menu.png);
  position: absolute;
  content: "";
  width: 30px;
  background-size: 30px;
  background-position: center;
  height: 20px;
  top: -25px;
}
.custom-header .custom-header-only .top-bar .logo-titles-wrapper .mobile-nav-toggle .toggle-inner .toggle-icon, .custom-header .custom-header-only .top-bar .logo-titles-wrapper .mobile-nav-toggle .toggle-inner .toggle-text {
  display: none;
}
.custom-header .custom-header-only .top-bar .logo-titles-wrapper .mobile-nav-toggle:focus {
  outline: none;
}
.custom-header .custom-header-only .top-bar .light-box-link {
  padding-right: 0px;
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events {
  float: right;
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .login-links a, .custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .register-links a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: -0.0277em;
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .login-links a::before, .custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .your-favourite a::before, .custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .recently-view a::before, .custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .calendar-popup a::before, .custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .register-links a::before {
  content: " ";
  position: absolute;
  top: 0px;
  display: block;
  width: 14px;
  height: 15px;
  background-size: 14px 15px;
  left: -22px;
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .login-links a:hover, .custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .your-favourite a:hover, .custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .recently-view a:hover, .custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .calendar-popup a:hover, .custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .register-links a:hover {
  text-decoration: underline !important;
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .register-links {
  padding-bottom: 8px;
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .register-links a::before {
  background-image: url(~/../assets/images/register.png);
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .login-links a::before {
  background-image: url(~/../assets/images/login.png);
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .login-links .logout {
  padding-bottom: 6px;
  display: block;
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .login-links .login-header {
  display: block;
  margin-bottom: -4px;
  font-weight: 400;
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .your-favourite a::before {
  background-image: url(~/../assets/images/fav.png);
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .recently-view a::before {
  background-image: url(~/../assets/images/recent.png);
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .calendar-popup a::before {
  background-image: url(~/../assets/images/calendar.png);
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .logout-links a {
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
  font-weight: 400;
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .logout-links a:hover {
  text-decoration: underline;
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .logout-links a::before {
  content: " ";
  position: absolute;
  top: 0;
  display: block;
  width: 12px;
  height: 15px;
  background-size: 12px 15px;
  left: -22px;
  background-image: url(~/../assets/images/login.png);
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .header-navigation-wrapper ul {
  display: block;
  margin-left: 0px;
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .header-navigation-wrapper ul li {
  margin-left: 0px;
  margin-top: 3px;
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .header-navigation-wrapper ul li a {
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.custom-header .custom-header-only .top-bar .light-box-link .login-cal-events .header-navigation-wrapper ul li a:hover {
  text-decoration: none;
}
.custom-header .custom-header-only .top-bar .menu-bottom {
  padding: 1rem 0rem;
  float: right;
}
.custom-header .custom-header-only .top-bar .menu-bottom .social-icons {
  margin-bottom: 7px;
}
.custom-header .custom-header-only .top-bar .menu-bottom .social-icons a {
  width: 36px;
  height: 36px;
  background-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .custom-header .custom-header-only .top-bar .menu-bottom .social-icons a {
    width: 32px;
    height: 32px;
  }
}
.custom-header .custom-header-only .top-bar .menu-bottom a {
  text-decoration: none;
  font-size: 15px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-stretch: condensed;
}
.custom-header .custom-header-only .top-bar .menu-bottom a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .custom-header .custom-header-only .top-bar .lightbox-socialmedia {
    display: none;
  }
}
.custom-header .custom-header-only .secondary-header {
  background: #e84524;
}
.custom-header .custom-header-only .secondary-header ul {
  position: relative;
  display: flex;
  background: #e84524;
  margin: auto;
  justify-content: space-between;
  padding: 5.5px 0px;
}
.custom-header .custom-header-only .secondary-header ul .search-box li {
  display: flex;
}
.custom-header .custom-header-only .secondary-header ul .search-box li h4 {
  text-transform: uppercase;
  font-size: 20px;
  color: #ffffff;
  padding-right: 18px;
  padding-bottom: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-stretch: condensed;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .custom-header .custom-header-only .secondary-header ul .search-box li h4 {
    font-size: 15px;
  }
}
.custom-header .custom-header-only .secondary-header ul .search-box li label {
  height: fit-content;
  position: relative;
}
.custom-header .custom-header-only .secondary-header ul .search-box li label input {
  padding: 6px;
  padding-right: 37px;
  width: 217px;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .custom-header .custom-header-only .secondary-header ul .search-box li label input {
    width: 192px;
  }
}
.custom-header .custom-header-only .secondary-header ul .search-box li label input:focus {
  outline: none;
  border: 1px solid transparent;
}
.custom-header .custom-header-only .secondary-header ul .search-box li label:after {
  content: none;
}
.custom-header .custom-header-only .secondary-header ul .apply_filters {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .custom-header .custom-header-only .secondary-header ul .apply_filters {
    font-size: 15px;
  }
}
.custom-header .custom-header-only .secondary-header ul .apply_filters:before {
  content: "";
  position: absolute;
  top: 25px !important;
  display: block;
  width: 18px;
  height: 18px;
  background-size: 18px;
  margin-right: -200px;
  background-repeat: no-repeat;
  left: 358px !important;
  cursor: pointer;
}
.custom-header .custom-header-only .secondary-header ul .search-filters {
  display: flex;
}
.custom-header .custom-header-only .secondary-header ul .search-filters h4 {
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
  padding: 7px 26px 5px 0px;
  cursor: pointer;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .custom-header .custom-header-only .secondary-header ul .search-filters h4 {
    font-size: 15px;
    padding-right: 20px;
  }
}
.custom-header .custom-header-only .secondary-header ul .search-filters h4::before {
  content: " ";
  position: absolute;
  top: 12px;
  display: block;
  width: 8px;
  height: 8px;
  background-size: 8px;
  left: -13px;
  background-image: url(~/../assets/images/down-arrow.png);
}
.custom-header .custom-header-only .secondary-header ul .search-filters h4:hover {
  text-decoration: underline;
}
.custom-header .custom-header-only .secondary-header ul .search-filters ul {
  display: block;
  width: 180px;
  position: absolute;
  padding: 10px;
  z-index: 999;
  margin-top: 7px;
}
.custom-header .custom-header-only .secondary-header ul .search-filters ul li {
  position: relative;
  margin-left: 14px;
}
.custom-header .custom-header-only .secondary-header ul .search-filters ul li label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  cursor: pointer;
  display: inline-flex;
  margin-left: 0px;
  padding-left: 10px;
}
@media only screen and (max-width: 1170px) {
  .custom-header .custom-header-only .secondary-header ul .search-filters ul li label {
    font-size: 12px;
  }
}
.custom-header .custom-header-only .secondary-header ul .search-filters ul li label:hover {
  color: white;
  transition: 0.1s color ease-in-out;
}
.custom-header .custom-header-only .secondary-header ul .search-filters ul li button {
  font-size: 15px;
  padding: 11px 18px;
  border: 1px solid #ffffff;
  background: transparent;
}
.custom-header .custom-header-only .secondary-header ul .search-filters ul li button:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
  border: #000 1px solid;
  transition: 0.2s all ease-in-out;
}
.custom-header .custom-header-only .secondary-header ul .search-filters ul li input {
  position: absolute;
  top: 14px;
  left: -14px;
}
@media only screen and (max-width: 1024px) and (max-width: 1200px) {
  .custom-header .custom-header-only .secondary-header ul .search-filters ul li input {
    top: 9px;
  }
}
.custom-header .custom-header-only .secondary-header ul .search-filters ul li.filter-btns-wrapper {
  margin-left: 0px;
}
.custom-header .custom-header-only .secondary-header ul .search-filters ul li.filter-btns-wrapper .apply_filters:before {
  content: none !important;
}
.custom-header .custom-header-only .secondary-header ul .search-filters ul li:last-child {
  border-top: 1px solid #f4a393;
  margin-top: 12px;
  padding-top: 14px;
}
.custom-header .custom-header-only .secondary-header ul .search-filters li.sf-field-taxonomy-topics ul {
  left: 0;
  width: 100%;
  margin: auto !important;
  position: absolute !important;
  right: 0px;
  padding: 4px 17px 17px;
}
.custom-header .custom-header-only .secondary-header ul .search-filters li.sf-field-taxonomy-topics ul li {
  position: relative;
  width: 114px;
  float: left;
  padding: 0px;
  padding-top: 5px;
  white-space: inherit;
}
@media only screen and (min-width: 1110px) and (max-width: 1199px) {
  .custom-header .custom-header-only .secondary-header ul .search-filters li.sf-field-taxonomy-topics ul li {
    width: 86px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .custom-header .custom-header-only .secondary-header ul .search-filters li.sf-field-taxonomy-topics ul li {
    width: 88px;
    padding-top: 0px;
  }
}
.custom-header .custom-header-only .secondary-header ul .search-filters li.sf-field-taxonomy-topics ul li ul {
  display: block !important;
  width: fit-content;
  height: 100%;
  padding: 8px 0px;
  margin-left: -14px !important;
}
.custom-header .custom-header-only .secondary-header ul .search-filters li.sf-field-taxonomy-topics ul li ul.children {
  height: auto !important;
}
.custom-header .custom-header-only .secondary-header ul .search-filters li.sf-field-taxonomy-topics ul li ul.children li {
  border: none !important;
  height: min-content !important;
}
.custom-header .custom-header-only .secondary-header ul .search-filters li.sf-field-taxonomy-topics ul li ul.children:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #f4a393;
  width: 122%;
  display: block;
}
.custom-header .custom-header-only .secondary-header ul .search-filters li.sf-field-taxonomy-topics > ul {
  margin-top: 16px !important;
  height: 544px;
}
.custom-header .custom-header-only .secondary-header ul .search-filters li.sf-field-taxonomy-topics > ul:before {
  right: 0px;
  position: absolute;
  content: "";
  height: 1px;
  background: #f4a393;
  margin: auto;
  width: 97%;
  left: 0px;
}
.custom-header .custom-header-only .secondary-header ul .search-filters li.sf-field-taxonomy-topics .select-all-topics {
  min-height: 45px;
  padding-bottom: 2px;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-advanced_options {
  position: relative;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-advanced_options > ul {
  right: 0;
  margin: auto !important;
  position: absolute !important;
  padding: 0px 45px 0px 19px;
  margin-top: 16px !important;
  height: 390px;
  width: 490px !important;
  right: 0px;
  display: flex;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-advanced_options > ul li {
  position: relative;
  width: 114px;
  float: left;
  padding: 0;
  margin-right: 22px;
  white-space: inherit;
  padding-top: 5px;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-advanced_options > ul li.sf-field-post_date > ul {
  border: none;
  padding: 0px;
  margin-left: 0px;
  width: auto;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-advanced_options > ul .select-all-advanced {
  min-height: 45px;
  padding-bottom: 13px;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-advanced_options > ul:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #f4a393;
  width: 93%;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-advanced_options ul {
  position: relative;
  padding-left: 0px;
  margin-left: 14px;
  padding: 4px 17px 17px;
  margin-top: 0px;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-advanced_options ul.children {
  margin-left: -14px;
  width: fit-content;
  padding: 2px;
  background: transparent;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-advanced_options ul.children li {
  border: none !important;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-advanced_options ul.children:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #f4a393;
  width: 85%;
  margin: -4px;
  display: block;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-advanced_options h4 {
  padding-right: 0px;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-advanced_options .apply_filters_wrapper {
  width: 93% !important;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-advanced_options .apply_filters_wrapper .apply_filters:before {
  content: none;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .apply_filters_wrapper {
  border-top: 1px solid #f4a393;
  bottom: 0px;
  position: absolute;
  width: 97%;
  text-align: right;
  left: 0;
  right: 0;
  background-color: #e84524;
  margin: auto;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .apply_filters_wrapper .apply_filters:before {
  content: none;
}
@media only screen and (min-width: 1600px) {
  .custom-header .custom-header-only .secondary-header ul .search-filters .apply_filters_wrapper {
    bottom: 0px;
  }
}
.custom-header .custom-header-only .secondary-header ul .search-filters .apply_filters_wrapper .apply_filters {
  font-size: 15px;
  padding: 11px 20px;
  border: 1px solid #ffffff;
  background: 0 0;
  margin: 23px 15px;
  float: right;
  font-weight: bold;
  font-stretch: condensed;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .apply_filters_wrapper .apply_filters:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
  border: #000 1px solid;
  transition: 0.2s all ease-in-out;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-post-meta-subjects ul li:first-child, .custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-key_stages ul li:first-child, .custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-resource_types ul li:first-child {
  border-top: 1px solid #f4a393;
  border-bottom: 1px solid #f4a393;
  margin-left: 0px !important;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-post-meta-subjects ul li:first-child input, .custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-key_stages ul li:first-child input, .custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-resource_types ul li:first-child input {
  left: 0px !important;
}
.custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-post-meta-subjects ul li:first-child label, .custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-key_stages ul li:first-child label, .custom-header .custom-header-only .secondary-header ul .search-filters .sf-field-taxonomy-resource_types ul li:first-child label {
  padding-left: 23px !important;
}
.custom-header .custom-header-only .secondary-header ul .search-filters ul.children li:last-child {
  margin-top: 0px;
}
.custom-header .banner-header {
  clear: both;
  position: relative;
  text-align: center;
  justify-content: center !important;
  align-items: center;
  display: flex !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0 !important;
}
.custom-header .banner-header .flexslider {
  width: 100%;
  border: none;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  background: transparent;
  height: 813px;
}
.custom-header .banner-header .flexslider .slides li img {
  height: 813px;
  object-fit: cover;
  opacity: 0.8;
  background: #000 !important;
}
.custom-header .banner-header .flexslider .slides li .banner-text {
  position: absolute;
  top: 35%;
  width: 575px;
  text-align: left;
  font-weight: bold;
  font-stretch: condensed;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .custom-header .banner-header .flexslider .slides li .banner-text {
    width: 93%;
    top: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .custom-header .banner-header .flexslider .slides li .banner-text {
    width: 100%;
  }
}
.custom-header .banner-header .flexslider .slides li .banner-text .static-text, .custom-header .banner-header .flexslider .slides li .banner-text span, .custom-header .banner-header .flexslider .slides li .banner-text p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 100;
  line-height: 23px;
}
.custom-header .banner-header .flexslider .slides li .banner-text span {
  font-style: italic;
  padding-top: 14px;
  display: block;
  margin-bottom: 17px;
}
.custom-header .banner-header .flexslider .slides li .banner-text .static-text {
  display: inline-block;
  background: #303030;
  padding: 14px 18px;
}
@media only screen and (max-width: 320px) {
  .custom-header .banner-header .flexslider .slides li .banner-text .static-text {
    display: block;
  }
}
.custom-header .banner-header .flexslider .slides li .banner-text .banner-center-text {
  background: #303030;
  padding: 18px 18px 18px;
  padding-right: 72px;
  opacity: 70%;
}
@media only screen and (max-width: 1024px) {
  .custom-header .banner-header .flexslider .slides li .banner-text .banner-center-text {
    padding-right: 20px;
  }
}
.custom-header .banner-header .flexslider .slides li .banner-text .banner-center-text a {
  color: #e84524;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-stretch: condensed;
  padding-top: 28px;
  padding-bottom: 13px;
  display: block;
}
.custom-header .banner-header .flexslider .slides li .banner-text .banner-center-text a:after {
  content: " ›";
}
.custom-header .banner-header .flexslider .slides li .banner-text .banner-center-text a:hover {
  text-decoration: underline;
}
.custom-header .banner-header .flexslider .slides li .banner-text .banner-calendar-bottom {
  display: inline-block;
  background: #303030;
  padding: 13px;
  padding-right: 22px;
  margin-top: 13px;
}
.custom-header .banner-header .flexslider .slides li .banner-text .banner-calendar-bottom .calendar-popup {
  position: relative;
  padding-left: 42px;
  cursor: pointer;
}
.custom-header .banner-header .flexslider .slides li .banner-text .banner-calendar-bottom .calendar-popup::before {
  content: " ";
  position: absolute;
  top: 2px;
  display: block;
  width: 18px;
  height: 19px;
  background-size: 18px 19px;
  left: 16px;
  background-image: url(~/../assets/images/calendar.png);
}
.custom-header .banner-header .flexslider .slides li .banner-text .banner-calendar-bottom .calendar-popup span {
  padding-top: 0px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 600;
}
.custom-header .banner-header .flexslider .slides li .banner-text .banner-calendar-bottom .calendar-popup span:after {
  content: " ›";
}
.custom-header .banner-header .flexslider .slides li .banner-text .banner-calendar-bottom .calendar-popup span:hover {
  text-decoration: underline;
}
.custom-header .banner-header .flexslider .slides li .banner-text h2 {
  font-size: 36px;
  color: #ffffff;
  margin: 0px;
  border-bottom: 4px solid #f7e44d;
  font-style: italic;
  padding-top: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .custom-header .banner-header .flexslider .slides li .banner-text h2 {
    font-size: 40px;
  }
}
.custom-header .banner-header .flexslider .flex-direction-nav {
  width: 1200px;
  /* margin: 20px; */
  position: relative;
  margin: auto;
  bottom: 46px;
}
.custom-header .banner-header .flexslider .flex-direction-nav .flex-prev {
  left: 17px;
  opacity: 1 !important;
  color: transparent;
  text-shadow: none;
}
.custom-header .banner-header .flexslider .flex-direction-nav .flex-prev:after {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(~/../assets/images/left-arrow-copy.png);
  position: absolute;
  content: "";
  width: 36px;
  background-size: 36px;
  background-position: 0px 0px;
  height: 36px;
  transform: translate(-33px, -25px);
}
.custom-header .banner-header .flexslider .flex-direction-nav .flex-prev:before {
  content: none !important;
}
.custom-header .banner-header .flexslider .flex-direction-nav .flex-prev:hover {
  filter: opacity(0.75);
  transition: 0.2s all ease-in-out !important;
}
.custom-header .banner-header .flexslider .flex-direction-nav .flex-next {
  left: 82px;
  opacity: 1 !important;
  color: transparent;
  text-shadow: none;
}
.custom-header .banner-header .flexslider .flex-direction-nav .flex-next:after {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(~/../assets/images/banner-arrow.png);
  position: absolute;
  content: "";
  width: 36px;
  background-size: 36px;
  background-position: 0px 0px;
  height: 36px;
  transform: translate(-39px, 3px);
}
.custom-header .banner-header .flexslider .flex-direction-nav .flex-next:before {
  content: none !important;
}
.custom-header .banner-header .flexslider .flex-direction-nav .flex-next:hover {
  filter: opacity(0.75);
  transition: 0.2s all ease-in-out !important;
}
.custom-header .banner-header .flexslider .flex-direction-nav a {
  bottom: 4%;
  top: auto;
  border-radius: 50%;
}
.custom-header .banner-header .flexslider .flex-direction-wrapper {
  position: relative;
  bottom: 4%;
}
.custom-header .banner-header .flexslider .flex-direction-wrapper .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.custom-header .banner-header .flexslider .flex-direction-wrapper .flex-direction-nav .flex-next:hover {
  filter: opacity(0.75);
  transition: 0.2s all ease-in-out !important;
}
.custom-header .banner-header .flexslider .flex-direction-wrapper .flex-direction-nav a {
  transition: all 0s linear !important;
}
.custom-header .banner-header .flexslider .flex-direction-wrapper .flex-direction-nav a:before {
  font-size: 28px;
  margin-left: -2px;
}
.custom-header .banner-header .flexslider .flex-direction-wrapper .flex-direction-nav .flex-nav-next a:before {
  padding-right: 10px;
}
.custom-header .banner-header .flexslider .flex-direction-wrapper .flex-direction-nav .flex-prev {
  opacity: 0;
}
.custom-header.common {
  position: inherit;
  background: #fff !important;
  overflow: inherit;
  position: relative;
}
.custom-header.common .custom-header-only {
  position: inherit;
  background-image: none;
}
.custom-header.common .custom-header-only .top-bar .logo-titles-wrapper .header-titles .site-description {
  color: #000;
}
.custom-header.common .custom-header-only .top-bar .logo-titles-wrapper .mobile-nav-toggle .toggle-inner::after {
  background-repeat: no-repeat;
  background-position: 0px;
  background-image: url(~/../assets/images/menu_b.png);
  position: absolute;
  content: "";
  width: 30px;
  background-size: 30px;
  background-position: center;
  height: 20px;
  top: -25px;
}
.custom-header.common .custom-header-only .top-bar .login-cal-events a {
  color: #000 !important;
  font-weight: normal;
}
.custom-header.common .custom-header-only .top-bar .login-cal-events .logout-links a:before {
  background-image: url(~/../assets/images/login_b.png);
}
.custom-header.common .custom-header-only .top-bar .login-cal-events .login-links a:before {
  background-image: url(~/../assets/images/login_b.png);
}
.custom-header.common .custom-header-only .top-bar .login-cal-events .your-favourite a:before {
  background-image: url(~/../assets/images/heart.png);
}
.custom-header.common .custom-header-only .top-bar .login-cal-events .recently-view a:before {
  background-image: url(~/../assets/images/recent_b.png);
}
.custom-header.common .custom-header-only .top-bar .login-cal-events .calendar-popup a:before {
  background-image: url(~/../assets/images/calendar_b.png);
}
.custom-header.common .custom-header-only .top-bar .login-cal-events .register-links {
  padding-bottom: 8px;
}
.custom-header.common .custom-header-only .top-bar .login-cal-events .register-links a::before {
  background-image: url(~/../assets/images/register_b.png);
}
.custom-header.common .custom-header-only .top-bar .menu-bottom .how-to-use-tt a {
  color: #000000 !important;
}
.searchandfilter .sf-field-taxonomy-event_category, .searchandfilter .sf-field-sort_order, .sf-field-post-meta-link_to_search_page {
  display: none !important;
}
.menu-modal .menu-wrapper {
  justify-content: start;
}
.menu-modal .menu-wrapper .menu-top {
  margin-bottom: 19px;
  margin-top: 39px;
}
.menu-modal .menu-wrapper .menu-top .close-nav-toggle:focus {
  outline: none;
}
.menu-modal .menu-wrapper .menu-top .close-nav-toggle .toggle-text {
  display: none;
}
.menu-modal .menu-wrapper .menu-top .close-nav-toggle svg {
  position: relative;
  bottom: 17px;
}
@media only screen and (max-width: 1024px) {
  .menu-modal .menu-wrapper .menu-top .mobile-menu {
    display: block !important;
  }
}
.menu-modal .menu-wrapper .menu-top .mobile-menu .register-links, .menu-modal .menu-wrapper .menu-top .mobile-menu .login-links, .menu-modal .menu-wrapper .menu-top .mobile-menu .logout-links {
  border: none;
}
.menu-modal .menu-wrapper .menu-top .mobile-menu .register-links a, .menu-modal .menu-wrapper .menu-top .mobile-menu .login-links a, .menu-modal .menu-wrapper .menu-top .mobile-menu .logout-links a {
  padding: 5px 22px !important;
  font-size: 16px !important;
  font-weight: 100 !important;
  color: #000;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.menu-modal .menu-wrapper .menu-top .mobile-menu .register-links a:before, .menu-modal .menu-wrapper .menu-top .mobile-menu .login-links a:before, .menu-modal .menu-wrapper .menu-top .mobile-menu .logout-links a:before {
  content: " ";
  position: absolute;
  top: 9px;
  display: block;
  width: 14px;
  height: 15px;
  background-size: 14px 15px;
  left: 0px;
}
.menu-modal .menu-wrapper .menu-top .mobile-menu .register-links a.login-header::before, .menu-modal .menu-wrapper .menu-top .mobile-menu .login-links a.login-header::before, .menu-modal .menu-wrapper .menu-top .mobile-menu .logout-links a.login-header::before {
  background-image: url(~/../assets/images/login-black.png);
}
.menu-modal .menu-wrapper .menu-top .mobile-menu .register-links a.register-header::before, .menu-modal .menu-wrapper .menu-top .mobile-menu .login-links a.register-header::before, .menu-modal .menu-wrapper .menu-top .mobile-menu .logout-links a.register-header::before {
  background-image: url(~/../assets/images/register-black.png);
}
.menu-modal .menu-wrapper .menu-top .mobile-menu .register-links a.logout:before, .menu-modal .menu-wrapper .menu-top .mobile-menu .login-links a.logout:before, .menu-modal .menu-wrapper .menu-top .mobile-menu .logout-links a.logout:before {
  background-image: url(~/../assets/images/login-black.png);
}
.menu-modal .menu-wrapper .menu-top .mobile-menu ul {
  left: auto;
}
.menu-modal .menu-wrapper .menu-top .mobile-menu ul .your-favourite, .menu-modal .menu-wrapper .menu-top .mobile-menu ul .recently-view, .menu-modal .menu-wrapper .menu-top .mobile-menu ul .calendar-popup {
  border: none;
}
.menu-modal .menu-wrapper .menu-top .mobile-menu ul .your-favourite a, .menu-modal .menu-wrapper .menu-top .mobile-menu ul .recently-view a, .menu-modal .menu-wrapper .menu-top .mobile-menu ul .calendar-popup a {
  padding: 9px 22px !important;
  font-size: 16px !important;
  font-weight: 100 !important;
  color: #000;
  text-decoration: none;
}
.menu-modal .menu-wrapper .menu-top .mobile-menu ul .your-favourite a:before, .menu-modal .menu-wrapper .menu-top .mobile-menu ul .recently-view a:before, .menu-modal .menu-wrapper .menu-top .mobile-menu ul .calendar-popup a:before {
  content: " ";
  position: absolute;
  top: 9px;
  display: block;
  width: 14px;
  height: 15px;
  background-size: 14px 15px;
  left: 0px;
}
.menu-modal .menu-wrapper .menu-top .mobile-menu ul .your-favourite a::before {
  background-image: url(~/../assets/images/heart.png);
}
.menu-modal .menu-wrapper .menu-top .mobile-menu ul .recently-view a::before {
  background-image: url(~/../assets/images/recent_b.png);
}
.menu-modal .menu-wrapper .menu-top .mobile-menu ul .calendar-popup a::before {
  background-image: url(~/../assets/images/calendar_b.png);
}
@media only screen and (max-width: 1024px) {
  .menu-modal .menu-wrapper .menu-top .expanded-menu {
    display: none !important;
  }
}
.menu-modal .menu-wrapper .menu-bottom {
  padding: 20px 0px 0px;
  position: absolute;
}
.menu-modal .menu-wrapper .menu-bottom a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.menu-modal .menu-wrapper .menu-bottom nav {
  padding-bottom: 7px;
}
.menu-modal .menu-wrapper .menu-bottom nav ul a {
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .menu-modal .menu-wrapper .menu-search-filter .secondary-header {
    margin: 0px -20px;
    background: #e84524;
    padding: 8px 0px 20px;
  }
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul {
  position: relative;
  margin-left: 0px;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-box input {
  padding: 6px;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-box input:focus {
  outline: none;
  border: 1px solid transparent;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-box li h4 {
  color: #fff;
  font-size: 18px;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-box li label {
  width: 100%;
  position: relative;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-box li label:after {
  content: none;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .apply_filters {
  color: #fff;
  font-weight: 600;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .apply_filters:before {
  content: "";
  position: absolute;
  top: 55px;
  display: block;
  width: 18px;
  height: 18px;
  background-size: 18px;
  background-image: url(~/../assets/images/search.png);
  margin-right: 0px;
  background-repeat: no-repeat;
  right: 12px;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-filters > li {
  padding: 0px;
  position: relative;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-filters > li:after {
  content: " ";
  position: absolute;
  top: 5px;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 16px 16px;
  right: 0px;
  background-image: url(~/../assets/images/down-chev_r.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-filters > li.active:after {
  transform: rotate(180deg);
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-filters > li h4 {
  font-weight: 100;
  padding: 5px 0;
  color: #fff;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-filters > li > ul {
  background: #e84524;
  margin: 0 0px 0px -20px;
  padding: 0px 20px;
  width: auto;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-filters > li > ul li ul.children {
  margin-left: 20px;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-filters > li > ul li label {
  color: #fff;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-filters .apply_filters {
  background: #fff;
  border: 2px solid #e84524;
  color: #e84524;
  padding: 9px;
  margin-bottom: 20px;
}
.menu-modal .menu-wrapper .menu-search-filter .secondary-header ul .search-filters .apply_filters:before {
  content: none !important;
}
@media only screen and (max-width: 767px) {
  .menu-modal .menu-modal-inner {
    overflow-x: hidden;
  }
}
.popover-outer {
  z-index: 9999;
}
@media (min-width: 700px) {
  .menu-bottom {
    flex-direction: column;
  }
}
.header-social-media-icons {
  display: flex;
}
.header-social-media-icons a {
  margin-right: 9px;
}
.header-social-media-icons a:last-child {
  margin-right: 0;
}
.header-quick-menu-wrapper {	
  background: #f7e44d;	
  width: 100%;	
  height: 40px;	
  display: flex;	
  align-items: center;	
}	
.quickmenu {	
  font-size: 16px;	
  display: flex;	
  width: 100%;	
  color: #303030;	
}	
.quickmenu li a {	
  color: #303030;	
  text-decoration: none;	
  padding: 0 15px 0 15px;	
  margin: 0px;	
  font-weight: bold;	
  font-size: 16px;	
}	
.quickmenu li {	
  border-left: solid 1px #303030;	
}	
.quickmenu li a:hover {	
  text-decoration: underline;	
}	
ul li:nth-child(1) {	
  border: none;	
}	
ul li:nth-child(2) {	
  border: none;	
}	
@media only screen and (max-width: 1024px) {	
  .quick-menu {	
    margin: 10px -20px;	
    background: #303030;	
  }	
  .quick-menu ul {	
    position: relative;	
    margin-left: 0px;	
    display: block;	
  }	
  .quick-menu li {	
    border: none;	
  }	
  .quick-menu li a {	
    padding: 0px;	
    border: none;	
    font-weight: normal;	
  }	
  .quick-menu .header-quick-menu-wrapper {	
    height: auto;	
    padding: 20px 0;	
  }	
}	
@media only screen and (max-width: 767px) {	
  .quick-menu li a {	
    padding: 0px;	
    border: none;	
    font-weight: normal;	
  }	
}
	.modal-body {	
  padding: 15px;	
}	
.modal-body .con {	
  background-color: #f3f3f3;	
  margin: 10px 15px;	
  padding: 5px 10px;	
}	
.modal-body .con > p, .modal-body .bodyheader > p {	
  margin: 0;	
}	
.modal-body .bodyheader {	
  background-color: none;	
  border: none;	
  margin: 5px 15px 0px 15px;	
  padding: 5px 10px;	
}	
.modal-body .bodyheader .title-variation {	
  font-size: 30px;	
}	
.modal-body .bodyheader .conplayer, .modal-body .con .conplayer {	
  display: flex;	
  align-items: center;	
}	
@media screen and (max-width: 767px) {	
  .modal-body .bodyheader .conplayer, .modal-body .con .conplayer {	
    flex-direction: column;	
    align-items: flex-start;	
  }	
  .modal-body .bodyheader .conplayer .audio-player, .modal-body .con .conplayer .audio-player {	
    width: 250px;	
  }	
}	
.modal-body .bodyheader .conplayer strong, .modal-body .bodyheader .conplayer i, .modal-body .bodyheader .conplayer p, .modal-body .con .conplayer strong, .modal-body .con .conplayer i, .modal-body .con .conplayer p {	
  margin-right: 10px;	
}	
.modal-body .close-icon {	
  font-size: 40px;	
  line-height: 1;	
  color: #E84524;	
}	
.modal-body .fa-volume-up {	
  color: #E84524;	
}	
.modal-body .fa-volume-up:hover {	
  color: #ff4848;	
  cursor: pointer;	
}

.footer {
  background-color: #f7e44d;
  padding-top: 45px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .footer .main-footer-row .middle-footer {
    order: 3;
  }
}
@media (max-width: 767px) {
  .footer .main-footer-row .lower-footer {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer .upper-footer {
    margin-bottom: 30px;
  }
}
.footer .widget_nav_menu ul li {
  line-height: 1;
  margin-top: 0;
}
@media (max-width: 767px) {
  .footer .widget_nav_menu ul li {
    margin-bottom: 7px;
  }
}
.footer .widget_nav_menu ul li a {
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  position: relative;
}
.footer .widget_nav_menu ul li a::before {
  content: "›";
  margin-right: 5px;
  position: absolute;
  left: -9px;
  top: -1px;
  display: inline-block;
}
.footer .widget_nav_menu ul li a:hover:before {
  text-decoration: none !important;
}
.footer .widget_nav_menu ul li.calendar-popup a:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer .widget_nav_menu ul {
    text-align: center;
  }
}
.footer .center-footer {
  text-align: center;
}
.footer .center-footer img {
  margin: auto;
  margin-bottom: 30px;
}
.footer .center-footer .footer-address {
  margin-bottom: 30px;
}
.footer .center-footer p {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000000;
}
.footer .right-footer {
  text-align: right;
}
.footer .right-footer .social-media-icons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.footer .right-footer .social-media-icons a {
  margin-left: 9px;
}
@media (max-width: 767px) {
  .footer .right-footer .social-media-icons {
    justify-content: center;
  }
}
.footer .right-footer .widget_text {
  margin-top: 0;
}
.footer .right-footer .widget_text a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
.footer .right-footer .widget_text a:hover {
  text-decoration: underline;
}
.footer .right-footer .widget_text .textwidget .contact-number {
  margin-bottom: 22px;
}
.footer .right-footer .widget_text .textwidget .contact-number p {
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer .right-footer {
    text-align: center;
  }
}
.homepage-slider {
  padding-top: 78px;
}
@media (max-width: 576px) {
  .homepage-slider {
    padding-top: 0;
    margin-top: 78px;
    margin-bottom: 46px;
  }
}
.slider-wrapper ul {
  margin-left: 0;
  margin-bottom: 0;
}
.slider-wrapper ul li {
  list-style: none;
}
.slider-wrapper .owl-wrapper {
  margin-left: -9px;
  margin-right: -9px;
  display: flex !important;
}
@media (max-width: 480px) {
  .slider-wrapper .owl-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.slider-wrapper .owl-wrapper .owl-item {
  padding-left: 9px;
  padding-right: 9px;
}
@media (max-width: 480px) {
  .slider-wrapper .owl-wrapper .owl-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.slider-wrapper .owl-wrapper .owl-item li {
  background-color: #f2f2f2;
  margin: 0;
  height: 100%;
}
.slider-wrapper .owl-wrapper .owl-item li a {
  text-decoration: none;
  position: relative;
  height: 100%;
  display: block;
}
.slider-wrapper .owl-wrapper .owl-item li a:hover .slider-excerpt-content {
  display: flex;
  bottom: 0;
  height: 100%;
}
.slider-wrapper .owl-wrapper .owl-item li a:hover .advisory-tag {
  background: #fff;
  color: #000;
  transition: 0.2s all ease-in-out;
}
.slider-wrapper .owl-wrapper .owl-item .slider-img {
  position: relative;
  overflow: hidden;
}
.slider-wrapper .owl-wrapper .owl-item .slider-img .slider-excerpt-content {
  position: absolute;
  background: #000;
  color: #fff;
  bottom: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 0;
  transition: 0.15s ease;
  display: flex;
}
.slider-wrapper .owl-wrapper .owl-item .slider-img .slider-excerpt-content p {
  margin-bottom: 0;
  font-size: 14px;
  padding: 15px;
}
.slider-wrapper .owl-wrapper .owl-item .slider-img img.wp-post-image {
  height: 155px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .slider-wrapper .owl-wrapper .owl-item .slider-img img.wp-post-image {
    width: 100%;
  }
}
.slider-wrapper .owl-wrapper .owl-item .slider-content {
  padding: 0px 10px 77px 10px;
}
.slider-wrapper .owl-wrapper .owl-item .slider-details span {
  font-size: 17px;
  color: #000000;
}
.slider-wrapper .owl-wrapper .owl-item .slider-details .bold {
  font-weight: 700;
}
.slider-wrapper .owl-wrapper .owl-item .slider-details.associatedfiles {
  background-image: url(assets/images/associated-files.png);
  background-repeat: no-repeat;
  height: 33px;
  margin-top: 15px;
  padding-left: 35px;
  color: #000;
  font-size: 85%;
  font-weight: 700;
  padding-top: 4px;
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.slider-wrapper .owl-controls {
  position: absolute;
  right: 15px;
  top: -57px;
}
@media (max-width: 767px) {
  .slider-wrapper .owl-controls {
    left: 0;
    bottom: -38px;
    right: auto;
    top: auto;
  }
}
.slider-wrapper .owl-controls .owl-buttons {
  display: flex;
}
.slider-wrapper .owl-controls .owl-buttons .owl-prev {
  background: url('~/../assets/images/slider-left.png');
  width: 24px;
  height: 25px;
  text-indent: -9999px;
}
.slider-wrapper .owl-controls .owl-buttons .owl-prev:hover {
  filter: opacity(0.5);
  transition: all 0.2s ease-in-out;
}
.slider-wrapper .owl-controls .owl-buttons .owl-next {
  background: url('~/../assets/images/slider-right.png');
  width: 24px;
  height: 25px;
  text-indent: -9999px;
  margin-left: 17px;
}
.slider-wrapper .owl-controls .owl-buttons .owl-next:hover {
  filter: opacity(0.5);
  transition: all 0.2s ease-in-out;
}
.services-wrapper {
  padding-top: 79px;
}
.award_content-field {
  font-size: 20px;
  color: #000000;
  text-align: center;
}
.award_content-field p {
  margin-bottom: 0;
}
.service-section-icon {
  text-align: center;
  margin-bottom: 25px;
}
.service-section-icon img {
  margin: auto;
}
.service-box-wrapper {
  text-decoration: none;
}
.awards-wrapper {
  background: #f2f2f2;
  padding-top: 79px;
}
.awards-wrapper .awards-cta .row {
  margin-left: -5px;
  margin-right: -5px;
}
@media (max-width: 991px) {
  .awards-wrapper .awards-cta .row {
    justify-content: center;
  }
}
.awards-wrapper .awards-cta .row .col-lg-mix-8 {
  width: 12.5%;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .awards-wrapper .awards-cta .row .col-lg-mix-8 {
    width: 147px;
    margin-bottom: 10px;
  }
}
.awards-cta {
  padding-top: 56px;
}
.awards-cta .award-img {
  background-color: #ffffff;
  height: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.awards-cta .award-img .content-overlay {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.awards-cta .award-img .award-content {
  font-size: 14px;
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 10px;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.awards-cta .award-img:hover .content-overlay {
  opacity: 1;
}
.awards-cta .award-img:hover .award-content {
  top: 50%;
  left: 50%;
  opacity: 1;
  color: #ffffff;
}
.awards-cta .award-img.grey-bg {
  background: #f2f2f2;
  flex-direction: column;
  color: #000000;
}
.awards-cta .award-img.grey-bg .title {
  margin-bottom: 15px;
}
.search-result {
  margin-bottom: 80px;
}
.search-result h1 {
  margin-bottom: 75px;
  width: fit-content;
  margin-left: 0px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .search-result h1 {
    margin-bottom: 40px;
  }
}
.search-result .use-above-filters-info {
  font-size: 15px;
  line-height: 1.6;
  text-align: right;
  color: #666666;
  background-image: url(~/../assets/images/arrow-swoosh.png);
  background-repeat: no-repeat;
  background-position: right;
  padding: 24px 16px 27px;
}
@media only screen and (max-width: 991px) {
  .search-result .use-above-filters-info {
    padding: 24px 16px 7px;
    margin-bottom: 9px;
  }
}
.search-result #select-order-container {
  margin-bottom: 75px;
  width: max-content;
  float: left;
}
@media only screen and (max-width: 991px) {
  .search-result #select-order-container {
    margin-bottom: 40px;
    justify-content: center;
    display: flex;
    width: 100%;
  }
}
.search-result #select-order-container .select2-container .select2-selection {
  border: none;
  height: 40px !important;
  background: #fce936;
}
.search-result #select-order-container .select2-container .select2-selection:focus {
  outline: none;
  border: none;
}
.search-result #select-order-container .select2-container .select2-selection .select2-selection__rendered {
  background: #f7e44d;
  padding: 6px;
  font-size: 17px;
  padding-left: 10px;
}
.search-result #select-order-container .select2-container .select2-selection .select2-selection__arrow {
  height: 40px;
  top: 0px;
}
.search-result #select-order-container .select2-container .select2-selection .select2-selection__arrow b {
  background-repeat: no-repeat;
  background-position: 0px;
  padding: 7px;
  border: none;
  left: 0%;
  margin-left: -11px;
  margin-top: -5px;
  background-image: url(~/../assets/images/top-arrow.png);
}
.search-result #select-order-container .select2-container .select2-selection .select2-selection__arrow b.close {
  transform: rotate(180deg);
  opacity: 1;
}
.search-result #select-order-container .select2-container .select2-selection .select2-selection__arrow b.open {
  transform: rotate(0deg);
}
.search-result .search-result-wrapper .owl-wrapper {
  flex-wrap: wrap;
  clear: both;
}
@media only screen and (max-width: 991px) {
  .search-result .search-result-wrapper .owl-wrapper {
    margin: inherit;
    padding-top: 40px;
  }
}
.search-result .search-result-wrapper .owl-wrapper .owl-item {
  width: 294px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .search-result .search-result-wrapper .owl-wrapper .owl-item {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
}
.search-result .search-result-wrapper .owl-wrapper .owl-item a .slider-img img.wp-post-image {
  height: 155px;
  object-fit: cover;
  width: 100%;
}
.search-result .search-result-wrapper .owl-wrapper .owl-item a .slider-img .advisory-tag {
  position: absolute;
  top: 7px;
  right: 7px;
  background: #000;
  color: #fff;
  padding: 4px 15px;
}
.search-result .search-result-wrapper .owl-wrapper .owl-item a:last-child {
  padding-right: 0px;
}
.search-result .search-result-wrapper .owl-wrapper .owl-item a:hover .slider-img .advisory-tag {
  background: #fff;
  color: #000;
  transition: 0.2s all ease-in-out;
}
.select2-dropdown {
  border: none;
}
.select2-dropdown .select2-results__options {
  max-height: max-content !important;
}
.select2-dropdown .select2-results__options li {
  margin-bottom: 1px !important;
  margin-left: 0;
  background: #f2f2f2;
  padding: 4px 10px;
  margin-top: 0;
  font-size: 17px;
  color: #000;
}
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #f7e44d !important;
  color: #000 !important;
}
.advisory-tag {
  position: absolute;
  top: 7px;
  right: 7px;
  background: #000;
  color: #fff;
  padding: 4px 15px;
}
.resource-details {
  background-color: #ffffff;
  margin-top: 72px;
}
.resource-details .large-header {
  font-size: 44px;
  color: #000000;
  font-weight: 700;
  font-style: italic;
  border-bottom: 3px solid #f7e44d;
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 43px;
  margin-top: 0;
  text-transform: uppercase;
}
.resource-details .video-section .video-wrapper {
  position: relative;
}
.resource-details .video-section .video-wrapper .video-normal {
  width: 100% !important;
  height: 445px;
}
@media only screen and (max-width: 767px) {
  .resource-details .video-section .video-wrapper .video-js {
    height: 220px !important;
    position: relative;
    overflow: hidden;
    z-index: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: manipulation;
  }
}
.resource-details .video-section .video-wrapper .video-js .vjs-tech {
  object-fit: contain;
  width:100% !important;
  position: absolute;
  bottom: 10% !important;
  width: 100%;
}
.resource-details .video-section .video-wrapper .video-js .video-fullscreen {
  object-fit: contain;
}
	.resource-details .video-section .video-wrapper .video-aspect {	
  width: 100% !important;	
  padding-bottom: 41.84%;	
  height: 312px !important;	
}	
@media only screen and (max-width: 767px) {	
  .resource-details .video-section .video-wrapper .video-aspect {	
    height: 220px !important;	
    position: relative;	
    overflow: hidden;	
    z-index: 0;	
    -webkit-font-smoothing: antialiased;	
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
    touch-action: manipulation;	
  }	
}
.resource-details .video-section .video-wrapper .vjs-paused .vjs-poster {
  opacity: 0.3;
  background: #000 !important;
  z-index: 0;
}
.resource-details .video-section .video-wrapper .vjs-paused .vjs-big-play-button {
  display: none;
}
.resource-details .video-section .video-wrapper #advisory {
  margin: auto !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  text-align: center;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .resource-details .video-section .video-wrapper #advisory {
    transform: translate(0px, -177px);
    left: auto;
    top: auto;
  }
}
.resource-details .video-section .video-wrapper #advisory .message {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
}
.resource-details .video-section .video-wrapper #advisory .adv-link {
  background-color: transparent;
  padding: 0px;
  text-transform: none;
  text-decoration: underline;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-display: swap;
}
.resource-details .video-section .video-wrapper #advisory .adv-link:hover {
  text-decoration: none;
}
.resource-details .video-section .video-details {
  display: flex;
  justify-content: space-evenly;
  background: #f2f2f2;
  align-items: center;
  padding: 8px 0px;
}
@media only screen and (max-width: 767px) {
  .resource-details .video-section .video-details {
    display: block;
    padding-left: 15px;
  }
}
.resource-details .video-section .video-details span {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-display: swap;
}
@media only screen and (max-width: 1200px) {
  .resource-details .video-section .video-details span {
    font-size: 15px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .resource-details .video-section .video-details span {
    font-size: 12px;
  }
}
.resource-details .video-section .video-details .captions-show {
  background-image: url(~/../assets/images/cc.png);
  background-color: transparent;
  background-repeat: no-repeat;
  color: transparent;
  background-position: center;
  padding-right: 0px;
}
@media only screen and (max-width: 767px) {
  .resource-details .video-section .video-details .captions-show {
    background-size: 35px;
    margin-top: -7px;
  }
}
.resource-details .video-section .video-details .share {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .resource-details .video-section .video-details .share {
    float: left;
  }
}
.resource-details .video-section .video-details .share span {
  display: flex;
  align-items: center;
  padding: 0px;
}
.resource-details .video-section .video-details .share ul {
  padding-left: 10px !important;
}
.resource-details .video-section .video-details .share ul i {
  border-radius: 50%;
  width: 32px !important;
  height: 32px !important;
  margin-right: 9px;
}
@media only screen and (max-width: 1200px) {
  .resource-details .video-section .video-details .share ul i {
    width: 30px !important;
    height: 30px !important;
  }
}
.resource-details .video-section .video-details .share ul li:last-child i {
  margin-right: 0px;
}
.resource-details .video-section .video-details .share .resp-sharing-button__link {
  width: 27px;
}
@media only screen and (max-width: 767px) {
  .resource-details .video-section .video-details .published, .resource-details .video-section .video-details .video-length {
    float: left;
  }
}
.resource-details .content {
  text-align: left;
  padding-top: 47px;
  margin-bottom: 70px;
}
.resource-details .content p {
  font-size: 17px;
}
.resource-details .content h1 {
  text-align: left;
  margin-bottom: 43px;
}
.resource-details .content a {
  font-weight: 700;
  text-decoration: none;
}
.resource-details .content a:hover {
  color: #cd2653;
  text-decoration: underline;
}
.resource-details .content .alignnone, .resource-details .content .aligncenter, .resource-details .content .alignleft, .resource-details .content .alignright, .resource-details .content .alignwide {
  margin-top: 0rem;
}
.resource-details .content figure {
  max-width: 100%;
}
.resource-details .related-resources {
  margin-top: 24px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .resource-details .related-resources .owl-wrapper {
    flex-wrap: wrap;
  }
}
.resource-details .related-resources .owl-wrapper .owl-item {
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .resource-details .related-resources .owl-wrapper .owl-item {
    width: 50%;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .resource-details .related-resources .owl-wrapper .owl-item {
    width: 100%;
  }
}
.resource-details .related-resources .owl-wrapper .owl-item .slider-img img {
  width: 100%;
}
.resource-details .related-resources .owl-wrapper .owl-item .slider-content {
  padding: 0 10px 34px;
}
.resource-details .related-resources .owl-wrapper .owl-item .slider-content h2 {
  margin-bottom: 19px;
}
.resource-details .right-block .back-btn {
  margin-bottom: 52px;
  margin-top: 33px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .resource-details .right-block .back-btn {
    text-align: center;
  }
}
.resource-details .right-block .back-btn a {
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  background-image: url(~/../assets/images/slider-left.png) !important;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 25px;
}
@media only screen and (max-width: 1200px) {
  .resource-details .right-block .back-btn a {
    font-size: 16px;
  }
}
.resource-details .right-block .back-btn a:hover {
  text-decoration: underline;
}
.resource-details .right-block .download-block {
  background-color: #f7e44d;
  padding: 21px 24px 26px;
  margin-bottom: 20px;
}
.resource-details .right-block .download-block .download-title {
  padding-bottom: 18px;
}
.resource-details .right-block .download-block .download-title span {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-stretch: condensed;
  font-display: swap;
}
.resource-details .right-block .download-block .links {
  padding-bottom: 22px;
  border-bottom: 1px solid #fff;
}
.resource-details .right-block .download-block .links .file-link {
  margin-bottom: 4px;
}
.resource-details .right-block .download-block .links .file-link a, .resource-details .right-block .download-block .links .file-link p {
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  background-image: url(~/../assets/images/document.png) !important;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 25px;
}
.resource-details .right-block .download-block .links .file-link p {
  margin: 0px;
}
.resource-details .right-block .download-block .links .file-link a:hover {
  text-decoration: underline;
}
.resource-details .right-block .download-block .sample-button {
  border-bottom: 1px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.resource-details .right-block .download-block .sample-button a, .resource-details .right-block .download-block .sample-button input {
  background-color: #f7e44d;
  color: #000000;
  margin: 15px 0;
  background-image: url(~/../assets/images/eye-t.png);
  background-repeat: no-repeat;
  background-size: 17px;
  padding: 0px;
  padding-left: 25px;
  background-position: left;
  font-size: 20px;
  letter-spacing: -0.8px;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .resource-details .right-block .download-block .sample-button a, .resource-details .right-block .download-block .sample-button input {
    font-size: 14px;
  }
}
.resource-details .right-block .download-block .sample-button a:focus, .resource-details .right-block .download-block .sample-button a:hover, .resource-details .right-block .download-block .sample-button input:focus, .resource-details .right-block .download-block .sample-button input:hover {
  text-decoration: underline;
  border: none;
  outline: none;
}
.resource-details .right-block .download-block .sample-button a.login, .resource-details .right-block .download-block .sample-button input.login {
  background-image: url(~/../assets/images/login_b.png) !important;
  background-size: 16px 21px;
}
.resource-details .right-block .download-block .sample-button a.login:hover, .resource-details .right-block .download-block .sample-button input.login:hover {
  text-decoration: underline;
}
.resource-details .right-block .download-block .sample-button input.login {
  background-image: url(~/../assets/images/login_b.png);
  background-size: 15px;
}
.resource-details .right-block .download-block .sample-button:focus {
  text-decoration: none;
}
.resource-details .right-block .download-block .sample-button:last-child {
  border: none;
}
.resource-details .right-block .keyterms {
  background-color: #f2f2f2;
  padding: 22px;
}
.resource-details .right-block .keyterms .title {
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 17px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-display: swap;
}
.resource-details .right-block .keyterms .keyterm-link a {
  font-size: 17px;
  color: #000000;
  text-decoration: none;
  background-image: url(~/../assets/images/link.png);
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 23px;
}
.resource-details .right-block .keyterms .keyterm-link a:hover {
  text-decoration: underline;
}
.resource-details .right-block .keyterms .courtesy-link {
  font-size: 17px;
  padding-top: 23px;
}
.resource-details .right-block .keyterms .courtesy-link a {
  color: #000000;
}
.resource-details .right-block .embed-video, .resource-details .right-block .download-video, .resource-details .right-block .favorites {
  margin-bottom: 20px;
}
.resource-details .right-block .embed-video input, .resource-details .right-block .embed-video a, .resource-details .right-block .download-video input, .resource-details .right-block .download-video a, .resource-details .right-block .favorites input, .resource-details .right-block .favorites a {
  font-size: 20px;
  border: 3px solid #f7e44d;
  color: #000000;
  padding: 12.5px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 47px;
  background-repeat: no-repeat;
  background-position: 21px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.7px;
  background-size: 17px;
  cursor: pointer;
  font-display: swap;
}
@media only screen and (max-width: 1200px) {
  .resource-details .right-block .embed-video input, .resource-details .right-block .embed-video a, .resource-details .right-block .download-video input, .resource-details .right-block .download-video a, .resource-details .right-block .favorites input, .resource-details .right-block .favorites a {
    font-size: 14px;
    padding-left: 48px;
  }
}
.resource-details .right-block .embed-video input:focus, .resource-details .right-block .embed-video a:focus, .resource-details .right-block .download-video input:focus, .resource-details .right-block .download-video a:focus, .resource-details .right-block .favorites input:focus, .resource-details .right-block .favorites a:focus {
  outline: none;
}
.resource-details .right-block .embed-video input:after, .resource-details .right-block .embed-video a:after, .resource-details .right-block .download-video input:after, .resource-details .right-block .download-video a:after, .resource-details .right-block .favorites input:after, .resource-details .right-block .favorites a:after {
  content: ' ›';
}
.resource-details .right-block .embed-video input:hover, .resource-details .right-block .embed-video a:hover, .resource-details .right-block .download-video input:hover, .resource-details .right-block .download-video a:hover, .resource-details .right-block .favorites input:hover, .resource-details .right-block .favorites a:hover {
  text-decoration: underline;
}
.resource-details .right-block .embed-video .wpfp-img, .resource-details .right-block .download-video .wpfp-img, .resource-details .right-block .favorites .wpfp-img {
  display: none;
}
.resource-details .right-block .embed-video a {
  background-image: url(~/../assets/images/embed.png);
  cursor: pointer;
}
.resource-details .right-block .download-video a, .resource-details .right-block .download-video input {
  background-image: url(~/../assets/images/download.png);
}
.resource-details .right-block .favorites a, .resource-details .right-block .favorites input {
  background-image: url(~/../assets/images/heart.png);
}
.popover-container {
  max-width: 1050px !important;
  width: 100%;
  font-family: 'Roboto', sans-serif !important;
  position: relative;
  margin: 8vh auto;
}
@media (max-width: 576px) {
  .popover-container {
    padding: 26px 10px 26px 10px;
  }
}
.popover-container h1 {
  font-feature-settings: inherit;
  font-variant-numeric: inherit;
  letter-spacing: normal;
  font-family: 'Roboto', sans-serif;
}
.popover-container h2 {
  font-feature-settings: inherit;
  font-variant-numeric: inherit;
  letter-spacing: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  color: #000000;
  font-weight: 700;
  font-style: italic;
  border-bottom: 3px solid #f7e44d;
  display: inline-block;
  padding-bottom: 9px;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .popover-container h1 {
    font-size: 23px;
  }
  .popover-container h2 {
    font-size: 23px;
  }
}
.popover-container .login-register-link a {
  color: #000000 !important;
  font-weight: 700;
  text-decoration: none;
  padding-top: 11px;
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-size: 15px !important;
  font-family: 'Roboto Condensed', sans-serif;
}
.popover-container .login-register-link a:after {
  content: " ›";
}
.popover-container #close-button {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}
.popover-container .wpfc-calendar-wrapper {
  margin-top: 27px;
}
.popover-container .wpfc-calendar-wrapper .fc-header-toolbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
}
@media (max-width: 576px) {
  .popover-container .wpfc-calendar-wrapper .fc-header-toolbar {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-center {
    justify-content: center;
    display: flex;
  }
}
.popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-center h2 {
  font-size: 34px !important;
  font-weight: bold;
  font-stretch: condensed;
  font-style: italic;
  border-bottom: 4px solid #f7e44d;
}
@media only screen and (max-width: 767px) {
  .popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-center h2 {
    font-size: 18px !important;
  }
}
.popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-left {
  order: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-left {
    justify-content: center;
  }
}
.popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-left .fc-button-group button {
  background: #ffffff !important;
  border: none !important;
}
.popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-left .fc-button-group button span {
  color: #000000;
  font-size: 15px !important;
  text-transform: initial;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
.popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-left .fc-button-group button span:focus {
  outline: none;
  border: none;
  text-decoration: none;
}
.popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-left .fc-button-group button:focus {
  outline: none;
  border: none;
}
.popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-left .fc-button-group button .prev-month {
  padding-right: 17px;
  border-right: 1px solid #000000;
}
.popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-left .fc-button-group button .ui-icon-circle-triangle-w {
  width: 19px;
  height: 20px;
  background-size: 19px 20px;
  background-position: center;
  margin-right: 6px;
  background-image: url(~/../assets/images/cal-left-arrow.png) !important;
}
.popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-left .fc-button-group button .ui-icon-circle-triangle-e {
  width: 19px;
  height: 20px;
  background-size: 19px 20px;
  background-position: center;
  margin-left: 6px;
  background-image: url(~/../assets/images/cal-right-arrow.png) !important;
}
.popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-left .fc-today-button {
  display: none;
}
.popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-right {
  order: 3;
}
@media (max-width: 576px) {
  .popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-right {
    float: none;
    display: flex;
    justify-content: center;
  }
}
.popover-container .wpfc-calendar-wrapper .fc-header-toolbar .fc-right .fc-month-button {
  display: none;
}
.popover-container .wpfc-calendar-wrapper table {
  border: none !important;
}
.popover-container .wpfc-calendar-wrapper table .ui-widget-header {
  border: 1px solid #333;
  background: #333;
  border-right: 1px solid #ffffff !important;
}
.popover-container .wpfc-calendar-wrapper table .ui-widget-header:last-child {
  border-right: none !important;
}
.popover-container .wpfc-calendar-wrapper table .ui-widget-header span {
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  font-size: 15px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
}
.popover-container .wpfc-calendar-wrapper table .ui-widget-content {
  color: #000000;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-right: 1px solid #cdcdcd !important;
  border-bottom: 1px solid #cdcdcd !important;
}
.popover-container .wpfc-calendar-wrapper table .ui-widget-content:last-child {
  border: none !important;
  border-right: 1px solid #ffffff !important;
}
.popover-container .wpfc-calendar-wrapper table .ui-widget-content .fc-week {
  border-right: none !important;
}
.popover-container .wpfc-calendar-wrapper table .ui-widget-content .fc-week .fc-past {
  color: #999 !important;
}
.popover-container label {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.popover-container label span {
  font-weight: 400 !important;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
}
.popover-container label span.bold {
  font-weight: 700 !important;
  font-style: normal !important;
}
.popover-container label a {
  color: #000000;
}
.popover-container label.ur-checkbox-label {
  font-weight: 400 !important;
}
.popover-container input, .popover-container select {
  background: #f2f2f2 !important;
  border: none;
  padding: 10.5px !important;
  margin-bottom: 0px !important;
  height: 45px;
}
.popover-container input:focus, .popover-container select:focus {
  outline: none;
}
.popover-container input[type="checkbox"] {
  width: 21px;
  height: 21px;
}
.popover-container input[type="checkbox"]:checked:before {
  left: 5px;
  top: 4px;
}
.popover-container .login-form, .popover-container .forgot-password-inner {
  max-width: 574px;
  width: 100%;
  margin: auto;
}
.popover-container .login-form span, .popover-container .login-form a, .popover-container .forgot-password-inner span, .popover-container .forgot-password-inner a {
  font-size: 15px;
  color: #000000;
}
.popover-container .login-form .login-submit, .popover-container .forgot-password-inner .login-submit {
  margin: auto;
  display: flex;
  justify-content: center;
}
.popover-container .login-form .login-submit .button, .popover-container .forgot-password-inner .login-submit .button {
  border: 4px solid #e84524;
  background: #ffffff !important;
  color: #e84524;
  padding: 16px 56px;
  min-width: 178px;
  font-size: 20px;
  height: 61px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
}
.popover-container .login-form .login-submit .button:hover, .popover-container .forgot-password-inner .login-submit .button:hover {
  color: #fff;
  background-color: #000 !important;
  border-color: #000;
}
.popover-container .login-form p, .popover-container .forgot-password-inner p {
  margin-bottom: 4px !important;
}
.popover-container .login-form p.forgot-password, .popover-container .forgot-password-inner p.forgot-password {
  text-align: right;
  margin-bottom: 14px !important;
}
.popover-container .login-form p.login-remember, .popover-container .forgot-password-inner p.login-remember {
  display: none;
}
.popover-container .login-form .account-sign-up, .popover-container .forgot-password-inner .account-sign-up {
  text-align: center;
}
.popover-container .login-form .heading, .popover-container .forgot-password-inner .heading {
  margin-bottom: 21px !important;
}
.popover-container .login-form .submit, .popover-container .forgot-password-inner .submit {
  margin-top: 30px !important;
}
.popover-container .register-form .user-registration {
  border: none !important;
  margin: -8px;
}
.popover-container .register-form .user-registration .ur-form-grid #user_pass_field {
  margin-top: 10px;
}
.popover-container .register-form .user-registration .ur-form-grid #user_email_field label.ur-label,
.popover-container .register-form .user-registration .ur-form-grid #user_pass_field label.ur-label {
  min-width: 160px;
}
.popover-container .register-form .user-registration .ur-form-grid #user_email_field .input-wrapper,
.popover-container .register-form .user-registration .ur-form-grid #user_pass_field .input-wrapper {
  min-width: 312px;
}
.popover-container .register-form .user-registration .ur-form-grid {
  padding: 0 13px !important;
}

.popover-container .register-form .user-registration .ur-form-grid.ur-grid-1 {
  padding-left: 0 !important;
}
.popover-container .register-form .user-registration .ur-form-grid .ur-field-item {
  margin-bottom: 0px !important;
}
.popover-container .register-form .user-registration .ur-form-grid .ur-field-item .password-input-group {
  display: contents !important;
}
.popover-container .register-form .user-registration .ur-form-grid .ur-field-item.field-checkbox .form-row {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}
.popover-container .register-form .user-registration .ur-form-grid .ur-field-item .form-row {
  margin-right: 0px;
  margin-left: 0px;
}
.popover-container .register-form .user-registration .grid-2-active label, .popover-container .register-form .user-registration .grid-2-active span, .popover-container .register-form .user-registration .grid-2-active .teacher-option label, .popover-container .register-form .user-registration .grid-2-active .teacher-option select {
  color: #000 !important;
}
.popover-container .register-form .user-registration .ur-button-container {
  float: left;
  padding: 0;
}
.popover-container .register-form .user-registration .ur-button-container .button {
  border: 4px solid #e84524;
  background: #ffffff;
  color: #e84524;
  padding: 13px 25px;
  font-weight: bold;
  font-size: 20px;
  min-width: 178px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
}
.popover-container .register-form .user-registration .ur-button-container .button:hover {
  color: #fff;
  background-color: #000 !important;
  border-color: #000;
}
.popover-container .register-form .user-registration .sample_lesson_plan a.sample_lesson_plan {
  text-transform: uppercase;
  font-size: 20px;
  border: 3px solid #000000;
  background: #ffffff;
  color: #000000;
  padding: 12.5px 18px 12.5px 50px;
  text-decoration: none;
  font-weight: 700;
  background-position: 19px;
  background-repeat: no-repeat;
  background-image: url(~/../assets/images/eye.png);
}
.popover-container .register-form .user-registration .sample_lesson_plan a.sample_lesson_plan:after {
  content: " ›";
}
@media only screen and (max-width: 414px) {
  .popover-container .register-form .user-registration .sample_lesson_plan a.sample_lesson_plan {
    font-size: 14px;
  }
}
.popover-container .register-form .user-registration .teacher-option label {
  color: #999 !important;
  font-size: 17px !important;
  font-weight: normal !important;
}
.popover-container .register-form .user-registration .teacher-option select {
  color: #999 !important;
  font-size: 15px !important;
  font-weight: normal !important;
  background-image: url("~/../assets/images/select-arrow.png") !important;
  background-position: center right 24px !important;
  background-repeat: no-repeat !important;
  font-style: italic;
}
.popover-container .register-form .user-registration .teacher-option ul {
  margin-left: 28px !important;
}
.popover-container .register-form .user-registration .teacher-option ul li {
  margin-bottom: 0px !important;
}
.popover-container .register-form .field-checkbox #check_box_1613545180_field {
  margin-bottom: 25px;
}
.popover-container .register-form .field-checkbox #check_box_1613545180_field > label {
  font-weight: 700 !important;
}
.popover-container .register-form .field-checkbox li.ur-checkbox-list {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.popover-container .register-form .field-checkbox li.ur-checkbox-list label.ur-checkbox-label {
  margin-bottom: 0;
  font-size: 15px !important;
}
.popover-container .register-form .field-checkbox label.ur-label {
  margin-bottom: 0;
}
.popover-container .register-form .ur-form-grid p {
  font-size: 17px;
}
.popover-container .recently_viewed .recentviewed-wrapper, .popover-container .your_fav .recentviewed-wrapper {
  background: #f2f2f2;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.popover-container .recently_viewed .recentviewed-wrapper .wpfp-link, .popover-container .your_fav .recentviewed-wrapper .wpfp-link {
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .popover-container .recently_viewed .recentviewed-wrapper .wpfp-link, .popover-container .your_fav .recentviewed-wrapper .wpfp-link {
    color: #000 !important;
    left: 0px;
    right: 0px;
  }
}
@media (max-width: 576px) {
  .popover-container .recently_viewed .recentviewed-wrapper, .popover-container .your_fav .recentviewed-wrapper {
    flex-direction: column;
    padding-bottom: 30px;
    padding-top: 15px;
  }
}
.popover-container .recently_viewed .recentviewed-wrapper:last-child, .popover-container .your_fav .recentviewed-wrapper:last-child {
  margin-bottom: 0;
}
.popover-container .recently_viewed .recentviewed_left, .popover-container .your_fav .recentviewed_left {
  width: 179px;
  margin-right: 29px;
}
@media (max-width: 576px) {
  .popover-container .recently_viewed .recentviewed_left, .popover-container .your_fav .recentviewed_left {
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
    margin-top: -16px;
  }
}
.popover-container .recently_viewed .recentviewed_left img, .popover-container .your_fav .recentviewed_left img {
  height: 134px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .popover-container .recently_viewed .recentviewed_left img, .popover-container .your_fav .recentviewed_left img {
    height: auto;
    width: 100%;
  }
}
.popover-container .recently_viewed .recentviewed_right, .popover-container .your_fav .recentviewed_right {
  width: 80%;
  float: left;
  text-align: left;
}
@media (max-width: 576px) {
  .popover-container .recently_viewed .recentviewed_right, .popover-container .your_fav .recentviewed_right {
    width: 100%;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
.popover-container .recently_viewed .recentviewed_right h2, .popover-container .your_fav .recentviewed_right h2 {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .popover-container .recently_viewed .recentviewed_right h2, .popover-container .your_fav .recentviewed_right h2 {
    font-size: 20px;
  }
}
.popover-container .recently_viewed .recentviewed_right h2 a, .popover-container .your_fav .recentviewed_right h2 a {
  color: inherit;
  text-decoration: none;
}
.popover-container .recently_viewed .recentviewed_right .recent-desc span, .popover-container .your_fav .recentviewed_right .recent-desc span {
  font-size: 17px;
  color: #000000;
}
@media (max-width: 576px) {
  .popover-container .recently_viewed .recentviewed_right .recent-desc span, .popover-container .your_fav .recentviewed_right .recent-desc span {
    font-size: 15px;
  }
}
.popover-container .recently_viewed .recentviewed_right .recent-desc span.bold, .popover-container .your_fav .recentviewed_right .recent-desc span.bold {
  font-weight: 700;
}
.popover-container .recently_viewed .recently-header, .popover-container .your_fav .recently-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .popover-container .recently_viewed .recently-header, .popover-container .your_fav .recently-header {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.popover-container .recently_viewed .recently-header h1, .popover-container .your_fav .recently-header h1 {
  margin-left: 0;
}
.popover-container .recently_viewed .recently-header .recently_fav, .popover-container .your_fav .recently-header .recently_fav {
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .popover-container .recently_viewed .recently-header .recently_fav, .popover-container .your_fav .recently-header .recently_fav {
    padding-left: 20px;
  }
}
.popover-container .recently_viewed .recently-header .recently_fav.your-favourite, .popover-container .your_fav .recently-header .recently_fav.your-favourite {
  position: relative;
}
.popover-container .recently_viewed .recently-header .recently_fav.your-favourite::after, .popover-container .your_fav .recently-header .recently_fav.your-favourite::after {
  content: " ";
  position: absolute;
  top: 3px;
  display: block;
  width: 14px;
  height: 15px;
  background-size: 14px 15px;
  left: -22px;
  background-image: url(~/../assets/images/heart.png);
}
@media only screen and (max-width: 767px) {
  .popover-container .recently_viewed .recently-header .recently_fav.your-favourite::after, .popover-container .your_fav .recently-header .recently_fav.your-favourite::after {
    left: 0px;
  }
}
.popover-container .field-checkbox label {
  font-weight: 400 !important;
}
.login-already {
  font-size: 15px;
  padding-top: 20px;
}
.login-already .login-btn {
  color: #000000;
}
.fav-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .fav-header {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.fav-header h1 {
  margin-left: 0;
}
.fav-header .recently_fav {
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .fav-header .recently_fav {
    padding-left: 20px;
  }
}
.fav-header .recently_fav.recently-view {
  position: relative;
}
.fav-header .recently_fav.recently-view::after {
  content: " ";
  position: absolute;
  top: 3px;
  display: block;
  width: 14px;
  height: 15px;
  background-size: 14px 15px;
  left: -22px;
  background-image: url(~/../assets/images/recent_b.png);
}
@media only screen and (max-width: 767px) {
  .fav-header .recently_fav.recently-view::after {
    left: 0px;
  }
}
.wpfc-calendar-wrapper *, .ui-selectmenu-menu {
  font-size: 13px !important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-event {
  border-radius: 0;
  padding: 1px 10px !important;
  color: #000000 !important;
  background-color: #f7e44d !important;
  border-color: #f7e44d !important;
  margin-bottom: 4px;
}
.recently-viewed-scroller {
  max-height: 395px;
  overflow: auto;
}
.remove-fav-btn a {
  background-color: #cd2653;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  right: 15px !important;
  bottom: 15px !important;
}
.remove-fav-btn a:hover {
  background: #000000;
  transition: 0.2s background ease-in-out;
}
.user-registration .register {
  overflow: auto;
  height: 55vh;
}
@media (min-width: 991px) {
  .fc-row.fc-week.ui-widget-content {
    height: 100px !important;
  }
}
.fc-scroller.fc-day-grid-container {
  height: 55vh !important;
  overflow: auto !important;
}
.fc-event:hover {
  background-color: #000 !important;
  color: #fff !important;
  transition: 0.2s all ease-in-out;
  border-color: #000 !important;
}
.popover-outer {
  overflow: hidden;
}
.fc-row.fc-week table:last-child tr td {
  border-bottom: none !important;
}
.fc-row.fc-week.ui-widget-content {
  border: 0px;
}
.wpfc-calendar-wrapper .fc-header-toolbar {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .wpfc-calendar-wrapper .fc-header-toolbar {
    flex-direction: column-reverse;
  }
}
.wpfc-calendar-wrapper .fc-header-toolbar .fc-center {
  float: left;
  order: 0;
}
@media only screen and (max-width: 767px) {
  .wpfc-calendar-wrapper .fc-header-toolbar .fc-center {
    order: 1;
  }
}
.wpfc-calendar-wrapper .fc-header-toolbar .fc-center h2 {
  font-size: 34px !important;
  color: #000000;
  font-weight: 700;
  font-style: italic;
  border-bottom: 3px solid #f7e44d;
  display: inline-block;
  padding-bottom: 9px;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}
.wpfc-calendar-wrapper .fc-header-toolbar .fc-right {
  align-items: center;
  display: flex;
  order: 1;
  width: 19%;
}
@media only screen and (max-width: 767px) {
  .wpfc-calendar-wrapper .fc-header-toolbar .fc-right {
    order: 0;
    display: block;
  }
}
.wpfc-calendar-wrapper .fc-header-toolbar .fc-right button {
  display: none;
}
.wpfc-calendar-wrapper .fc-header-toolbar .fc-clear {
  display: none;
}
.wpfc-calendar-wrapper .fc-header-toolbar .fc-left {
  align-items: center;
  display: flex;
  order: 1;
}
.wpfc-calendar-wrapper .fc-header-toolbar .fc-left button.fc-today-button {
  display: none;
}
.wpfc-calendar-wrapper .fc-header-toolbar .fc-left .fc-button-group button {
  color: #000;
  background: #fff;
  border: none;
  font-size: 15px !important;
}
.wpfc-calendar-wrapper .fc-header-toolbar .fc-left .fc-button-group button:focus {
  outline: none;
  border: none;
}
.wpfc-calendar-wrapper .fc-header-toolbar .fc-left .fc-button-group button .ui-icon-circle-triangle-w {
  width: 19px;
  height: 20px;
  background-size: 19px 20px;
  background-position: center;
  margin-right: 6px;
  background-image: url(~/../assets/images/cal-left-arrow.png) !important;
}
.wpfc-calendar-wrapper .fc-header-toolbar .fc-left .fc-button-group button .ui-icon-circle-triangle-e {
  width: 19px;
  height: 20px;
  background-size: 19px 20px;
  background-position: center;
  margin-left: 6px;
  background-image: url(~/../assets/images/cal-right-arrow.png) !important;
}
.wpfc-calendar-wrapper .fc-view-container .fc-month-view table {
  border: none;
}
.wpfc-calendar-wrapper .fc-view-container .fc-month-view table .fc-head td {
  background: #000;
  border: none;
}
.wpfc-calendar-wrapper .fc-view-container .fc-month-view table .fc-head td .fc-row {
  border: none;
}
.wpfc-calendar-wrapper .fc-view-container .fc-month-view table .fc-head td .fc-row th.ui-widget-header {
  background: #000;
  border-right: 1px solid #fff !important;
  padding: 13.3px 0px;
  border: none;
  margin-right: 14px;
}
.wpfc-calendar-wrapper .fc-view-container .fc-month-view table .fc-head td .fc-row th.ui-widget-header:last-child {
  border-right: 1px solid #000 !important;
}
.wpfc-calendar-wrapper .fc-view-container .fc-month-view table .fc-body .ui-widget-content {
  border-width: 0px;
  padding: 0;
  vertical-align: top;
  border-right-width: 1px;
  border-top-width: 1px;
  background: #fff;
}
.wpfc-calendar-wrapper .fc-view-container .fc-month-view table .fc-body .ui-widget-content:last-child {
  border-right-width: 0px;
}
.calendar-full .login-register-link {
  position: absolute;
  right: 41px;
  top: 45px;
}
.calendar-full .login-register-link a {
  font-size: 15px !important;
  color: #000 !important;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.logged-in .wpfc-calendar-wrapper .fc-right {
  display: none;
}
.standardpage iframe {
  margin-bottom: 40px;
  margin-top: 40px;
}
.standardpage .alignnone {
  margin-top: 0;
  margin: 0;
  margin-bottom: 40px;
  width: 100% !important;
}
.standardpage figcaption {
  font-size: 15px;
  font-style: italic;
  color: #666666;
}
.standardpage .post-inner {
  padding-top: 0;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .standardpage .post-inner {
    margin-bottom: 40px;
  }
}
.standardpage .post-inner .header-footer-group h1 {
  margin-top: 79px;
  font-size: 46px;
  margin-bottom: 41px;
}
.standardpage .post-inner p {
  font-size: 17px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}
.standardpage .post-inner a {
  color: #e84524;
}
.standardpage .heateor_sss_sharing_container {
  display: none;
}
.standardpage ul {
  margin-left: 20px;
}
.standardpage ul li {
  list-style: none;
  position: relative;
}
.standardpage ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #e84524;
  position: absolute;
  left: -20px;
  top: 10px;
  border-radius: 50%;
}
.advanced-sidebar-menu {
  background: #f7e44d;
  margin-top: 91px !important;
  padding: 22px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .advanced-sidebar-menu {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
}
.advanced-sidebar-menu.widget li {
  margin-top: 0;
}
.advanced-sidebar-menu .widget-content h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.advanced-sidebar-menu .widget-content ul {
  margin-left: 0;
  margin-bottom: 0px;
}
.advanced-sidebar-menu .widget-content ul li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ffffff;
  padding-left: 10px;
  padding-bottom: 13px;
  padding-top: 5px;
}
.advanced-sidebar-menu .widget-content ul li::before {
  content: "-";
  position: relative;
  color: #000000;
  font-weight: 500;
  left: -7px;
  font-size: 27px;
  top: 2px;
}
.advanced-sidebar-menu .widget-content ul li a {
  font-size: 17px;
  color: #000000;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.advanced-sidebar-menu .widget-content ul li a:hover {
  text-decoration: underline;
}
.advanced-sidebar-menu .widget-content ul li ul {
  margin-left: 20px;
}
.advanced-sidebar-menu .widget-content ul li ul li {
  border-bottom: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.advanced-sidebar-menu .widget-content ul li:last-child {
  border-bottom: 0;
}
.resource-details .video-section .video-wrapper .video-aspect{	
  width: 100% !important;	
  padding-bottom: 41.84%;	
  height: 312px !important;	
}