@import "reset.css";

html {
    text-rendering: optimizeLegibility;
}

body {
    color: #000;
	font-family: acumin-pro,Franklin Gothic,sans-serif;
	font-size: 1rem;
    font-weight: 400;
	line-height: 1.5rem;
}

/*******************************************
:--- Defaults/Overwrites ---:
*******************************************/

.live_chat, #about_click {
	cursor:pointer; 
}

* {
	outline:none;
	white-space:normal;
}

/*******************************************
:--- Typography ---:
*******************************************/

h1 {
	font-family: "United Sans",Impact,"Arial Black","sans serif";
	font-size: 3.3em;
    font-weight: 500;
	line-height: 1em;	
}

h1.employer-headline {
	font-family: acumin-pro-semi-condensed,Franklin Gothic,sans-serif;
	font-size: 2.7em;
	line-height: 1.1em;	
}

h2 {
	font-family: acumin-pro-semi-condensed,Franklin Gothic,sans-serif;
	font-size: 2em;
    font-weight: 600;
	line-height: 2.375rem;
    margin-bottom: 2.1875rem;
}

h3 {
	font-family: acumin-pro-semi-condensed,Franklin Gothic,sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #373737;
	padding: 10px 0;
}

/*******************************************
:--- Elements ---:
*******************************************/
p {
    margin-bottom: 18px;
}

a,
button.download,
.download {
    color:#8e6f3e !important;
    cursor: pointer;
    text-decoration: underline !important;
}

a:hover,
a:focus,
a:active,
button.download:hover,
button.download:focus,
button.download:active,
.download:hover,
.download:focus,
.download:active {
    text-decoration: none !important;
}

button.download {
    border: none;
    background: none;
    padding: 0;
}
button.download:focus {
    outline: 1px dotted;
}

ul {list-style-type: disc;}
ul li {list-style: disc;}
ul, ol {padding: 0 0 20px 35px;}

/*******************************************
:--- Header ---:
*******************************************/
.page-header .row {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.page-header {
    background: #000;
}

.page-header .logo {
    padding: 1.75rem 25px 1.75rem 0; /* 1.75rem 25px 1.75rem 15px */
    align-items: center;
    max-width: 275px;
}

.page-header .logo img {
	max-width: 250px;
}

/*******************************************
:--- Hero Image ---:
*******************************************/

.hero-wrap {
	background: #000;
	margin: 0;
    padding: 5rem 0;
}
.hero-wrap .hero-content {
    color: #FFF;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding: 0;
}
.hero-wrap .hero-content h1 {
    color: #FFF;
    font-family: "United Sans", Arial, "sans serif";
    margin: 0;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1em;
    text-transform: none;
}

/*******************************************
:--- Archa Form ---:
*******************************************/

/* Hide extra program info targeting value attribute */
.form.one-step .select-wrap select option[value$="PUR-PURPM-PMGP"] {
	display: none !important;
}

.hide {
    display: none;
}

.form-wrap {
    border: 10px solid #CFB991;
    padding: 30px;
}

.form-wrap .header-alt {
    color: #8e6f3e;
    display: inline-block;
    font-family: United Sans,Impact,Arial Black,"sans serif";
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1.4px;
    margin-bottom: .8rem;
    text-transform: uppercase;
    padding: 5px 5px 3px;
    min-width: 220px;
    text-align: center;
}

.form-wrap h2 {
    font-size: 3.125rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: .7em;
}

.form-wrap a,
.form-wrap button {
    background: none;
    border: none;
    color: #CFB991;
    padding: 0;
    text-decoration: underline;
}

.form-wrap a:hover,
.form-wrap a:focus,
.form-wrap a:active,
.form-wrap button:hover,
.form-wrap button:focus,
.form-wrap button:active {
    text-decoration: none;
}

.form-wrap .section-intro {
    font-size: 1.25rem;
    line-height: 2rem;
}

/* ONE STEP */

.form.one-step #one-step-fields {
    gap: 20px 25px !important;
}

.form.one-step .select-wrap {
	margin-bottom: 20px !important; 
}

.form.one-step .select-wrap label,
.form.one-step .input-wrap label {
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	margin-bottom: 10px !important;
}

.form.one-step .select-wrap select,
.form.one-step .input-wrap input {
	border: 1px solid #CCC !important;
	font-size: 18px !important;
	line-height: 1.45 !important;
	padding: 6px 10px 8px !important;
}

.form.one-step .select-wrap select {
	background-image:
		linear-gradient(45deg, transparent 50%, #000 50%),
		linear-gradient(135deg, #000 50%, transparent 50%),
		linear-gradient(to right, #EEE, #EEE) !important;
	background-position:
		calc(100% - 22px) calc(1em + 0px),
		calc(100% - 17px) calc(1em + 0px),
		100% 0 !important;
	background-color: #F6F6F6 !important;
	background-size: 5px 5px, 5px 5px, 2.5em 3em !important;
	margin: 0 !important;
	padding: 6px 45px 8px 10px !important;
}

.form.one-step .form-controls input {
    background: #000 !important;
    border: 2px solid #000 !important;
    border-radius: 0 !important;
    color: #CFB991 !important;
    float: none !important;
	font-family: United Sans,Impact,Arial Black,"sans serif" !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    padding: 16px 18px 12px !important;
	text-transform: uppercase !important;
    width: 100% !important;
}

.form.one-step .form-controls input:hover,
.form.one-step .form-controls input:focus,
.form.one-step .form-controls input:active {
    background: #CFB991 !important;
    border: 2px solid #CFB991 !important;
    color: #000 !important;
}

.form.one-step .select-wrap:after,
.form.one-step .input-wrap:after {
	display: none !important;
}

.form.one-step .select-wrap span.error,
.form.one-step .input-wrap span.error {
	color: red;
    font-size: 11px !important;
    font-weight: 500;
    text-transform: uppercase;
	line-height: 1 !important;
    position: absolute !important;
    padding: 2px 0 0 !important;
}

.form.one-step .tcpa,
.form.one-step .privacy {
	line-height: 1.55;
}

.form.one-step .privacy {
	margin-bottom: 0 !important;
}

.form.one-step .international-link {
	display: none !important;
}

/*******************************************
:--- Content ---:
*******************************************/
.content-section {
    background: #FFF;
    padding: 5rem 0;
}

/*******************************************
:--- Text Colors ---:
*******************************************/
.txt-black {
    color: #000 !important;
}
.txt-gold-old {
    color: #8E6F3E !important;
}
.txt-gold {
    color: #CFB991 !important;
}
.txt-gray {
    color: #555960 !important;
}
.txt-white {
    color: #FFF !important;
}

/*******************************************
:--- Border ---:
*******************************************/
.round-corners {
    border-radius: .25rem;
}
.border-gold {
    border: 2px solid #CFB991;
    padding: 12px 12px 11px;
}

/*******************************************
:--- Icons ---:
*******************************************/

.icons .giveicon .fa, .icons .visiticon .fa, .icons .eventsicon .fa {
	color: #ffd100;
}

.icon {
	font-size: 80px;
	margin: 0 0 30px 0;
}

.icon  img {
	margin-bottom: 18px;
}

.features-section {
    padding: 0 0 20px;;
    font-family: acumin-pro-semi-condensed,Franklin Gothic,sans-serif;
	text-align: center;	
	font-size: 16px;
    line-height: 20px;
    min-width: 200px;
}

.features-section .step .number {
    display: block;
	font-size: 30px;
    font-weight: bold;
}

.features-section .step {
	font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

.features-section .icon {
    color: #333;
    display: block;
	font-size: 60px;
	margin: 0 auto 15px;
}

.features-section .divider {
	display: block;
	width: 50px;
	height: 5px;
	margin: 15px auto;
	background-color: #333;
	vertical-align:bottom;
}

.features-section .step2,
.features-section .step3 {
    opacity: .6;
}

/* FOOTER */
footer {
    padding: 1.68rem 15px !important;
    text-align: center;
    background-color: #2e2e2e!important;
    color: #c4bfc0;
    font-size: .9375rem;
}
footer p {
    margin: 0;
}

footer a {
    color: #c4bfc0 !important;
    text-decoration: underline !important;
}

footer a:hover,
footer a:focus,
footer a:active {
    color: #ebd99f !important;
}

/*******************************************
:--- Media Queries ---:
*******************************************/

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
    .page-header-nav {
        flex: 1 0 46.666667%;
        max-width: 47.666667%
    }
}

/* Large Displays */
@media (max-width: 1199px) {
    .content-section {
        padding: 4rem 0;
    }
    .features-section .step {
        font-size: 18px;
        line-height: 20px;
    }
    .features-section .step .number {
        display: block;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 15px;
    }
}
 
@media (max-width: 767px) {
    .content-section {
        padding: 3rem 0;
    }
}

@media (max-width: 640px) { 
	/* hero */
	h1 {font-size: 2.3em;line-height: 1em;	}
    .tab-content {
        padding: 20px 15px 15px;
    }
}

@media (max-width: 580px) {
    .features-box .feature {
        max-width: 100%;
        margin-top: 25px;
    }
    .features-box .feature:nth-child(1) {
        margin-top: 0;
    }
}

@media (max-width: 480px) { 
	/* Hero */
	h1 {font-size: 2em;line-height: 1em;}
}

@media (max-width: 430px) { 
    section.form-section .form-wrap,
	.form-wrap {
		padding: 20px 15px;
	}
    
    .iti-mobile .intl-tel-input .country-list {
        width: 88% !important;
    }
}

@media (max-width: 320px) { 
	h1 {font-size: 1.8em;line-height: 1em;}
	h2 {font-size: 1.2em;line-height: 1em;}	
}

/*******************************************
:--- IE Fixes ---:
*******************************************/

.ie7 .name-fields label, .ie8 .name-fields label, .ie9 .name-fields label, .ie7 .contact-fields label, .ie8 .contact-fields label, .ie9 .contact-fields label {display:block!important;}

.ie7 .name-fields .required-ast-nolabel, .ie8 .name-fields .required-ast-nolabel, .ie9 .name-fields .required-ast-nolabel, .ie7 .contact-fields .required-ast-nolabel, .ie8 .contact-fields .required-ast-nolabel, .ie9 .contact-fields .required-ast-nolabel {display:none!important;}
