/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  background-color: #fafafa;
  font-family: "Roboto", sans-serif;
  text-align: left;
  line-height: 1.25;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.cursor {
  cursor: pointer;
}

/*  Classic Bootstrap */
.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.col {
  flex-grow: 1;
  max-width: 100%;
}

.card-deck {
  display: flex;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 15px;
  padding: 5%;
  text-align: center;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.border {
  border: 1px solid #0045a0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

.text-wrap {
  white-space: normal;
}

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

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

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

.no-bottom {
  margin-bottom: 0;
}

.columns-50,
.columns-30-70 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.columns-50 .image-1,
.columns-30-70 .image-1 {
  width: 70%;
  height: auto;
  border-radius: 50%;
  box-shadow: 25px 25px #28bef3;
}
@media (max-width: 921px) {
  .columns-50 .image-1,
  .columns-30-70 .image-1 {
    width: 80%;
  }
}
@media (max-width: 800px) {
  .columns-50 .image-1,
  .columns-30-70 .image-1 {
    width: 85%;
  }
}
@media (max-width: 650px) {
  .columns-50 .image-1,
  .columns-30-70 .image-1 {
    width: 95%;
  }
}
@media (max-width: 400px) {
  .columns-50 .image-1,
  .columns-30-70 .image-1 {
    width: 100%;
  }
}
.columns-50 .image-1.shadow-2,
.columns-30-70 .image-1.shadow-2 {
  box-shadow: -25px 25px #0f8efc;
}
.columns-50 .image-1.shadow-3,
.columns-30-70 .image-1.shadow-3 {
  box-shadow: 25px 25px #0045a0;
}
.columns-50 .image-1.shadow-4,
.columns-30-70 .image-1.shadow-4 {
  box-shadow: -25px 25px #28bef3;
}
.columns-50 .image-1.shadow-5,
.columns-30-70 .image-1.shadow-5 {
  box-shadow: 25px 25px #0f8efc;
}
.columns-50 .image-1.shadow-6,
.columns-30-70 .image-1.shadow-6 {
  box-shadow: -25px 25px #0045a0;
}

.imageRT .col-left-50 {
  order: 2;
}
.imageRT .col-right-50 {
  order: 1;
}

.inner-box {
  padding: 5%;
}

.col-left-50 {
  width: 48%;
  margin: 0 1% 0 0;
  align-self: center;
}

.col-right-50 {
  width: 48%;
  margin: 0 0 0 1%;
  align-self: center;
}

.col-left-30 {
  width: 28%;
  margin: 0 1% 0 0;
}

.col-right-70 {
  width: 68%;
  margin: 0 0 0 1%;
}

.col-left-of3 {
  width: 31%;
  margin: 0 1% 0 0;
}

.col-middle-of3 {
  width: 31%;
  margin: 0 1%;
}

.col-right-of3 {
  width: 31%;
  margin: 0 0 0 1%;
}

.col-left-of4 {
  width: 23%;
  margin: 0 1% 0 0;
}

.col-middleLT-of4 {
  width: 23%;
  margin: 0 1% 0 1%;
}

.col-middleRT-of4 {
  width: 23%;
  margin: 0 1% 0 1%;
}

.col-right-of4 {
  width: 23%;
  margin: 0 0 0 1%;
}

footer {
  display: block;
  border-top: 1px solid #28bef4;
  background: transparent;
}
footer .footer-main {
  width: 100%;
  margin: auto;
}
footer .inner-box {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 3%;
}
@media (max-width: 500px) {
  footer .inner-box {
    padding: 8%;
  }
}
@media (max-width: 380px) {
  footer .inner-box {
    padding: 8% 6%;
  }
}
@media (max-width: 1100px) {
  footer .col-left-of3 {
    width: 100%;
    margin: 20px auto auto;
    order: 3;
    text-align: center;
  }
}
footer figure {
  text-align: left;
  align-self: center;
}
@media (max-width: 1100px) {
  footer figure .logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 921px) {
  footer figure .logo {
    width: 240px;
  }
}
@media (max-width: 650px) {
  footer figure .logo {
    margin: 20px auto;
  }
}
@media (max-width: 500px) {
  footer figure .logo {
    margin: 0;
  }
}
footer .col-middle-of3 {
  text-align: center;
  align-self: center;
}
@media (max-width: 1100px) {
  footer .col-middle-of3 {
    width: 45%;
  }
}
@media (max-width: 650px) {
  footer .col-middle-of3 {
    width: 100%;
    margin: 0 auto 20px;
  }
}
footer .col-right-of3 {
  text-align: center;
  align-self: center;
}
@media (max-width: 1100px) {
  footer .col-right-of3 {
    width: 45%;
  }
}
@media (max-width: 650px) {
  footer .col-right-of3 {
    width: 100%;
  }
}
footer .col-right-of3 .icon {
  width: 45px;
  height: 45px;
  margin-bottom: 25px;
}

.endnote {
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
}
.endnote .inner {
  max-width: 1300px;
  margin: auto;
  padding-bottom: 20px;
}
.endnote p.end,
.endnote a {
  display: inline;
  font-size: 0.9rem;
}
@media (max-width: 400px) {
  .endnote p.end,
  .endnote a {
    display: inline-block;
    margin-bottom: 0;
  }
}
.endnote a {
  transition: 0.3s;
}
@media (max-width: 400px) {
  .endnote span.foot-pipe {
    display: none;
  }
}

#priv {
  display: block;
  width: 100%;
  margin-top: -1%;
}

/* HEADER
   ========================================================================== */
header .navigation {
  padding: 2% 0 2% 0;
}
@media (max-width: 850px) {
  header .navigation {
    flex-direction: column;
  }
  header .navigation .col-left-30 {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 650px) {
  header .navigation {
    padding: 0 0 2% 0;
  }
}
@media (max-width: 430px) {
  header .navigation {
    padding: 0 0 0;
  }
}
header .nav-bar {
  display: flex;
  flex-direction: row;
  justify-content: right;
}
@media (max-width: 1300px) {
  header .nav-bar {
    padding-right: 2%;
  }
}
@media (max-width: 850px) {
  header .nav-bar {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
}
@media (max-width: 650px) {
  header .nav-bar {
    justify-content: space-around;
    padding: 0 5%;
  }
}
@media (max-width: 430px) {
  header .nav-bar {
    flex-direction: column;
    justify-content: center;
    padding: 0;
  }
}
@media (max-width: 650px) {
  header .nav-bar a.first-form {
    width: 30%;
    padding-right: 2%;
  }
}
@media (max-width: 430px) {
  header .nav-bar a.first-form {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin: 0;
  }
}
header .nav-menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  justify-content: center;
  width: 50%;
}
@media (max-width: 1300px) {
  header .nav-menu {
    padding-right: 2%;
  }
}
@media (max-width: 650px) {
  header .nav-menu {
    width: 70%;
    padding: 0;
  }
}
@media (max-width: 430px) {
  header .nav-menu {
    width: 100%;
    margin-top: 10px;
  }
}
header .nav-links {
  margin: 0 35px;
}
header .nav-links a {
  font-size: 20px;
}
@media (max-width: 1300px) {
  header .nav-links a {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  header .nav-links a {
    font-size: 20px;
  }
}
header button.button-primary {
  margin: 5px auto auto auto;
}
@media (max-width: 650px) {
  header button.button-primary {
    margin: 10px auto auto auto;
  }
}
@media (max-width: 430px) {
  header button.button-primary {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
  }
}

img {
  vertical-align: middle;
  border-style: none;
}

figure {
  text-align: center;
}
figure.location-img {
  text-align: right;
}

.logo {
  width: 250px;
}
@media (max-width: 1300px) {
  .logo {
    width: 220px;
    margin-left: 30px;
  }
}
@media (max-width: 650px) {
  .logo {
    width: 220px;
  }
}
@media (max-width: 850px) {
  .logo.logo-large {
    display: none;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

figcaption {
  font-size: 0.88em;
  color: #6e6d6d;
  padding-top: 2px;
}

@font-face {
  font-family: "Philosopher";
  src: url("../fonts/philosopher/Philosopher-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-condensed/RobotoCondensed-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #333333;
  font-family: "Philosopher", Arial, sans-serif;
}

h1,
.h1 {
  font-size: 3.5rem;
}
@media (max-width: 1100px) {
  h1,
  .h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 921px) {
  h1,
  .h1 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 450px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  font-size: 3.18rem;
  color: #0045a0;
}
@media (max-width: 1100px) {
  h2,
  .h2 {
    font-size: 3.09rem;
  }
}
@media (max-width: 921px) {
  h2,
  .h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 450px) {
  h2,
  .h2 {
    font-size: 2.6rem;
  }
}
h2.section-title,
.h2.section-title {
  text-align: center;
  padding: 0 2%;
}

h3,
.h3 {
  font-size: 1.9rem;
}
@media (max-width: 1100px) {
  h3,
  .h3 {
    font-size: 1.82rem;
  }
}
@media (max-width: 921px) {
  h3,
  .h3 {
    font-size: 1.58rem;
  }
}
@media only screen and (max-width: 450px) {
  h3,
  .h3 {
    font-size: 1.47rem;
  }
}

h4,
.h4 {
  font-size: 1.78rem;
}
@media (max-width: 1100px) {
  h4,
  .h4 {
    font-size: 1.74rem;
  }
}
@media (max-width: 921px) {
  h4,
  .h4 {
    font-size: 1.62rem;
  }
}
@media only screen and (max-width: 450px) {
  h4,
  .h4 {
    font-size: 1.55rem;
  }
}

h5,
.h5 {
  font-size: 1.7rem;
}
@media (max-width: 1100px) {
  h5,
  .h5 {
    font-size: 1.66rem;
  }
}
@media (max-width: 921px) {
  h5,
  .h5 {
    font-size: 1.55rem;
  }
}
@media only screen and (max-width: 450px) {
  h5,
  .h5 {
    font-size: 1.49rem;
  }
}

h6,
.h6 {
  font-size: 1.63rem;
}
@media (max-width: 1100px) {
  h6,
  .h6 {
    font-size: 1.59rem;
  }
}
@media (max-width: 921px) {
  h6,
  .h6 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 450px) {
  h6,
  .h6 {
    font-size: 1.44rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #333333;
}

p,
a {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  letter-spacing: 1.5px;
  font-size: 20px;
  background-color: transparent;
  line-height: 1.75;
}
@media (max-width: 1300px) {
  p,
  a {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  p,
  a {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (max-width: 500px) {
  p,
  a {
    font-size: 18px;
  }
}

/* Links
   ========================================================================== */
a {
  color: #0045a0;
  background-color: transparent;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
a.rise-up {
  z-index: 33;
}

a:link,
a:visited {
  color: #0045a0;
  font-weight: bold;
}

a:hover,
a:focus,
a:active {
  color: #28bef3;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

li.menu-item a {
  color: #0045a0;
}

li.menu-item a:hover {
  color: #28bef3;
}

li.current-menu-item a,
.current-menu-parent a {
  color: #28bef3;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
  color: #28bef3;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong,
p.strong,
p.b {
  font-weight: bold;
}

/**
 * Add the correct font size in all browsers.
 */
small,
p.small,
a.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark,
p.mark,
a.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.address ::before,
.address-footer ::before,
.contact-details ::before,
.footer-details ::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.address p,
.address-footer p,
.contact-details p,
.footer-details p {
  display: inline-block;
}

.address {
  display: flex;
  align-self: center;
}
@media (max-width: 650px) {
  .address {
    margin-top: 8%;
  }
}
.address .address-block {
  display: flex;
}
.address .address-block::before {
  content: url("../assets/location-dot-solid.svg");
}

.address-footer {
  display: flex;
  align-self: center;
}
@media (max-width: 650px) {
  .address-footer {
    margin-top: 8%;
  }
}
.address-footer .address-block {
  display: flex;
}
.address-footer .address-block::before {
  content: url("../assets/location-dot-solid-white.svg");
}

.contact-details .off-phone {
  display: flex;
  align-self: center;
}
.contact-details .off-phone::before {
  content: url("../assets/phone-solid-black.svg");
  align-self: center;
}
.contact-details .email {
  display: flex;
  align-self: center;
}
.contact-details .email::before {
  content: url("../assets/envelope-solid.svg");
  align-self: center;
  min-width: 20px;
  min-height: 20px;
}

.footer-details .off-phone {
  display: flex;
  align-self: center;
}
.footer-details .off-phone::before {
  content: url("../assets/phone-solid.svg");
  align-self: center;
}
.footer-details .email {
  display: flex;
  align-self: center;
}
.footer-details .email::before {
  content: url("../assets/envelope-solid-white.svg");
  align-self: center;
  min-width: 20px;
  min-height: 20px;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.1);
}

.button-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 650px) {
  .button-block {
    width: 80%;
    margin: auto;
  }
}

button.button-primary {
  background-color: #0045a0;
  color: #ffffff;
  width: 200px;
  padding: 10px 20px;
  border-radius: 57px;
  margin: 5% auto 0;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  button.button-primary {
    width: 180px;
    padding: 9px 18px;
  }
}
@media (max-width: 850px) {
  button.button-primary {
    width: 160px;
    padding: 7px 16px;
  }
}
@media (max-width: 650px) {
  button.button-primary {
    width: 140px;
    padding: 4px 14px;
  }
}
@media (max-width: 480px) {
  button.button-primary {
    width: 120px;
  }
}
button.button-primary:hover {
  background-color: #28bef3;
  color: #0045a0;
}

a button.button-primary {
  z-index: 33;
}

button.button-secondary {
  background-color: #108efc;
  color: #ffffff;
  width: 200px;
  padding: 10px 20px;
  border-radius: 3px;
  margin: 5% auto 0;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
}
button.button-secondary:hover {
  background-color: #0045a0;
  color: #ffffff;
}

button.button-system {
  background-color: #523f6d;
  color: #0045a0;
  width: 200px;
  padding: 7px 16px;
  border-radius: 3px;
  line-height: 1.8;
  margin: 5% auto 0;
  text-align: center;
  border: none;
  box-shadow: 2px 2px 3px rgba(7, 7, 7, 0.8);
  cursor: pointer;
  transition: 0.3s;
}
button.button-system:hover {
  background-color: #27817f;
  color: #0045a0;
}

#commentform input.submit {
  background-color: #0045a0;
  color: #ffffff;
  padding: 10px;
  border: 2px solid #28bef3;
  cursor: pointer;
}
#commentform input.submit:hover {
  background-color: #28bef3;
  color: #0045a0;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 2;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[role=button],
[type=submit] {
  cursor: pointer;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

input[type=text],
input[type=password],
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=checkbox],
input[type=radio],
select,
textarea {
  border-style: solid;
  border-color: #28bef3;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
select:focus,
textarea:focus {
  border-color: #000000;
  box-shadow: 0, 0, 0, 0 rgba(7, 7, 7, 0.8) !important;
}

span.required {
  color: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #28bef3;
  color: #333333;
}

.wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wpcf7-form p {
  width: 100%;
}

.wpcf7-form input {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
}

/* SHARE TEMPLATE Standard
   ========================================================================== */
#share-post {
  margin: 0;
}
#share-post h4 {
  font-size: 1.25rem;
  text-align: left;
}

.share-icons {
  margin: 10px 0 0 0px;
  justify-content: left;
  font-size: 83%;
}
.share-icons a {
  margin-right: 10px;
  transition: 0.3s;
}

.copy-link {
  align-self: center;
}
.copy-link .copy-share-link .copyLinkBtn {
  color: #ffffff;
  background-color: #0045a0;
  padding: 9px 10px 7px 10px;
  border: 2px solid #0045a0;
  border-radius: 5px;
  transition: 0.3s;
  margin-top: 5px;
}
.copy-link .copy-share-link .copyLinkBtn:hover {
  background-color: #28bef3;
}
.copy-link .copy-share-link #copied {
  margin: 5px 0 0 7px;
  text-align: center;
}

#sidebar-blog {
  width: 250px;
  background-color: #fafafa;
  float: right;
  position: sticky;
  top: 50px;
}
#sidebar-blog .sidebar-blog__title {
  text-align: center;
  padding-bottom: 5px;
}
#sidebar-blog .sidebar-logo {
  width: 125px;
  margin-bottom: 20px;
}
#sidebar-blog .sidebar-blog__note {
  width: 90%;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 30px;
  line-height: 1.45;
  padding-left: 8px;
  margin: 0 auto;
}
#sidebar-blog .sidebar-blog__categories {
  width: 90%;
  margin: auto;
}
#sidebar-blog .sidebar-blog__categories .cat-title {
  text-align: center;
  font-size: 1.5em;
  padding-bottom: 5px;
}
#sidebar-blog .sidebar-blog__categories a {
  margin-left: 15px;
  line-height: 2;
}

.social-media .icon {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.secondary-waves {
  margin-top: 70px;
  width: 100%;
}
@media (max-width: 1400px) {
  .secondary-waves {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .secondary-waves {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .secondary-waves {
    margin-top: 10px;
  }
}
@media (max-width: 430px) {
  .secondary-waves {
    margin-top: 70px;
  }
}
.secondary-waves .waves {
  width: 100%;
}
@media (max-width: 430px) {
  .secondary-waves .waves {
    display: none;
  }
}

figure.second-logo {
  width: 100%;
  margin: -213px auto 0 auto;
}
@media (max-width: 1700px) {
  figure.second-logo {
    margin: -195px auto 0 auto;
  }
}
@media (max-width: 1600px) {
  figure.second-logo {
    margin: -180px auto 0 auto;
  }
}
@media (max-width: 1450px) {
  figure.second-logo {
    margin: -169px auto 0 auto;
  }
}
@media (max-width: 1350px) {
  figure.second-logo {
    margin: -149px auto 0 auto;
  }
}
@media (max-width: 1200px) {
  figure.second-logo {
    margin: -130px auto 0 auto;
  }
}
@media (max-width: 1100px) {
  figure.second-logo {
    margin: -107px auto 0 auto;
  }
}
@media (max-width: 900px) {
  figure.second-logo {
    margin: -87px auto 0 auto;
  }
}
@media (max-width: 810px) {
  figure.second-logo {
    margin: -57px auto 0 auto;
  }
}
@media (max-width: 550px) {
  figure.second-logo {
    margin: -37px auto 0 auto;
  }
}
@media (max-width: 430px) {
  figure.second-logo {
    margin: -27px auto 0 auto;
  }
}
@media (max-width: 330px) {
  figure.second-logo {
    margin: -10px auto 0 auto;
  }
}
figure.second-logo .secondary-logo {
  width: 42%;
  margin: auto;
}
@media (max-width: 1200px) {
  figure.second-logo .secondary-logo {
    width: 47%;
  }
}
@media (max-width: 1100px) {
  figure.second-logo .secondary-logo {
    width: 51%;
  }
}
@media (max-width: 800px) {
  figure.second-logo .secondary-logo {
    width: 55%;
  }
}
@media (max-width: 650px) {
  figure.second-logo .secondary-logo {
    width: 60%;
  }
}
@media (max-width: 550px) {
  figure.second-logo .secondary-logo {
    width: 63%;
  }
}
@media (max-width: 375px) {
  figure.second-logo .secondary-logo {
    width: 70%;
  }
}
@media (max-width: 360px) {
  figure.second-logo .secondary-logo {
    width: 75%;
  }
}

@media (max-width: 650px) {
  .about-page #personalized .col-left-50 {
    align-self: inherit;
    margin: 20px 0 0 2%;
  }
  .about-page #personalized .col-left-50 img {
    position: sticky;
    top: 40px;
  }
}
@media (max-width: 500px) {
  .about-page #personalized .col-left-50 {
    margin: 20px auto;
    order: 2;
  }
  .about-page #personalized .col-left-50 img {
    position: relative;
    top: 0;
  }
}
.about-page #customized .inner-box.row {
  padding-top: 13%;
}
.about-page .section-sep {
  position: relative;
}
.about-page .section-sep .blue-wave {
  position: absolute;
  bottom: -84px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 620px) {
  .about-page .section-sep .blue-wave {
    width: 70%;
  }
}
@media (max-width: 500px) {
  .about-page .section-sep .blue-wave {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .about-page .section-sep .blue-wave {
    width: 90%;
  }
}
@media (max-width: 350px) {
  .about-page .section-sep .blue-wave {
    width: 100%;
  }
}
.about-page #instructors {
  padding-top: 160px;
  padding-bottom: 130px;
}
@media (max-width: 850px) {
  .about-page #instructors {
    padding-top: 130px;
  }
}
.about-page #instructors .instructor {
  padding-top: 70px;
  padding-bottom: 0;
}
.about-page #instructors .instructor.instructor-1 {
  padding-top: 180px;
}
@media (max-width: 850px) {
  .about-page #instructors .instructor.instructor-1 {
    padding-top: 150px;
  }
}
.about-page #instructors .instructor.instructor-2 {
  padding-top: 100px;
}
@media (max-width: 850px) {
  .about-page #instructors .instructor.instructor-2 {
    padding-top: 70px;
  }
}
.about-page #instructors .instructor.instructor-3 {
  padding-top: 250px;
}
@media (max-width: 1000px) {
  .about-page #instructors .instructor.instructor-3 {
    padding-top: 150px;
  }
}
@media (max-width: 850px) {
  .about-page #instructors .instructor.instructor-3 {
    padding-top: 110px;
  }
}
@media (max-width: 600px) {
  .about-page #instructors .instructor.instructor-3 {
    padding-top: 40px;
  }
}
.about-page #instructors .instructor.instructor-4 {
  padding-top: 206px;
}
@media (max-width: 1100px) {
  .about-page #instructors .instructor.instructor-4 {
    padding-top: 180px;
  }
}
@media (max-width: 1000px) {
  .about-page #instructors .instructor.instructor-4 {
    padding-top: 120px;
  }
}
@media (max-width: 850px) {
  .about-page #instructors .instructor.instructor-4 {
    padding-top: 86px;
  }
}
@media (max-width: 600px) {
  .about-page #instructors .instructor.instructor-4 {
    padding-top: 56px;
  }
}
@media (max-width: 550px) {
  .about-page #instructors .instructor.instructor-4 {
    padding-top: 56px;
  }
}
.about-page #instructors .instructor.instructor-5 {
  padding-top: 270px;
}
@media (max-width: 1100px) {
  .about-page #instructors .instructor.instructor-5 {
    padding-top: 240px;
  }
}
@media (max-width: 1000px) {
  .about-page #instructors .instructor.instructor-5 {
    padding-top: 180px;
  }
}
@media (max-width: 850px) {
  .about-page #instructors .instructor.instructor-5 {
    padding-top: 90px;
  }
}
@media (max-width: 550px) {
  .about-page #instructors .instructor.instructor-5 {
    padding-top: 50px;
  }
}
.about-page #instructors .instructor.instructor-6 {
  padding-top: 190px;
  padding-bottom: 80px;
}
@media (max-width: 1000px) {
  .about-page #instructors .instructor.instructor-6 {
    padding-top: 90px;
  }
}
@media (max-width: 850px) {
  .about-page #instructors .instructor.instructor-6 {
    padding-top: 70px;
  }
}
.about-page #instructors .instructor .small-scr {
  display: none;
}
@media (max-width: 800px) {
  .about-page #instructors .instructor .small-scr {
    display: block;
    margin: auto auto 10px auto;
    text-align: center;
  }
}
.about-page #instructors .instructor h4.small-scr {
  margin-bottom: 40px;
}
.about-page #instructors .instructor .lrg-scr {
  display: inherit;
}
@media (max-width: 800px) {
  .about-page #instructors .instructor .lrg-scr {
    display: none;
  }
}
.about-page #instructors .shape {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  shape-outside: circle(50% at 50% 50%);
  float: left;
  position: relative;
  width: 50%;
  margin-left: 0;
}
@media (max-width: 800px) {
  .about-page #instructors .shape {
    width: 60%;
  }
}
@media (max-width: 550px) {
  .about-page #instructors .shape {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
.about-page #instructors .shape img {
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1190px) {
  .about-page #instructors .shape img {
    width: 90%;
  }
}
@media (max-width: 400px) {
  .about-page #instructors .shape img {
    width: 100%;
  }
}
.about-page #instructors .instructor-2 .shape,
.about-page #instructors .instructor-4 .shape {
  float: right;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  shape-outside: circle(50% at 50% 50%);
}
@media (max-width: 550px) {
  .about-page #instructors .instructor-2 .shape,
  .about-page #instructors .instructor-4 .shape {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@media (max-width: 800px) {
  .about-page #instructors .bio {
    padding-top: 20px;
  }
}
@media (max-width: 550px) {
  .about-page #instructors .bio {
    padding: 10px 0;
  }
}
@media (max-width: 450px) {
  .about-page #instructors .bio {
    padding: 10px 5px;
  }
}
@media (max-width: 450px) {
  .about-page #instructors .bio-2 {
    padding: 0 5px;
  }
}
.about-page #instructors .instructor-2 .bio,
.about-page #instructors .instructor-2 h2,
.about-page #instructors .instructor-4 .bio,
.about-page #instructors .instructor-4 h2 {
  text-align: right;
}
@media (max-width: 550px) {
  .about-page #instructors .instructor-2 .bio,
  .about-page #instructors .instructor-2 h2,
  .about-page #instructors .instructor-4 .bio,
  .about-page #instructors .instructor-4 h2 {
    text-align: left;
  }
}
.about-page #instructors .no-photo {
  width: 100%;
  margin: auto;
  max-width: 750px;
}
.about-page #instructors .no-photo h2,
.about-page #instructors .no-photo p.bio {
  text-align: center;
}
.about-page #instructors .no-photo figure {
  display: none;
}
.about-page #instructors .no-photo.instructor-5 {
  padding-top: 70px;
}

.background-image-cover {
  position: relative;
  background-image: url("../assets/hero.jpg");
  background-size: cover;
  background-position: 50% bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 67vw;
}
@media (max-width: 1650px) {
  .background-image-cover {
    height: 73vw;
  }
}
@media (max-width: 1500px) {
  .background-image-cover {
    height: 78vw;
  }
}
@media (max-width: 1400px) {
  .background-image-cover {
    height: 83vw;
  }
}
@media (max-width: 1300px) {
  .background-image-cover {
    height: 87vw;
  }
}
@media (max-width: 1200px) {
  .background-image-cover {
    height: 95vw;
  }
}
@media (max-width: 1100px) {
  .background-image-cover {
    background-size: contain;
    background-position: 50% top;
    height: 71vw;
  }
}
@media (max-width: 850px) {
  .background-image-cover {
    height: 67vw;
  }
}
@media (max-width: 641px) {
  .background-image-cover {
    background-color: #6abcea;
    background-position: 50% 5%;
    height: 70vw;
  }
}
@media (max-width: 510px) {
  .background-image-cover {
    height: 67vw;
  }
}
@media (max-width: 430px) {
  .background-image-cover {
    background-position: 50% 15%;
  }
}
@media only screen and (hover: none) {
  .background-image-cover {
    background-attachment: scroll;
    background-position: 50% top;
    height: 78vw;
  }
}
.background-image-cover .waves-2 {
  width: 100%;
  position: absolute;
  bottom: -2px;
}

.all-panels {
  position: relative;
}
@media (max-width: 1100px) {
  .all-panels {
    padding-top: 10px;
  }
}
@media (max-width: 921px) {
  .all-panels {
    padding-top: 0;
  }
}
@media (max-width: 430px) {
  .all-panels {
    margin-top: 0;
  }
}
.all-panels #location .inner-box {
  padding-top: 7%;
}
@media (max-width: 921px) {
  .all-panels #location .inner-box {
    padding-top: 10%;
  }
}
@media (max-width: 650px) {
  .all-panels #location .inner-box {
    padding-top: 13%;
  }
}
.all-panels .inner-box {
  padding-bottom: 0;
}
@media (max-width: 921px) {
  .all-panels .inner-box {
    padding: 8% 3% 0 3%;
  }
}
@media (max-width: 650px) {
  .all-panels .inner-box {
    padding: 11% 3% 0 3%;
  }
}
@media (max-width: 500px) {
  .all-panels .inner-box {
    flex-direction: column;
  }
}
.all-panels .inner-box.approach-body {
  padding-top: 10%;
  padding-bottom: 10%;
}
@media (max-width: 921px) {
  .all-panels .inner-box.approach-body {
    padding-top: 13%;
  }
}
@media (max-width: 650px) {
  .all-panels .inner-box.approach-body {
    padding-bottom: 14%;
  }
}
@media (max-width: 500px) {
  .all-panels .inner-box.approach-body {
    padding-bottom: 17%;
  }
}
@media (max-width: 500px) {
  .all-panels .col-right-50 {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .all-panels .col-left-50 {
    width: 70%;
    margin: 30px 0 0 0;
  }
}

.small-screen {
  display: none;
  width: 100%;
  text-align: center;
}
@media (max-width: 650px) {
  .small-screen {
    display: inline;
    margin-bottom: 1rem;
  }
}

@media (max-width: 650px) {
  .lrg-screen {
    display: none;
  }
}

.text-box-left {
  text-align: center;
  padding: 0 0 0 10%;
}
@media (max-width: 650px) {
  .text-box-left {
    padding: 0;
  }
}

.text-box-right {
  text-align: center;
  padding: 0 10% 0 0;
}
@media (max-width: 650px) {
  .text-box-right {
    padding: 0;
  }
}

@media (max-width: 650px) {
  .announcement-text {
    width: 80%;
    margin: auto;
  }
  .announcement-text p {
    font-size: 20px;
  }
}

.swim-list {
  list-style: none;
  text-align: center;
  margin-left: -10%;
}
.swim-list li {
  font-size: 20px;
  padding-bottom: 10px;
}
@media (max-width: 650px) {
  .swim-list li {
    font-size: 18px;
    padding-bottom: 20px;
  }
}

.panel-background {
  background: linear-gradient(#fafafa, rgba(106, 188, 234, 0.1882352941));
}

.panel-back-2 {
  background: linear-gradient(rgba(106, 188, 234, 0.1882352941), rgba(106, 187, 234, 0.4235294118));
}

.panel-back-3 {
  background: linear-gradient(rgba(106, 187, 234, 0.4235294118), rgba(106, 187, 234, 0.6117647059));
}

.panel-back-4 {
  background: #fafafa;
}

.panel-back-5 {
  background: #fafafa;
}

.panel-back-6 {
  background: linear-gradient(rgba(106, 187, 234, 0.8901960784), rgba(106, 187, 234, 0.9450980392));
}

.panel-2 {
  background-color: #fafafa;
}

.wave-overlay {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: -180px;
  z-index: 11;
}
@media (max-width: 1500px) {
  .wave-overlay {
    margin-top: -150px;
  }
}
@media (max-width: 1300px) {
  .wave-overlay {
    margin-top: -130px;
  }
}
@media (max-width: 1100px) {
  .wave-overlay {
    margin-top: -110px;
  }
}
@media (max-width: 1000px) {
  .wave-overlay {
    margin-top: -100px;
  }
}
@media (max-width: 880px) {
  .wave-overlay {
    margin-top: -94px;
  }
}
@media (max-width: 800px) {
  .wave-overlay {
    margin-top: -70px;
  }
}
@media (max-width: 682px) {
  .wave-overlay {
    margin-top: -75px;
  }
}
@media (max-width: 650px) {
  .wave-overlay {
    margin-top: -62px;
  }
}
@media (max-width: 600px) {
  .wave-overlay {
    margin-top: -47px;
  }
}
@media (max-width: 540px) {
  .wave-overlay {
    margin-top: -39px;
  }
}
@media (max-width: 490px) {
  .wave-overlay {
    margin-top: -39px;
  }
}
@media (max-width: 460px) {
  .wave-overlay {
    margin-top: -29px;
  }
}
@media (max-width: 430px) {
  .wave-overlay {
    margin-top: -25px;
  }
}
.wave-overlay .intro-logo {
  width: 50%;
}
@media (max-width: 800px) {
  .wave-overlay .intro-logo {
    width: 55%;
  }
}
@media (max-width: 650px) {
  .wave-overlay .intro-logo {
    width: 57%;
  }
}
@media (max-width: 540px) {
  .wave-overlay .intro-logo {
    width: 60%;
  }
}
@media (max-width: 490px) {
  .wave-overlay .intro-logo {
    width: 63%;
  }
}
@media (max-width: 375px) {
  .wave-overlay .intro-logo {
    width: 70%;
  }
}

.bubbles {
  position: absolute;
  width: 100%;
  bottom: 0;
  filter: invert(36%) sepia(93%) saturate(1270%) hue-rotate(189deg) brightness(100%) contrast(98%);
}

@media (max-width: 500px) {
  #location .inner-box,
  #approach .inner-box {
    padding-top: 13%;
  }
}

@media (max-width: 650px) {
  #location .col-right-50 {
    align-self: inherit;
    margin: 10% 0 0 1%;
  }
}
@media (max-width: 500px) {
  #location .col-right-50 {
    margin: 0;
  }
}

@media (max-width: 500px) {
  #location .col-left-50 {
    order: 2;
  }
}

#page {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin: 4% auto;
}
@media (max-width: 1400px) {
  #page {
    padding: 0 5%;
  }
}

#page404 {
  padding-top: 85px;
  padding-bottom: 85px;
  color: #582929;
  text-align: center;
  text-shadow: 1px 1px 3px #ffeae6;
}
#page404 .errorTxt {
  font-size: 375%;
  font-weight: bold;
}
#page404 .errorTxtSub {
  font-size: 200%;
  margin-top: 40px;
}

.page-background {
  background: linear-gradient(#fafafa, #a1d3f0);
  width: 100%;
}

#pricing .section-title {
  padding-top: 70px;
}
#pricing .subtitle {
  text-align: center;
  font-weight: bold;
}
#pricing .pricing-list {
  list-style-type: none;
  padding: 0;
}
#pricing .pricing-list li {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  #pricing .pricing-list li {
    font-size: 27px;
  }
}
@media (max-width: 582px) {
  #pricing .col-left-50,
  #pricing .col-right-50 {
    width: 80%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 500px) {
  #pricing .col-left-50,
  #pricing .col-right-50 {
    width: 90%;
  }
}
#pricing .card {
  padding: 5% 5% 7% 5%;
}
@media (max-width: 921px) {
  #pricing .card {
    max-height: 623px;
  }
}
@media (max-width: 788px) {
  #pricing .card {
    max-height: 100%;
  }
}
@media (max-width: 850px) {
  #pricing .card .top-30 {
    margin-bottom: 0.9rem;
  }
}
@media (max-width: 744px) {
  #pricing .card .top-30 {
    margin-bottom: 0.5rem;
  }
}
#pricing .card .card-text-30 {
  padding: 0 9%;
}
@media (max-width: 1040px) {
  #pricing .card .card-text-30 {
    padding: 0 0;
  }
}
@media (max-width: 744px) {
  #pricing .card .card-text-30 {
    padding: 0 7%;
  }
}
@media (max-width: 736px) {
  #pricing .card .card-text-30 {
    padding: 0 16%;
  }
}
@media (max-width: 721px) {
  #pricing .card .card-text-30 {
    padding: 0 15%;
  }
}
@media (max-width: 700px) {
  #pricing .card .card-text-30 {
    padding: 0 14%;
  }
}
@media (max-width: 679px) {
  #pricing .card .card-text-30 {
    padding: 0 13%;
  }
}
@media (max-width: 660px) {
  #pricing .card .card-text-30 {
    padding: 0 12%;
  }
}
@media (max-width: 650px) {
  #pricing .card .card-text-30 {
    padding: 0 15%;
  }
}
@media (max-width: 633px) {
  #pricing .card .card-text-30 {
    padding: 0 14%;
  }
}
@media (max-width: 615px) {
  #pricing .card .card-text-30 {
    padding: 0 13%;
  }
}
@media (max-width: 597px) {
  #pricing .card .card-text-30 {
    padding: 0 12%;
  }
}
@media (max-width: 582px) {
  #pricing .card .card-text-30 {
    padding: 0;
  }
}
@media (max-width: 1041px) {
  #pricing .card .card-text-60 {
    padding: 0 2%;
  }
}
@media (max-width: 949px) {
  #pricing .card .card-text-60 {
    padding: 0 6%;
  }
}
@media (max-width: 863px) {
  #pricing .card .card-text-60 {
    padding: 0 2%;
  }
}
@media (max-width: 788px) {
  #pricing .card .card-text-60 {
    padding: 0 0;
  }
}
@media (max-width: 783px) {
  #pricing .card .card-text-60 {
    padding: 0 2%;
  }
}
@media (max-width: 767px) {
  #pricing .card .card-text-60 {
    padding: 0 1%;
  }
}
@media (max-width: 751px) {
  #pricing .card .card-text-60 {
    padding: 0 0;
  }
}

.unsubscribe {
  padding: 4em;
}
@media (max-width: 500px) {
  .unsubscribe {
    padding: 2em;
  }
}
@media (max-width: 400px) {
  .unsubscribe {
    padding: 2em 0;
  }
}
.unsubscribe .unsubscribe-top {
  padding-left: 50px;
}
@media (max-width: 1200px) {
  .unsubscribe .unsubscribe-top {
    padding-left: 0;
  }
}
.unsubscribe .unsub-form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.unsubscribe form.wpcf7-form {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1314px) {
  .unsubscribe form.wpcf7-form {
    width: 100%;
  }
}
@media (max-width: 880px) {
  .unsubscribe form.wpcf7-form {
    flex-direction: column;
  }
}
.unsubscribe form.wpcf7-form label {
  display: inline-block;
  visibility: hidden;
}
@media (max-width: 880px) {
  .unsubscribe form.wpcf7-form label {
    width: 0;
  }
}
.unsubscribe form.wpcf7-form input {
  width: 90%;
}
.unsubscribe form.wpcf7-form p:nth-child(2) {
  width: 80%;
}
@media (max-width: 880px) {
  .unsubscribe form.wpcf7-form p:nth-child(2) {
    width: 100%;
  }
}
.unsubscribe form.wpcf7-form p:nth-child(2) .your-email {
  width: 90%;
}
@media (max-width: 500px) {
  .unsubscribe form.wpcf7-form p:nth-child(2) .your-email {
    width: 100%;
  }
}
.unsubscribe form.wpcf7-form p:nth-child(3) {
  align-self: end;
  width: 20%;
  margin-top: 24px;
}
@media (max-width: 880px) {
  .unsubscribe form.wpcf7-form p:nth-child(3) {
    width: 100%;
    align-self: start;
    margin-top: 0;
  }
}

.page-id-323 .ast-container {
  display: block;
}
.page-id-323 #primary {
  padding: 4em !important;
}/*# sourceMappingURL=main.css.map */