/* USE ONLY FOR GHOST PURPOSES */
/* * {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
} */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    -webkit-tap-highlight-color: transparent;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #eee;
}
html,
html a,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
dl,
th,
dt,
input,
textarea,
span,
div {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
a {
    color: #2f6fa7;
}
a:hover {
    color: #379cf5;
}
p {
    box-sizing: border-box;
    margin-bottom: 1rem;
    margin-top: 0px;
    font-size: 15px;
    color: #343d48;
    font-weight: 400;
    line-height: 1.87;
}
@media screen and (min-width: 576px) {
    p {
        font-size: 15px;
    }
}
@media screen and (min-width: 768px) {
    p {
        font-size: 15px;
    }
}
@media screen and (min-width: 991px) {
    p {
        font-size: 15px;
    }
}
/*---------------------------------
-        UTILITIES
-----------------------------------*/
.opacity5 {
    opacity: 0.5;
}
.opacity8 {
    opacity: 0.8;
}
.strong {
    font-weight: 700;
}
.pt-6 {
    padding-top: 2rem;
}
.pt-8 {
    padding-top: 4rem;
}
.pb-6 {
    padding-bottom: 2rem;
}
.pb-8 {
    padding-bottom: 4rem;
}
.mt-6 {
    margin-top: 2rem;
}
.mt-7 {
    margin-top: 3rem;
}
.mt-8 {
    margin-top: 4rem;
}
.mb-6 {
    margin-bottom: 2rem;
}
.mb-7 {
    margin-bottom: 3rem;
}
.mb-8 {
    margin-bottom: 4rem;
}
.m0 {
    margin: 0 !important;
}
.m0-auto {
    margin: 0 auto !important;
}
.p0 {
    padding: 0 !important;
}
.no-gutter-center {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.container-fullwidth {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*---------------------------------
-        COLORS and BGCOLORS
-----------------------------------*/
.blue {
    color: #199ad6;
}
.blueBg {
    background: #199ad6;
}
.lightBlue {
    color: #eefaff;
}
.lightBlueBg {
    background: #eefaff;
}
/* browns */
.darkBrown {
    color: #835452;
}
.lightBrown {
    color: #c0706d;
}
.brownBg {
    background: #c0706d;
}
.lighterBrownBg {
    background: #fef9f5;
}
.lighterBrownBg2 {
    background: #f2eae3;
}
/* dark blue */
.darkBlue {
    color: #2d3a58;
}
.darkblueBg {
    background: #2d3a58;
}
.white,
.white:hover {
    color: #fff !important;
}
.bg-grey {
    background-color: rgba(245, 245, 245, 0.55);
}
@media only screen and (max-width: 600px) {
    img.img-responsive {
        width: 100%;
    }
}
.fake-link {
    text-decoration: underline;
}
.margin-center {
    margin: 0 auto;
}
.br-8 {
    border-radius: 8px;
}
.align-center {
    display: flex;
    align-items: center;
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.btn-anchor {
    padding: 8px 25px;
    border-radius: 20px;
    margin-right: 20px;
}
a.white:hover {
    opacity: 0.9;
    text-decoration: none;
}
/* teal */
.teal {
    color: #8dcdcc;
}
.tealBg {
    background: #8dcdcc;
}

.triangle {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}
.btn-anchor {
    padding: 8px 25px;
    border-radius: 20px;
    margin-right: 20px;
}
no-gutter-center {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.container-fullwidth {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}
@media (min-width: 1450px) {
    .container {
        max-width: 1440px !important;
    }
}
.inline-separator {
    display: inline-block !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    opacity: 0.7;
}
/* MODAL FIXED */
.modal-full {
    min-width: 100%;
    margin: 0;
}
.modal-full .modal-content {
    min-height: 100vh;
}

.modal-full .modal-header {
    position: fixed;
    top: 0;
    z-index: 9000000 !important;
    width: 100%;
    background: #ffff;
}
.modal-full .modal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9000000 !important;
    background: #ffff;
    padding: 10px;
    border-radius: 0px;
}
.modal-full .modal-body {
    height: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.nostyleul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
/* NO STYLE UL */
ul.ns {
    list-style: none;
}
.low-opacity {
    opacity: 0.7;
}
.funnel-container {
    max-width: 585px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
/*
 * react-circular-progressbar styles
 * All of the styles in this file are configurable!
 */

.CircularProgressbar {
    /*
     * This fixes an issue where the CircularProgressbar svg has
     * 0 width inside a "display: flex" container, and thus not visible.
     */
    width: 100%;
    /*
     * This fixes a centering issue with CircularProgressbarWithChildren:
     * https://github.com/kevinsqi/react-circular-progressbar/issues/94
     */
    vertical-align: middle;
}

.CircularProgressbar .CircularProgressbar-path {
    stroke: #144d9b;
    stroke-linecap: round;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
    stroke: #d6d6d6;
    /* Used when trail is not full diameter, i.e. when props.circleRatio is set */
    stroke-linecap: round;
}

.CircularProgressbar .CircularProgressbar-text {
    fill: #144d9b;
    font-size: 20px;
    dominant-baseline: middle;
    text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
    fill: #d6d6d6;
}

/*
   * Sample background styles. Use these with e.g.:
   *
   *   <CircularProgressbar
   *     className="CircularProgressbar-inverted"
   *     background
   *     percentage={50}
   *   />
   */
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
    fill: #144d9b;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
    fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
    stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
    stroke: transparent;
}
.react-select__menu {
    z-index: 2000 !important;
}
.Select-menu-outer {
    z-index: 999 !important;
}
select.custom-select,
input.form-control {
    padding: 14px 30px;
    height: 100%;
    font-size: 16px;
}

.row:before,
.row:after {
    display: none !important;
}
.carousel .thumb img {
    object-fit: cover;
    margin-bottom: 0;
    height: 60px;
    width: 100%;
    cursor: pointer;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
}
/* .main-container {
    position: relative;
} */
/**! 31. Switchable Sections **/
.switchable {
    position: relative;
}
.switchable div[class*='col-']:first-child {
    float: left;
    right: auto;
}
.switchable div[class*='col-']:first-child:not([class*='pull']):not([class*='push']) {
    left: 0;
}
.switchable div[class*='col-']:last-child {
    float: right;
    left: auto;
}
.switchable div[class*='col-']:last-child:not([class*='pull']):not([class*='push']) {
    right: 0;
}
.switchable.switchable--switch div[class*='col-']:first-child {
    float: right;
    right: 0;
    left: auto;
}
.switchable.switchable--switch div[class*='col-']:first-child:not([class*='pull']):not([class*='push']) {
    left: auto;
}
.switchable.switchable--switch div[class*='col-']:last-child {
    float: left;
    left: 0;
    right: auto;
}
.switchable .switchable__text {
    margin-top: 3.71428571em;
}
.switchable > div[class*='col-'] {
    padding: 0;
}
/**! 27. Image Blocks **/
.imageblock {
    position: relative;
    padding: 0;
}
.imageblock > .container,
.imageblock > div[class*='col-']:not(.imageblock__content) {
    padding-top: 7.42857143em;
    padding-bottom: 7.42857143em;
    float: none;
    overflow: hidden;
}
.imageblock.imageblock--lg > .container,
.imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
    padding-top: 9.28571429em;
    padding-bottom: 9.28571429em;
    float: none;
    overflow: hidden;
}
.imageblock .imageblock__content {
    position: absolute;
    height: 100%;
    top: 0;
    /* z-index: 2; */
    padding: 0;
}
.imageblock .imageblock__content .slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.imageblock .imageblock__content .slider .slides > li {
    padding: 0;
    min-height: 100%;
    position: absolute !important;
}
.imageblock.allow-overflow .imageblock__content {
    overflow: visible;
}
@media all and (max-height: 728px) {
    .imageblock > .container,
    .imageblock > div[class*='col-']:not(.imageblock__content) {
        padding-top: 3.71428571em;
        padding-bottom: 3.71428571em;
    }
}
@media all and (max-width: 767px) {
    .imageblock[class*='space-'] {
        padding-bottom: 0;
        padding-top: 0;
    }
    .imageblock .imageblock__content {
        position: relative;
        min-height: 18.57142857em;
    }
    .imageblock > .container,
    .imageblock > div[class*='col-']:not(.imageblock__content) {
        padding-top: 5.57142857em;
        padding-bottom: 5.57142857em;
        float: none;
        overflow: hidden;
    }
    .imageblock.imageblock--lg > .container,
    .imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
        padding-top: 5.57142857em;
        padding-bottom: 5.57142857em;
        float: none;
        overflow: hidden;
    }
}
.flex-center {
    display: flex;
    justify-content: center;
}
