/*
Theme Name: fordypningsrommet
Author: Headspin Productions
Author URI: http://headspin.no/
Description: Fordypnings rommet. Made by Headspin Productions
Version: 1.0.0
Text Domain: fordypningsrommet
*/

/*
 :::  Reset
-------------------------------------------------- */
html {
  font-family: sans-serif; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 60%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

li {
  list-style-type: none; }

#__bs_notify__ {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 5px;
  bottom: 0 !important;
  top: auto !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "freight-display-pro", Georgia, serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  color: #181818;
  line-height: 1.625;
  margin: 0 0 20px; }

h1, h2 {
  margin-top: 30px; }
  h1 a, h2 a {
    border-bottom: 2px solid #ff6524;
    text-decoration: none; }
    h1 a:hover, h2 a:hover {
      border-bottom: transparent; }

h1 {
  margin-top: 30px; }

h2 {
  font-size: 2rem;
  margin-top: 30px;
  line-height: 1.2; }

h3 {
  font-size: 1.5rem; }

a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease; }
  a.hover, a:hover, a:focus {
    color: #fff; }

p {
  color: #fff;
  margin-bottom: 1.5em; }

.spinner-btn {
  display: none;
  line-height: 1;
  margin: 0 auto;
  padding: 4px 0;
  width: 70px; }
  .spinner-btn > div {
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
       -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 18px;
    width: 18px; }
  .spinner-btn .bounce1 {
    -webkit-animation-delay: -.32s;
       -moz-animation-delay: -.32s;
            animation-delay: -.32s; }
  .spinner-btn .bounce2 {
    -webkit-animation-delay: -.16s;
       -moz-animation-delay: -.16s;
            animation-delay: -.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }

@-moz-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
         transform: scale(0); }
  40% {
    -moz-transform: scale(0.8);
         transform: scale(0.8); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
            transform: scale(0.8); } }

/*
 :::  Fixes
-------------------------------------------------- */
figure {
  margin: 0;
  padding: 0; }

.hidden {
  display: none; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  height: 100%; }

::-moz-selection {
  background-color: #f1ece5;
  color: #181818; }

::selection {
  background-color: #f1ece5;
  color: #181818; }

:root {
  font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 1.5;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 1px; }

body {
  background-color: #fff;
  color: #181818;
  -webkit-font-feature-settings: "liga";
     -moz-font-feature-settings: "liga";
          font-feature-settings: "liga";
  font-size: 16px;
  -webkit-font-variant-ligatures: common-ligatures;
     -moz-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures; }
  @supports not ((-webkit-font-variant-ligatures: common-ligatures) or (-moz-font-variant-ligatures: common-ligatures) or (font-variant-ligatures: common-ligatures)) {
    body {
      -webkit-font-feature-settings: "liga";
         -moz-font-feature-settings: "liga";
              font-feature-settings: "liga"; } }

figure {
  line-height: 0; }

img {
  max-width: 100%; }
  img.alignright {
    float: right; }
  img.alignleft {
    float: left; }

.wrapper, nav {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%; }

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important; }

header {
  /* background-image: url("./assets/images/kathrine_sorgaard_7140.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
  padding-top: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  header .content {
    margin: 125px auto 0;
    text-align: center;
    width: 50%;
    min-width: 300px; }

    header .content h1, header .content h2, header .content h3, header .content h4, header .content h5, header .content h6 {
      color: #fff;
      font-family: "brandon-grotesque"; }
    header .content h1 span {
      font-size: 4.5rem;
      line-height: 1.25; }

    header .content p {
        font-family: "freight-display-pro", Georgia, serif;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 1rem; }

   #buttons_row {
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: transparent !important;
    margin-top: -172px; }

  .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-peacoc {
    font-size: 18px;
    background-image: none !important;
    background-color: #266271 !important;
    border-radius: 500px;
    border: #266271; }

  #buttons_row #buttons_column .wpb_wrapper{
    text-align: center }

  #header_button1 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-peacoc {
      padding: 8px 25px; }
   
   #header_button2 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-peacoc{
    padding: 8px 43px;
    margin: 0 50px; }

   #header_button3 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-peacoc{
      padding: 8px 47px; }
   


   /*MOBILE QUERIES*/
    
    @media screen and (max-width: 700px) {
        header {
          height:85vh; }
        header .content {
          margin-top: 100px;
        }
        header .content h1 span {
          font-size: 3.5rem; } 
        header .content h2  {
          font-size: 1.5rem; } 

      #buttons_row{
        margin-top: -303px; }

        #header_button1 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-peacoc {
          padding: 3px 13px; }

        #header_button2 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-peacoc{
          padding: 3px 27px; }
      
        #header_button3 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-peacoc{
          padding: 3px 30px; }

        .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-peacoc{
          font-size: 15px; } }

    @media screen and (max-width: 650px) {
      main #middle_column_sixth_row h4 span a{
        font-size: 18px !important; }
      main #middle_column_sixth_row h4 span{
        font-size: 18px !important; } }




    /*TABLET QUERIES*/
    @media screen and (min-width: 700px) {      
      header .content h2{padding: 0 50px;} }
    @media screen and (min-width: 700px) and (max-width:1200px){
      header .content {
        width: 100%; } }



nav {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 16px; }
  nav .website-logo {
    justify-self: flex-start;
    margin-right: auto; }
    nav .website-logo img {
      max-height: 110px; }
  nav .social-media {
    height: 24px; }
    nav .social-media li {
      padding: 0 8px; }
      nav .social-media li:last-child {
        padding-right: 0; }
  nav .website {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase; }
    @media screen and (max-width: 700px) {
      nav .website {
        font-size: 10px; } }
    nav .website li {
      padding: 0 10px; }
      nav .website li:not(:last-child) {
        border-right: 1px solid #fff; }
    nav .website a {
      text-decoration: none; }
  nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

@media screen and (max-width: 768px) {
  main h1 {
    font-size: 2rem; } }

main .wpb_content_element {
  margin-bottom: 0; }

main .wpb_text_column {
  padding: 0 30px; }

main .vc_column_container > .vc_column-inner {
  padding-top: 0 !important; }

main .wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important; }

main .bullet-list {
  padding-left: 40px; }

main .bullet-list li {
  list-style-type: disc; }

main form {
  padding: 0 10px; }

  @media screen and (max-width: 736px){
    main #first_row{
      padding-top:370px; } }

@media screen and (max-width: 1024px){
  main #middle_column_first_row, #middle_column_second_row, #middle_column_third_row, #middle_column_fourth_row, #middle_column_fifth_row, #middle_column_sixth_row, #middle_column_seventh_row, #middle_column_eighth_row{
    width: 100%; }

  main #artists_middle_column_first_row, #artists_middle_column_second_row, #artists_middle_column_third_row, #artists_middle_column_fourth_row, #artists_middle_column_fifth_row{
    width: 100%; } }

main .quote {
  padding: 50px 10px; }
  main .quote h1, main .quote h2, main .quote h3, main .quote h4, main .quote h5, main .quote h6, main .quote p, main .quote div {
    font-family: "freight-display-pro", Georgia, serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    margin: 0 0 32px;
    padding: 0; }
    main .quote h1:last-child, main .quote h2:last-child, main .quote h3:last-child, main .quote h4:last-child, main .quote h5:last-child, main .quote h6:last-child, main .quote p:last-child, main .quote div:last-child {
      margin: 0; }

main .faq {
  font-family: "freight-display-pro", Georgia, serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400; }
  main .faq h1 {
    font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    color: #181818;
    margin: 0; }
    @media screen and (max-width: 768px) {
      main .faq h1 {
        font-size: 2rem; } }
  main .faq > .vc_column-inner {
    padding: 40px 0 !important; }
  main .faq .vc_toggle_icon {
    display: none !important; }
  main .faq .vc_toggle {
    margin-bottom: 0; }
    main .faq .vc_toggle:last-of-type .vc_toggle_title {
      border-bottom: 0; }
  main .faq .vc_toggle_title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1;
    padding: 10px 0 10px 45px !important;
    position: relative; }
    main .faq .vc_toggle_title h1, main .faq .vc_toggle_title h2, main .faq .vc_toggle_title h3, main .faq .vc_toggle_title h4, main .faq .vc_toggle_title h5, main .faq .vc_toggle_title h6, main .faq .vc_toggle_title p, main .faq .vc_toggle_title div {
      font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.75rem;
      font-style: normal;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
    main .faq .vc_toggle_title::before {
      border-bottom: 7px solid transparent;
      border-left: 7px solid #fff;
      border-top: 7px solid transparent;
      content: "";
      display: block;
      height: 0;
      left: 30px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
         -moz-transform: translate3d(0, -50%, 0) rotate(0deg);
              transform: translate3d(0, -50%, 0) rotate(0deg);
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      -moz-transition: .3s ease;
      transition: .3s ease;
      width: 0; }
  main .faq .vc_toggle_active .vc_toggle_title::before {
    -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
       -moz-transform: translate3d(0, -50%, 0) rotate(90deg);
            transform: translate3d(0, -50%, 0) rotate(90deg); }
  main .faq .vc_toggle_content {
    padding: 0 0 10px 15px; }
    main .faq .vc_toggle_content p {
      font-family: "freight-display-pro", Georgia, serif;
      font-size: 1.0625rem;
      font-style: italic;
      font-weight: 400;
      line-height: 23px;
      margin-bottom: 10px; }

footer {
  background-image: url("./assets/images/fleinvaer_by_day.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative; }
  footer .copyright {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    bottom: 0;
    color: #fff;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 100%; }
    footer .copyright p {
      color: #fff;
      font-size: 10px;
      line-height: 20px;
      margin-bottom: 0;
      text-transform: uppercase; }
    footer .copyright .pagetitle {
      font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1rem;
      font-style: normal;
      font-weight: 700;
      text-transform: none; }

.contact-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "brandon-grotesque", sans-serif; }
  .contact-form > div[id^="contact_"] {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 10px 20px; }
  .contact-form #contact_message {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .contact-form #contact_adults, #contact_children, #contact_children_age{
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
  .contact-form #contact_arrival_day label{
    color: #898989;
    font-size: 14px; }
  .contact-form #contact_departure_day label{
    color: #898989;
    font-size: 14px; }
  .contact-form button[type="submit"],
  .contact-form input[type="email"],
  .contact-form input[type="text"],
  .contact-form input[type="number"],
  .contact-form input[type="date"],
  .contact-form input[type="tel"],
  .contact-form textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 14px; }
  .contact-form button[type="submit"],
  .contact-form input[type="email"],
  .contact-form input[type="text"],
  .contact-form input[type="number"],
  .contact-form input[type="date"],
  .contact-form input[type="tel"],
  .contact-form textarea {
    border: 1px solid #b5b5b5;
    border-radius: 2px;
    color: #898989;
    font-size: 14px;
    line-height: 1.5rem;
    outline: 0;
    padding: 5px 10px;
    width: 100%; }
  .contact-form button[type="submit"] {
    background-color: #266271;
    border: 0;
    border-radius: 500px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    line-height: 2;
    margin: 0 10px;
    text-transform: uppercase; }
  .contact-form #g-recaptcha {
    margin: 0 auto 29px; }

  .simple-contact-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "brandon-grotesque", sans-serif; }
    
  .simple-contact-form > div[id^="contact_"] {
      -webkit-box-flex: 0;
          -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0 10px 20px; }
  .simple-contact-form #contact_message {
      -webkit-box-flex: 0;
          -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }

  .simple-contact-form button[type="submit"],
  .simple-contact-form input[type="email"],
  .simple-contact-form input[type="text"],
  .simple-contact-form textarea {
      -webkit-appearance: none;
          -moz-appearance: none;
              appearance: none;
      font-family: "brandon-grotesque", sans-serif;
      font-size: 14px; }
  .simple-contact-form button[type="submit"],
  .simple-contact-form input[type="email"],
  .simple-contact-form input[type="text"],
  .simple-contact-form textarea {
      border: 1px solid #b5b5b5;
      border-radius: 2px;
      color: #898989;
      font-size: 14px;
      line-height: 1.5rem;
      outline: 0;
      padding: 5px 10px;
      width: 100%; }
  .simple-contact-form button[type="submit"] {
      background-color: #266271;
      border: 0;
      border-radius: 500px;
      color: #fff;
      cursor: pointer;
      font-weight: bold;
      line-height: 2;
      margin: 0 10px;
      text-transform: uppercase; }
  .simple-contact-form #g-recaptcha {
      margin: 0 auto 29px; }



.white-text {
  color: #fff; }

.banner {
  background-color: #1F383F;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  overflow: hidden;
  position: absolute;
  -webkit-transition: height .3s ease;
  -o-transition: height .3s ease;
  -moz-transition: height .3s ease;
  transition: height .3s ease;
  top: 0;
  left: 0;
  width: 100%; }
  .banner .banner-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
  .banner .offer {
    -ms-flex-item-align: center;
        align-self: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 72px; }
  .banner p {
    -ms-flex-item-align: center;
        align-self: center;
    margin: 0;
    padding-left: 20px; }
  .banner .close {
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 5px; }
    .banner .close:hover {
      font-weight: bold; }
  .banner.isHidden {
    height: 0; }

.banner.isHidden + header {
  padding-top: 0; }

.banner + header {
  padding-top: 72px; }

.btn--cta {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.btn--cta a {
  display: block;
  font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  background-color: #266271;
  border-radius: 500px;
  border: 0;
  color: #fff;
  cursor: pointer;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  line-height: 2rem;
  min-width: 200px;
  margin: 1rem 0.5rem 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  padding: 5px 20px;
  text-decoration: none; }
  .btn--cta a:hover {
    background-color: #378092; }

.btn--ctb a {
  background: none;
  border: 2px solid white; }
  .btn--ctb a:hover {
    background: rgba(100%,100%,100%,0.18); }

.sans-serif {
  font-family: brandon-grotesque, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.serif {
  font-family: "freight-display-pro", Georgia, serif !important; }

/*# sourceMappingURL=style.css.map */
