/* aaaaaaaaaaaaaaaaaaa ----------------------------------------------------------------------------------------------------------*/
/*
  Theme Name:   Hello Elementor Child Theme
  Theme URI:    https://barrycosta.com
  Author:       Barry Costa
  Author URI:   https://barrycosta.com
  Description:  Adjusted theme based on Hello Elementor
  Template:     hello-elementor
  Version:      0.0.3
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
:root {
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-quint: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-expo: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.eicon-chevron-right:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
}

.eicon-chevron-left:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
}

a.skip-main {
  left: -9999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999;
}

a.skip-main:focus,
a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

body.logged-in .entry-footer {
  display: none;
}

body,
html,
#page {
  overflow: auto;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  color: #475258;
  background-color: white;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-image: url("/wp-content/uploads/page-background-angles-long-02.svg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 980px) {
  body {
    font-size: 1.04em;
  }
}

@media (min-width: 1600px) {
  body {
    font-size: 1.1em;
  }
}

@media (min-width: 1900px) {
  body {
    font-size: 1.12em;
  }
}

img {
  height: auto;
  border: 0;
  display: block;
}

a {
  color: #953E78;
  text-decoration: underline;
}

a:visited {
  color: #953E78;
}

a:hover,
a:active {
  color: #262486;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

b, strong {
  font-weight: bold;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p, img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 0;
  margin: 0;
}

.elementor-widget-text-editor p,
.elementor-widget-container p,
.elementor-text-editor p,
.elementor-toggle .elementor-tab-content p,
main p {
  line-height: 1.35em;
  margin-bottom: 1.2em;
}

@media (min-width: 1900px) {
  .elementor-widget-text-editor p,
  .elementor-widget-container p,
  .elementor-text-editor p,
  .elementor-toggle .elementor-tab-content p,
  main p {
    font-size: 1.12em;
  }
}

.elementor-toggle .elementor-tab-content ul li a,
.elementor-toggle .elementor-tab-content ol li a,
.elementor-toggle .elementor-tab-content p a,
.elementor-widget-text-editor ul li a,
.elementor-widget-container ul li a,
.elementor-text-editor ul li a,
.elementor-widget-text-editor ol li a,
.elementor-widget-container ol li a,
.elementor-text-editor ol li a,
.elementor-widget-text-editora ul li,
.elementor-widget-text-editor ol li a,
.elementor-widget-text-editor p a,
p a {
  text-decoration: underline;
}

table thead th {
  background-color: #141414;
  color: white;
}

.elementor-widget-text-editor p a,
.elementor-widget-container p a,
.elementor-text-editor p a,
.elementor-toggle .elementor-tab-content p a,
p a {
  text-decoration: underline !important;
}

.elementor-widget-text-editor p a.elementor-button,
.elementor-widget-container p a.elementor-button,
.elementor-text-editor p a.elementor-button,
.elementor-toggle .elementor-tab-content p a.elementor-button,
.btn-default,
.button,
.elementor-button,
p .button,
p .elementor-button {
  text-decoration: none !important;
}

.elementor-widget-text-editor ol,
.elementor-widget-text-editor ul,
.elementor-widget-container ol,
.elementor-widget-container ul,
.elementor-text-editor ol,
.elementor-text-editor ul,
.page-content ol,
.page-content ul,
main ul,
main ol {
  margin-top: 0;
  margin-bottom: 30px;
}

.grecaptcha-badge {
  display: none !important;
}

address {
  font-style: normal;
}

hr {
  background: gold !important;
  margin: 30px 0 !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.text-center {
  text-align: center !important;
}

/* PAGE ELEMENTS STYLES ----------------------------------------------------------------------------------------------------------*/
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px;
}

@media (max-width: 980px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 90%;
  }
}

@media (max-width: 1199px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 80%;
  }
}

#page {
  overflow: auto;
  float: left;
  width: 100%;
  z-index: 0;
  background-color: transparent;
}

.default-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

@media (min-width: 1400px) {
  .default-wrapper {
    max-width: 1200px;
  }
}

.intro-wrapper {
  margin: 0 auto;
  padding: 30px 0;
  width: 90%;
}

@media (min-width: 768px) {
  .intro-wrapper {
    width: 80%;
    max-width: 900px;
    padding: 30px 0;
  }
}

.wide-wrapper {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: 90%;
}

@media (min-width: 768px) {
  .wide-wrapper {
    width: 95%;
  }
}

.full-width-wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
}

.body-background-image-short {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url("/wp-content/uploads/page-background-angles-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  opacity: 0;
  -webkit-animation-name: bc-fadeIn;
          animation-name: bc-fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform, opacity;
}

@media (min-width: 980px) {
  .body-background-image-short {
    background-size: cover;
  }
}

.body-background-image-long {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url("/wp-content/uploads/page-background-angles-long-01.svg");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: top center;
  opacity: 0;
  -webkit-animation-name: bc-fadeIn;
          animation-name: bc-fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform, opacity;
}

#single-page-header {
  padding: 55px 0 45px 0;
}

@media (min-width: 980px) {
  #single-page-header {
    padding: 60px 0 50px 0;
  }
}

@media (min-width: 1400px) {
  #single-page-header {
    padding: 65px 0 55px 0;
  }
}

@media (min-width: 1600px) {
  #single-page-header {
    padding: 70px 0 60px 0;
  }
}

#header-hero-style-1 {
  position: relative;
  min-height: 350px;
  margin-bottom: 150px;
}

@media (min-width: 700px) {
  #header-hero-style-1 {
    min-height: 400px;
  }
}

@media (min-width: 980px) {
  #header-hero-style-1 {
    min-height: 450px;
    margin-bottom: 180px;
  }
}

@media (min-width: 1200px) {
  #header-hero-style-1 {
    min-height: 480px;
  }
}

@media (min-width: 1600px) {
  #header-hero-style-1 {
    min-height: 500px;
  }
}

.hero-style-1-image-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
  -webkit-animation-name: bc-fadeIn;
          animation-name: bc-fadeIn;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform, opacity;
}

#header-hero-style-1 h1 {
  margin-top: 0;
}

#header-hero-style-1 .hero-content-wrapper {
  position: relative;
  z-index: 2;
  padding: 0;
  top: 92%;
  left: 50%;
  width: 80%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 700px) {
  #header-hero-style-1 .hero-content-wrapper {
    width: 75%;
  }
}

@media (min-width: 980px) {
  #header-hero-style-1 .hero-content-wrapper {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  #header-hero-style-1 .hero-content-wrapper {
    width: 65%;
  }
}

@media (min-width: 1900px) {
  #header-hero-style-1 .hero-content-wrapper {
    width: 60%;
  }
}

#header-hero-style-1 .hero-content-wrapper:before {
  display: block;
  content: '';
  background-color: #953E78;
  opacity: .4;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-animation-name: bc-heroBox1;
          animation-name: bc-heroBox1;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform, opacity;
}

@-webkit-keyframes bc-heroBox1 {
  from {
    opacity: 0;
    top: 40%;
    right: 10%;
    bottom: -5px;
    left: -0px;
  }
  to {
    opacity: .3;
    top: 30%;
    right: 20%;
    bottom: -25px;
    left: -20px;
  }
}

@keyframes bc-heroBox1 {
  from {
    opacity: 0;
    top: 40%;
    right: 10%;
    bottom: -5px;
    left: -0px;
  }
  to {
    opacity: .3;
    top: 30%;
    right: 20%;
    bottom: -25px;
    left: -20px;
  }
}

#header-hero-style-1 .hero-content-wrapper:after {
  display: block;
  content: '';
  background-color: #2BA7A6;
  opacity: .4;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-animation-name: bc-heroBox2;
          animation-name: bc-heroBox2;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform, opacity;
}

@-webkit-keyframes bc-heroBox2 {
  from {
    opacity: 0;
  }
  to {
    opacity: .4;
  }
}

@keyframes bc-heroBox2 {
  from {
    opacity: 0;
    top: -0px;
    right: -0px;
    bottom: -5px;
    left: 30%;
  }
  to {
    opacity: .4;
    top: -20px;
    right: -20px;
    bottom: -15px;
    left: 20%;
  }
}

.hero-style-1-intro-content-box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 20px;
  z-index: 3;
  opacity: 0;
  -webkit-animation-name: bc-fadeInUp;
          animation-name: bc-fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform, opacity;
}

@media (min-width: 600px) {
  .hero-style-1-intro-content-box {
    padding: 35px 25px;
  }
}

@media (min-width: 700px) {
  .hero-style-1-intro-content-box {
    padding: 40px 30px;
  }
}

@media (min-width: 980px) {
  .hero-style-1-intro-content-box {
    padding: 45px 35px;
  }
}

.hero-style-1-intro-content-box .sub-title-text-size-2 p {
  margin-bottom: 0;
}

.inner-iner-white-box {
  position: relative;
  z-index: 0;
}

.inner-iner-white-box > .elementor-container {
  background-color: white;
}

.inner-iner-white-box:after {
  display: block;
  content: '';
  background-color: #2BA7A6;
  opacity: .4;
  position: absolute;
  z-index: -2;
  opacity: 0;
  -webkit-animation-name: bc-heroBox3;
          animation-name: bc-heroBox3;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform, opacity;
}

@-webkit-keyframes bc-heroBox3 {
  from {
    opacity: 0;
    top: -0px;
    right: -0px;
    bottom: -5px;
    left: 30%;
  }
  to {
    opacity: .4;
    top: -20px;
    right: -20px;
    bottom: -15px;
    left: 20%;
  }
}

@keyframes bc-heroBox3 {
  from {
    opacity: 0;
    top: -0px;
    right: -0px;
    bottom: -5px;
    left: 30%;
  }
  to {
    opacity: .4;
    top: -20px;
    right: -20px;
    bottom: -15px;
    left: 20%;
  }
}

.inner-iner-white-box:before {
  display: block;
  content: '';
  background-color: #953E78;
  opacity: .4;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-animation-name: bc-heroBox1;
          animation-name: bc-heroBox1;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: transform, opacity;
}

@-webkit-keyframes bc-heroBox1 {
  from {
    opacity: 0;
    top: 40%;
    right: 10%;
    bottom: -5px;
    left: -0px;
  }
  to {
    opacity: .3;
    top: 10%;
    right: 20%;
    bottom: -25px;
    left: -20px;
  }
}

@keyframes bc-heroBox1 {
  from {
    opacity: 0;
    top: 40%;
    right: 10%;
    bottom: -5px;
    left: -0px;
  }
  to {
    opacity: .3;
    top: 10%;
    right: 20%;
    bottom: -25px;
    left: -20px;
  }
}

/* STICKY NAV ----------------------------------------------------------------------------------------------------------*/
.shy-header-maybe-sticky {
  position: fixed !important;
  top: -100px;
  width: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.shy-header-show {
  top: 0;
  opacity: 1;
}

/* NAV AND HEADER STYLES ----------------------------------------------------------------------------------------------------------*/
#header-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  width: 100%;
}

@media (min-width: 1200px) {
  #header-header {
    padding: 10px 0;
  }
}

#header-header .default-wrapper {
  width: 100%;
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: visible;
  padding: 0;
}

@media (min-width: 980px) {
  #header-header .default-wrapper {
    width: 94%;
  }
}

@media (min-width: 1200px) {
  #header-header .default-wrapper {
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 10px;
  }
}

#branding-space {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding: 0 0 0 5%;
  display: block;
  text-align: left;
}

@media (min-width: 1200px) {
  #branding-space {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 550px;
    margin: 0;
    padding: 0;
  }
}

#branding-home-link {
  width: 100%;
  text-decoration: none;
  color: #141414;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#logo-graphic {
  display: block;
  width: auto;
  height: 45px;
  margin: 0;
}

@media (min-width: 980px) {
  #logo-graphic {
    width: auto;
    height: 50px;
  }
}

@media (min-width: 1200px) {
  #logo-graphic {
    width: auto;
    height: 55px;
    margin: 0;
  }
}

.site-title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-weight: 700;
  margin: 0 0 0 0;
  color: #141414;
}

@media (min-width: 980px) {
  .site-title {
    font-size: 28px;
  }
}

.site-description {
  font-size: 12px;
  font-weight: normal;
  font-weight: 400;
  color: #02265C;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 980px) {
  .site-description {
    font-size: 14px;
  }
}

.site-description:before {
  display: inline-block;
  height: 25px;
  width: 1px;
  background-color: #ccc;
  content: '';
  margin: 0 20px 0 0;
}

.site-title {
  display: none;
}

/* -----------------------------------  MENU AND SEARCH BUTTONS  ----------------------------------- */
.btn-reset {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline-style: none !important;
  cursor: pointer;
}

#btn-menu-primary-nav,
#btn-search-primary-nav {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 1;
  margin: 0;
  color: #953E78;
  background-color: white !important;
}

#btn-menu-primary-nav span,
#btn-search-primary-nav span {
  display: none;
  position: fixed;
  top: -9999px;
  left: -999px;
}

@media (min-width: 1200px) {
  #btn-menu-primary-nav span,
  #btn-search-primary-nav span {
    display: none;
  }
}

@media (min-width: 1200px) {
  #btn-menu-primary-nav {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  #btn-search-primary-nav {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

#btn-close-primary-nav {
  background-color: #e6e6e6 !important;
  color: #81436C;
  font-size: 13px;
  margin: -10px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 30px 0 65px;
  height: 50px;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
}

@media (min-width: 980px) {
  #btn-close-primary-nav {
    display: none;
  }
}

#btn-close-primary-nav i {
  color: #81436C;
  font-size: 21px;
  position: absolute;
  top: 16px;
  left: 80px;
}

#btn-close-primary-nav:hover {
  background-color: #81436C !important;
  color: white;
}

#btn-close-primary-nav:hover i {
  color: white;
}

#btn-menu-primary-nav:before,
#btn-search-primary-nav:before {
  content: '';
  display: inline-block;
  margin: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 20px;
}

#btn-menu-primary-nav:before {
  content: "\f0c9";
}

#btn-menu-primary-nav.pm-nav-close {
  color: #D5191F;
}

#btn-menu-primary-nav.pm-nav-close:before {
  content: "\f00d";
}

#btn-search-primary-nav:before {
  content: "\f002";
}

@media (min-width: 980px) {
  #btn-search-primary-nav:before {
    margin: 0;
  }
}

#primary-nav-wrapper {
  display: none;
  width: 100%;
  padding: 20px 10%;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  z-index: 1;
}

@media (min-width: 600px) {
  #primary-nav-wrapper {
    padding: 30px 15%;
  }
}

@media (min-width: 760px) {
  #primary-nav-wrapper {
    padding: 30px 25%;
  }
}

@media (min-width: 1200px) {
  #primary-nav-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

#primary-nav {
  width: 100%;
}

/* -----------------------------------  FUNCTIONALITY AND STRUCTURE  ----------------------------------- */
#primary-nav {
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  background-color: white;
  z-index: 999;
}

@media (min-width: 1200px) {
  #primary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}

.menu-collapser,
.collapse-button {
  display: none !important;
  visibility: hidden !important;
}

/* -----------------------------------  SLIM MENU STYLES  ----------------------------------- */
ul.slimmenu:focus,
ul.slimmenu li:focus,
ul.slimmenu li a:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

ul.slimmenu,
ul.slimmenu li,
ul.slimmenu li a {
  font-size: 1.05rem !important;
  -webkit-tap-highlight-color: transparent !important;
}

@media (min-width: 1200px) {
  ul.slimmenu,
  ul.slimmenu li,
  ul.slimmenu li a {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 1600px) {
  ul.slimmenu,
  ul.slimmenu li,
  ul.slimmenu li a {
    font-size: 1.15rem !important;
  }
}

ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  list-style-type: none;
}

ul.slimmenu:before, ul.slimmenu:after {
  content: '';
  display: table;
}

ul.slimmenu:after {
  clear: both;
}

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.slimmenu.collapsed li > ul {
  position: static;
  display: block;
}

ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.slimmenu.collapsed li .sub-toggle {
  height: 50px;
}

ul.slimmenu li {
  position: relative;
  float: left;
  display: inline-block;
}

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}

ul.slimmenu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  padding-left: 0;
}

ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
  padding-left: 0;
}

ul.slimmenu li a {
  text-decoration: none;
  display: block;
  padding: 15px 28px;
  color: #262486;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

ul.slimmenu li a:hover {
  text-decoration: none;
}

ul.slimmenu li .sub-toggle {
  background: none repeat scroll 0 0 rgba(3, 3, 3, 0.04);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 50px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

ul.slimmenu li .sub-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

ul.slimmenu li .sub-toggle > i {
  display: inline-block;
  color: #262486;
  font-size: 18px;
  vertical-align: middle;
  background-color: transparent !important;
}

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
  border-left: 0;
}

ul.slimmenu.collapsed li ul li a {
  padding-left: 40px !important;
}

ul.slimmenu.collapsed li ul li ul li a {
  padding-left: 50px !important;
}

ul.slimmenu.collapsed li ul li ul li ul li a {
  padding-left: 60px !important;
}

@media (min-width: 1200px) {
  ul.slimmenu {
    width: auto;
  }
  ul.slimmenu li a {
    padding: 15px 30px;
    line-height: 1;
  }
  ul.slimmenu li > ul,
  ul.slimmenu li > ul li {
    width: 240px;
    padding-left: 0;
  }
  ul li.has-submenu span {
    display: none;
  }
  ul.slimmenu > li.has-submenu > a:after,
  ul.slimmenu > li.has-submenu > ul > li.has-submenu > a:after,
  ul.slimmenu > li.has-submenu > ul > li.has-submenu > ul > li.has-submenu > a:after {
    content: '';
    display: inline-block;
    margin: 0 0 0 15px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
  }
  ul.slimmenu > li.has-submenu > ul > li.has-submenu > a:after,
  ul.slimmenu > li.has-submenu > ul > li.has-submenu > ul > li.has-submenu > a:after {
    float: right;
    content: "\f105";
  }
}

@media (min-width: 1600px) {
  ul.slimmenu li a {
    padding: 16px 25px;
    line-height: normal;
  }
}

/* @media (min-width: 1600px){*/
/* ul.slimmenu li a {*/
/* }*/
/* }*/
/* If last menu item does not fit inside screen*/
/* ul.slimmenu > li:last-child.has-submenu > ul {*/
/* right: 0;*/
/* left: auto;*/
/* }*/
/* -----------------------------------  1ST LEVEL CUSTOMIZATIONS  ----------------------------------- */
ul.slimmenu > li > a {
  font-weight: bold;
  font-weight: 700;
  /* color: white;*/
}

@media (min-width: 1200px) {
  ul.slimmenu > li > a {
    /* color: $blue;*/
  }
}

ul.slimmenu li.has-submenu i {
  /* color: white;*/
}

ul.slimmenu li.has-submenu:hover i {
  /* color: white;*/
}

ul.slimmenu li.has-submenu .sub-toggle:hover i,
ul.slimmenu li.has-submenu .sub-toggle.expanded i,
ul.slimmenu li.has-submenu ul li.has-submenu .sub-toggle:hover i,
ul.slimmenu li.has-submenu ul li.has-submenu .sub-toggle.expanded i,
ul.slimmenu li.has-submenu ul li.has-submenu ul li.has-submenu .sub-toggle:hover i,
ul.slimmenu li.has-submenu ul li.has-submenu ul li.has-submenu .sub-toggle.expanded i {
  /* color: blue;*/
}

/* -----------------------------------  2ND LEVEL CUSTOMIZATIONS  ----------------------------------- */
ul.slimmenu > li > ul > li > a {
  font-weight: normal;
  font-weight: 400;
}

@media (min-width: 1200px) {
  ul.slimmenu > li > ul > li > a {
    font-size: .95rem !important;
  }
}

@media (min-width: 1600px) {
  ul.slimmenu > li > ul > li > a {
    font-size: 1rem !important;
  }
}

/* -----------------------------------  3RD LEVEL CUSTOMIZATIONS  ----------------------------------- */
@media (min-width: 1200px) {
  ul.slimmenu > li > ul > li > ul > li > a {
    font-size: .95rem !important;
  }
}

@media (min-width: 1600px) {
  ul.slimmenu > li > ul > li > ul > li > a {
    font-size: 1rem !important;
  }
}

/* -----------------------------------  4th LEVEL CUSTOMIZATIONS  ----------------------------------- */
@media (min-width: 1200px) {
  ul.slimmenu > li > ul > li > ul > li > ul > li > a {
    font-size: .95rem !important;
  }
}

@media (min-width: 1600px) {
  ul.slimmenu > li > ul > li > ul > li > ul > li > a {
    font-size: 1rem !important;
  }
}

/* -----------------------------------  DROP DOWN MENU COLOR MODIFICATIONS  ----------------------------------- */
ul.slimmenu {
  /* background-color: $blue;*/
}

@media (min-width: 1200px) {
  ul.slimmenu {
    /* background-color: white;*/
  }
}

@media (min-width: 1200px) {
  ul.slimmenu ul,
  ul.slimmenu ul ul,
  ul.slimmenu ul ul ul {
    background-color: #2BA7A6;
  }
}

@media (min-width: 1200px) {
  ul.slimmenu ul a,
  ul.slimmenu ul ul a,
  ul.slimmenu ul ul ul a {
    background-color: #2BA7A6;
    color: white;
  }
}

/* 1st level */
ul.slimmenu li:hover > a,
ul.slimmenu li:focus > a,
ul.slimmenu li.sub-menu > a,
ul.slimmenu li ul li:hover > a,
ul.slimmenu li ul li:focus > a,
ul.slimmenu li ul li.sub-menu > a,
ul.slimmenu ul ul li:hover > a,
ul.slimmenu ul ul li:focus > a,
ul.slimmenu ul ul li.sub-menu > a,
ul.slimmenu ul ul ul li:hover > a,
ul.slimmenu ul ul ul li:focus > a,
ul.slimmenu ul ul ul li.sub-menu > a {
  background-color: #2BA7A6;
  color: white;
}

/* -----------------------------------  SOCIAL AREA  ----------------------------------- */
#primary-nav-social-wrapper {
  margin: 0;
  padding: 35px 5px 20px 5px;
  text-align: center;
  width: 100%;
  background-color: transparent;
}

.primary-nav-social-title {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 14px;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #953E78;
}

.icon-primary-nav {
  background-color: gray;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.5em;
  color: white;
  border-radius: 3px;
  margin: 7px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
}

.icon-primary-nav:visited {
  color: white;
}

.icon-primary-nav:hover {
  background-color: #262486;
  color: white;
}

.icon-fb {
  background-color: #3B5998;
}

.icon-ig {
  background-color: #E4405F;
}

.icon-tw {
  background-color: #1DA1F2;
}

.icon-li {
  background-color: #0077B5;
}

.icon-gp {
  background-color: #DC4E41;
}

.icon-yt {
  background-color: #FF0000;
}

@media (min-width: 1200px) {
  #primary-nav-social-wrapper {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
  }
}

/* -----------------------------------  SEARCH STYLES  ----------------------------------- */
.overlay-full-screen-awesomness {
  display: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  height: 100vh;
  width: 100vw;
  color: #141414;
  background: rgba(255, 255, 255, 0.97);
  z-index: 98;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.overflow-hidden {
  overflow: hidden;
}

#close-overlay-search {
  cursor: pointer;
  position: fixed;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  z-index: 99;
}

@media (min-width: 600px) {
  #close-overlay-search {
    top: 10px;
    right: 10px;
  }
}

@media (min-width: 980px) {
  #close-overlay-search {
    top: 20px;
    right: 20px;
  }
}

@media (min-width: 1200px) {
  #close-overlay-search {
    top: 40px;
    right: 40px;
  }
}

#close-overlay-search:before, #close-overlay-search:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  height: 30px;
  margin: auto;
  border-radius: 3px;
  background: red;
}

#close-overlay-search:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#close-overlay-search:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* -----------------------------------  SEARCH FIELD STYLING  ----------------------------------- */
#search-space {
  padding: 0;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 600px) {
  #search-space {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  #search-space {
    width: 60%;
  }
}

#search-top-input {
  padding: 15px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background-color: transparent !important;
  border: 0;
  font-size: 2em;
  font-weight: 400;
  color: #141414;
  text-align: center;
}

@media (min-width: 600px) {
  #search-top-input {
    font-size: 2.8em;
  }
}

@media (min-width: 980px) {
  #search-top-input {
    width: 80%;
    font-size: 3.6em;
  }
}

#search-top-input:focus {
  border: 0 none transparent;
  outline: none;
}

#search-top-input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}

#search-top-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}

#search-top-input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}

#search-top-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}

#search-top-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

#search-top-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.search-submit {
  display: none !important;
  background-color: #262486 !important;
  padding: 20px !important;
  width: 100%;
  margin: 20px 0 0 0;
}

@media (min-width: 980px) {
  .search-submit {
    width: auto;
    margin: 0;
    float: right;
  }
}

/* HEADER STYLES ----------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #02265C;
}

h1.elementor-heading-title,
h1 {
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  margin: 20px 0 10px 0;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: -.03em;
}

@media (min-width: 700px) {
  h1.elementor-heading-title,
  h1 {
    font-size: 42px;
    margin: 25px 0 12px 0;
  }
}

@media (min-width: 980px) {
  h1.elementor-heading-title,
  h1 {
    font-size: 54px;
    margin: 30px 0 15px 0;
  }
}

@media (min-width: 1200px) {
  h1.elementor-heading-title,
  h1 {
    font-size: 64px;
  }
}

@media (min-width: 1600px) {
  h1.elementor-heading-title,
  h1 {
    font-size: 74px;
    margin-bottom: 20px;
  }
}

h2.elementor-heading-title,
h2 {
  font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  margin: 25px 0 10px 0;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: -.03em;
}

@media (min-width: 700px) {
  h2.elementor-heading-title,
  h2 {
    font-size: 32px;
    margin: 30px 0 12px 0;
  }
}

@media (min-width: 980px) {
  h2.elementor-heading-title,
  h2 {
    font-size: 36px;
    margin: 35px 0 15px 0;
  }
}

@media (min-width: 1200px) {
  h2.elementor-heading-title,
  h2 {
    font-size: 42px;
    margin: 40px 0 15px 0;
  }
}

@media (min-width: 1600px) {
  h2.elementor-heading-title,
  h2 {
    font-size: 50px;
  }
}

h3.elementor-heading-title,
h3 {
  font-size: 26px;
  margin: 25px 0 10px 0;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: -.03em;
}

@media (min-width: 700px) {
  h3.elementor-heading-title,
  h3 {
    font-size: 30px;
    margin: 30px 0 12px 0;
  }
}

@media (min-width: 980px) {
  h3.elementor-heading-title,
  h3 {
    font-size: 34px;
    margin: 35px 0 15px 0;
  }
}

@media (min-width: 1200px) {
  h3.elementor-heading-title,
  h3 {
    font-size: 40px;
    margin: 40px 0 15px 0;
  }
}

@media (min-width: 1600px) {
  h3.elementor-heading-title,
  h3 {
    font-size: 48px;
  }
}

h4.elementor-heading-title,
h4 {
  font-size: 23px;
  margin: 20px 0 10px 0;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: -.03em;
}

@media (min-width: 700px) {
  h4.elementor-heading-title,
  h4 {
    font-size: 25px;
    margin: 30px 0 12px 0;
  }
}

@media (min-width: 980px) {
  h4.elementor-heading-title,
  h4 {
    font-size: 28px;
    margin: 35px 0 15px 0;
  }
}

@media (min-width: 1200px) {
  h4.elementor-heading-title,
  h4 {
    font-size: 30px;
    margin: 40px 0 15px 0;
  }
}

@media (min-width: 1600px) {
  h4.elementor-heading-title,
  h4 {
    font-size: 34px;
  }
}

h5.elementor-heading-title,
h5 {
  font-size: 16px;
  margin: 25px 0 7px 0;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  h5.elementor-heading-title,
  h5 {
    font-size: 17px;
    margin: 30px 0 8px 0;
  }
}

@media (min-width: 980px) {
  h5.elementor-heading-title,
  h5 {
    font-size: 18px;
    margin: 35px 0 9px 0;
  }
}

@media (min-width: 1200px) {
  h5.elementor-heading-title,
  h5 {
    font-size: 19px;
    margin: 40px 0 10px 0;
  }
}

@media (min-width: 1600px) {
  h5.elementor-heading-title,
  h5 {
    font-size: 20px;
  }
}

h6.elementor-heading-title,
h6 {
  font-size: 21px;
  margin: 25px 0 7px 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
}

@media (min-width: 700px) {
  h6.elementor-heading-title,
  h6 {
    font-size: 22px;
    margin: 30px 0 8px 0;
  }
}

@media (min-width: 980px) {
  h6.elementor-heading-title,
  h6 {
    font-size: 24px;
    margin: 35px 0 9px 0;
  }
}

@media (min-width: 1200px) {
  h6.elementor-heading-title,
  h6 {
    font-size: 25px;
    margin: 40px 0 10px 0;
  }
}

@media (min-width: 1600px) {
  h6.elementor-heading-title,
  h6 {
    font-size: 26px;
  }
}

.sub-header-size-1,
.sub-header-size-1 p {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 0;
}

@media (min-width: 700px) {
  .sub-header-size-1,
  .sub-header-size-1 p {
    font-size: 23px;
    margin: 0;
  }
}

@media (min-width: 980px) {
  .sub-header-size-1,
  .sub-header-size-1 p {
    font-size: 23px;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .sub-header-size-1,
  .sub-header-size-1 p {
    font-size: 25px;
    margin: 0;
  }
}

@media (min-width: 1600px) {
  .sub-header-size-1,
  .sub-header-size-1 p {
    font-size: 27px;
  }
}

.sub-title-text-size-1,
.sub-title-text-size-1 p {
  font-size: 1em;
  line-height: 1.1;
}

@media (min-width: 980px) {
  .sub-title-text-size-1,
  .sub-title-text-size-1 p {
    font-size: 1.1em;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .sub-title-text-size-1,
  .sub-title-text-size-1 p {
    font-size: 1.15em;
    line-height: 1.3;
  }
}

@media (min-width: 1600px) {
  .sub-title-text-size-1,
  .sub-title-text-size-1 p {
    font-size: 1.2em;
  }
}

.sub-title-text-size-2,
.sub-title-text-size-2 p {
  font-size: 1.2em;
  line-height: 1.1;
}

@media (min-width: 700px) {
  .sub-title-text-size-2,
  .sub-title-text-size-2 p {
    font-size: 1.22em;
  }
}

@media (min-width: 980px) {
  .sub-title-text-size-2,
  .sub-title-text-size-2 p {
    font-size: 1.24em;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) {
  .sub-title-text-size-2,
  .sub-title-text-size-2 p {
    font-size: 1.34em;
    line-height: 1.3;
  }
}

@media (min-width: 1600px) {
  .sub-title-text-size-2,
  .sub-title-text-size-2 p {
    font-size: 1.4em;
  }
}

blockquote {
  border-left: 1px solid gold;
  margin: 30px 5%;
  padding-left: 20px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-style: italic;
  color: #262486;
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 700px) {
  blockquote {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (min-width: 980px) {
  blockquote {
    font-size: 22px;
    line-height: 24px;
    margin: 40px 5% 40px 5%;
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  blockquote {
    font-size: 24px;
    line-height: 26px;
    margin: 40px 0 40px 5%;
  }
}

@media (min-width: 1600px) {
  blockquote {
    font-size: 26px;
    line-height: 28px;
  }
}

/* BUTTON STYLES ----------------------------------------------------------------------------------------------------------*/
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_moderation_link,
#sb_instagram .sbi_close_mod,
.form-space input[type="submit"],
.gform_button.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.elementor-button-link,
.elementor-button,
.added_to_cart,
.widget a.button,
.btn-default {
  background-color: #2BA7A6;
  color: white !important;
  border-radius: 3px;
  font-weight: 400;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  letter-spacing: 0.01em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 14px 23px 13px 23px;
  font-size: 1em;
  text-transform: none;
  border: 0 !important;
  cursor: pointer;
  line-height: 25px;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 740px) {
  #sb_instagram #sbi_load .sbi_load_btn,
  #sb_instagram .sbi_follow_btn a,
  #sb_instagram .sbi_moderation_link,
  #sb_instagram .sbi_close_mod,
  .form-space input[type="submit"],
  .gform_button.button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button,
  .elementor-button-link,
  .elementor-button,
  .added_to_cart,
  .widget a.button,
  .btn-default {
    padding: 14px 23px 13px 23px;
  }
}

#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_moderation_link:hover,
#sb_instagram .sbi_close_mod:hover,
.form-space input[type="submit"]:hover,
.gform_button.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.elementor-button-link:hover,
.elementor-button:hover,
.added_to_cart:hover,
.widget a.button:hover,
.btn-default:hover {
  background-color: #262486;
  color: white;
}

@media (min-width: 600px) {
  #sb_instagram #sbi_load .sbi_load_btn {
    margin-right: 25px;
  }
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: #268586 !important;
  color: white !important;
  border: 0 !important;
  font-family: "Poppins", Arial, Helvetica, sans-serif !important;
  padding: 25px 35px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  line-height: 1px !important;
  letter-spacing: 0.4px !important;
  border-radius: 3px !important;
}

.list-bold-color-1 ul li strong {
  color: #262486;
}

.bold-color-1 strong {
  color: #262486;
}

/* -----------------------------------  ADDS ARROW TO BUTTON IF NEEDED  ----------------------------------- */
/* -----------------------------------  COLUMNS  ----------------------------------- */
.flex-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 980px) {
  .flex-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.flex-direction-column-only {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-direction-row-only {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-start {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

/* Align Property*/
.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-20 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-20 {
    width: 20%;
  }
}

.flex-25 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-25 {
    width: 25%;
  }
}

.flex-30 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-30 {
    width: 30%;
  }
}

.flex-35 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-35 {
    width: 35%;
  }
}

.flex-40 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-40 {
    width: 40%;
  }
}

.flex-45 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-45 {
    width: 45%;
  }
}

.flex-50 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-50 {
    width: 50%;
  }
}

.flex-55 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-55 {
    width: 55%;
  }
}

.flex-60 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-60 {
    width: 60%;
  }
}

.flex-65 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-65 {
    width: 65%;
  }
}

.flex-70 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-70 {
    width: 70%;
  }
}

.flex-75 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-75 {
    width: 75%;
  }
}

.flex-80 {
  width: 100%;
}

@media (min-width: 980px) {
  .flex-80 {
    width: 80%;
  }
}

.basic-col-1 {
  padding: 0;
}

@media (min-width: 980px) {
  .basic-col-1 {
    padding: 0 5% 0 0;
  }
}

.basic-col-2 {
  padding: 0;
}

@media (min-width: 980px) {
  .basic-col-2 {
    padding: 0 0 0 5%;
  }
}

.list-col-break2 {
  display: block;
  float: left;
  width: 100%;
  clear: both;
}

@media (min-width: 400px) {
  .list-col-break2 {
    display: inline-block;
    width: 48%;
    clear: none;
  }
}

/* Multiple columns */
.list-1-2-3-col {
  -ms-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

@media (min-width: 600px) {
  .list-1-2-3-col {
    -ms-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 980px) {
  .list-1-2-3-col {
    -ms-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.list-1-2-col {
  -ms-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

@media (min-width: 600px) {
  .list-1-2-col {
    -ms-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 980px) {
  .list-1-2-col {
    -ms-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.list-2-3-4-col {
  -ms-column-count: 2;
  -webkit-column-count: 2;
  column-count: 3;
}

@media (min-width: 700px) {
  .list-2-3-4-col {
    -ms-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 1200px) {
  .list-2-3-4-col {
    -ms-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

main ul.no-bullet-list {
  list-style-type: none;
  padding-left: 0;
  display: block;
  -webkit-column-fill: balance;
  column-fill: balance;
}

main ul.no-bullet-list li {
  padding-left: 0;
  display: block;
}

main ul.no-bullet-list li:before {
  display: none;
}

/* FOOTER STYLES ----------------------------------------------------------------------------------------------------------*/
.form-space input[type="text"],
.form-space input[type="password"],
.form-space input[type="email"],
.form-space input[type="tel"],
.form-space select,
.form-space textarea {
  background-color: white;
  border-radius: 3px !important;
  padding: 12px !important;
  border: 1px solid #192C42 !important;
}

.form-space select {
  background-color: white !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A@{arrow}%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 20px center;
  background-size: auto 47%;
}

.form-space input[type="text"]:focus,
.form-space input[type="password"]:focus,
.form-space input[type="email"]:focus,
.form-space input[type="tel"]:focus,
.form-space textarea:focus,
.form-space select:focus {
  background-color: #fff8e5 !important;
  border: 1px solid #f9d503 !important;
  -webkit-box-shadow: 0px 0px 3px rgba(251, 218, 4, 0.4);
  box-shadow: 0px 0px 3px rgba(251, 218, 4, 0.4);
  outline: none !important;
}

.stupid-margin-fix h1,
.stupid-margin-fix h2,
.stupid-margin-fix h3,
.stupid-margin-fix h4,
.stupid-margin-fix h5,
.stupid-margin-fix h6 {
  margin-top: 0 !important;
}

.stupid-margin-fix p {
  margin-bottom: 0 !important;
}

#bottom-footer-space {
  background-color: transparent;
  color: gray;
  margin-top: 60px;
  padding: 40px 0 100px 0;
}

#bottom-footer-space a {
  color: #2BA7A6;
}

.icon-footer {
  background-color: gray;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.6em;
  color: white !important;
  border-radius: 3px;
  margin: 10px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.icon-footer:visited {
  color: white;
}

.icon-footer:hover {
  background-color: #141414;
  color: white;
}

.icon-fb {
  background-color: #3B5998;
}

.icon-ig {
  background-color: #E4405F;
}

.icon-tw {
  background-color: #1DA1F2;
}

.icon-li {
  background-color: #0077B5;
}

.icon-pi {
  background-color: #BD081C;
}

.icon-yt {
  background-color: #FF0000;
}

.icon-px {
  background-color: #5ddbd3;
}

.icon-footer img {
  width: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slashes-light {
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 0 10px;
}

.slashes-dark {
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 0 10px;
}

.copyright-space {
  font-weight: 300;
  font-size: .8em;
  padding: 40px 0;
}

.copyright-space .slashes-dark {
  display: block;
  padding: 10px 0;
}

.copyright-space .slashes-light {
  display: block;
  padding: 10px 0;
}

@media (min-width: 600px) {
  .copyright-space .slashes-dark {
    display: inline-block;
    padding: 0 10px;
  }
  .copyright-space .slashes-light {
    display: inline-block;
    padding: 0 10px;
  }
}

/* -----------------------------------  HELPER STYLES  ----------------------------------- */
.text-color-teal1 {
  color: #2BA7A6;
}

.text-color-teal2 {
  color: #268586;
}

.text-color-lavendar1 {
  color: #953E78;
}

.text-color-lavendar2 {
  color: #81436C;
}

.text-color-blue {
  color: #262486;
}

.text-color-slate2 {
  color: #192C42;
}

.text-color-red {
  color: #D5191F;
}

.text-color-orange {
  color: #FF8000;
}

.text-color-yellow {
  color: #FCD100;
}

.text-color-aqua {
  color: aqua;
}

.text-color-green {
  color: #45B61E;
}

.text-color-purple {
  color: #8320D8;
}

.text-color-magenta {
  color: #d52abe;
}

.text-color-white {
  color: white;
}

.text-color-blue {
  color: #262486;
}

.text-color-dark {
  color: #141414;
}

.background-color-red {
  background-color: #D5191F;
}

.background-color-orange {
  background-color: #FF8000;
}

.background-color-yellow {
  background-color: #FCD100;
}

.background-color-aqua {
  background-color: aqua;
}

.background-color-green {
  background-color: #45B61E;
}

.background-color-purple {
  background-color: #8320D8;
}

.background-color-magenta {
  background-color: #d52abe;
}

.background-color-white {
  background-color: white;
}

.background-color-blue {
  background-color: #262486;
}

.background-color-dark {
  background-color: #141414;
}

.font-size-smaller {
  font-size: 70%;
}

.font-size-small {
  font-size: 90%;
}

.font-size-medium {
  font-size: 110%;
}

.font-size-large {
  font-size: 125%;
}

.font-size-giant {
  font-size: 150%;
}

.mb0px {
  margin-bottom: 0;
}

.mb5px {
  margin-bottom: 5px;
}

.mb10px {
  margin-bottom: 10px;
}

.mb15px {
  margin-bottom: 15px;
}

.mb20px {
  margin-bottom: 20px;
}

.mb30px {
  margin-bottom: 30px;
}

.mb40px {
  margin-bottom: 40px;
}

.mb50px {
  margin-bottom: 50px;
}

.mb60px {
  margin-bottom: 60px;
}

.mb70px {
  margin-bottom: 70px;
}

.mb80px {
  margin-bottom: 80px;
}

.mb90px {
  margin-bottom: 90px;
}

.mb100px {
  margin-bottom: 100px;
}

.mt0px {
  margin-top: 0;
}

.mt5px {
  margin-top: 5px;
}

.mt10px {
  margin-top: 10px;
}

.mt15px {
  margin-top: 15px;
}

.mt20px {
  margin-top: 20px;
}

.mt30px {
  margin-top: 30px;
}

.mt40px {
  margin-top: 40px;
}

.mt50px {
  margin-top: 50px;
}

.mt60px {
  margin-top: 60px;
}

.mt70px {
  margin-top: 70px;
}

.mt80px {
  margin-top: 80px;
}

.mt90px {
  margin-top: 90px;
}

.mt100px {
  margin-top: 100px;
}

.pb0px {
  padding-bottom: 0;
}

.pb5px {
  padding-bottom: 5px;
}

.pb10px {
  padding-bottom: 10px;
}

.pb15px {
  padding-bottom: 15px;
}

.pb20px {
  padding-bottom: 20px;
}

.pb30px {
  padding-bottom: 30px;
}

.pb40px {
  padding-bottom: 40px;
}

.pb50px {
  padding-bottom: 50px;
}

.pb60px {
  padding-bottom: 60px;
}

.pb70px {
  padding-bottom: 70px;
}

.pb80px {
  padding-bottom: 80px;
}

.pb90px {
  padding-bottom: 90px;
}

.pb100px {
  padding-bottom: 100px;
}

.pt0px {
  padding-top: 0;
}

.pt5px {
  padding-top: 5px;
}

.pt10px {
  padding-top: 10px;
}

.pt15px {
  padding-top: 15px;
}

.pt20px {
  padding-top: 20px;
}

.pt30px {
  padding-top: 30px;
}

.pt40px {
  padding-top: 40px;
}

.pt50px {
  padding-top: 50px;
}

.pt60px {
  padding-top: 60px;
}

.pt70px {
  padding-top: 70px;
}

.pt80px {
  padding-top: 80px;
}

.pt90px {
  padding-top: 90px;
}

.pt100px {
  padding-top: 100px;
}

/* SCROLL TOP STYLING ----------------------------------------------------------------------------------------------------------*/
#scroll-top-link-space {
  position: fixed;
  bottom: -10%;
  right: 0;
  width: 100%;
  z-index: 998;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (min-width: 700px) {
  #scroll-top-link-space {
    bottom: -10%;
    right: 10px;
    width: auto;
  }
}

#scroll-top-link-space.fade-in {
  bottom: 0;
}

@media (min-width: 700px) {
  #scroll-top-link-space.fade-in {
    bottom: 10px;
  }
}

#scroll-top-link {
  color: white;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 8px 15px;
  font-size: 16px;
  display: block;
}

@media (min-width: 700px) {
  #scroll-top-link {
    border-radius: 3px;
    padding: 12px 15px 10px 15px;
    font-size: 20px;
    display: inline-block;
  }
}

/* EXTRA BUTTON COLORS ----------------------------------------------------------------------------------------------------------*/
.btn-color-red {
  background-color: #D5191F;
}

.btn-color-orange {
  background-color: #FF8000;
}

.btn-color-yellow {
  background-color: #FCD100;
}

.btn-color-aqua {
  background-color: aqua;
}

.btn-color-green {
  background-color: #45B61E;
}

.btn-color-purple {
  background-color: #8320D8;
}

.btn-color-magenta {
  background-color: #d52abe;
}

.btn-color-white-dark {
  background-color: white;
  color: #141414 !important;
}

.btn-color-white-orange {
  background-color: white;
  color: #FF8000 !important;
}

.btn-color-white-orange:hover {
  background-color: #45B61E;
  color: white !important;
}

.btn-color-white-blue {
  background-color: white;
  color: #262486 !important;
  font-weight: 500;
}

.btn-color-white-blue:hover {
  background-color: #FCD100;
  color: #262486 !important;
}

.btn-color-white-patreon {
  background-color: white;
  color: #F96854 !important;
}

.btn-color-white-patreon:hover {
  background-color: #052D49;
  color: white !important;
}

.btn-full-width {
  display: block;
  text-align: center;
}

/* -----------------------------------  ANIMATIONS  ----------------------------------- */
.bc-animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}

.bc-animated1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bc-animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bc-animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bc-animated.delay1,
.bc-animated1.delay1,
.bc-animated2.delay1,
.bc-animated3.delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.bc-animated.delay2,
.bc-animated1.delay2,
.bc-animated2.delay2,
.bc-animated3.delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.bc-animated.delay3,
.bc-animated1.delay3,
.bc-animated2.delay3,
.bc-animated3.delay3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.bc-animated.delay4,
.bc-animated1.delay4,
.bc-animated2.delay4,
.bc-animated3.delay4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bc-animated.delay5,
.bc-animated1.delay5,
.bc-animated2.delay5,
.bc-animated3.delay5 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.bc-animated.delay6 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.bc-animated.delay7 {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.bc-animated.delay8 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.bc-animated.delay9 {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.bc-animated.delay10 {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.bc-animated.delay0--1 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.bc-animated.delay0--2 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.bc-animated.delay0--3 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.bc-animated.delay0--4 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.bc-animated.delay0--5 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.bc-animated.delay0--6 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.bc-animated.delay0--7 {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

.bc-animated.delay0--8 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.bc-animated.delay0--9 {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

.bc-animated.delay1--1 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.bc-animated.delay1--2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.bc-animated.delay1--3 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.bc-animated.delay1--4 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.bc-animated.delay1--5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.bc-animated.delay1--6 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.bc-animated.delay1--7 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.bc-animated.delay1--8 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.bc-animated.delay1--9 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.bc-animated.delay2--1 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.bc-animated.delay2--2 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.bc-animated.delay2--3 {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.bc-animated.delay2--4 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.bc-animated.delay2--5 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.bc-animated.delay2--6 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.bc-animated.delay2--7 {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.bc-animated.delay2--8 {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.bc-animated.delay2--9 {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.bc-animated.delay3--1 {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

.bc-animated.delay3--2 {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.bc-animated.delay3--3 {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

.bc-animated.delay3--4 {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}

.bc-animated.delay3--5 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.bc-animated.delay3--6 {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.bc-animated.delay3--7 {
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
}

.bc-animated.delay3--8 {
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}

.bc-animated.delay3--9 {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}

.bc-animated.delay4--5 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.bc-animated.delay4--1 {
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s;
}

.bc-animated.delay4--2 {
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

.bc-animated.delay4--3 {
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s;
}

.bc-animated.delay4--4 {
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}

.bc-animated.delay4--5 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.bc-animated.delay4--6 {
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
}

.bc-animated.delay4--7 {
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s;
}

.bc-animated.delay4--8 {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

.bc-animated.delay4--9 {
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s;
}

.bc-animated.delay5--5 {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.bc-animated.delay6--5 {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.bc-animated.delay7-5 {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.bc-animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.bc-fadeInDown {
  -webkit-animation-name: bc-fadeInDown;
  animation-name: bc-fadeInDown;
}

@-webkit-keyframes bc-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bc-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bc-fadeInUp {
  -webkit-animation-name: bc-fadeInUp;
  animation-name: bc-fadeInUp;
}

@-webkit-keyframes bc-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bc-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bc-fadeInLeft {
  -webkit-animation-name: bc-fadeInLeft;
  animation-name: bc-fadeInLeft;
}

@-webkit-keyframes bc-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bc-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bc-fadeInRight {
  -webkit-animation-name: bc-fadeInRight;
  animation-name: bc-fadeInRight;
}

@-webkit-keyframes bc-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bc-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.bc-afterOut {
  -webkit-animation-name: bc-afterOut;
  animation-name: bc-afterOut;
}

@-webkit-keyframes bc-afterOut {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 222px;
  }
}

@keyframes bc-afterOut {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 222px;
  }
}

.bc-fadeIn {
  -webkit-animation-name: bc-fadeIn;
  animation-name: bc-fadeIn;
}

@-webkit-keyframes bc-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bc-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

#page-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 280px;
  background-image: url("/wp-content/uploads/National-Criminal-Compass-page-background-02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

@media (min-width: 600px) {
  #page-background {
    height: 300px;
  }
}

@media (min-width: 700px) {
  #page-background {
    height: 350px;
  }
}

@media (min-width: 980px) {
  #page-background {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  #page-background {
    height: 500px;
  }
}

@media (min-width: 1600px) {
  #page-background {
    height: 600px;
  }
}

@media (min-width: 1900px) {
  #page-background {
    height: 700px;
  }
}

#logo-box {
  padding-top: 140px;
}

@media (min-width: 600px) {
  #logo-box {
    padding-top: 150px;
  }
}

@media (min-width: 700px) {
  #logo-box {
    padding-top: 175px;
  }
}

@media (min-width: 980px) {
  #logo-box {
    padding-top: 200px;
  }
}

@media (min-width: 1200px) {
  #logo-box {
    padding-top: 225px;
  }
}

@media (min-width: 1600px) {
  #logo-box {
    padding-top: 250px;
  }
}

@media (min-width: 1900px) {
  #logo-box {
    padding-top: 300px;
  }
}

#logo-small {
  width: 80%;
  max-width: 300px;
  margin: 30px auto;
}

@media (min-width: 700px) {
  #logo-small {
    display: none;
  }
}

#logo-big {
  width: 98%;
  max-width: 900px;
  margin: 40px auto 20px auto;
  display: none;
}

@media (min-width: 700px) {
  #logo-big {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */