body {
  /*
   background-color:#fff;
   */ }

h1:before, h2:before, h3:before, h4:before, h5:before, h6:before, h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
  content: "";
  position: relative;
  display: block; }

.s-text p:last-child, blockquote p, .s-optin__info p {
  margin: 0; }

html, body {
  position: relative; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden; }
  html #sm-design-tooltip > div {
    font-size: 1.2rem !important;
    line-height: 1.2rem !important; }
  html.s-overlay__active, html.s-modal--open {
    overflow: hidden; }

body {
  color: var(--color-default-text); }
/* Focus */
html [js-focus]:not([js-focus-ring]) {
  outline-width: 0; }
/*******************/
/* Color Variables */
/*******************/
:root {
  /* Design Color Vars */
  --color-1: #073a55;
  --color-2: #1cabb1;
  --color-3: #ef7f8e;
  --color-4: #fad7d9;
  --color-5: #ffd872;
  /* Text Color Vars */
  --text-color-default: #656565;
  --text-color-1: #073a55;
  --text-color-2: #1cabb1;
  --text-color-3: #ef7f8e;
  /* General Color Vars */
  --color-bg: #fff;
  --color-shadow: #073a55; }
/*******************/
/* General Classes */
/*******************/
.s-hidden, .is-hidden {
  display: none; }

.s-invisible, .is-invisible {
  visibility: hidden;
  opacity: 0; }

.s-btn, .s-btn-alt {
  display: inline-block; }

figure {
  margin: 0px;
  display: flex;
  flex-direction: column; }
  figure .s-video__inner {
    flex: 1;
    position: relative; }
  figure img {
    height: auto !important; }
  figure figcaption {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 8px;
    max-width: 450px; }
/*******************/
/* Pseudo Settings */
/*******************/
body h1, body h2, body h3, body h4, body h5, body h6, body .s-btn, body .s-btn-alt {
  position: relative;
  overflow-wrap: break-word;
  hyphens: manual; }
/***********************/
/* Navigation Settings */
/***********************/
.s-menu {
  display: flex;
  list-style: none;
  padding-inline-start: 0;
  margin: 0; }
  .s-menu ul {
    list-style: none;
    padding-inline-start: 0;
    margin: 0; }
    .s-menu ul > li > a {
      display: inline-block; }
    .s-menu ul > li:last-child > a {
      margin-bottom: 0px; }
  .s-menu a:hover + ul {
    display: block; }
/**********************/
/* Container Settings */
/**********************/
body .container {
  max-width: var(--container);
  padding-left: var(--container-padding);
  padding-right: var(--container-padding); }

body .container-fluid.s-col-bleed {
  padding-left: 0;
  padding-right: 0; }

.s-container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  /*@media (max-width: 991px) {
   max-width: 720px;
   }*/ }
  @media (max-width: 1199px) {
  .s-container {
    max-width: 960px; } }
  @media (max-width: 767px) {
  .s-container {
    max-width: 540px; } }
  .s-container-fluid {
    max-width: 100%;
    margin: auto; }
  .s-container-gutter {
    width: calc(100% - 60px); }
    @media (max-width: 991px) {
  .s-container-gutter {
    width: calc(100% - 30px); } }

:root {
  /* General Vars */
  --default-transition: all 0.22s ease-out;
  /* Container Vars */
  --gutter-min: 60px;
  --scrollbar-width: 17px;
  --container-gap: calc((((100vw - var(--scrollbar-width)) - var(--container)) / 2) + var(--gutter-min));
  --container: var(--container-max);
  --container-padding: var(--gutter-min); }

@media (min-width: 1477px) {
  :root {
    --container-max: 1476px; } }

@media (max-width: 1476px) {
  :root {
    --container-max: 100%;
    --container-gap: var(--gutter-min); } }

@media (max-width: 1024px) {
  /* Gutter Update */
    :root {
      --gutter-min: 40px;
      --container-max: 960px;
      --container-gap: calc((((100vw - var(--scrollbar-width)) - var(--container)) / 2) + var(--gutter-min)); } }

@media (max-width: 976px) {
  /* Reset till next container max */
    :root {
      --container-max: 100%;
      --container-gap: var(--gutter-min); } }

@media (max-width: 576px) {
  /* Gutter Update */
    :root {
      --gutter-min: 20px;
      --container-max: 540px;
      --container-gap: calc((((100vw - var(--scrollbar-width)) - var(--container)) / 2) + var(--gutter-min)); } }

@media (max-width: 540px) {
  /* Reset till next container max */
    :root {
      --container-max: 100%;
      --container-gap: var(--gutter-min); } }
/*********************/
/* Bootstrap Update */
/*********************/
body .row {
  display: flex;
  flex-wrap: wrap; }

body [class^="col-"] {
  float: none; }

body .col-1, body .col-2, body .col-3, body .col-4, body .col-5, body .col-6, body .col-7, body .col-8, body .col-9, body .col-10, body .col-11, body .col-12, body .col, body .col-auto, body .col-sm-1, body .col-sm-2, body .col-sm-3, body .col-sm-4, body .col-sm-5, body .col-sm-6, body .col-sm-7, body .col-sm-8, body .col-sm-9, body .col-sm-10, body .col-sm-11, body .col-sm-12, body .col-sm, body .col-sm-auto, body .col-md-1, body .col-md-2, body .col-md-3, body .col-md-4, body .col-md-5, body .col-md-6, body .col-md-7, body .col-md-8, body .col-md-9, body .col-md-10, body .col-md-11, body .col-md-12, body .col-md, body .col-md-auto, body .col-lg-1, body .col-lg-2, body .col-lg-3, body .col-lg-4, body .col-lg-5, body .col-lg-6, body .col-lg-7, body .col-lg-8, body .col-lg-9, body .col-lg-10, body .col-lg-11, body .col-lg-12, body .col-lg, body .col-lg-auto, body .col-xl-1, body .col-xl-2, body .col-xl-3, body .col-xl-4, body .col-xl-5, body .col-xl-6, body .col-xl-7, body .col-xl-8, body .col-xl-9, body .col-xl-10, body .col-xl-11, body .col-xl-12, body .col-xl, body .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

body .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

body .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

body .col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

body .col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

body .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

body .col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

body .col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

body .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

body .col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

body .col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

body .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

body .col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

body .col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

body .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  body .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  body .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  body .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  body .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  body .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  body .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  body .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  body .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  body .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  body .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  body .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  body .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  body .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  body .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  body .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  body .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  body .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  body .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  body .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  body .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  body .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  body .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  body .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  body .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  body .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  body .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  body .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  body .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  body .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  body .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  body .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  body .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  body .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  body .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  body .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  body .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  body .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  body .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  body .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  body .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  body .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  body .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  body .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  body .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  body .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  body .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  body .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  body .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  body .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  body .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  body .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  body .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  body .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  body .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  body .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  body .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

body {
  font-family: 'Sofia Sans Condensed', sans-serif, sans-serif; }

.sw-logo-text {
  font-family: 'Sofia Sans Condensed', sans-serif, sans-serif; }

h1, h2, h3, h4, h5, h6, sw_textcat {
  font-family: 'Sofia Sans Condensed', sans-serif, sans-serif; }

.s-navmenu {
  font-family: 'Sofia Sans Condensed', sans-serif, sans-serif; }

body {
  font-size: 2rem;
  line-height: 1.3; }

html {
  color: #656565; }

.s-menu a:link, .s-menu a:visited, .s-menu a:active {
  font-size: 4.5rem; }

.s-menu a:link, .s-menu a:visited, .s-menu a:active {
  font-weight: 500; }

.s-menu a:link, .s-menu a:visited, .s-menu a:active {
  color: #00648d; }

.s-menu a:link, .s-menu a:visited, .s-menu a:active {
  line-height: 1.2; }

.s-menu a:link, .s-menu a:visited, .s-menu a:active {
  text-transform: uppercase; }

.s-menu a:link, .s-menu a:visited, .s-menu a:active {
  text-decoration: none; }

.s-menu a:link, .s-menu a:visited, .s-menu a:active {
  margin: 0px 0px 16px 0px; }

.s-menu a:link, .s-menu a:visited, .s-menu a:active {
  padding: 0px 0px 0px 0px; }

.s-menu a:link, .s-menu a:visited, .s-menu a:active {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s; }

.s-menu a:hover {
  color: #1cabb1; }

.s-menu ul {
  background-color: #fff; }

.s-menu ul {
  box-shadow: 0px 6px 12px 0px rgba(7, 58, 85, 0.4);
  -webkit-box-shadow: 0px 6px 12px 0px rgba(7, 58, 85, 0.4); }

.s-menu ul {
  padding: 0px 0px 0px 0px; }

.s-menu ul li a:link, .s-menu ul li a:visited, .s-menu ul li a:active {
  color: #656565; }

.s-menu ul li a:link, .s-menu ul li a:visited, .s-menu ul li a:active {
  background-color: #fff; }

.s-menu ul li a:link, .s-menu ul li a:visited, .s-menu ul li a:active {
  padding: 3px 20px 3px 20px; }

.s-menu ul li a:link, .s-menu ul li a:visited, .s-menu ul li a:active {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s; }

.s-menu ul li a:hover {
  color: #ef7f8e; }

.s-menu ul li a:hover {
  background-color: #fff; }

.s-tile, .s-card {
  color: #656565; }

.s-tile, .s-card {
  background-color: #fff; }

.s-tile, .s-card {
  padding: 20px 20px 20px 20px; }

.s-tile .s-content, .s-card .s-content {
  margin: 20px 0px 0px 0px; }

.h1, h1 {
  font-size: 6rem; }

.h1, h1 {
  font-weight: 500; }

.h1, h1 {
  color: #073a55; }

.h1, h1 {
  line-height: 1; }

.h1, h1 {
  text-transform: uppercase; }

.h2, h2 {
  font-size: 6rem; }

.h2, h2 {
  font-weight: 500; }

.h2, h2 {
  color: #073a55; }

.h2, h2 {
  line-height: 1; }

.h2, h2 {
  text-transform: uppercase; }

.h3, h3 {
  font-size: 3.8rem; }

.h3, h3 {
  font-weight: 400; }

.h3, h3 {
  color: #1cabb1; }

.h3, h3 {
  line-height: 1.2; }

.h3, h3 {
  text-transform: lowercase; }

.h4, h4 {
  font-size: 2.4rem; }

.h4, h4 {
  font-weight: 500; }

.h4, h4 {
  color: #1cabb1; }

.h4, h4 {
  line-height: 0.91; }

.h5, h5 {
  font-size: 1.5rem; }

.h5, h5 {
  font-weight: 400; }

.h5, h5 {
  color: #073a55; }

.h5, h5 {
  line-height: 1.42; }

.h6, h6 {
  font-size: 1.6rem; }

::selection {
  background: #656565;
  color: #fff; }

::-moz-selection {
  background: #656565;
  color: #fff; }

.s-tselect {
  background: #656565;
  color: #fff; }

a:link, a:visited, a:active {
  color: #656565; }

a:link, a:visited, a:active {
  text-decoration: underline; }

a:hover {
  color: #ef7f8e; }

a:link, a:visited, a:active {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s; }

.s-img {
  object-fit: cover; }

.s-img {
  object-position: center center; }

.s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
  font-size: 2rem; }

.s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
  font-weight: 700; }

.s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
  color: #1cabb1; }

.s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
  text-align: center; }

.s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
  line-height: 1.2; }

.s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
  text-transform: uppercase; }

.s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
  text-decoration: none; }

.s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
  background-color: rgba(255, 255, 255, 0); }

.s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px; }

.s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
  border: 1px solid #1cabb1; }

.s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
  outline: 0px solid #073a55;
  outline-offset: 0px; }

.s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
  padding: 17px 30px 18px 30px; }

.s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
  min-width: 175px;
  max-width: none; }

.s-btn, a.s-btn:link, a.s-btn:active, a.s-btn:visited {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s; }

.s-btn:hover {
  color: #ef7f8e; }

.s-btn:hover {
  border: 1px solid #ef7f8e; }

.s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
  font-size: 4.5rem; }

.s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
  font-weight: 700; }

.s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
  color: #00648d; }

.s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
  text-align: center; }

.s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
  line-height: 1.22; }

.s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
  text-transform: uppercase; }

.s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
  text-decoration: none; }

.s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
  background-color: #fff; }

.s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px; }

.s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
  border: 1px solid #00648d; }

.s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
  outline: 0px solid #073a55;
  outline-offset: 0px; }

.s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
  padding: 10.5px 35px 9.5px 35px; }

.s-btn-alt, a.s-btn-alt:link, a.s-btn-alt:active, a.s-btn-alt:visited {
  -webkit-transition: all 0.22s ease 0s;
  transition: all 0.22s ease 0s; }

.s-btn-alt:hover {
  color: #fff; }

.s-btn-alt:hover {
  background-color: #00648d; }

hr {
  background-color: #073a55; }

hr {
  border: 2px solid #073a55; }

hr {
  width: 80px; }

hr {
  margin: 20px 0px 20px 0px; }

blockquote, .s-quote {
  font-size: 1.75rem; }

blockquote, .s-quote {
  color: #656565; }

blockquote, .s-quote {
  border-left: 5px solid #073a55; }

blockquote, .s-quote {
  margin: 0px 0px 20px 0px; }

blockquote, .s-quote {
  padding: 10px 20px 10px 20px; }

.s-icon svg {
  fill: #656565; }

.s-icon svg {
  width: 1em; }

.s-icon svg {
  height: 1em; }

@media (min-width: 1200px) {
  .s-menu a:link, .s-menu a:visited, .s-menu a:active {
    font-size: 6rem; }

  .h1, h1 {
    font-size: 9rem; }

  .h2, h2 {
    font-size: 9rem; }

  .h3, h3 {
    font-size: 4rem; } }

@media (max-width: 1024px) {
  .s-menu a:link, .s-menu a:visited, .s-menu a:active {
    font-size: 4rem; }

  .h3, h3 {
    font-size: 3.5rem; }

  .s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
    font-size: 1.8rem; }

  .s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
    padding: 14px 26px 15px 26px; }

  .s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
    min-width: 150px;
    max-width: none; }

  .s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
    font-size: 4rem; } }

@media (max-width: 576px) {
  .s-menu a:link, .s-menu a:visited, .s-menu a:active {
    font-size: 3.8rem; }

  .h1, h1 {
    font-size: 4.2rem; }

  .h2, h2 {
    font-size: 4.2rem; }

  .h3, h3 {
    font-size: 3rem; }

  .s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
    font-size: 1.6rem; }

  .s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
    padding: 12px 22px 11px 22px; }

  .s-btn, .s-btn:link, .s-btn:active, .s-btn:visited {
    min-width: 120px;
    max-width: none; }

  .s-btn-alt, .s-btn-alt:link, .s-btn-alt:active, .s-btn-alt:visited {
    font-size: 3rem; } }
