@import url('https://kit.fontawesome.com/b5d3338d7a.css');

:root {
    --cco-gradient-horizontal: linear-gradient(270deg, #F05E24 0%, #F19722 100%);
    --cco-gradient-vertical: linear-gradient(0deg, #F15F25 32.3%, #F19722 85.86%);
    --light-blue-gradient: linear-gradient(180deg, rgba(226,236,241,1) 0%, rgba(237,243,245,1) 18%, rgba(250,248,245,1) 40%, rgba(236,238,239,1) 100%);
    --dark-gray: #231F20;
    --light-gray: #C1C5C8;
    --lighter-gray: #D4D4D4;
    --lightest-gray: #FAFAFA;
    --gray-text: #A2A9AE;
    --orange: #F15D22;
    --orange-hover: #D75420;
    --red: #E71D36;
    --teal: #439A8C;
    --teal-hover: #237A6C;
    --yellow: #FAA916;
    --yellow-hover: #E19408;
    --dark-blue: #01456D;
    --light-blue: #ecf2f3;
    --font: Montserrat;
    --radius: 7px;
    --shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
    --shadow-hover: 0px 8px 13px rgba(0, 0, 0, 0.3);
    --transition: all .3s ease-in-out;
	--dc-black: #161616;
	--dc-ivory: #f9f3d9;
	--dc-khaki: #e5dec1;
	--dc-orange: #e04507;
	--dc-headline-font: Newsreader;
	--dc-body-font: Lexend;
	
}

body {
    color: var(--dc-black);
    font-family: var(--dc-body-font);
    margin: 0;
    overflow-x: hidden;
	background-color: var(--dc-ivory);
}

.bold-7 {
    display: none !important;
}

.my-4 {
    margin-top: 0 !important;
}

.header-height {
    margin-top: 46px;
}

.st-page-body > .container {
    max-width: 100%;
}

.full-width-container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
	padding: 0 12px;
}

footer .logo img {
    max-width: 160px !important;
    height: auto;
}

.row {
    justify-content: center;
}

.row + .row {
    padding: 1rem 0;
}

.map-container {
    display: none;
    padding: 0 0 1rem;
}

.map-container .wrapper {
    display: inline-block;
    height: auto;
    padding: 0;
    width: 100%;
}

.map-container p {
    margin: 0;
    text-align: center;
}

.map-container a {
    display: none;
}

.header {
    align-items: center;
    background: url(https://pages.clinicalcareoptions.com/rs/423-MNP-721/images/dc-orange-banner-bg.png?version=0);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    font-size: 36px;
    justify-content: center;
    min-height: 260px;
    padding: 1rem;
}

.header .wrapper {
    max-width: 860px;
    padding: 0 0 6rem;
}

.header h1 {
    color: var(--dc-ivory);
    font-size: 50px;
    font-weight: 900;
    line-height: 0.9;
    margin: 3rem auto;
    padding: 0;
    text-align: center;
	font-family: var(--dc-headline-font);
}

.header p {
    font-size: 20px;
    font-weight: 700;
	color: var(--dc-ivory)
}

.header p,
h2,
.form-container .wrapper  p {
    text-align: center;
}

h2 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
	font-family: var(--dc-headline-font)
}

.form-container .wrapper  {  
    align-self: center;  
    align-items: center;  
    background: var(--dc-black);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    color: white;
    display: flex;
    flex-direction: column;
    font-size: 23px !important;
    font-weight: 700 !important;
    margin: -5rem auto 2rem;
    max-width: 800px;
    padding: 3rem;
    width: 100%;
}

@media (max-width: 576px) {
	.form-container .wrapper  {  
		align-self: center;  
		align-items: center;  
		background: var(--dc-black);
		border-radius: var(--radius);
		box-shadow: var(--shadow);
		color: white;
		display: flex;
		flex-direction: column;
		font-size: 23px !important;
		font-weight: 700 !important;
		margin: -5rem auto 2rem;
		max-width: 800px;
		padding: 3rem 1rem;
		width: 100%;
	}
}

 .form-container .wrapper  p {
    font-size: 18px;
    font-weight: 400;
    max-width: 410px;
}

p,
ul li,
.accordion-body p {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

ul li {
    margin-bottom: .75rem;
}

a {
    text-decoration: none !important;
    transition: var(--transition);
}

#mktoForm_2278 {
    width: 330px !important;
}
/*
.mktoForm input[type=text], 
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    width: 330px !important;
}
*/
.mktoForm input[type=text], 
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField,
.mktoForm div, .mktoForm span,
.mktoForm label,
.mktoForm p {
    font-family: 'Lexend' !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.mktoForm label {
    font-size: 15px !important;
}
/*
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
    width: auto !important;
}
*/
span.mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
}
/*
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    border: 1px solid #159B8B !important;
    border-radius: 4px !important;
    font-size: 1.2em !important;
    font-weight: 800 !important;
    background-color: #159B8B !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#159B8B), to(#159B8B)) !important;
    background-image: -webkit-linear-gradient(top, #159B8B, #159B8B) !important;
    background-image: -moz-linear-gradient(top, #159B8B, #159B8B) !important;
    background-image: linear-gradient(to bottom, #159B8B, #159B8B) !important;
    width: 330px !important;
}
*/
/*
.mktoForm input[type=text], 
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    background: #FAFAFA !important;
    border: 0 !important;
    border-radius: 3px !important;
    font-weight: 400 !important;
    margin: 2px 0 10px  !important;
    padding: 5px 8px  !important;
    transition: .3s all ease-in-out !important;
}
*/
.mktoForm .mktoLabel {
    padding-top: .5rem !important;
}

.mktoForm input:hover {
    background: #eceaea !important;
    transition: .3s all ease-in-out !important;
}

section.full-width-container.thanks .header .wrapper {
    padding: 0;
}

section.full-width-container.thanks .header {
    height: 100vh;
}

.logo img {
    width: 100%;
    margin: 2rem auto 1rem;
}

.footer {
    align-items: flex-end;
    background: var(--dc-black);
    display: flex;
    padding: 2rem;
    width: 100%;
	justify-content:flex-end;
}

.footer p { 
    color: var(--dc-ivory);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}

@media screen and (min-width: 768px) {
    
    .container {
        max-width: 720px;
    }

    .header h1 {
        font-size: 80px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .row .map-container .wrapper {
        padding: 0;
    }
    
    .header h1 {
        font-size: 95px;
    }

    .header p {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    .form-container .wrapper  p {
        font-size: 22px;
    }

}