@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;
}

/*******************************************
:--- Form ---:
*******************************************/
.hide {
    display: none;
}

/* Form - Inline */

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

.form-wrap.inline .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.inline h2 {
    font-size: 3.125rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: .7em;
}

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

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

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

/*******************************************
:--- 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;
}

/*******************************************
:--- Form Fields ---:
*******************************************/

/* defaults/hacks */
.program-section input.radio {
    float: left;
    display: inline-block;
    margin: 10px 10px 8px 0;
}

.program-section .required-ast-nolabel,
.contact-section .required-ast-nolabel {
    display:none;
}
.required-ast-nolabel {
    margin: 0;
    position: absolute;
}
#syndicate_form .formfooter-section {
    float: right;
    width: 49%;
    margin: 10px 0;
	clear: both;
}
#syndicate_form .contact-fields, 
#syndicate_form .name-fields {
    width: 100%;
    margin:0;
}
#syndicate_form .contact-fields .fields, 
#syndicate_form .name-fields .fields {
    width: 49%; 
    float: left; 
}

#syndicate_form .contact-fields .fields:first-child, 
#syndicate_form .name-fields .fields:first-child {
    margin-right: 1%;
}

.label {
	width:100%;
	display: block!important;	
	font-size: 14px;
	padding: 5px 0;
	font-weight: 700 !important;
	color: #000 !important;
	text-align: left;
	border-radius: 0;
    text-transform: uppercase;
}

.radio-wrap {
    display: inline-block;
    min-width: 30%;
}

.form-wrap .courses-list {
    display: block;
    border-bottom: 1px solid #EEE;
    padding-bottom: 15px;
}

.form-wrap .courses-list .radio-wrap:nth-child(2) {
    min-width: 21%;
}

.radio-wrap .label {
    font-size: 16px;
    font-weight: normal !important;
    text-transform: none;
}

.checkbox-wrap {
    display: block;
    line-height: 1.3;
}

.checkbox-wrap label.checkbox {
	display: inline-block !important;
    float: none !important;
    font-size: 16px;
	font-weight:normal !important;
	width: auto;
    padding: 0;
    margin: 0;
}

.checkbox-wrap input.checkbox {
	float: none;
	display: inline-block;
	margin: 0 8px 0 0;
}

select {
    width: 100%;
	background: url(../../images/down-arrow.png) no-repeat right, -moz-linear-gradient(top, #FFF 0%, #FFF 100%);
	background: url(../../images/down-arrow.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#FFF));
    appearance:none;
	-webkit-appearance:none;
    -moz-appearance: none;
	text-overflow: '';
    font-size: 16px;
    padding: 5px 10px;
}

#syndicate_form select:focus {
	border-color: #c76c14;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(227,238,214,1);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(227,238,214,1);	
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(227,238,214,1);
}

.name-fields, .contact-fields {
	margin-top: 20px;
}

.name-fields input, 
.contact-fields input {
	background: #FFF !important;
	border: 1px solid #CCC !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 16px !important;
    line-height: 1.85;
    padding: 6px 10px 8px !important;
    width: 100% !important;
}

.name-fields inputfocus, .contact-fields input:focus {
	border: 1px solid #c76c14;
}

/* buttons */

#backButton {float: left;width: 30%;}

#continueBtn {
	padding: 15px 12px 14px !important; 
	border-radius: 0;
	background-color: #000;
	border: 2px solid #000;
	color: #CFB991;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-weight: 700;
	float: right;
	margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 1;
    width: 100%;
}

#continueBtn:hover {   
	background-color: #FFF;
    color: #8E6F3E;
	transition: all .2s ease-in-out;	
}

#backBtn {
	padding: 15px 12px 14px; 
	border-radius: 0;
	background-color: #EEE;
	border: 2px solid #EEE;
	color: #8f8f8f;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.submit_y {  
	padding: 15px 12px 14px; 
	border-radius: 0;
	background-color: #000;
	border: 2px solid #000;
	color: #CFB991;
    font-family: "United Sans",Impact,"Arial Black","sans serif";
    font-weight: 700;
	float: right;
	margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 1;
    width: 100%;
}

.submit_y:hover {   
	background-color: #FFF;
    color: #8E6F3E;
	transition: all .2s ease-in-out;	
}

/* footer */

#trustbuilder {
	font-size: 11px;
	margin: 0;
}

.required-ast {color:red;}

.syndicate-tcpa p {
	line-height: 1.5em;
	margin: 10px 0 0;
}

.tcpa-3step {
	clear:both;
	float: left;
	margin: 10px 0;
	font-size: 0.625em;
	line-height: 1.2em;
}

#syndicate_form .fields {
    position: relative;
    margin-bottom: 1em;
}

.errors {
    position: absolute;
    right: 0;
    top: 8px;
}

/* tooltip */

.tooltip {
    width: 216px;
    height:59px;
    background: url(../../images/form-overlay-bubble-3step.png) no-repeat!important;
    margin-top:0!important;
}

/* placeholder text */
#syndicate_form input::-webkit-input-placeholder {
   color: #BBB;
}

#syndicate_form input:-moz-placeholder { /* Firefox 18- */
   color: #BBB;  
}

#syndicate_form input::-moz-placeholder {  /* Firefox 19+ */
   color: #BBB;  
}

#syndicate_form input:-ms-input-placeholder {  
   color: #BBB;  
}

/* Employers Dedicated Page International Phone Field */

#PURDUE-MULTISTEP-EMPASSETS-Wrap label {white-space: normal;line-height:125%;}

.intl-tel-input {float: left;width:97%;}
.intl-tel-input input {text-indent:40px;width:100%!important;}

#error-msg {
  color: red;
  font-size: 11px;
  clear: left;
  float: left;  
}

/* International Phone */
.form-wrap .intl-tel-input .country-list {
    color: #000;
    line-height: 20px;
	width: 300px;
	white-space: normal;
}

/* .bottom is a default class of bootstrap's popover but is also used in purdue default, overwriting styles here */
.popover {
  overflow: hidden;
  padding: 10px;
  background-color: #b1810b;
  color: #fff;
  text-align: center;
  line-height: 1.1em;
  display:block;
  width:100%;
  margin: 10px 0;
  padding-bottom: 10px!important;
  font-size: 14px;
}

.popover.left {
  left: 20!important;
}

/* 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%
    }
}
@media (max-width: 1440px) {
    .radio-wrap {
        display: block;
        min-width: 100%;
    }
}

/* Large Displays */
@media (max-width: 1199px) {
    .content-section {
        padding: 4rem 0;
    }
    .form {
        margin-top: auto;
    }
    .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) {

	.btn {
        width:100%;
        margin: 3px 0;
    }
	#syndicate_form .contact-fields, 
    #syndicate_form .name-fields {
        width: 100%;
    }
	#syndicate_form .contact-fields .fields, 
    #syndicate_form .name-fields .fields {
        width: 100%; 
        float: none; 
    }
    .content-section {
        padding: 3rem 0;
    }
}

@media (max-width: 640px) { 
	.fields {
        width:100%;
    }
	.checkbox-wrap {
        float: left;
        width:100%;
        margin-top:4px;
    }
	.submit_y {  
		padding: 15px 50px;  
		float: right;	
	}
	/* hero */
	h1 {font-size: 2.3em;line-height: 1em;	}
    .tab-content {
        padding: 20px 15px 15px;
    }
    .form {
        padding: 5px 20px 20px;
    }
}

@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) { 
	.submit_y {padding: 15px 20px;}
	#backButton {float: left;width: 20%;}
	#continueBtn {padding: 15px 50px;}
	#backBtn {padding: 8px 20px;}

	/* Hero */
	h1 {font-size: 2em;line-height: 1em;}
}

@media (max-width: 430px) { 
    section.form-section .form-wrap,
	.form-wrap.inline {
		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;}	

	.submit_y {padding: 15px 10px;}
	#backButton {float: left;width: 20%;}
	#continueBtn {padding: 15px 30px;}
	#backBtn {padding: 8px 5px;}
}

/*******************************************
:--- 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;}
