@charset "UTF-8";
html {
  margin: 0 !important;
}

#wpadminbar {
  display: none;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: #888b8d;
  cursor: default;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}

section:focus, div:focus {
  outline: none;
}

.visually-hidden {
  display: none;
}

.svg {
  fill: currentColor;
  height: 1em;
  width: 1em;
}

a {
  color: #888b8d;
  cursor: pointer;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
a:hover {
  color: #385988;
  text-decoration: none;
}

button {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}

sup, sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}

sub {
  top: 0.4em;
}

ul, ol {
  padding-left: 2em;
}
@media (min-width: 700px) {
  ul, ol {
    padding-left: 4em;
  }
}

ol, p, ul {
  margin-top: 25px;
  padding-top: 0;
}
ol li ol, ol li ul, p li ol, p li ul, ul li ol, ul li ul {
  margin-top: 0;
}

img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

iframe {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .gform_wrapper .top_label .gfield_label {
  font-weight: 700;
}

h1 {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 56px;
    line-height: 1.2em;
  }
}

h2 {
  color: #1A1919;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 56px;
    line-height: 1.2em;
  }
}

h3 {
  color: #1A1919;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}

h6, .gform_wrapper .top_label .gfield_label {
  color: #00afd7;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.row {
  display: block;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  width: 90%;
}
.row:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
}

.post-edit-link {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px 25px;
  background-color: #fff;
  color: #666;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 999;
  font-size: 12px;
}

.header-override h1, .header-override h2, .header-override h3 {
  text-transform: none !important;
}

.button {
  background: #bdce00;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.04em;
  line-height: 1em;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .button {
    padding: 15px 26px;
    font-size: 14px;
  }
}
.button:hover {
  background-color: #89aa02;
  color: #fff;
}
.button.button-black {
  background: #1A1919;
}
.button.button-black:hover {
  background-color: #888b8d;
}
.button.button-blue {
  background: #385988;
}
.button.button-blue:hover {
  background-color: #294164;
}
.button.button-gray {
  background: #888b8d;
}
.button.button-gray:hover {
  background-color: #a2a4a6;
}
.button.button-gray-light {
  background: #F1F1F1;
  color: #1A1919;
}
.button.button-gray-light:hover {
  background-color: #d8d8d8;
}
.button.button-green {
  background: #43b02a;
}
.button.button-green:hover {
  background-color: #338720;
}
.button.button-lime-dark {
  background: #89aa02;
}
.button.button-lime-dark:hover {
  background-color: #bdce00;
}
.button.button-orange {
  background: #ff671f;
}
.button.button-orange:hover {
  background-color: #eb4c00;
}
.button.button-purple {
  background: #6e56a7;
}
.button.button-purple:hover {
  background-color: #8b77b9;
}
.button.button-red {
  background: #91232c;
}
.button.button-red:hover {
  background-color: #ba2d38;
}
.button.button-turquoise {
  background: #00afd7;
}
.button.button-turquoise:hover {
  background-color: #0bd2ff;
}
.button.button-white {
  background: #fff;
  color: #1A1919;
}
.button.button-white:hover {
  background-color: #F1F1F1;
}

.button-white {
  background: #fff;
  border: 0;
  border-radius: 4px;
  color: #6e56a7;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.04em;
  line-height: 1em;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  white-space: nowrap;
}
.button-white:hover {
  background-color: #F1F1F1;
  color: #6e56a7;
}

.large-btn {
  padding: 15px 26px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
  white-space: pre-wrap;
}
@media (min-width: 1024px) {
  .large-btn {
    padding: 20px 36px;
    font-size: 16px;
  }
}

.color-bg-black {
  background-color: #1A1919 !important;
}

.color-bg-blue {
  background-color: #385988 !important;
}

.color-bg-gray {
  background-color: #888b8d !important;
}

.color-bg-gray-light {
  background-color: #F1F1F1 !important;
}

.color-bg-green {
  background-color: #43b02a !important;
}

.color-bg-lime {
  background-color: #bdce00 !important;
}

.color-bg-lime-dark {
  background-color: #89aa02 !important;
}

.color-bg-orange {
  background-color: #ff671f !important;
}

.color-bg-purple {
  background-color: #6e56a7 !important;
}

.color-bg-red {
  background-color: #91232c !important;
}

.color-bg-turquoise {
  background-color: #00afd7 !important;
}

.color-bg-white {
  background-color: #fff !important;
}

.color-text-black {
  color: #1A1919 !important;
}
.color-text-black a {
  color: #1A1919 !important;
}

.color-text-blue {
  color: #385988 !important;
}
.color-text-blue a {
  color: #385988 !important;
}

.color-text-gray {
  color: #888b8d !important;
}
.color-text-gray a {
  color: #888b8d !important;
}

.color-text-gray-light {
  color: #F1F1F1 !important;
}
.color-text-gray-light a {
  color: #F1F1F1 !important;
}

.color-text-green {
  color: #43b02a !important;
}
.color-text-green a {
  color: #43b02a !important;
}

.color-text-lime {
  color: #bdce00 !important;
}
.color-text-lime a {
  color: #bdce00 !important;
}

.color-text-lime-dark {
  color: #89aa02 !important;
}
.color-text-lime-dark a {
  color: #89aa02 !important;
}

.color-text-orange {
  color: #ff671f !important;
}
.color-text-orange a {
  color: #ff671f !important;
}

.color-text-purple {
  color: #6e56a7 !important;
}
.color-text-purple a {
  color: #6e56a7 !important;
}

.color-text-red {
  color: #91232c !important;
}
.color-text-red a {
  color: #91232c !important;
}

.color-text-turquoise {
  color: #00afd7 !important;
}
.color-text-turquoise a {
  color: #00afd7 !important;
}

.color-text-white {
  color: #fff !important;
}
.color-text-white a {
  color: #fff !important;
}

.button-black {
  background-color: black;
}

.accordion {
  margin-top: 25px;
  text-align: left;
}
.accordion > button {
  -webkit-appearance: 0;
     -moz-appearance: 0;
          appearance: 0;
  background: transparent;
  border: 0;
  color: #00afd7;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6em;
  margin: 0;
  padding: 0 38px 0 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.accordion > button .svg {
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordion > div {
  display: none;
}
.accordion > div:after {
  content: "";
  display: block;
  padding-bottom: 30px;
}
.accordion.open > button .svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.content-standard_content {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .content-standard_content {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.content-standard_content .title {
  margin-bottom: 30px;
}
.content-standard_content .alignleft {
  float: left;
  margin-right: 2%;
  padding-bottom: 35px;
}
@media (max-width: 699px) {
  .content-standard_content .alignleft {
    width: 100%;
    height: auto;
  }
}
.content-standard_content .alignright {
  float: right;
  margin-left: 2%;
  padding-bottom: 35px;
}
@media (max-width: 699px) {
  .content-standard_content .alignright {
    width: 100%;
    height: auto;
  }
}
.content-standard_content .aligncenter {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
@media (max-width: 699px) {
  .content-standard_content .aligncenter {
    width: 100%;
  }
}
.content-standard_content h4 {
  color: #00afd7;
}
.content-standard_content a {
  color: #00afd7;
}
.content-standard_content .row {
  max-width: 800px;
}
.content-standard_content.two_column .row {
  max-width: 2000px;
}
.content-standard_content.two_column .column_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.content-standard_content.two_column .column_wrapper .column_one, .content-standard_content.two_column .column_wrapper .column_two {
  width: 100%;
}
@media (min-width: 700px) {
  .content-standard_content.two_column .column_wrapper .column_one, .content-standard_content.two_column .column_wrapper .column_two {
    width: 47%;
  }
}
.content-standard_content .ginput_recaptcha > div > div {
  height: 100% !important;
}
.content-standard_content .ginput_recaptcha > div > div iframe {
  height: 100% !important;
}
@media (min-width: 700px) {
  .content-standard_content iframe {
    height: 450px;
  }
}
@media (min-width: 1024px) {
  .content-standard_content iframe {
    height: 500px;
  }
}
.content-standard_content .button-container .button {
  margin: 0 10px 10px 0;
}
@media (min-width: 700px) {
  .content-standard_content .button-container .button {
    margin: 0 15px 15px 0;
  }
}
.content-standard_content .button-container.center {
  text-align: center;
}
.content-standard_content.p_top {
  padding-top: 0px;
}
.content-standard_content.p_bottom {
  padding-bottom: 0px;
}

.content-checklist {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .content-checklist {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content-checklist .row {
  max-width: 800px;
}
.content-checklist .row ul {
  list-style: url("../img/svgs/checkmark.svg");
  padding: 0;
  list-style-position: inside;
  max-width: 500px;
  margin: 25px auto 15px;
}
@media (min-width: 700px) {
  .content-checklist .row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
  }
}
@media (min-width: 700px) {
  .content-checklist .row ul li {
    width: 46%;
    margin-right: 2%;
  }
}
.content-checklist.p_top {
  padding-top: 0px;
}
.content-checklist.p_bottom {
  padding-bottom: 0px;
}

.content-3-col-cards {
  padding: 25px;
}
@media (min-width: 700px) {
  .content-3-col-cards {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .content-3-col-cards {
    padding: 80px;
  }
}
.content-3-col-cards h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.content-3-col-cards .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 10px;
  gap: 8rem;
  color: black;
}
@media (min-width: 700px) {
  .content-3-col-cards .wrapper {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .content-3-col-cards .wrapper {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.content-3-col-cards .wrapper .card {
  padding: 0px;
  position: relative;
}
.content-3-col-cards .wrapper .card a {
  color: black;
  font-weight: bold;
}
.content-3-col-cards .wrapper .card a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content-3-col-cards .wrapper .card img {
  width: 100%;
}

.content-3_columns {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (min-width: 700px) {
  .content-3_columns {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.content-3_columns .columns {
  overflow: hidden;
  text-align: left;
}
.content-3_columns .svg {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 10px;
}
.content-3_columns .item {
  margin: 0 0 80px 0;
}
.content-3_columns .item:last-child {
  margin: 0;
}
@media (min-width: 700px) {
  .content-3_columns {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .content-3_columns .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 33.333333%;
  }
  .content-3_columns .item:first-child {
    padding: 0 40px 0 0;
  }
  .content-3_columns .item:last-child {
    padding: 0 0 0 40px;
  }
}
.content-3_columns.m_top {
  margin-top: 0px;
}
.content-3_columns.m_bottom {
  margin-bottom: 0px;
}

.content-2_columns {
  padding: 70px 0;
  text-align: left;
  background-color: #F1F1F1;
}
.content-2_columns h2 {
  margin-bottom: 40px;
}
.content-2_columns .columns {
  overflow: hidden;
  text-align: left;
}
.content-2_columns .svg {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 10px;
  fill: #00afd7;
}
.content-2_columns .item {
  margin: 0 0 80px 0;
}
.content-2_columns .item:last-child {
  margin: 0;
}
.content-2_columns .item:nth-child(even) {
  clear: left;
}
@media (min-width: 700px) {
  .content-2_columns {
    padding: 120px 0;
  }
}
@media (min-width: 1024px) {
  .content-2_columns {
    padding: 120px 0;
  }
  .content-2_columns h2 {
    margin-bottom: 80px;
  }
  .content-2_columns .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin: 0 0 50px;
    padding: 0 40px 0 0;
    width: 50%;
  }
  .content-2_columns .item:first-child {
    padding: 0 40px 0 0;
  }
  .content-2_columns .item:last-child {
    margin: 0;
  }
}

.content-4_column_grid {
  background-color: #F1F1F1;
  color: #888b8d;
  font-size: 15px;
  padding: 80px 0;
  text-align: center;
}
@media (min-width: 700px) {
  .content-4_column_grid {
    text-align: left;
  }
}
.content-4_column_grid .column-4-wrapper {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.content-4_column_grid .column-4 {
  float: left;
  width: 100%;
  text-align: center;
}
.content-4_column_grid .column-4 a {
  color: #00afd7;
}
@media (min-width: 700px) {
  .content-4_column_grid .column-4 {
    width: 48%;
    margin: 15px 1% 15px 1%;
    text-align: left;
  }
  .content-4_column_grid .column-4:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .content-4_column_grid .column-4 {
    width: 23%;
    margin: 20px 1% 20px 1%;
    text-align: left;
  }
  .content-4_column_grid .column-4:nth-child(2n+1) {
    clear: none;
  }
  .content-4_column_grid .column-4:nth-child(4n+1) {
    clear: left;
  }
}

.content-team_grid {
  background-color: #F1F1F1;
  color: #888b8d;
  font-size: 15px;
  padding: 80px 0;
  text-align: center;
}
@media (min-width: 700px) {
  .content-team_grid {
    text-align: left;
  }
}
.content-team_grid h2 {
  text-align: center;
}
.content-team_grid .team-grid-wrapper {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.content-team_grid .team-grid {
  float: left;
  width: 100%;
  text-align: center;
}
.content-team_grid .team-grid a {
  color: #00afd7;
}
@media (min-width: 700px) {
  .content-team_grid .team-grid {
    width: 48%;
    margin: 15px 1% 15px 1%;
    text-align: left;
  }
  .content-team_grid .team-grid:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  .content-team_grid .team-grid {
    width: 23%;
    margin: 20px 1% 20px 1%;
    text-align: left;
  }
  .content-team_grid .team-grid:nth-child(2n+1) {
    clear: none;
  }
  .content-team_grid .team-grid:nth-child(4n+1) {
    clear: left;
  }
}

.content-accordion_content_links {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .content-accordion_content_links {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .content-accordion_content_links {
    margin-top: 170px;
    margin-bottom: 170px;
  }
}
.content-accordion_content_links .row {
  max-width: 800px;
}
.content-accordion_content_links center iframe {
  width: 100%;
  max-width: 750px;
}
.content-accordion_content_links strong {
  color: #00afd7;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6em;
  text-transform: uppercase;
}
.content-accordion_content_links .link-container a {
  color: #00afd7;
  display: inline-block;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6em;
  margin: 0;
  padding: 0 38px 0 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
.content-accordion_content_links .link-container .svg {
  font-size: 1.2em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.content-accordion_content_links.m_top {
  margin-top: 0px;
}
.content-accordion_content_links.m_bottom {
  margin-bottom: 0px;
}

.content-callout {
  background-color: #888b8d;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}
.content-callout h2 {
  color: #fff;
}
@media (min-width: 1024px) {
  .content-callout p {
    font-size: 24px;
    margin-bottom: 35px;
    line-height: 1.6;
  }
}
.content-callout p.button-container {
  margin-bottom: 0 !important;
}
.content-callout a {
  color: #fff;
}
.content-callout a:hover {
  color: #F1F1F1;
}
.content-callout .row {
  max-width: 800px;
}
@media (min-width: 1024px) {
  .content-callout {
    padding: 60px 0;
  }
}

.content-center_title_copy {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .content-center_title_copy {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content-center_title_copy .row {
  max-width: 800px;
}
.content-center_title_copy.p_top {
  padding-top: 0px;
}
.content-center_title_copy.p_bottom {
  padding-bottom: 0px;
}
.content-center_title_copy .button-container {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .content-center_title_copy .button-container {
    margin-top: 60px;
  }
}

.columns-4-wrapper .row {
  max-width: 1200px;
}

.columns-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1200px;
  margin-top: 60px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .columns-4 {
    margin-top: 80px;
  }
}
.columns-4 div {
  width: 100%;
  margin-bottom: 40px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 700px) {
  .columns-4 div {
    width: 40%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 1024px) {
  .columns-4 div {
    width: 22%;
  }
}
.columns-4 div img {
  width: 60%;
  margin: 0 auto;
}
.columns-4 div h4 {
  color: #385988;
  margin-bottom: 5px;
}
.columns-4 div p {
  margin-top: 0;
  margin-bottom: 10px;
}
.columns-4 div p a {
  color: #00afd7;
}

.content-double_image {
  overflow: hidden;
}
.content-double_image img {
  height: auto;
  width: auto;
  display: block;
  width: 100%;
}
.content-double_image p {
  margin: 10px auto 15px;
  text-align: center;
  width: 90%;
  font-size: 10px;
  font-style: italic;
}
@media (min-width: 700px) {
  .content-double_image p {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media (min-width: 700px) {
  .content-double_image div {
    float: left;
    width: 50%;
  }
}

.content-events {
  background: #888b8d;
  color: #fff;
  font-size: 14px;
  padding: 80px 0;
}
.content-events .columns {
  overflow: hidden;
}
.content-events .svg {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 10px;
}
.content-events h2 {
  color: #fff;
}
.content-events h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  margin-top: 0;
  padding-top: 0;
  text-transform: uppercase;
}
.content-events h4 strong {
  display: block;
  font-size: 56px;
  font-weight: 700;
  line-height: 1em;
  margin: 5px 0 10px 0;
}
.content-events h5 {
  font-size: 27px;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.content-events a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.content-events a:hover {
  color: #F1F1F1;
}
.content-events .item {
  margin: 0 0 80px 0;
}
.content-events .item:last-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .content-events .item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0 20px;
    width: 33.333333%;
  }
  .content-events .item:first-child {
    padding: 0 40px 0 0;
  }
  .content-events .item:last-child {
    padding: 0 0 0 40px;
  }
}

.content-fundraiser-progress-bar {
  padding: 25px;
}
@media (min-width: 700px) {
  .content-fundraiser-progress-bar {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .content-fundraiser-progress-bar {
    padding: 80px;
  }
}
.content-fundraiser-progress-bar h2 {
  text-align: center;
}
.content-fundraiser-progress-bar .progress-bar {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color: lightgray;
  width: 90%;
}
@media (min-width: 1024px) {
  .content-fundraiser-progress-bar .progress-bar {
    margin: 40px auto 0;
  }
}
.content-fundraiser-progress-bar .progress-bar img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.content-fundraiser-progress-bar .progress-bar .progress-bar-fill {
  width: 0%;
  height: calc(100% - 5px);
  position: absolute;
  top: 50%;
  left: 1px;
  background-color: red;
  z-index: 1;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}
.content-fundraiser-progress-bar .progress-bar .amount-donated, .content-fundraiser-progress-bar .progress-bar .total-amount, .content-fundraiser-progress-bar .progress-bar .secondary-goal-text {
  font-weight: 700;
  color: black;
  font-size: 16px;
  position: absolute;
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-out;
  transition: opacity 1.2s ease-out;
}
@media (min-width: 1024px) {
  .content-fundraiser-progress-bar .progress-bar .amount-donated, .content-fundraiser-progress-bar .progress-bar .total-amount, .content-fundraiser-progress-bar .progress-bar .secondary-goal-text {
    font-size: 20px;
  }
}
.content-fundraiser-progress-bar .progress-bar .secondary-goal-text {
  font-weight: 700;
  color: black;
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  top: -10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: opacity 1.2s ease-out;
  transition: opacity 1.2s ease-out;
  z-index: 5;
  text-align: center;
  display: none;
  opacity: 0;
}
@media (min-width: 1024px) {
  .content-fundraiser-progress-bar .progress-bar .secondary-goal-text {
    display: block;
    font-size: 14px;
    line-height: 1.2em;
  }
}
.content-fundraiser-progress-bar .progress-bar .secondary-goal-bar {
  height: calc(100% - 5px);
  position: absolute;
  width: 4px;
  background: black;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  display: none;
  opacity: 0;
}
@media (min-width: 1024px) {
  .content-fundraiser-progress-bar .progress-bar .secondary-goal-bar {
    display: block;
  }
}
.content-fundraiser-progress-bar .progress-bar .amount-donated {
  left: 0%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.content-fundraiser-progress-bar .progress-bar .total-amount {
  left: 100%;
  text-align: right;
  max-width: 25%;
}

.content-gray_2_column {
  background-color: #F1F1F1;
  color: #888b8d;
  font-size: 15px;
  padding: 50px 0 15px 0;
  text-align: left;
}
.content-gray_2_column .columns {
  overflow: hidden;
  text-align: left;
}
.content-gray_2_column .svg {
  color: #00afd7;
  display: block;
  font-size: 36px;
  margin-bottom: 10px;
}
.content-gray_2_column .item {
  margin: 40px 0 50px 0;
}
@media (min-width: 700px) {
  .content-gray_2_column {
    text-align: left;
    padding: 80px 0 50px 0;
  }
  .content-gray_2_column .item {
    margin: 40px 0 80px 0;
  }
}
@media (min-width: 1024px) {
  .content-gray_2_column .columns {
    padding-top: 10px;
  }
  .content-gray_2_column .column-1 {
    float: left;
    width: 45%;
  }
  .content-gray_2_column .column-2 {
    float: right;
    width: 45%;
  }
}

.content-half_text_image {
  margin: 25px 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 700px) {
  .content-half_text_image {
    margin: 0;
  }
}
.content-half_text_image .half-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-half_text_image .half-text-wrapper.mobile-image-last {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 700px) {
  .content-half_text_image .half-text-wrapper.mobile-image-last {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
@media (min-width: 700px) {
  .content-half_text_image .half-text-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .content-half_text_image .half-text-wrapper.image-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content-half_text_image .half-text-wrapper .image {
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 700px) {
  .content-half_text_image .half-text-wrapper .image {
    width: 50%;
  }
}
.content-half_text_image .half-text-wrapper .image img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (min-width: 700px) {
  .content-half_text_image .half-text-wrapper .image img {
    max-height: 100%;
    max-width: 100%;
  }
}
.content-half_text_image .half-text-wrapper .text {
  width: 100%;
}
@media (min-width: 700px) {
  .content-half_text_image .half-text-wrapper .text {
    width: 50%;
  }
}
.content-half_text_image .half-text-wrapper .text h2 {
  margin-top: 1em;
}
.content-half_text_image .half-text-wrapper .text .link-container {
  margin-top: 0;
}
.content-half_text_image .half-text-wrapper .text .link-container a {
  color: #00afd7;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.content-half_text_image .half-text-wrapper .text .link-container a .svg {
  font-size: 40px;
  margin-right: 10px;
  position: relative;
  top: 15px;
}
.content-half_text_image .half-text-wrapper .text .content {
  margin: 0 auto 30px auto;
  max-width: 520px;
}
@media (min-width: 700px) {
  .content-half_text_image .half-text-wrapper .text .content {
    width: 85%;
    padding: 30px 0;
  }
}
.content-half_text_image .half-text-wrapper .text .content .button-container .button {
  margin: 0 10px 10px 0;
}
@media (min-width: 700px) {
  .content-half_text_image .half-text-wrapper .text .content .button-container .button {
    margin: 0 15px 15px 0;
  }
}
.content-half_text_image .half-text-wrapper .text .content .button-container .button:last-of-type {
  margin: 0;
}
@media (min-width: 700px) {
  .content-half_text_image .half-text-wrapper .text .content .button-container.full-width-buttons {
    margin-top: 40px;
  }
}
.content-half_text_image .half-text-wrapper .text .content .button-container.full-width-buttons .button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 700px) {
  .content-half_text_image .half-text-wrapper .text .content .button-container.full-width-buttons .button {
    padding: 24px;
  }
}
.content-half_text_image.bg_img .half-text-wrapper {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.content-half_text_image.bg_img .half-text-wrapper .image {
  background-size: 0 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media(min-width: 700px) {
  .content-half_text_image.bg_img .half-text-wrapper .image {
    background-size: cover;
  }
}
.content-half_text_image.bg_img .half-text-wrapper .image img {
  max-width: 100%;
  display: block;
  width: 100%;
}
@media (min-width: 700px) {
  .content-half_text_image.bg_img .half-text-wrapper .image img {
    display: none;
  }
}

.content-half_text_video {
  margin: 25px 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 700px) {
  .content-half_text_video {
    margin: 0 0;
  }
}
.content-half_text_video .half-text-wrapper {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
@media (min-width: 700px) {
  .content-half_text_video .half-text-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .content-half_text_video .half-text-wrapper.video-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content-half_text_video .half-text-wrapper .video {
  display: block;
  width: 100%;
  position: relative;
  height: 400px;
}
@media (min-width: 700px) {
  .content-half_text_video .half-text-wrapper .video {
    width: 50%;
    height: unset;
    min-height: 450px;
  }
}
@media (min-width: 1024px) {
  .content-half_text_video .half-text-wrapper .video {
    min-height: 500px;
  }
}
.content-half_text_video .half-text-wrapper .video iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.content-half_text_video .half-text-wrapper .text {
  width: 100%;
}
@media (min-width: 700px) {
  .content-half_text_video .half-text-wrapper .text {
    width: 50%;
  }
}
.content-half_text_video .half-text-wrapper .text h2 {
  margin-top: 1em;
}
.content-half_text_video .half-text-wrapper .text .link-container {
  margin-top: 0;
}
.content-half_text_video .half-text-wrapper .text .link-container a {
  color: #00afd7;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.content-half_text_video .half-text-wrapper .text .link-container a .svg {
  font-size: 40px;
  margin-right: 10px;
  position: relative;
  top: 15px;
}
.content-half_text_video .half-text-wrapper .text .content {
  margin: 0 auto 30px auto;
  max-width: 520px;
}
@media (min-width: 700px) {
  .content-half_text_video .half-text-wrapper .text .content {
    width: 85%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 30px 0;
  }
}
.content-half_text_video .half-text-wrapper .text .content.center-content {
  text-align: center;
}
@media (min-width: 700px) {
  .content-half_text_video .half-text-wrapper.text-height .image {
    background-size: cover;
  }
  .content-half_text_video .half-text-wrapper.text-height .image img {
    visibility: hidden;
  }
}

.content-half_text_map {
  margin: 25px 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 700px) {
  .content-half_text_map {
    margin: 0 0;
  }
}
.content-half_text_map .half-text-wrapper {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
@media (min-width: 700px) {
  .content-half_text_map .half-text-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .content-half_text_map .half-text-wrapper.map-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.content-half_text_map .half-text-wrapper .map {
  display: block;
  width: 100%;
  min-height: 400px;
}
@media (min-width: 700px) {
  .content-half_text_map .half-text-wrapper .map {
    width: 50%;
    height: auto;
    min-height: 450px;
  }
}
.content-half_text_map .half-text-wrapper .text {
  width: 100%;
}
@media (min-width: 700px) {
  .content-half_text_map .half-text-wrapper .text {
    width: 50%;
  }
}
.content-half_text_map .half-text-wrapper .text h2 {
  margin-top: 1em;
}
.content-half_text_map .half-text-wrapper .text .link-container {
  margin-top: 0;
}
.content-half_text_map .half-text-wrapper .text .link-container a {
  color: #00afd7;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.content-half_text_map .half-text-wrapper .text .link-container a .svg {
  font-size: 40px;
  margin-right: 10px;
  position: relative;
  top: 15px;
}
.content-half_text_map .half-text-wrapper .text .content {
  margin: 0 auto 30px auto;
  max-width: 520px;
}
@media (min-width: 700px) {
  .content-half_text_map .half-text-wrapper .text .content {
    width: 85%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 30px 0;
  }
}
.content-half_text_map .gm-style-iw.gm-style-iw-c {
  padding: 0;
  max-width: 250px !important;
  min-height: 200px;
  border-radius: 0;
  max-height: unset !important;
}
@media (min-width: 700px) {
  .content-half_text_map .gm-style-iw.gm-style-iw-c {
    max-width: 275px !important;
  }
}
@media (min-width: 1024px) {
  .content-half_text_map .gm-style-iw.gm-style-iw-c {
    max-width: 300px !important;
  }
}
.content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  max-width: unset !important;
  max-height: unset !important;
  overflow: hidden !important;
}
.content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .img-container {
  margin-bottom: 20px;
}
.content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .img-container img {
  width: 100%;
  display: block;
}
.content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container {
  padding: 0 40px;
  text-align: center;
  margin-bottom: 20px;
}
.content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container h6, .content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container .gfield_label {
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  color: #385988;
}
@media (min-width: 700px) {
  .content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container h6, .content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container .gfield_label {
    font-size: 16px;
  }
}
.content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container p.address {
  margin: 0px 0 2px;
  font-size: 12px;
}
@media (min-width: 700px) {
  .content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container p.address {
    font-size: 14px;
  }
}
.content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container a.number {
  text-decoration: none;
}
.content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container a.number p {
  margin: 0px 0 10px;
  font-size: 12px;
}
@media (min-width: 700px) {
  .content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container a.number p {
    font-size: 14px;
  }
}
.content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container a.directions-link {
  color: #00afd7;
}
.content-half_text_map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container a.directions-link p {
  margin: 0;
  font-size: 12px;
}

.content-image_grid {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: blue;
}
@media (min-width: 1024px) {
  .content-image_grid {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content-image_grid .row {
  margin-bottom: 40px;
  max-width: 800px;
}
.content-image_grid .row h2 {
  color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .content-image_grid .row h2 {
    margin-bottom: 60px;
  }
}
@media (min-width: 700px) {
  .content-image_grid .row .image-grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.content-image_grid .row .image-grid-container .item {
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .content-image_grid .row .image-grid-container .item {
    width: 50%;
    margin-bottom: 60px;
  }
}
.content-image_grid .row .image-grid-container .item .img {
  width: 175px;
  height: 175px;
  margin: 0 auto 20px;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  border: 4px solid #fff;
}
@media (min-width: 700px) {
  .content-image_grid .row .image-grid-container .item .img {
    width: 200px;
    height: 200px;
  }
}
.content-image_grid .row .image-grid-container .item .img .item-number {
  background-color: #bdce00;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 5px;
}
@media (min-width: 700px) {
  .content-image_grid .row .image-grid-container .item .img .item-number {
    height: 45px;
    width: 45px;
  }
}
.content-image_grid .row .image-grid-container .item .img .item-number h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-48%, -50%);
          transform: translate(-48%, -50%);
  margin: 0;
}
@media (min-width: 700px) {
  .content-image_grid .row .image-grid-container .item .img .item-number h4 {
    font-size: 18px;
  }
}
.content-image_grid .row .image-grid-container .item h3, .content-image_grid .row .image-grid-container .item h4 {
  color: #fff;
}
.content-image_grid .row .image-grid-container .item h3 {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .content-image_grid .row .image-grid-container .item h3 {
    margin-bottom: 40px;
  }
}

.content-image_slider {
  background-color: #888b8d;
  padding: 40px 10px 105px 10px;
  text-align: center;
}
.content-image_slider .home-slider-callout {
  text-align: center;
  color: #fff;
  padding: 0 0 40px 0;
}
@media (min-width: 700px) {
  .content-image_slider .home-slider-callout {
    width: 80%;
    margin: 0 10%;
    padding-top: 70px;
  }
}
@media (min-width: 1024px) {
  .content-image_slider .home-slider-callout {
    width: 70%;
    margin: 0 15%;
  }
}
.content-image_slider .row {
  max-width: 1080px;
}
.content-image_slider h2 {
  color: #fff;
  margin: 0 auto;
  max-width: 700px;
  padding-bottom: 80px;
}
.content-image_slider h4 {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
.content-image_slider .image-slide--img {
  overflow: hidden;
  position: relative;
  margin: 0 6px;
}
.content-image_slider .image-slide--img img {
  height: auto;
  width: auto;
  display: block;
  max-width: none;
  width: 100%;
}
.content-image_slider .image-slide--txt {
  background-color: #fff;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 26px 25px 40px 25px;
  right: 0;
  text-align: left;
  width: 100%;
}
@media (min-width: 700px) {
  .content-image_slider .image-slide--txt {
    width: 340px;
    padding: 20px 25px 40px 25px;
    position: absolute;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .content-image_slider .image-slide--txt {
    width: 240px;
    padding: 15px 20px 40px 20px;
  }
}
.content-image_slider .image-slide--lnk {
  bottom: 15px;
  font-size: 16px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
}
.content-image_slider .image-slide--lnk a {
  text-decoration: none;
}
.content-image_slider .image-slide--lnk .svg {
  font-size: 1.5em;
  margin-left: 20px;
  position: relative;
  top: 5px;
}
.content-image_slider .image-slides--next,
.content-image_slider .image-slides--prev {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.content-image_slider .image-slides--next .svg,
.content-image_slider .image-slides--prev .svg {
  display: block;
}
.content-image_slider .image-slides--next:hover,
.content-image_slider .image-slides--prev:hover {
  opacity: 0.5;
}
.content-image_slider .image-slides--next {
  right: -30px;
}
.content-image_slider .image-slides--prev {
  left: -30px;
}
@media (max-width: 699px) {
  .content-image_slider .image-slides--next,
  .content-image_slider .image-slides--prev {
    display: none !important;
  }
}
@media (min-width: 700px) {
  .content-image_slider .image-slides--next {
    right: -45px;
  }
  .content-image_slider .image-slides--prev {
    left: -45px;
  }
}
@media (min-width: 1024px) {
  .content-image_slider {
    padding: 120px 10px 155px 10px;
  }
  .content-image_slider h4 {
    font-size: 27px;
    font-weight: 400;
  }
  .content-image_slider .image-slide--txt {
    min-height: 250px;
    padding: 30px 40px 45px 40px;
    width: 420px;
  }
  .content-image_slider .image-slide--lnk {
    bottom: 30px;
    right: 30px;
  }
  .content-image_slider .image-slides--next {
    right: -60px;
  }
  .content-image_slider .image-slides--prev {
    left: -60px;
  }
}

.content-logos {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .content-logos {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content-logos .row {
  margin-bottom: 40px;
  max-width: 800px;
}
.content-logos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-logos li {
  outline: none;
}
.content-logos img {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 400px;
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-logos span {
  display: block;
  margin: 20px;
}
.content-logos.p_top {
  padding-top: 0px;
}
.content-logos.p_bottom {
  padding-bottom: 0px;
}

.content-slider_steps {
  overflow: hidden;
  position: relative;
  text-align: left;
}
.content-slider_steps--menu {
  display: none;
  /*margin: 80px 20px;*/
}
@media (min-width: 1024px) {
  .content-slider_steps--menu {
    display: block;
    margin: 80px 20px;
  }
  .content-slider_steps--menu h2 {
    font-size: 32px;
    font-weight: 400;
    text-transform: none;
  }
  .content-slider_steps--menu ol {
    font-size: 20px;
    list-style: none;
    margin: 2.2em 0;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .content-slider_steps--menu ol li {
    color: #888b8d;
    cursor: pointer;
    display: block;
    line-height: 1.2em;
    margin: 0;
    padding: 0.6em 0;
    position: relative;
  }
  .content-slider_steps--menu ol li:after {
    border-bottom: 20px solid transparent;
    border-right: 20px solid currentColor;
    border-top: 20px solid transparent;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
  }
  .content-slider_steps--menu ol span {
    display: inline-block;
    margin-right: 10px;
  }
}
.content-slider_steps--content {
  display: block;
}
.content-slider_steps--content p a {
  color: #fff;
  text-decoration: underline;
}
.content-slider_steps--content p a:hover {
  text-decoration: none;
}
.content-slider_steps--content .item .buttons {
  display: none;
}
.content-slider_steps--btn-next, .content-slider_steps--btn-prev {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 28px;
  margin-right: 10px;
}
.content-slider_steps--btn-next .svg, .content-slider_steps--btn-prev .svg {
  display: block;
}
.content-slider_steps--btn-next:disabled, .content-slider_steps--btn-prev:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.content-slider_steps .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  overflow: hidden;
  padding: 40px 20px;
}
.content-slider_steps .item > div {
  max-width: 700px;
}
.content-slider_steps .item h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.content-slider_steps .item h2 strong {
  display: block;
  font-size: 95px;
  font-weight: 400;
  line-height: 1em;
}
.content-slider_steps .item h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.6em;
  margin: 40px 0 0 0;
  padding: 0;
}
.content-slider_steps .item ol, .content-slider_steps .item ul {
  padding-left: 1.6em;
}
@media (min-width: 1024px) {
  .content-slider_steps .item {
    padding: 120px 100px;
  }
  .content-slider_steps .item h3 {
    font-size: 32px;
    line-height: 1.6em;
    margin: 80px 0 0 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .content-slider_steps--menu {
    margin: 0;
    max-width: 380px;
    position: absolute;
    right: 60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40%;
  }
  .content-slider_steps--menu .active:after {
    display: block;
  }
  .content-slider_steps--menu ol li {
    padding-right: 60px;
  }
  .content-slider_steps--content {
    display: block;
  }
  .content-slider_steps--content .item .buttons {
    display: block;
  }
  .content-slider_steps .item {
    display: none;
    float: right;
    min-height: 820px;
    width: 60%;
  }
  .content-slider_steps .item.active {
    display: block;
  }
}

.content-subnav_header {
  background-color: #00afd7;
  display: block;
  margin: 0 auto;
  position: relative;
  width: 100%;
  /*padding: 30px 5%;*/
}
.content-subnav_header:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
.content-subnav_header .content-subnav_header_images {
  display: none;
}
.content-subnav_header .content-subnav_header_nav {
  padding: 30px;
  min-height: 150px;
}
.content-subnav_header .content-subnav_header_nav h1 {
  color: #fff;
  margin-bottom: 40px;
}
.content-subnav_header .content-subnav_header_nav ul {
  list-style-type: none;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 0;
}
.content-subnav_header .content-subnav_header_nav ul li {
  width: 100%;
  padding: 6px 0;
  font-weight: 700;
  opacity: 0.6;
}
.content-subnav_header .content-subnav_header_nav ul li.current-menu-item {
  opacity: 1;
}
.content-subnav_header .content-subnav_header_nav ul li.current-menu-item a {
  border-bottom: 3px solid rgb(255, 255, 255);
}
.content-subnav_header .content-subnav_header_nav ul li a {
  text-decoration: none;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  color: #fff;
  padding-bottom: 3px;
}
.content-subnav_header .content-subnav_header_nav ul li a:hover {
  border-bottom: 3px solid rgb(255, 255, 255);
}
@media (min-width: 700px) {
  .content-subnav_header {
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
  }
  .content-subnav_header .content-subnav_header_images {
    display: block;
    float: left;
    width: 50%;
  }
  .content-subnav_header .content-subnav_header_images .content-subnav_header_image_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  .content-subnav_header .content-subnav_header_images .content-subnav_header_image_2 {
    position: absolute;
    left: 25%;
    top: 0;
    width: 25%;
    height: 50%;
    background-size: cover;
    background-position: center center;
  }
  .content-subnav_header .content-subnav_header_images .content-subnav_header_image_3 {
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 25%;
    height: 50%;
    background-size: cover;
    background-position: center center;
  }
  .content-subnav_header .content-subnav_header_nav {
    display: block;
    float: left;
    width: 40%;
    padding: 50px 5%;
    height: 100%;
    margin-left: 50%;
    min-height: 200px;
  }
  .content-subnav_header .content-subnav_header_nav ul {
    padding-top: 30px;
  }
  .content-subnav_header .content-subnav_header_nav h1 {
    margin-bottom: 100px;
  }
}
@media (min-width: 1280px) {
  .content-subnav_header .content-subnav_header_nav {
    height: 100%;
    min-height: 300px;
  }
  .content-subnav_header .content-subnav_header_nav ul li {
    width: auto;
    padding: 10px 0;
    font-size: 18px;
  }
}

.content-search {
  padding: 30px 0;
}
.content-search .row {
  max-width: 800px;
}
.content-search .search-form {
  margin-top: 20px;
  margin-bottom: 25px;
  position: relative;
}
.content-search form {
  width: 100%;
}
.content-search form label {
  display: none;
}
.content-search form input[type=search] {
  border: none;
  border-bottom: 6px solid #000;
  width: 90%;
  padding: 10px 0;
  font-size: 18px;
  /* Change the white to any color ;) */
  outline: none;
}
.content-search form input[type=search] input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
.content-search form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: rgba(255, 255, 255, 0);
  border-radius: 0;
  border: none;
  padding: 5px;
  background: transparent url("../img/svgs/search.svg") no-repeat center center;
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
}
.content-search h3 {
  margin-bottom: 40px;
}
.content-search .search-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #F1F1F1;
}
.content-search .search-item h4 {
  margin: 0 0 5px 0;
}
.content-search .search-item h4 a {
  color: #00afd7;
}
.content-search .search-item p {
  margin: 0 0 20px 0;
}
.content-search .search-pagination {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .content-search {
    padding: 60px 0;
  }
  .content-search input[type=submit] {
    background-size: 32px 32px;
    height: 32px;
    width: 32px;
  }
}

.content-full_image .row {
  display: block;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  width: 90%;
}
.content-full_image img {
  width: 100%;
  height: auto;
}
@media (min-width: 700px) {
  .content-full_image img {
    max-width: 85%;
    display: block;
    margin: 0 auto;
  }
}
.content-full_image p {
  margin: 10px auto 15px;
  text-align: center;
  width: 90%;
  font-size: 12px;
  font-style: italic;
}
@media (min-width: 700px) {
  .content-full_image p {
    margin-bottom: 10px;
    font-size: 14px;
    max-width: 85%;
  }
}

.content-full_video .row {
  display: block;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  width: 100%;
}
.content-full_video .video {
  width: 100%;
  height: auto;
  position: relative;
}
.content-full_video .video img {
  width: 100%;
  max-height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: 0;
}
.content-full_video .video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content-before_and_after_img {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .content-before_and_after_img {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content-before_and_after_img.p_top {
  padding-top: 0px;
}
.content-before_and_after_img.p_bottom {
  padding-bottom: 0px;
}
.content-before_and_after_img .row {
  display: block;
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  width: 90%;
}
.content-before_and_after_img .before-and-after-container {
  width: 100%;
  height: auto;
}
@media (min-width: 700px) {
  .content-before_and_after_img .before-and-after-container {
    max-width: 85%;
    display: block;
    margin: 0 auto;
  }
}
.content-before_and_after_img .before-and-after-container img {
  width: 100%;
}
.content-before_and_after_img p {
  margin: 10px auto 15px;
  text-align: center;
  width: 90%;
  font-size: 12px;
  font-style: italic;
}
@media (min-width: 700px) {
  .content-before_and_after_img p {
    margin-bottom: 10px;
    font-size: 14px;
    max-width: 85%;
  }
}

.content-map .map {
  min-height: 400px;
  width: 100%;
}
@media (min-width: 700px) {
  .content-map .map {
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .content-map .map {
    min-height: 650px;
  }
}
.content-map .map .gm-style-iw.gm-style-iw-c {
  padding: 0;
  max-width: 250px !important;
  min-height: 200px;
  border-radius: 0;
  max-height: unset !important;
}
@media (min-width: 700px) {
  .content-map .map .gm-style-iw.gm-style-iw-c {
    max-width: 275px !important;
  }
}
@media (min-width: 1024px) {
  .content-map .map .gm-style-iw.gm-style-iw-c {
    max-width: 300px !important;
  }
}
.content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  max-width: unset !important;
  max-height: unset !important;
  overflow: hidden !important;
}
.content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .img-container {
  margin-bottom: 20px;
}
.content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .img-container img {
  width: 100%;
  display: block;
}
.content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container {
  padding: 0 40px;
  text-align: center;
  margin-bottom: 20px;
}
.content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container h6, .content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container .gfield_label {
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  color: #385988;
}
@media (min-width: 700px) {
  .content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container h6, .content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container .gfield_label {
    font-size: 16px;
  }
}
.content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container p.address {
  margin: 0px 0 2px;
  font-size: 12px;
}
@media (min-width: 700px) {
  .content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container p.address {
    font-size: 14px;
  }
}
.content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container a.number {
  text-decoration: none;
}
.content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container a.number p {
  margin: 0px 0 10px;
  font-size: 12px;
}
@media (min-width: 700px) {
  .content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container a.number p {
    font-size: 14px;
  }
}
.content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container a.directions-link {
  color: #00afd7;
}
.content-map .map .gm-style-iw.gm-style-iw-c .gm-style-iw-d #content .content-container a.directions-link p {
  margin: 0;
  font-size: 12px;
}

.content-3-logos-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .content-3-logos-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content-3-logos-content .row h2, .content-3-logos-content .row p {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
.content-3-logos-content .row h2 {
  margin-bottom: 3rem;
}
@media (min-width: 700px) {
  .content-3-logos-content .row p {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .content-3-logos-content .row p {
    margin-bottom: 45px;
  }
}
@media (min-width: 700px) {
  .content-3-logos-content .row .logos-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.content-3-logos-content .row .logos-container .logo {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .content-3-logos-content .row .logos-container .logo {
    width: 45%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .content-3-logos-content .row .logos-container .logo {
    width: 30%;
    margin-bottom: 40px;
  }
}
.content-3-logos-content .row .logos-container .logo img {
  width: 100%;
  display: block;
  max-width: 250px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .content-3-logos-content .row .logos-container .logo img {
    max-width: 275px;
  }
}
@media (min-width: 1024px) {
  .content-3-logos-content .row .logos-container .logo img {
    max-width: 300px;
  }
}
.content-3-logos-content.p_top {
  padding-top: 0px;
}
.content-3-logos-content.p_bottom {
  padding-bottom: 0px;
}

.content-third-menu-twothird-content {
  margin: 0 auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-menu {
  width: 33.3333333333%;
  padding-top: 20px;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-menu ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-out;
  transition: max-height 0.25s ease-out;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-menu ul.menu-open {
  max-height: 2000px;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-menu ul li {
  padding: 10px 0;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-menu ul li a, .content-third-menu-twothird-content .content-third-menu-twothird-content-menu ul li button {
  color: #00afd7;
  font-weight: bold;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px;
  text-decoration: none;
  padding: 0;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-menu ul li a:hover, .content-third-menu-twothird-content .content-third-menu-twothird-content-menu ul li button:hover {
  border-bottom: 3px solid #00afd7;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-menu h2 {
  font-size: 32px;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-menu .menu-arrow {
  display: none;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-menu h3 {
  text-transform: uppercase;
  color: #00afd7;
  font-size: 32px;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-content {
  width: 66.6666666667%;
  padding-top: 20px;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu {
  width: 25%;
  padding-top: 20px;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 16px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-out;
  transition: max-height 0.25s ease-out;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu ul.menu-open {
  max-height: 2000px;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu ul li {
  padding: 10px 0;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu ul li a, .content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu ul li button {
  color: #00afd7;
  font-weight: bold;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px;
  text-decoration: none;
  padding: 0;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu ul li a:hover, .content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu ul li button:hover {
  border-bottom: 3px solid #00afd7;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu h2 {
  font-size: 32px;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu .menu-arrow {
  display: none;
}
.content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu h3 {
  text-transform: uppercase;
  color: #00afd7;
  font-size: 32px;
}

.grey-bg {
  background-color: #e9e9e9;
  padding: 20px;
}

.right-side-bar {
  background-color: #e9e9e9;
  padding: 20px;
}

.popup-modal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
.popup-modal-overlay .popup-modal {
  background-color: white;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px;
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 900px;
}
.popup-modal-overlay .popup-modal .popup-close {
  color: #818181;
  float: right;
  font-size: 28px;
  font-weight: bold;
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.popup-modal-overlay .popup-modal .popup-close:hover,
.popup-modal-overlay .popup-modal .popup-close:focus {
  color: rgb(65, 65, 65);
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 700px) {
  .content-third-menu-twothird-content .content-third-menu-twothird-content-menu ul {
    max-height: 2000px;
  }
}
@media (max-width: 699px) {
  .content-third-menu-twothird-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
  }
  .content-third-menu-twothird-content .content-third-menu-twothird-content-menu {
    width: 100%;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .content-third-menu-twothird-content .content-third-menu-twothird-content-menu h2 {
    font-size: 25px;
  }
  .content-third-menu-twothird-content .content-third-menu-twothird-content-menu ul {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .content-third-menu-twothird-content .content-third-menu-twothird-content-menu .menu-arrow {
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../img/svgs/menu-right-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 5%;
    -webkit-transform: translateY(-23px);
    transform: translateY(-23px);
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  }
  .content-third-menu-twothird-content .content-third-menu-twothird-content-menu .menu-arrow.menu-arrow-rotate {
    -webkit-transform: rotate(90deg) translateY(0px) translateX(-23px);
    transform: rotate(90deg) translateY(0px) translateX(-23px);
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  }
  .content-third-menu-twothird-content .popup-modal {
    padding: 25px;
  }
  .content-third-menu-twothird-content .content-third-menu-twothird-content-content {
    width: 100%;
    padding-top: 0px;
  }
  .content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu h2 {
    font-size: 25px;
  }
  .content-third-menu-twothird-content .content-third-menu-twothird-content-sidemenu ul {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .content-third-menu-twothird-content .content-third-menu-twothird-content-content {
    width: 100%;
    padding-top: 0px;
  }
  .grey-bg {
    background-color: transparent;
    padding: 0px;
  }
  .right-side-bar {
    border: none;
  }
}
.notification-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #6e56a7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 5;
  padding: 7% 0;
  -webkit-transition: bottom 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: bottom 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.notification-bar button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 15px;
  top: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
}
.notification-bar button .svg {
  display: block;
  font-size: 20px;
}
.notification-bar .notification-wrapper {
  width: 90%;
  float: left;
}
.notification-bar .notification-wrapper .notification-text {
  width: 90%;
}
.notification-bar .notification-wrapper .notification-text h4 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
.notification-bar .notification-wrapper .notification-text h2 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 20px;
}
@media (min-width: 700px) {
  .notification-bar {
    padding: 5% 0;
  }
  .notification-bar .notification-wrapper .notification-text {
    width: 100%;
  }
  .notification-bar .notification-wrapper .notification-text h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .notification-bar button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    display: block;
    height: 38px;
    width: 38px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50%);
  }
  .notification-bar button .svg {
    display: block;
    font-size: 38px;
  }
}
@media (min-width: 1024px) {
  .notification-bar {
    padding: 2% 0;
  }
  .notification-bar .notification-wrapper .notification-text h2 {
    margin-bottom: 35px;
  }
}

.notification-bar-hide {
  bottom: -300px;
}

.grecaptcha-badge {
  right: 110px !important;
}

.footer {
  background-color: #fff;
  border-top: 1px solid rgba(56, 89, 136, 0.2);
  color: #888b8d;
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  overflow: hidden;
  text-align: center;
}
.footer a {
  color: #888b8d;
  text-decoration: none;
}
.footer a:hover {
  color: #385988;
}
.footer .footer-img {
  width: 100%;
  color: #1A1919;
  max-height: 66px;
  max-width: 160px;
}
.footer .support-img {
  height: 50px;
  width: 130px;
}
.footer h4 {
  margin: 0;
  padding: 40px 0;
}
.footer h5 {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.footer h6, .footer .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .footer .gfield_label {
  color: #888b8d;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.footer p {
  margin-top: 0;
  padding-top: 0;
}
.footer .social-links {
  clear: both;
}
.footer address {
  display: inline-block;
  font-style: normal;
  margin: 10px 10px 0 10px;
  width: 180px;
}
.footer--nav {
  margin-top: 20px;
  padding-top: 40px;
  position: relative;
}
.footer--nav:before {
  border-top: 1px solid rgba(56, 89, 136, 0.2);
  content: "";
  display: block;
  left: -25%;
  position: absolute;
  right: -25%;
  top: 0;
}
.footer--nav-1 ul {
  font-size: 24px;
  line-height: 1.2em;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.footer--nav-1 ul li {
  display: block;
  margin: 20px 0;
}
.footer--nav-2 ul {
  font-size: 16px;
  line-height: 1.2em;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.footer--nav-2 ul li {
  display: block;
  margin: 20px 0;
}
.footer--nav-3 ul {
  list-style: none;
  margin: 25px 0 0 0;
  padding: 0;
}
.footer--nav-3 li {
  display: inline-block;
  margin: 0 15px 15px 15px;
}
.footer--legal {
  font-size: 12px;
  margin: 15px auto;
  max-width: 350px;
}
.footer--legal .svg {
  display: none;
}
.footer--legal a {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .footer {
    text-align: left;
  }
  .footer h4 {
    padding-top: 20px;
  }
  .footer address {
    display: block;
    float: left;
    margin: 10px 30px 0 0;
    width: auto;
  }
  .footer--location {
    float: left;
    padding: 65px 0 30px 0;
    width: 33%;
  }
  .footer--nav {
    border-left: 1px solid rgba(56, 89, 136, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 80px 0 30px 0;
    width: 67%;
  }
  .footer--nav:before {
    display: none;
  }
  .footer--nav-1 {
    display: block;
    float: left;
    margin-left: 10%;
    width: 25%;
  }
  .footer--nav-2 {
    display: block;
    float: left;
    margin-left: 2.5%;
    width: 32.5%;
  }
  .footer--nav-3 {
    float: right;
    width: 25%;
  }
  .footer--nav-3 ul {
    margin-top: 15px;
  }
  .footer--nav-3 li {
    display: block;
    margin: 0 0 30px 0;
  }
  .footer--legal {
    clear: both;
    float: left;
    margin-left: 18%;
    margin-top: 60px;
    max-width: none;
    position: relative;
    width: 60%;
  }
  .footer--legal .svg {
    color: #1A1919;
    display: inline-block;
    font-size: 36px;
    left: -12%;
    position: absolute;
    top: 5px;
  }
}
.footer.location .footer-img {
  height: 66px;
  width: 160px;
}
.footer.location .support-img {
  height: auto;
}
.footer.location .row {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 700px) {
  .footer.location .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.footer.location .footer--locations {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 700px) {
  .footer.location .footer--locations {
    width: 75%;
    border-right: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer.location .footer--locations .location-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 700px) {
  .footer.location .footer--locations .location-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer.location .footer--locations address {
  margin: 0 0 20px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}
@media (min-width: 700px) {
  .footer.location .footer--locations address {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .footer.location .footer--locations address {
    width: 25%;
  }
}
.footer.location .footer--locations address h6, .footer.location .footer--locations address .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .footer.location .footer--locations address .gfield_label {
  color: #00afd7;
  margin-bottom: 10px;
  font-size: 15px;
}
.footer.location .footer--locations address strong {
  text-transform: uppercase;
}
.footer.location .footer--locations address .icon-clock img {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.footer.location .footer--suppport {
  width: 100%;
}
@media (min-width: 700px) {
  .footer.location .footer--suppport {
    width: 20%;
    margin-left: 5%;
  }
}
.footer.location .footer--suppport ul {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.footer.location .footer--suppport ul li {
  width: 100%;
  margin: 0 0 20px 0;
}
.footer.location .footer--suppport ul li a {
  width: 100%;
}
.footer.location .footer--suppport ul li a img {
  width: 130px;
  height: auto;
}
.footer.location .color-stripe {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer.location .footer--legal {
  width: 90%;
  max-width: 750px;
  margin: 30px auto 0;
  text-align: center;
  float: none;
}
.footer.location .footer--legal .svg {
  left: 0;
  position: relative;
}
.footer.location .footer-social {
  width: 100%;
}
.footer.location .footer-social ul {
  text-align: center;
}
.footer.location header ul.social-links {
  font-size: 18px;
}
.footer.location footer ul.social-links {
  font-size: 40px;
}
.footer .translate {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  padding: 10px 20px;
  background: white;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 700px) {
  .footer .translate {
    padding: 20px 25px;
  }
}
.footer .translate .google-icon, .footer .translate .globe {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
@media (min-width: 700px) {
  .footer .translate .google-icon, .footer .translate .globe {
    width: 25px;
    height: 25px;
  }
}
.footer .translate .google-icon img, .footer .translate .globe img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .translate .globe {
  width: 30px;
  margin-right: 10px;
}
@media (min-width: 700px) {
  .footer .translate .globe {
    width: 35px;
  }
}
.footer .translate #google_translate_element {
  top: 0;
}
.footer .translate #google_translate_element .goog-te-gadget-simple {
  border: none;
}
.footer .translate #google_translate_element .goog-te-gadget-simple .goog-te-gadget-icon {
  display: none;
}
.footer .translate #google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
  color: #A3A3A3;
}
.footer .translate #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:first-of-type {
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6em;
}
.footer .translate #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:nth-of-type(2) {
  display: none;
}
.footer .translate #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:last-of-type {
  position: relative;
  color: transparent !important;
}
.footer .translate #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:last-of-type::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/svgs/translate-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .translate #google_translate_element .goog-te-gadget-simple .goog-te-menu-value:hover {
  color: #6e56a7;
}

iframe.goog-te-menu-frame {
  height: auto !important;
  top: unset !important;
  bottom: 120px;
  left: unset !important;
  right: 2.5%;
  width: 375px !important;
  z-index: 1 !important;
  background: white;
  border-radius: 25px 25px;
  -webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.25) !important;
}
@media (min-width: 700px) {
  iframe.goog-te-menu-frame {
    width: 400px !important;
  }
}

.header {
  background-color: #fff;
  color: #1A1919;
  display: block;
  padding: 30px 0;
  position: relative;
  z-index: 10;
}
.header:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
.header h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.header .header-img {
  color: #1A1919;
  max-height: 75px;
  height: 100vh;
}
.header .row {
  position: static;
}
.header a {
  color: #888b8d;
  text-decoration: none;
}
.header a:hover {
  color: #385988;
}
.header button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #1A1919;
  display: block;
  float: right;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1em;
  margin: 15px 0 0 0;
  padding: 0;
  text-transform: uppercase;
}
.header button span {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -15px;
}
.header button .svg {
  font-size: 36px;
}
.header--top {
  border-bottom: 1px solid rgba(56, 89, 136, 0.2);
  display: none;
  padding: 0 0 8px 0;
  text-align: right;
}
.header--top ul {
  display: inline-block;
  list-style: none;
  margin: 0;
}
.header--top ul.social-links {
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.header--top ul:first-child {
  position: relative;
  top: 0px;
}
.header--top ul:first-child li {
  margin-left: 15px;
}
.header--top ul:nth-child(2) {
  position: relative;
  top: 0px;
}
.header--top ul:nth-child(2) li {
  margin-left: 15px;
}
.header--top li {
  display: inline-block;
}
.header--top li.current-menu-item a {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.header--top li.current-page-ancestor a {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.header--top li a:hover {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.header--top p {
  display: inline-block;
  padding-left: 30px;
  margin-left: 30px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header--main {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1;
  line-height: 1.3em;
}
.header--main nav {
  float: right;
}
.header--main ul {
  float: right;
  margin-top: 35px;
  padding-left: 0;
}
.header--main ul li {
  display: inline-block;
  margin-left: 28px;
  font-weight: 700;
}
.header--main ul li .current-item-ancestor .text {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.header--main ul li .svg {
  font-size: 1.3em;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.header nav {
  display: none;
}
@media (min-width: 1024px) {
  .header {
    padding: 0 0 30px 0;
  }
  .header .header-img {
    max-height: 100px;
  }
  .header button {
    display: none;
  }
  .header--top {
    display: block;
  }
  .header--main {
    padding-top: 20px;
  }
  .header nav {
    display: block;
  }
}

html.no-js .header button {
  display: none;
}

body.page-template-page-home .header, body.page-template-page-home-standard .header {
  background-color: transparent;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
body.page-template-page-home .header--top, body.page-template-page-home-standard .header--top {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
body.page-template-page-home .header--top li a:hover, body.page-template-page-home-standard .header--top li a:hover {
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
}
body.page-template-page-home .header button,
body.page-template-page-home .header a, body.page-template-page-home-standard .header button,
body.page-template-page-home-standard .header a {
  color: #fff;
}
body.page-template-page-home .header--main span, body.page-template-page-home-standard .header--main span {
  color: #fff !important;
}

body.inverted.page-template-page-home .header .header-img, body.inverted.page-template-page-home-standard .header .header-img {
  fill: #fff;
  -webkit-filter: invert(0);
          filter: invert(0);
  max-height: 66px;
  max-width: 160px;
  display: block;
}
@media (min-width: 1024px) {
  body.inverted.page-template-page-home .header .header-img, body.inverted.page-template-page-home-standard .header .header-img {
    max-height: 94px;
    max-width: 228px;
  }
}

@-webkit-keyframes fadeInDropdown {
  0% {
    opacity: 0;
    margin-top: -15px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes fadeInDropdown {
  0% {
    opacity: 0;
    margin-top: -15px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.header--dropdown-hover > a {
  position: relative;
}
.header--dropdown-hover > a:before {
  border-bottom: 20px solid #888b8d;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: -45px;
  content: "";
  display: none;
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
.header--dropdown-hover > a:after {
  content: "";
  bottom: -50px;
  display: none;
  left: -20px;
  position: absolute;
  right: -20px;
  top: -15px;
}
.header--dropdown-hover.color-tip-black > a:before {
  border-bottom-color: #1A1919;
}
.header--dropdown-hover.color-tip-blue > a:before {
  border-bottom-color: #385988;
}
.header--dropdown-hover.color-tip-gray > a:before {
  border-bottom-color: #888b8d;
}
.header--dropdown-hover.color-tip-gray-light > a:before {
  border-bottom-color: #F1F1F1;
}
.header--dropdown-hover.color-tip-green > a:before {
  border-bottom-color: #43b02a;
}
.header--dropdown-hover.color-tip-lime > a:before {
  border-bottom-color: #bdce00;
}
.header--dropdown-hover.color-tip-lime-dark > a:before {
  border-bottom-color: #89aa02;
}
.header--dropdown-hover.color-tip-orange > a:before {
  border-bottom-color: #ff671f;
}
.header--dropdown-hover.color-tip-purple > a:before {
  border-bottom-color: #6e56a7;
}
.header--dropdown-hover.color-tip-red > a:before {
  border-bottom-color: #91232c;
}
.header--dropdown-hover.color-tip-turquoise > a:before {
  border-bottom-color: #00afd7;
}
.header--dropdown-hover .header--dropdown {
  background-color: #888b8d;
  color: #fff;
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 200px;
  width: 100%;
}
.header--dropdown-hover.hover a:before,
.header--dropdown-hover.hover a:after,
.header--dropdown-hover.hover .header--dropdown {
  -webkit-animation-name: fadeInDropdown;
          animation-name: fadeInDropdown;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: block;
}
.header--dropdown-hover .header--dropdown img {
  height: auto;
  display: block;
  float: left;
  margin-left: -10%;
  width: 60%;
}
.header--dropdown-hover .header--dropdown ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 25px 45px;
  width: 40%;
}
.header--dropdown-hover .header--dropdown li {
  display: block;
  padding: 15px 0;
}
.header--dropdown-hover .header--dropdown li.current-menu-item {
  opacity: 1;
}
.header--dropdown-hover .header--dropdown li.current-menu-item a {
  border-bottom: 3px solid rgb(255, 255, 255);
}
.header--dropdown-hover .header--dropdown a {
  color: #fff;
}
.header--dropdown-hover .header--dropdown a:hover {
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}
.header--dropdown-hover .header--dropdown .dropdown-icon {
  width: 40%;
  float: left;
  margin: 0;
  padding: 50px 0 25px 65px;
}
.header--dropdown-hover .header--dropdown .dropdown-icon svg {
  fill: #fff !important;
  width: 30px;
}

body.page-template-page-home-standard .header.has-popout-nav.scrolling .header-right .open-menu span, .header.has-popout-nav.scrolling .header-right .open-menu .svg-menu {
  color: #1A1919 !important;
}

body.page-template-page-home-standard .header.has-popout-nav .row .header-right .open-menu .svg {
  color: white;
}

body.page-template-page-home-standard .header.has-popout-nav .header-img {
  fill: white;
}

body.page-template-page-home-standard .header.has-popout-nav.scrolling .header-img {
  fill: black;
}

@media (min-width: 700px) {
  body.home .header.has-popout-nav:not(.scrolling) .row .header-right .button-container .button {
    background-color: white;
    color: black !important;
  }
}

.header.has-popout-nav:after {
  content: none !important;
}
.header.has-popout-nav .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.has-popout-nav .row::after {
  content: none;
}
.header.has-popout-nav .row .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.has-popout-nav .row .header-right .button-container {
  display: none;
}
@media (min-width: 700px) {
  .header.has-popout-nav .row .header-right .button-container {
    display: block;
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .header.has-popout-nav .row .header-right .button-container {
    margin-right: 15px;
  }
}
.header.has-popout-nav .row .header-right .button-container .button {
  padding: 10px 18px;
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .header.has-popout-nav .row .header-right .button-container .button {
    padding: 12px 23px;
    margin-right: 10px;
  }
}
.header.has-popout-nav .row .header-right .button-container .button:hover, .header.has-popout-nav .row .header-right .button-container .button:focus-within {
  background-color: #00afd7 !important;
  color: #fff !important;
}
.header.has-popout-nav .row .header-right .open-menu {
  display: block;
  margin: 0 20px 0 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #1A1919;
  display: block;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .header.has-popout-nav .row .header-right .open-menu {
    margin-right: 25px;
  }
}
.header.has-popout-nav .row .header-right .open-menu span {
  top: 0 !important;
  margin: 0 !important;
}
.header.has-popout-nav .row .header-right .open-menu .svg {
  color: #1A1919;
  display: block;
  font-size: 32px;
  margin: 0 !important;
}
.header.has-popout-nav .row .header-right .search-icon {
  display: inline-block;
  height: 20px;
}
.header.has-popout-nav a {
  color: #888b8d;
  text-decoration: none;
}
.header.has-popout-nav a:hover {
  color: #385988;
}
@media (min-width: 1024px) {
  .header.has-popout-nav button {
    display: block !important;
  }
}
.header.has-popout-nav.scrolling {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff !important;
  color: #1A1919;
  -webkit-transform: translateY(0%) !important;
          transform: translateY(0%) !important;
  -webkit-animation-name: showFixedNav;
          animation-name: showFixedNav;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.header.has-popout-nav.scrolling .header-img {
  height: 55px;
  width: 135px;
}
@media (min-width: 1024px) {
  .header.has-popout-nav.scrolling .header-img {
    height: 65px;
    width: 165px;
  }
}
.header.has-popout-nav.scrolling .header-right .button-container .button {
  color: #fff !important;
  background-color: #1A1919 !important;
}
.header.has-popout-nav.scrolling .header-right .open-menu {
  color: #1A1919;
}
.header.has-popout-nav.scrolling .header-right .open-menu span, .header.has-popout-nav.scrolling .header-right .open-menu .svg-menu {
  color: #1A1919 !important;
}
.header.has-popout-nav.scrolling .header-right .search-icon {
  color: #888b8d !important;
}

body.page-template-page-home .header.has-popout-nav .button-container .button {
  background-color: #fff !important;
  color: #1A1919 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1024px) {
  body.page-template-page-home .header.has-popout-nav .button-container .button {
    min-width: 185px;
  }
}
body.page-template-page-home .header.has-popout-nav .open-menu .svg {
  color: #fff !important;
}

.menu--pop-out {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0 45px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.15s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.15s cubic-bezier(0, 0, 0, 1), -webkit-transform 0.15s cubic-bezier(0, 0, 0, 1);
}
@media (min-width: 700px) {
  .menu--pop-out {
    max-width: 450px;
  }
}
@media (min-width: 1024px) {
  .menu--pop-out {
    max-width: 600px;
    padding: 80px 0 65px;
  }
}
.menu--pop-out button.close-menu {
  border: none;
  background: transparent;
  border-radius: 0;
  width: 15px;
  height: 15px;
  padding: 0;
  position: absolute;
  top: 25px;
  right: 45px;
  z-index: 105;
}
@media (min-width: 1024px) {
  .menu--pop-out button.close-menu {
    width: 20px;
    height: 20px;
    top: 35px;
    right: 60px;
  }
}
.menu--pop-out button.close-menu svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.menu--pop-out nav {
  font-weight: 700;
}
.menu--pop-out nav .svg {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.menu--pop-out nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu--pop-out nav ul li > a, .menu--pop-out nav ul li > button {
  font-weight: 700;
  font-size: 20px;
  line-height: 2em;
  text-decoration: none;
  color: #1A1919;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 70px 5px 45px;
  text-align: left;
  border: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  position: relative;
}
@media (min-width: 1024px) {
  .menu--pop-out nav ul li > a, .menu--pop-out nav ul li > button {
    padding: 5px 90px 5px 65px;
    font-size: 24px;
  }
}
.menu--pop-out nav ul li > a:hover, .menu--pop-out nav ul li > button:hover {
  background-color: #F1F1F1;
}
.menu--pop-out nav ul li > a::after, .menu--pop-out nav ul li > button::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/svgs/menu-right-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .menu--pop-out nav ul li > a::after, .menu--pop-out nav ul li > button::after {
    width: 20px;
    height: 20px;
    right: 60px;
  }
}
.menu--pop-out nav ul li .subnav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0 45px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0, 1);
  transition: -webkit-transform 0.15s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.15s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.15s cubic-bezier(0, 0, 0, 1), -webkit-transform 0.15s cubic-bezier(0, 0, 0, 1);
}
@media (min-width: 1024px) {
  .menu--pop-out nav ul li .subnav {
    padding: 80px 0 65px;
  }
}
.menu--pop-out nav ul li .subnav--close {
  font-weight: 700;
  font-size: 20px;
  line-height: 2em;
  text-decoration: none;
  color: #1A1919;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 45px 5px 70px;
  text-align: left;
  border: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .menu--pop-out nav ul li .subnav--close {
    padding: 5px 65px 5px 100px;
    font-size: 24px;
  }
}
.menu--pop-out nav ul li .subnav--close:hover {
  background-color: #F1F1F1;
}
.menu--pop-out nav ul li .subnav--close::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/svgs/menu-left-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .menu--pop-out nav ul li .subnav--close::after {
    width: 20px;
    height: 20px;
    left: 60px;
  }
}
.menu--pop-out nav ul li .subnav ul li {
  margin-bottom: 5px;
  padding: 0 60px;
}
.menu--pop-out nav ul li .subnav ul li > a, .menu--pop-out nav ul li .subnav ul li > button {
  font-size: 18px;
  line-height: 2em;
  text-decoration: none;
  color: #888b8d;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: inline-block;
  padding: 0;
  width: auto;
}
.menu--pop-out nav ul li .subnav ul li > a:hover, .menu--pop-out nav ul li .subnav ul li > button:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #1A1919;
}
.menu--pop-out nav ul li .subnav ul li > a::after, .menu--pop-out nav ul li .subnav ul li > button::after {
  content: none;
  display: none;
}
.menu--pop-out nav ul li .subnav.active {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0, 1);
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-box-shadow: -2px 0px 8px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0px 8px -2px rgba(0, 0, 0, 0.1);
}
.menu--pop-out .menu--sub-menus-wrapper {
  padding: 25px 45px;
}
@media (min-width: 700px) {
  .menu--pop-out .menu--sub-menus-wrapper {
    padding: 40px 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.menu--pop-out .menu--sub-menus-wrapper .menu--sub-menu {
  list-style: none;
  padding: 15px 0 15px;
  margin: 0;
  border-top: solid 2px #F1F1F1;
  width: 100%;
}
@media (min-width: 700px) {
  .menu--pop-out .menu--sub-menus-wrapper .menu--sub-menu {
    padding: 15px 0 0;
    width: 45%;
  }
}
.menu--pop-out .menu--sub-menus-wrapper .menu--sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu--pop-out .menu--sub-menus-wrapper .menu--sub-menu ul li {
  margin-bottom: 10px;
}
.menu--pop-out .menu--sub-menus-wrapper .menu--sub-menu ul li a {
  color: #888b8d;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 14px;
  line-height: 2em;
}
.menu--pop-out .menu--sub-menus-wrapper .menu--sub-menu ul li a:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #1A1919;
}
.menu--pop-out.active {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0, 1);
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-box-shadow: -2px 0px 8px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0px 8px -2px rgba(0, 0, 0, 0.1);
}

@keyframes fadeInDropdown {
  0% {
    opacity: 0;
    margin-top: -15px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@-webkit-keyframes showFixedNav {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes showFixedNav {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.home-hero {
  background-color: #1A1919;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: block;
  height: 80vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home-hero .my-background-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero.has-slider .home-slider {
  padding: 0;
  margin: 0;
  height: 100%;
}
.home-hero.has-slider .home-slider img {
  width: 100%;
  height: 100%;
}
.home-hero.has-slider .home-slider .my-background-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero:before {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.home-hero img {
  display: block;
  height: auto;
  width: auto;
}
.home-hero h2 {
  color: #fff;
  max-width: 700px;
}
.home-hero .button-container {
  margin: 25px 0 0 0;
}
@media (min-width: 1024px) {
  .home-hero .button-container {
    margin: 40px 0 0 0;
  }
}
.home-hero .button-container .button {
  display: inline-block;
  margin: 0 15px 7.5px 0;
}
@media (min-width: 1024px) {
  .home-hero .button-container .button {
    padding: 12px 33px;
  }
}
.home-hero .button-container .button:last-of-type {
  margin: 0;
}
.home-hero-txt {
  left: 0;
  position: absolute;
  right: 0;
  top: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media (min-width: 700px) {
  .home-hero-txt {
    top: 75%;
  }
}
@media (min-width: 1024px) {
  .home-hero-txt {
    top: 65%;
  }
}
.home-hero .gradient-overlay {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.color-stripe {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.color-stripe img {
  width: 100%;
}

.home-slider .slide-items {
  position: relative;
}
.home-slider .slick-dots {
  bottom: 15px;
}
@media (min-width: 1024px) {
  .home-slider .slick-dots {
    bottom: 65px;
  }
}
.home-slider .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}
.home-slider .slick-dots .slick-dots li button:before {
  opacity: 0.4;
}

span.home-slide-img, span.home-slide-video {
  height: 80vh;
  display: block;
}

span.home-slide-video {
  position: relative;
}

.home-info {
  background-color: #fff;
  padding: 240px 0 0 0;
  background-repeat: no-repeat;
  background-size: auto 200px;
  background-position: center 20px;
}
.home-info-txt {
  width: 80%;
  margin: 0 auto;
  max-width: 840px;
  text-align: center;
}
@media (min-width: 700px) {
  .home-info {
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right center;
    padding: 200px 0;
  }
  .home-info-txt {
    text-align: left;
    width: 60%;
    max-width: 640px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .home-info {
    background-size: 40%;
    background-position: 95% center;
    padding: 200px 0;
  }
}
@media (min-width: 1280px) {
  .home-info {
    background-size: 40%;
    background-position: 85% center;
    padding: 200px 0;
  }
}

.home-menu {
  font-size: 20px;
  line-height: 1.3em;
  text-align: center;
}
.home-menu:after {
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
.home-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-menu li {
  width: 50%;
}
.home-menu a {
  background: #888b8d;
  color: #fff;
  display: block;
  float: left;
  height: 200px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.home-menu img {
  height: auto;
  width: 130px;
}
.home-menu span {
  left: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-menu .svg {
  display: block;
  font-size: 30px;
  margin: 0 auto 15px auto;
}
.home-menu .svg-logo-restore {
  height: 45px;
  width: 111px;
}
.home-menu strong {
  display: block;
  font-weight: 400;
  margin: 0 auto;
  max-width: 200px;
}
.home-menu em {
  display: none;
  font-size: 14px;
  font-style: normal;
  line-height: 1.3em;
  margin: 15px auto 0 auto;
  max-width: 200px;
  height: 0;
}
@media (min-width: 1024px) {
  .home-menu {
    position: relative;
  }
  .home-menu li {
    width: 25%;
  }
  .home-menu a {
    width: 100%;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  }
  .home-menu a.has-description {
    bottom: 48px;
    padding: 48px 0 0;
    top: -48px;
  }
  .home-menu a.has-description:after {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    color: #fff;
    content: "Learn More";
    display: block;
    height: 58px;
    left: 0;
    line-height: 58px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    opacity: 0;
  }
  .home-menu a.has-description span {
    top: calc(50% + 15px);
  }
  .home-menu a em {
    display: block;
    opacity: 0;
    height: 0;
  }
  .home-menu a:after, .home-menu a em, .home-menu a span {
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  }
  .home-menu a:hover {
    display: block;
    top: -88px;
    height: 280px;
  }
  .home-menu a:hover em {
    opacity: 1;
    height: auto;
  }
  .home-menu a:hover:after {
    opacity: 1;
  }
  .home-menu a:hover span {
    top: 45%;
  }
  .home-menu .svg-logo-restore {
    height: 60px;
    width: 200px;
  }
  .home-menu strong {
    width: 260px;
  }
  .home-menu strong.blue-title {
    padding-top: 10px;
  }
}

.home-slug {
  /*
  background: $color-gray url('../img/home-slug-bg.svg'+$cache-buster) top center no-repeat;
  background-size: contain;
  height: 60px;
  width: 100%;

  @media (min-width: 1024px) {
  	height: 113px;
  }
  */
  width: 100%;
  text-align: center;
}
.home-slug img {
  width: 100%;
  height: auto !important;
}

.mobile-menu {
  background: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  bottom: 0;
  height: 100%;
  right: -100%;
  overflow: hidden;
  overflow-y: hidden;
  position: fixed;
  width: 100%;
  z-index: 12;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobile-menu > span img, .mobile-menu > span svg {
  width: 100%;
  max-width: 160px;
  max-height: 66px;
  fill: #000;
  position: absolute;
  top: 30px;
  left: 5%;
}
.mobile-menu a {
  text-decoration: none;
}
.mobile-menu button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: #00afd7;
  display: block;
  float: right;
  margin: 8px 15px 0 0;
  padding: 5px;
}
.mobile-menu button .svg {
  display: block;
  font-size: 24px;
}
.mobile-menu nav {
  background: #fff;
  border-radius: 4px;
  display: block;
  margin: 40px auto;
  max-width: 768px;
  width: 90%;
}
.mobile-menu nav .sub-menu-arrow.open {
  position: absolute;
  right: 30px;
  top: 51%;
  z-index: 99;
}
.mobile-menu .mobile-main-menu {
  display: block;
  width: 95%;
  z-index: 98;
  position: absolute;
  top: 70px;
  left: 5%;
  height: 100%;
  overflow-y: hidden;
  overflow-y: auto;
}
.mobile-menu .mobile-main-menu ul {
  clear: both;
  font-size: 26px;
  font-weight: 700;
  line-height: 2em;
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  z-index: 90;
  float: left;
}
.mobile-menu .mobile-main-menu ul .svg {
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.mobile-menu .sub-menu {
  display: block;
  position: absolute;
  top: 335px;
  left: 5%;
  width: 100%;
  z-index: 99;
}
.mobile-menu .sub-menu .sub-menu-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu .sub-menu .sub-menu-nav ul .menu-mobile-sub-menu-container .sub-menu-nav {
  padding-left: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-menu .sub-menu .sub-menu-nav ul .menu-mobile-sub-menu-container .sub-menu-nav li {
  width: 48%;
  font-size: 12px;
}

body.show-mobile-menu {
  overflow: hidden;
}
body.show-mobile-menu .header {
  background-color: transparent;
}
body.show-mobile-menu .header--main button {
  opacity: 1;
}
body.show-mobile-menu .mobile-menu {
  right: 0%;
}
@media (min-width: 1024px) {
  body.show-mobile-menu {
    overflow: auto;
  }
  body.show-mobile-menu .mobile-menu {
    display: none;
  }
}

body.show-mobile-submenu .sub-menu {
  right: 0%;
}
body.show-mobile-submenu .mobile-main-menu {
  right: 100%;
}

ul.social-links {
  display: block;
  font-size: 22px;
  line-height: 1em;
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
ul.social-links li {
  display: inline-block;
  margin: 0 5px;
}
ul.social-links li:first-child {
  margin-left: 0;
}
ul.social-links li:last-child {
  margin-right: 0;
}

.events {
  margin-top: 20px;
}
.events h1 {
  color: black;
}
.events .calendar-event-icon {
  margin-bottom: 10px;
}
.events .calendar-event-icon svg {
  width: 30px;
}
.events .calendar-event-icon svg path {
  fill: #00afd7;
}
.events .events-list-items {
  margin-top: 30px;
}
.events .events-list-items .calendar-event {
  margin-bottom: 60px;
}
.events .events-list-items .calendar-event h6, .events .events-list-items .calendar-event .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .events .events-list-items .calendar-event .gfield_label {
  font-size: 11px;
}
.events .events-list-items .calendar-event h3 {
  color: #00afd7;
  font-weight: 300;
  margin-bottom: 15px;
}
.events .events-list-items .calendar-event p {
  margin-top: 0;
}
.events .events-minical {
  background-color: #00afd7;
  margin-bottom: 40px;
  float: left;
  width: 110%;
  margin-left: -5%;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .events .events-list-items {
    float: left;
    width: 100%;
  }
  .events .events-list {
    float: left;
    width: 60%;
    min-height: 450px;
  }
  .events .events-minical {
    position: absolute;
    right: 0;
    width: 40%;
  }
  .events .calendar-event-icon {
    margin-bottom: 10px;
    float: left;
    width: 10%;
  }
  .events .calendar-event-icon svg {
    width: 100%;
    max-width: 50px;
  }
  .events .calendar-event-info {
    float: left;
    width: 80%;
    margin-left: 10%;
  }
  .events .calendar-event {
    float: left;
    width: 100%;
  }
}

.ui-datepicker-calendar {
  width: 90%;
  margin-left: 2.5%;
}

.ui-datepicker-header {
  width: 90%;
  margin-left: 5%;
}
.ui-datepicker-header a {
  font-size: 10px;
}

.ui-datepicker-calendar td {
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .ui-datepicker-calendar td {
    padding: 15px 10px;
  }
}

.ui-datepicker-calendar thead th {
  text-align: center;
}

span.ui-state-default {
  color: #fff;
  opacity: 0.5;
}

.ui-datepicker-month, .ui-datepicker-year {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .ui-datepicker-month, .ui-datepicker-year {
    font-size: 20px;
  }
}

a.ui-state-default {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
  font-weight: bold;
}

.ui-datepicker-calendar thead th span {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.ui-datepicker-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  .ui-datepicker-title {
    margin-bottom: 25px;
  }
}

.submit-an-event .ui-datepicker-title {
  margin: 0;
}

.submit-an-event .ui-datepicker-prev, .submit-an-event .ui-datepicker-next {
  height: 20px;
  color: #fff;
}

.ui-datepicker-next {
  width: auto;
  text-align: right;
  float: right;
  cursor: pointer;
  padding-top: 2px;
  padding-right: 0px;
  color: #fff;
  text-decoration: underline;
}

.ui-datepicker-prev {
  width: auto;
  text-align: left;
  float: left;
  cursor: pointer;
  padding-top: 2px;
  padding-left: 0px;
  color: #fff;
  text-decoration: underline;
}

.ui-datepicker-current-day {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2 px;
}

.ui-datepicker-clicked-day {
  background-color: #fff;
}

.form-fields {
  float: left;
  width: 100%;
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .form-fields {
    width: 60%;
    padding: 80px 0;
  }
}
.form-fields h6, .form-fields .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .form-fields .gfield_label {
  color: #1A1919;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .form-fields h6, .form-fields .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .form-fields .gfield_label {
    font-size: 15px;
  }
}

.form-contact {
  float: left;
  display: none;
}
@media (min-width: 1024px) {
  .form-contact {
    width: 15%;
    padding-left: 5%;
    padding-top: 80px;
    display: block;
  }
}
.form-contact .location {
  padding-top: 20px;
}
.form-contact p {
  margin-top: 0;
}
.form-contact h6.h6-gray, .form-contact .gform_wrapper .top_label .h6-gray.gfield_label, .gform_wrapper .top_label .form-contact .h6-gray.gfield_label {
  color: #888b8d;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.form-contact address {
  display: inline-block;
  font-style: normal;
  margin: 10px 10px 0 0px;
  width: 180px;
}
@media (min-width: 1024px) {
  .form-contact.single {
    width: 35%;
  }
}

.gform_title {
  display: block;
  color: #1A1919;
  font-size: 32px !important;
  letter-spacing: 0 !important;
  line-height: 1.3em !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: lowercase !important;
}
@media (min-width: 1024px) {
  .gform_title {
    font-size: 56px !important;
    line-height: 1.2em !important;
  }
}

.gform_wrapper .gform_body {
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body textarea {
  border: none;
  background-color: #ededed;
  color: #666;
  font: normal normal 1.3em/1 "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100% !important;
  webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 700px) {
  .gform_wrapper .gform_body input[type=text],
  .gform_wrapper .gform_body textarea {
    padding: 20px 20px !important;
  }
}
.gform_wrapper .gform_body select {
  background-color: #ededed;
  border: none;
  color: #666;
  font: normal normal 1.3em/1 "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 60px;
  padding: 10px 2.5%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0px;
  background-size: 50%, 50%;
  border-radius: 0;
}
.ie9 .gform_wrapper .gform_body select {
  background-image: none;
}
.gform_wrapper .gform_body textarea {
  height: 275px;
  resize: none;
  font: normal normal 1.3em/1 "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
}
.gform_wrapper .gform_body input[type=checkbox] {
  border: none;
  background: #ededed;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin-top: 0;
}
.gform_wrapper .gform_body input[type=checkbox]:checked {
  background: #00afd7;
}
.ie9 .gform_wrapper .gform_body input[type=checkbox] {
  background: transparent;
}
.ie9 .gform_wrapper .gform_body input[type=checkbox]:checked {
  background: transparent;
}

.gform_wrapper input[type=submit] {
  background: #bdce00;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.04em;
  line-height: 1em;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  white-space: nowrap;
}
@media (min-width: 700px) {
  .gform_wrapper input[type=submit] {
    padding: 35px 80px;
  }
}
.gform_wrapper input[type=submit]:hover {
  background-color: #89aa02;
  color: #fff;
}

.gform_wrapper {
  margin-top: -7px !important;
  max-width: 100% !important;
}

.gform_wrapper .top_label .gfield_label {
  margin-top: 10px !important;
  color: #00afd7 !important;
  font-size: 15px;
}
@media (min-width: 700px) {
  .gform_wrapper .top_label .gfield_label {
    font-size: 15px;
    margin-top: 30px !important;
  }
}

.gform_wrapper ul.gform_fields li.gfield {
  margin-top: 10px;
}
@media (min-width: 700px) {
  .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0;
  }
}

.feature-text span {
  color: #888b8d;
}

textarea.medium {
  font-size: 20px;
  line-height: 1.8;
}

.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: normal !important;
}

.gform_wrapper .gfield_required {
  color: #00afd7 !important;
}

#input_1_10 {
  margin-top: 10px !important;
}

.gform_wrapper .gsection {
  border-bottom: none !important;
  border-top: 1px solid #ededed;
  margin: 30px 0 0 !important;
  padding-top: 20px !important;
}

.gform_wrapper h2.gsection_title {
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 solid #C89797;
}

.gform_wrapper .validation_error {
  font-size: 18px !important;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  color: #00afd7 !important;
  line-height: 1.5;
  margin: 30px 0 20px !important;
  width: 100% !important;
  padding: 40px !important;
  border: none !important;
  background-color: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0px !important;
}

.gfield_error input {
  background-color: #f6e9e9 !important;
  -webkit-appearance: none;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #999 !important;
}

.gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin-top: 0px !important;
  color: #790000 !important;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  padding: 0px !important;
}
.gform_wrapper .ginput_container + .gfield_description.validation_message input.medium {
  padding: 20px 4px;
}

.gform_wrapper .top_label div.ginput_container textarea {
  font-size: 20px;
  line-height: 1.8;
}

#gforms_confirmation_message {
  font-size: 24px !important;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 45px;
  background-color: #00afd7;
  width: 90%;
  padding: 20px 5%;
}

.gform_wrapper ul li.gfield.gfield_error.gfield_contains_required {
  padding-left: 0px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.gform_wrapper ul li.gfield.gfield_error {
  border: 0px !important;
}

.gform_wrapper .top_label .gfield_error {
  width: 100% !important;
}

.gform_wrapper .top_label .gfield_error .gfield_description.validation_message, .gform_wrapper .gfield_error .gfield_description.validation_message {
  padding: 5px 0 0 0 !important;
}

.gform_wrapper li.gfield_error textarea {
  background-color: #f6e9e9 !important;
}

.gform_wrapper .gf_progressbar_wrapper {
  border-bottom: none !important;
  width: 100% !important;
  background-color: none !important;
  padding: 20px 0 !important;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 1.2em !important;
  font-weight: bold;
  text-transform: uppercase;
  color: #00afd7;
  letter-spacing: 2px;
  opacity: 1 !important;
  margin-bottom: 8px;
}

.gform_wrapper .gf_progressbar {
  background-image: none !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 8px !important;
  width: 100% !important;
  line-height: 30px !important;
  background-color: #fff !important;
}

.gform_wrapper .percentbar_blue {
  background-color: #00afd7 !important;
  background-image: none !important;
}

.gform_wrapper .gf_progressbar_percentage {
  /*height: 30px !important;*/
  text-shadow: none !important;
}
.gform_wrapper .gf_progressbar_percentage span {
  margin-top: 5px;
}

.gform_wrapper .gform_next_button, .gform_wrapper .gform_previous_button {
  background-color: #00afd7;
  border: none;
  padding: 15px 30px;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-size: 20px;
  -webkit-appearance: none;
  border: 0;
  border-radius: 4px;
}
@media (min-width: 700px) {
  .gform_wrapper .gform_next_button, .gform_wrapper .gform_previous_button {
    padding: 35px 80px;
  }
}
.gform_wrapper .gform_next_button:hover, .gform_wrapper .gform_previous_button:hover {
  background-color: darken #00afd7, 20%;
  color: #fff;
}

.gform_wrapper .gform_previous_button {
  margin-right: 20px !important;
  background-color: #00afd7 !important;
}

.gform_wrapper .gform_page_footer {
  margin: 40px 0 !important;
  width: 100% !important;
  border-top: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
  max-width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0.625em 0 0.5em !important;
}

.instruction {
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

.gform_wrapper div.charleft {
  font-size: 1em !important;
}

.gform_confirmation_wrapper {
  font-size: 18px !important;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  color: #00afd7 !important;
  line-height: 1.5;
  margin: 0 0 100px !important;
  width: 100% !important;
  padding: 40px !important;
  border: none !important;
}

.smcx-embed {
  margin: 0 auto;
}

.smcx-embed, .smcx-iframe-container {
  max-width: none !important;
  height: 500px !important;
}

.post-password-form {
  width: 80%;
  margin: 40px auto;
  max-width: 500px;
}

.BBFormContainer {
  padding: 0 !important;
  border-radius: 0 !important;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.BBFormContainer .BBFormSection fieldset .BBFormSectionHeading {
  font-weight: 700 !important;
  font-size: 24px !important;
  letter-spacing: 0 !important;
  line-height: 1.3em !important;
  margin: 0 !important;
  padding: 0 !important;
}
.BBFormContainer .BBFormSection fieldset .BBFormFieldContainer {
  width: 100%;
}
.BBFormContainer .BBFormSection fieldset .BBFormFieldContainer input[type=text], .BBFormContainer .BBFormSection fieldset .BBFormFieldContainer input[type=email] {
  border: none;
  background-color: #ededed;
  color: #666;
  font: normal normal 1.3em/1 "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100% !important;
  border-radius: 0;
  opacity: 1 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px !important;
}
@media (min-width: 700px) {
  .BBFormContainer .BBFormSection fieldset .BBFormFieldContainer input[type=text], .BBFormContainer .BBFormSection fieldset .BBFormFieldContainer input[type=email] {
    padding: 20px 20px !important;
  }
}
.BBFormContainer .BBFormSection fieldset .BBFormButtonRow input[type=submit] {
  background: #bdce00;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-family: "Neue Haas Grotesk W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.04em;
  line-height: 1em;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 700px) {
  .BBFormContainer .BBFormSection fieldset .BBFormButtonRow input[type=submit] {
    padding: 35px 80px;
    width: unset;
  }
}
.BBFormContainer .BBFormSection fieldset .BBFormButtonRow input[type=submit]:hover {
  background-color: #89aa02;
  color: #fff;
}

.blogs-header {
  padding: 35px 0 0;
}
@media (min-width: 700px) {
  .blogs-header {
    padding: 40px 0 0;
  }
}
@media (min-width: 1024px) {
  .blogs-header {
    padding: 60px 0 0;
  }
}
.blogs-header p {
  max-width: 800px;
}

.blog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  padding: 30px 0;
}
@media (min-width: 700px) {
  .blog-container {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  .blog-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 0;
  }
}
.blog-container .blog-results {
  width: 100%;
}
@media (min-width: 1024px) {
  .blog-container .blog-results {
    width: 60%;
  }
}
.blog-container .blog-results .blog-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-container .blog-sidebar {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .blog-container .blog-sidebar {
    width: 30%;
  }
}

.blog-card {
  margin: 0 auto 20px;
  position: relative;
  padding-bottom: 25px;
}
@media (min-width: 700px) {
  .blog-card {
    max-width: unset;
    width: 49%;
    margin: 0 0 40px;
  }
  .blog-card.full-card {
    width: 100%;
  }
}
.blog-card a {
  text-decoration: none;
}
.blog-card a .blog-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.blog-card a .blog-img img {
  width: 100%;
  display: block;
}
.blog-card a p {
  margin: 10px 0;
}
.blog-card a h3 {
  font-size: 20px;
  margin: 15px 0 10px;
  text-transform: lowercase;
}
@media (min-width: 700px) {
  .blog-card a h3 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .blog-card a h3 {
    font-size: 26px;
    margin: 20px 0 15px;
  }
}
.blog-card a .post-content p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .blog-card a .post-content p {
    font-size: 14px;
  }
}
.blog-card a .read-more {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.blog-card a .read-more h6, .blog-card a .read-more .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .blog-card a .read-more .gfield_label {
  margin-right: 20px;
}
.blog-card a .read-more img {
  display: block;
  width: 20px;
}

.blog-header {
  height: 350px;
}
@media (min-width: 700px) {
  .blog-header {
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .blog-header {
    height: 700px;
  }
}

.blog-header-content {
  padding: 45px 0 0;
  border-top: solid 8px #43b02a;
  position: relative;
}
@media (min-width: 700px) {
  .blog-header-content {
    width: 90%;
    max-width: 1200px;
    margin: -34px auto 0;
    background-color: #fff;
    padding: 60px 0 0;
  }
}
@media (min-width: 1024px) {
  .blog-header-content {
    margin-top: -56px;
    padding: 75px 0 0;
    border-top: solid 12px #43b02a;
  }
}
.blog-header-content .content {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .blog-header-content .content {
    max-width: 800px;
  }
}
.blog-header-content .content h2 {
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .blog-header-content .content h2 {
    margin-bottom: 25px;
  }
}
@media (min-width: 700px) {
  .blog-header-content .content h6, .blog-header-content .content .gform_wrapper .top_label .gfield_label, .gform_wrapper .top_label .blog-header-content .content .gfield_label {
    margin-bottom: 10px;
  }
}
.blog-header-content .content .author-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-header-content .content .author-content div {
  width: 45px;
  height: 45px;
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.blog-header-content .content .author-content p {
  margin: 0;
}
.blog-header-content .share {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .blog-header-content .share {
    position: absolute;
    left: 0;
    top: 120px;
    max-width: 50px;
    display: block;
  }
}
.blog-header-content .share h5 {
  text-transform: uppercase;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .blog-header-content .share h5 {
    margin: 0 0 10px;
    text-align: center;
  }
}
.blog-header-content .share .share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .blog-header-content .share .share-icons {
    display: block;
  }
}
.blog-header-content .share .share-icons a {
  text-decoration: none;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
}
@media (min-width: 1024px) {
  .blog-header-content .share .share-icons a {
    width: 20px;
    height: 20px;
    margin: 0 auto 20px;
    display: block;
  }
}
.blog-header-content .share .share-icons a img {
  width: 100%;
  display: block;
  max-width: 15px;
  max-height: 15px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .blog-header-content .share .share-icons a img {
    max-width: 20px;
    max-height: 20px;
  }
}

.more-blogs {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
@media (min-width: 700px) {
  .more-blogs {
    width: unset;
    max-width: 1200px;
    padding: 100px;
  }
}
.more-blogs h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .more-blogs h2 {
    margin-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .more-blogs h2 {
    margin-bottom: 60px;
  }
}
@media (min-width: 700px) {
  .more-blogs .related-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body.single-post > main > section:nth-child(3) {
  padding-top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.5;
}