@font-face {
    font-family: 'Roboto Slab Bold';
    src: url('../fonts/RobotoSlab-Bold.woff2') format('woff2'), url('../fonts/RobotoSlab-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab Regular';
    src: url('../fonts/RobotoSlab-Regular.woff2') format('woff2'), url('../fonts/RobotoSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans regular';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans semibold';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans medium';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'), url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans bold';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/*------- Fonts For Icons ---------------*/

@font-face {
    font-family: 'fontIcons';
    src: url('../fonts/fontIcons.eot');
    src: url('../fonts/fontIcons.eot') format('embedded-opentype'), url('../fonts/fontIcons.ttf') format('truetype'), url('../fonts/fontIcons.woff') format('woff'), url('../fonts/fontIcons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


/* base */

body {
    font-size: 16px;
    font-family: 'Open Sans regular';
    margin: 0px;
    color: #333333;
}


/* Headings */

.h1-desktop,
.h2-desktop,
.h3-desktop,
.h4-desktop,
.h6-desktop {
    font-family: 'Roboto Slab Bold';
    color: #333333;
}

.h5-desktop {
    font-family: 'Roboto Slab Regular';
    color: #333333;
}

.h1-desktop {
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
}

.h2-desktop {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
}

.h3-desktop {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}

.h4-desktop {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.h5-desktop {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.h6-desktop {
    font-family: 'Roboto Slab Regular';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

h5,
h6 {
    text-transform: none;
    letter-spacing: normal;
}


/* ----------- Headings iPad 3, 4 and Pro 9.7" ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .h1-tablet {
        font-size: 40px;
        font-weight: 700;
        line-height: 54px;
    }
    .h2-tablet {
        font-size: 32px;
        font-weight: 700;
        line-height: 44px;
    }
    .h3-tablet {
        font-size: 26px;
        font-weight: 700;
        line-height: 38px;
    }
    .h4-tablet {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }
    .h5-tablet {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }
    .h6-tablet {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }
}


/* ----------- Headings Mobile Responsive ----------- */

@media (max-device-width: 767px) {
    .h1-mobile {
        font-size: 32px;
        font-weight: 700;
        line-height: 44px;
    }
    .h2-mobile {
        font-size: 26px;
        font-weight: 700;
        line-height: 38px;
    }
    .h3-mobile {
        font-size: 22px;
        font-weight: 700;
        line-height: 34px;
    }
    .h4-mobile {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }
    .h5-mobile {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }
    .h6-mobile {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }
}


/* Paragraph */

p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans regular';
}

.large-p {
    font-size: 18px;
    line-height: 26px;
}

.small-p {
    font-size: 14px;
    line-height: 22px;
}


/* Link */

a {
    color: #000;
    text-decoration: none;
}


/* Buttons */

.btn {
    border-radius: 6px;
    display: inline-block;
    font-family: 'Open Sans bold';
    border: none !important;
}

.btn-standard {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    padding: 11px 20px;
    background: #E5592A;
}

.btn-standard:hover,
.btn-standard:active {
    background: #D24D20;
    color: #fff;
}

.btn-large {
    font-size: 20px;
    line-height: 27.24px;
    text-align: center;
    font-weight: 700;
    background: #E5592A;
    padding: 18px 30px;
    color: #fff;
}

.btn-large:hover,
.btn-large:active {
    background: #D24D20;
    color: #fff;
}

.btn-mobile-large {
    font-size: 18px;
    line-height: 24.51px;
    text-align: center;
    font-weight: 700;
    background: #E5592A;
    padding: 15px 28px;
    color: #fff;
}

.btn-mobile-large:hover,
.btn-mobile-large:active {
    background: #D24D20;
    color: #fff;
}


/* Panel */

.card-panel {
    box-shadow: 0px 2px 15px rgba(51, 51, 51, 0.15);
    border-radius: 6px;
}


/* Container */

@media (min-width: 767px) {}


/* .container {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .container {
        max-width: none;
        padding-left: 25px;
        padding-right: 25px;
    }
} */


/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}


/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}


/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding-left: 0px;
        padding-right: 0px;
    }
}


/* @media (min-width: 992px) {
	.container {
		max-width: 992px;
	}
} */

.light-bg {
    background-color: #E5EBEC;
}

.dark-teal-bg {
    background-color: #254151;
}

.card-height {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* Tick list element */

.tick-list-element {
    margin-top: 10px;
    margin-bottom: 12px;
    list-style: none;
    padding-left: 0px;
}

.tick-list-element li {
    margin-bottom: 14px;
    padding-left: 43px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 6px 0px 4px 43px;
}

.tick-list-element li::before {
    background: url('../images/list-check.svg');
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 4px;
}

.block .content {
    margin-top: 0px;
}


/* Number List Element */

.number-list-element .number-list {
    list-style: none;
    counter-reset: item;
    font-size: 16px;
    line-height: 24px;
    padding-left: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
}

.number-list-element .number-list li {
    counter-increment: item;
    margin-bottom: 5px;
    line-height: 40px;
    position: relative;
    margin-bottom: 9px;
    padding-left: 50px;
}

.number-list-element .number-list li:before {
    margin-right: 15px;
    content: counter(item);
    background: #e5592a;
    border-radius: 100%;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    font-family: 'Roboto Slab Bold';
    position: absolute;
    left: 0;
    top: 3px;
}

@media only screen and (max-width: 768px) {
    .number-list-element .number-list {
        padding-left: 0;
    }
}

@media only screen and (max-width: 576px) {}

.is-visible-mobile {
    display: none;
}

@media only screen and (max-width: 576px) {
    .is-visible-mobile {
        display: initial;
    }
}

@media only screen and (max-width: 991px) {
    .is-visible-tablet {
        display: initial;
    }
}