/**
 * Styles for the "General" section of the site
 */
.footer {
  background-color: #064c7f; }

.footer-toyota-trucks .truck-logo-color {
  fill: #064c7f; }

.team-toyota .member-info::before {
  background-color: #064c7f; }

@media (min-width: 52em) {
  .team-toyota .member-info:hover::before {
    opacity: 0.6; } }

@media (max-width: 40em) {
  .ae-container {
    padding-left: 1.25em;
    padding-right: 1.25em; } }

header {
  position: absolute;
  width: 100%;
  z-index: 10; }
  header .ae-container {
    padding-left: 0;
    padding-right: 0; }
  @media (max-width: 40em) {
    header {
      padding-left: 0;
      padding-right: 0; } }
  header .logo-container {
    background-color: black;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    padding: 22px 34px; }
    .general header .logo-container {
      background-color: transparent; }
    @media (max-width: 40em) {
      header .logo-container {
        width: 100%; } }
    @media (min-width: 64rem) {
      header .logo-container {
        padding: 22px 34px;
        margin: 0 34px; } }
    header .logo-container > a {
      display: block; }
  header .logo {
    display: block; }
    @media (max-width: 40em) {
      header .logo {
        margin: 0 auto; } }
  header .nav-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center; }
  header .main-nav {
    padding: 0;
    vertical-align: middle; }
    @media (min-width: 40.05em) {
      header .main-nav {
        display: inline-block;
        margin: 0; } }
    @media (max-width: 40em) {
      header .main-nav {
        margin: 0 auto;
        padding: 0;
        width: auto;
        text-align: center;
        padding: 0 18px; } }
    @media (max-width: 40em) {
      header .main-nav .mobile-first-link {
        margin-left: 0; } }
    header .main-nav .nav-item {
      list-style: none;
      display: inline-block;
      margin-left: 20px;
      position: relative; }
      @media (min-width: 64em) {
        header .main-nav .nav-item {
          margin-left: 38px; }
          header .main-nav .nav-item:before {
            content: '';
            width: 5px;
            height: 5px;
            background-color: white;
            opacity: 0.3;
            display: block;
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            left: -23px;
            border-radius: 100%; } }
      header .main-nav .nav-item:nth-child(1) {
        margin-left: 0; }
        header .main-nav .nav-item:nth-child(1):before {
          content: none; }
      header .main-nav .nav-item a {
        color: #ffffff;
        text-decoration: none;
        font-family: "CustomOpenSans ExtraBoldItalic", "Arial", "Sans-Serif";
        font-size: 12px;
        line-height: 72px;
        height: 72px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 10px;
        letter-spacing: 1px; }
        @media (min-width: 40.05em) {
          header .main-nav .nav-item a {
            line-height: 100px;
            height: 100px; } }
        @media (max-width: 40em) {
          header .main-nav .nav-item a {
            line-height: 4em;
            height: 4em; } }
        @media (min-width: 64em) {
          header .main-nav .nav-item a {
            font-size: 16px; } }
        header .main-nav .nav-item a:before {
          content: '';
          width: 100%;
          height: 0;
          background-color: white;
          position: absolute;
          top: 23px;
          transition: height 150ms ease-out;
          transform: skewx(-15deg) translateX(-1px); }
        header .main-nav .nav-item a.active {
          opacity: 1; }
          header .main-nav .nav-item a.active:before {
            content: '';
            width: 100%;
            height: 6px;
            background-color: white;
            position: absolute;
            bottom: -8px; }
        header .main-nav .nav-item a:hover:before {
          height: 3px; }

@media (min-width: 52em) {
  .footer-products {
    background-color: #ffffff; } }

.footer-products ul {
  padding: 0;
  margin: 0; }

.footer-products li {
  list-style: none;
  text-align: center; }
  .footer-products li:hover .product-image img {
    transform: scale(1.05); }

.footer-products .product-image {
  height: 180px;
  padding-top: 30px;
  position: relative; }
  .footer-products .product-image img {
    transition: transform 300ms;
    -webkit-transition: transform 300ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform-origin: bottom; }

.footer-products .product-name {
  color: #064c7f;
  font-family: "CustomOpenSans ExtraBoldItalic", "Arial", "Sans-Serif";
  border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
  margin: 52px 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5rem; }
  @media (min-width: 64em) {
    .footer-products .product-name {
      font-size: 1.75rem;
      line-height: 1.75rem; } }

.footer-products a {
  text-decoration: none; }

footer {
  position: relative;
  z-index: 3; }
  footer .ae-container {
    padding-left: 0;
    padding-right: 0; }

footer .contact-information {
  margin-top: 1rem;
  opacity: 0.5;
  text-align: center;
  line-height: 2; }
  @media (min-width: 52em) {
    footer .contact-information {
      line-height: 16px;
      text-align: right; } }
  footer .contact-information address {
    font-size: 12px;
    font-style: normal; }
  footer .contact-information phone {
    font-size: 12px;
    font-style: normal; }
  footer .contact-information a {
    color: inherit;
    font-size: 12px;
    font-weight: normal;
    font-style: normal; }
  footer .contact-information .footer-social {
    padding-top: 18px;
    margin-top: 8px; }

.footer-wrapper {
  padding-top: 38px;
  padding-bottom: 18px; }
  .footer-wrapper a {
    color: white;
    font-size: 1rem;
    text-decoration: none; }

.footer-logo-wrap a {
  display: block; }
  .footer-logo-wrap a img {
    display: block; }
    @media (max-width: 52em) {
      .footer-logo-wrap a img {
        margin-left: auto;
        margin-right: auto; } }

.footer-nav-wrapper .footer-devide-line {
  background-color: #ffffff; }

.footer-nav-wrapper .footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0; }
  .footer-nav-wrapper .footer-nav a {
    font-family: "CustomOpenSans BoldItalic", "Arial", "Sans-Serif";
    transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .footer-nav-wrapper .footer-nav a:hover {
      opacity: .6; }
  @media (min-width: 52em) {
    .footer-nav-wrapper .footer-nav {
      padding-left: 14px; } }
  @media (max-width: 52em) {
    .footer-nav-wrapper .footer-nav {
      text-align: center;
      padding: 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; } }
  .footer-nav-wrapper .footer-nav .footer-nav-item {
    list-style: none;
    display: inline-block;
    position: relative;
    margin-bottom: 28px; }
    .footer-nav-wrapper .footer-nav .footer-nav-item a {
      font-size: 20px;
      font-weight: bold; }
    @media (max-width: 52em) {
      .footer-nav-wrapper .footer-nav .footer-nav-item {
        margin-left: 22px;
        margin-bottom: 16px; }
        .footer-nav-wrapper .footer-nav .footer-nav-item a {
          font-size: 16px;
          font-weight: normal;
          font-family: "CustomOpenSans Regular", Arial, sans-serif; }
          .footer-nav-wrapper .footer-nav .footer-nav-item a:before {
            content: '';
            width: 5px;
            height: 5px;
            background-color: white;
            opacity: 0.3;
            display: block;
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            left: -13px;
            border-radius: 100%; } }
    @media (min-width: 52em) {
      .footer-nav-wrapper .footer-nav .footer-nav-item {
        margin-left: 14px; }
        .footer-nav-wrapper .footer-nav .footer-nav-item a {
          font-size: 14px;
          padding-top: 12px;
          padding-bottom: 12px;
          display: block;
          text-transform: uppercase;
          font-family: "CustomOpenSans ExtraBoldItalic", "Arial", "Sans-Serif"; } }
    @media (min-width: 64em) {
      .footer-nav-wrapper .footer-nav .footer-nav-item {
        margin-left: 45px; }
        .footer-nav-wrapper .footer-nav .footer-nav-item a {
          font-size: 1rem; }
        .footer-nav-wrapper .footer-nav .footer-nav-item:before {
          content: '';
          width: 5px;
          height: 5px;
          background-color: white;
          opacity: 0.3;
          display: block;
          position: absolute;
          top: 50%;
          transform: translate(0, -50%);
          left: -23px;
          border-radius: 100%; } }

@media (min-width: 52em) {
  .footer-nav-wrapper .footer-social {
    border-left: 2px solid #ffffff; } }

.footer-nav-wrapper .footer-social i {
  line-height: 107px; }

.footer-social {
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 52em) {
    .footer-social {
      text-align: right; } }
  @media (min-width: 75em) {
    .footer-social {
      padding-left: 14px;
      margin: 0;
      text-align: left; } }
  .footer-social li {
    list-style: none;
    display: inline-block; }
  .footer-social i {
    color: #ffffff;
    font-size: 2em; }
  .footer-social a {
    display: block; }

@media (max-width: 52em) {
  .footer-products {
    display: inline-block;
    margin-bottom: 48px;
    text-align: center;
    padding: 0 1em; }
    .footer-products .footer-product-item {
      list-style: none; }
      .footer-products .footer-product-item a {
        width: 100%;
        max-width: 80%;
        padding: 10px 0;
        margin-bottom: 16px;
        font-size: 20px;
        display: inline-block;
        position: relative; }
        .footer-products .footer-product-item a:after {
          content: '';
          height: 100%;
          width: 100%;
          display: block;
          border: 2px solid rgba(255, 255, 255, 0.5);
          border-left-width: 3px;
          border-right-width: 3px;
          position: absolute;
          left: 0;
          top: 0;
          transform: skewX(-45deg);
          transition: background-color 0.3s ease-in-out; }
      .footer-products .footer-product-item:nth-child(n+3) a {
        border-top: none; }
      .footer-products .footer-product-item:nth-child(even) a {
        border-left: none; } }

.footer-devide-line {
  width: 80%;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto; }

.logo-rev {
  display: none;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 52em) {
    .logo-rev {
      display: block; } }
  .logo-rev img {
    max-width: 100%;
    width: 175px;
    display: block;
    height: auto; }

.footer-after {
  position: relative;
  color: #064c7f;
  background-color: white; }
  @media (max-width: 52em) {
    .footer-after {
      text-align: center;
      background-color: white;
      color: black;
      padding: 26px 0; } }
  @media (min-width: 52em) {
    .footer-after {
      padding-bottom: 20px; } }
  .footer-after .footer-copyright-wrap {
    -ms-flex-item-align: end;
    align-self: flex-end; }
    @media (max-width: 52em) {
      .footer-after .footer-copyright-wrap {
        padding-bottom: 18px; } }
    .footer-after .footer-copyright-wrap .logo {
      display: block;
      margin: 0 auto 1rem auto; }
      .footer-after .footer-copyright-wrap .logo img {
        width: 175px;
        display: block; }
      @media (min-width: 52em) {
        .footer-after .footer-copyright-wrap .logo {
          opacity: 0;
          margin: 1rem auto; } }
  .footer-after .footer-copyright {
    opacity: 0.5;
    font-size: 12px;
    width: 100%; }
  .footer-after .footer-legal {
    margin-top: 0;
    margin-bottom: 12px;
    padding: 0;
    width: 100%;
    padding-top: 5px; }
    .footer-after .footer-legal li {
      list-style: none;
      display: inline-block; }
      @media (max-width: 52em) {
        .footer-after .footer-legal li {
          text-align: center; }
          .footer-after .footer-legal li:nth-child(n+2) {
            margin-left: 20px; } }
      @media (min-width: 52em) {
        .footer-after .footer-legal li:nth-child(n+2) {
          margin-left: 20px; } }
      .footer-after .footer-legal li a {
        color: inherit;
        opacity: 0.5;
        text-decoration: none;
        transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 12px; }
        .footer-after .footer-legal li a:hover {
          opacity: 1; }

.btn {
  position: relative;
  font-family: "CustomOpenSans Bold", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 0.875rem;
  padding: 13px 0;
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .btn .btn-text {
    display: inline-block;
    transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .btn__blue {
    background-color: #064c7f;
    color: #064c7f; }
    .btn__blue span {
      color: white; }
  .btn__white {
    background-color: white;
    color: white; }
    .btn__white span {
      color: #064c7f; }

/* Style The Dropdown Button */
.dropbtn {
  background-color: #064c7f;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer; }
  @media (min-width: 64em) {
    .dropbtn {
      display: none; } }

/* The container <div> - needed to position the dropdown content */
@media (max-width: 64em) {
  .dropdown {
    display: inline-block; } }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  left: 0;
  margin-top: 0;
  text-align: left; }
  @media (max-width: 64em) {
    .dropdown-content {
      padding-top: 24px;
      padding-bottom: 24px;
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      width: 100%;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); } }

/* Links inside the dropdown */
@media (max-width: 64em) {
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    min-width: 320px; } }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block; }

@media (min-width: 52em) {
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    background-color: #064c7f; } }

.album-wrapper {
  background-repeat: no-repeat;
  background-size: 130%;
  background-position: center;
  position: relative;
  z-index: 0;
  transition: background-size 300ms;
  -webkit-transition: background-size 300ms; }
  .album-wrapper .album-info-wrap {
    display: inline-block;
    transform: translateZ(0);
    transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    will-change: transform; }
  .album-wrapper:hover {
    cursor: pointer;
    background-size: 145%; }
    .album-wrapper:hover .album-info-wrap {
      transform: scale(1.05);
      -webkit-filter: blur(0);
      filter: blur(0); }
    .album-wrapper:hover::after {
      opacity: 1; }

.album-item-full {
  width: calc(60% - 2px); }
  @media (min-width: 52em) {
    .album-item-full {
      height: 444px; } }
  @media (min-width: 64em) {
    .album-item-full {
      height: 444px; } }
  @media (min-width: 75em) {
    .album-item-full {
      height: 544px; } }

.album-item-half {
  width: 40%;
  padding-left: 4px; }
  .album-item-half-item {
    display: inline-block;
    width: 100%; }
    @media (min-width: 52em) {
      .album-item-half-item {
        height: 220px; } }
    @media (min-width: 64em) {
      .album-item-half-item {
        height: 220px; } }
    @media (min-width: 75em) {
      .album-item-half-item {
        height: 270px; } }

.album-information {
  color: #ffffff;
  display: inline-block;
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  will-change: transform;
  text-align: center; }

.album-title {
  transition: background-size 300ms;
  -webkit-transition: background-size 300ms;
  color: #ffffff;
  font-family: "CustomOpenSans ExtraBold", "Arial", "Sans-Serif";
  margin-top: 8px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 52em) {
    .album-title {
      margin-top: 18px;
      font-size: 1rem;
      line-height: 1rem; } }
  @media (min-width: 64em) {
    .album-title {
      margin-top: 14px;
      font-size: 1.625rem;
      line-height: 1.625rem; } }
  @media (min-width: 85em) {
    .album-title {
      font-size: 2.25rem;
      line-height: 2.25rem; } }

.album-couter-icon {
  font-size: 35px;
  display: inline-block;
  width: 60px;
  height: 40px;
  position: relative;
  margin-top: 6px; }
  .album-couter-icon i {
    position: absolute;
    left: 0; }

.album-counter-size {
  font-size: 18px;
  font-family: "CustomOpenSans Bold", Arial, sans-serif;
  width: 34px;
  position: absolute;
  left: 0;
  margin-top: 13px;
  text-align: center;
  margin-left: 8px; }

.gallery-lightbox,
.gallery-lightbox-year {
  position: relative;
  display: none;
  width: 90vw;
  height: 700px;
  padding: 50px;
  transform: translate3d(0, 0, 0);
  overflow: auto;
  background: #191818; }

.gallery-counter {
  position: absolute;
  top: 15px; }

.gallery-counter {
  color: #ffffff; }

.gallery-exit {
  position: absolute;
  right: 50px;
  top: 15px; }
  .gallery-exit .js-gallery-close {
    color: #ffffff;
    font-size: 1.25rem;
    transition: opacity 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .gallery-exit .js-gallery-close:hover {
      opacity: .6;
      cursor: pointer; }

.year-sorting {
  display: block;
  opacity: 1; }

.gallery-second {
  display: none;
  width: 100%; }

.carousel-gallery {
  margin-bottom: 40px; }
  .carousel-gallery .carousel-cell {
    width: 100%;
    height: 450px;
    margin-right: 10px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden; }
  .carousel-gallery .flickity-prev-next-button {
    width: 64px;
    height: 64px;
    background: transparent !important; }
    .carousel-gallery .flickity-prev-next-button .arrow {
      fill: #064c7f !important; }

.carousel-gallery-nav .flickity-viewport {
  height: 100px; }

.carousel-gallery-nav .carousel-cell {
  height: auto;
  width: auto;
  border: 2px solid #191818;
  display: block; }
  .carousel-gallery-nav .carousel-cell img {
    display: block; }

.carousel-gallery-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px; }

.carousel-gallery-nav .carousel-cell.is-nav-selected {
  border: 2px solid #064c7f; }

.gallery-lightbox-year h2,
.gallery-lightbox-year h4 {
  color: white;
  text-transform: uppercase; }

.gallery-lightbox-year .year-grid-info {
  text-align: center;
  margin-bottom: 48px; }

.gallery-lightbox-year .gallery-second .gallery-previous {
  cursor: pointer;
  color: white;
  transition: opacity .2s ease-out; }
  .gallery-lightbox-year .gallery-second .gallery-previous:hover {
    opacity: .8; }

.year-grid-item {
  text-align: center;
  padding: 0 28px;
  margin-bottom: 48px; }
  .year-grid-item > span {
    width: 100%; }

.gallery-buttons {
  padding-top: 58px;
  padding-bottom: 58px;
  margin-top: 12px;
  margin-bottom: 12px; }

.gallery-button {
  height: 30px;
  padding: 0 30px;
  position: relative;
  display: inline-block;
  margin-left: -2px; }
  .gallery-button::before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background-color: white;
    border: 2px solid #064c7f;
    border-left-width: 3px;
    border-right-width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(-45deg);
    transition: background-color 0.3s ease-in-out; }
  .gallery-button span, .gallery-button input {
    font-size: 1rem;
    line-height: 30px;
    text-transform: uppercase;
    color: #064c7f;
    font-family: "CustomOpenSans Bold", Arial, sans-serif;
    position: relative;
    transition: color 0.3s ease-in-out;
    -webkit-appearance: none;
    background: none;
    border: none;
    height: 100%; }
  .gallery-button:hover {
    cursor: pointer; }
    .gallery-button:hover::before {
      background-color: #064c7f; }
    .gallery-button:hover span,
    .gallery-button:hover input {
      color: white; }
  @media (min-width: 64em) {
    .gallery-button {
      height: 40px;
      padding: 0 50px; }
      .gallery-button span {
        font-size: 1.125rem;
        line-height: 40px; } }

.gallery-section .home-section-title {
  position: relative;
  text-align: right; }
  .gallery-section .home-section-title::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 105px;
    height: 5px;
    background-image: url(/images/wave-gray.svg);
    background-repeat: repeat-x;
    background-position: 0, 0;
    background-size: 12px 100%; }

*:focus {
  outline: none; }

.registration-contact-left {
  padding-left: 48px; }

.registration-contact h3 {
  margin-bottom: 8px; }

.registration-contact p {
  line-height: 1.375rem;
  margin-bottom: 28px; }

.registration-contact address {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #191818; }

.registration-contact a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #191818; }
  @media (min-width: 40.05em) {
    .registration-contact a {
      font-size: 1.125rem;
      line-height: 1.875rem; } }

.registration-contact phone:first-of-type {
  margin-right: 14px; }

.form-submit {
  text-align: left;
  padding: 0 34px; }

.reg-forms {
  background-color: #f0f0f0;
  padding: 20px 25px 30px; }
  @media (min-width: 40.05em) {
    .reg-forms {
      padding: 10px 15px 30px; } }
  @media (min-width: 64em) {
    .reg-forms::before {
      content: '';
      border-right: 232px solid;
      left: -232px;
      border-right-color: inherit;
      display: block;
      border-top: 0;
      border-bottom: 260px solid transparent;
      position: absolute;
      bottom: 0;
      color: #f0f0f0; } }
  @media (min-width: 75em) {
    .reg-forms::before {
      content: '';
      border-right: 232px solid;
      left: -232px;
      border-right-color: inherit;
      display: block;
      border-top: 0;
      border-bottom: 232px solid transparent;
      position: absolute;
      bottom: 0;
      color: #f0f0f0; } }
  @media (max-width: 64em) {
    .reg-forms {
      margin-top: 50px; } }
  .reg-forms--header {
    text-align: center;
    padding-bottom: 18px; }
    .reg-forms--header h2 {
      font-size: 2.5rem;
      line-height: 2.5rem;
      font-family: "CustomOpenSans ExtraBoldItalic", "Arial", "Sans-Serif";
      color: #064c7f;
      margin: 12px 0 0 0; }
  .reg-forms--links {
    border-top: 4px solid white;
    display: block; }
    .reg-forms--links ul {
      padding-left: 0;
      margin: 0; }
    .reg-forms--links li {
      display: inline-block;
      text-align: center;
      padding-top: 20px;
      padding-left: 18px;
      padding-right: 18px;
      width: 49%; }
      @media (min-width: 75em) {
        .reg-forms--links li {
          width: 49.4%; } }
      .reg-forms--links li:first-of-type {
        border-right: 4px solid white; }
    .reg-forms--links a {
      color: #064c7f !important;
      text-decoration: none;
      font-size: 14px;
      font-family: "CustomOpenSans Bold", Arial, sans-serif;
      font-weight: bold;
      text-transform: uppercase; }
    .reg-forms--links span {
      display: block; }
  .reg-forms .icon-pdf {
    background-image: url("../images/pdf.png");
    height: 66px;
    width: 65px;
    display: block;
    margin: 0 auto 4px; }

.form-wrapper.form-wrapper--reg {
  background-color: #f0f0f0; }
  .form-wrapper.form-wrapper--reg fieldset {
    margin: 50px 0; }

@media (min-width: 40em) {
  .form-wrapper .item-lg-10 {
    padding-left: 30px; } }

.form-wrapper fieldset {
  border: none;
  padding: 0 0;
  position: relative; }

.form-wrapper legend {
  display: inline-block;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 3px solid #c1c1c1;
  margin-bottom: 32px; }
  .form-wrapper legend h2 {
    margin: 0;
    font-family: "CustomOpenSans ExtraBoldItalic", "Arial", "Sans-Serif";
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #064c7f; }

.form-wrapper .field-group {
  display: block;
  position: relative;
  margin-bottom: 24px;
  /* === Form hints === */ }
  .form-wrapper .field-group input:required, .form-wrapper .field-group textarea:required {
    border: 1px solid #c1c1c1; }
  .form-wrapper .field-group input:required:valid, .form-wrapper .field-group textarea:required:valid {
    background: #f0f0f0 url(images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f; }
  .form-wrapper .field-group input:focus:invalid, .form-wrapper .field-group textarea:focus:invalid {
    background: #f0f0f0 url(images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535; }
  .form-wrapper .field-group .form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left: 14px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 42px;
    z-index: 999;
    /* hints stay above all other elements */
    position: absolute;
    /* allows proper formatting if hint is two lines */
    display: none; }
    @media (min-width: 40em) {
      .form-wrapper .field-group .form_hint {
        left: 360px; } }
  .form-wrapper .field-group input:focus + .form_hint {
    display: block; }
  @media (min-width: 40em) {
    .form-wrapper .field-group input:focus + .form_hint {
      display: inline; } }
  .form-wrapper .field-group input:required:valid + .form_hint {
    background: #28921f; }
  .form-wrapper .field-group input:required:valid + .form_hint::before {
    color: #28921f; }
  .form-wrapper .field-group .field-label label {
    line-height: 42px;
    font-size: 18px;
    font-weight: 300;
    color: #4B4B4B;
    font-family: "CustomOpenSans SemiBold", "Arial", "Sans-Serif";
    letter-spacing: -0.5px; }
  .form-wrapper .field-group .error radio, .form-wrapper .field-group .error input {
    border-color: #064c7f !important; }
  .form-wrapper .field-group input[type=text], .form-wrapper .field-group input[type=email] {
    font-size: 18px;
    font-weight: normal;
    padding: 10px 14px;
    background: none;
    border: 1px solid #c1c1c1;
    border-radius: 0; }
  .form-wrapper .field-group textarea {
    background: none;
    border: 1px solid #191818;
    width: 100%; }
    @media (max-width: 40em) {
      .form-wrapper .field-group textarea {
        width: 100%; } }
    @media (min-width: 40em) {
      .form-wrapper .field-group textarea {
        width: 320px; } }
    @media (max-width: 64em) {
      .form-wrapper .field-group textarea {
        width: 100%; } }
  @media (max-width: 40em) {
    .form-wrapper .field-group--text input[type=text], .form-wrapper .field-group--text input[type=email] {
      width: 100%; } }
  @media (min-width: 40em) {
    .form-wrapper .field-group--text input[type=text], .form-wrapper .field-group--text input[type=email] {
      width: 320px; } }
  @media (max-width: 64em) {
    .form-wrapper .field-group--text input[type=text], .form-wrapper .field-group--text input[type=email] {
      width: 100%; } }
  .form-wrapper .field-group--phone input.placeholder {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #191818; }
  .form-wrapper .field-group--phone input:-moz-placeholder {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #191818; }
  .form-wrapper .field-group--phone input::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #191818; }
  .form-wrapper .field-group--phone input:nth-of-type(1) {
    width: 62px; }
  .form-wrapper .field-group--phone input:nth-of-type(2) {
    width: 62px; }
  .form-wrapper .field-group--phone input:nth-of-type(3) {
    width: 73px; }
  .form-wrapper .field-group--checkbox label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1em;
    padding: 7px 10px 0px 34px;
    margin: 0 auto 7px;
    min-height: 20px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear; }
  .form-wrapper .field-group--checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden; }
  .form-wrapper .field-group--checkbox .check {
    display: block;
    position: absolute;
    border: 2px solid #c1c1c1;
    border-radius: 1px;
    height: 20px;
    width: 20px;
    top: 5px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear; }
  .form-wrapper .field-group--checkbox input[type=checkbox]:checked ~ .check {
    border: 10px solid #c1c1c1; }
  .form-wrapper .field-group--checkbox input[type=checkbox]:checked ~ .check::before {
    background: #c1c1c1; }
  .form-wrapper .field-group--checkbox input[type=checkbox]:checked ~ label {
    color: #c1c1c1; }
  .form-wrapper .field-group--radio .radio--input__space {
    padding-left: 30px;
    padding-top: 8px; }
  .form-wrapper .field-group--radio .radio--input__boater label {
    display: inline-block !important; }
  .form-wrapper .field-group--radio .radio--input label {
    display: block;
    position: relative;
    color: #414244;
    font-family: "CustomOpenSans SemiBold", "Arial", "Sans-Serif";
    font-size: 1em;
    padding: 7px 10px 0px 34px;
    margin: 0 auto 7px;
    min-height: 20px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear; }
  .form-wrapper .field-group--radio .radio--input input[type=radio] {
    position: absolute;
    visibility: hidden; }
  .form-wrapper .field-group--radio .radio--input .radio {
    display: block;
    position: absolute;
    border: 2px solid #c1c1c1;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 5px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear; }
  .form-wrapper .field-group--radio .radio--input input[type=radio]:checked ~ .radio {
    border: 10px solid #191818; }
  .form-wrapper .field-group--radio .radio--input input[type=radio]:checked ~ .radio::before {
    background: #191818; }
  .form-wrapper .field-group--radio .radio--input input[type=radio]:checked ~ label {
    color: #191818; }

.form-wrapper.field-spacing {
  margin: 48px 0; }

.form-wrapper .photo-upload input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.form-wrapper .photo-upload input + label {
  max-width: 100%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */ }

.form-wrapper .photo-upload input + label {
  color: #191818; }

.form-wrapper .photo-upload input + label {
  border: 1px solid #191818;
  background-color: #ffffff;
  padding: 0; }

.form-wrapper .photo-upload input:focus + label,
.form-wrapper .photo-upload input.has-focus + label,
.form-wrapper .photo-upload input + label:hover {
  border-color: #064c7f; }

.form-wrapper .photo-upload input + label span,
.form-wrapper .photo-upload input + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */ }

.form-wrapper .photo-upload input + label span {
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top; }

.form-wrapper .photo-upload input + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
  color: #ffffff; }

.form-wrapper .photo-upload input + label strong {
  height: 100%;
  color: #ffffff;
  background-color: #064c7f;
  display: inline-block; }

.form-wrapper .photo-upload input:focus + label strong,
.form-wrapper .photo-upload input.has-focus + label strong,
.form-wrapper .photo-upload input + label:hover strong {
  background-color: #191818; }

@media screen and (max-width: 50em) {
  .form-wrapper .photo-upload input + label strong {
    display: block; } }

.form-validation {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 40em) {
    .form-validation {
      padding-bottom: 92px; } }
  .form-validation h2 {
    line-height: 40px; }
    @media (min-width: 1280px) {
      .form-validation h2 {
        line-height: 80px; } }
  .form-validation ul {
    padding: 0;
    margin: 0; }
    .form-validation ul li {
      background-color: #f3cccb;
      list-style: none;
      font-size: 1.125rem;
      line-height: 1.25rem;
      border-radius: 6px;
      width: 100%;
      padding: 10px 14px;
      color: #064c7f;
      margin-bottom: 14px;
      text-transform: uppercase; }
      @media (min-width: 40em) {
        .form-validation ul li {
          font-size: 1.125rem;
          line-height: 0.8125rem; } }

.alert .icon-wrap {
  text-align: center; }
  @media (min-width: 40em) {
    .alert .icon-wrap {
      text-align: right; } }
  .alert .icon-wrap .icon-success, .alert .icon-wrap .icon-failure {
    font-size: 100px; }

.disclaimer ul {
  padding-left: 0; }

.disclaimer li {
  font-size: 12px;
  line-height: 16px;
  color: #414244;
  margin-bottom: 6px;
  font-family: "CustomOpenSans SemiBold", "Arial", "Sans-Serif"; }

p {
  font-size: 1rem;
  margin-top: 0.2em; }
  @media (min-width: 40.05em) {
    p {
      font-size: 1.125rem; } }

h1.page-title {
  z-index: 2;
  position: relative;
  text-align: left;
  margin-top: 140px;
  color: #ffffff;
  font-family: "CustomOpenSans ExtraBoldItalic", "Arial", "Sans-Serif";
  text-transform: uppercase;
  font-size: 2.75rem;
  line-height: 2.25rem; }
  @media (min-width: 40.05em) {
    h1.page-title {
      margin-top: 70px;
      font-size: 3.75rem;
      line-height: 3.25rem; } }

h2 {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: -1px;
  color: #191818;
  margin-top: 1rem;
  margin-bottom: 1rem; }

h3 {
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #191818;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem; }

a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.basic-content ul.no-padding {
  padding: 0; }

.basic-content p {
  line-height: 28px; }
  .basic-content p:first-child {
    margin-top: 0; }

.basic-content a {
  color: #191818;
  text-decoration: none;
  position: relative;
  line-height: 28px; }
  .basic-content a.link-icon {
    display: inline-block;
    margin-left: 28px; }
  .basic-content a.link-icon::before {
    content: '\e80d';
    font-family: "toyota-bonus-bucks";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 10px;
    text-align: center;
    position: absolute;
    left: -26px; }
  .basic-content a::after {
    content: '';
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    position: absolute;
    background-color: #191818; }

.primary-text {
  color: #064c7f; }

.secondary-text {
  color: #191818; }

@media (max-width: 40em) {
  .hide-on-sm {
    display: none !important; } }

.show-on-sm {
  display: block; }
  @media (min-width: 40em) {
    .show-on-sm {
      display: none; } }

@media (max-width: 52em) and (min-width: 40em) {
  .hide-on-md {
    display: none !important; } }

.show-on-md {
  display: block; }
  @media (min-width: 64em) {
    .show-on-md {
      display: none; } }

@media (max-width: 75em) and (min-width: 52em) {
  .hide-on-lg {
    display: none !important; } }

.show-on-lg {
  display: block; }
  @media (min-width: 75em) {
    .show-on-lg {
      display: none; } }

@media (min-width: 75em) {
  .hide-on-xl {
    display: none !important; } }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.no-padding {
  padding: 0; }

.relative {
  position: relative; }

@media (max-width: 40em) {
  .tel-desktop {
    display: none; } }

@media (min-width: 40em) {
  .tel-mobile {
    display: none; } }

.home-section-title-wrapper {
  padding-top: 58px;
  padding-bottom: 58px; }

.home-section-title {
  color: #064c7f;
  font-family: "CustomOpenSans ExtraBoldItalic", "Arial", "Sans-Serif";
  font-size: 2.25rem; }

.home-slider {
  position: relative;
  z-index: 0; }

.home-spacer {
  height: 2px;
  background: #064c7f; }

.home-winners {
  width: 1600px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 2px;
  padding-left: 20px; }
  @media only screen and (max-width: 87.5em) {
    .home-winners {
      width: 100%;
      padding: 0; } }
  .home-winners__title {
    padding: 35px 30px 30px 10px;
    margin: 0;
    text-align: left;
    color: #064c7f;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2rem;
    font-family: "CustomOpenSans Regular", Arial, sans-serif; }
    @media only screen and (max-width: 87.5em) {
      .home-winners__title {
        padding-left: 20px;
        width: 100%;
        text-align: center; } }
    @media only screen and (max-width: 28.125em) {
      .home-winners__title {
        font-size: 1.5rem;
        line-height: 1.5rem; } }
    .home-winners__title--bold {
      font-family: "CustomOpenSans ExtraBold", "Arial", "Sans-Serif";
      font-weight: bold; }
  .home-winners__slider {
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 30px 250px;
    background-image: linear-gradient(45deg, #fff 7%, #064c7f 7%);
    color: #fff;
    text-transform: uppercase; }
    @media only screen and (max-width: 87.5em) {
      .home-winners__slider {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 30px;
        background: #064c7f; } }
  .home-winners__slider-title {
    font-size: 1.5rem;
    line-height: 1.5rem; }
    @media only screen and (max-width: 87.5em) {
      .home-winners__slider-title {
        margin-bottom: 20px; } }
  .home-winners__slider-body {
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px; }
    @media only screen and (max-width: 87.5em) {
      .home-winners__slider-body {
        margin-left: 0; } }
  .home-winners__winner {
    width: 100%;
    overflow: hidden; }

.winner__content {
  font-size: 1.5rem; }
  @media only screen and (max-width: 28.125em) {
    .winner__content {
      font-size: 1rem;
      line-height: 1rem; } }

.winner__tourny {
  font-size: 1.125rem; }
  @media only screen and (max-width: 28.125em) {
    .winner__tourny {
      font-size: 0.875rem;
      line-height: 0.875rem; } }

.carousel-main,
.carousel-college-main {
  /* Disable Flickity by default */
  max-height: 720px;
  /* cell overlay */ }
  .carousel-main .carousel-cell,
  .carousel-college-main .carousel-cell {
    overflow: hidden; }
  .carousel-main:after,
  .carousel-college-main:after {
    content: ' ';
    display: none;
    /* hide :after */ }
  @media screen and (min-width: 52em) {
    .carousel-main,
    .carousel-college-main {
      /* Enable Flickity for large devices */ }
      .carousel-main:after,
      .carousel-college-main:after {
        content: 'flickity'; } }
  .carousel-main .flickity-page-dots,
  .carousel-college-main .flickity-page-dots {
    bottom: 25px;
    z-index: 10; }
    .carousel-main .flickity-page-dots .dot,
    .carousel-college-main .flickity-page-dots .dot {
      width: 12px;
      height: 12px;
      border-radius: 100%;
      border: 1px solid white;
      opacity: 1; }
      .carousel-main .flickity-page-dots .dot.is-selected,
      .carousel-college-main .flickity-page-dots .dot.is-selected {
        border-color: white;
        background-color: white; }
  .carousel-main .ae-container,
  .carousel-college-main .ae-container {
    height: 100%;
    position: relative; }
  .carousel-main .slider-content,
  .carousel-college-main .slider-content {
    position: absolute;
    z-index: 3;
    bottom: 92px; }
  .carousel-main .slide-sub-title,
  .carousel-college-main .slide-sub-title {
    color: white;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-top: 0; }
  .carousel-main .slide-cta,
  .carousel-college-main .slide-cta {
    margin-top: 32px; }
  .carousel-main .carousel-cell,
  .carousel-college-main .carousel-cell {
    width: 100%;
    height: 720px;
    background: #191818;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .college .carousel-main .college-series, .college
  .carousel-college-main .college-series {
    background-position: 0px 25%; }

.slider-content .slide-title {
  color: white;
  font-size: 3.125rem;
  line-height: 3.125rem;
  font-family: "CustomOpenSans ExtraBoldItalic", "Arial", "Sans-Serif";
  margin-bottom: 8px; }

.slider-content i {
  color: inherit; }

.slider-content i,
.slider-content i::before {
  line-height: 0.8rem;
  max-height: 0.8rem;
  width: 0.8rem; }

.slider-content i::before {
  font-size: 1.5rem;
  vertical-align: bottom; }

.slider-content.slider-content-right {
  text-align: right;
  right: 0; }
  .slider-content.slider-content-right .btn-offscreen {
    padding-left: 20px;
    border-bottom-left-radius: 3px; }
    @media (max-width: 52em) {
      .slider-content.slider-content-right .btn-offscreen {
        padding-right: 40px; } }
    .slider-content.slider-content-right .btn-offscreen::after {
      content: '';
      border-right: 40px solid;
      left: -39px;
      border-right-color: inherit; }
    .slider-content.slider-content-right .btn-offscreen::before {
      right: -1000px; }
    .slider-content.slider-content-right .btn-offscreen:hover {
      transform: translateX(10px); }
      .slider-content.slider-content-right .btn-offscreen:hover .btn-text {
        transform: translateX(20px); }

.slider-content.slider-content-left {
  text-align: left;
  left: 0; }
  .slider-content.slider-content-left .btn-offscreen {
    padding-right: 20px;
    border-bottom-right-radius: 3px; }
    .slider-content.slider-content-left .btn-offscreen::after {
      content: '';
      border-left: 40px solid;
      right: -39px;
      border-left-color: inherit; }
    .slider-content.slider-content-left .btn-offscreen::before {
      left: -1000px; }
    .slider-content.slider-content-left .btn-offscreen:hover {
      transform: translateX(10px); }
      .slider-content.slider-content-left .btn-offscreen:hover .btn-text {
        transform: translateX(20px); }

.slider-content .btn-offscreen {
  transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .slider-content .btn-offscreen::after {
    content: '';
    display: block;
    border-top: 0;
    border-bottom: 40px solid transparent;
    position: absolute;
    bottom: 0; }
  .slider-content .btn-offscreen::before {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    bottom: 0;
    height: 40px;
    background-color: inherit; }

.mobile-header-wrapper {
  background-image: url("../images/slide-bg.jpg");
  padding-top: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 76px;
  overflow: hidden; }
  @media (min-width: 40em) {
    .mobile-header-wrapper .home-section-title {
      font-size: 3.5rem;
      line-height: 3.5rem; } }

.mobile-sub-nav {
  padding: 40px 0;
  background-color: white;
  text-align: center; }
  .mobile-sub-nav a {
    width: 100%;
    max-width: 80%;
    margin-bottom: 16px;
    color: #064c7f; }
    .mobile-sub-nav a:after {
      content: '';
      height: 100%;
      width: 100%;
      display: block;
      border: 2px solid #064c7f;
      border-left-width: 3px;
      border-right-width: 3px;
      position: absolute;
      left: 0;
      top: 0;
      transform: skewX(-45deg);
      transition: background-color 0.3s ease-in-out; }
    @media (min-width: 64em) {
      .mobile-sub-nav a {
        width: 48%; }
        .mobile-sub-nav a:nth-child(odd) {
          margin-right: 2%; } }

.home-featured {
  background-color: #f0f0f0;
  overflow: hidden; }
  .home-featured .featured-item {
    height: 120px;
    background-color: #064c7f;
    position: relative;
    display: block;
    z-index: 5;
    border-bottom: 2px solid white;
    transform: translateZ(0);
    transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    will-change: transform;
    text-align: center; }
    @supports (mix-blend-mode: multiply) {
      .home-featured .featured-item {
        mix-blend-mode: multiply; } }
    .home-featured .featured-item.featured-two .featured-title-wrapper {
      width: calc(50% + 120px); }
    .home-featured .featured-item.featured-two .featured-background {
      width: calc(50% - 40px); }
    .home-featured .featured-item.featured-three .featured-title-wrapper {
      width: calc(50% + 240px); }
    .home-featured .featured-item.featured-three .featured-background {
      width: calc(50% - 160px); }
    .home-featured .featured-item.featured-three {
      border-bottom: none; }
      .home-featured .featured-item.featured-three .featured-background {
        border-bottom: none; }
      .home-featured .featured-item.featured-three .featured-title-wrapper {
        border-bottom: none; }
        .home-featured .featured-item.featured-three .featured-title-wrapper::before {
          border-bottom: none; }
        .home-featured .featured-item.featured-three .featured-title-wrapper::after {
          border-bottom: none; }
    .home-featured .featured-item span {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden; }
    .home-featured .featured-item::after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 6;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.6;
      transition: opacity 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .home-featured .featured-item::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 6;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      background-color: black;
      transition: opacity 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      @supports (mix-blend-mode: saturation) {
        .home-featured .featured-item::before {
          mix-blend-mode: saturation; } }
  .home-featured .featured-background {
    height: 120px;
    width: calc(50% + 80px);
    background-size: auto 100%;
    background-position: right 0;
    background-repeat: no-repeat;
    transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border-bottom: 2px solid white; }
  .home-featured a {
    text-decoration: none; }
    .home-featured a:hover .featured-item::after {
      opacity: 0; }
    .home-featured a:hover .featured-item::before {
      opacity: 1; }
    .home-featured a:hover .featured-title::before {
      animation-play-state: running; }
    .home-featured a:hover .featured-title i {
      transform: translateX(60px); }
    .home-featured a:hover .featured-title-wrapper {
      transform: translateX(60px); }
    .home-featured a:hover .featured-background {
      transform: translateX(-20px); }
  .home-featured .featured-title-wrapper {
    height: 120px;
    width: 50%;
    background-color: white;
    position: absolute;
    right: 0;
    z-index: 10;
    text-align: left;
    transform: translateZ(0);
    transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    will-change: transform;
    border-bottom: 2px solid #d8d8d8; }
    .home-featured .featured-title-wrapper::before {
      content: '';
      display: block;
      border-top: 120px solid transparent;
      border-right: 120px solid white;
      position: absolute;
      left: -120px;
      bottom: 0; }
    .home-featured .featured-title-wrapper::after {
      content: '';
      position: absolute;
      width: 120px;
      left: -120px;
      bottom: -2px;
      border-bottom: 2px solid #d8d8d8; }
  .home-featured .featured-title {
    position: relative;
    left: 0;
    color: #064c7f;
    text-transform: uppercase;
    font-family: "CustomOpenSans ExtraBoldItalic", "Arial", "Sans-Serif";
    padding: 0 18px;
    height: 120px;
    line-height: 7.5rem;
    font-size: 1.5625rem;
    transform: translateZ(0);
    transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    will-change: transform; }
    .home-featured .featured-title::before {
      content: '';
      display: block;
      position: absolute;
      bottom: -5px;
      left: 18px;
      width: 105px;
      height: 5px;
      background-image: url(/images/wave-gray.svg);
      background-repeat: repeat-x;
      background-position: 0, 0;
      background-size: 12px 100%;
      animation: waveScroll 5s linear infinite;
      animation-play-state: paused; }
    .home-featured .featured-title i {
      display: inline-block;
      transition: transform 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    @media (min-width: 64em) {
      .college .home-featured .featured-title {
        top: 28%;
        font-size: 2.25rem;
        line-height: 2.25rem; } }
    @media (min-width: 64em) {
      .general .home-featured .featured-title {
        font-size: 2.25rem; } }

.events.home-events {
  padding-top: 58px;
  padding-bottom: 58px;
  overflow: hidden;
  background-color: #064c7f; }
  @media (min-width: 52em) {
    .events.home-events {
      padding-top: 78px;
      padding-bottom: 78px; } }
  .events.home-events h2 {
    color: #ffffff;
    font-family: "CustomOpenSans ExtraBoldItalic", "Arial", "Sans-Serif";
    position: relative;
    font-size: 3.125rem;
    line-height: 3.125rem;
    text-align: center; }
    .events.home-events h2::before {
      content: '';
      display: block;
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%);
      width: 105px;
      height: 5px;
      background-image: url(/images/wave-white.svg);
      background-repeat: repeat-x;
      background-position: 0, 0;
      background-size: 12px 100%; }
    @media (min-width: 64em) {
      .events.home-events h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        text-align: left; }
        .events.home-events h2::before {
          content: '';
          display: block;
          position: absolute;
          bottom: -15px;
          transform: translateX(0);
          left: 0;
          width: 105px;
          height: 5px;
          background-image: url(/images/wave-white.svg);
          background-repeat: repeat-x;
          background-position: 0, 0;
          background-size: 12px 100%; } }
  .events.home-events h4 {
    color: #ffffff; }
  .events.home-events .events-wrapper {
    margin-bottom: 18px; }
  .events.home-events .events-list--header {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.2);
    padding: 0 10px; }
    .events.home-events .events-list--header h4 {
      color: #ffffff;
      font-weight: 300;
      font-family: "CustomOpenSans BoldItalic", "Arial", "Sans-Serif"; }
  .events.home-events .events-list {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.2); }
    @media (max-width: 52em) {
      .events.home-events .events-list {
        margin-bottom: 56px; }
        .events.home-events .events-list:nth-child(n + 5) {
          display: none; } }

.home-video {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 400px;
  overflow: hidden; }
  .home-video.home-ethics .ae-grid {
    -ms-flex-direction: row;
    flex-direction: row; }
  .home-video.home-ethics .video-title {
    text-align: left;
    line-height: 1em; }
    .home-video.home-ethics .video-title small {
      font-style: normal;
      display: block;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1rem;
      margin: 1rem 0 2rem;
      padding: 0; }
  @media (max-width: 40em) {
    .home-video.home-ethics {
      padding: 100px 0;
      background-position: left bottom;
      background-image: url("../images/ethics-mobile-bg.jpg"); } }
  @media (min-width: 40em) {
    .home-video.home-ethics {
      background-image: url("../images/ethics-background.jpg"); } }
  @media (max-width: 40em) {
    .home-video {
      background-image: url("../images/video-mobile-bg.jpg"); } }
  @media (min-width: 40em) {
    .home-video {
      background-image: url("../images/video-background.jpg");
      padding: 100px 0; } }
  @media (min-width: 52em) {
    .home-video {
      padding: 200px 0; } }
  .home-video .ae-grid {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .home-video .video-title {
    text-align: right;
    color: #ffffff;
    width: 100%;
    font-family: "CustomOpenSans ExtraBoldItalic", "Arial", "Sans-Serif";
    font-size: 3.125rem;
    line-height: 3.125rem; }
    @media (min-width: 52em) {
      .home-video .video-title {
        font-size: 3.75rem;
        line-height: 3.75rem; } }
  .home-video i {
    border: 2px solid white;
    padding: 0;
    border-radius: 100%;
    margin-left: 8px; }
    .home-video i::before {
      padding-left: 3px; }

@keyframes waveScroll {
  0% {
    background-position: 0, 0; }
  100% {
    background-position: 105px, 0; } }

.c-product-item {
  padding: 0 0 3em; }
  @media (min-width: 40em) {
    .c-product-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.c-product-item__content h3 {
  margin-top: 0; }

@media (min-width: 40em) {
  .c-product-item__content {
    padding-left: 2em; } }

.c-product-item__img {
  display: block;
  margin-bottom: 1em; }
  .c-product-item__img:hover img {
    transform: scale(1.05); }
  .c-product-item__img::after {
    display: none !important; }
  .c-product-item__img img {
    display: block;
    max-width: 100%;
    transition: transform 0.2s ease-out; }
    @media (min-width: 40em) {
      .c-product-item__img img {
        max-width: 200px; } }

@media (max-width: 64em) {
  .events-nav {
    text-align: center;
    width: 100%; } }

@media (min-width: 64em) {
  .events-navigation {
    color: white; } }

.events-navigation li {
  list-style: none;
  position: relative; }
  @media (min-width: 64em) {
    .events-navigation li {
      margin-bottom: 20px; } }
  .events-navigation li a {
    border-bottom: none;
    display: block;
    padding-right: 38; }
    .events-navigation li a::after {
      display: none; }
    @media (max-width: 64em) {
      .events-navigation li a.active {
        color: #064c7f; } }
    .events-navigation li a.active::before {
      opacity: 1;
      content: '';
      width: 3px;
      height: 100%;
      position: absolute;
      left: -14px;
      top: 0;
      background-color: #064c7f; }
    @media (min-width: 52em) {
      .events-navigation li a:hover::before {
        content: '';
        width: 3px;
        height: 100%;
        position: absolute;
        left: -14px;
        top: 0;
        background-color: #064c7f;
        opacity: 0.25; } }

.events-content {
  padding-left: 28px;
  padding-right: 28px; }
  @media (min-width: 52em) {
    .events-content {
      padding-left: 48px;
      padding-right: 48px; } }
  .events-content > h4 {
    font-family: "CustomOpenSans Bold", Arial, sans-serif;
    margin-bottom: 6px;
    margin-top: 2.5rem; }
    @media (max-width: 64em) {
      .events-content > h4 {
        color: white; } }

.events {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 64em) {
    .events {
      color: white; } }
  .events h2 {
    margin-top: 3rem;
    font-family: "CustomOpenSans Bold", Arial, sans-serif; }
    @media (max-width: 64em) {
      .events h2 {
        color: white; } }
    .events h2:first-child {
      margin-top: 0; }
  .events h3 {
    margin-top: 2rem;
    font-family: "CustomOpenSans Bold", Arial, sans-serif; }
    @media (max-width: 64em) {
      .events h3 {
        color: white; } }
  .events h3 + h4 {
    margin-top: 1rem; }
  .events .events-list--header {
    border-bottom: 1px solid #A0A0A0; }
    .events .events-list--header h4 {
      margin-bottom: 10px;
      padding: 0 28px 0 0;
      font-size: 1rem;
      text-transform: uppercase;
      color: #A0A0A0;
      font-weight: 400; }
  .events .events--header {
    margin-bottom: 32px; }
  .events .events-list {
    border-bottom: 1px solid #A0A0A0; }
    @media (max-width: 52em) {
      .events .events-list {
        margin-bottom: 56px; } }
    .events .events-list h4 {
      padding: 0 18px 0 0; }
      @media (max-width: 52em) {
        .events .events-list h4 {
          margin: 14px 0;
          width: 100%;
          padding-left: 10px;
          font-size: 0.875rem;
          line-height: 0.875rem; } }
      @media (min-width: 52em) {
        .events .events-list h4 {
          height: 40px;
          display: table-cell;
          vertical-align: middle;
          font-size: 0.875rem;
          line-height: 0.875rem; } }
  .events .events-list--name {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 6px !important;
    font-family: "CustomOpenSans BoldItalic", "Arial", "Sans-Serif"; }
    @media (min-width: 52em) {
      .events .events-list--name {
        margin-bottom: 20px;
        text-transform: initial;
        font-weight: normal;
        font-size: 0.875rem;
        line-height: 0.875rem;
        padding-right: 18px; } }
  .events .events-list--location {
    font-weight: 300;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 0.875rem;
    letter-spacing: -0.2px; }
  .events .events-list--start-date {
    font-weight: 300; }
  .events .events-list--devider {
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 52em) {
      .events .events-list--devider {
        padding-right: 0; } }
  .events .events-list--end-date {
    font-weight: 300; }
  .events .icon-location {
    margin-left: 8px;
    margin-top: 8px;
    vertical-align: middle;
    background-image: url("../images/location.png");
    display: inline-block;
    text-decoration: inherit;
    width: 18px;
    height: 25px;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
  .events .icon-date {
    margin-top: 8px;
    vertical-align: middle;
    background-image: url("../images/date.png");
    display: inline-block;
    text-decoration: inherit;
    width: 24px;
    height: 25px;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.basic-header {
  width: 100%;
  height: 600px;
  position: absolute;
  overflow: hidden;
  z-index: 1; }
  @media (min-width: 40em) {
    .basic-header {
      height: 400px; } }
  @media (min-width: 52em) {
    .basic-header {
      height: 450px; } }
  .basic-header .basic-header--background {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(#064c7f, #121212); }
    .basic-header .basic-header--background img {
      transform: translateX(-50%);
      left: 50%;
      position: absolute;
      -webkit-filter: blur(5px);
      filter: blur(5px);
      transition: filter 400ms, -webkit-filter 400ms;
      width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .basic-header .basic-header--background img {
          bottom: -25%; } }
      .basic-header .basic-header--background img.lazyloaded {
        -webkit-filter: blur(0);
        filter: blur(0); }

.basic-wrapper {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-top: 100px; }
  @media (max-width: 75em) and (min-width: 1295px) {
    .basic-wrapper {
      padding: 0 48px; } }
  @media (min-width: 64em) {
    .basic-wrapper {
      padding-top: 250px;
      padding-bottom: 88px; } }
  .basic-wrapper .page-header {
    position: relative; }
  .basic-wrapper .basic-content {
    background-color: #ffffff; }
    @media (max-width: 64em) {
      .basic-wrapper .basic-content.events-wrapper {
        background-color: #064c7f; } }
  .basic-wrapper .content-padding {
    padding-top: 22px;
    padding-bottom: 22px; }
    @media (min-width: 40.05em) {
      .basic-wrapper .content-padding {
        padding-top: 62px;
        padding-bottom: 62px; } }

.error-title {
  text-align: center;
  color: #ffffff;
  opacity: 0.25;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  font-size: 13.625rem; }
  @media (min-width: 40.05em) {
    .error-title {
      top: 40px;
      font-size: 19.875rem; } }

@media (min-width: 56em) {
  .links-list li {
    display: inline-block; }
  .links-list li:not(:first-of-type) {
    margin-left: 48px; } }

.links-list li {
  margin-top: 18px;
  margin-bottom: 18px; }

.links-list a {
  font-family: "CustomOpenSans SemiBold", "Arial", "Sans-Serif";
  text-transform: uppercase; }

.registration-contact h4 {
  font-family: "CustomOpenSans ExtraBold", "Arial", "Sans-Serif";
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  color: #414244; }

.registration-contact p,
.registration-contact address,
.registration-contact phone,
.registration-contact a {
  font-family: "CustomOpenSans SemiBold", "Arial", "Sans-Serif";
  color: #414244;
  font-size: 16px;
  line-height: 18px; }

.registration-contact a::after {
  display: none; }

@media (min-width: 52em) {
  .registration-contact {
    width: 380px; } }

.ethics {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1em; }
  .ethics li {
    margin-bottom: 1.5em;
    line-height: 1.3em; }

/*! Flickity v2.0.4
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*! Lity - v2.2.0 - 2016-10-08
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

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