h1, h2, h3, h4, h5, h6 {
	 font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	 line-height: 1.2em;
}
 h1 {
	 font-weight: 900;
	 font-size: 4em;
	 line-height: 1em;
}
 h2 {
	 font-weight: 700;
	 font-size: 3em;
}
 h3 {
	 font-weight: 500;
	 font-size: 2em;
}
 .degree-type {
	 font-weight: 500;
}
 h3.intro {
	 padding-bottom: 1em;
}
 .rfi-form {
	 background-color: var(--marylandred);
}
 .rfi-form h4 {
	 color: var(--white) !important;
	 font-weight: bold;
	 padding: 1em 0 0 0;
	 font-size: 1.6em;
	 text-align: center;
}
#tfa_208,
*[id^="tfa_208["] {
    background-color: var(--white) !important;
}
 .primary-bg {
	 background-color: var(--dark-gray);
	 color: var(--white);
}
 .primary-bg h2 {
	 color: var(--gold) !important;
}
 .highlights {
	 padding: 4em 1em;
}
 .highlights li {
	 list-style-type: none;
	 margin-bottom: 3.5em;
}

ul.icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  margin-top: 2em;
}



.icon-list .fa, .icon-list .fas {
	position: absolute;
	margin-left: -1.5em;
	font-size: 2em;
	line-height: 1.5em;
	color: var(--gold);
}

.icon-paw {
  background: url("https://www.frostburg.edu/_files/images/paw-white-sm-40.png") no-repeat;
  height: 40px;
  width: 40px;
  display: inline-block;
}

 p.serif {
	 border-top: 1px solid var(--gold);
	 padding-top: .5em;
	 margin: 0 2em 0 2em;
}

 .intro {
	 font-weight: 300;
	 font-size: 1.6em;
	 line-height: 1.5em;
	 padding-top: .2em;
}

.highlights a {
    color: var(--gold);
}

.highlights a:hover {
    color: var(--gold);
    background: none;
    border-bottom: 0;
    text-decoration: none;
}

 .whatcanido {
	 padding: 2em 1em;
	 line-height: 1.6em;
}
 .whatcanido h2 {
	 font-weight: 500;
	 font-size: 1.8em;
}
 .whatcanido h3 {
	 padding: 1em 0 .5em 0;
	 font-size: 1.4em;
}
 .whatcanido ul {
	 margin-left: 3em;
}
 .whatcanido li {
	 padding: .5em 0;
}
 .whatcanido .stats {
	 border-top: 5px solid var(--marylandred);
	 text-align: center;
	 padding-top: 2em;
}
 .stats-number {
	 font-size: 3em;
	 font-weight: bold;
}
 .stats-description {
	 text-transform: uppercase;
	 font-size: .9em;
}
 .stats hr {
	 border-top: 1px dashed var(--dark-gray);
	 width: 30%;
	 border-bottom: 0;
	 padding: 1em 0 0 0;
}
 .quote-background::before {
	 top: -15px;
}
 .quote-content {
	 font-size: 1.6em;
	 line-height: 1.2em;
	 padding: 0;
	 margin: 0;
}
 .whatcanido .employment h4 {
	 font-weight: bold;
}
 .whatcanido .employment ul {
	 margin: 0;
}
 .whatcanido .employment li {
	 padding: .25em 0;
	 list-style-type: none;
}
 .secondary-bg {
	 background-color: var(--gold);
	 color: var(--dark-gray);
	 padding: 4em 0;
}
 .secondary-bg h3 {
	 text-transform: uppercase;
	 font-weight: bold;
	 padding-bottom: 1em;
}

.generic2-bg {background-color: #bababa; color: #000;  padding:}
.generic2-bg h2{color: #000 !important;}
.generic2-bg h3{font-weight: 600; font-size: 1.5em;} 

 .quaternary-bg {
	 background-color: #d9d9d9;
}

 .video .cell {
	 margin: auto;
	 padding: 0 2em;
}

.tertiary-bg {
    background-color: var(--light-gray);
    color: var(--dark-gray);
}

.related {padding: 4em 1em .75em;}
.related p {font-size: .85em; margin-bottom: 1em;}
.related li {font-size: .85em;}
.related h3 {font-size: 1.3em; border-bottom: 1px solid var(--gold);}  
.related h4 {font-size: .75em; font-weight: 500; color: #424242 !important; margin-bottom: 1em !important;} 

.related .card-primary {
    background-color: var(--white);
     padding: 1.5em;
	 margin-right: 2em;
}

.card-primary {
	 background-color: #fafafa;
	 color: #424242;
	
}

 .program-details {
	 padding: 2em 1em;
	 text-align: center;
}
 .program-details p.short {
	 font-size: 1.2em;
	 width: 90%;
	 margin: auto;
	 padding: 0 1em 2em;
}

 .nextsteps {
	 padding: 4em 1em;
	 text-align: center;
}
 .nextsteps p.short {
	 font-size: 1.2em;
	 width: 90%;
	 margin: auto;
	 padding: 0 1em 2em;
}
/**** OVERRIDES ***/
 .cell {
	 margin-bottom: 1em;
}
 label {
	 color: var(--white);
}
 [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	 display: block;
	 box-sizing: border-box;
	 width: 90%;
	 height: 2.4375rem;
	 margin: 1em;
	 line-height: 1.5;
	 color: var(--dark-gray);
}
 [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
	 outline: none;
	 border: 1px solid #8a8a8a;
	 background-color: #fefefe;
	 box-shadow: 0 0 5px #cacaca;
	 transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
 textarea {
	 max-width: 100%;
}
 textarea[rows] {
	 height: auto;
}
 input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	 background-color: #e6e6e6;
	 cursor: not-allowed;
}
 [type='submit'], [type='button'] {
	 appearance: none;
	 border-radius: 0;
}
 input[type='search'] {
	 box-sizing: border-box;
}
 ::placeholder {
	 color: #cacaca;
}
 [type='file'], [type='checkbox'], [type='radio'] {
	 margin: 0 0 1rem;
}
 [type='checkbox'] + label, [type='radio'] + label {
	 display: inline-block;
	 vertical-align: baseline;
	 margin-left: 0.5rem;
	 margin-right: 1rem;
	 margin-bottom: 0;
}
 [type='checkbox'] + label[for], [type='radio'] + label[for] {
	 cursor: pointer;
}
 label > [type='checkbox'], label > [type='radio'] {
	 margin-right: 0.5rem;
}
 .btn.submit {
	 margin-left: 1.5em;
	 margin-bottom: 1.5em;
}

.wForm .inputWrapper {
    display: block;
}

/* Paging behavior buttons */
.wForm .wfPagePreviousButton,
.wForm .primaryAction,
.wForm .wfPageNextButton {
    padding: 1em; 
    border: 0; 
    text-transform: uppercase;  
    font-weight: bold;
    margin: 1em;}
	
.wForm .wfPagePreviousButton,
.wForm .wfPageNextButton {background: var(--gold); color: var(--dark-gray);}		
.wForm .primaryAction {background: var(--gold); color: var(--dark-gray);}		

.terms {font-size: .85em; margin: 1em; color: var(--white);}


.label { color: var(--white);
    font-size: 1em;
}

 @media screen and (min-width: 40em) {
     
     
.icon-list li {
		width: 45%;
		margin: 2em 0 0 0;
}
	 .whatcanido {
		 padding: 4em 1em 0 1em;
	}
	 .whatcanido h2 {
		 font-size: 2.5em;
	}
	 .whatcanido h3 {
		 font-size: 1.8em;
	}
	 .whatcanido .employment .cell:nth-child(1) {
		 border-right: 1px dashed #666;
	}
	 .nextsteps p.short {
		 width: 80%;
		 font-size: 1.4em;
		 line-height: 1.6em;
		 padding: 0 2em 2em;
	}
}
 @media screen and (max-width: 63.9375em) {
	 h1 {
		 font-size: 3em;
		 line-height: 1.2em;
	}
	 h2 {
		 font-size: 2em;
	}
	 h3.intro {
		 font-size: 1.4em;
	}
}
.eab-cta {
  background-color: #ab0000;
  background-repeat: repeat-x;
}