/*------------------------------------------------------------------ 
	General CSS
-------------------------------------------------------------------*/
body {
	background: #fff;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #585757;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
	outline: 0 solid;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 24px;
	line-height: 24px;
}
h1.navbar-brand_ {
	position: absolute;
	margin: 0;
	padding: 0;
}
h1.navbar-brand_ a {
  display: inline-block;
  padding: 0;
  width: 110px;
  padding-top: 7px;
}
h2 {
	font: bold 30px/28px 'Passion One';
	color: #555a78;
	text-transform: uppercase;
	margin: 1px 0 21px 0;
}
.common h2{
	margin-bottom: 40px;
}
h2.indent {
	margin: 0 0 27px 0;
}
h3 {
	font: bold 22px/30px 'Passion One';
	color: #555a78;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
h3 a{
	color: #555a78;
}
h4 {
	font: bold 13px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555a78;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}
.clear{
	clear:both;
}
.pt-0{
	padding-top:0;
}
.pt-20{
	padding-top:20px;
}
.ptb-20{
	padding:20px 0;
}
.pb-20{
	padding-bottom:20px;
}
.pt-30{
	padding-top:30px;
}
.ptb-30{
	padding:30px 0;
}
.pb-30{
	padding-bottom:30px;
}
.pt-40{
	padding-top:40px;
}
.ptb-40{
	padding:40px 0;
}
.pb-40{
	padding-bottom:40px;
}
.pt-50{
	padding-top:50px;
}
.ptb-50{
	padding:50px 0;
}
.pb-50{
	padding-bottom:50px;
}
.pt-70{
	padding-top:70px;
}
.ptb-70{
	padding:70px 0;
}
.pb-70{
	padding-bottom:70px;
}

.fa-check {
	color: green;
	margin-right: 10px;
}
.youtube_player {
	width: 100%;
	height: 307px;
}
table th {
	color: #12007D;
	background-color: #ececec
}
table td {
	color: #000;
}
table th, table td {
	padding: 5px 20px;
	border: 1px solid #ececec;
}
.text-dark {
	color: #333;
}
.img-carousel {
	width:90% !important;
	border-radius: 50px;
}
.img-carousel.img-tall {
	width: 45% !important;
}
.center {
	text-align: center;
}
.submenu-label {
	text-align: left;
    font-size: 15px !important;
    color: #F3CB22;
	padding-left: 20px !important;
	padding-top: 5px !important;
}

/*------------------------------------------------------------------ 
	Tooltips
-------------------------------------------------------------------*/
.tooltip-alt {
	position: absolute;
	right: 10px;
	display: inline-block;
	cursor: pointer;
	background-color: #12007D;
	border-radius: 5px;
	color: #ccc;
	padding: 3px 5px;
	margin-left: 30px;
  }
  .tooltip-alt .tooltiptext {
	visibility: hidden;
	width: 300px;
	height: 135px;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
	position: absolute;
	z-index: 99999;
	bottom: -235%;
	left: -15px;
	margin-left: -300px;
	opacity: 0;
	transition: opacity 0.3s;
  }
  .tooltip-alt .tooltiptext strong {
	  color: #F3CB22;
  }
  .tooltip-alt .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #555;
  }
  .tooltip-alt:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
  }

/*------------------------------------------------------------------ 
	Sections
-------------------------------------------------------------------*/
.du-section-ash {
	background-color: #f8f8f8;
}
.du-section-white{
	background-color: #ffffff;
}
.hca {
	padding: 107px 0 0 0;
	background: #f2f2f2;
}

/*------------------------------------------------------------------ 
	Preloader
-------------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999;
  height: 100%;
  height: 100%;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/load.gif) no-repeat center center;
  margin: -170px 0 0 -100px;
}

/*------------------------------------------------------------------ 
	UI Bottom to Top
-------------------------------------------------------------------*/
#toTop {
	display: none;
	width: 32px;
	height: 32px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -660px !important;
	right: 50%;
	bottom: 224px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}

/*------------------------------------------------------------------ 
	Homepage
-------------------------------------------------------------------*/
.welcome-message { padding-top: 0; padding-left: 15vw; }
.welcome-message h1 {
  font-size:50px;
  font-weight: 900;
}
.our-schools {
	position: relative;
	overflow: hidden;
	padding: 62px 0 37px 0;
	background: #ffffff url(../img/triangle.png) center top no-repeat;
}
.du-news {
  background: #12007D url("../img/triangle.png") no-repeat scroll center top;
  color: #fff;
  overflow: hidden;
  padding: 62px 0 37px;
  position: relative;
}
.du-success-story {
	position: relative;
	overflow: hidden;
	padding: 62px 0 67px 0;
}
.du-schools-item {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: center;
}
.du-schools-item .du-caption-box {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.du-schools-item figure {
	margin: 0 0 26px 0;
}
.du-schools-item figure img {
	width: 100%;
}
.du-schools-item .du-caption-box .du-caption {
	padding: 0;
	overflow: hidden;
}
/*------------------------------------------------------------------ 
	Feature
-------------------------------------------------------------------*/
.du-feature-box {
	margin: 0 0 63px 0;
	padding: 86px 35px 49px 35px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #dadada;
	text-align: center;
	overflow: visible !important;
}
.du-feature-box .badge {
	padding: 7px;
	margin: 0 0 0 -47px;
	width: 94px;
	height: 94px;
	line-height: 94px;
	text-align: center;
	border-radius: 100%;
	background: #12007D;
	float: left;
	margin-right: 34px;
	position: absolute;
	top: -44px;
	left: 50%;
	box-shadow:0px 0px 2px #ddd;
	-webkit-transition: all .4s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.du-feature-box .badge:before {

	background: none repeat scroll 0 0 #7e7e7e;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    content: "";
    height: 100%;
    left: 0;
    opacity: 0.26;
    position: absolute;
    top: 0;

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

    width: 100%;
    z-index: 9;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;

}
.du-feature-box .badge:after {
    background: none repeat scroll 0 0 #7e7e7e;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

    content: "";
    height: 100%;
    left: 0;
    opacity: 0.10;
    position: absolute;
    top: 0;

    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);

    width: 100%;
    z-index: 9;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.du-feature-box .badge:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	box-shadow:0px 0px 25px 1px rgba(0,0,0,0.2);
}
.du-feature-box .du-caption-box {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.du-feature-box .du-caption-box .du-caption {
	padding: 0;
	overflow: hidden;
}
.du-feature-box .du-caption-box .du-caption p {
	margin-bottom: 20px;
}
.du-feature-box .du-caption-box .du-caption .title {
	text-transform: uppercase;
	font: bold 22px 'Passion One';
	color: #555a78;
	margin-bottom: 13px;
}

.du-support-content {
	margin-top: 50px;
}

.du-support-content .du-feature-box {
	padding: 70px 15px 5px 15px;
}
.du-support-content .hca-wrapper {
	min-height: 297px;
}
.du-support-content #bloomerangSecureDonationLink img {
	width: 100%;
	max-width: 300px;
}
.du-support-content .du-feature-box .du-caption-box .du-caption .title {
	font-size: 19px;
}

/*------------------------------------------------------------------ 
	Btn Override
-------------------------------------------------------------------*/
.btn-default.du-common-property {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 20px;
	font: bold 13px/34px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background: #555a78;
	border: 1px solid #555a78;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.du-common-property:hover {
	color: #555a78;
	background: transparent !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

/*------------------------------------------------------------------ 
	Header
-------------------------------------------------------------------*/
header {
	margin: 0;
	padding: 0;
	width: 100%;
}
header .box {
	background: #12007D;
}
.navbar-row {
	margin-left:7vw;
}
.du-page-header{
	background-color: #f8f8f8;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f0f0f0;
}
.du-page-header .breadcrumbs {
	text-align: left;
	padding-top: 5px !important;
}
.du-page-header .breadcrumbs a {
	margin: 20px;
}
.flexy-menu a {
	white-space: nowrap !important;
}
.du-breadcrumbs .container {
	margin-left: 10vw !important;
	margin-right: 0 !important;
	width: auto !important;
}
.du-breadcrumb-title {
	position: relative;
	top: 2px;
	white-space: nowrap;
}
.du-breadcrumb-title h3{
	margin-bottom: 0;
	white-space: nowrap;
}
.du-breadcrumb-title .fa {
	margin-right: 10px;
}
.du-choose-list{
	padding: 0;
}
.du-choose-list li {
  font-size: 13px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 16px;
  padding-left: 19px;
  background: url(../img/list_arrow.png) left 5px no-repeat;
  border-bottom: 1px solid #f1f2f2;
  padding-bottom: 15px;
}
.bullet {
	width: 15px;
	display: inline-block;
	background: url(../img/list_arrow.png) left 5px no-repeat;
}
.du-choose-list li:last-child {
	border-bottom: 0;
}
.du-choose-list li a{
	  color: #333;
}
.du-choose-list li a:hover{
	color: #12007D;
}
.du-all-forms .du-choose-list {
	margin-bottom: 20px;
}
.du-all-forms .du-choose-list li, .du-ptf-content .du-choose-list li {
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom: none;
}
.du-ptf-content .du-choose-list li {
	text-align: left;
}
.du-all-forms h4 {
	text-align: left !important;
}

/*------------------------------------------------------------------ 
	Footer
-------------------------------------------------------------------*/
footer {
	padding: 16px 0;
	color: #ccc;
	background: #12007D;
	font-size: 14px;
	text-align: center;
}
footer p {
	font: bold 13px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fcf6f6;
	text-transform: uppercase;
	margin: 0;
	float: left;
}
footer p a {
	color: #fcf6f6;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #555a78;
}
footer em {
	font-style: normal;
}
footer span {
	padding: 0 2px;
}
footer .f-divider {
	padding:5px; color: #F3CB22; font-weight: bold;
}

/*------------------------------------------------------------------ 
	About
-------------------------------------------------------------------*/
.du-contact h4{
	padding-bottom: 10px;
}
.du-contact .du-choose-list li{
	border-bottom: 0;
	padding-bottom: 0;
}
.du-google-map iframe{
	width: 100%;
	height: 400px;
}
.du-google-map {
  	padding-top: 10px;
}
.du-contact .du-google-map {
	padding-top: 0;
}
.employment-table {
	margin: 50px auto;
}
.employment-table td {
	border: none;
	padding: 5px 25px;
}

/*------------------------------------------------------------------ 
	Faculty
-------------------------------------------------------------------*/

.faculty-short-info {
	margin-left: 17px;
}
.faculty-short-info .du-choose-list li{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 5px;
}

/*------------------------------------------------------------------ 
	Admission
-------------------------------------------------------------------*/
.admission-feature {
  text-align: center;
}
.du-admissions .thumbnail .du-choose-list li {
  border-bottom: 0;
  padding-bottom: 0;
  background: none;
  padding: 0;
  margin-right: 10px;
  display: inline-block;
}
.admissions-checklist .du-choose-list {
	margin-top: 25px;
}
.admissions-checklist .du-choose-list li {
	background: none;
}
.admissions-checklist.supply-checklist .du-choose-list {
	margin-top: 0;
}

/*------------------------------------------------------------------ 
	Pagination
-------------------------------------------------------------------*/

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #20acb8;
  border-color: #20acb8;
}

/*------------------------------------------------------------------ 
	Courses
-------------------------------------------------------------------*/
.course-offerings .du-choose-list {
	text-align: left;
	margin-top: 20px;
}
.course-offerings .du-choose-list li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.affiliations .thumbnail {
	width:600px;
	margin:30px auto;
}
.affiliations a {
	display: inline-block;
}
.du-about,.du-beyond,.du-admissions,.du-athletics,.du-preschool,
.du-lowerschool,.du-upperschool,.du-support,.du-clubs {
	min-height: 80vh;
}

/*------------------------------------------------------------------ 
	Banner Area
-------------------------------------------------------------------*/
.du-featured-photo {
	position:relative;
	overflow:hidden;
	z-index: 1;
}
.du-featured-text {
  color:#12007D;
  position: absolute;
  top: 0;
  text-align: center;
  z-index:99;
  width: 600px;
}
#featuredText1 {
	left: 10%;
}
#featuredText2 {
	left: 37%;
}
.du-featured-photo img {
  width: 100%;
}
#homepageMainPhoto1, #homepageMainPhoto2 {
	position: absolute;
	width: 100%;
}
.du-testimonial-img {
  overflow: hidden;
  text-align: center;
  width: 102px;
  margin: 0 auto;
}

/*------------------------------------------------------------------ 
	Responsive
-------------------------------------------------------------------*/
@media (max-width: 1400px) {
	.du-breadcrumbs .container {
		margin-left: 5px !important;
	}
	.logo-large {
		top: 40px !important;
	}
	.flexy-menu {
		min-height: 50px;
	}
	.img-carousel {
		border-radius: 40px;
	}
}
@media (max-width: 1300px) {
	.navbar-row {
		margin-left: 0 !important;
	}
	.breadcrumbs {
		max-width: 800px !important;
		margin-left: 40px !important;
	}
	.breadcrumbs a {
		margin: 10px !important;
		white-space: nowrap;
	}
	.flexy-menu {
		padding-left: 120px !important;
	}
	.flexy-menu > li > a {
		padding: 20px 13px !important;
	}
	.indicator {
		display: none;
	}
	.img-carousel {
		border-radius: 30px;
	}
}

@media (max-width: 1200px) {
	.flexy-menu {
		padding-left: 60px !important;
	}
	.flexy-menu > li > a {
		padding: 20px 9px !important;
	}
	.team-box {
		margin: 15px auto !important;
	}
	.du-upperschool .team-content .team-box {
		min-height: 415px !important;
	}
	.tooltip-alt .verse {
		display: none;
	}
	.tooltip-alt .fa-book {
		margin-right: 0 !important;
	}
	.img-carousel {
		border-radius: 20px;
	}
}
@media (max-width: 1100px) {
	.flexy-menu > li > a {
		padding: 20px 7px !important;
	}
	.hca-name {
		display: none !important;
		top: 5px !important;
	}
}
@media (max-width: 1050px) {
	.hca-name {
		font-size: 20px !important;
		left: 57px !important;
	}
}
@media (max-width: 1000px) {
	.du-upperschool .team-content .team-box {
		min-height: 448px !important;
	}
	.logo-large {
		top: 25px !important;
	}
	.flexy-menu {
		width: auto !important;
	}
	.flexy-menu ul {
		top: 50px !important;
	}
	.flexy-menu > li {
		min-height: 50px;
	}
	.flexy-menu > li > a {
		padding: 20px 25px !important;
	}
	.flexy-menu > li > a > span {
		display: none;
	}
	.breadcrumbs a {
		width: 150px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
		margin: 5px !important;
		white-space: nowrap;
		padding-left: 15px;
	}
	.logo-small {
		width: 42px !important;
	}
	.i-20 {
		font-size: 30px !important;
	}
	.i-25 {
		font-size: 25px !important;
	}
	.i-17 {
		font-size: 27px !important;
	}
	.i-19 {
		font-size: 28px !important;
	}
	.i-15 {
		font-size: 24px !important;
	}
	.i-20,.i-25,.i-17,.i-19,.i-15 {
		position: relative;
		top: -5px;
	}
	.tooltip-alt {
		display: none;
	}
	.principal-photo .img-responsive, .early-college-pic.img-responsive, .alumni-pic.img-responsive {
		margin: auto !important;
	}
	.du-admission-content .caption p {
		min-height: auto !important;
	}
	.du-support-content .hca-wrapper {
		min-height: auto;
	}
	.img-carousel {
		border-radius: 10px;
	}
	.img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
	#featuredText1 {
		left: 5%;
	}
	#featuredText2 {
		left: 32%;
	}
}

@media (max-width: 767px) {
	.hca-name {
		display: block !important;
	}
	.logo-large {
		top: 0px !important;
		width: 160px !important;
	}
	.flexy-menu {
		max-width: 80% !important;
		float: right !important;
	}
	.du-feature-box {
	  margin: 0 0 93px 0;
	  height: auto !important;
	}
	.flexy-menu > li > a > span {
		display: block;
	}
	.tooltip-alt {
		display: none;
	}
	.du-featured-text {
		color:#12007D;
		position: absolute;
		top: 70%;
		width: 100%;
		text-align: left;
		left: 0;
		background-color: #ececec;
		border-radius: 10px;
		z-index:99;
	}
	.rotate {
        text-shadow: none !important;
    }
	.welcome-message {
		padding-left: 0;
		white-space: nowrap;
	}
	.welcome-message h1 {
		font-size:18px;
		position: relative;
		top: -5px;
	}
	.breadcrumbs {
		margin-left: 0 !important;
	}
	.affiliations .thumbnail {
		width:100%;
	}
	.affiliations a {
		display: block;
	}
	#featuredText1 {
		left: 0;
	}
	#featuredText2 {
		left: 0;
	} 
}

@media (min-width: 1200px) {
	.container {
		width: 1190px !important;
	}
}