/*
Theme Name: Divi Child
Description: 
Author: 
Template: Divi
*/

/*** 020 - Setup ********/
/*** 026 - Img  *********/
/*** 037 - Fonts ********/
/*** 122 - Layouts ******/
/*** 231 - Buttons ******/
/*** 286 - Custom Nav ***/
/*** 486 - Icons ********/
/*** 570 - WPCF7 ********/
/*** 814 - Waypoints ****/



/************ Setup ************/

body {
    overflow-x: hidden;
}

/************ Image Dragging ************/

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/************ Fonts ************/

h1 {
    font-size: 44px;
    padding-bottom: 0.5em;
    line-height: 1.3em;
    font-weight: 300;
}

@media all and (max-width:980px) {
    h1 {
        font-size: 26px;
    }
}

@media all and (max-width:767px) {
    h1 {
        font-size: 26px;
    }
}

h2 {
    font-size: 32px;
    padding-bottom: 0.5em;
    line-height: 1.3em;

}

@media all and (max-width:980px) {
    h2 {
        font-size: 28px;
    }
}

@media all and (max-width:767px) {
    h2 {
        font-size: 24px;
    }
}

h3,
h4,
h5 {
    line-height: 1.3em;
}

@media all and (max-width:980px) {

    h3,
    h4,
    h5 {
        font-size: 26px;
    }
}

@media all and (max-width:767px) {

    h3,
    h4,
    h5 {
        font-size: 22px;
    }
}

p,
a,
ol,
ul,
li,
.et_pb_blurb_description,
.et_pb_text_inner {
    line-height: 1.6em;
}

@media all and (max-width:767px) {

    p,
    a,
    ol,
    ul,
    li,
    .et_pb_blurb_description,
    .et_pb_text_inner {
        font-size: 14px;
    }
}

/************ Layouts ************/

/* mobile row width */
@media (max-width: 767px){
    .et_pb_row { width: 90%; max-width: 90%; }
}
/* center items for devices */
.text-align-center { text-align: center; }
@media all and (min-width:  768px) and (max-width: 980px) {
    .text-align-center-tablet { text-align: center; }
}
@media (max-width: 980px) { 
    .text-align-center-tablet-mobile { text-align: center; }
}
@media (max-width: 767px) { 
    .text-align-center-mobile { text-align: center; }
}
.vertical-center, .center-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
/* columns for tablet and mobile */
@media all and (min-width:  768px) and (max-width: 980px) {
    .colx6-tablet .et_pb_column {width: 15%!important;}
    .colx5-tablet .et_pb_column {width: 18.4%!important;}
    .colx4-tablet .et_pb_column {width: 23.5%!important;}
    .colx3-tablet .et_pb_column {width: 32%!important;}
    .colx2-tablet .et_pb_column {width: 49%!important;}
    .colx1-tablet .et_pb_column {width: 100%!important;}
    .colx8-tablet .et_pb_column,
    .colx7-tablet .et_pb_column,
    .colx6-tablet .et_pb_column,
    .colx5-tablet .et_pb_column,
    .colx4-tablet .et_pb_column,
    .colx3-tablet .et_pb_column,
    .colx2-tablet .et_pb_column,
    .colx1-tablet .et_pb_column {
      float: left;
      margin-right: 2%!important;
      margin-bottom: 2%!important;
    }
    .colx8-tablet,
    .colx7-tablet,
    .colx6-tablet,
    .colx5-tablet,
    .colx4-tablet,
    .colx3-tablet,
    .colx2-tablet,
    .colx1-tablet {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  .colx6-tablet .et_pb_column:nth-child(6n+6) {
    margin-right: 0%!important;
  }
  .colx5-tablet .et_pb_column:nth-child(5n+5) {
    margin-right: 0%!important;
  }
  .colx4-tablet .et_pb_column:nth-child(4n+4) {
    margin-right: 0%!important;
  }
  .colx3-tablet .et_pb_column:nth-child(3n+3) {
    margin-right: 0%!important;
  }
  .colx2-tablet .et_pb_column:nth-child(2n+2) {
    margin-right: 0%!important;
  }
  .colx1-tablet .et_pb_column {
    margin-right: 0%!important;
  }
}
@media (max-width: 767px){
    .colx6-mobile .et_pb_column {width: 15%!important;}
    .colx5-mobile .et_pb_column {width: 18.4%!important;}
    .colx4-mobile .et_pb_column {width: 23.5%!important;}
    .colx3-mobile .et_pb_column {width: 32%!important;}
    .colx2-mobile .et_pb_column {width: 49%!important;}
    .colx1-mobile .et_pb_column {width: 100%!important;}
    .colx8-mobile .et_pb_column,
    .colx7-mobile .et_pb_column,
    .colx6-mobile .et_pb_column,
    .colx5-mobile .et_pb_column,
    .colx4-mobile .et_pb_column,
    .colx3-mobile .et_pb_column,
    .colx2-mobile .et_pb_column,
    .colx1-mobile .et_pb_column {
      float: left;
      margin-right: 2%!important;
      margin-bottom: 2%!important;
    }
    .colx8-mobile,
    .colx7-mobile,
    .colx6-mobile,
    .colx5-mobile,
    .colx4-mobile,
    .colx3-mobile,
    .colx2-mobile,
    .colx1-mobile {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  .colx6-mobile .et_pb_column:nth-child(6n+6) {
    margin-right: 0%!important;
  }
  .colx5-mobile .et_pb_column:nth-child(5n+5) {
    margin-right: 0%!important;
  }
  .colx4-mobile .et_pb_column:nth-child(4n+4) {
    margin-right: 0%!important;
  }
  .colx3-mobile .et_pb_column:nth-child(3n+3) {
    margin-right: 0%!important;
  }
  .colx2-mobile .et_pb_column:nth-child(2n+2) {
    margin-right: 0%!important;
  }
  .colx1-mobile .et_pb_column {
    margin-right: 0%!important;
  }
}


/* overlay scrollbar */

body {
  overflow: overlay;
}

*::-webkit-scrollbar {
  display: block;
  width: 16px;
}

*::-webkit-scrollbar-button {
  display: none;
}

*::-webkit-scrollbar-track {
  background-color: rgba( 0 , 0 , 0 , 0.0);
}

*::-webkit-scrollbar-track-piece {
  background-color: rgba( 0 , 0 , 0 , 0.0);
}

*::-webkit-scrollbar-thumb {
  background-color: rgba( 0 , 0 , 0 , 0.0);
  border: 5px solid transparent;
  border-radius: 24px;
  box-shadow: 4px 0px 0px 4px rgba( 0 , 0 , 0 , 0.2) inset;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: rgba( 0 , 0 , 0 , 0.3);
  border: 0px solid transparent;
  box-shadow: none;
}

/************ Buttons ************/

/* Below allows native Divi button modules to be inline buttons - saved to Divi Cloud*/
/* Add classes below to col of inline buttons - row must have Equal Column Heights*/
.flex-inline-buttons {
  display: flex;
    flex-wrap: wrap;
  align-content: flex-start;
}
.flex-inline-buttons *:not(.et_pb_button_module_wrapper){ flex-basis: 100%; }
.flex-inline-buttons.stack-inline-buttons { display: block; }
.flex-inline-buttons.vertical-align-inline-buttons-column { align-content: center; }
/* align inline buttons */
.flex-inline-buttons.left-inline-buttons { justify-content: flex-start; }
.flex-inline-buttons.center-inline-buttons { justify-content: center; }
.flex-inline-buttons.right-inline-buttons { justify-content: flex-end; }
/* tablet align inline buttons */
@media all and (max-width: 980px) {
  .flex-inline-buttons.tablet-left-inline-buttons { justify-content: flex-start; }
    .flex-inline-buttons.tablet-center-inline-buttons { justify-content: center; }
    .flex-inline-buttons.tablet-right-inline-buttons { justify-content: flex-end; }
  .flex-inline-buttons.tablet-stack-inline-buttons { display: block; }
}
/* mobile align inline buttons */
@media all and (max-width: 767px) {
  .flex-inline-buttons.mob-left-inline-buttons { justify-content: flex-start; }
    .flex-inline-buttons.mob-center-inline-buttons { justify-content: center; }
    .flex-inline-buttons.mob-right-inline-buttons { justify-content: flex-end; }
  .flex-inline-buttons.mob-stack-inline-buttons { display: block; }
}

/* multiple inline-buttons (apply 'inline-buttons' class to column) */
.inline-buttons .et_pb_button_module_wrapper {
  display: inline-block!important;
}
/* custom buttons */
a.ts-btn {
  padding: 7px 20px 8px 20px;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  font-size: 14px;
  min-width: 130px!important;
  display: inline-block;
  text-align: center;
  -webkit-transition: background 0.4s, border 0.4s, color 0.4s;
  transition: background 0.4s, border 0.4s, color 0.4s;
  margin: 0 5px;
}
a.ts-btn.button-dark-solid {
  background: #1380DB;
  color: #fff;
  border-color: #1380DB;
}
a.ts-btn.button-dark-outline {
  background: rgba(0,0,0,0);
  color: #1380DB;
  border-color: #1380DB;
}
a.ts-btn.button-dark-solid:hover,
a.ts-btn.button-dark-outline:hover {
  background: #35597f;
  border-color: #35597f;
  color: #fff;
}
a.ts-btn.button-light-solid {
  background: #fff;
  color: #1380DB;
  border-color: #fff;
}
a.ts-btn.button-light-outline {
  background: rgba(0,0,0,0);
  color: #fff;
  border-color: #fff;
}
a.ts-btn.button-light-solid:hover,
a.ts-btn.button-light-outline:hover {
  background: #eceef4;
  border-color: #eceef4;
  color: #1380DB;
}
a.ts-btn:first-child {
    margin-left: 0;
}
a.ts-btn:last-child {
    margin-right: 0;
}

/************ Custom trigger desktop & mobile nav ************/

/* desktop menu */
#trigger-desktop-nav-container {
    display: flex;
    align-items: center;
}
/* OLD VERSION BELOW
#trigger-desktop-nav-container {
    text-align: right; 
}
*/

#trigger-desktop-nav-container #custom-logo {
    width: 150px;
    height: auto;
}

/* OLD VERSION BELOW
#trigger-desktop-nav-container #custom-logo {
    position: absolute;
    top: 0; 
    left: 0;
    height: 100%;
    width: auto;
}    
*/

#trigger-desktop-nav {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
    margin-right: 0;
    margin-left: auto;
}

/* OLD VERSION BELOW
#trigger-desktop-nav {
    padding: 0 0 0 175px; 
}
*/

#trigger-desktop-nav li {
    display: inline-block;
}

#trigger-desktop-nav li a {
    display: inline-block;
    padding: 20px 10px;
	text-shadow: 0 0 25px rgba(0,0,0,0.8);
}

#trigger-desktop-nav li:hover,
#trigger-desktop-nav a:hover {
    cursor: pointer;
	color: #ee0d08;
}

/* desktop - mega menu */
body:not(.et-fb) .dropdown {
  position: relative;
}
body:not(.et-fb) .dropdown:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: #2883c8;
}
body:not(.et-fb) .dropdown.active:after {
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22,0.61,0.36,1);
}
body:not(.et-fb) .dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 6;
  max-height: 0;
  overflow: hidden;
}
body:not(.et-fb) .dropdown-content.active,
body:not(.et-fb) .dropdown-content:hover {
  opacity: 1;
  visibility: visible;
  left: 50%;
  top: 81px;
  transform: translateX(-50%);
  max-height: 1000px;
}
body:not(.et-fb) .dropdown-content .et_pb_row {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
body:not(.et-fb) .dropdown-content.active .et_pb_row,
body:not(.et-fb) .dropdown-content:hover .et_pb_row {
  opacity: 1;
  transform: translateY(0);
}

@media all and (max-width: 980px) {
  .dropdown-content,
  .dropdown-content.active {
    display: none !important;   
  }
}

/* desktop - submenus */
#trigger-desktop-nav ul.sub-menu li {
    padding: 0;
    display: block;
    text-align: left;
    position:  relative;
}

#trigger-desktop-nav ul.sub-menu a {
    padding: 12px 16px;
    display: block;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

#trigger-desktop-nav ul.sub-menu a:hover {
    background: #eff3ff;
    color: #000;
}

#trigger-desktop-nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    padding: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#trigger-desktop-nav > li.menu-item-has-children:after {
    content: "\33";
    display: inline;
    position: relative;
    font-family: 'ETmodules';
    color: inherit;
    margin-right: 5px;
    font-style: normal;
}

#trigger-desktop-nav li.menu-item-has-children li.menu-item-has-children:after {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}

#trigger-desktop-nav .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 53px;
    width: auto;
    background: transparent;
    border-radius: 3px;
    padding: 10px;
    transform: scale(0.9) translateX(-30%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#trigger-desktop-nav .sub-menu:after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    left: calc(50% - 7px);
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#trigger-desktop-nav li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0) translateX(-30%);
    z-index: 5;
}

#trigger-desktop-nav .sub-menu .sub-menu,
#trigger-desktop-nav .sub-menu .sub-menu .sub-menu {
    position: fixed!important;
    left: 100%;
    top: 0;
    min-height: 100%;
    min-width: 175px;
    background: transparent!important;
    transform: scale(0.9);
}

#trigger-desktop-nav .sub-menu li.menu-item-has-children:hover > .sub-menu,
#trigger-desktop-nav .sub-menu .sub-menu li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    z-index: 5;
}

#trigger-desktop-nav .sub-menu .sub-menu:after,
#trigger-desktop-nav .sub-menu .sub-menu .sub-menu:after {
    display: none;
}

/* mobile menu */

#trigger-mobile-nav-container {
    position: fixed;
    top: 0;
    left: -110%;
    opacity: 0;
    visibility: hidden;
}

#trigger-mobile-nav-container a {
    font-size: 16px;
    padding: 10px;
    display: block;
}

#trigger-mobile-nav-container > * {
    max-width: 90%;
    margin-left: 5%;
}

/* mobile menu - toggle svg */
#trigger-desktop-nav-container #open-mobile svg {
    pointer-events: none;
    fill: #fff;
    height: 15px;
    overflow: hidden;
    vertical-align: middle;
}
#trigger-mobile-nav-container #close-mobile svg {
    pointer-events: none;
    fill: #000;
    height: 25px;
    overflow: hidden;
    vertical-align: middle;
}
#trigger-mobile-nav-container #close-mobile {
    position:  absolute;
    top:  8px;
    right: 5%;
    padding: 20px 10px 20px 20px;
}
header #open-mobile {
    display: none;
    padding: 20px 10px 20px 20px;

}
@media all and (max-width:980px) {
    header #open-mobile {
        display: inline-block;
        margin-left: auto;
        margin-right: 0;
    }
    /* OLD VERSION BELOW
    header #open-mobile {
        display: inline-block;
    }
    */
    #trigger-mobile-nav-container  {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 80px;
        background: #fff;
        width: 100%;
        height: 100%;
    }
    
    #trigger-desktop-nav-container #custom-logo {
        display: block;
        float: left;
        max-width: 120px; /* change as you wish */
        height: auto;
    }
    
    #trigger-mobile-nav-container.nav-open  {
        opacity: 1;
        visibility: visible;
    }

    #trigger-mobile-nav-container ul {
        list-style-type: none;
        padding: 0 0 30px 0;
    }

    #trigger-mobile-nav li {
        width:  100%;
    }

    ul#trigger-mobile-nav > li {
        border-bottom: 1px solid #eaeef6;
    }

    #trigger-mobile-nav .menu-item-has-children {
        position: relative;
    }

    #trigger-mobile-nav .menu-item-has-children .sub-menu {
        display: none;
    }

    #trigger-mobile-nav .menu-item-has-children.visible > .sub-menu {
        display: block;
    }

    #trigger-mobile-nav li.menu-item-has-children:after {
        content: "\33";
        font-size:  20px;
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 12px;
        font-family: 'ETmodules';
        color: inherit;
        font-style: normal;
        pointer-events: none;
    }

    #trigger-mobile-nav li.menu-item-has-children.visible:after {
        content: "\4b";
    }
    
    #trigger-desktop-nav {
        display: none;
    }

    #trigger-mobile-nav-social i {
        font-size: 30px;
    }

    /* mobile - align menu items */
    #trigger-mobile-nav {
        display: flex;
        flex-direction: column;
        text-align: left; /* change as required */
    }
    #trigger-mobile-nav-social {
        padding: 20px 0!important;
        display: flex;
        justify-content: center; /* change as required */
    }
    #trigger-mobile-nav-details {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* change as required */
    }
    form.trigger-mobile-nav-search {
        padding-top: 40px;
        text-align:  center; /* change as required */
    }
}

/* menu cta btn - add class 'nav-btn' in menu */
li.nav-btn {
    margin-left: 20px;
}

li.nav-btn a {
  background: green;
    color: #fff;
    padding: 12px 20px!important;
    transition: background 0.3s;
}

li.nav-btn a:hover {
    cursor: pointer;
  background: red;
}
@media all and (max-width: 980px) {
    li.nav-btn {
        text-align: center;
        margin-left: 0;
        border-bottom: none!important;
        padding: 25px 0;
    }
    li.nav-btn a {
        display: inline-block!important;
    }
}

/* menu animations */

#trigger-mobile-nav-container.nav-open {
    opacity: 0;
    animation: fadeupmenu 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.0s forwards;
}

#trigger-mobile-nav-container.nav-open #trigger-mobile-nav li:nth-child(1) {
    opacity: 0;
    animation: fadeupmenu 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}
#trigger-mobile-nav-container.nav-open #trigger-mobile-nav li:nth-child(2) {
    opacity: 0;
    animation: fadeupmenu 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}
#trigger-mobile-nav-container.nav-open #trigger-mobile-nav li:nth-child(3) {
    opacity: 0;
    animation: fadeupmenu 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}
#trigger-mobile-nav-container.nav-open #trigger-mobile-nav li:nth-child(4) {
    opacity: 0;
    animation: fadeupmenu 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}
#trigger-mobile-nav-container.nav-open #trigger-mobile-nav li:nth-child(5) {
    opacity: 0;
    animation: fadeupmenu 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}
#trigger-mobile-nav-container.nav-open #trigger-mobile-nav li:nth-child(6) {
    opacity: 0;
    animation: fadeupmenu 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}
#trigger-mobile-nav-container.nav-open #trigger-mobile-nav li:nth-child(7) {
    opacity: 0;
    animation: fadeupmenu 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
}
#trigger-mobile-nav-container.nav-open #trigger-mobile-nav li:nth-child(8) {
    opacity: 0;
    animation: fadeupmenu 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;
}
#trigger-mobile-nav-container.nav-open #trigger-mobile-nav-social {
    opacity: 0;
    animation: fadeinzoommenu 1s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}
#trigger-mobile-nav-container.nav-open #trigger-mobile-nav-details {
    opacity: 0;
    animation: fadeinzoommenu 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}
#trigger-mobile-nav-container.nav-open .trigger-mobile-nav-search {
   opacity: 0;
   animation: fadeupmenu 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}
@keyframes fadeupmenu {
  from {opacity: 0; transform: translateY(15px);}
  to {opacity: 1; transform: translateY(0);}
}
@keyframes fadeinzoommenu {
  from {opacity: 0; transform: scale(0.8);}
  to {opacity: 1; transform: scale(1.0);}
}

/************ Icons ************/

/* FA icons for <i> use - add required icons below */

.fal:before {
    font-size: 1.75em;
    color: #449eda;
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* icon with text - icon will center on mobile - just add icon code to 'before' */

.icon-center-mobile:before {
    margin: 0 15px 0 0;
    float: left;
    font-size: 30px !important;
    color: #449eda;
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.icon-center-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media all and (max-width:980px) {
    .icon-center-mobile:before {
        margin: 0 0 15px 0;
    }

    .icon-center-mobile {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
}

/* lists */

.primary-bullets .et_pb_text_inner ul {
    list-style-type: none;
    padding: 15px 0 23px 1.2em;
}

.primary-bullets .et_pb_text_inner ul>li {
    line-height: 1.4em;
    padding-bottom: 10px;
}

.primary-bullets ul>li:before {
    content: '\f138';
    font-size: 0.9em;
    margin-left: -1.4em;
    margin-right: 0.4em;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/************ WPCF7 ************/

/* layout */
/* NOTE: change the nth-child and flex-basis (next 2 rules) for any type of form */
.trigg-wpcf7 .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    text-align: center; /* var */
}

.trigg-wpcf7 .wpcf7-form p:nth-child(-n+5) { /* change nth as required */
    flex-basis: 50%; /* change as required */
}

.trigg-wpcf7 .wpcf7-form p input:not(.wpcf7-submit),
.trigg-wpcf7 .wpcf7-form p textarea,
.trigg-wpcf7 .wpcf7-form p {
    width: 100%;
}

@media all and (max-width:767px) {
    .trigg-wpcf7 .wpcf7-form p {
        flex-basis: 100% !important;
    }
}

/* style */
.trigg-wpcf7 .wpcf7-form p input:not(.wpcf7-submit),
.trigg-wpcf7 .wpcf7-form textarea {
    background: #eceff4;
    border: none;
    padding: 15px;
}

.trigg-wpcf7 .wpcf7-form p:not(:nth-last-child(2)) {
    padding: 5px;
}

.trigg-wpcf7 .wpcf7-form p label input,
.trigg-wpcf7 .wpcf7-form p label textarea {
    margin-top: 5px;
}

/* button */
.trigg-wpcf7 .wpcf7-form input[type="submit"] {
    all: unset; /* clear all styles */
	color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Albert Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    background-color: #ee0d08;
	padding: 15px 30px !important;
    margin-top: 10px;
    transition: background 0.3s;
}

.trigg-wpcf7 .wpcf7-form input[type="submit"]:hover {
    cursor: pointer;
    background: #022047;
}

/* spinner */
.trigg-wpcf7 .wpcf7-form p:nth-last-child(2) {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    margin-left: 10px;
    background-color: #000;
}

/* checkbox & radio setup */
.trigg-wpcf7 .wpcf7-checkbox>*,
.trigg-wpcf7 .wpcf7-radio>* {
    display: inline-block;
    margin: 5px;
}

.trigg-wpcf7 .wpcf7-checkbox .wpcf7-list-item-label,
.trigg-wpcf7 .wpcf7-radio .wpcf7-list-item-label {
    display: block;
    position: relative;
    padding: 10px;
    background: #ccc;
    transition: background 0.3s;
}

@media all and (min-width: 981px) {

    .trigg-wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:hover,
    .trigg-wpcf7 .wpcf7-radio .wpcf7-list-item-label:hover {
        cursor: pointer;
        background: #cbd4ed;
    }
}

.trigg-wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked+span,
.trigg-wpcf7 .wpcf7-radio input[type="radio"]:checked+span {
    background: #cbd4ed;
    transform: scale(0.95);
    transition: transform ease-out 0.1s;
}

.trigg-wpcf7 .wpcf7-checkbox input[type="checkbox"],
.trigg-wpcf7 .wpcf7-radio input[type="radio"] {
    display: none;
}

/* checkbox icons */
.trigg-wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before,
.trigg-wpcf7 .wpcf7-radio .wpcf7-list-item-label:before {
    font-weight: 400;
    /* 300= light, 400=regular, 900=solid */
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.trigg-wpcf7 .wpcf7-checkbox .wpcf7-list-item-label:before,
.trigg-wpcf7 .wpcf7-radio .wpcf7-list-item-label:before {
    content: '\f111';
    /* add any icon */
    margin-right: 5px;
}

.trigg-wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked+span:before,
.trigg-wpcf7 .wpcf7-radio input[type="radio"]:checked+span:before {
    content: '\f058';
    /* add any icon */
    color: #00cca2;
    margin-right: 5px;
}
/* form validation styles */
span.wpcf7-not-valid-tip {
    text-align: center;
}

div.wpcf7-response-output {
    border: 0;
    margin: 0!important;
    padding: 15px 10px!important;
    box-sizing: border-box;
    width: 100%;
    line-height: 1em;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999 !important;
    -webkit-animation: hideAlert 0.4s ease-in-out 4s forwards;
    animation: hideAlert 0.4s ease-in-out 4s forwards;
}

.wpcf7-form.invalid .wpcf7-response-output,
div.wpcf7-acceptance-missing {
    border: 0;
    background: #f7445c!important;
    color: #fff;
}

.wpcf7-form.invalid .wpcf7-response-output:before {
    content: '\f057';
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #fff;
    margin-right: 7px;
}

.wpcf7-form.sent .wpcf7-response-output {
    border: 0;
    background: #68c66f;
    color: #fff;
}

.wpcf7-form.sent .wpcf7-response-output:before {
    content: '\f058';
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #fff;
    margin-right: 7px;
}

/* form load spinner */
div.wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto 0 auto;
    background-image: none !important;
    position: relative;
}

div.wpcf7 .ajax-loader:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    display: block;
    border-left: 3px solid #000;
    border-right: 3px solid #efefef;
    border-top: 3px solid #efefef;
    border-bottom: 3px solid #efefef;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    -webkit-animation: trigger-spinner 0.4s linear infinite;
    animation: trigger-spinner 0.4s linear infinite;
}

@keyframes trigger-spinner {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* anr recaptcha */

.anr_captcha_field_div>div {
    margin: 0 auto;
    display: block;
}


/* Easy toast */
.wpcf7-response-output {
    display: none !important;
}

.easy-toast {
    width: 100%;
    position: relative;
}

svg.easy-toast {
    display: block;
    vertical-align: middle;
}
*.easy-toast,
.easy-toast::before,
.easy-toast::after {
    z-index: 999999;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    line-height: 1.5;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
p.easy-toast {
    margin: 0;
    min-width: 100%;
}
.easy-toast-block {
    text-align: center;
    max-width: 800px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-radius: 0.375rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -4px rgba(0, 0, 0, 0.3);
    color: white;
    margin-top: 0.5rem;
    word-break: break-all;
}
.easy-toast-stack {
    display: flex;
    flex-direction: column;
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
    align-items: center;
    padding: 0 0.875rem;
}
.easy-toast-button {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    height: 1rem;
    width: 1rem;
    border-radius: 0.375rem;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    cursor: pointer;
    text-shadow: none;
    text-align: center;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    margin: 0;
    padding: 0;
    writing-mode: horizontal-tb !important;
    position: absolute;
    top: calc(50% - 7px);
    right: 1rem;
}
.easy-toast-button:hover {
    color: white !important;
}
.easy-toast-svg-close {
    width: 0.875rem;
    height: 0.875rem;
}

.easy-toast-position-bottom-middle {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.easy-toast-timeline {
    border-radius: 0.375rem;
    width: 100%;
    height: 0.25rem;
    opacity: 0.5;
}
.et-bg-gray-500 {
    background-color: #6b7280;
}
.et-bg-green-500 {
    background-color: #22c55e;
}
.et-bg-red-500 {
    background-color: #ef4444;
}
.et-bg-yellow-500 {
    background-color: #eab308;
}
.et-bg-green-900 {
    background-color: #14532d;
}
.et-bg-red-900 {
    background-color: #7f1d1d;
}
.et-bg-yellow-900 {
    background-color: #713f12;
}
.et-bg-gray-900 {
    background-color: #111827;
}
.et-flex {
    display: flex;
}
.et-inline-flex {
    display: inline-flex;
}
.et-flex-shrink-0 {
    flex-shrink: 0;
}
.et-p-4 {
    padding: 1rem;
}
.et-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.et-ml-auto {
    margin-left: auto;
}
.et-fixed {
    position: fixed;
}
.et-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* 
//
// animations 
//
*/

/* page fade in - uncomment if used
#page-container {
    opacity: 0;
    -webkit-transition: opacity 2s!important;
    transition: opacity 2s!important;
}

#page-container.page-fade-in {
    opacity: 1 !important;
}
*/

/************ Waypoints ************/

.et_pb_row .et_pb_animation_fade_in {
    opacity: 0;
    animation-fill-mode: forwards;
}

.et_pb_row .et_pb_animation_fade_in:nth-child(2) {
    animation-delay: 0.25s;
}

.et_pb_row .et_pb_animation_fade_in:nth-child(3) {
    animation-delay: 0.5s;
}

.et_pb_row .et_pb_animation_fade_in:nth-child(4) {
    animation-delay: 0.75s;
}

.et_pb_row .et_pb_animation_fade_in:nth-child(5) {
    animation-delay: 1.0s;
}

.et_pb_row .et_pb_animation_fade_in:nth-child(6) {
    animation-delay: 1.25s;
}

.et_pb_row .et_pb_animation_fade_in:nth-child(7) {
    animation-delay: 1.5s;
}

.et_pb_row .et_pb_animation_fade_in:nth-child(8) {
    animation-delay: 1.75s;
}

.et-fb-preview--wireframe .et_pb_row .et_pb_animation_fade_in,
.et-fb-preview--desktop .et_pb_row .et_pb_animation_fade_in,
.et-fb-preview--tablet .et_pb_row .et_pb_animation_fade_in,
.et-fb-preview--phone .et_pb_row .et_pb_animation_fade_in {
    opacity: 1 !important;
    animation-delay: 0s !important;
}

/* wpcf7 alerts */

@-webkit-keyframes hideAlert {
    from {
        bottom: 0;
    }

    to {
        bottom: -100px;
    }
}

@keyframes hideAlert {
    from {
        bottom: 0;
    }

    to {
        bottom: -100px;
    }
}

/* image background zoom in / out on hover animations */
.bg-zoom-in,
.bg-zoom-out {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex; /* text alignment */
  align-items: center; /* text alignment */
  justify-content: center; /* text alignment */
}
.bg-zoom-out .et_pb_text_inner {
  position: relative;
  z-index: 2;
}

.bg-zoom-in::after,
.bg-zoom-out::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
}

.bg-zoom-in:focus::after, 
.bg-zoom-in:hover::after {
  transform: scale(1.05);
}

.bg-zoom-out::after {
  transform: scale(1.05);
}
.bg-zoom-out:focus::after, 
.bg-zoom-out:hover::after {
  transform: scale(1);
}

/* fadeInUp animation */

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}