/*$gold: #D9C169;*/
@import url("https://use.typekit.net/qae3jco.css");
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
html,
body {
  max-width: 100vw;
  overflow-x: hidden; }

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px; }

.h1-like,
h1 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px; }

.h2-like,
h2 {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 3px;
  position: relative;
  margin-bottom: 30px;
  line-height: 36px;
  padding-bottom: 10px; }
  .h2-like::after,
  h2::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-image: url(../image/h2-underline.png);
    background-repeat: no-repeat;
    background-position: left bottom; }
  .h2-like.centered,
  h2.centered {
    text-align: center; }
    .h2-like.centered::after,
    h2.centered::after {
      background-position: center bottom; }
  .h2-like.white-dots::after,
  h2.white-dots::after {
    background-image: url(../image/h2-underline-alt.png); }

.h3-like,
h3 {
  font-size: 20px;
  font-weight: 700; }
  .h3-like::after,
  h3::after {
    display: none; }

a {
  color: #d5c276;
  text-decoration: underline;
  transition: 0.3s all ease; }
  a:hover {
    text-decoration: none; }

.btn {
  display: inline-block;
  background-color: #d5c276;
  color: #0c141b;
  padding: 12px 20px 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #d5c276;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px; }
  .btn:hover {
    background-color: transparent;
    color: #fff; }
  .btn.alt {
    background-color: #fff;
    color: #0c141b;
    padding: 15px 20px;
    border: 2px solid #fff; }
    .btn.alt:hover {
      color: #0c141b;
      background-color: transparent; }
  .btn.disable {
    cursor: default;
    color: #0c141b;
    border: 2px solid #a3a3a3;
    background-color: #a3a3a3 !important; }
    .btn.disable:hover {
      color: #0c141b;
      background-color: #a3a3a3 !important; }

p.note {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-weight: 600;
  font-size: 12px; }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: 600; }

.black {
  color: #0c141b; }

.gold {
  color: #d5c276; }

.inline-center {
  display: inline-block;
  text-align: center;
  vertical-align: top; }

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

.container {
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.row {
  display: flex; }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #d5c276;
  text-align: center;
  font-size: 1.2em;
  z-index: 9999; }

video {
  width: 90% !important;
  max-width: 800px !important; }

a#lightbox_close {
  position: fixed;
  display: none;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  z-index: 99999; }
  a#lightbox_close span {
    position: absolute;
    display: block;
    width: 2px;
    height: 33px;
    left: 15px;
    background-color: #d5c276; }
    a#lightbox_close span:first-child {
      transform: rotate(45deg); }
    a#lightbox_close span:last-child {
      transform: rotate(-45deg); }

.screen-reader-text {
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.arrow-links {
  margin: 20px 0;
  padding: 0;
  list-style: none; }
  .arrow-links li {
    position: relative;
    margin: 5px 0 10px 40px;
    list-style: none; }
    .arrow-links li a {
      text-decoration: underline;
      text-decoration-color: transparent; }
      .arrow-links li a:hover {
        text-decoration: underline;
        text-decoration-color: currentColor; }
    .arrow-links li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      left: -40px;
      width: 22px;
      height: 22px;
      background-image: url(../svg/arrow-right-o.svg);
      background-position: center center;
      background-size: 22px 22px;
      background-repeat: no-repeat; }
  .arrow-links--wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 34px; }
    .arrow-links--wrap li {
      margin-bottom: 0; }

.tan-section {
  padding: 63px 0;
  background: #ECE7D4 url("../image/calvert-swatch-white-2x.png") no-repeat right top;
  background-size: 330px auto; }
  .tan-section .container {
    width: 90%; }
  @media only screen and (max-width: 700px) {
    .tan-section {
      background-size: 200px auto; } }

.gold-section {
  padding: 80px 0;
  background-color: #d5c276; }
  .gold-section .container {
    width: 90%; }
  @media only screen and (max-width: 700px) {
    .gold-section {
      padding: 30px 0; } }

body.no-body-scroll {
  position: fixed;
  max-width: 100%;
  width: 100%;
  overflow-y: scroll; }

.popup-modal {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 20, 27, 0.88);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .popup-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .popup-modal-inner {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 800px;
    text-align: center; }
    .popup-modal-inner video {
      width: 100%;
      height: auto; }
  .popup-modal-close {
    position: absolute;
    top: -40px;
    right: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 0;
    background-color: #fff;
    color: #0c141b;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease; }
    .popup-modal-close .icon-x {
      width: 25px;
      height: 25px;
      margin: 0;
      fill: currentColor; }
    .popup-modal-close:hover, .popup-modal-close:focus {
      background-color: #fff; }
    @media (max-width: 1000px) {
      .popup-modal-close {
        top: -30px;
        right: 0;
        width: 24px;
        height: 24px;
        border-radius: 24px; }
        .popup-modal-close .icon-x {
          width: 19px;
          height: 19px; } }
  .popup-modal .wp-block-embed.wp-embed-aspect-1-2, .popup-modal .wp-block-embed.wp-embed-aspect-9-16, .popup-modal .wp-block-embed.wp-embed-aspect-1-1 {
    max-width: 40vh; }

.wp-block-embed {
  overflow-wrap: break-word; }
  .wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em; }
  .wp-block-embed iframe {
    max-width: 100%; }
  .wp-block-embed__wrapper {
    position: relative; }
  .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%; }
  .wp-block-embed.wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%; }
  .wp-block-embed.wp-has-aspect-ratio.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%; }

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0c141b;
  color: #fff;
  /*padding: 20px 0;*/
  z-index: 999; }
  @media only screen and (max-width: 1290px) {
    #navigation {
      padding: 0 20px; } }
  #navigation .container {
    display: flex;
    align-items: center;
    max-width: 1290px;
    padding-top: 20px;
    padding-bottom: 20px; }
    #navigation .container .branding {
      max-width: 178px; }
    #navigation .container .mobile-nav-trigger {
      display: none;
      margin-left: auto;
      cursor: pointer;
      border: 0;
      background: transparent;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      @media only screen and (max-width: 1200px) {
        #navigation .container .mobile-nav-trigger {
          display: block; } }
      #navigation .container .mobile-nav-trigger .hamburger {
        display: block; }
        #navigation .container .mobile-nav-trigger .hamburger span {
          display: block;
          width: 35px;
          height: 5px;
          background-color: #fff;
          margin: 6px 0;
          transition: 0.4s; }
      #navigation .container .mobile-nav-trigger.open .hamburger span:nth-child(1) {
        transform: translate(0, 11px) rotate(-45deg); }
      #navigation .container .mobile-nav-trigger.open .hamburger span:nth-child(2) {
        opacity: 0; }
      #navigation .container .mobile-nav-trigger.open .hamburger span:nth-child(3) {
        transform: translate(0, -11px) rotate(45deg); }
    #navigation .container .main {
      width: 100%;
      padding-left: 60px; }
      @media only screen and (max-width: 1200px) {
        #navigation .container .main {
          visibility: hidden;
          opacity: 0;
          background-color: #d5c276;
          position: absolute;
          padding: 60px 0;
          width: 100vw;
          height: 0;
          max-height: calc(100vh - 80px);
          top: 80px;
          left: 50%;
          transform: translateX(-50%);
          overflow-y: auto;
          transition: visibility 0s 0.3s, opacity 0.3s ease, height 0.3s ease; }
          #navigation .container .main.open {
            visibility: visible;
            opacity: 1;
            height: 100vh;
            transition: opacity 0.3s ease, height 0.3s ease; } }
      #navigation .container .main ul {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
        justify-content: space-between;
        align-items: center; }
        @media only screen and (max-width: 1200px) {
          #navigation .container .main ul {
            flex-direction: column;
            justify-content: flex-start;
            height: 100%; } }
        #navigation .container .main ul li {
          list-style: none;
          margin: 0;
          padding: 0; }
          @media only screen and (max-width: 1200px) {
            #navigation .container .main ul li:nth-last-child(1) {
              margin-top: auto; } }
          #navigation .container .main ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 700; }
            @media only screen and (max-width: 1200px) {
              #navigation .container .main ul li a {
                font-size: 20px;
                color: #0c141b;
                padding: 15px 0;
                display: inline-block; } }
            #navigation .container .main ul li a:hover {
              color: #d5c276;
              text-decoration: underline; }
              @media only screen and (max-width: 1200px) {
                #navigation .container .main ul li a:hover {
                  color: #0c141b; } }
            #navigation .container .main ul li a.gold {
              color: #d5c276; }
            #navigation .container .main ul li a.btn {
              color: #0c141b; }
              #navigation .container .main ul li a.btn:hover {
                color: #fff;
                text-decoration: none; }
              @media only screen and (max-width: 1200px) {
                #navigation .container .main ul li a.btn {
                  background-color: #0c141b;
                  border: 2px solid #0c141b;
                  color: #fff;
                  padding: 12px 20px 10px 20px;
                  margin-top: 20px; }
                  #navigation .container .main ul li a.btn:hover {
                    background-color: transparent;
                    color: #0c141b; } }

header {
  position: relative;
  z-index: 1;
  padding-top: 85px; }
  header #hero {
    background-image: url(../image/hero-bkgd-2x-2.jpg);
    background-color: #0c141b;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 500px) {
      header #hero {
        background-size: auto 150%; } }
    header #hero .container {
      width: 90%;
      height: 46vw;
      min-height: 445px;
      max-height: 668px;
      padding-top: 20px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      header #hero .container .content {
        width: 657px;
        color: #0C132F; }
        header #hero .container .content h1 {
          color: #0C132F;
          margin-top: 0;
          margin-bottom: 0;
          max-width: 18.25em; }
          header #hero .container .content h1 .small-text,
          header #hero .container .content h1 .large-text {
            display: block; }
          header #hero .container .content h1 .large-text {
            font-size: 1.777em;
            letter-spacing: 2px; }
            .espanol header #hero .container .content h1 .large-text {
              font-size: 1.25em; }
          header #hero .container .content h1 .small-text {
            font-size: 0.833em;
            letter-spacing: 2px;
            line-height: 1.06;
            font-weight: 600;
            margin-top: 0.3em;
            max-width: 550px; }
            .espanol header #hero .container .content h1 .small-text {
              font-size: 0.666em;
              line-height: 1.333; }
          @media only screen and (max-width: 900px) {
            header #hero .container .content h1 {
              font-size: 30px; } }
          @media only screen and (max-width: 650px) {
            header #hero .container .content h1 {
              font-size: 20px; } }
        header #hero .container .content h2 {
          color: #fff;
          margin-top: 0;
          margin-bottom: 30px;
          text-shadow: 0px 0px 3px #0c141b; }
          @media only screen and (max-width: 900px) {
            header #hero .container .content h2 {
              font-size: 25px; } }
          @media only screen and (max-width: 650px) {
            header #hero .container .content h2 {
              font-size: 20px; } }
          @media only screen and (max-width: 500px) {
            header #hero .container .content h2 {
              font-size: 15px; } }
          header #hero .container .content h2::after {
            display: none; }
        header #hero .container .content p {
          max-width: 607px;
          margin-bottom: 15px; }
          @media only screen and (max-width: 900px) {
            header #hero .container .content p {
              max-width: 500px; } }
          @media only screen and (max-width: 650px) {
            header #hero .container .content p {
              width: 90%;
              max-width: 450px; } }
        header #hero .container .content .btn:hover {
          color: #0c141b;
          background-color: #fff; }

/* GOOGLE TRANSLATE WIDGET */
@media only screen and (max-width: 1200px) {
  #google_translate_element {
    max-width: calc(100vw - 40px);
    width: 100vw;
    margin: 0 auto;
    text-align: center; } }
#google_translate_element .goog-te-gadget {
  font-size: 10px; }
  #google_translate_element .goog-te-gadget .goog-te-combo {
    padding: 5px; }
    @media only screen and (max-width: 1200px) {
      #google_translate_element .goog-te-gadget .goog-te-combo {
        padding: 15px;
        border-radius: 5px; } }
  #google_translate_element .goog-te-gadget span a {
    font-size: 10px !important;
    text-transform: none !important; }
  #google_translate_element .goog-te-gadget span img {
    display: inline-block !important; }

.top-announcement {
  text-align: center;
  background-color: #FDB500;
  color: #0c141b;
  font-size: 15px;
  line-height: 1.53;
  font-weight: bold;
  padding: 17px 0 13px; }
  .top-announcement .container {
    width: 90%; }
  .top-announcement-arrow-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    line-height: inherit; }
    .top-announcement-arrow-link svg {
      width: 13px;
      height: auto;
      flex-shrink: 0;
      transition: transform 0.3s ease; }
    .top-announcement-arrow-link span span {
      text-decoration: underline;
      text-decoration-color: currentColor;
      transition: text-decoration-color 0.3s ease; }
    .top-announcement-arrow-link:hover {
      text-decoration: none; }
      .top-announcement-arrow-link:hover svg {
        transform: translateX(5px); }
      .top-announcement-arrow-link:hover span span {
        text-decoration-color: transparent;
        transition: text-decoration-color 0.3s ease; }
    @media (max-width: 640px) {
      .top-announcement-arrow-link {
        max-width: 350px; } }

main {
  position: relative;
  z-index: 2; }
  main .about-us {
    position: relative;
    margin-bottom: 60px;
    z-index: 2; }
    main .about-us .container {
      position: relative;
      z-index: 1;
      max-width: 1178px;
      padding-left: 56px; }
      @media only screen and (max-width: 1250px) {
        main .about-us .container {
          padding: 0;
          width: 90%; } }
      main .about-us .container .row {
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px; }
        @media only screen and (max-width: 900px) {
          main .about-us .container .row {
            flex-direction: column;
            max-width: 500px;
            margin: auto; } }
        main .about-us .container .row .col .video-placeholder {
          width: 663px;
          margin-top: -40px;
          box-shadow: -4px 10px 16px rgba(0, 0, 0, 0.15);
          /*
                              @media only screen and (max-width: 950px) {
                                  margin: 60px auto 0 auto;
                                  width: 90%;
                                  text-align: center;
                              }*/ }
          main .about-us .container .row .col .video-placeholder a {
            display: block;
            overflow: hidden; }
            main .about-us .container .row .col .video-placeholder a img {
              max-width: 100%;
              cursor: pointer;
              pointer-events: none;
              transition: transform 0.3s ease; }
            main .about-us .container .row .col .video-placeholder a:hover img {
              transform: scale(1.05); }
            @media only screen and (max-width: 950px) {
              main .about-us .container .row .col .video-placeholder a {
                display: inline; }
                main .about-us .container .row .col .video-placeholder a img {
                  margin: 0 auto; } }
          @media only screen and (max-width: 1250px) {
            main .about-us .container .row .col .video-placeholder {
              width: 575px; } }
          @media only screen and (max-width: 1100px) {
            main .about-us .container .row .col .video-placeholder {
              width: auto;
              margin-right: 20px; } }
        main .about-us .container .row .col h2, main .about-us .container .row .col h3 {
          text-transform: uppercase;
          margin-top: 0; }
        main .about-us .container .row .col h3 {
          letter-spacing: 0.16em; }
        main .about-us .container .row .col ul {
          padding-left: 1.5em;
          margin-bottom: 36px; }
          main .about-us .container .row .col ul:last-child {
            margin-bottom: 0; }
    main .about-us .about-intro .col-content {
      width: 379px;
      padding: 89px 0 0; }
      @media only screen and (max-width: 900px) {
        main .about-us .about-intro .col-content {
          width: auto;
          padding: 50px 0; } }
    main .about-us .about-intro h2 {
      max-width: 300px; }
    main .about-us .about-intro p {
      margin-bottom: 30px; }
    main .about-us .about-intro .btn,
    main .about-us .about-intro .btn:hover {
      color: #0c141b; }
    main .about-us .about-content .col-content {
      max-width: 628px;
      padding: 50px 59px 0;
      margin-top: -90px;
      background: #fff; }
      @media only screen and (max-width: 1200px) {
        main .about-us .about-content .col-content {
          margin-top: -60px; } }
      @media only screen and (max-width: 950px) {
        main .about-us .about-content .col-content {
          margin-top: 0;
          padding: 0;
          max-width: 100%; } }
    main .about-us .about-content p {
      margin-top: 5px; }
  main #register-to-vote {
    position: relative;
    z-index: 3;
    overflow: hidden; }
    main #register-to-vote h3.uppercase {
      font-size: 16px;
      font-weight: normal;
      line-height: 1.5;
      margin-bottom: 10px; }
      main #register-to-vote h3.uppercase + p {
        margin-top: 0; }
    main #register-to-vote .container {
      background-color: #0c141b;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: bottom center;
      padding: 60px;
      color: #fff; }
      @media only screen and (max-width: 650px) {
        main #register-to-vote .container {
          padding: 30px; } }
      main #register-to-vote .container .row {
        justify-content: space-between; }
        @media only screen and (max-width: 900px) {
          main #register-to-vote .container .row {
            flex-direction: column; } }
        main #register-to-vote .container .row .col:first-child {
          width: 62%;
          padding-right: 120px; }
          @media only screen and (max-width: 900px) {
            main #register-to-vote .container .row .col:first-child {
              width: 100%;
              padding: 0 20px;
              margin-bottom: 60px; } }
        main #register-to-vote .container .row .col:last-child {
          width: 38%;
          padding-right: 40px; }
          @media only screen and (max-width: 900px) {
            main #register-to-vote .container .row .col:last-child {
              width: 100%;
              padding: 0 20px; } }
        main #register-to-vote .container .row .col.col-center {
          width: 100%;
          text-align: center;
          padding-top: 60px; }
          main #register-to-vote .container .row .col.col-center h2::after {
            background-position: center; }
          main #register-to-vote .container .row .col.col-center p {
            max-width: 518px;
            margin-left: auto;
            margin-right: auto; }
        main #register-to-vote .container .row .col h2 {
          margin-top: 0; }
        main #register-to-vote .container .row .col ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          main #register-to-vote .container .row .col ul li {
            margin: 0 0 20px 0;
            padding: 0 0 0px 0;
            list-style: none;
            display: flex; }
            main #register-to-vote .container .row .col ul li .icon {
              display: block;
              width: 48px;
              height: 35px;
              margin-right: 20px;
              background-position: center center;
              background-repeat: no-repeat; }
              main #register-to-vote .container .row .col ul li .icon.arrow {
                background-image: url(../svg/mouse_arrow.svg); }
              main #register-to-vote .container .row .col ul li .icon.person {
                background-image: url(../svg/person.svg); }
              main #register-to-vote .container .row .col ul li .icon.envelope {
                background-image: url(../svg/envelop.svg); }
            main #register-to-vote .container .row .col ul li a {
              display: block;
              text-align: center;
              width: 100%;
              padding: 15px 20px; }
  main .centered-cta {
    text-align: center; }
    main .centered-cta .icon {
      width: 136px;
      margin: 0 auto 20px; }
    main .centered-cta h2 {
      padding-bottom: 0;
      margin-bottom: 20px; }
      main .centered-cta h2::after {
        display: none; }
    main .centered-cta p {
      margin-bottom: 20px; }
    main .centered-cta-buttons {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      gap: 15px; }
  main .gold-section .centered-cta {
    margin: 60px 0; }
    main .gold-section .centered-cta .container {
      max-width: 1030px; }
    main .gold-section .centered-cta .icon {
      width: 127px; }
    main .gold-section .centered-cta h2 {
      font-size: 20px;
      line-height: 1.5; }
  main #the-election {
    position: relative;
    padding-top: 403px;
    margin-top: -403px;
    background-color: #d5c276;
    z-index: 2; }
    main #the-election::after {
      content: "";
      display: block;
      position: absolute;
      bottom: -20px;
      right: 0;
      width: calc(((100vw - 1066px) * .5) + 30px);
      height: 235px;
      background-image: url(../image/flag-calvert-pattern-alt.png);
      background-position: left top;
      background-size: auto 100%;
      background-repeat: repeat-x;
      z-index: 0; }
    main #the-election .container {
      padding: 80px 0 160px 0;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 900px) {
        main #the-election .container {
          padding-bottom: 80px; } }
      main #the-election .container::before {
        content: "";
        display: block;
        position: absolute;
        left: -210px;
        bottom: -433px;
        width: 102px;
        height: 637px;
        background-image: url(../svg/logo-alt-1.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left top; }
      main #the-election .container h2 {
        max-width: 640px;
        text-transform: uppercase;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto 60px; }
      main #the-election .container .h3-like {
        text-transform: none;
        margin-bottom: 20px; }
      @media only screen and (max-width: 900px) {
        main #the-election .container .row {
          flex-direction: column; } }
      main #the-election .container .row .col {
        width: 50%; }
        @media only screen and (max-width: 900px) {
          main #the-election .container .row .col {
            width: 100%;
            padding: 0 20px;
            margin-bottom: 60px; } }
        @media only screen and (max-width: 900px) {
          main #the-election .container .row .col .row {
            flex-direction: row; } }
        @media only screen and (max-width: 600px) {
          main #the-election .container .row .col .row {
            flex-direction: column; } }
        @media only screen and (max-width: 900px) {
          main #the-election .container .row .col .row .col {
            margin-bottom: 0; } }
        main #the-election .container .row .col .row .col.icon {
          width: 25%;
          padding-right: 20px; }
          main #the-election .container .row .col .row .col.icon img {
            width: 100%;
            height: auto; }
          @media only screen and (max-width: 750px) {
            main #the-election .container .row .col .row .col.icon {
              width: 30%; } }
          @media only screen and (max-width: 600px) {
            main #the-election .container .row .col .row .col.icon {
              margin: 0 auto; } }
        main #the-election .container .row .col .row .col.content {
          width: 75%;
          padding-right: 60px; }
          main #the-election .container .row .col .row .col.content--ballot {
            padding-right: 0; }
            main #the-election .container .row .col .row .col.content--ballot .inline-center {
              margin-left: 5px; }
            main #the-election .container .row .col .row .col.content--ballot p {
              max-width: 385px; }
              @media only screen and (max-width: 600px) {
                main #the-election .container .row .col .row .col.content--ballot p {
                  margin: auto; } }
            @media only screen and (max-width: 600px) {
              main #the-election .container .row .col .row .col.content--ballot ul {
                list-style-position: inside;
                padding: 0; } }
          main #the-election .container .row .col .row .col.content h2 {
            font-size: 18px; }
          main #the-election .container .row .col .row .col.content p {
            margin-bottom: 20px; }
            @media only screen and (max-width: 600px) {
              main #the-election .container .row .col .row .col.content p {
                max-width: 385px;
                margin-left: auto;
                margin-right: auto; } }
          main #the-election .container .row .col .row .col.content a.btn {
            display: inline-block;
            margin-bottom: 10px; }
          @media only screen and (max-width: 750px) {
            main #the-election .container .row .col .row .col.content {
              width: 70%; } }
          @media only screen and (max-width: 600px) {
            main #the-election .container .row .col .row .col.content {
              width: 100%;
              padding: 0;
              text-align: center; } }
  main .voting-checklist {
    position: relative;
    z-index: 4; }
    main .voting-checklist .container {
      background-color: #0c141b;
      color: #fff;
      padding: 40px 120px; }
      @media only screen and (max-width: 1000px) {
        main .voting-checklist .container {
          max-width: calc(100% - 40px);
          margin-left: 20px;
          margin-right: 20px; } }
      @media only screen and (max-width: 800px) {
        main .voting-checklist .container {
          padding: 40px; } }
      main .voting-checklist .container .row {
        align-items: center; }
        @media only screen and (max-width: 800px) {
          main .voting-checklist .container .row {
            flex-direction: column; } }
        main .voting-checklist .container .row .col:first-child {
          padding-right: 30px;
          flex-shrink: 0; }
          @media only screen and (max-width: 800px) {
            main .voting-checklist .container .row .col:first-child {
              padding-right: 0;
              background: none;
              padding-left: 0; } }
        main .voting-checklist .container .row .col:last-child {
          padding-left: 30px;
          padding-top: 20px;
          background-image: url(../svg/voting-checklist-border.svg);
          background-repeat: repeat-y;
          background-position: left top; }
          @media only screen and (max-width: 800px) {
            main .voting-checklist .container .row .col:last-child {
              padding-left: 22px;
              margin-left: 8px; } }
        main .voting-checklist .container .row .col.col--alt {
          padding-left: 50px;
          max-width: 550px; }
          @media only screen and (max-width: 800px) {
            main .voting-checklist .container .row .col.col--alt {
              padding-left: 30px;
              margin-top: 15px; } }
        main .voting-checklist .container .row .col h2 {
          position: relative;
          padding-left: 30px;
          padding-bottom: 0;
          margin: 0;
          font-size: 20px;
          font-weight: 600;
          max-width: 226px; }
          @media only screen and (max-width: 800px) {
            main .voting-checklist .container .row .col h2 {
              max-width: 100%; } }
          main .voting-checklist .container .row .col h2 .icon-star {
            position: absolute;
            display: block;
            width: 20px;
            height: 20px;
            background-image: url(../svg/icon-star.svg);
            background-size: 100% auto;
            background-position: center center;
            background-repeat: no-repeat;
            top: 50%;
            left: 0;
            transform: translateY(-50%); }
          @media only screen and (max-width: 800px) {
            main .voting-checklist .container .row .col h2 br {
              display: none; } }
        main .voting-checklist .container .row .col p {
          margin-top: 0;
          margin-bottom: 20px; }
    main .voting-checklist--white .container {
      background-color: #fff;
      color: #0c141b;
      padding: 60px 87px; }
      @media only screen and (max-width: 800px) {
        main .voting-checklist--white .container {
          padding: 35px; } }
      main .voting-checklist--white .container .row {
        align-items: flex-start; }
        main .voting-checklist--white .container .row .col-title {
          flex-grow: 1; }
          main .voting-checklist--white .container .row .col-title h2 .icon-star {
            background-image: url(../svg/icon-star-black.svg); }
        main .voting-checklist--white .container .row .col-content,
        main .voting-checklist--white .container .row .col-content:last-child {
          padding-top: 0;
          max-width: 584px; }
    main .voting-checklist--white .arrow-links {
      margin-bottom: 0; }
      main .voting-checklist--white .arrow-links li::before {
        background-image: url(../svg/arrow-right-o-black.svg); }
      main .voting-checklist--white .arrow-links a {
        color: inherit; }
  main .about-us + .voting-checklist {
    margin-top: 0; }
  main #dates-deadlines {
    position: relative;
    padding: 60px 0 100px;
    z-index: 4;
    background: #fff url(../image/md-map-bkgd.png) no-repeat right bottom; }
    @media only screen and (max-width: 650px) {
      main #dates-deadlines {
        padding: 50px 0; } }
    main #dates-deadlines .container {
      position: relative;
      max-width: 880px; }
      @media only screen and (max-width: 1000px) {
        main #dates-deadlines .container {
          max-width: calc(100% - 40px);
          margin-left: 20px;
          margin-right: 20px; } }
      main #dates-deadlines .container::before, main #dates-deadlines .container::after {
        content: "";
        display: block;
        position: absolute;
        width: 102px;
        height: 637px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left top; }
      main #dates-deadlines .container::before {
        background-image: url(../svg/logo-gold-vertical-1.svg);
        top: 0;
        left: -280px; }
      main #dates-deadlines .container::after {
        top: 556px;
        right: -280px;
        background-image: url(../svg/logo-gold-vertical-2.svg); }
      main #dates-deadlines .container h2 {
        margin-bottom: 60px; }
      main #dates-deadlines .container .deadline {
        background-color: #0c141b;
        color: #fff;
        margin-bottom: 20px; }
        main #dates-deadlines .container .deadline .heading {
          background-color: #d5c276;
          color: #0c141b;
          display: flex;
          padding: 10px;
          align-items: center;
          justify-content: space-between; }
          @media only screen and (max-width: 575px) {
            main #dates-deadlines .container .deadline .heading {
              flex-direction: column;
              padding: 20px; } }
          main #dates-deadlines .container .deadline .heading .date {
            padding-left: 20px;
            text-transform: uppercase;
            font-size: 17px;
            font-weight: 700; }
          @media only screen and (max-width: 575px) {
            main #dates-deadlines .container .deadline .heading .calendar {
              padding-top: 10px; } }
        main #dates-deadlines .container .deadline .content .row {
          padding: 30px 0; }
          @media only screen and (max-width: 800px) {
            main #dates-deadlines .container .deadline .content .row {
              flex-direction: column;
              padding: 0;
              padding: 40px; } }
          main #dates-deadlines .container .deadline .content .row .col {
            margin: 0 30px; }
            @media only screen and (max-width: 800px) {
              main #dates-deadlines .container .deadline .content .row .col {
                margin: 0px;
                padding: 0; } }
            main #dates-deadlines .container .deadline .content .row .col:first-child {
              width: 30%;
              background-image: url(../svg/deadline-border.svg);
              background-repeat: no-repeat;
              background-position: center right;
              position: relative;
              padding-right: 20px; }
              @media only screen and (max-width: 800px) {
                main #dates-deadlines .container .deadline .content .row .col:first-child {
                  width: 100%;
                  padding-left: 0;
                  padding-right: 0;
                  background: none;
                  margin-bottom: 30px; } }
            main #dates-deadlines .container .deadline .content .row .col:last-child {
              width: 70%; }
              @media only screen and (max-width: 800px) {
                main #dates-deadlines .container .deadline .content .row .col:last-child {
                  width: 100%; } }
            main #dates-deadlines .container .deadline .content .row .col h2 {
              font-size: 20px;
              font-weight: 600;
              letter-spacing: 1.5px; }
              @media only screen and (max-width: 800px) {
                main #dates-deadlines .container .deadline .content .row .col h2 {
                  margin: 15px 0;
                  padding: 0; } }
            main #dates-deadlines .container .deadline .content .row .col .arrow-links a {
              color: #fff;
              font-weight: 600; }
            main #dates-deadlines .container .deadline .content .row .col .note {
              border: 2px dashed #d5c276;
              border-radius: 10px; }
              main #dates-deadlines .container .deadline .content .row .col .note .row {
                padding: 30px 0; }
                main #dates-deadlines .container .deadline .content .row .col .note .row .col {
                  padding: 0 30px; }
                  main #dates-deadlines .container .deadline .content .row .col .note .row .col:first-child {
                    width: 30px;
                    background-image: url(../svg/icon-star.svg);
                    background-position: right top;
                    background-repeat: no-repeat; }
                    @media only screen and (max-width: 800px) {
                      main #dates-deadlines .container .deadline .content .row .col .note .row .col:first-child {
                        border-bottom: none;
                        display: none; } }
                  main #dates-deadlines .container .deadline .content .row .col .note .row .col:last-child {
                    width: 100%; }
                  main #dates-deadlines .container .deadline .content .row .col .note .row .col h3 {
                    margin: 0;
                    font-size: 14px;
                    font-weight: 600; }
                  main #dates-deadlines .container .deadline .content .row .col .note .row .col p {
                    font-size: 14px; }
      main #dates-deadlines .container .deadline-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px; }
        @media only screen and (max-width: 800px) {
          main #dates-deadlines .container .deadline-grid {
            grid-template-columns: 1fr; } }
        main #dates-deadlines .container .deadline-grid .deadline {
          margin: 0;
          padding: 10px 12px;
          border-radius: 5px; }
          main #dates-deadlines .container .deadline-grid .deadline .heading {
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 10px;
            padding: 20px 50px 10px;
            border-radius: 5px;
            min-height: 150px; }
            @media only screen and (max-width: 800px) {
              main #dates-deadlines .container .deadline-grid .deadline .heading {
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                min-height: 0;
                padding: 15px 38px; } }
            @media only screen and (max-width: 650px) {
              main #dates-deadlines .container .deadline-grid .deadline .heading {
                flex-direction: column;
                align-items: center;
                justify-content: center;
                padding: 15px 20px;
                text-align: center; } }
            main #dates-deadlines .container .deadline-grid .deadline .heading .date {
              padding: 0; }
          main #dates-deadlines .container .deadline-grid .deadline h2 {
            font-size: 20px;
            line-height: 1.5;
            margin-bottom: 20px;
            padding-bottom: 0; }
          main #dates-deadlines .container .deadline-grid .deadline .row {
            display: block;
            padding: 0 38px; }
            .espanol main #dates-deadlines .container .deadline-grid .deadline .row {
              padding: 0 28px; }
            @media only screen and (max-width: 650px) {
              main #dates-deadlines .container .deadline-grid .deadline .row, .espanol main #dates-deadlines .container .deadline-grid .deadline .row {
                padding: 0 20px; } }
            main #dates-deadlines .container .deadline-grid .deadline .row .col:first-child, main #dates-deadlines .container .deadline-grid .deadline .row .col:last-child {
              width: auto;
              height: auto;
              padding: 0;
              margin: 0;
              background: transparent; }
  main #voting {
    padding: 140px 0 80px 0;
    position: relative;
    background-color: #d5c276;
    overflow: hidden;
    z-index: 1; }
    @media only screen and (max-width: 900px) {
      main #voting {
        padding: 60px 0; } }
    @media only screen and (max-width: 650px) {
      main #voting {
        padding: 40px 0; } }
    main #voting .container {
      width: 90%;
      max-width: 963px;
      text-align: center; }
      @media only screen and (max-width: 900px) {
        main #voting .container h2 {
          padding: 0 20px; } }
    main #voting .cta {
      border: 2px dashed #fff;
      border-radius: 10px;
      padding: 30px;
      width: auto; }
      @media only screen and (max-width: 900px) {
        main #voting .cta .row {
          flex-direction: row; } }
      main #voting .cta .row .col {
        padding: 0;
        text-align: left;
        width: 100%; }
        @media only screen and (max-width: 900px) {
          main #voting .cta .row .col {
            margin-bottom: 0; } }
        main #voting .cta .row .col:first-child {
          width: 25px; }
        main #voting .cta .row .col:last-child {
          padding-left: 10px; }
  main .icon-rows .row {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 80px;
    text-align: left; }
    @media only screen and (max-width: 900px) {
      main .icon-rows .row {
        margin: 80px 0;
        flex-direction: column;
        align-items: center;
        text-align: center; } }
  main .icon-rows .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 176px;
    height: 176px;
    padding: 5px;
    border: 2px #0c141b solid;
    box-shadow: -4px 10px 16px rgba(0, 0, 0, 0.15); }
  main .icon-rows h3 {
    margin: 0 0 15px; }
  main .icon-rows p {
    margin: 0 0 1em; }
  main .icon-rows .button-wrapper {
    max-width: 550px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap; }
    @media only screen and (max-width: 900px) {
      main .icon-rows .button-wrapper {
        justify-content: center; } }
  main #where-to-vote {
    position: relative;
    padding-top: 60px;
    margin-top: -40px;
    z-index: 3; }
    @media only screen and (max-width: 900px) {
      main #where-to-vote .container .row {
        flex-direction: column; } }
    main #where-to-vote .container .row .col {
      padding: 20px 20px 40px 20px;
      width: 33%; }
      @media only screen and (max-width: 1000px) {
        main #where-to-vote .container .row .col {
          width: 50%; } }
      @media only screen and (max-width: 900px) {
        main #where-to-vote .container .row .col {
          width: 100%; } }
      main #where-to-vote .container .row .col:nth-child(2) {
        padding-left: 60px; }
        @media only screen and (max-width: 1000px) {
          main #where-to-vote .container .row .col:nth-child(2) {
            padding-left: 0; } }
      main #where-to-vote .container .row .col.image {
        position: relative; }
        main #where-to-vote .container .row .col.image img {
          display: block;
          max-width: 440px;
          width: 440px;
          height: auto;
          position: absolute;
          bottom: 0;
          left: 95px; }
        @media only screen and (max-width: 1000px) {
          main #where-to-vote .container .row .col.image {
            display: none; } }
      main #where-to-vote .container .row .col .icon {
        height: 147px; }
        main #where-to-vote .container .row .col .icon img {
          width: auto;
          height: 100%;
          margin: 0;
          -o-object-fit: contain;
             object-fit: contain; }
          @media only screen and (max-width: 1000px) {
            main #where-to-vote .container .row .col .icon img {
              margin: 0 auto; } }
      @media only screen and (max-width: 1000px) {
        main #where-to-vote .container .row .col .content {
          text-align: center; } }
      main #where-to-vote .container .row .col .content a.btn {
        margin-bottom: 20px; }
        main #where-to-vote .container .row .col .content a.btn:hover {
          color: #0c141b; }
      main #where-to-vote .container .row .col .content p {
        margin-bottom: 20px; }
        main #where-to-vote .container .row .col .content p.notice {
          font-size: 14px; }
      main #where-to-vote .container .row .col .content ul {
        margin: 20px 0 40px 0;
        padding: 0;
        list-style: none; }
        main #where-to-vote .container .row .col .content ul li {
          position: relative;
          margin-left: 30px;
          margin: 0 0 15px 30px;
          list-style: none;
          font-weight: 600; }
          main #where-to-vote .container .row .col .content ul li:before {
            content: "";
            display: block;
            position: absolute;
            top: 5px;
            left: -30px;
            width: 15px;
            height: 15px;
            background-image: url(../svg/star.svg);
            background-position: center center;
            background-size: 15px 15px;
            background-repeat: no-repeat; }
            @media only screen and (max-width: 1000px) {
              main #where-to-vote .container .row .col .content ul li:before {
                display: inline-block;
                left: auto;
                margin-left: -30px; } }
  main #about {
    position: relative;
    z-index: 4; }
    main #about::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 130px;
      left: 0;
      width: calc(((100vw - 1066px) * .5) - 5px);
      height: 235px;
      background-image: url(../image/flag-calvert-pattern.png);
      background-position: right top;
      background-size: auto 100%;
      background-repeat: repeat-x;
      z-index: 2; }
    main #about::after {
      content: "";
      display: block;
      position: absolute;
      bottom: -117px;
      right: 0;
      width: calc(-510px + 50vw);
      height: 235px;
      background-image: url(../image/calvert-flag-pattern.png);
      background-position: left top;
      background-size: auto 100%;
      background-repeat: repeat-x;
      z-index: 2; }
    main #about .container {
      max-width: 1238px;
      background-color: #0c141b;
      color: #fff;
      padding: 73px 120px;
      z-index: 1; }
      @media only screen and (max-width: 750px) {
        main #about .container {
          padding: 40px 40px 60px; } }
      main #about .container .col-center {
        width: 100%; }
      main #about .container h2 {
        color: #fff;
        margin-top: 0; }
      main #about .container p {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3em;
        max-width: 806px;
        font-size: 20px;
        line-height: 1.5; }
        main #about .container p:last-child {
          margin-bottom: 0; }
        @media only screen and (max-width: 600px) {
          main #about .container p {
            font-size: 18px; } }
      main #about .container .buttons {
        width: 90%;
        max-width: 592px;
        margin: 0 auto; }
        main #about .container .buttons a.btn {
          display: block;
          margin-bottom: 20px;
          padding: 15px 20px;
          text-align: center; }
  main #faq {
    z-index: 3;
    background-color: #0c141b;
    color: #fff;
    padding: 60px 0;
    margin-bottom: 60px; }
    @media only screen and (max-width: 750px) {
      main #faq {
        padding: 40px 0;
        margin-top: 0; } }
    main #faq .container {
      max-width: 800px;
      margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      main #faq .row {
        flex-direction: column;
        text-align: center; } }
    main #faq .row .col {
      width: 75%;
            /*
            a {
                color: $black;
                text-decoration: none;
                font-size: 14px;
                font-weight:600;

                &:hover {
                    text-decoration: underline;
                }
            }
            */ }
      @media only screen and (max-width: 900px) {
        main #faq .row .col {
          width: 70%; } }
      @media only screen and (max-width: 750px) {
        main #faq .row .col {
          width: 100%;
          padding: 0 20px; } }
      main #faq .row .col.icon {
        width: 25%; }
        @media only screen and (max-width: 900px) {
          main #faq .row .col.icon {
            width: 30%; } }
        @media only screen and (max-width: 750px) {
          main #faq .row .col.icon {
            width: 100%;
            padding: 0 20px;
            margin-bottom: 30px; }
            main #faq .row .col.icon img {
              margin: 0 auto; } }
      main #faq .row .col.col-center {
        width: 100%; }
      main #faq .row .col h2 {
        margin-top: 0; }
        @media only screen and (max-width: 750px) {
          main #faq .row .col h2 {
            width: 100%;
            padding: 0 20px; }
            main #faq .row .col h2::after {
              background-position: center bottom; } }
      main #faq .row .col p {
        margin-bottom: 20px; }
      main #faq .row .col a {
        margin-top: 20px; }
    main #faq h2 {
      margin-bottom: 50px; }
      main #faq h2::after {
        background-image: url("../image/h2-underline.png");
        width: 158px;
        left: 50%;
        transform: translateX(-50%);
        background-repeat: repeat-x;
        background-size: auto 2px; }
    main #faq .buttons {
      width: 90%;
      max-width: 592px;
      margin: 0 auto; }
      main #faq .buttons a.btn {
        display: block;
        margin-bottom: 20px;
        padding: 15px 20px;
        text-align: center; }
        main #faq .buttons a.btn:hover {
          color: #fff; }

footer .container {
  max-width: 100%;
  position: relative;
        /*
        &::before {
            content: "";
            position: absolute;
            display: block;
            width: 373px;
            height: 339px;
            left: -120px;
            bottom: 0;
            background-image: url(../image/footer-bg-left.png);
            background-size: auto 100%;
            background-position: center center;
            background-repeat: no-repeat;

            @media only screen and (max-width: 1000px) {
                display: none;
            }
        }

        &::after {
            content: "";
            position: absolute;
            display: block;
            width: 362px;
            height: 283px;
            right: -120px;
            bottom: 0;
            background-image: url(../image/footer-bg-right.png);
            background-size: auto 100%;
            background-position: center center;
            background-repeat: no-repeat;

            @media only screen and (max-width: 1000px) {
                display: none;
            }
        }*/ }
  footer .container .cta {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 60px;
    text-align: center; }
    @media only screen and (max-width: 700px) {
      footer .container .cta br {
        display: none; } }
    footer .container .cta h2 {
      font-size: 27px;
      font-weight: 700;
      margin-bottom: 18px; }
      footer .container .cta h2::after {
        display: none;
        top: -30px;
        bottom: auto; }
    footer .container .cta a.btn:hover {
      background-color: #0c141b; }
  footer .container .branding {
    position: relative;
    margin: 0 auto 60px;
    width: 300px; }
    footer .container .branding::after {
      content: "";
      display: block;
      position: absolute;
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%);
      background-image: url(../svg/footer-stars.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 386px;
      height: 20px; }
      @media only screen and (max-width: 1000px) {
        footer .container .branding::after {
          max-width: 75%; } }
footer .footer {
  background-color: #0c141b;
  color: #fff; }
  footer .footer .container {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1290px; }
    footer .footer .container::before, footer .footer .container::after {
      display: none; }
    footer .footer .container .row {
      justify-content: space-between;
      align-items: flex-end;
      height: 100%;
      padding: 40px 0; }
      @media only screen and (max-width: 700px) {
        footer .footer .container .row {
          flex-direction: column;
          justify-content: space-evenly;
          align-items: center; } }
      footer .footer .container .row .col h2 {
        font-size: 20px;
        text-transform: uppercase;
        margin: 0;
        padding: 0; }
        footer .footer .container .row .col h2::after {
          display: none; }
        @media only screen and (max-width: 700px) {
          footer .footer .container .row .col h2 {
            margin-bottom: 30px;
            text-align: center; } }
      footer .footer .container .row .col .social ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: flex-end; }
        footer .footer .container .row .col .social ul li {
          margin: 0;
          padding: 0;
          list-style: none;
          margin-left: 20px; }
          @media only screen and (max-width: 700px) {
            footer .footer .container .row .col .social ul li {
              margin-left: 10px;
              margin-right: 10px;
              margin-bottom: 20px; } }
        @media only screen and (max-width: 700px) {
          footer .footer .container .row .col .social ul {
            justify-content: center; } }
      footer .footer .container .row .col .copyright {
        font-size: 12px; }
