@charset "UTF-8";
/*
Theme Name: broucek EnvyUs
Theme URI: https://envyus.com.au
Author: EnvyUs
Author URI: https://envyus.com.au
Description: Web Design Adelaide
Version: broucek-v2-2019v1
License: GNU General Public License
Text Domain: broucek
broucek WordPress Theme © 2021
*/
.master {
  color: #1a3d6e;
}
.bg-master {
  background-color: #1a3d6e;
}
.accent {
  color: #0098d6;
}
.bg-accent {
  background-color: #0098d6;
}
.basic {
  color: #31bcad;
}
.bg-basic {
  background-color: #31bcad;
}
.tint {
  color: #f5fbfa;
}
.bg-tint {
  background-color: #f5fbfa;
}
.tint2 {
  color: #f3f7fc;
}
.bg-tint2 {
  background-color: #f3f7fc;
}
.tint3 {
  color: #e0f2f5;
}
.bg-tint3 {
  background-color: #e0f2f5;
}
.tint4 {
  color: #d8eeeb;
}
.bg-tint4 {
  background-color: #d8eeeb;
}
.bg-white {
  background-color: #fff !important;
}
.bg-gradient {
  background-image: linear-gradient(to right, #0098d6, #31bcad) !important;
}
.bg-gradient-purple {
  background-image: linear-gradient(to right, #0098d6, #6166af) !important;
}
.bg-gradient-white {
  background-image: linear-gradient(to right, #0098d6, #31bcad) !important;
  background-position: 0px 100px;
  background-repeat: repeat-x;
  background-size: cover;
}
.bg-eye {
  background-image: url("img/fiber-eye.jpg") !important;
  background-position: 0px 160px;
  background-repeat: repeat-x;
  background-size: cover;
}
.bg-eye-single {
  background-image: url("img/fiber-eye.jpg") !important;
  background-position: 0px 260px !important;
  background-repeat: repeat-x;
  background-size: cover;
}
.bg-eye-full {
  background-image: url("img/fiber-eye.jpg") !important;
  background-size: cover;
}
.bg-white-box {
  background-image: url("img/bg-white-box.png") !important;
  background-position: top;
  background-repeat: repeat-x;
}
.bg-white-120 {
  background-image: url("img/bg-white-120.jpg") !important;
  background-position: top;
  background-repeat: repeat-x;
}
.bg-blog-box {
  background-image: url("img/blog-box.png") !important;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-grad {
  background-image: url("img/bg-grad.png") !important;
  background-position: top;
  background-repeat: repeat-x;
  background-size: contain;
}
.bg-grad-full {
  background-image: url("img/bg-grad.png") !important;
  background-position: bottom;
  background-repeat: repeat;
}
.bg-lightgreen {
  background-color: #f5fbfa;
}
.bg-fff-grad {
  background-image: url("img/bg-fff-grad.png") !important;
  background-position: center;
  background-repeat: repeat-x;
}
.bg-fff-grad-purple {
  background-image: url("img/bg-fff-grad-purple.png") !important;
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}
.bg-head-seonix {
  background-image: url("img/head-seonix.png") !important;
  background-position: left;
  background-repeat: no-repeat;
}
.bg-head-sightscore {
  background-image: url("img/head-sightscore.png") !important;
  background-position: left;
  background-repeat: no-repeat;
}
.bg-footer-grid {
  background-image: url("img/footer-grid.png") !important;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .bg-fff-grad, .bg-fff-grad-purple {
    background-image: url("img/bg-white-box.png") !important;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    background-color: #fff;
  }
  .bg-head-seonix {
    background-image: none !important;
    background-position: left;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .bg-fff-grad, .bg-fff-grad-purple {
    background-image: url("img/bg-white-box.png") !important;
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    background-color: #fff;
  }
}
@font-face {
  font-family: "metropolisbold";
  src: url("fonts/metropolis-bold.eot");
  src: url("fonts/metropolis-bold.eot?#iefix") format("embedded-opentype"), url("fonts/metropolis-bold.woff2") format("woff2"), url("fonts/metropolis-bold.woff") format("woff"), url("fonts/metropolis-bold.svg#metropolisbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "metropolisregular";
  src: url("fonts/metropolis-regular.eot");
  src: url("fonts/metropolis-regular.eot?#iefix") format("embedded-opentype"), url("fonts/metropolis-regular.woff2") format("woff2"), url("fonts/metropolis-regular.woff") format("woff"), url("fonts/metropolis-regular.svg#metropolisregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}
body {
  font-family: metropolisregular, sans-serif;
  font-size: 1.9rem;
}
a, a :hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 57%;
  }
  body {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 54%;
  }
  body {
    font-size: 2.4rem;
  }
}
h1 {
  font-family: metropolisbold, serif;
  font-size: 3.6rem;
  margin: 0em 0 1em 0;
  color: #1a3d6e;
}
h2 {
  font-family: metropolisbold, serif;
  font-size: 3.4rem;
  margin: 1em 0 1em 0;
  color: #1a3d6e;
}
h3 {
  font-family: metropolisbold, serif;
  font-size: 3rem;
  margin: 1em 0 0.5em 0;
  color: #1a3d6e;
}
h4 {
  font-family: metropolisbold, serif;
  font-size: 2.8rem;
  margin: 1em 0 0.5em 0;
  color: #1a3d6e;
}
h5 {
  font-family: metropolisbold, serif;
  font-size: 2.4rem;
  margin: 1em 0 0.5em 0;
  color: #1a3d6e;
}
h6 {
  font-family: metropolisbold, serif;
  font-size: 2.2rem;
  margin: 1em 0 0.5em 0;
  color: #1a3d6e;
}
p {
  margin: 0 0 0.6em 0;
}
ol, ul {
  padding-left: 4rem;
}
.contentBox h1, .contentBox h2, .contentBox h3, .contentBox h4, .contentBox h5, .contentBox h6 {
  margin: 0.9em 0 0.6em 0;
}
.contentBox h1:first-child, .contentBox h2:first-child, .contentBox h3:first-child, .contentBox h4:first-child, .contentBox h5:first-child, .contentBox h6:first-child {
  margin-top: 0;
}
.fx-text-hover a {
  position: relative;
  text-decoration: none;
  color: #0098d6;
}
.fx-text-hover a:hover {
  color: #0098d6;
}
.fx-text-hover a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #0098d6;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.fx-text-hover a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.highlight {
  font-family: metropolisbold, serif;
}
.prose {
  font-family: metropolisregular, sans-serif;
}
.custom {
  font-family: serif;
}
strong {
  font-family: metropolisregular, sans-serif;
  font-weight: 700;
}
hr {
  border: 1px solid #1a3d6e !important;
  opacity: 0.6 !important;
  margin: 3rem 0 !important;
}
blockquote {
  font: 18px/30px;
  margin: 50px -30px 20px -30px;
  background-image: url(img/66-quotations.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 0px;
}
blockquote p {
  margin: 0 30px;
  display: block;
  background-image: url(img/99-quotations.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  font-family: metropolisbold, serif;
  font-size: 3rem;
  line-height: normal;
  color: #31bcad;
}
/* fontwaesome */
.fa-instagram, .fa-twitter, .fa-facebook-f, .fa-envelope, .fa-search, .fa-times, .fa-google-plus-g, .fa-linkedin-in, .fa-phone-alt {
  color: #1a3d6e;
  font-size: 1.6rem;
  margin-right: 3px;
}
.fa-instagram:hover, .fa-twitter:hover, .fa-facebook-f:hover, .fa-envelope:hover, .fa-search:hover, .fa-times:hover, .fa-google-plus-g:hover, .fa-linkedin-in:hover, .fa-phone-alt:hover {
  color: #31bcad;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  transition-duration: 0.5s;
}
#social-icons-lightmode .fa-facebook-f, #social-icons-lightmode .fa-twitter, #social-icons-lightmode .fa-instagram, #social-icons-lightmode .fa-linkedin-in, #social-icons-lightmode .fa-phone-alt {
  color: #fff;
}
#social-icons-lightmode .fa-facebook-f:hover, #social-icons-lightmode .fa-twitter:hover, #social-icons-lightmode .fa-instagram:hover, #social-icons-lightmode .fa-linkedin-in:hover, #social-icons-lightmode .fa-phone-alt:hover {
  color: #31bcad;
}
.fa-expand {
  font-size: 2.6rem;
}
.fa-expand {
  font-size: 2.6rem;
}
.telefont {
  font-family: metropolisbold, serif;
}
/* //end fontwaesome */
/*
 ██████  ███████  ██████
██       ██      ██    ██
██   ███ █████   ██    ██
██    ██ ██      ██    ██
 ██████  ███████  ██████


*/
#geo-widget {
  font-size: 1.5rem;
}
#geo-widget select {
  padding: 5px;
  margin: 0 10px;
}
#geo-widget button, #geo-form input[type="submit"], #geo-form button {
  padding: 5px 10px;
  background-color: #0098d6;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: metropolisbold, serif;
}
#geo-widget button:hover, #geo-form input[type="submit"]:hover {
  background-color: #31bcad;
}
#geo-form input[type="radio"] {
  margin-right: 5px;
}
#geo-form label {
  display: inline-block;
  margin-bottom: 5px;
}
/*
 █████   ██████ ███████
██   ██ ██      ██
███████ ██      █████
██   ██ ██      ██
██   ██  ██████ ██


*/
.acf-flexible-content .layout .acf-fc-layout-handle {
  display: block;
  position: relative;
  padding: 8px 10px;
  cursor: move;
  border-bottom: #ccd0d4 solid 1px;
  color: #444;
  font-size: 14px;
  line-height: 1.4em;
  background: orange;
}
/* 

███╗   ██╗██╗███╗   ██╗     ██╗ █████╗      
████╗  ██║██║████╗  ██║     ██║██╔══██╗     
██╔██╗ ██║██║██╔██╗ ██║     ██║███████║     
██║╚██╗██║██║██║╚██╗██║██   ██║██╔══██║     
██║ ╚████║██║██║ ╚████║╚█████╔╝██║  ██║     
╚═╝  ╚═══╝╚═╝╚═╝  ╚═══╝ ╚════╝ ╚═╝  ╚═╝     
                                            
███████╗ ██████╗ ██████╗ ███╗   ███╗███████╗
██╔════╝██╔═══██╗██╔══██╗████╗ ████║██╔════╝
█████╗  ██║   ██║██████╔╝██╔████╔██║███████╗
██╔══╝  ██║   ██║██╔══██╗██║╚██╔╝██║╚════██║
██║     ╚██████╔╝██║  ██║██║ ╚═╝ ██║███████║
╚═╝      ╚═════╝ ╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝
                                            
 */
.nf-form-content label {
  font-family: metropolisregular, sans-serif;
  font-size: 2rem !important;
  line-height: 2rem;
  color: #1a3d6e;
}
.nf-field-label label {
  font-weight: 600 !important;
  margin: 0;
  padding: 0;
}
.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
  font-family: metropolisbold, serif;
  font-weight: bold;
  font-size: 2rem !important;
  background: #0098d6 !important;
  border: 1px solid #0098d6 !important;
  border-radius: 0px !important;
  color: #fff !important;
  transition: all 0.5s;
  padding: 9px 15px !important;
  text-transform: uppercase !important;
}
.nf-form-content button:hover, .nf-form-content input[type="button"]:hover, .nf-form-content input[type="submit"]:hover {
  background: #1a3d6e !important;
  border: 1px solid #1a3d6e !important;
  color: #fff !important;
  transition: all 0.5s;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 50px !important;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
  font-size: 2rem !important;
  margin: 0;
  padding: 2px 6px !important;
  background: #d3f2ef;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
  background: #d3f2ef !important;
  border: 1px solid #f5f5f5 !important;
  border-radius: 0px !important;
  box-shadow: none;
  color: #1a3d6e !important;
  padding: 5px 20px !important;
  transition: all 0.5s;
}
.nf-error .nf-error-msg {
  color: #ff0000 !important;
}
.nf-error-msg, .ninja-forms-req-symbol {
  color: #ff0000 !important;
}
.nf-error .ninja-forms-field {
  border-color: #ff0000 !important;
  transition: all 0.5s;
}
.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field {
  border: 1px solid #ff0000 !important;
}
.nf-error.field-wrap .nf-field-element::after {
  background: #1a3d6e !important;
  color: #fff;
  font-family: FontAwesome;
  font-size: 2rem;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.5s;
  border-radius: 0px;
  border: 1px solid #1a3d6e;
}
.nf-error .ninja-forms-field {
  border-color: #1a3d6e !important;
  border: 0 solid #d3f2ef !important;
  transition: all 0.5s;
}
.nf-form-content select.ninja-forms-field:not([multiple]) {
  border-radius: 0px !important;
  color: #4f4c4d !important;
  padding: 5px 20px !important;
  transition: all 0.5s;
}
.nf-response-msg {
  color: #1a3d6e;
  font-weight: bold;
}
.list-select-wrap div::after {
  color: #1a3d6e;
  transition: all 0.5s;
  padding-top: 10px;
}
.nf-form-content select.ninja-forms-field:not([multiple]) {
  border-radius: 0px !important;
  color: #000 !important;
  padding: 5px 20px !important;
  transition: all 0.5s;
  border: 0 solid #fff;
}
.nf-form-content .list-select-wrap > div div:after {
  content: "" !important;
  font-family: FontAwesome;
  font-size: 14px !important;
  position: absolute;
  right: 3px !important;
  bottom: 0;
  height: 50px;
  line-height: 40px !important;
}
/* //end Ninja Forms */
/*

███████╗██╗    ██╗██╗██████╗ ███████╗██████╗
██╔════╝██║    ██║██║██╔══██╗██╔════╝██╔══██╗
███████╗██║ █╗ ██║██║██████╔╝█████╗  ██████╔╝
╚════██║██║███╗██║██║██╔═══╝ ██╔══╝  ██╔══██╗
███████║╚███╔███╔╝██║██║     ███████╗██║  ██║
╚══════╝ ╚══╝╚══╝ ╚═╝╚═╝     ╚══════╝╚═╝  ╚═╝

*/
/* Swiper Navigation */
.swiper-button-prev {
  color: rgba(255, 255, 255, 0.9) !important;
  padding-left: 0px;
}
.swiper-button-next {
  color: rgba(255, 255, 255, 0.9) !important;
  padding-right: 30px !important;
}
/* Swiper Pagination*/
.swiper-pagination-bullet {
  opacity: 0.6;
  background: rgba(255, 255, 255, 0.6);
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}
/* Img Filters */
.img-brightness {
  filter: brightness(80%);
}
.img-contrast {
  filter: contrast(1.3);
}
/* Swiper Content*/
.swiper-headline {
  font-family: metropolisbold, serif;
  font-size: 4.6rem;
  color: #ffffff;
}
.swiper-description {
  font-family: metropolisregular, sans-serif;
  font-size: 2.2rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0 !important;
}
@media screen and (max-width: 1200px) {
  .swiper-headline {
    font-size: 3.8rem;
    line-height: normal;
  }
  .swiper-description {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .swiper-headline {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .swiper-headline {
    font-size: 3.6rem;
  }
  .swiper-description {
    display: block !important;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
  .swiper-headline {
    font-size: 2.4rem;
  }
}
/* Swiper Ad Hoc Slider */
.shapeX {
  position: relative;
  width: 75vw;
  height: 100%;
  clip-path: polygon(13% 0, 100% 0%, 100% 100%, 18% 100%, 0 30%);
  background: #0098d6;
  background: linear-gradient(90deg, rgba(0, 152, 214, 0.7) 0%, rgba(49, 188, 173, 0.7) 100%);
  transition: all 1s;
}
@media screen and (max-width: 1920px) {
  .shapeX {
    clip-path: polygon(13% 0, 100% 0%, 100% 100%, 18% 100%, 0 30%);
    background: #0098d6;
    background: linear-gradient(90deg, rgba(0, 152, 214, 0.7) 0%, rgba(49, 188, 173, 0.7) 100%);
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  .shapeX {
    clip-path: none;
    /* Remove clipping to cover the full image */
    width: 100%;
    height: 100% !important;
    background: linear-gradient(90deg, rgba(0, 152, 214, 0.7) 0%, rgba(49, 188, 173, 0.7) 100%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shapeX {
    width: 65vw;
  }
}
@media (min-width: 1200px) {
  .shapeX {
    width: 50vw;
  }
}
.swiper-container {
  position: relative;
}
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  /* Center vertically */
  transform: translateY(-50%);
  /* Adjust for the button's height */
  width: 44px;
  height: 44px;
  margin-top: 0;
}
.swiper-button-next {
  right: -3px;
}
.swiper-button-prev {
  left: -3px;
}
/*  ensure that both videos and images within .swiper-slide-cover maintain the 1920x648 aspect ratio while covering the entire container area without losing their aspect ratios. The object-fit: cover; property is used to ensure the video or image covers the area completely, cropping it if necessary to maintain the aspect ratio. */
.swiper-slide-cover {
  position: relative;
  width: 100%;
  /* Maintain aspect ratio 1920x648 */
  padding-top: 33.75%;
  /* (648 / 1920) * 100% */
  overflow: hidden;
}
.swiper-slide-cover video, .swiper-slide-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Cover the container without losing aspect ratio */
}
.swiper-slide {
  position: relative;
  /* This makes it the reference for its absolutely positioned children */
  display: flex;
  justify-content: center;
  /* This centers its children horizontally */
  align-items: center;
  /* This centers its children vertically */
}
/* CORRECT */
.swiper-headline {
  line-height: 1.2;
  margin-top: 30px;
}
.shapeX .areabg {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .shapeX {
    width: 100%;
    align-self: start;
    padding: 0;
    margin: 0;
    clip-path: none !important;
  }
  .shapeX .areabg {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    align-self: end;
  }
  .block-swiper-adhoc .swiper-slide, .block-swiper-adhoc .swiper-wrapper, .block-swiper-adhoc {
    max-height: unset;
  }
  .block-swiper-adhoc .swiper-slide {
    justify-content: end !important;
  }
}
@media (min-width: 992px) {
  .home .swiper-slide .container {
    width: 100% !important;
    max-width: unset !important;
    padding: 0;
    margin: 0;
  }
  .swiper-headline p {
    font-size: 46px;
  }
}
/* SEARCH HTML5 */
input {
  outline: none;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button {
  display: none;
}
input[type=search] {
  background: rgba(255, 255, 255, 0.6) url(img/search-icon.png) no-repeat 9px center;
  border: solid 1px #31bcad;
  padding: 3px 32px;
  width: 38px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #31bcad;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}
input:-moz-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
.search-form .search-submit {
  display: none;
}
/* Interactions */
#grid-block-text-reveal {
  transform: translate(0px, 0px);
  transition-duration: 0.2s;
}
#grid-block-text-reveal:hover {
  transform: translate(0px, -12px);
  transition-duration: 1s;
}
/*#grid-block-text-reveal:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #22AC57, #01889F, #01889F);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
#grid-block-text-reveal:hover::before {
    visibility: visible;
    transform: scaleX(1);
}*/
/* Hamburger icon animation - https://mdbootstrap.com/docs/jquery/navigation/hamburger-menu/ */
.navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0) !important;
}
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 24px;
  height: 18px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.animated-icon1 span {
  background: #1a3d6e;
}
.animated-icon2 span {
  background: #ffffff;
}
.animated-icon3 span {
  background: #ffffff;
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}
.animated-icon2 span:nth-child(4) {
  top: 20px;
}
.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}
/* //end Hamburger icon animation */
.content-intro-block {
  padding: 25px 0 18px 0;
}
.cards-flex .col {
  width: 100% !important;
}
@media (min-width: 992px) {
  .cards-flex .col {
    width: 50% !important;
  }
  .home .duotone-cards .highlight {
    font-size: 30px !important;
  }
}
#footermenu a {
  padding: 0 5px;
}
@media (min-width: 1400px) {
  .home .classic-cards .highlight {
    font-size: 25px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home .classic-cards .highlight {
    font-size: 25px !important;
    padding: 10px 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .classic-cards .highlight {
    font-size: 25px !important;
    padding: 20px 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .classic-cards .highlight {
    font-size: 22px !important;
  }
}
@media (max-width: 991px) {
  .home .card-image img {
    max-width: 100px;
  }
  .bg-eye {
    background-position: unset;
  }
  .bg-eye .cards {
    margin-top: -60px;
    margin-bottom: -60px;
  }
}
@media (min-width: 992px) {
  .footer-inner-wrap {
    padding-bottom: 90px !important;
  }
}
@media (max-width: 767px) {
  #footer #menu-main-menu-1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer li {
    padding-bottom: 20px;
  }
  #footer li a {
    text-align: center;
    margin: 0 5px;
  }
  #copyright {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .hero-text p {
    font-size: 37px;
  }
  .hero-text-block {
    padding: 60px 15px !important;
  }
}
.nf-form-content {
  padding: 25px 0 0 0 !important;
  margin: 0 auto 0 0 !important;
}
img.cards-max-width {
  max-width: 160px;
}
.cards-min-block .headline-text, .cards-uneven .headline-text {
  font-size: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cards-min-block .headline-text, .cards-uneven .headline-text {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .cards-min-block .headline-text, .cards-uneven .headline-text {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .cards-uneven .card-image {
    max-width: 300px;
  }
  .cards-uneven .stripe {
    display: none;
  }
}
@media (max-width: 450px) {
  img.cards-max-width {
    max-width: 135px;
  }
}
.recent-articles .bg-eye-single {
  background-position: 0px 560px !important;
}
@media (max-width: 767px) {
  #menu-main-menu {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
}
*:focus {
  outline: none !important;
}
#container-broucek {
  margin-top: 0px;
  padding: 0;
  background-color: #fff;
}
.spacer-top {
  height: 110px;
  background: transparent;
}
.spacer-top-home {
  height: 110px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .spacer-top, .spacer-top-home {
    height: 135px;
  }
}
@media screen and (max-width: 450px) {
  #geo-widget {
    margin-top: 30px;
  }
}
.custom-spacer-recent-posts {
  padding-bottom: 120px;
}
.separator {
  border-top: 1px solid #efefef;
}
#footer {
  padding: 100px 0 0 0;
}
/* 
██╗███╗   ███╗ █████╗  ██████╗ ███████╗
██║████╗ ████║██╔══██╗██╔════╝ ██╔════╝
██║██╔████╔██║███████║██║  ███╗█████╗  
██║██║╚██╔╝██║██╔══██║██║   ██║██╔══╝  
██║██║ ╚═╝ ██║██║  ██║╚██████╔╝███████╗
╚═╝╚═╝     ╚═╝╚═╝  ╚═╝ ╚═════╝ ╚══════╝
*/
img.alignright {
  float: right !important;
  margin: 0 0 1em 1em !important;
}
img.alignleft {
  float: left !important;
  margin: 10px 1em 1em 0 !important;
}
img.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
a img.alignright {
  float: right !important;
  margin: 0 0 1em 1em !important;
}
a img.alignleft {
  float: left !important;
  margin: 0 1em 1em 0 !important;
}
a img.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.img-banner-fluid {
  width: 100% !important;
  height: auto;
}
.img-round {
  border-radius: 300px !important;
}
.main-content img {
  max-width: 100% !important;
  height: auto !important;
}
/* 

 ██████╗ █████╗ ██████╗ ████████╗██╗ ██████╗ ███╗   ██╗███████╗
██╔════╝██╔══██╗██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║██╔════╝
██║     ███████║██████╔╝   ██║   ██║██║   ██║██╔██╗ ██║███████╗
██║     ██╔══██║██╔═══╝    ██║   ██║██║   ██║██║╚██╗██║╚════██║
╚██████╗██║  ██║██║        ██║   ██║╚██████╔╝██║ ╚████║███████║
 ╚═════╝╚═╝  ╚═╝╚═╝        ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝
                                                               
 */
.alignright {
  float: right !important;
  margin: 0 0 1em 1em !important;
}
.alignleft {
  float: left !important;
  margin: 10px 1em 1em 0 !important;
}
.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/*

██╗      ██████╗  ██████╗  ██████╗ ███████╗
██║     ██╔═══██╗██╔════╝ ██╔═══██╗██╔════╝
██║     ██║   ██║██║  ███╗██║   ██║███████╗
██║     ██║   ██║██║   ██║██║   ██║╚════██║
███████╗╚██████╔╝╚██████╔╝╚██████╔╝███████║
╚══════╝ ╚═════╝  ╚═════╝  ╚═════╝ ╚══════╝

 */
#logo-change {
  position: relative;
  width: 320px;
  height: auto;
  transition: 0.6s;
}
@media (max-width: 450px) {
  #logo-change {
    max-width: 210px !important;
  }
  .spacer-top-home {
    height: 75px;
  }
}
.logo-footer {
  max-width: 360px !important;
}
@media (max-width: 767px) {
  .logo-footer {
    max-width: 100% !important;
  }
}
/*

███╗   ██╗ █████╗ ██╗   ██╗██████╗  █████╗ ██████╗
████╗  ██║██╔══██╗██║   ██║██╔══██╗██╔══██╗██╔══██╗
██╔██╗ ██║███████║██║   ██║██████╔╝███████║██████╔╝
██║╚██╗██║██╔══██║╚██╗ ██╔╝██╔══██╗██╔══██║██╔══██╗
██║ ╚████║██║  ██║ ╚████╔╝ ██████╔╝██║  ██║██║  ██║
╚═╝  ╚═══╝╚═╝  ╚═╝  ╚═══╝  ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝

 */
#navbar-fx {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 6px 0;
  top: 0;
  z-index: 99;
}
.navbar-custom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
#navfloatingbox {
  position: relative;
  top: 0px;
  margin-bottom: 0px;
  color: #fff;
  z-index: 101;
}
/*

██╗     ██╗███╗   ██╗██╗  ██╗███████╗
██║     ██║████╗  ██║██║ ██╔╝██╔════╝
██║     ██║██╔██╗ ██║█████╔╝ ███████╗
██║     ██║██║╚██╗██║██╔═██╗ ╚════██║
███████╗██║██║ ╚████║██║  ██╗███████║
╚══════╝╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝╚══════╝

*/
.bg-basic:link {
  background-color: #31bcad;
  color: #fff;
  font-size: 1.8rem;
  font-family: metropolisbold, serif;
  font-weight: bold;
}
.bg-basic:visited {
  background-color: #31bcad;
  color: #fff;
}
.bg-basic:hover {
  background-color: #0098d6;
  color: #fff;
}
.bg-basic:active {
  background-color: #0098d6;
  color: #fff;
}
/* Menu

███╗   ███╗███████╗███╗   ██╗██╗   ██╗
████╗ ████║██╔════╝████╗  ██║██║   ██║
██╔████╔██║█████╗  ██╔██╗ ██║██║   ██║
██║╚██╔╝██║██╔══╝  ██║╚██╗██║██║   ██║
██║ ╚═╝ ██║███████╗██║ ╚████║╚██████╔╝
╚═╝     ╚═╝╚══════╝╚═╝  ╚═══╝ ╚═════╝

*/
/* MENU ITEMS */
.menu-item a, .menu-item a:link, .menu-item a:visited {
  font-family: metropolisbold, serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  color: #1a3d6e;
  text-transform: uppercase;
  margin: 0 6px 0 0;
  display: block;
  text-align: right;
}
.menu-item a:hover {
  color: #0098d6;
  text-decoration: none;
}
.menu-item a:active {
  color: #0098d6;
  text-decoration: none;
}
.menu-item.current-menu-item > a {
  color: #0098d6;
  background-color: #f5fbfa !important;
}
.menu-item.current-menu-ancestor > a {
  color: #0098d6;
}
.dropdown-menu {
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  margin-top: 0px;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
}
.dropdown-item {
  color: #1a3d6e !important;
  padding: 9px 15px;
}
.dropdown-item.hover, .dropdown-item:hover {
  color: #0098d6 !important;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.01) !important;
}
/* MENU ITEMS */
#footermenu .menu-item a, #footermenu .menu-item a:link, #footermenu .menu-item a:visited {
  font-family: metropolisregular, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  display: block;
  text-align: right;
}
#footermenu .menu-item a:hover {
  color: #31bcad;
  text-decoration: none;
}
#footermenu .menu-item a:active {
  color: #31bcad;
  text-decoration: none;
}
#footermenu .menu-item.current-menu-item > a {
  color: #31bcad;
}
#footermenu .menu-item.current-menu-ancestor > a {
  color: #31bcad;
}
#footer ul {
  display: inline-flex !important;
}
#footer li {
  display: inline-flex !important;
}
/* privacy Menu */
#footer-global ul, #footer-us ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer-global li, #footer-us li {
  position: relative;
  /* Needed for the separator positioning */
  padding: 0 9px;
}
#footer-global a, #footer-us a {
  text-decoration: none;
  color: inherit;
}
#footer-global a:link, #footer-us a:link {
  color: #ffffff !important;
}
#footer-global a:visited, #footer-us a:visited {
  color: #ffffff !important;
}
#footer-global a:hover, #footer-us a:hover {
  color: #31bcad !important;
}
#footer-global a:active, #footer-us a:active {
  color: #FFA500 !important;
}
/*

██████╗ ████████╗███╗   ██╗███████╗
██╔══██╗╚══██╔══╝████╗  ██║██╔════╝
██████╔╝   ██║   ██╔██╗ ██║███████╗
██╔══██╗   ██║   ██║╚██╗██║╚════██║
██████╔╝   ██║   ██║ ╚████║███████║
╚═════╝    ╚═╝   ╚═╝  ╚═══╝╚══════╝
                                   
*/
.btn-basic {
  color: #fff;
  font-family: metropolisbold, serif;
  font-weight: bold;
  font-size: 2rem;
  background-color: #31bcad;
  border-color: #31bcad;
  border-radius: 0;
  padding: 9px 15px;
}
.btn-basic:hover {
  color: #fff;
  background-color: #0098d6;
  border-color: #0098d6;
}
.btn-accent-light {
  color: #0098d6;
  font-family: metropolisbold, serif;
  font-weight: bold;
  font-size: 2rem;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
  padding: 9px 15px;
}
.btn-accent-light:hover {
  color: #fff;
  background-color: #0098d6;
  border-color: #0098d6;
}
.btn-blue {
  color: #fff;
  font-family: metropolisbold, serif;
  font-weight: bold;
  font-size: 2rem;
  background-color: #0098d6;
  border-color: #0098d6;
  border-radius: 0;
  padding: 9px 15px;
}
.btn-blue:hover {
  color: #fff;
  background-color: #1a3d6e;
  border-color: #1a3d6e;
}
.btn-blue-sm {
  color: #fff;
  font-family: metropolisbold, serif;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #0098d6;
  border-color: #0098d6;
  border-radius: 0;
  padding: 0px 9px;
  position: relative;
  top: -2px;
  margin: 0px 12px 0 0;
}
.btn-blue-sm:hover {
  color: #fff;
  background-color: #1a3d6e;
  border-color: #1a3d6e;
}
/*

██████╗  █████╗  ██████╗ ██╗███╗   ██╗ █████╗ ████████╗██╗ ██████╗ ███╗   ██╗
██╔══██╗██╔══██╗██╔════╝ ██║████╗  ██║██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║
██████╔╝███████║██║  ███╗██║██╔██╗ ██║███████║   ██║   ██║██║   ██║██╔██╗ ██║
██╔═══╝ ██╔══██║██║   ██║██║██║╚██╗██║██╔══██║   ██║   ██║██║   ██║██║╚██╗██║
██║     ██║  ██║╚██████╔╝██║██║ ╚████║██║  ██║   ██║   ██║╚██████╔╝██║ ╚████║
╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝

 */
#pagination a:active {
  color: #fff;
}
#pagination a:link {
  color: #fff;
  text-decoration: none;
}
#pagination a:visited {
  color: #fff;
}
#pagination a:hover {
  color: #f5fbfa;
}
#pagination a:active {
  color: #fff;
}
.navigation li {
  display: inline;
  color: #31bcad;
  text-decoration: none;
  font-family: metropolisregular, sans-serif;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
  background-color: transparent;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 6px;
}
.navigation li a:hover, .navigation li.active a {
  background-color: transparent;
  color: #f5fbfa;
}
/*

███████╗██╗     ███████╗██╗  ██╗██╗██████╗ ██╗     ███████╗
██╔════╝██║     ██╔════╝╚██╗██╔╝██║██╔══██╗██║     ██╔════╝
█████╗  ██║     █████╗   ╚███╔╝ ██║██████╔╝██║     █████╗
██╔══╝  ██║     ██╔══╝   ██╔██╗ ██║██╔══██╗██║     ██╔══╝
██║     ███████╗███████╗██╔╝ ██╗██║██████╔╝███████╗███████╗
╚═╝     ╚══════╝╚══════╝╚═╝  ╚═╝╚═╝╚═════╝ ╚══════╝╚══════╝

██████╗ ██╗      ██████╗  ██████╗██╗  ██╗███████╗
██╔══██╗██║     ██╔═══██╗██╔════╝██║ ██╔╝██╔════╝
██████╔╝██║     ██║   ██║██║     █████╔╝ ███████╗
██╔══██╗██║     ██║   ██║██║     ██╔═██╗ ╚════██║
██████╔╝███████╗╚██████╔╝╚██████╗██║  ██╗███████║
╚═════╝ ╚══════╝ ╚═════╝  ╚═════╝╚═╝  ╚═╝╚══════╝

*/
.height-1 {
  height: 1rem;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem;
}
.card-shadow {
  box-shadow: 6px 6px 12px #efefef;
}
/*

 █████╗  ██████╗ ██████╗ ██████╗ ██████╗ ██████╗ ██╗ ██████╗ ███╗   ██╗
██╔══██╗██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔══██╗██║██╔═══██╗████╗  ██║
███████║██║     ██║     ██║   ██║██████╔╝██║  ██║██║██║   ██║██╔██╗ ██║
██╔══██║██║     ██║     ██║   ██║██╔══██╗██║  ██║██║██║   ██║██║╚██╗██║
██║  ██║╚██████╗╚██████╗╚██████╔╝██║  ██║██████╔╝██║╚██████╔╝██║ ╚████║
╚═╝  ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝╚═════╝ ╚═╝ ╚═════╝ ╚═╝  ╚═══╝

*/
.accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.125);
  padding: 6px;
}
.accordion-button:not(.collapsed) {
  background-image: linear-gradient(to right, #0098d6, #31bcad) !important;
}
.accordion-button {
  border-radius: 0rem;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 0rem;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg) !important;
}
.accordion-button:not(.collapsed)::after {
  display: none;
}
.accordion-button::after {
  display: none;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.plusMinus {
  position: absolute;
  right: 20px;
  top: 18px;
  transform: rotate(0deg);
  width: 25px;
  height: 25px;
  background-image: url("img/arrow.png");
  background-size: cover;
}
.plusMinus.rotate {
  transform: rotate(90deg);
}
/*

██╗  ██╗███████╗██████╗  ██████╗
██║  ██║██╔════╝██╔══██╗██╔═══██╗
███████║█████╗  ██████╔╝██║   ██║
██╔══██║██╔══╝  ██╔══██╗██║   ██║
██║  ██║███████╗██║  ██║╚██████╔╝
╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝ ╚═════╝

████████╗███████╗██╗  ██╗████████╗
╚══██╔══╝██╔════╝╚██╗██╔╝╚══██╔══╝
   ██║   █████╗   ╚███╔╝    ██║
   ██║   ██╔══╝   ██╔██╗    ██║
   ██║   ███████╗██╔╝ ██╗   ██║
   ╚═╝   ╚══════╝╚═╝  ╚═╝   ╚═╝

*/
.hero-text-block {
  padding: 10.56rem 15px;
}
.hero-text {
  font-family: metropolisbold, serif;
  color: #1a3d6e;
  font-size: 5.6rem;
  line-height: normal;
}
.hero-headline {
  font-family: metropolisbold, serif;
  font-size: 3.6rem;
  line-height: normal;
}
/*

██████╗  █████╗ ███╗   ██╗███╗   ██╗███████╗██████╗ 
██╔══██╗██╔══██╗████╗  ██║████╗  ██║██╔════╝██╔══██╗
██████╔╝███████║██╔██╗ ██║██╔██╗ ██║█████╗  ██████╔╝
██╔══██╗██╔══██║██║╚██╗██║██║╚██╗██║██╔══╝  ██╔══██╗
██████╔╝██║  ██║██║ ╚████║██║ ╚████║███████╗██║  ██║
╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝
                                                    
██████╗ ██╗   ██╗ █████╗ ██╗                        
██╔══██╗██║   ██║██╔══██╗██║                        
██║  ██║██║   ██║███████║██║                        
██║  ██║██║   ██║██╔══██║██║                        
██████╔╝╚██████╔╝██║  ██║███████╗                   
╚═════╝  ╚═════╝ ╚═╝  ╚═╝╚══════╝                   
                                                    
*/
.banner-dual {
  padding: 12rem 0;
}
.banner-dual-hero-text {
  font-family: metropolisbold, serif;
  color: #1a3d6e;
  font-size: 3.6rem;
  line-height: normal;
}
/* Footer Edits */
.disclaimer-links a {
  color: white;
  text-decoration: none;
}
.express-interest-link {
  text-decoration: none;
  line-height: 1.95;
  padding-right: 10px;
  color: #1a3d6e;
}
.express-interest-link:hover {
  color: #31bcad;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  transition-duration: 0.5s;
}
#iframeCustom {
  border: 0px solid red;
  width: 70%;
  height: 1500px;
}
@media only screen and (max-width: 992px) {
  #iframeCustom {
    width: 100%;
    height: 1620px;
  }
}
@media only screen and (max-width: 576px) {
  #iframeCustom {
    width: 100%;
    height: 2100px;
  }
}
/*
███    ███ ███████ ███    ██ ██    ██     ██    ██ ███████
████  ████ ██      ████   ██ ██    ██     ██    ██ ██
██ ████ ██ █████   ██ ██  ██ ██    ██     ██    ██ ███████
██  ██  ██ ██      ██  ██ ██ ██    ██     ██    ██      ██
██      ██ ███████ ██   ████  ██████       ██████  ███████


*/
.hide-menu-item {
  display: none;
}
/*# sourceMappingURL=style.css.map */