@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #212121;
}

h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 53px;
    line-height: 120%;
    letter-spacing: 2.2px;
    color: #0074C8;
}

h2 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 124%;
    color: #5A5A5A;
}

h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    color: #5A5A5A;
}

h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 138%;
    color: #5A5A5A;  
}

a[class*="main-btn"],
a[class*="btn"],
.modal .main-btn,
.questions-section form .main-btn {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: #030303;
    border: 0;
}

.data-modal a,
.main-btn, 
a.main-btn, 
.bp-forms-btn, 
a.bp-forms-btn
{
    color: #313A3C;
	padding: 12px 89px;
    background: #66CC65;
}

.data-modal a:hover,
.main-btn:hover, 
a.main-btn:hover, 
.bp-forms-btn:hover, 
a.bp-forms-btn:hover {
    color: #313A3C;
	background: #48BCF0;
}

.main-btn.alt,
a.main-btn.alt {
    color: #313A3C;
    background: #48BCF0;
}

.main-btn.alt:hover,
a.main-btn.alt:hover {    
    color: #313A3C;
    background: #66CC65;
}

.main-btn2,
a.main-btn2,
.questions-section form .main-btn {
    color: #313A3C;
    background: #48BCF0;
    padding: 7px 36px;
    
}

.main-btn2:hover,
a.main-btn2:hover,
.questions-section form .main-btn:hover {
    color: #313A3C;
    background: #66CC65;
}
.questions-section form .main-btn {
    background-color: #66CC65;
   
}
.questions-section form .main-btn:hover{
    background-color:  #48BCF0;
}
.main-btn:visited,
.main-btn2:visited {
	color: #030303;
}

.secondary-link {
	color: #768286;
	font-weight: 600;
}

article a, a:visited {
	color: #212121;
}


@media (max-width: 767px) {
    html,
    body {
        font-size: 16px;
        line-height: 160%;
    }
    
    h1 {
        font-size: 36px;
        line-height: 120%;
    }
    
	h2 {
        font-size: 32px;
        line-height: 130%;
	}

	h3 {
        font-size: 24px;
        line-height: 97%;
	}
    
    h4 {
        font-size: 23px;
        line-height: 138%;
    }
    
    .a[class*="main-btn"],
    a[class*="btn"],
    .modal .main-btn {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: normal;
        padding: 10px 40px;
    }
}

@media (max-width: 420px) {
    .contentarea .doc-photo {
        max-width: 65vw;
        min-height: 50vw;
    }
}