/* Prefix Styles with .marketing */


.marketing .opaque_band {
	background: rgb(0,0,0,.5);
}
.marketing .btn-warning {
	background-color: #F39C12;
	border-color: #F39C12;
	color: #000 !important;
}

.marketing .btn-warning:hover {
	background-color: #E67E22;
	border-color: #E67E22;
}

.marketing .btn-warning:focus {
	color: #000 !important;
}

.marketing .three_icons img {
	width: 125px;
	height: 125px;
}

.marketing .quote {
   	font-size: 1.1rem;
  	background-color: #efefef;
  	padding-top: 1rem;
  	padding-bottom: 1rem;
}
.marketing .quote img {
	width: 175px !important;
	height: 175px !important;
	border: 1px solid #ccc;
}
@media (min-width: 992px) {
	.marketing .quote {
    	font-size: 1.25rem;
    	font-style: italic;
	}
	.marketing .quote img {
		width: 225px !important;
		height: 225px !important;
	}
	.marketing .three_icons img {
		width: 175px;
		height: 175px;
	}
}
@media (min-width: 768px) {
	.marketing .quote {
   		border-left: 10px solid navy;
  		border-right: 10px solid navy;
	}
}


.marketing table.bg-lt-blue {
	background-color: #0099D6;
}
.marketing .bg-dk-blue {
	background-color: #1F3D7B;
}

.marketing table.bg-lt-blue td,
.marketing table.bg-lt-blue th {
	font-size: .85rem;
}
@media (min-width: 768px) {
	.marketing table.bg-lt-blue td,
	.marketing table.bg-lt-blue th {
		font-size: 1rem;
	}
}

.marketing .modal_buttons a:focus {
	color: #0275d8 !important;
}

.marketing a:focus {
	text-decoration: underline;
}

.marketing h2 {
	font-family: 'Roboto Slab',serif;
}

@media (min-width: 992px) {
	.marketing h2 {
		font-size: 2.5rem !important;
	}
}

.marketing .start_here_bg {
	background-image: url('/sites/default/files/MarketingPages/transfer/start_here_cropped.jpg');
	background-repeat: no-repeat;
	padding-bottom: 30px;
}


.marketing .start_here_bg h2 {
	color: #FFF !important;
	font-size: 3rem !important;
	font-family: arial;
}

@media (min-width: 992px) {
	.marketing .start_here_bg h2 {
		font-size: 5rem !important;
	}
}

.marketing table.area_of_study {
	margin-bottom: 3rem;
}

.marketing table.area_of_study span.fa.fa-check {
    font-size: 1.25rem;
    color: #0070B9;
}

.marketing .table td, .marketing .table th {
	border-top: none;
}

.marketing table.area_of_study tbody tr td:nth-child(1) {
	width: 60%;
}
.marketing table.area_of_study tbody tr td:nth-child(2) {
	width: 40%;
}


@media (max-width: 767px) {
	.marketing table.area_of_study tbody tr td:nth-child(3), 
	.marketing table.area_of_study thead tr th:nth-child(3) {
		display: none !important;
	}
	.marketing table.area_of_study tbody tr td:nth-child(4), 
	.marketing table.area_of_study thead tr th:nth-child(4) {
		display: none !important;
	}

}

@media (min-width: 768px) {
	.marketing table.area_of_study tbody tr td:nth-child(1) {
		width: 55%;
	}
	.marketing table.area_of_study tbody tr td:nth-child(2) {
		width: 25%;
	}
	.marketing table.area_of_study tbody tr td:nth-child(3) {
		width: 10%;
	}
	.marketing table.area_of_study tbody tr td:nth-child(4) {
		width: 10%;
	}
	.marketing table.area_of_study th.area_of_study_title {
		font-size: 1.25rem !important;
	}

}


.marketing table.area_of_study tbody tr {
	border-bottom: 2px solid #eceeef;
}

.marketing table.area_of_study th.area_of_study_title {
	font-size: 1.0rem;
}


.marketing table.area_of_study thead tr {
	color: #1F3D7B;
}

.marketing table thead th {
	vertical-align: middle;
}
