@media all {
  .clickable {
    cursor: pointer;
  }
  .clearfix:after,
  .clearfix:before {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .class-tile-container {
    position: relative !important;
  }
  .hide {
    display: none !important;
  }
  .show {
    display: block !important;
  }

  .small-class-title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
  }
  .small-class-title.two-line {
    max-height: 42px;
    overflow: hidden;
  }

  .caption,
  .instructor-name {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .caption.xs-one-line,
  .instructor-name.xs-one-line {
    max-height: 15px;
  }
  @media (min-width: 768px) {
    .caption.sm-one-line,
    .instructor-name.sm-one-line {
      max-height: 15px;
    }
  }
  .text-capitalize {
    text-transform: capitalize;
  }
  .ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    /* .new-site-header h4 {
      font-size: 18px;
    } */
    /* .new-site-header p {
      font-size: 16px;
    } */
  }
  @media (max-width: 375px) {
    .small-class-title {
      font-size: 16px;
    }
  }
  .accessible-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
  }
  @media print {
    .mobile-toggle,
    .new-site-header {
      display: none !important;
    }
    a[href]:after {
      content: none !important;
    }
  }
  .pad-top-m {
    padding-top: 10px;
  }
  .margin-top-m {
    margin-top: 10px;
  }
  .pad-bottom-m {
    padding-bottom: 10px;
  }
  .margin-bottom-m {
    margin-bottom: 10px;
  }
  .pad-bottom-l {
    padding-bottom: 15px;
  }
  .margin-bottom-l {
    margin-bottom: 15px;
  }
  .pad-top-xl {
    padding-top: 30px;
  }
  .margin-left-xl {
    margin-left: 30px;
  }
  .margin-none {
    margin: 0;
  }
  .margin-top-none {
    margin-top: 0;
  }
  .btn {
    outline: 0;
    font-family: ProximaNova, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 15px 45px;
    white-space: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    box-shadow: none;
    border: none;
    -ms-transition: 0.3s background ease, 0.3s border ease, 0.3s color ease;
    -webkit-transition: 0.3s background ease, 0.3s border ease, 0.3s color ease;
    -moz-transition: 0.3s background ease, 0.3s border ease, 0.3s color ease;
    -o-transition: 0.3s background ease, 0.3s border ease, 0.3s color ease;
    transition: 0.3s background ease, 0.3s border ease, 0.3s color ease;
  }
  .btn:active {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .btn:disabled,
  .btn:disabled:active,
  .btn:disabled:focus,
  .btn:disabled:hover {
    color: #a4a4a4;
    background-color: #e6e6e6;
  }
  .btn.text-capitalize {
    text-transform: capitalize;
  }
  @media (max-width: 767px) {
    .btn {
      padding: 10px 30px;
    }
  }
  .btn-small {
    padding: 10px 30px;
    line-height: 18px;
  }
  .btn-primary {
    background-color: #00f;
  }
  .btn-primary:focus,
  .btn-primary:hover {
    background-color: #33f;
  }
  .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .gray3 {
    color: #a4a4a4;
  }
  .black {
    color: #000;
  }
  i {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .logo {
    -ms-transition: fill 0.1s ease;
    -webkit-transition: fill 0.1s ease;
    -moz-transition: fill 0.1s ease;
    -o-transition: fill 0.1s ease;
    transition: fill 0.1s ease;
  }
  .form-control {
    border-radius: 0;
  }
  .cl-form-group {
    margin-bottom: 10px;
    padding-top: 10px;
    position: relative;
  }
  .cl-form-group input.form-control {
    -ms-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    transition: 0.3s border ease;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px #d9d9d9 solid;
    font-weight: 400;
    color: #333;
  }
  .cl-form-group input.form-control {
    padding: 6px 25px 6px 0;
    height: 30px;
  }
  .cl-form-group input.form-control.pad-left {
    padding-left: 25px;
  }
  .cl-form-group label {
    -ms-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-weight: 300;
    margin: 0;
    color: #a4a4a4;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 15px;
  }
  .cl-form-group input.form-control:focus {
    border-bottom: 1px #00f solid;
  }
  .cl-form-group .form-icon,
  .cl-form-group .form-icon-svg {
    position: absolute;
    right: -15px;
    font-size: 18px;
    z-index: 1;
  }
  .cl-form-group .form-icon {
    top: 15px;
  }
  .cl-form-group .form-icon-svg {
    padding-top: 5px;
    width: 18px;
    top: 10px;
  }
  .cl-form-group .form-icon-left {
    right: auto;
    left: 0;
    top: 12px;
  }
  :-moz-placeholder {
    color: #c1c1c1 !important;
  }
  ::-moz-placeholder {
    color: #c1c1c1 !important;
  }
  :-ms-input-placeholder {
    color: #c1c1c1 !important;
  }
  ::-webkit-input-placeholder {
    color: #c1c1c1 !important;
  }
  a {
    color: #00f;
    -ms-transition: 0.1s color ease;
    -webkit-transition: 0.1s color ease;
    -moz-transition: 0.1s color ease;
    -o-transition: 0.1s color ease;
    transition: 0.1s color ease;
  }
  a:hover {
    color: #33f;
    cursor: pointer;
  }
  a:active,
  a:hover {
    text-decoration: none;
    outline: 0;
  }
  a:focus {
    outline: dotted thin;
    outline-offset: 1px;
  }
  .class-tile-container {
    display: block;
    width: 100%;
    position: relative;
    padding: 56.25% 0 0;
    height: 0;
    overflow: visible;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f1f1f1;
  }
  .class-tile {
    min-height: 72px;
  }
  .small-tile {
    width: 110px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
  }
  .small-class-info .small-class-title {
    font-size: 14px;
    font-weight: 400;
  }
  .small-class-info .instructor-name {
    max-height: 15px;
  }
  .search-autocomplete .clear-input {
    right: 0;
  }
  .search-autocomplete .dropdown-autocomplete {
    opacity: 0;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    min-width: 280px;
    background-color: #fff;
    text-align: left;
    z-index: 100;
    pointer-events: none;
    padding: 10px 15px;
    box-sizing: content-box;
    margin-left: -15px;
    border-bottom: 1px solid #f1f1f1;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
  }
  .search-autocomplete .dropdown-autocomplete .side-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-autocomplete .dropdown-autocomplete a {
    color: #000;
    font-weight: 300;
  }
  .search-autocomplete .dropdown-autocomplete a:hover {
    color: #000 !important;
  }
  .search-autocomplete .dropdown-autocomplete .popular-search ul {
    list-style: none;
    padding: 0;
  }
  .search-autocomplete .dropdown-autocomplete .popular-search li {
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 0.8px;
  }
  .search-autocomplete .dropdown-autocomplete .popular-search li,
  .search-autocomplete .dropdown-autocomplete .see-all-search-result {
    cursor: pointer;
    color: #000;
  }
  .search-autocomplete .dropdown-autocomplete .popular-search li:hover,
  .search-autocomplete .dropdown-autocomplete .see-all-search-result:hover {
    color: #000;
    background-color: #f1f1f1;
  }
  .search-autocomplete .dropdown-autocomplete h4 {
    font-weight: 300;
  }
  .search-autocomplete .dropdown-autocomplete .class-tile {
    padding-top: 10px;
  }
  .search-autocomplete .dropdown-autocomplete .see-all-search-result {
    padding: 10px 20px;
    margin: 0;
    text-align: center;
  }
  @media (min-width: 480px) {
    .search-autocomplete .dropdown-autocomplete {
      padding: 10px 30px;
      margin-left: -30px;
    }
  }
  @media (min-width: 992px) {
    .search-autocomplete .dropdown-autocomplete {
      padding: 10px 0;
      box-sizing: border-box;
      margin-left: 0;
      border: 1px solid #f1f1f1;
    }
  }
  .logged-out-item {
    display: inline-block;
  }
  .large-link {
    display: flex !important;
    align-items: center;
    align-content: space-between;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .large-link:hover {
    color: #fff;
  }
  .large-link span {
    height: 16px;
  }
  .flex-parent {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  }
  .new-site-header::before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 151;
  }
  .new-site-header {
    position: relative;
    color: #f1f1f1;
    z-index: 150;
  }
  .new-site-header a {
    -ms-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: inherit;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .new-site-header a svg:not(.iosApp) {
    -ms-transition: fill 0.3s ease, stroke 0.3s ease;
    -webkit-transition: fill 0.3s ease, stroke 0.3s ease;
    -moz-transition: fill 0.3s ease, stroke 0.3s ease;
    -o-transition: fill 0.3s ease, stroke 0.3s ease;
    transition: fill 0.3s ease, stroke 0.3s ease;
    fill: #fff;
  }
  .new-site-header .nav-container-flex {
    height: 80px;
    background-color: #000;
    z-index: 150;
    padding: 0 20px;
  }
  @media (min-width: 1200px) {
    .new-site-header .nav-container-flex {
      padding: 0 40px;
    }
  }
  @media (max-width: 767px) {
    .new-site-header .nav-container-flex {
      padding: 0 20px 0 10px;
    }
  }
  @media (max-width: 1199px) {
    .new-site-header .nav-container-flex {
      height: 60px;
    }
  }
  .new-site-header .left-nav-items-flex,
  .new-site-header .nav-container-flex,
  .new-site-header .right-nav-items-flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
  }
  .new-site-header .right-nav-items-flex {
    flex: 1;
    justify-content: flex-end;
  }
  @media (min-width: 992px) {
    .new-site-header .left-nav-items-flex .icon-search {
      display: none;
    }
  }
  .new-site-header .logo {
    margin-right: 30px;
  }
  .new-site-header .logo svg {
    height: 40px;
    width: 54px;
  }
  @media (min-width: 768px) {
    .new-site-header .logo {
      height: 20px;
    }
    .new-site-header .logo svg {
      height: 20px;
      width: 272.46px;
    }
  }
  .new-site-header .icon-search {
    height: 22px;
  }
  .new-site-header .icon-search svg {
    width: 22px;
    height: 22px;
  }
  .new-site-header .searchbar {
    display: none;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 10px 20px;
    z-index: 150;
  }
  .new-site-header .searchbar .cl-form-group {
    padding-top: 0;
    margin-bottom: 0;
  }
  .new-site-header .searchbar .cl-form-group .form-icon-svg {
    top: 3px;
    width: 22px;
  }
  .new-site-header .searchbar .cl-form-group .form-icon-svg svg {
    height: 25px;
  }
  @media (min-width: 992px) {
    .new-site-header .searchbar {
      background-color: #212121;
      display: block;
      padding: 0 10px;
      margin: 10px 0;
      left: 430px;
      top: 0;
      right: 0;
      width: 300px;
      border-radius: 4px;
    }
  }
  @media (min-width: 1200px) {
    .new-site-header .searchbar {
      margin: 20px 0;
      left: 460px;
      width: 360px;
    }
  }
  .new-site-header .searchbar svg {
    fill: #fff;
    stroke: #fff;
  }
  .new-site-header .searchbar input.form-control {
    font-size: 16px;
    color: #fff;
    height: 40px;
    border: none;
  }
  @media (min-width: 1200px) {
    .new-site-header .searchbar input.form-control {
      padding-left: 35px;
    }
  }
  .new-site-header .searchbar .search-autocomplete .form-icon {
    display: none;
  }
  .new-site-header .searchbar .search-autocomplete .new-icon-search {
    position: absolute;
    top: 10px;
    cursor: pointer;
  }
  @media (min-width: 1200px) {
    .new-site-header .searchbar .search-autocomplete .new-icon-search {
      top: 7px;
    }
  }
  .new-site-header
    .searchbar
    .search-autocomplete
    .popular-search
    .fa.fa-search {
    display: none;
  }
  .new-site-header .searchbar .search-autocomplete .dropdown-autocomplete {
    background-color: #1a1a1a;
    position: absolute;
    width: 100vw;
    border: none;
    padding: 10px 0;
    left: -20px;
    margin-top: 20px;
    margin-left: 0;
  }
  @media (min-width: 992px) {
    .new-site-header .searchbar .search-autocomplete .dropdown-autocomplete {
      left: -20px;
      margin-top: 20px;
      width: 320px;
    }
  }
  @media (min-width: 1200px) {
    .new-site-header .searchbar .search-autocomplete .dropdown-autocomplete {
      left: -10px;
      margin-top: 30px;
      width: 380px;
    }
  }
  .new-site-header .searchbar .search-autocomplete .dropdown-autocomplete h4 {
    color: #fff200;
    font-weight: 400;
  }
  .new-site-header
    .searchbar
    .search-autocomplete
    .dropdown-autocomplete
    .class-tile
    a
    .small-class-info
    h4.instructor-name {
    font-size: 12px !important;
  }
  .new-site-header .searchbar .search-autocomplete .dropdown-autocomplete a h4,
  .new-site-header .searchbar .search-autocomplete .dropdown-autocomplete li,
  .new-site-header .searchbar .search-autocomplete .dropdown-autocomplete p {
    color: #f1f1f1;
  }
  .new-site-header .searchbar .search-autocomplete .dropdown-autocomplete hr {
    border-top: 1px solid #4e4e4e;
  }
  .new-site-header
    .searchbar
    .search-autocomplete
    .dropdown-autocomplete
    .popular-search
    li,
  .new-site-header
    .searchbar
    .search-autocomplete
    .dropdown-autocomplete
    .see-all-search-result,
  .new-site-header .searchbar .search-autocomplete .dropdown-autocomplete a {
    color: #f1f1f1;
    font-weight: 300;
    font-size: 14px !important;
  }
  .new-site-header
    .searchbar
    .search-autocomplete
    .dropdown-autocomplete
    .popular-search
    li:hover,
  .new-site-header
    .searchbar
    .search-autocomplete
    .dropdown-autocomplete
    .see-all-search-result:hover,
  .new-site-header
    .searchbar
    .search-autocomplete
    .dropdown-autocomplete
    a:hover {
    color: #f1f1f1;
    background-color: #333;
  }
  .mobile-hamburger-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1a1a1a;
    color: #fff;
    z-index: -1;
    text-transform: uppercase;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(0);
  }
  .mobile-hamburger-menu .hamburger-container {
    padding: 20px 30px;
  }
  .mobile-hamburger-menu .hamburger-container a {
    padding: 15px 0;
    color: inherit;
  }
  .mobile-hamburger-menu .hamburger-container a:not(.logged-in-content) {
    display: block;
  }
  .new-site-header .mobile-toggle {
    height: 40px;
    margin: 0 30px;
  }
  .new-site-header .mobile-toggle svg {
    padding: 10px;
    margin: 0 -10px;
  }
  .new-site-header .mobile-toggle svg polygon {
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.community {
    padding: 15px 0 0 !important;
  }
  .new-site-header .logged-out-item {
    border-bottom: solid #00f;
    margin-top: 6px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .new-site-header .group-title {
    color: #fff200;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
  }
}

@media all {
  @media print {
    .footer {
      display: none;
    }
  }
  .block-level {
    display: block;
  }
  .footer h6 {
    font-size: 16px;
    line-height: inherit;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0.5px;
    margin-top: 0;
  }
  @media (max-width: 767px) {
    .footer h6 {
      font-size: 16px;
    }
  }
  .text-center {
    text-align: center;
  }
  .text-nowrap {
    white-space: nowrap;
  }
  @media print {
    a[href]:after {
      content: none !important;
    }
  }
  .margin-top-m {
    margin-top: 10px;
  }
  .margin-top-l {
    margin-top: 15px;
  }
  .margin-bottom-l {
    margin-bottom: 15px;
  }
  .footer ul {
    margin: 0;
  }
  i {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  .logo {
    -ms-transition: fill 0.1s ease;
    -webkit-transition: fill 0.1s ease;
    -moz-transition: fill 0.1s ease;
    -o-transition: fill 0.1s ease;
    transition: fill 0.1s ease;
  }
  :-moz-placeholder {
    color: #c1c1c1 !important;
  }
  ::-moz-placeholder {
    color: #c1c1c1 !important;
  }
  :-ms-input-placeholder {
    color: #c1c1c1 !important;
  }
  ::-webkit-input-placeholder {
    color: #c1c1c1 !important;
  }
  a {
    color: #00f;
    -ms-transition: 0.1s color ease;
    -webkit-transition: 0.1s color ease;
    -moz-transition: 0.1s color ease;
    -o-transition: 0.1s color ease;
    transition: 0.1s color ease;
  }
  a:hover {
    color: #33f;
    cursor: pointer;
  }
  a:active,
  a:hover {
    text-decoration: none;
    outline: 0;
  }
  a:focus {
    outline: dotted thin;
    outline-offset: 1px;
  }
  .footer {
    position: relative;
    padding: 25px 0 0;
    background-color: #333;
    color: #fff;
    font-size: 14px;
  }
  @media (max-width: 767px) {
    .footer .container-fluid {
      max-width: 480px;
    }
    .footer .links {
      text-align: center;
    }
    .footer .links .row {
      display: inline-block;
      margin: 0 auto;
      text-align: left;
    }
    .footer .links .row > * {
      width: auto;
    }
  }
  .footer .container-fluid > .row > * {
    margin-bottom: 25px;
  }
  .footer ul {
    display: inline-block;
  }
  .footer h6 {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  .footer a {
    color: #a4a4a4;
  }
  .footer a:hover {
    color: #fff;
  }
  .footer .links li {
    margin-top: 10px;
  }
  .footer .social {
    text-align: center;
  }
  .footer .social h6 {
    display: none;
  }
  .footer .social li {
    float: left;
    font-size: 20px;
    margin-right: 30px;
  }
  .footer .social li:last-child {
    margin-right: 0;
  }
  @media (min-width: 992px) {
    .footer .social li {
      width: 50%;
      margin: 0 0 15px;
      text-align: center;
    }
  }
  @media (min-width: 992px) {
    .footer .social {
      text-align: left;
    }
    .footer .social h6 {
      display: block;
      margin-bottom: 15px;
    }
    .footer .social li {
      width: auto;
      margin-right: 30px;
    }
    .footer .social li:last-child {
      margin-right: 0;
    }
  }
  .footer .branding {
    text-align: center;
    color: #666;
  }
  @media (max-width: 991px) {
    .footer .branding {
      clear: both;
    }
  }
  .footer .branding > div {
    margin: 0 auto;
  }
  @media (min-width: 992px) {
    .footer .branding > div {
      max-width: 300px;
      margin: 0;
    }
  }
  .footer .branding .logo > svg {
    width: 250px;
  }
  .footer .branding a {
    fill: #666;
  }
  .footer .branding a:hover {
    fill: #a4a4a4;
  }
  .footer .branding .legal {
    margin: 15px 0;
  }
  .footer .branding .legal > * {
    margin-right: 18px;
    margin-left: 18px;
  }
  .footer .branding .copyright,
  .footer .branding .legal {
    font-size: 12px;
  }
}

/*Bootstrap layout*/

ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}

.container-fluid:after,
.container-fluid:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.container-fluid:after,
.row:after {
  clear: both;
}

.col-lg-3,
.col-lg-4,
.col-md-2,
.col-md-5,
.col-sm-6,
.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-4 {
  float: left;
}
.col-xs-4 {
  width: 33.33333333%;
}
@media (min-width: 768px) {
  .col-sm-6 {
    float: left;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
}
@media (min-width: 992px) {
  .col-md-2,
  .col-md-5 {
    float: left;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-3,
  .col-lg-4 {
    float: left;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
}

/*Responsivness helpers */

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.accessible-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}

/*Social icons*/

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-youtube:before {
  content: "\f167";
}

/*Additional classes*/

.new-site-header,
.footer {
  line-height: 21px;
  font-weight: 400;
}

.new-site-header a:hover {
  color: inherit;
}

#blog-search {
  width: 100%;
  outline: none;
  font-family: ProximaNova, Helvetica, sans-serif;
  color: #fff;
}

#blog-search:focus {
  outline: none;
}

.dropdown-active {
  opacity: 1 !important;
  pointer-events: all !important;
}

.mobile-menu-open .mobile-hamburger-menu {
  transform: translateY(100%);
}

.mobile-menu-open .mobile-toggle svg #top {
  -webkit-transform: translateX(31%) rotate(45deg);
  -moz-transform: translateX(31%) rotate(45deg);
  -ms-transform: translateX(31%) rotate(45deg);
  -o-transform: translateX(31%) rotate(45deg);
  transform: translateX(31%) rotate(45deg);
}

.mobile-menu-open .mobile-toggle svg #middle {
  -webkit-transform: translateX(-60%);
  -moz-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  -o-transform: translateX(-60%);
  transform: translateX(-60%);
  opacity: 0;
}

.mobile-menu-open .mobile-toggle svg #bottom {
  -webkit-transform: translate(-40%, 30%) rotate(-45deg);
  -moz-transform: translate(-40%, 30%) rotate(-45deg);
  -ms-transform: translate(-40%, 30%) rotate(-45deg);
  -o-transform: translate(-40%, 30%) rotate(-45deg);
  transform: translate(-40%, 30%) rotate(-45deg);
}

/*Classes menu*/

.new-site-header [uib-dropdown-toggle]:hover svg.caret-down {
  fill: transparent;
  stroke: #fff;
}
.new-site-header.open #classes-menu-toggle{
  background-color: #000;
  border: 0;
  color: #fff;
}
.new-site-header .open #classes-menu-togglesvg {
  fill: #fff;
  stroke: #fff;
}
.new-site-header .open #classes-menu-togglesvg.caret-down {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: transparent;
  stroke: #fff;
}
.new-site-header.open .class-menu,
.new-site-header.open .dropdown-menu.list-menu {
  pointer-events: auto;
  transform: translateY(100%);
}
.new-site-header .class-menu {
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1a1a1a;
  color: #fff;
  z-index: -1;
  transform: translateY(0);
  display: inline-block;
  top: auto;
  float: none;
  min-width: auto;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new-site-header .class-menu .class-menu-mobile {
  min-height: calc(100vh - 60px);
  flex-direction: column;
  flex-basis: calc(100vh - 60px);
}
.new-site-header .class-menu .class-menu-mobile .group-title,
.new-site-header .class-menu .class-menu-mobile a,
.new-site-header .class-menu .class-menu-mobile p {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #666;
}
.new-site-header .class-menu .class-menu-mobile a {
  border: 0;
  justify-content: normal;
}
.new-site-header .class-menu .class-menu-mobile .group-title {
  padding: 10px 20px;
  border-bottom: none;
}
.new-site-header .class-menu .class-menu-mobile p.active {
  color: #fff200;
}
.new-site-header .class-menu .class-menu-mobile p.active .caret-right {
  transform: rotate(-180deg);
}
.new-site-header .class-menu .class-menu-mobile [nav-accordian-content] {
  height: 0;
  overflow: hidden;
  background: #000;
}
.new-site-header .class-menu .class-menu-mobile [nav-accordian-content] a .caret-right {
  transform: rotate(-90deg);
}
.new-site-header .class-menu .class-menu-mobile [nav-accordian-content] div a {
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 10px;
}
.new-site-header .class-menu .class-menu-mobile [nav-accordian-content] .group {
  padding-bottom: 20px;
}
.new-site-header .class-menu .class-menu-mobile [nav-accordian-group] .caret-right {
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new-site-header .class-menu .class-menu-mobile [nav-accordian-group].active p[nav-accordian-heading] {
  color: #fff200;
}
.new-site-header .class-menu .class-menu-mobile [nav-accordian-group].active p[nav-accordian-heading] svg.caret-right {
  transform: rotate(180deg);
}
.new-site-header .class-menu .class-menu-mobile [nav-accordian-group].active div[nav-accordian-content] {
  height: auto;
}
@media (max-width: 767px) {
  .new-site-header .class-menu .class-menu-desktop {
      display: none;
      max-height: 620px;
  }
}
@media (min-width: 768px) {
  .new-site-header .class-menu .class-menu-mobile {
      display: none;
  }
  .new-site-header .class-menu .left-flex .caret-right,
  .new-site-header .class-menu .right-flex .caret-right {
      transform: rotate(-90deg);
  }
}
.new-site-header .class-menu [nav-accordian-content] a:last-child {
  display: block;
}
.new-site-header .class-menu .left-flex {
  min-width: 210px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .new-site-header .class-menu .left-flex {
      margin-left: 15%;
  }
}
.new-site-header .class-menu .left-flex ul {
  list-style: none;
  padding: 0;
}
.new-site-header .class-menu .left-flex ul li > a {
  display: block;
}
.new-site-header .class-menu .left-flex p {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.new-site-header .class-menu .left-flex a,
.new-site-header .class-menu .left-flex p {
  padding: 20px 15px;
}
.new-site-header .class-menu .left-flex a:hover,
.new-site-header .class-menu .left-flex p:hover {
  background-color: transparent;
  color: #fff200;
}
.new-site-header .class-menu .left-flex a:hover svg,
.new-site-header .class-menu .left-flex p:hover svg {
  fill: #fff200;
}
.new-site-header .class-menu .left-flex .group-title {
  display: block;
}
.new-site-header .class-menu .right-flex a:hover {
  color: #fff200;
}


.new-site-header .open + .class-menu {
  transform: translateY(100%);
}
.new-site-header .group-title {
  color: #fff200;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}
.new-site-header [right-img] {
  width: 100%;
  height: 620px;
  background-size: cover;
  background-position: center;
}
.new-site-header .right-flex {
  width: 100%;
  height: 620px;
}
.new-site-header .right-flex .l3-channel {
  margin: 0 0 28px;
  height: 32px;
  line-height: 1;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 3px;
}
.new-site-header .right-flex [default-l3] h3 {
  top: 45%;
}
.new-site-header .right-flex [default-l3]::before {
  content: "";
  position: absolute;
  background-image: url(https://agc.creativelive.com/agc/pages/watch-arrow.png);
  background-repeat: no-repeat;
  height: 59px;
  width: 234px;
  top: 20px;
  margin-left: 15px;
  z-index: 151;
}
.new-site-header .right-flex [default-l3]::after {
  content: "";
  position: absolute;
  background-image: url(https://agc.creativelive.com/agc/pages/browse-arrow.png);
  background-repeat: no-repeat;
  height: 300px;
  width: 306px;
  top: 200px;
  margin-left: 10px;
  z-index: 151;
}
.new-site-header .right-flex .l3-right-view > div {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 20px 0;
  height: 100%;
  position: relative;
}
.new-site-header .right-flex .l3-right-view > div h3 {
  max-width: 450px;
}
.new-site-header .right-flex .tight-grouping {
  width: 100%;
}
@media (min-width: 1200px) {
  .new-site-header .right-flex .tight-grouping {
      width: 55%;
  }
}
.new-site-header .right-flex .groupings {
  flex-direction: column;
  flex-wrap: wrap;
  height: 500px;
}
.new-site-header .right-flex .groupings .group {
  margin-bottom: 40px;
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .new-site-header .right-flex .groupings .group {
      margin-right: 15px;
  }
}
.new-site-header .right-flex .groupings .group ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.new-site-header .right-flex .groupings .group li {
  height: 36px;
  padding: 10px 0;
}
.new-site-header .right-flex .groupings .group li a {
  letter-spacing: 1px;
}
.new-site-header .right-flex .l3-catalog {
  display: block;
  height: 40px;
  letter-spacing: 4px;
  font-weight: 800;
}

.clListHoverSelectorHide {
  display: none;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.new-site-header h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 800;
  text-transform: none;
  margin-top: 0;
  letter-spacing: .8px;
}

.new-site-header .right-flex .l3-right-view>div h3 {
  max-width: 450px;
  top:45%;
}

.new-site-header .align-middle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%,-50%,0);
  -khtml-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

.new-site-header #classes-menu-toggle{
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 0;
  position: relative;
  z-index: 49;
  padding-right: 0 !important;
  height: 80px;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .new-site-header #classes-menu-toggle{
      height: 60px;
      padding: 20px 0;
  }
}
.new-site-header #classes-menu-toggle .caret-down {
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-right: 5px;
  width: 20px;
  fill: transparent;
  stroke: #f1f1f1;
  display: inline-block;
  vertical-align: -2px;
}
.new-site-header [uib-dropdown-toggle]:hover {
  color: #fff;
}
.new-site-header [uib-dropdown-toggle]:hover svg {
  fill: #fff;
  stroke: #fff;
}
.new-site-header [uib-dropdown-toggle]:hover svg.caret-down {
  fill: transparent;
  stroke: #fff;
}
.new-site-header.open #classes-menu-toggle{
  background-color: #000;
  border: 0;
  color: #fff;
}
.new-site-header.open #classes-menu-toggle svg {
  fill: #fff;
  stroke: #fff;
}
.new-site-header.open #classes-menu-toggle svg.caret-down {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: transparent;
  stroke: #fff;
}

.new-site-header .right-flex .l3-channel {
  display:block;
  margin: 0 0 28px;
  height: 32px;
  line-height: 1;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 3px;
}

.new-site-header .right-flex .l3-catalog {
  display: block;
  height: 40px;
  letter-spacing: 4px;
  font-weight: 800;
}

.new-site-header .margin-right-s {
  margin-right: 5px;
}

.new-site-header .pad-left-l {
  padding-left: 15px;
}

.new-site-header .text-uppercase {
  text-transform: uppercase;
}