* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #00513A;
    color: #fff;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

a, a:link, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.overflowHidden {
    overflow: hidden;
}

section {
    min-height: calc(100vh - 174px);
    padding-bottom: 100px;
    opacity: 0;
}

@media (min-width: 768px) {
    .mb-md-6 {
        margin-bottom: 4rem!important;
    }
    
    .mb-md-7 {
        margin-bottom: 5rem!important;
    }
}

/* ----------------- MAIN ------------------*/
header {
    padding: 50px 0 100px 0;
}

header ul li {
    display: inline-block;
}

header ul li:not(:last-child) {
    margin-right: 24px;
}

header ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #FFEB00;
    transition: all 0.3s;
}

header ul li a:hover {
    color: #FFEB00;
    opacity: 0.7;
}

.toggleMobileMenu {
    display: none;
}

.toggleMobileMenu, .closeMobileMenu {
    padding-left: 30px;
}

.mobileMenu {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background: #00513A;
    overflow-y: auto;
    z-index: 100;
}

.closeMobileMenu {
    position: fixed;
    z-index: 1;
}

.socials a {
    display: inline-block;
}

.socials a:not(:last-child) {
    margin-right: 15px;
}

section.home .styleText {
    padding-top: 50px;
}

.sectionTitle {
    font-family: 'Raleway';
    font-size: 40px;
    line-height: 1.2;
    color: #FFEB00;
    text-transform: uppercase;
    text-align: right;
    padding-bottom: 40px;
}

.styleText.styleTextPaddBottom {
    padding-bottom: 50px;
}

.styleText h2, .styleText h3 {
    font-weight: 700;
    color: #FFEB00;
    text-transform: uppercase;
}

.styleText h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
}

.styleText h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.styleText p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.styleText p, .styleText ul, .styleText ol {
    margin-bottom: 30px;
}

.styleText ul li, .styleText ol li {
    margin-bottom: 5px;
}

.styleText a {
    color: #FFEB00;
}

.styleText .arrowIcon {
    margin-right: 50px;
    width: 60px;
}

.singleQuestion .styleText {
    padding: 50px 0 60px 0;
}

.singleQuestion .styleText p {
    font-size: 24px;
    line-height: 30px;
}

.button {
    position: relative;
    display: inline-block;
    border: 0;
}

.button:hover {
    color:#00513A;
}

.button::after {
    width: 100%;
}

.button.buttonLg, .button.buttonLg::after {
    height: 179px;
    width: 100%;
}

.button.buttonSm, .button.buttonSm::after {
    height: 38px;
    min-width: 140px;
}

.button.buttonSm {
    margin-left: 6px;
}

.button span {
    position: relative;
    text-transform: uppercase;
    color:#00513A;
    font-weight: 700;
    z-index: 2;
    transition: all 0.3s;
}

.button.buttonLg span {
    font-size: 25px;
}

.button.buttonSm span {
    font-size: 14px;
    transform: translate(-12px, -6px);
}

.button.buttonSm:hover span {
    transform: translate(-6px, 0);
}

.buttonLg.buttonLeft span {
    transform: translate(30px, -15px);
}

.buttonLg.buttonRight span {
    transform: translate(-30px, -15px);
}

.buttonLg.buttonLeft:hover span {
    transform: translate(18px, 0);
}

.buttonLg.buttonRight:hover span {
    transform: translate(-18px, 0);
}

.buttonLeft {
    background: url('../images/black-arrow-left.png') center left / cover no-repeat;
}

.buttonRight {
    background: url('../images/black-arrow-right.png') center right / cover no-repeat;
}

.buttonLeft::after {
    content: "";
    background: url('../images/yellow-arrow-left.png') center left / cover no-repeat;
    top: -12px;
    left: 8px;
}

.buttonRight::after {
    content: "";
    background: url('../images/yellow-arrow-right.png') center right / cover no-repeat;
    top: -12px;
    left: -8px;
}

.buttonSm.buttonRight::after {
    top: -6px;
    left: -6px;
}

.button::after {
    position: absolute;
    z-index: 1;
    transition: all 0.3s;
}

.button:hover::after, .button:hover::after {
    top: 0;
    left: 0;
}

.answersRow {
    margin-left: -15px;
    margin-right: -15px;
}

.answersCol {
    padding-left: 15px;
    padding-right: 15px;
}

.slider .sliderSlide {
    max-width: 650px;
}

.slider .sliderImg {
    position: relative;
    transform: scale(0.9);
    transition: all 0.3s;
}

.slider .slick-active .sliderImg {
    transform: scale(1);
}

.slider .styleText, .slider .sliderForm {
    opacity: 0;
    transition: all 0.3s;
}

.slider .slick-active .styleText, .slider .slick-active .sliderForm {
    opacity: 1;
}

.slider .sliderSlideTop {
    padding-top: 25px;
}

.slider .sliderSlideTop h2 {
    max-width: 500px;
    margin-bottom: 30px;
}

.slider .sliderSlideTop span {
    display: block;
}

.slider .sliderdDate {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
}

.slider .styleTextContent {
    display: none;
    margin-bottom: 40px;
}

.slider .styleTextContent.active {
    display: block;
}

.slider .sliderControll {
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 20px 0;
    z-index: 1;
}

.slider .sliderPrev {
    left: 42px;
}

.slider .sliderNext {
    right: 42px;
}

.slider:before {
    content: '';
    display: block;
    width: calc(50% - 325px);
    height: 100%;
    background: linear-gradient(90deg, rgba(0,81,58,1) 0%, rgba(0,81,58,0) 100%);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.slider:after {
    content: '';
    display: block;
    width: calc(50% - 325px);
    height: 100%;
    background: linear-gradient(270deg, rgba(0,81,58,1) 0%, rgba(0,81,58,0) 100%);
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

.slick-arrow {
    z-index: 2 !important;
}

.programPicker li {
    display: flex;
    align-items: end;
}

.programPicker li:before {
    content: '';
    display: inline-block;
    height: 26px;
    width: 26px;
    padding: 2px;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #ffffff66;
}

.programPicker li.active:before {
    content: url('../images/check-white-icon.svg');
}

.programPicker li:not(:last-child) {
    margin-bottom: 10px;
}

.programPicker em {
    font-size: 1px;
    opacity: 0;
}

.readMore {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #FFEB00;
}

.readMore::after {
    content: url('../images/arrow-icon.svg');
    display: inline-block;
    margin-left: 8px;
    transition: all 0.3s;
}

.readMore.active::after {
    transform: rotate(180deg);
}

.slider .form {
    display: none;
}

.slider .form.active {
    display: block;
}

.form input, .form textarea {
    font-size: 16px;
    color: #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #33785A;
    border-radius: 0;
    width: 100%;
    background: transparent;
    margin-bottom: 40px;
    padding-bottom: 10px;
    transition: border-bottom 0.5s;
}

.form input:focus, .form textarea:focus {
    outline: 0;
    border-bottom: 2px solid #fff;
}

.form ::placeholder {
    font-size: 16px;
    color: #fff;
}

article {
    margin-bottom: 45px;
}

article h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
}

article .styleText {
    padding-top: 35px;
}

.articleImg {
    position: relative;
    overflow: hidden;
    height: 290px;
}

.map {
    padding-top: 70px;
}

.contact .styleText {
    margin-bottom: 30px;
}

.contact .styleText p {
    margin: 0;
}

.masonry {
    padding-top: 50px;
}

.modal-body {
    position: relative;
    padding: 0;
}

.modal-content {
    background: none;
}

.modal-dialog {
    max-width: 1200px;
}

.modalClose {
    display: inline-block;
    position: absolute;
    right: -16px;
    top: -15px;
    cursor: pointer;
    z-index: 1;
}

.modalClose img {
    width: 40px;
}

footer {
    background: #0C281E;
    padding: 60px 0;
}

footer .styleText {
    max-width: 315px;
}

footer .logo {
    height: 120px;
}

.footerTop {
    padding-bottom: 60px;
}

footer ul li a {
    display: inline-block;
    font-size: 16px;
    color: #FFEB00;
    transition: all 0.3s;
}

footer .styleText p {
    margin: 0;
}

footer ul li:not(:last-child) {
    margin-bottom: 12px;
}

footer ul li a:hover {
    color: #fff;
    opacity: 0.7;
}

/* --------------------------------- FONTS ----------------------------------*/
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/MontserratBold.eot');
    src: url('../fonts/MontserratBold.eot') format('embedded-opentype'),
         url('../fonts/MontserratBold.woff2') format('woff2'),
         url('../fonts/MontserratBold.woff') format('woff'),
         url('../fonts/MontserratBold.ttf') format('truetype'),
         url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
    font-weight: 700;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
         url('../fonts/MontserratRegular.woff2') format('woff2'),
         url('../fonts/MontserratRegular.woff') format('woff'),
         url('../fonts/MontserratRegular.ttf') format('truetype'),
         url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
    font-weight: 400;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/RalewayBlack.eot');
    src: url('../fonts/RalewayBlack.eot') format('embedded-opentype'),
         url('../fonts/RalewayBlack.woff2') format('woff2'),
         url('../fonts/RalewayBlack.woff') format('woff'),
         url('../fonts/RalewayBlack.ttf') format('truetype'),
         url('../fonts/RalewayBlack.svg#RalewayBlack') format('svg');
    font-weight: 900;
}
