*{	
	padding: 0; 
	margin: 0; 
	box-sizing: border-box; 
	line-height:1;
	font-family: 'Roboto', sans-serif; 
	font-weight: 400; 
	color:#525151;}
body{	
	background: #fff;
	color:#525151;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
strong,
strong em{
	font-weight: 700;
}
#skiptocontent a{	
	position: absolute;
	top: -40px;
	left: 0;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: #BF1722;
	z-index: 100000;
	color: #fff;
	padding: 5px;
}

/************ Header ***************/
header{
	background-color: #fff;
	z-index: 20;
	width: 100%;
	top:0;
	position: relative;
}
.upper_header{
	hheight: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #F5F5F5;
	padding: 4px 0;
}
.upper_header ul{
	display: flex;
	list-style: none;
}
.upper_header a{
	font-size: 12px;
	padding: 4px 10px;
	display: block;
	color: #666;
}
.upper_gi a{
	display: block!important;
	font-size: 13px!important;
}
.upper_header a.header_phone{
	font-weight: bold;
	color: #000;
	font-size: 14px;
}

/********** Navigation **********/
nav{	
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	transition: .5s ease;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
nav.full_height{
	height: 100px;
}
nav.smaller_height{
	height: 50px;
}
.navigation_close_x{
	display: none;
}
.mobile_view_all{
	display: none;
}
.header_logo{
	transition: .5s ease;
}
.full_height .header_logo{
	width: 130px;
}
.smaller_height .header_logo{
	width: 80px;
}
.header_logo img{
	width: 100%;
	height: auto;
}
.mobile_form_menu{
	display: none;
}
.navigation > ul{
	display: flex;
	list-style: none;
	background-color: #fff;
}
.navigation > ul > li > a{
	position: relative;	
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	transition: .5s ease;
}
.full_height .navigation > ul > li > a{
	padding: 20px 20px;
	margin: 0 5px;
}
.smaller_height .navigation > ul > li > a{
	padding: 10px 30px;
	margin: 0 5px;
}
.navigation > ul > li.menu_drop{
	position: relative;
}
.navigation > ul > li.menu_drop > a::before{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #0F8099;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .5s cubic-bezier(1,.25,0,.25) 0s;
	transition: all .5s cubic-bezier(1,.25,0,.25) 0s;
}
.navigation > ul > li.nav_on > a::before{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #0F8099;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.navigation > ul > li.nav_on > a{
	color: #0F8099;
}
.full_height .navigation > ul > li.menu_drop > a::before{
	bottom: 10px;
	height: 3px;
}
.full_height .navigation > ul > li.menu_drop > a::before{
	bottom: 10px;
	height: 3px;
}
.smaller_height .navigation > ul > li.menu_drop > a::before{
	bottom: 0px;
	height: 2px;
}
.navigation > ul > li.menu_drop > a:hover{
	text-decoration: none;
	color: #0F8099;
}
.navigation > ul > li.menu_drop > a:hover::before{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.navigation > ul > li.menu_drop > div {
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 10px 24px 20px 24px;
	left: 10px;
	z-index: 10000;
}
.navigation > ul > li.menu_drop > div > ul > li > a,
.navigation > ul > li.menu_drop > div > span > ul > li > a{
	font-size:	16px;
	padding: 10px 0;
	display: block;
	line-height: 1.3;
}
.navigation > ul > li.menu_drop > div ul{
	list-style: none;
	width: 170px;
}
.navigation > ul > li.menu_drop > div p{
	font-weight: 900;
	margin-bottom: 10px;
	color:#0F8099;
	font-size: 16px;
}
.navigation > ul > li.menu_drop > div p a{
	font-weight: 900;
	margin-bottom: 10px;
	color:#0F8099;
	font-size: 16px;
}
.navigation > ul > li.menu_drop > div span.menu_drop_container_programs{
	display: flex;
	left: -130px;
}
.navigation > ul > li.menu_drop > div span.menu_drop_container_programs ul:nth-of-type(1) {
	width: 200px;
	margin-right: 40px;
}
.navigation > ul > li.menu_drop > div span.menu_drop_container_programs ul:nth-of-type(2) {
	width: 240px;
}
.subnav_on a{
	color: #0F8099;
	font-weight: 700;
	cursor: default;
}
.subnav_on a:hover{
	text-decoration: none;
}

.full_height .navigation > ul > li > a.header_btn,
.smaller_height .navigation > ul > li > a.header_btn{
	background-color: #c10;
	color:#fff;
	margin: 0 30px;
	transition: .5s ease;
}
.header_btn:hover{
	background-color: #666;
	text-decoration: none;
}
.search_button_container {
	display: flex;
    align-items: center;
}
.search_button {
    border: none;
    outline: 0;
    background: 0 0;
    cursor: pointer; 
}
.ssearch_button::after {
    content: url(../images/icon-search.svg);
}
.search-bar input[type=submit] {
    background: #c10000 url(../images/icon-search-white.svg) center no-repeat;
    background-size: 40% auto;
    position: absolute;
    width: 64px;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
.search-bar input[type=text] {
    padding: 1em 3em 1em 1em;
    width: calc(100% - 3em);
    margin-left: 3em;
    height: 3em;
}
.search-bar input {
    border: none;
    outline: 0;
}
.search-bar.collapse.show .search-backdrop {
    opacity: 1;
    pointer-events: auto;
}
.search-bar-container{
	display: none;
	position: fixed;
	width: 100%;
	z-index: 100000;
	left: 0px;
}
.full_height_position {
	top: 130px;
}
.smaller_height_position {
	top: 50px;
}
.search-bar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transition-duration: .2s;
}
.search-bar .search-close {
    width: 22px;
    height: 22px;
    position: relative;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
    cursor: pointer;
}
.search-bar.collapse .search-backdrop {
    position: absolute;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
    transition: opacity .1s ease;
    pointer-events: none;
    z-index: -1;
}
.search-bar .search-close:before {
    top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-bar .search-close:after, .search-bar .search-close:before {
    content: '';
    position: absolute;
    background: #004d5a;
    left: 0;
    width: 31.108px;
    height: 2px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.search-bar .search-close:after {
    bottom: -1px;
    -webkit-transform: rotate(
		-45deg
		);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search-bar .search-close:after, .search-bar .search-close:before {
    content: '';
    position: absolute;
    background: #c10000;
    left: 0;
    width: 31.108px;
    height: 2px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.search-bar:after {
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,0) 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10000000;
    }
button, input {
    overflow: visible;
}
.search-bar input[type=text] {
    padding: 10px 20px;
    width: calc(100% - 60px);
    margin-left: 60px;
    height: 60px;
    font-size: 20px;
}

/********* Homepage Custom ***********/

.slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease;
    -webkit-transition: opacity 1s ease;
    height: 500px;
}
.slider.slick-initialized {
    visibility: visible;
    opacity: 1;
    height: auto;   
}
.slick-slide{
	position: relative;
}
.slider_content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 80%;
}

.slider a.link_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color: #000;
	opacity: .4;
}

.slider_image:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.3);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.slider_content h1{
	font-size: 4.8vw;
	font-weight: 700;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif; 
	text-shadow: 3px 2px 2px #000000;
	line-height: 1.0;
	margin-bottom: 30px;
}
.slider_content p{
	font-size: 2.2vw;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.1;
	padding: 0 10%;
	text-shadow: 2px 2px 2px #000000;
	margin-bottom: 30px;
	font-weight: 600;
}
.slider_content a.button_clearbg_whitetrim{
	margin: 20px 0;
	display: inline-block;
	font-size: 22px;
}
.hero_logo {
	position: absolute; 
	top:15px; 
	left:40px;
	width: 14%; 
}
.home_hero .hero_logo img{
	width: 100%; 
}
.home_hero{
	width: 100%;
	position: relative;
}
.home_hero img{
	width: 100%;
	height: auto;
}
.home_hero .slick-dots{
	bottom: 20px;
}
.home_hero .slick-dots li button:before{
	color: #fff;
}
.home_hero .slick-dots li.slick-active button:before{
	opacity: 1;
}
.home_hero .slick-dotted.slick-slider{
	margin-bottom: 0;
}
.home_hero_content{
	position: absolute;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp; 
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	animation-delay: 2s;
	animation-fill-mode: both;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.home_hero_content_mobile{
	display:none;
}
.home_hero_content h1{
	font-size: 8.5vw;
	font-weight: 700;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif; 
	text-shadow: 2px 2px 20px #000000;
	line-height: .8;
}
.home_hero_content h1 span{
	font-size: 8.5vw;
	font-weight: 700;
	color: #fff;
	display: block;
}
.home_hero_content img{
 	width: 60%;
 	transform: rotate(3deg);
 	margin-top: 40px;
}
.home_hero picture:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    transition: all 1s;
    -webkit-transition: all 1s;
}
@keyframes fadeIn {
 from {opacity: 0;}
  to {opacity: 1;}
}
/*
@keyframes fadeInUp {
 from {opacity: 0;transform: translate3d(-50%, -20%, 0);}
  to {opacity: 1;transform: translate3d(-50%, -50%, 0);}
}
*/

.home_mobile_scroll{
	ddddisplay: none;
}
.home_see_program{
	max-width: 1060px;	
	margin: 0 auto;
	padding: 60px 20px 20px 20px;
}
.home_see_program h2{
	font-size: 40px;
    line-height: 1.2;
    font-weight: 900;
    padding: 0px 0 15px 0;
    color: #323232;
    text-align: center;
}
.home_see_program_content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home_see_program_content p{
	padding: 10px 0;
}
.home_see_program p{
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
}
.home_see_program div:nth-of-type(1){
	flex-grow: 1;
}
.home_see_program div:nth-of-type(2){
	width: 450px;
	text-align: right;
}

/*********** Homepage Slider ***********/

.slider_bg{
	width: calc(100% - 100px);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: .6;
    z-index: 0;
}
.home_program_slider_container{
	position: relative;
}
.program_slider_name_container{
	width: 100%;
	background-color: #333333;
	display: flex;
	padding: 18px 40px 16px 40px;
}

.program_slider_name{
	color: #fff;
}
.program_slider_name span{
	color: #fff;
	font-size: 40px; 
	font-weight: 900;
}
.program_slider_name_container h4 {
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 48px;
    position: relative;
}
.program_slider_name {
	padding-left: 50px;
	display: flex;
}
.program_slider_name div:nth-of-type(1){
	color: #CECECE;
}
.program_slider_name div:nth-of-type(2){
	color: #8D8D8D;
}
.program_slider_name div:nth-of-type(3){
	color: #666666;
}
.program_slider_name div{
	transform:scalex(.8);
	font-family: 'Poppins', sans-serif;
	font-size:60px;
	margin-left: -10px;
}
.program_slider_scroll_container{
	width: 100%;
	height: 650px;
	padding:0;
	margin:0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-blend-mode: screen;
}
ul.slidee{ 
	margin: 0; 
	padding: 0; 
	height: 650px;
	width: 3600px; 
	list-style: none;
	line-height: 0;
}
.slidee li {  
	margin: 0; 
	padding: 0; 
	width: 300px; 
	height: 650px;
	line-height: 0;
	position: relative;
	display: inline-block;
	float: left;
}
.slidee a {
	display: block;
	padding: 0 20px;
}
.slidee a:hover{
	text-decoration: none;
}
.slidee li:hover{
	background-color: rgb(0,0,0,.5);
}
.slidee_hover{
	background-color: rgb(0,0,0,.5);
}
.slidee a p.program_slider_degree_type{
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
	color: #fff;
}
.slidee a p.program_slider_degree_program{
	font-size: 26px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 650;
	color: #fff
}
.slidee li > a{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	padding: 10px 0px;
	transition: all 0.5s ease-in-out;
	color: #fff;
}
.slidee li > a p{
	padding: 0 20px;
}
.lets_go_back_home,
.lets_go_foward_home {
	position: absolute;
	top: 150px;
	z-index: 100000;
}
.lets_go_back_home:hover,
.lets_go_foward_home:hover{
	opacity: .6;
	cursor: pointer;
}
.lets_go_back_home {
	right: 100px;
}
.lets_go_foward_home {
	right: 40px;
}
.program_slider_content_desc{
	opacity: 0;
	display: none;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.slidee li > a .program_slider_content_desc p:nth-of-type(1){
	color: #fff;
	padding: 10px 20px 0 20px;
	line-height: 1.2;
}
.program_slider_content_desc p.program_slider_content_desc_link{
	display: flex;
	align-items: center;
}
.program_slider_content_desc p.program_slider_content_desc_link u{
	color: #fff;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
}
.program_slider_content_desc p.program_slider_content_desc_link span{
	transform: scalex(.8);
	font-family: 'Poppins', sans-serif;
	color: #fff;
	padding: 0;
	font-size: 40px;
	padding-top: 0;
	padding-left: 8px;
	padding-bottom: 3px;
}
.slidee_li_hover_a{
	transform:translateY(-32px);
}
.slidee li:hover > a{
	transform:translateY(-32px);
}
.slidee_li_hover_program_slider_content_desc{
	opacity: 1;
	display: inline-block;
}
.slidee li:hover div.program_slider_content_desc{
	opacity: 1;
	display: inline-block;
}
.program_slider_scroll_container .scroll-bar.horizontal{
	height: 1px;
	margin-top: -20px;
	background-color: #fff;
	opacity: .6;
}
.program_slider_scroll_container .thumb{
	background-color: #fff;
	opacity: 1;
	height: 14px;
	border-radius: 8px;
	margin-top: -6px;
	cursor: e-resize;
}
.program_slider_scroll_container .scrollable .scroll-bar.horizontal .thumb{
	height: 10px;
}

/********** Mobile Home Slider ********/
.home_mobile_scroll{
	width: 100%;
	padding: 0;
	display: block;
}
.home_mobile_scroll_header {
	padding: 24px 20px;
	background-color: #333;
}
.home_mobile_scroll_header h5 {
	text-align: center;
	margin-bottom: 0px;
}
.home_mobile_scroll_header h5 a{
	color: #fff;
	font-weight: 900;
	font-size: 38px;
	padding: 2px 20px;
}
.home_mobile_scroll_header p{
	color: #fff;
	text-align: center;
	padding-top: 5px;
	line-height: 1.3;
}
.home_mobile_scroll_header p a {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	padding-top: 10px;
	display: block;
}
.home_see_program_content a{
	font-weight: bold;
	color: #c10000;
}
.scroll_content h6{
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	line-height: 1.1;
	tttttext-shadow: 2px 2px 10px #000000;
	position: relative;
}
.scroll_content h6::after{
	display: block;
   	content: '';
  	width: 30%;
  	height: 1px;
  	background: #fff;
  	position: absolute;
  	bottom: -16px;
  	left: 50%;
  	transform: translateX(-50%);
}
.scroll_content p{
	font-size: 14px;
	color: #fff;
	line-height: 1.3;
	padding-top: 30px;
	tttttext-shadow: 2px 2px 20px #000000;
}
.scroll_content_learn {
	position:relative;
	display: inline-block;
	margin-left: -36px;
}
.scroll_content_learn:before {
	content: url(../images/learn_more_arrow.png);
    position: absolute;
    right: -35px;
    bottom: -3px;
    line-height: 1;
    pointer-events: none;
    z-index: 100;
}
/*
.home_mobile_scroll_container a:after{
	content: '';
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: box-shadow .4s ease;
    z-index: 10;
}
*/
.home_mobile_scroll_container a:hover::after{
	box-shadow: inset 0 0 0 4px rgba(193, 0, 0,1);
}
.home_mobile_scroll_container a:hover .scroll_content_learn:before {
	content: url(../images/learn_more_arrow_hover.png);
	transition: .5s ease;
}
.small_arrow_container{
	position: absolute;
	top: 6px; 
	right: 30%
}
.small_arrow{
	transform: scaleX(0.7);
	font-family: 'Poppins', sans-serif;
	font-size:44px;
	margin-left: -8px;
	color: #CECECE; 
	float: left;	
}
.small_arrow:nth-of-type(2){
	color: #8D8D8D;
}
.small_arrow:nth-of-type(3){
	color: #666666
}
.home_mobile_scroll_container{ 
    width: 100%;   
}
.scroll_content_container{
	height: 100%;
}
.home_mobile_scroll_container img{
	width: 100%;
	height: auto;
}
.scroll_img_container:after {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.campustour_upper {
	height:auto;
	background-color:#c10;
	padding: 30px 20px;
  }
.campustour_upper_container {
	max-width: 1000px;
	margin: 0 auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.icon_text {
	display:flex;
	align-items: center;
}
.icon_text p {
	font-size:28px;
	color:#fff;
	padding: 0 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}
.schedule_tour a {
    background-color: #fff;
    color:#c10;
    display: inline-block;
    padding: 20px 20px;
	border: 2px solid #fff;
	font-weight: 700;
	text-decoration: none;
	transition: .5s ease;
}
.schedule_tour a:hover {
	background-color: transparent;
	color:#fff;
}
.scroll_content{
	font-weight: 700;
	position: absolute;
	bottom: 0;
    text-align: center;
    font-size: 30px;
    color: #fff;
    width: 100%;
    padding: 20px 14px;
}
.home_mobile_scroll_container a{
	width: 100%; 
	background-size: cover; 
	display: block;
	position: relative;
	background-blend-mode: screen;
}

.home_mobile_scroll_container .scroll-bar.horizontal{
	height: 2px;
	margin-top: -20px;
	background-color: #ddd;
	position: relative;
}
.home_mobile_scroll_container .thumb{
	background-color: #333;
	opacity: 1;
	height: 10px;
	border-radius: 8px;
	margin-top: -4px;
}
.home_mobile_scroll_container .scrollable .scroll-bar.horizontal .thumb{
	height: 10px;
}

.ucg_content{
	max-width: 1260px; 
	margin: 0 auto;
	padding: 80px 20px 20px 20px;
}

.ucg_content h6 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 40px;
    padding: 0 10%;
    color: #323232;
    text-align: center;
}

.whatsHappening--CTA {
    position: absolute;
    top: 0;
    left: 40.5%;
    width: 39%;
    pointer-events: none;
    z-index: -1;
}
.whatsHappening--CTA .whatsHappening--CTA-inner {
    position: relative;
    padding-top: 48.8%;
    background: #c10000;

}
.whatsHappening--CTA-inner:before {
    content: '';
    background: url(/images/acc_seal.png) no-repeat center;
    background-size: auto 80%;
    opacity: .3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.whatsHappening--CTA-inner p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 1.8vw;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.whats-happening-cards {
    position: relative;
}

.homepage_middle{
	width: 100%;
	padding: 70px 20px;
	background-color: #c10000;
	color: #fff;
}
.homepage_middle h5{
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	margin-bottom: 50px;
}
.homepage_program_spotlight{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.homepage_program_spotlight a.button_clearbg_whitetrim{
	margin-top: 26px;
}
.homepage_program_spotlight p,
.homepage_program_spotlight strong{
	color: #fff;
	padding: 10px 0;
	line-height: 1.3;
}
.homepage_program_spotlight h6{
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	margin: 20px 0px;
	line-height: 1.3;
}
.homepage_program_spotlight > div{
	width: 45%;
}
.homepage_program_spotlight sup{
	color: #fff;
	font-size: xx-small;
}
.homepage_program_spotlight > div img{
	width:  100%;
	height: auto;
}
.awards_container {
	width:  100%;
	border-bottom: 1px solid #999;
	padding-top: 40px;
}
.awards {	
	max-width: 1260px; 
	margin: 0 auto; 
	padding: 0 40px 40px 40px; 
	display: flex; 
	justify-content: space-between;
	background: #fff;
	box-sizing: border-box;
}
.awards > div{	
	width: 28%; 
	text-align: center;
}
.awards > div p {	
	font-size: 16px;
	line-height: 1.3;
}

.royalSlider {
	width: 80%;
	margin: 0 auto 40px auto;
}

/********** Our Story Slider ********/
.timeline{
	width: 100%;
	display: block;
	padding:  60px 0 40px 0;
	color: #333333;
	position: relative;
}
.timeline h5{
	font-size: 38px;
	font-weight: 900;
}
.story_frame{ 
	display: block;
	padding: 0 40px;
	overflow: hidden;
	cursor: move;
}
.story_frame .slick-dots {
	bottom: 0px;
}
.story_frame img{
	margin-bottom: 40px;
}
.story_frame .scroll-bar.horizontal{
	height: 2px;
	margin-top: -20px;
	background-color: #ddd;
	position: relative;
}
.story_frame .thumb{
	background-color: #0F8099;
	opacity: 1;
	height: 10px;
	border-radius: 8px;
	margin-top: -4px;
}
.program_video_container{
	width: 100%;
	padding: 80px 20px;
	background-color: #333;
}
.video_container{
	max-width: 900px;
	margin: 0 auto;
	cursor: pointer;
	color:#fff;
}
.video_container h4{
	font-size: 45px;
	color:#fff;
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
	padding: 0 10px;
}
.video_container video {
    width: 100%;
    height: auto;
}
.interior_header_dark:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
}
.guide_callout {
	display: block;
	background-color: #c10000;
	color:#fff;
}
.guide_callout_container{
	max-width: 1100px;
	padding: 40px 20px;
	margin: 40px auto;
	color:#fff;
	font-size: 16px;
	text-align: center;
}
.guide_callout_container h5{
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
}
.guide_callout_container p{
	padding: 20px 0;
	color:#fff;
}
.guides_container_all {
	max-width:1100px;
	margin: 80px auto 40px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px;
}
.guides_item {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	padding-bottom: 10px;
	text-align: left;
	width: 32%;
	margin-bottom: 30px;
}
.guides_item:hover{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.guides_item a:hover{
	text-decoration: none;
}
.guides_item h3{
	font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #346d7d;
    margin-top: 20px;
    line-height: 26px;
    padding: 0 20px 10px 20px;
}
.guides_item p {
	padding: 10px 20px;
	line-height: 1.3;
}
.guides_item:hover .guides_overlay{
	opacity:.5;
}
.guides_image {
	width: 100%;
	height: 260px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.guide_button{
	font-size: 16px;
    font-weight: 700;
    padding: 15px 50px;
    border: 3px solid #c10;
    display: inline-block;
    color: #c10;
    transition: .5s ease;
    margin: 10px 0 20px 20px;
}
.guide_button:hover{
	background-color: #c10000;
	color:#fff;
}
.guides_image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
}
.guides_item:hover .guides_image:after {
    background: rgba(0,0,0,0.3);
}
.guides_go{
	position: absolute;
    transform: translate(-50%, -70%);
    left: 50%;
    top: 70%;
    opacity: 0;
    transition: .5s ease;
    display: inline-block;
    z-index: 1000;
}
.guides_item:hover .guides_go{	
	transform: translate(-50%, -50%); 
	left: 50%; 
	top: 50%; 
	opacity:1;
}

/*********** Application ***************/
.interior_container {
	max-width: 1160px; margin: 30px auto;
}
.form_input_container	{	display: flex;justify-content: space-between;}
.clear 				{	clear: both;}
.column_two         { width: 48%}
.width_five         { width:65.5%;}
.width_four         { width:22.5%;}
.width_three        { width:31%; }
.width_two          { width: 48%; }
.width_one          { width: 100%; }
.application_container {	padding:  0 20px}
.application_container input{ width:100%; padding: 10px 8px; color:#666; box-sizing: border-box; font-size:16px }
.application_container h2 { clear:both; border-bottom:1px solid #CCC; padding: 40px 0 10px 0; margin: 0 0 20px 0; font-weight: 700; font-size: 30px}
.application_container p  { padding: 14px 0; line-height: 1.3}
.application_container select{  color:#666;  padding: 0px 8px;box-sizing: border-box; width: 100%;font-size:16px; height: 44px; }
.application_container p.errbg_app{ color:red; }
.application_container p.errbg_app input{ border:1px solid red;}
.application_container p.errbg_app select{  border:1px solid red;}
.application_container p.errbg_app textarea{  border:1px solid red;}
.errors_below       { background:red; color:#fff; display:block; text-align:center; padding: 20px 10px; margin-bottom:15px; font-size:16px; font-weight:bold}
#submit           { height:56px; font-size:22px; border-radius:0}
.inline_error_message	{	color:red; font-weight: bold;}
.form_container         { width:27%; float:right;padding: 0px 2.2%; border-left: 1px dotted #CCC; margin:30px 0}
.form_container p       { padding: 5px 0px; color:#666; font-size:12px; line-height:16px}
.form_container input     { width: 100%; border:1px solid #CCC; padding: 10px 6px; font-size:15px; color:#666;box-sizing: border-box}
.form_container select      { width: 100%; border:1px solid #CCC; padding:8px 5px; font-size:15px; color:#666;box-sizing: border-box}
.form_container h4,
.thanks_form h4       { padding:0; margin: 0 0 15px 0; font-size:15px; border:none;font-family: 'Roboto Condensed', sans-serif; font-weight:400; color:#c10000;font-size: 16px; font-style:normal; line-height:20px}

.guide_graphic { max-width:700px; height:auto; margin: 0 auto; display: block;}


/*********** Width, padding, background color ********/
.medium_bold{
	font-weight: 700;
}
.width_full{
	width: 100%; 
	display: block;
	text-align: center;
	position: relative;
}
.width_full img{
	width: 100%; 
	height: auto;
	display: block;
}
.width_1400{
	max-width: 1400px; 
	margin: 0 auto;
	text-align: center;
}
.width_1200{
	max-width: 1200px; 
	margin: 0 auto;
	text-align: center;
}
.width_1200 h2,
.width_1200 h3,
.width_1200 h4,
.width_1200 > h6{
	font-size: 38px;
	line-height: 1.2;
	font-weight: 900;
	padding: 12px 0;
	color: #323232;
}
.width_1200 ul {
	margin: 10px 20px;
	list-style: none;
}
.width_1200 ul > ul{
	margin: 0px 20px;
}
.width_1200 ol{
	margin: 10px 20px;
}
.width_1200 li{
	padding: 8px 0;
	font-size: 16px;
	line-height: 1.3;
}
.width_1200 p{
	font-size: 16px;
	line-height: 1.6;
	padding: 14px 0
}
.width_1200 a{
	color: #c10000;
	font-weight: bold;
}
.width_1200 a:hover{
	text-decoration: underline;
}
.width_1200 p.links a{
	color: #c10000;
	font-weight: bold;
	padding: 0 5px;
}
.width_1200 p.links a:hover{
	text-decoration: underline;
}
.width_800{
	max-width: 800px; 
	margin: 0 auto;
	text-align: center;
}
.width_800 h6{
	font-size: 38px;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 40px;
	padding: 0 10%;
	color: #323232;
}
.center_w_h{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    text-align: center;
}
.slider_quote {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease;
    -webkit-transition: opacity 1s ease;
    height: 500px;
}
.slider_quote.slick-initialized {
    visibility: visible;
    opacity: 1;
    height: auto;   
}
img.img_width {
	width: 100%; 
	height: auto;
}

.home_calendar {
    width: 100%;
    background-color: #627982;
    position: relative;
    padding: 40px 20px;
}
.home_calendar_container {
	display: flex;
	justify-content: space-between;
}
.home_calendar_date {
	background-image: url(/images/icon_calendar_white.png);
	width: 108px;
	height: 117px;
	display: flex;
	flex-direction: column;
	padding-top: 42px;
}
.home_calendar_month {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.home_calendar_day {
	font-size: 46px;
	color: #fff;
	font-weight: 900;
}
.home_calendar_content {
	flex: 1; 
  	overflow: hidden; 
	color:#fff;	
	text-align: left;
	margin-left: 40px;
}
.home_calendar_content p {
	color:#fff;
	font-size: 26px;
	font-weight: 300px;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 5px;
}
.home_calendar_content h5 {
	color:#fff;
	font-size: 36px;
	font-weight: 900;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.1;
}
.home_calendar_content a {
	color:#fff;
	font-size: 20px;
	font-weight: 300px;
	font-family: 'Roboto Condensed', sans-serif;
}
.home_calendar_all {
	color:#fff;
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.home_calendar_content a.home_event_link {
	font-size: 16px;
    font-weight: 700;
    padding: 15px 50px;
    border: 3px solid #c10;
    display: inline-block;
    color: #c10;
    transition: .5s ease;
    background-color: #c10;
    text-decoration: none;
    color:#fff;
    margin-top: 20px;
    border: 3px solid #fff;
}
.home_calendar_content a.home_event_link:hover {
	background-color: #fff;
    text-decoration: none;
    color:#c10;
    border: 3px solid #c10;
}
.event_container{
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}
.event_image {
	width:200px;
}
.event_image img {
	width:200px;
	height: auto;
}
.event_content {
	flex: 1; 
  	overflow: hidden;
  	text-align: left;
  	margin-left: 40px;
}
.event_content h5{
	font-size: 30px;
	color:#c10000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	margin-bottom: 10px;
}
.event_calendar {
	padding: 10px 0 10px 35px;
	background-image: url(/images/icon_calendar_small.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.event_calendar_download {
	padding: 10px 0 10px 35px;
	background-image: url(/images/icon_add_calendar.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.event_location {
	padding: 10px 0 10px 35px;
	background-image: url(/images/icon_location_small.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	line-height: 1.4;
}
.event_info {
	margin-top: 15px;
}
.event_info p {
	line-height: 1.4;
	padding: 10px 0;
}
.event_info ul {
	margin: 10px 0 10px 30px;
}
.event_info li {
	padding: 5px 0;
}
.event_link {
	border: 3px solid  #c10000;
	padding: 10px 20px;
	color:#c10000;
	font-weight: 900;
	margin: 10px 0;
	display: inline-block;
}
.center_w_h h4,
.center_w_h h5,
.center_w_h h6{
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	padding-bottom: 18px;
	line-height: 1.2;
}
.center_w_h p{
	font-size: 16px;
	color: #fff;
	padding-bottom: 18px;
	line-height: 1.6;
}
.pad_top_40_mobile{
	padding-top: 0px;
}
.pad_60_20{
	padding: 60px 20px;
	display: block;
}
.pad_10_20{
	padding: 10px 20px;
	display: block;
}
.pad_0_20{
	padding: 0px 20px;
	display: block;
}
.pad_60_0{
	padding: 60px 0px;
	display: block;
}
.pad_0_40{
	padding: 0px 40px;
	display: block;
}
.pad_100_20{
	padding: 100px 20px;
	display: block;
}
.pad_top_40{
	padding: 40px 0 0 0;
}
.pad_top_20{
	padding: 20px 0 0 0;
}
.pad_top_btm_40{
	padding: 40px 0;
}
.pad_btm_20{
	padding: 0 0 20px 0;
}
.pad_30_50{
	padding: 30px 50px;
}
.pad_0_50{
	padding: 0px 50px;
}
.pad_0_10_percent{
	padding: 0 10%;
}
.pad_0_15_percent{
	padding: 0 15%;
}
.pad_0_20_percent{
	padding: 0 20%;
}
.pad_0_30_percent{
	padding: 0 30%;
	display: block
}
.pad_0_40_percent{
	padding: 0 30%;
	display: block
}
.gd_gry{
	background-color: #F2F2F2;
}
.img_lh{
	line-height: 0;
}
.img_block{
	display: block;
}
.img_auto_size{
	width: auto;
	height: auto;
}
.hide_desktop{
	display: none;
}
.hide_mobile{
	display: block;
}
a.button_clearbg_redtrim.hide_desktop{
	display: none;
}
.skills_icons img{
	height: 96px;
	width: auto;
}
.multiple_btn {
	text-align: center;
}
.multiple_btn a{
	margin: 20px 20px 0 20px;
	text-align: center;
}

/********** Carousel *********/

.quotes_container{
	padding: 0px 70px 30px 70px;
}
.quotes_container p{
	font-size: 16px;
	line-height: 1.8;
}
.quotes_container p.quote_name{
	font-size: 16px;
	padding-top: 20px;
}
.quotes_container_pad {
	margin-top: 30px;
	cursor: move;
}
.quotes_container p.quote_title{
	font-size: 18px;
	font-weight: bold;
}
.quotes_container .quote {
	font-size: 24px;
	font-style: italic;
	line-height: 1.2;
}

/********** Colors ***********/

.gry_bg{
	background-color: #F2F2F2;
}
.wht_bg{
	background-color: #FFF;
}
.blue_bg{
	background-color: #627982;
}
.blue_dark_bg{
	background-color: #566971;
}
.blue_xx_dark_bg{
	background-color: #4B5E63;
}
.blue{
	color: #0F8099;
}
.white > h4,
.white > p{
	color: #fff;
}
.width_1200 > .white{
	color: #fff;
}
a.link_arrow{
	color: #0F8099;
	font-weight: 700;
	position: relative;
}
a.link_arrow:hover{
	text-decoration: underline;
}
a.link_arrow::after{
	content: "»";
	font-size: 40px;
	position: absolute;
	right: -30px;
	top: -12px;
	transform: scalex(.8);
    font-family: 'Poppins', sans-serif;
}

/********** General pages *********/

.general_content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
	display: block;
	text-align: left;
}
.general_content h2{
	font-size: 38px;
	line-height: 1.2;
	font-weight: 900;
	padding: 16px 0;
	margin-bottom: 30px;
	color: #323232;
	text-align: center;
}
.general_content h3{
	font-size: 28px;
	line-height: 1.2;
	font-weight: 900;
	padding: 16px 0;
	color: #323232;
	text-align: left;
}
.general_content h4{
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	padding: 16px 0;
	color: #323232;
	text-align: left;
}
.general_content h5{
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	padding: 16px 0;
	color: #323232;
	text-align: left;
}
.general_content p{
	font-size: 16px;
	padding: 16px 0;
	line-height: 1.6;
}
.general_content ul,
.general_content ol{
	margin-left: 45px;
}
.general_content li{
	font-size: 16px;
	padding: 8px 0;
	line-height: 1.6;
}
.general_content strong{
	font-weight: 700;
}
.general_content a{
    font-size: 16px;
    font-weight: 700;
    color: #0F8099;
    position: relative;
}
.general_content a strong{
    color: #0F8099;
}
/*
.general_content a::after {
    content: "»";
    transform: scalex(.8);
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #0F8099;
    position: absolute;
    top: -11px;
    right: -26px;
}
*/
.virtual_tours { 
	margin: 0 20px 20px 20px 
}
.fa_box_container{
	display: flex;
	background: #F2F2F2;
	padding: 20px 30px;
	align-items: center;
	margin: 40px 0;
}
.fa_box_container_img{
	margin-right: 50px;
}
.accordion .fa_box_container p{
	font-size: 16px;
    line-height: 1.4;
}
.flex_two {
	display: flex;
	justify-content: space-between;
}
.flex_two > span{
	width: 47%;
}
table.table_style {
    border-collapse: collapse;
    border-spacing: 0;
}
table.table_style th {
    padding: 8px;
    background: #666;
    color: #fff;
}
table.table_style th p{
	color: #fff;
}
table.table_style td {
    padding: 6px;
    border: 1px solid #CCC;
}
img.img_fit {
	width: 100%;
	height: auto;
}
.mobile_tab_open{
	display: none;
}
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.box {
    position: absolute;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    color: #666;
    width: 450px;
}
.box h6{
    font-size: 30px;
    color: #c10000;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.box div {
 
}

.box div a{
    width: 60%;
    text-align: center;
    background: #666;
    color: #fff;
    display: block;
    padding: 10px 20px;
    border: 0px;
    box-sizing: border-box;
    line-height: 1.1;
    margin: 0 auto;
    font-size: 20px;
}
.box div a:hover{
    text-decoration: none;
    background-color: #555;
}
.close {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #000;
    color: #fff;
    padding: 8px 10px;
    border-radius: 50px;
}
.width_1200 > h2.smaller, 
.width_1200 > h3.smaller, 
.width_1200 > h4.smaller, 
.width_1200 > h6.smaller{
	font-size: 26px;
}
.breadcrumb{
	background-color: #525151;
	padding: 12px 30px;
	line-height: 1.4;
}
.breadcrumb a{
	color:#fff;
}
.breadcrumb span{
	color:#fff;
}
.breadcrumb_pad{
	padding: 0 10px;
}
.arrow.breadcrumb_arrow {
	display: none;
}

/********** List Multiple links ********/
.links_container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	text-align: center;
}
.links_container > a{
	width: 48%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 20px 30px;
	display: inline-block;
	margin: 10px 0;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	text-align: left;
	background-color: #fff;
	text-decoration: none;
	color: #0F8099;
}
.links_container > a:hover{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.links_container > a::after{
	content: "»";
	transform: scalex(.8);
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 800;
	color: #0F8099;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 20px;
}

/********** Flexbox container 2 boxes only **********/
.two_boxes_60{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.two_boxes_60 > div:nth-of-type(1) {
	width: 40%;
	text-align: left;
}
.two_boxes_60 > div:nth-of-type(2) {
	width: 60%;
	text-align: left;
}
.two_boxes_60 > div img{
	width: 100%;
	height: auto;
}
.two_boxes_60 > div.img_auto_size img{
	width: auto;
	height: auto;
}
.two_boxes_60 h5 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 900;
    padding: 12px 0;
}

.two_boxes_40{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.two_boxes_40 > div:nth-of-type(1) {
	width: 60%;
	text-align: left;
}
.two_boxes_40 > div:nth-of-type(2) {
	width: 30%;
	text-align: left;
}
.two_boxes_40 > div img{
	width: 100%;
	height: auto;
}
.two_boxes_40 > div.img_auto_size img{
	width: auto;
	height: auto;
}
.two_boxes_40 h5 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 900;
    padding: 12px 0;
}
.two_boxes_50{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.two_boxes_50 > div{
	width: 50%;
	text-align: left;
}
.two_boxes_50 img{
	width: 100%;
	height: auto;
}
.two_boxes_50 .img_auto_size img{
	width: auto;
	height: auto;
}

.two_boxes_50 h3,
.two_boxes_50 h4,
.two_boxes_50 h5,
.two_boxes_50 h6{
	font-size: 38px;
	line-height: 1.2;
	font-weight: 900;
	padding: 12px 0;
	color: #323232;
}
.two_boxes_50 p{
	font-size: 16px;
	line-height: 1.6;
	padding: 14px 0;
}
.two_boxes_50 a{
	font-weight: 700;
	color:#c10000;
}
.two_boxes_50 a:hover{
	text-decoration: underline;
}
.two_boxes_50 ul{
	margin-left: 35px;
}
.two_boxes_50 li{
	padding: 8px 0;
	font-size: 16px;
    line-height: 1.6;
    list-style: disc;
}
.two_boxes_50 strong{
	font-weight: 700;
	font-size: 16px;
}
.two_boxes_50 img{
	width: 100%;
	height: auto;
}
.two_boxes_30_60{
	display: flex;
	justify-content: space-between;
}
.two_boxes_30_60 p{
	padding: 10px 0;
	line-height: 1.6;
	font-size: 16px;
}
.two_boxes_30_60 h6{
	padding: 10px 0;
	font-size: 30px;
	font-weight: 900;
}
.two_boxes_30_60 > div:nth-of-type(1){
	width: 30%;
	text-align: left;
}
.two_boxes_30_60 > div:nth-of-type(2){
	width: 60%;
	text-align: left;
}
.two_boxes_30_60 img{
	width: 100%;
	height: auto;
}
.two_boxes_30_60 .img_auto_size img{
	width: auto;
	height: auto;
}

.two_boxes_30_70 h3,
.two_boxes_30_70 h4,
.two_boxes_30_70 h5,
.two_boxes_30_70 h6{
	font-size: 38px;
	line-height: 1.2;
	font-weight: 900;
	padding: 12px 0;
	color: #323232;
}
.brochure_download_container {
	position: relative;
}
.brochure_download {
	transition: .5s ease;
	position: relative;
}
.brochure_download_container_text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1000;
}
.hse_phone {
	width: 200px; 
	font-size: 20px;
	border: 1px solid #fff;
}
.two_boxes_40 > div img.download_arrow {
	width: auto;
	height: auto;
	text-align: center;
	display: inline-block;
	padding-top: 10px;
}
.width_1200 p.brochure_download_container_text{
	color: #fff!important;
	font-size: 30px!important;
	text-align: center;
	line-height: 1.1;
	font-weight: 900;
	display: block;
	display: none;
}
.brochure_download:hover p.brochure_download_container_text {
	display: block;
}
.brochure_download:hover:after {
	content: '\A';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: all 1s;
	-webkit-transition: all 1s;
}
#diploma-overview {
	border-top: 1px solid #333;
}
.two_boxes_40 h3 {
	font-size: 20px;
}
.two_boxes_40 ul{
	margin: 5px 10px 5px 35px;
	list-style: disc;
}
.two_boxes_40 li {
	padding: 5px 0;
}
.two_boxes_40 .contactus_submit_container {
	text-align: left!important;
}

/******* Flexbox container w/ wrap ******/

.box_container_wrap{
	display: flex;
	flex-wrap: wrap;
}
.alumni_container{
	width: 50%;
	padding: 30px 40px;
}
.box_container_wrap img{
	height: 86px;
	width: auto;
}
.box_container_wrap h5{
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 16px;
	line-height: 1.2;
}
.box_container_wrap p{
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 16px;
}
.alumni_container{
	background-size: cover;
	width: 50%;
    padding: 30px 40px;
}
.alumni_container:nth-of-type(1),
.alumni_container:nth-of-type(4){
 background-color: #EEEEEE;
 transition: .3s ease;
}
.alumni_container:hover:nth-of-type(1),
.alumni_container:hover:nth-of-type(4){
 background-color: #F4F4F4;
}
.alumni_container:nth-of-type(2),
.alumni_container:nth-of-type(3){
 background-color: #F8F8F8;
 transition: .3s ease;
}
.alumni_container:hover:nth-of-type(2),
.alumni_container:hover:nth-of-type(3){
 background-color: #FDFDFD;
}
.box_container_wrap_full{
	display: block;
	width:100%;
	background-color: #E3E3E3;
	padding: 40px 30%;
	background-size: cover;
	transition: .3s ease;
}
.box_container_wrap_full:hover{
	background-color: #EEE;
}
.box_container_wrap_full h5{
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 16px;
	line-height: 1.2;
}
.box_container_wrap_full p{
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 16px;
}
.pad_icons{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pad_icons a{
	padding: 0 5px;
}

.box_container_wrap_three{	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_container_wrap_three > div{
	width: 32%;
	margin-bottom: 50px;
}
.box_container_wrap_three img{
	width: 100%;
	height: auto;
}
.box_container_wrap_three h5{
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 16px;
	line-height: 1.2;
}
.box_container_wrap_three p{
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 16px;
}
.box_container_wrap_three_section{
	/*
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	*/
}
.box_container_wrap_three_section > a{
	position: relative;
	line-height: 0;
	float:left;
}
.box_container_wrap_three_section > a:hover{
	bbox-shadow: 0 0 30px 0 rgba(0, 0, 0, .6);
}
.box_container_wrap_three_section > a img{
	width: 100%;
	height: auto;
}
.box_container_wrap_three_section h3{
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s ease;
}
.grid-item{
	background-size: cover;
	background-position: center;
	border: 6px solid white;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
	height: 250px;
	float: left;
}
.grid-sizer,
.grid-item {
  width: 33.333%;
}
.grid .requirements-for-admissions,
.grid .student-resources,
.grid .student-life,
.grid .careers-at-acc,
.grid .alumni,
.our-purpose{
	width: 66.666%;
	height: 250px;
}
.why-acc,
.financial-aid,
.info-for-parents,
.guides,
.blog{
	width: 33.333%;
	height: 500px;
}
.apply-online{
	width: 66.666%;
	height: 250px;
}
.career-services{
	width: 33.333%;
	height: 500px;
}

.to-fade-in {
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.program_options {
	max-width: 1000px;
	margin: 60px auto;
}
.program_options h3{
	font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 50px;
}
.program_container_options {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.option_content i.large_minus {
	font-size: 36px;
	margin-top: -10px;
}
.option_container {
	width: 31%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.option_container_img {
	position: relative;
	line-height: 0;
}
.option_container_img:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.option_container_img p{
	position: absolute;
	transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color:#fff;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    text-shadow: 2px 2px 4px #000000;
    line-height: 1.1;
    z-index: 1;
}
.option_container_img img {
	width: 100%;
	height: auto;
}
.option_hidden {
	display: none;
}
.option_hidden ul{
	margin: 0px 10px 5px 30px;
	list-style: none;
}
.option_hidden li {
	padding: 10px 0 10px 25px;
	position: relative;
	font-weight: bold;
}
.option_hidden li:before {
  content: '\2714\0020';
  position: absolute;
  left: 0;
  top: 20%;
  color:#c10;
  font-size: 20px;
}
.option_hidden a {
	display: block;
	background-color: #c10;
	color:#fff;
	text-align: center;
	padding: 14px 10px;
}
.option_content span {
	display: block;
	cursor: pointer;
	text-align: center;
	padding: 14px 10px;
	font-weight: bold;
	position: relative;
	font-size: 18px;
}
.option_content i {
	position: absolute;
	right: 20px;
	font-style: normal;
	font-size: 20px;
}

.section_go {
    position: absolute;
    transform: translate(-50%, -90%);
    left: 50%;
    top: 90%;
    opacity: 0;
    transition: .5s ease;
    display: inline-block;
    z-index: 1000;
    z-index: 2;
}
.section_overlay {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    line-height: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    z-index: 1;
}
.box_container_wrap_three_section > a:hover .section_overlay{
	opacity:.5;
}
.box_container_wrap_three_section > a:hover h3{	
	transform: translate(-50%, -35%); 
	left: 50%; 
	top: 35%;
	opacity:0;
}
.box_container_wrap_three_section > a:hover .section_go{	
	transform: translate(-50%, -50%); 
	left: 50%; 
	top: 50%; 
	opacity:1;
}

/******* Flexbox container w/ boxes below ******/
.two_boxes_container_nopad{
	display: flex;
	/*justify-content: center;*/
	margin-top: 40px;
}
.two_boxes_container_nopad > div{
	width: 50%;
	display: flex;
}
.two_boxes_container_nopad > div h3,
.two_boxes_container_nopad > div h4,
.two_boxes_container_nopad > div h5{
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 16px;
	line-height: 1.2;
}
.two_boxes_container_nopad > div p{
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 16px;
}
.two_boxes_container_nopad img{
	height: 86px;
	width: auto;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.three_boxes_container{
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.three_boxes_container img{
	height: 86px;
	width: auto;
}
.three_boxes_container > div{
	width: 30%;
}
.three_boxes_container > div h3,
.three_boxes_container > div h4,
.three_boxes_container > div h5{
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 16px;
	line-height: 1.2;
}
.three_boxes_container > div p{
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 16px;
}
.three_boxes_container > div a{
	text-decoration: none;
	color:#c10000;
}
.three_boxes_container > div a:hover{
	text-decoration: underline;
}
.four_boxes_container{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.four_boxes_container img{
	height: 86px;
	width: auto;
}
.four_boxes_container > div{
	width: 22%;
}
.four_boxes_container > div h3,
.four_boxes_container > div h4{
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 16px;
	line-height: 1.2;
}
.four_boxes_container > div p{
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 16px;
	text-align: center;
}

.five_boxes_container{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.five_boxes_container > div{
	width: 26%;
	margin: 20px 3%;
	text-align: center;
}
.skills_icons p{
	text-align: center;
	display: inline-block;
}
.five_boxes_container > div h3,
.five_boxes_container > div h4,
.five_boxes_container > div h5{
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 16px;
	line-height: 1.2;
}
.five_boxes_container > div p{
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 16px;
}
.five_boxes_container img{
	height: 86px;
	width: auto;
}

.width_full .slick-dotted.slick-slider {
	margin-bottom:0!important
}
.width_full .slick-dots { 
	bottom: 20px;
}
.width_full .slick-dots li button:before {
	color:#fff;
}
.width_full .slick-dots li.slick-active button:before{
	color:#fff;
}

/*********** Testimonials ***********/

.testimonial_content_home{
	position: absolute;
	width: 30%;
	top: 50%;
	left: 10%;
	transform: translate(-10%, -50%);
	text-align: left;
}
.testimonial_content_home p{
	color:#fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 20px;
}
.testimonial_content_home sup{
	color:#fff;
	font-weight: 400;
}
.testimonial_content_home p.testimonial_content_name{
	color:#fff;
	font-size: 16px;
	font-weight: 400;
}
.testimonial_content_home p.testimonial_content_name strong{
	color:#fff;
	font-size: 20px;
	font-weight: 700;
}
.testimonial_content{
	position: absolute;
	width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.testimonial_content p{
	color:#fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 20px;
}
.testimonial_content sup{
	color:#fff;
	font-weight: 400;
}
.testimonial_content p.testimonial_content_name{
	color:#fff;
	font-size: 16px;
	font-weight: 400;
}

.seal_lt{
	width: 100%;
	background-image: url(/images/seal_lt_gry.svg);
	background-repeat: no-repeat;
	background-position: center left;
}
.seal_rt_wht{
	width: 100%;
	background-image: url(/images/seal_rt_wht.svg);
	background-repeat: no-repeat;
	background-position: center right;
}

/*********** HSE *************/
.hse{
	width: 100%;
	background-color: #627982
}
.hse_container{
	max-width: 1360px;
	margin: 0 auto;
	padding: 60px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hse_container > div:nth-of-type(1){
	width: 18%;
}
.hse_container > div:nth-of-type(1) img{
	width: 100%;
	height: auto;
}
.hse_container > div:nth-of-type(2){
	width: 58%;
	padding-left: 40px;
	border-left: 1px solid #fff;
}
.hse_container > div:nth-of-type(2) h6{
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.2;
}
.hse_container > div:nth-of-type(2) p{
	font-size: 15px;
	color: #fff;
	line-height: 1.6;
	padding: 10px 0;
}
.hse_container > div:nth-of-type(2) p strong{
	font-weight: 700;
	color: #fff;
}
.hse_container > div:nth-of-type(2) li{
	font-size: 15px;
	color: #fff;
	padding: 8px 0;
}
.hse_container > div:nth-of-type(2) ul{
	margin: 8px 10px 8px 35px;
}
.hse_container > div:nth-of-type(3){
	width: 20%;
	text-align: right
}

/********** Homepage Form **********/
.home_form{
	margin: 0 auto;
	display: flex;
}
.home_form > div{
	width: 50%;
}
.home_form > div:nth-of-type(1){
	background-color: #333;
	padding: 40px 100px;
}
.home_form > div:nth-of-type(1) h6{
	font-size: 38px;
	line-height: 1.3;
	font-weight: 900;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}
.home_form > div:nth-of-type(1) h6 span{
	color: #A2A5A4;
	font-weight: 900;
}
.home_form > div:nth-of-type(2){
	background-size: cover;
	background-position: center;
	background-image: url(/images/home_form_image.jpg);
}
.home_see_program_content a.button_clearbg_redtrim{
	width: 240px;
	margin: 10px 0;
	text-align: center;
}

/************ Interior Form *********/

.interior_form{
	width: 100%;
	background-color:  #333;
}
.interior_form_home{
	width: 100%;
	background-color:  #627982;
}

.interior_form_home .form_flex_upper > div:nth-of-type(1) h6 span{
	color: #000;
}
.lead_form_container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px;
}

/*********** Buttons **********/

a.button_clearbg_redtrim{
	font-size: 16px;
	font-weight: 700;
	padding: 15px 50px;
	border: 3px solid #c10;
	display: inline-block;
	color: #c10;
	transition: .5s ease;
	text-decoration: none;
	text-align: center;
}
a.button_clearbg_redtrim:hover{
	background-color: #c10;
	color:#fff;
	text-decoration: none;
}
a.button_clearbg_bluetrim{
	font-size: 16px;
	font-weight: 700;
	padding: 15px 50px;
	border: 3px solid #0F8099;
	display: inline-block;
	color: #0F8099;
	transition: .5s ease
}
a.button_clearbg_bluetrim:hover{
	color:#fff;
	text-decoration: none;
	background: #0F8099;
}
a.button_redbg_notrim{
	font-size: 16px;
	font-weight: 700;
	padding: 15px 50px;
	border: 3px solid #c10;
	display: inline-block;
	color: #fff;
	background-color: #c10000;
	transition: .5s ease
}
a.button_redbg_notrim:hover{
	background-color: #fff;
	color:#c10;
	text-decoration: none;
	border: 3px solid #c10;
}
a.button_clearbg_whitetrim{
	font-size: 16px;
	font-weight: 700;
	padding: 15px 50px;
	border: 3px solid #fff;
	display: inline-block;
	color: #fff;
	transition: .5s ease;
	background: rgba(0, 0, 0, .6);
}
a.button_clearbg_whitetrim:hover{
	background-color: #fff;
	color:#000;
	text-decoration: none;
}
a.button_nobg_whitetrim_blue{
	font-size: 16px;
	font-weight: 700;
	padding: 15px 50px;
	border: 3px solid #fff;
	display: inline-block;
	color: #fff;
	transition: .5s ease;
}
a.button_nobg_whitetrim_blue:hover{
	background-color: #fff;
	color:#627982;
	text-decoration: none;
}


/********** Search Bar *********/

.search_form{
	display: flex;
	align-items: center;
	height: 100%;
}
.search_go,
.submit_search{	
	width: 30px; 
	height: 30px; 
	background: url(../images/icon_search.png) center center no-repeat; 
	border:none; 
	cursor:pointer;
}
.submit_search{	
	display:none
}
.search_query{	
	border: none; 
	border-bottom: 1px solid #c10; 
	background: none; 
	color: #000; 
	font-size: 16px; 
	margin-right: -40px; 
	margin-left: 10px; 
	display: none; 
	padding:0 50px 5px 0px; 
	float: left; 
	width: 0px; 
	margin-top: 10px;
	border-radius: 0;
}
.search_query::placeholder{	
	color:#333
}
.search_form{	
	outline:none;
}
.search_form:focus{	
	outline:none;
}
input:focus{	
	outline:none;
}
input::-moz-focus-inner{	
	border: 0;
}

/************ Interior *************/

.interior_header{
	width: 100%;
	position: relative;
	display: block;
	line-height: 0;
	padding: 140px 20px;
	background-position: center top;
	background-size: cover;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.interior_header img{
	width: 100%;
	height: auto;
	text-align: center;
	display: block;
}
.header_content{
	text-align: center;
	z-index: 1;
	position: relative;
}
.header_content h1{
	color: #fff;
	font-size: 64px;
	font-weight: 900;
	margin-bottom: 15px;
	text-shadow: 2px 2px 2px #000000;
	line-height: 1.2;
}
.header_content h2{
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	
}
.header_content p{
	text-align: center;
	padding: 10px 0;
}
.header_content a{
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
}
.header_content a:hover{
	color: #fff;
	text-decoration: none;
}
.header_content .header_logo img{
	width: 30%;
	height: auto;
}
@keyframes InteriorFadeInUp {
 from {opacity: 0;transform: translate3d(-50%, -20%, 0);}
  to {opacity: 1;transform: translate3d(-50%, -50%, 0);}
}
.left_align {
	text-align: left;
}
.left_align ul {
	list-style: disc;
	margin-left: 35px;
	mmmmargin-bottom: 30px;
}
.left_align ol {
	margin-left: 35px;
	margin-bottom: 30px;
}
.pad_anchor {
	 display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}
.guide_main_links {
	display: flex;
	border: 1px solid #fff;
}
.guide_main_links a{
	width: 25%;
	padding: 0 20px;
	height: 120px;
	background-color: #7A7777;
	border-right: 2px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.guide_main_links a:last-child {
	border: none;
}

/********* Program Search ********/
.width3 {
    width: 31%;
    margin: 10px 1.1% 30px 1.1%;
}
.width3 img{
	width: 100%;
	height: auto;
}
.program_options_container{
	display: flex;
	justify-content: space-between;
	max-width: 1260px;
	margin: 0 auto;
	padding: 40px 20px;
}
.program_filters{
	width: 15%;
}
.program_filters p{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 6px;
}
.program_filter_x,
.filter_close{
	display: none;
}
.button-group{
	list-style-type: none;
	margin-bottom: 40px;
}
.program_filters button{
	display: block;
	padding: 10px 10px;
	background-color: #f2f2f2;
	cursor: pointer;
	border: none;
	width: 100%;
	text-align: left;
}
.program_filters button:hover{
	background-color: #DBECF0;
}
.program_container_all{
	width: 82%;
}
.program_filters button.is-checked{
	background-color: #DBECF0;
	background-image: url('/images/icon_program_check.png');
	background-repeat: no-repeat;
	background-position: 93% center;	
}
.program_filters p.program_clear_all{
	color: #0F8099;
	font-weight: 700; 
	text-decoration: underline;
	font-size: 16px;
	cursor: pointer;
}
.program_go {
    position: absolute;
    transform: translate(-50%, -70%);
    left: 50%;
    top: 70%;
    opacity: 0;
    transition: .5s ease;
    display: inline-block;
    z-index: 1000;
}
.program_overlay {
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    line-height: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
}
.item{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.item:hover{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.item:hover .program_overlay{
	opacity:.5;
}
.item:hover .program_go{	
	transform: translate(-50%, -50%); 
	left: 50%; 
	top: 50%; 
	opacity:1;
}
.item a{
	position: relative;
	display: block;
	line-height: 0
}
.item h3{
	font-size: 20px;
	font-weight: 700;
	padding: 16px 16px 8px 16px;
	display: block;
}
.item p{
	font-size: 15px;
	font-weight: 400;
	padding: 0px 16px 16px 16px;
	line-height: 1.2;
}


.program_flexible{
	width: 100%;
	background-color: #F2F2F2
}
.program_flexible_container{
	max-width: 1160px;
	margin: 0 auto;
	padding: 80px 20px;
}
.program_flexible_container h4{
	font-size: 38px;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
}
.program_flexible_box_container{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.program_flexible_box_container > div{
	width: 22%;
	text-align: center;
}
.program_flexible_box_container > div h5{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin: 10px 0
}
.program_flexible_box_container > div p{
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}
.program_flexible_box_container > div p a{
	text-decoration: underline;
}
.program_flexible_box_container > div p a:hover{
	text-decoration: none;
}
.program_lower_content{
	width: 100%;
	display: block;
	background-color: #F2F2F2;
}
.program_lower_content_container{
	display: flex;
	justify-content: space-between;
}
.program_lower_content_container > div{
	width: 47%;
	text-align: left;
}
.program_lower_content_container > div h6{
	font-size: 38px;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 20px;
    color: #323232;
}
.program_lower_content_container > div p{
	padding: 10px 0;
	line-height: 1.3
}

.programlocation_icon {
	font-size: 110px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    position: relative;
    font-family: 'Poppins', sans-serif;
}
.programlocation_icon > sup{
	font-size: 26px;
	font-weight: 300;
	-webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
    position: absolute;
    right: 0px;
    top: 20px;
}
.programlocation_icon > sup.pad_sup_right {
	right: -18px!important;
	font-size: 32px!important;
}
.programlocation_icon > sup.pad_sup_right_lg {
	right: -30px!important;
	font-size: 32px!important;
}
.overview_table {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 20px;
}
.overview_table td{
	text-align: left;
	padding: 10px;
	line-height: 1.3;
	font-size: 20px;
}
.overview_table td:nth-of-type(1){
	width: 30%;
}
.overview_icon_location {
	background-image: url("/images/icon_location.png");
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding: 10px 0 10px 32px
}
.overview_icon_fa {
	background-image: url("/images/icon_dollar.png");
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding: 10px 0 10px 34px
}
.overview_icon_accrediation {
	background-image: url("/images/icon_accreditation.png");
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding: 10px 0 10px 34px
}
.overview_icon_length {
	background-image: url("/images/icon_length.png");
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding: 10px 0 10px 34px
}
.overview_icon_type {
	background-image: url("/images/icon_type.png");
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding: 10px 0 10px 34px
}

/************ Program Details ********/

.program_hero{
	width: 100%;
	position: relative;
	line-height: 0;
	background-size: cover;
	background-position: center;
	padding-top:120px;
}
.program_hero:before
.program_hero img{
	width: 100%;
	height: auto;
	display: block;
}
/*
.program_hero picture:after {
    content: '\A';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.3);
    transition: all 1s;
    -webkit-transition: all 1s;
}
*/
.program_hero:after {
    content: '';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.3);
}
.program_hero_content{
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 80%;
	*/
	position: relative;
	z-index: 10;
}
.program_hero_content h1{
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 30px;
	text-shadow: 2px 2px 2px #000000;
	position: relative;
	padding-left:20px;
	padding-right:20px;
}
.program_hero_content h2{
	font-size: 100px;
	font-weight: 900;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
	padding-left:20px;
	padding-right:20px;
}
.program_hero_content h3{
	font-size: 4vw;
	font-weight: 900;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	text-align: center;
	margin-bottom: 120px;
	text-shadow: 2px 2px 2px #000000;
	line-height: 1.2;
	padding-left:20px;
	padding-right:20px;
}
.program_hero_content h1:after{
	display: block;
   	content: '';
  	width: 80px;
  	height: 3px;
  	background: #0053A2;
 	position: absolute;
  	bottom: 0;
  	left: 50%;
  	transform: translatex(-50%);
}
.program_hero_content p{
	font-size: 16px;
	color: #fff;
	line-height: 1.3;
	padding: 10px 10%;
	text-shadow: 2px 2px 10px #000000;
}
.program_hero_content a em,
.program_hero_content em{
	color: #fff;
}
.moble_callout{
	display: none;
}
.program_hero_callout{
	display: flex;
	justify-content: space-around;
	z-index: 10;
	width: 100%;
	background-image: url(/images/program_bg.png);
	padding: 20px 0;
	align-items: center;
}
.goto_faq {
	cursor: pointer
}
.program_hero_callout h3{
	color:#fff;
}
.program_hero_callout_container{
	width: 30%;
	text-align: center;
	position: relative;
}

.program_hero_callout_container:nth-of-type(1)::after{
	content: url(../images/program_arrow.png);
    position: absolute;
    z-index: 1000000;
    right: -2%;
    top: 50%;
    transform: translateY(-50%);
    opacity: .4;
}
.program_hero_callout_container:nth-of-type(2)::after{
	content: url(../images/program_arrow.png);
    position: absolute;
    z-index: 1000000;
    right: -14%;
    top: 50%;
    transform: translateY(-50%);
    opacity: .4;
}
.program_hero_callout_num{
	display: block;
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;;
}
.program_hero_callout_num sup{
    font-size: 22px;
    display: inline-block;
    margin-right: -16px;
    padding-left: 2px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: white;
    vertical-align: 220%;
    color: #fff;
}
.program_hero_callout_content{
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
}
.program_hero_callout_content span{
	display: block;
	text-transform: uppercase;
	font-size: 24px;
    font-weight: 900;
    color: #fff;
}

.program_overview{
	width: 100%;
	background-color: #F2F2F2;
	padding: 50px 0;
}
.program_overview_container{
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
}
.program_overview_container .disclaimer p{
	text-align: center;
	padding: 0 20px 20px 20px ;
	display: block;
	font-size: 14px;
	line-height: 1.3;
	font-style: italic;
}
.program_overview_box .program_overview_box_content{
	width: 50%;
	text-align: left;
}
.program_overview_box .program_overview_box_content p{
	text-align: left;
}
.program_overview_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 100px 100px 80px 100px;
}
.program_overview_box > div:nth-of-type(1) h3{
	font-size: 38px;
	line-height: 1.3;
	font-weight: 900;
	margin-bottom: 30px;
	color: #323232;
}
.program_overview_box > div:nth-of-type(1) p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.program_overview_box > div:nth-of-type(1){
	text-align: center;
}
.program_overview_box > div:nth-of-type(2){
	width: 40%;
}
.program_overview_box > div:nth-of-type(2) h4{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 40px;
	display: block;
	color:#000;
}
.program_relative{
	position: relative;
}
.program_life_cta{
	position: absolute;
	bottom: 20px;
	font-weight: 700;
	color:#fff;
	width: 60%;
	left: 34px;
}
.slider_content_program img{
	cursor: move;
	width: 100%;
}
.slider_content_program_container .slick-slide{
	max-height: 700px;
	overflow: hidden;
	position: relative;
}
.slider_content_program_container h4 {
	background-color: #c10000;
	color:#fff;
	font-size: 30px;
	padding: 20px 20px;
}
.slider_content_program .slick-dots{
	bottom: 30px;
}
.slider_content_program .slick-dots li button:before{
	color:#fff;
	opacity: 1;
}
.slider_content_program .slick-dots li.slick-active button:before{
	color:#c10000;
}
.slider_content_program.slick-dotted.slick-slider{
	margin-bottom: 0px;
}
.fa_overview{
	width: 100%;
	background-color: #F2F2F2;
	padding: 50px 0;
}
.fa_overview_container{
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
}
.fa_overview_container .disclaimer p{
	text-align: center;
	padding: 0 20px 20px 20px ;
	display: block;
	font-size: 14px;
	line-height: 1.3;
	font-style: italic;
}
.fa_overview_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 100px 100px 80px 100px;
}
.fa_overview_box > div:nth-of-type(1) h3{
	font-size: 38px;
	line-height: 1.3;
	font-weight: 900;
	margin-bottom: 30px;
	color: #323232;
}
.fa_overview_box > div:nth-of-type(1) p{
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.fa_overview_box > div:nth-of-type(1){
	width: 50%;
	text-align: left;
}
.fa_overview_box > div:nth-of-type(2){
	width: 40%;
}
.fa_overview_box > div:nth-of-type(2) h4{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 40px;
	display: block;
	color:#000;
}

.flex_align_top{
	align-items: flex-start;
}
.two_boxes_50 > div > p.program_life_cta{
	line-height: 1.3;
	font-size: 28px;
}
.featured_container{
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.featured_container > div:nth-of-type(1){
	width: 60%;
	background-color: #fff;
}
.featured_container > div:nth-of-type(1) h6{
	font-size: 38px;
	color: #323232;
	font-weight: 900;
	margin-bottom: 10px;
}
.featured_container > div p{
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 0;
}
.featured_container > div:nth-of-type(2){
	width: 30%;
}
.featured_container > div:nth-of-type(2) img{
	width: 100%;
	height: auto;
}
.general_overview_container > div:nth-of-type(1) {
	font-size: 80px;
	font-weight: 700;
	text-align: right;
	width: 185px;
	margin: 0 30px 0 20px;
	padding-bottom: 5px;
	letter-spacing: -3px;
	display: block;
	color: transparent;
	-webkit-text-stroke-width: 2px;
  	-webkit-text-stroke-color: black;
	background-image: url(/images/icon_banner.svg);
  	background-repeat: no-repeat;
  	background-position: 70% bottom;
  	font-family: 'Poppins', sans-serif;
}
.general_overview_container > div:nth-of-type(1) sup{
	font-size: 20px;
	display: inline-block;
	margin-right: -16px;
	padding-left: 2px;
	-webkit-text-stroke-width: 0px;
  	-webkit-text-stroke-color: black;
  	vertical-align: 220%;
}
.general_overview_container > div:nth-of-type(2) {
	width: 60%;
	font-size: 14px;
	color: #737373;
	line-height: 1.4;
	padding-right: 20px;
}
.general_overview_container > div:nth-of-type(2) span{
	font-size: 30px;
	font-weight: 900;
	color: #737373;
	display: block;
	margin-bottom: 5px;
}
.general_overview_container{
	display: flex;	
	align-items: center;
	border-bottom: 1px solid #C4C4C4;
	padding: 30px 0;
}

.connect_us{
	width: 100%;
	background-color: #c10000;
	display: block;
	display: flex;
	justify-content: center;
	padding: 40px 0;
	align-items: stretch;
}
.connect_us > div{
	padding: 20px 40px;
	color: #fff;
}
.connect_us > div:nth-of-type(1){
	font-size: 38px;
	font-weight: 900;
	color: #fff;
	border-right: 1px solid #fff
}
.connect_us > div:nth-of-type(2) ul{
	display: flex;
	list-style: none;
}
.connect_us > div:nth-of-type(2) a{
	padding-right: 30px;
	transition: .5s ease; 
}
.connect_us > div:nth-of-type(2) a:hover{
	opacity: .6;
}

/********* Campuses***********/

.campus_location_container{
	max-width: 1200px;
	margin: 0 auto;	
	padding: 0 20px;
}
.campus_locations{
	display: flex;
	margin-bottom: 60px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	align-items: center;
}
.campus_locations > div:nth-of-type(1){
	width: 55%;
	position: relative;
	cursor: pointer;
}
.campus_locations:hover{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
}
.campus_locations > div:nth-of-type(1):hover .program_go{
	transform: translate(-50%, -50%); 
	left: 50%; 
	top: 50%; 
	opacity:1;
}
.campus_locations > div:nth-of-type(1):hover .program_overlay{
	opacity:.5;
}
.campus_locations > div:nth-of-type(1) img.campus_map{
	width: 100%;
	height: auto;
	display: block;
}
img.campus_locator{
	position: absolute;
	width: 40px;
	height: auto;
}
.campus_locations > div:nth-of-type(2){
	width: 45%;
	padding: 0px 40px;
}
.campus_locations > div:nth-of-type(2) h2{
	font-size: 26px;
	font-weight: 700;
	margin: 20px 0;
}
.campus_locations > div:nth-of-type(2) p{
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.campus_locations > div:nth-of-type(2) .campus_locations_links{
	display: flex;
	margin-top: 10px;
	margin-bottom: 30px;
}
.campus_locations > div:nth-of-type(2) .campus_locations_links a{
	margin-right: 40px;
	font-size: 16px;
	font-weight: 700;
	color: #0F8099;
	position: relative;
}
.campus_locations > div:nth-of-type(2) .campus_locations_links a::after{
	content: "»";
	transform: scalex(.8);
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #0F8099;
	position: absolute;
	top: -11px;
	right: -26px;
}

.location_detail_map{
	width: 100%;
	display: block;
	position: relative;
}
.location_detail_map img.location_campus_map{
	width: 100%;
	height: auto;
}
.location_detail_address{
	position: absolute;
	background-color: #fff;
	padding: 20px 20px;
	width: 26%;
	top: 50%;
	right: 10%;
	transform: translate(-10%, -50%);
}
.location_detail_address strong{
	font-weight: 700;
}
.location_detail_address h3{
	font-size: 22px;
	font-weight: 700;
	color: #c10000;
	margin-bottom: 4px;
}
.location_detail_address p{
	font-size: 16px;
	line-height: 1.2;
	padding: 10px 0;
}
.location_detail_address .location_directions_map{
	color: #0F8099;
	position: relative;
	font-weight: 700;
}
.location_detail_address a.location_directions_map::after{
	content: "»";
	transform: scalex(.8);
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #0F8099;
	position: absolute;
	top: -13px;
	right: -26px;
}


/********* Accordion***********/

.faqs h3:nth-of-type(1){
	margin-top: 0;
}
.faqs h3 {
	font-size: 38px;
    line-height: 1.2;
    font-weight: 900;
    margin: 40px 0;
    color: #323232;
}
.accordion{
	border-bottom: 1px solid #A2A5A4;
	text-align: left;
}
.accordion a{
	font-weight: bold;
	color:#c10000;
}
.accordion a:hover{
	cursor: pointer;
	text-decoration: underline;
}
.accordion h6{
	font-size: 22px;
	font-weight: 700;
	padding: 16px 60px 16px 30px;
	border-top: 1px solid #A2A5A4;	
	display: block;
	position: relative;
	color: #323232;
	cursor: pointer;
	line-height: 1.3;
}

.accordion h6.closed::after{
	content: "+";
	font-weight: 300;
	font-size: 40px;
	position: absolute;
	right: 30px;
	top: 4px;
}
.accordion h6.open::after{
	content: "-";
	font-weight: 300;
	font-size: 60px;
	position: absolute;
	right: 34px;
	top: -10px;
}
.faqs_overview h3 {
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 20px;
}
.accordion h3{
	font-size: 22px;
	font-weight: 700;
	padding: 16px 60px 16px 30px;
	border-top: 1px solid #A2A5A4;	
	display: block;
	position: relative;
	color: #323232;
	cursor: pointer;
	line-height: 1.3;
}
.accordion h3.closed::after{
	content: "+";
	font-weight: 300;
	font-size: 40px;
	position: absolute;
	right: 30px;
	top: 4px;
}
.accordion h3.open::after{
	content: "-";
	font-weight: 300;
	font-size: 60px;
	position: absolute;
	right: 34px;
	top: -10px;
}
.accordion p{
	font-size: 16px;
	line-height: 1.8;
	padding: 12px 0;
}
.accordion ul,
.accordion ol{
	margin: 8px 20px 8px 35px;
	list-style: outside;
}
.accordion li{
	padding: 10px 0;
	font-size: 16px;
	line-height: 1.3
}
.accordion h5{
	padding: 10px 0 2px 0;
	font-size: 22px;
	color: #323232;
	font-weight: 700;
}
.accordion h4{
	padding: 10px 0 2px 0;
	font-size: 24px;
	color: #323232;
	font-weight: 700;
}
.accordion > div{
	padding: 0 30px 30px 30px;
	display: none;
}
.tabs_content_container{
	display: flex;
	justify-content: space-between;
}
.tabs_content_container > span{
	width: 30%;
	text-align: center;
}
.tabs_content_container > span p{
	line-height: 1.2;
}
.accordion .tabs_content_container > span img{
	width: 100%;
	height: auto;
}
.accordion .center{
	text-align:center
}
.search_width_four {
	display: flex;
	justify-content: space-between;
}
.general_content a.results_content {
	margin: 20px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	display: block;
}
.general_content a.results_content:hover{
	text-decoration: none;
}
.search_link {
	font-weight: 700;
	color: #0F8099;
}
.search_link:hover {
	text-decoration: underline;
}
.general_content .other_pages a {	
	display:inline-block; 
	background:#c10000; 
	color:#fff; 
	padding: 11px 0; 
	width: 44px; 
	text-align:center; 
	margin: 0 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.general_content .other_pages a:hover {	
	background:#999; 
	text-decoration:none
}
.general_content .other_pages strong {	
	display:inline-block; 
	border: 1px solid #c10000; 
	color:#c10000; 
	padding: 11px 0; 
	width: 44px; 
	text-align:center; 
	margin: 0 5px;
}
.other_pages {
	display:block; 
	text-align:center; 
	margin-top:40px
}
.general_content .results_content p {
	padding: 8px 0;
}
.message_center {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 9999;
}
.messages_notification {
	background-color: green;
	color:#fff;
	font-size: 16px;
	text-align: center;
	padding: 10px 20px
}
.search_width_four input.labelauty + label {
	width: 24%;
}
.search_width_four input.labelauty + label > span.labelauty-unchecked-image + span.labelauty-unchecked {
	color: #525151;
}
.search_width_four .search_width_four input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked {
	color: #fff;
}
.search_query_page {
	padding: 9px 20px;
	font-size: 16px;
	width: 40%;
	border: none;
}
.keyword {
	font-weight: 700;
}
.site_table{
	border-collapse: collapse;
	width: 100%;
}
.site_table td,
.site_table th{
	border: 1px solid #ccc;
	padding: 12px;
}
.site_table th,
.site_table th strong{
	background-color: #c10000;
	color: #fff;
}

/*********** News *************/

.news_featured_story_container{
	width: 100%;
	display: block;
	background-color: #c10000;
}
.news_featured_story{
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_featured_story > div:nth-of-type(1){
	width: 70%;
}
.news_featured_story > div:nth-of-type(2){
	width: 25%;
	display: block;
}
.news_featured_story > div:nth-of-type(1) p{
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
}
.news_featured_story > div:nth-of-type(1) h3,
.news_featured_story > div:nth-of-type(1) h3 strong{
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
}
.news_featured_story > div:nth-of-type(2) p{
	text-align: right;
}
.news_tabs_container{
	background-color: #F2F2F2;
	padding-top: 10px;
}
.news_tabs{
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 30px;
}
.news_tabs > ul{
	list-style: none;
	display: flex;
}
.news_tabs > ul li{
	display: inline-block;
	padding: 30px 30px;
	font-weight: 700;
	color: #737373;
	cursor: pointer;
}
.news_tabs > ul li:hover{
	color: #525151;
}
.news_tabs > ul li.tab_selected{
	background-color: #fff;
	color: #525151;
	cursor: default;
}
.news_sections{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
.news_sections > div{
	padding: 40px 30px;
	display: none;
	background-color: #fff;
	max-width: 1100px;
	margin: 0 auto;
}
.news_sections > div:nth-of-type(1){
	display: block;
}
.news_sections_container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.see_more {
	display: block;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}
.see_more:hover{
	text-decoration: underline;
}
.blog_header{
	display: none;
}
.news_story{
	width: 31%;
	margin: 10px 1.1% 30px 1.1%;
	padding-bottom: 20px;
	cursor: pointer;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
}
.news_story:hover{
	text-decoration: none;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.news_content_related > h6{
	max-width: 1060px;
	font-size: 34px;
	margin: 0 auto;
	padding: 0 20px;
	font-weight: 900;
	margin-bottom: 10px;
}
.news_content_related > p{
	max-width: 1060px;
	font-size: 16px;
	margin: 0 auto;
	padding: 0 20px;
}
.news_story p.news_section_date strong{
	font-weight: 700;
}
.news_story .news_section_date span{
	width: 10px;
	height: 24px;
	margin-right: 8px;
	border-right: 1px solid #666;
	display: inline-block;
	vertical-align: -40%;
}
.news_story p.news_section_date{
	display: block;
}
.news_related_stories_container{
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 20px;
}
.news_content_related{
	background: #F2F2F2;
	padding: 80px 0 50px 0;
}
.news_related_stories_container > div{
	width: 31%;
}
.news_story img{
	width: 100%;
	height: auto;
}
.news_story p{
	padding: 8px 20px;
	font-size: 16px;
	line-height: 1.4;
}
.news_story h5{
	padding: 16px 20px 6px 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.news_pagination{
	display: none;
}
#most_recent .news_pagination:nth-of-type(1),
#student_life .news_pagination:nth-of-type(1),
#resources .news_pagination:nth-of-type(1),
#features .news_pagination:nth-of-type(1),
#alumni .news_pagination:nth-of-type(1),
#community_outreach .news_pagination:nth-of-type(1),
#career_guide .news_pagination:nth-of-type(1),
#video .news_pagination:nth-of-type(1){
	display: inline-block;
}
.news_home_image {
	width:100%;
	padding-bottom: 65%;
	background-size: cover;
}

/************* catalog *************/

#st-1 .st-btn > span {
	vertical-align: middle!important;
}
.catalog_homepage_image {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	background-image: url(../catalog_media/home_page.jpg);
	background-position: center;
	background-size: cover;
}

.catalog_homepage_image img.homepage_seal {
	width: auto;
}

.catalog_homepage_image_content {
	color: #fff;
	padding: 40px 60px
}

.catalog_interior_container .catalog_homepage_image_content p,
.catalog_interior_container .catalog_homepage_image_content h3,
.catalog_interior_container .catalog_homepage_image_content h4,
.catalog_interior_container .catalog_homepage_image_content h5,
.catalog_interior_container .catalog_homepage_image_content h6 {
	color: #fff
}

.catalog_interior_container .catalog_homepage_image h1,
.catalog_interior_container .catalog_homepage_image h1 span {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #fff;
	line-height: 1.1
}

.catalog_interior_container .catalog_homepage_image h1 span {
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-top: 10px
}

.catalog_interior_container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 50px 3% 40px 3%;
	background: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.generic_content_rt {
	width: 72%;
}
.catalog_interior_container p {
	padding: 10px 0;
	color: #666;
	font-size: 16px;
	line-height: 1.3;
}

.catalog_interior_container h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #c10000;
	margin: 0 0 20px 0;
	line-height: 1.3;
}

.catalog_interior_container h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #c10000;
	margin: 10px 0 10px 0;
	line-height: 1.3;
}

.catalog_interior_container h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #c10000;
	margin: 10px 0 10px 0;
	line-height: 1.3;
}

.catalog_interior_container h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #666;
	margin: 10px 0 10px 0;
	line-height: 1.3;
}

.catalog_interior_container h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #666;
	margin: 10px 0 2px 0;
	line-height: 1.3;
	padding: 0
}

.catalog_interior_container ul,
.catalog_interior_container ol {
	margin-left: 35px;
}

.catalog_interior_container li {
	color: #666;
	padding: 4px 0;
	line-height: 1.3;
}

.catalog_interior_container strong {
	font-weight: 700
}

.main_cat_image {
	width: 100%;
	height: auto;
}

.side_navigation_catalog {
	display: block
}
.side_navigation_container span{
	width: 14px;
    float: left;
    margin: 0px;
    padding: 0 0 5px 0;
}
.main_links {
	max-width: 1260px;
	margin: 0 auto;
	padding: 40px 0 40px 3%;
}

.item {
	float: left;
	margin: 20px 1.1% 20px 1.1%;
	text-align: center;
}

.item h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #346d7d;
	margin-top: 20px;
	line-height: 26px
}

.item h3 a {
	color: #346d7d;
}

.item h3 a:hover {
	text-decoration: none
}

.item img {
	width: 100%;
	height: auto
}

.catalog_all_hero {
	width: 100%;
	position: relative
}

.catalog_all_content {
	padding: 20px;
}

.catalog_all_content a {
	color: #c10000
}

.catalog_all_content p {
	padding: 10px 0
}

.catalog_all_content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 300;
	margin: 20px 0
}

.catalog_all {
	max-width: 1260px;
	margin: 0 auto;
	padding: 80px 0 40px 0;
	background: #fff
}

.catalog_all_hero img {
	width: 100%;
	height: auto
}

.catalog_all_hero h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 60px;
	color: #fff;
	line-height: 1.1;
	text-align: center
}

.submenu_expand {
	display: none
}

.catalog_homepage_mobile {
	display: none
}

.curriculum_desktop {
	display: block
}

.curriculum_mobile {
	display: none
}

.sub_content_header h4,
.sub_content_header h4 strong {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 300;
	color: #c10000;
	margin-top: 20px;
	line-height: 36px;
	border-bottom: 3px solid #EBEBEB;
	padding-bottom: 5px;
	margin-bottom: 35px
}
.sub_content_header h4 strong{
	font-weight: 700;
}

.item_sub {
	float: left;
	width: 29.3%;
	margin: 0 2% 40px 2%;
	text-align: center;
}

.item_sub h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #c10000;
	margin-top: 15px;
	line-height: 26px
}

.item_sub h3 a {
	color: #346d7d;
}

.item_sub h3 a:hover {
	text-decoration: none
}

.item_sub img {
	width: 100%;
	height: auto
}

.catalog_item_sub .image_bg_expand {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	opacity: .5;
	position: absolute;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.catalog_item_sub:hover .image_bg_expand {
	transform: scale(1.1, 1.1);
}
.side_navigation_container {
	display: block;
}
.side_navigation_catalog {
	width: 22%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.side_navigation_catalog ul>li {
	list-style: none;
	border-top: 1px solid #EAEAEA;
	display: block;
	padding: 0;
	margin: 0 0 0 4px;
	clear: both
}

.side_navigation_catalog ul li ul.cat_child li {
	border: none;
}

.side_navigation_catalog li a {
	display: block;
	padding: 10px 6px;
	color: #666;
	font-size: 16px;
	line-height: 20px;
	overflow: auto;
	box-sizing: border-box;
}

.side_navigation_catalog span.has_children {
	background: url(../images/arrow_on2.gif) no-repeat 6px 6px;
	cursor: pointer;
	margin-top: 6px;
}

.side_navigation_catalog span.arrow_on_cat {
	background: url(../images/arrow_down2.gif) no-repeat 1px 12px;
	cursor: pointer
}
.arrow {
  	border: solid white;
  	border-width: 0 3px 3px 0;
  	display: inline-block;
  	padding: 3px;
  	float: right;
  	margin: 4px 10px 0 0;
}
.down {
  	transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
}
.up {
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
  	margin: 6px 10px 0 0;
}
.student_consummer_info_table td{
	padding: 10px;
}
.interior_container_top .generic_content_lt ul.cat_child {
	display: none;
	margin-left: 10px
}

.side_navigation_catalog .cat_on>a {
	font-weight: bold;
	color: #c10000;
	box-sizing: border-box;
}

.side_navigation_catalog .cat_child {
	display: none;
	margin: 0 0 0 14px;
	padding: 0
}

.side_navigation_catalog ul {
	margin: 0;
	padding: 0
}

.submenu_expand_catalog {
	display: none;
}

a.control_panel_pane {
	color: #fff;
	background: #999;
	text-align: center;
	padding: 16px 20px;
	font-size: 16px;
	display: block;
	border-radius: 3px;
}

a.control_panel_pane:hover {
	text-decoration: none;
	background: #CCC
}

tr.trimester_table {
	background: #666;
	color: #fff;
}

tr.trimester_table td {
	border: 1px solid #666
}

tr.terms_table {
	background: #cacac8;
}

tr.terms_table td {
	border: 1px solid #cacac8
}

tr.terms_table_ground {
	background: #666;
	color: #fff
}

tr.terms_table_ground td {
	border: 1px solid #666
}

.control_panel {
	width: 100%;
	display: block;
	margin-top: 50px;
	padding-bottom: 6px
}

.control_panel_container {
	padding: 0 2% 0 2%;
	margin-bottom: 20px
}

.control_panel p {
	width: 30%;
	margin: 10px 1.6%;
	float: left;
}

.control_panel h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 300;
	background: #c10000;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 20px
}
.loginform h2{	
	font-size:24px; 
	margin-bottom:20px;
	line-height: 1.4;
}
.loginform	{	
	width: 30%; 
	margin: 0 auto;
}
.loginform input{	
	border:2px solid #CCC; 
	padding: 8px 6px; 
	color:#666; 
	font-size:16px; 
	width: 100%;
	box-sizing: border-box;
}
.loginform label{	
	font-size:15px; 
	display:block
}
.loginform .login_submit{	
	width: auto; 
	padding: 12px 24px; 
	margin-top:15px; 
	background:#c10000; 
	color:#fff; 
	border:none; 
	cursor:pointer 
}
.loginform p{
	padding: 10px 0;
}
.loginform .error_message{
	background-color: red;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
}
.page_status {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	background: #F4F4F4;
	color: #666;
	padding: 10px 20px;
	margin-bottom: 20px
}

.change_page_status {
	font-size: 12px;
	padding-left: 5px;
	cursor: pointer;
}
.sub_nav {
    background-color: #c10;
    padding: 16px 30px;
    line-height: 1.4;
    overflow: auto;
}
.sub_nav_fixed {
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 1;
}
.sub_nav_fixed_mobile {
	position: fixed;
	top: 60px;
	width: 100%;
	z-index: 10;
}
.sub_nav ul{
	display: flex;
	justify-content: center;
}
.sub_nav li {
	color: #fff;
	list-style: none;
	padding: 0 30px;
	cursor: pointer;
	flex-shrink: 0;
}
.sub_nav li:hover {
	text-decoration: underline;
}
.change_page_status:hover {
	text-decoration: underline
}
.curriculum_table {
	border-collapse: collapse;
}
.curriculum_table p {
	padding: 0
}

.curriculum_table th {
	color: #fff;
	padding: 10px 5px;
	background: #c10000;
	border: 1px solid #c10000
}

.curriculum_table td {
	color: #666;
	padding: 10px 5px;
	border: 1px solid #CCC
}

.curriculum_table th strong {
	color: #fff;
}
.sub_content_links {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.catalog_item_sub {
	height: 160px;
	width: 31.3%;
	position: relative;
	overflow: hidden;
	margin: 10px 1%;
}

.catalog_item_sub a {
	color: #fff;
	text-align: center;
	display: inline-block;
	margin: auto;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 160px;
	overflow: hidden
}

.catalog_item_sub a:hover {
	text-decoration: none;
}

.catalog_item_sub a h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	z-index: 10;
	padding: 0 20px;
	color: #fff;
}

.bg_image {
	position: absolute;
	width: 110%;
	height: auto;
	opacity: .5;
	overflow: hidden
}

.desktop_calendar {
	display: block
}

.mobile_calendar {
	display: none
}

.table_disclaimer {
	color: #666;
	font-size: 12px;
	font-style: italic
}

.arrow_off_content {
	background: url(../images/arrow_on2.gif) no-repeat 10px 12px #F8F8F8;
	cursor: pointer;
	padding: 5px 5px 5px 24px;
	border: 1px solid #CCC;
}

.arrow_on_content {
	background: url(../images/arrow_down2.gif) no-repeat 0 12px;
	cursor: pointer;
	padding: 0 0 0 18px
}

.text_area_content {
	display: none;
}

.format_table th {
	background: #c10000;
	color: #fff;
	padding: 12px 10px;
	text-align: left;
	border: 1px solid #c10000;
	line-height: 1.2
}
.format_table th sup{
	color:#fff;
}

.catalog_interior_container .format_table th p {
	color: #fff
}

.format_table td {
	padding: 10px 10px;
	border: 1px solid #CCC;
	color: #666;
	line-height: 1.2
}

.format_table td p {
	padding: 2px 0;
	line-height: 1.1
}

.non_format_table th {
	border: 1px solid #CCC;
	padding: 12px 8px;
	color: #666
}

.non_format_table td {
	border: 1px solid #CCC;
	padding: 10px 8px;
	color: #666
}

.section_video {
	margin: 30px 0 10px 0
}

.section_video h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #c10000;
	margin: 20px 0
}

#vid_scroll {
	margin: 20px 0;
}

#vid_scroll .vid_content {
	margin: 0 10px;
	text-align: center;
	font-size: 16px;
	position: relative
}

#vid_scroll .vid_content a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.4
}

#vid_scroll .vid_content img.video_image {
	width: 100%;
	height: auto;
	margin-bottom: 10px
}

img.video_playing {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	margin: auto
}

.video-wrapper_main {
	width: 100%;
}

.video-container_main {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container_main iframe,
.video-container_main object,
.video-container_main embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.course_container ul {
	margin-left: 35px
}

.course_container li a {
	color: #666
}

.course_container h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #666;
}

.download_catalog a {
	display: block;
	text-align: center;
	background: #c10000;
	color: #fff;
	padding: 6px 0;
	margin-top: 20px
}

/********** Pagination ********/
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center; 
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #666;
    background-color: #fff;
 }
.page-item.active a{
	font-weight: 900;
	text-decoration: underline;
}
.page-item.disabled a{
	color: #999;
	cursor: default;
	display: none;
}
.page-item.disabled a:hover{
	text-decoration: none;
}

/*********** News Content ********/

.open_gallery {
	display: block;
	line-height: 0;
}
.news_content_header_container{
	background-color: #F2F2F2;
	width: 100%;
	display: block;
}
.news_content_header{
	max-width: 1060px;
	margin: 0 auto;
	padding: 30px 20px;
}
.news_content_header h1,
.news_content_header h1 strong{
	color: #333;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.2;
}
.news_content_header h2{
	color: #c10000;
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 15px;
}
.blog_class span{
	color: #525151;
	font-size: 16px;
	font-weight: 400;
	padding-left: 20px;
}

.blog_class{
 	color:#c10000;
	font-size: 30px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 1.3;
	margin-bottom: 16px;
}
.news_main_content h2{
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
}
sup {
	vertical-align: super;
    font-size: small;
    padding-right:3px;
}
.news_main_content h3{
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.news_main_content{
	max-width: 1060px;
	margin: 0 auto;
	padding: 30px 20px;
	background-color: #fff
}
.news_main_content p{
	font-size: 16px;
	padding: 10px 0;
	line-height: 1.4;
}
.back_to_news{
	font-weight: 700;
	padding-top: 30px;
	display: block;
	text-decoration: underline;
}
.back_to_news:hover{
	text-decoration: none;
}
.blog_cta_container {
	width: 100%;
	padding: 20px 30px;
	margin: 40px 0px;
	background-color: #c10;
	background-image: url('/images/acc_seal_angle.png');
	background-repeat: no-repeat;
	text-align: center;
	background-position: 30px center;
	color:#fff;
}

.news_main_content .blog_cta_container h5{
	color:#fff;
	font-size: 40px;
	font-weight: 900;
	line-height: 1.4;
}

.news_main_content .blog_cta_container h6{
	color:#fff;
	font-size: 20px;
	font-weight: 300;
}
.news_main_content .blog_cta_container a.blog_cta_button {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 50px;
    border: 3px solid #fff;
    display: inline-block;
    color: #fff;
    transition: .5s ease;
    text-decoration: none;
}
.news_main_content .blog_cta_container a.blog_cta_button:hover{
	background-color: #fff;
	color:#c10;
}

.homepage_quiz { 
	max-width:1100px; 
	margin: 0px auto 60px auto; 
	display: flex; 
	justify-content: center; 
	align-items: center;
}
.homepage_quiz_text { 
	margin-right: 20px; 
}
.homepage_quiz_text p { 
	font-size: 26px;
	line-height: 1.2;
	font-weight: 900;
	color: #323232;
	text-align: center;
	line-height: 1.1;
}
.homepage_quiz_btn {
	display: flex; justify-content: center; align-items: center;
}
.homepage_quiz_btn img { width:100px; height:auto }
.homepage_quiz_btn a{ font-size: 16px;
	font-weight: 700;
	padding: 15px 50px;
	border: 2px solid #c10;
	background-color: #c10;
	display: inline-block;
	color: #fff;
	transition: .5s ease;
	text-decoration: none;
	margin-left: 20px;
}
.homepage_quiz_btn a:hover{ 
	text-decoration:none;
	background-color:#fff;
	color: #c10;
}
.search_by_letter_container { 
	display: flex;
	justify-content: center;
}
.search_by_letter {
	padding: 10px 10px;
	width: 40px;
	margin: 20px 10px;
	cursor: pointer;
	transition: .5s ease;
}
.search_by_letter:hover{
	background-color: #000;
	color:#fff;
}
.two_boxes_flex {
    display: flex;
    justify-content: space-between;
    padding: 70px 20px;
}
.width_70 {
	width:70%;
	text-align: left;
}
.width_25 {
	width:25%;
	text-align: left;
}
.tags_container a{
	display: inline-block;
	padding: 12px 20px;
	border: 2px solid #c10;
	margin: 0 10px 10px;
	border-radius: 10px 0;
	transition: .5s ease;
	background-color: #FAEBEB;
}
.tags_container a:hover{
	text-decoration: none;
	background-color: #c10;
	color:#fff;
}
.tags_container_home {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.tags_container_home a.tag_me{
	padding: 18px 20px;
	border: 2px solid #c10;
	margin: 0 16px 16px 0;
	border-radius: 10px 0;
	transition: .5s ease;
}
.tags_container_home a:hover{
	text-decoration: none;
	background-color: #c10;
	color:#fff;
}
.glossary_container::after {
  content: "";
  width: 32%;
}
.glossary_container_rec::after {
  content: "";
  width: 32%;
}
.glossary_container_rec {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.glossary_container {
	display: none;
	flex-flow: row wrap;
	justify-content: space-between;
}
.glossary_box {
	width: 32%;
	padding: 0px 30px;
	border: 1px solid #c10;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
	transition: .5s ease;
	line-height: 1.3;
}
a.glossary_box:hover{
	background-color: #c10;
	color:#fff;
	text-decoration: none;
}
.content_img,
#gallery_container {
	max-width: 800px;
	margin: auto;
	padding: 20px 0 40px 0;
}
.video-container 			{
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
.video-container iframe, 
.video-container object, 
.video-container embed{ 	
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
video{ 	
	max-width: 100%; 
	height: auto; 
}
.video-wrapper{ 	
	width:  100%; 
	max-width: 840px; 
	margin: 20px auto 0 auto; 
}
.content_img img{
	width: 100%;
	height: auto;
}
.content_img a.view_gallery {
    display: block;
    text-align: center;
    background: #c10000;
    color: #fff;
}
.news_main_content blockquote{	background: #F3F3F3; padding: 8px 16px; margin: 20px 0;}
.news_main_content blockquote table	{	color:#666; }
.news_main_content blockquote table td	{	padding:3px;font-size: 15px;}
.news_main_content blockquote p{	font-size: 15px;}
.news_main_content blockquote img {	width: 100%; height:auto;}
.news_main_content blockquote.block_left {	float: left; width:50%; margin-right:20px; margin-left:0px}
.news_main_content blockquote.block_right {	float: right; width:50%; margin-left:20px; margin-right:0px}
.news_main_content blockquote.container_no_bg{	background: none; padding: 0;  }
.news_main_content blockquote h3,
.news_main_content blockquote h5 {padding-top:10px; padding-bottom:6px; font-family: 'Roboto Condensed', sans-serif;; font-weight:400; font-size:22px; line-height: 1.4}
.content_img a.view_gallery span {
    background: url(../images/icon_gallery.png) left center no-repeat;
    padding: 28px 0 28px 50px;
    display: inline-block;
    font-size: 20px;
    color:#fff;
}
.news_main_content a,
.news_main_content a em,
.news_main_content em a,
.news_main_content strong a,
.news_main_content a strong {
	color:#c10000;
	text-decoration: underline;
}
.news_main_content strong a {
	font-weight: bold;
}
.news_main_content a:hover,
.news_main_content a em:hover,
.news_main_content em a:hover,
.news_main_content strong a:hover,
.news_main_content a strong:hover {
	text-decoration: none;
}
.news_main_content ul,
.news_main_content ol{
	margin: 10px 0 10px 40px;
}
.news_main_content li{
	padding: 8px 0;
	font-size: 16px;
	line-height: 1.4;
}
.news_main_content h6,
.news_main_content h6 strong{
	font-size: 24px;
	padding: 10px 0;
	font-weight: 700;
	line-height: 1.4;
}

/*********** Arrows ************/

a.arrow_link{
	color: #0F8099;
	font-weight: 700;
	position: relative;
}

a.arrow_link::after {
    content: "»";
    transform: scalex(.8);
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #0F8099;
    position: absolute;
    top: -8px;
    right: -26px;
}

.timeline h5{
	font-size: 32px;
	font-weight: 900;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

.general_overview_icons{
	display: flex;
	margin-bottom: 30px;
	text-align: left;
	align-items: center;
}
.general_overview_icons > div:nth-of-type(1){
	width: 25%;
	text-align: center;
}
.general_overview_icons > div:nth-of-type(2){
	text-align: left;
	width: 75%;
}
.general_overview_icons > div:nth-of-type(2) p{
	font-size: 16px;
	line-height: 1.3;
}

.hide_me { display: none;}


/************ Lead form *****************/

.form p{	
	padding: 15px 0
}
.form select{	
	width: 100%; 
	font-size: 17px; 
	color: #666; 
	padding: 0 0 0 10px; 
	border: none; 
	height: 41px;
	border-bottom: 1px solid #e5e5e5;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	background-color: #fff;
	border-radius: 0;
}

.form input:focus, textarea:focus, select:focus{	
	outline: none; 
	border-bottom: 1px solid #666
}
.form input.submit_form{	
	display: inline-block; 
	padding: 16px 40px; 
	background-color: #c10000; 
	color: #fff; 
	text-decoration: none; 
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300; 
	margin: 20px 0 10px 0; 
	font-size: 16px; 
	width: auto;
	transition: .5s ease; 
	border: none;
	cursor: pointer;
}
.form input.submit_form:hover{	
	background-color: #666; 
	cursor: pointer
}
.person_icon::before{	
	content: url(../images/form_icon_person.png);
}
.phone_icon::before{	
	content: url(../images/form_icon_phone.png);
}
.email_icon::before{	
	content: url(../images/form_icon_email.png);
}
.arrow_icon::before{	
	content: url(../images/form_icon_arrow.png);
}
.error_icon::before{	
	content: url(../images/form_icon_error.png);
}
.correct_icon::before{	
	content: url(../images/form_icon_correct.png);
}

.person_icon, 
.phone_icon, 
.email_icon,
.location_icon,
.password_icon,
.error_icon,
.correct_icon{	
	line-height: 0; 
	margin-left: -85px; 
	position: relative; 
	box-sizing: border-box; 
	float: right; 
	margin-top: 8px; 
	padding-right: 12px
}
.arrow_icon{	
	line-height: 0; 
	margin-left: -85px; 
	position: relative; 
	box-sizing: border-box; float:right; 
	margin-top: 8px; 
	padding-right: 12px;
	pointer-events: none;
}

.form select{	
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-webkit-appearance: none; 
}
.form select::-ms-expand{	
	display: none;
}

.floating-label{
	color: #fff;
	font-size: 12px;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	font-weight: bold;
	z-index: 2;
	opacity: 0;
	width: 100%;
	display: block;
}

.pin{
	color: #fff;
}

.form-input{	
	font-size:17px;
	color: #666; 
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300; 
	position: relative;
	z-index: 0;
	padding: 10px 40px 10px 10px;
	width: 100%;
	outline: 0;
	border: 0;
	border-radius: 0;
	transition: box-shadow 150ms ease-out;
}
.form_disclaimer_text{	
	font-size:14px; 
	line-height:1.2; 
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff; 
}
.form_cos_text{	
	font-size:14px; 
	line-height:1.2; 
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff; 
}
.form_disclaimer_text a {
	text-decoration: underline;
	color:#fff;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
}
.show_more_dis {
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	padding-top: 10px;
}
.show_more_dis:hover{
	text-decoration: none;
}
.show_more_dis_container {
	display: none;
}
.show_more_cos {
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	padding-top: 10px;
}
.show_more_cos:hover{
	text-decoration: none;
}
.show_more_cos_container {
	display: none;
}
.fullname_error{	
	background: red; 
	color: #fff; 
	padding: 3px 16px; 
	margin: 0 0 0 10px; 
	border-radius: 25px;
	position: absolute;
	right: 0px;
	top: -8px;
	display: inline-block;
	font-size: 11px;
}
.select_label_container{	
	position: relative;
}
.select_label{	
	position: absolute; 
	top: 4px;
	left: 0px;
	font-family: 'Roboto Condensed', sans-serif; 
	font-weight: 700; 
	opacity: 0;
	transition: .5s ease;
}
.select_label_on{	
	opacity: 1;
	top: -4px;
	font-size: .75em; 
	color: #fff;
}
.contactus_submit_container{
	display: block;
	text-align: center;
}
.contactus_submit_container span.form_required{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-top: 8px;
	line-height: 1.3;
	font-family: 'Roboto Condensed', sans-serif;
}
.submit_form_container {
    background: #c10000;
    color: #fff;
    border: none;
    display: inline-block;
    height: 50px;
    width: 280px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.submit_form_container:hover{
	background: #fff;
	color: #000;
}
.button_processing_container{
	display: none;
	text-align: center;

}
.button_processing{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: not-allowed;
	background: #c10000;;
    border: none;
    height: 50px;
    width: 225px;
    margin: 10px auto 0 auto;
    text-align: center;
}
.button_processing em{
	font-weight: 700;
    color: #E5887F;
    font-size: 20px;
    margin-right: 5px;
}
.program_filter_link{
	display: none;
}

/************** Thank you *************/

.form_thank_you h4{
	font-size: 28px;
    line-height: 1.6;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.form_thank_you p{
	font-size: 16px;
	text-align: center;
	padding: 12px 0;
	color: #fff;
	line-height: 1.6;
}
.form_thank_you a{
	padding: 0px 10px;
}
.form_margin_top {
	margin: 40px 0;
}

/*************** footer ****************/

footer{
	width: 100%;
}
.footer_upper_container{
	max-width: 1160px; 
	margin: 0 auto;
	padding: 40px 20px;
	display: flex;
	justify-content: space-between;
}
.footer_links{
	width: 65%;
	display: flex;
	justify-content: space-between;
}
.footer_links div{
	width: 30%;
}
.footer_links p{
	font-size: 20px;
	font-weight: 700;
	color: #0F8099;
}
.footer_links ul{
	list-style: none;
	padding-top: 12px;
}
.footer_links a{
	padding: 4px 0;
	font-size: 14px;
	display: block;
}
.footer_logo_social {
	display: block;
	text-align: center;
}
.footer_social{
	width: 230px;
}
.footer_social > p > a > img{
	height: auto;
}
.footer_social ul{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.footer_social li{
	list-style: none;
}
.footer_social a{
	transition: .5s ease;
}
.footer_social a:hover{
	opacity: .5;
}
.footer_lower_container{
	width: 100%;
	padding: 30px 20px;
	text-align: center;
	background-color:  #333;
}
.footer_lower_container a {
	color:#fff;
}
.footer_lower_container p{
	font-size: 16px;
	color: #fff;
	padding-top: 10px;
}
.footer_lower_container sup,
.footer_lower_container em{
	color:#fff;
	font-size: 12px
}
.footer_lower_container_mobile{
	display: none;
}

.side_menu{
	position: fixed;
	right: 0;
	bottom: 40%;
	width: 60px;
	background-color: #fff;
	padding: 8px 10px;
	display: none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.side_menu > div{
	display: flex;
	flex-direction: column;
}
.side_menu > div a{
	margin: 8px 0;
	transition: .5s ease;
}
.side_menu > div a:hover{
	opacity: .5;
}
.side_menu > div img{
	width: 100%;
	height: auto;
}
.bottomMenu {
	cursor: pointer;
	position: fixed;
	right: 5px;
	bottom: 30%;
	display: none;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000001;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
}
.close_cursor {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 25px;
    font-weight: 300;
    cursor: pointer;
}
.modal_form_container {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 20px;
}
.brochure_download_cont {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.brochure_download_cont p {
	color:#fff;
	font-size: 40px;
}

/************ Navigation X ****************/

.c-hamburger{	
	overflow: hidden;
	width: 40px;
	height: 34px;
	font-size: 0;
	text-indent: -9999px; 
	box-shadow: none; 
	border: none; 
	cursor: pointer; 
	background:none; 
	z-index:2;
	transition: .5s ease; 
	position:relative; 
	margin-left: 10px;

}
.c-hamburger:focus 							{	outline: none;}
.c-hamburger:hover							{	}
.c-hamburger--htx 							{	}
.c-hamburger--htx span 						{	}
.c-hamburger span 							{	display: block;position: absolute;top: 15px;left: 0px;right: 0px;height: 4px; background-color: #c10000;}
.c-hamburger span::before,
.c-hamburger span::after 					{	position: absolute;display: block;left: 0;width: 100%;height: 4px;background-color:#c10000; content: "";}
.c-hamburger span::before 					{	top: -10px;}
.c-hamburger span::after 					{	bottom: -10px;}
/*
.c-hamburger--htx span::before,
.c-hamburger--htx span::after 				{	transition-duration: 0.3s, 0.3s;transition-delay: 0.3s, 0s;}
.c-hamburger--htx span::before 				{	transition-property: top, transform;}
.c-hamburger--htx span::after 				{	transition-property: bottom, transform;}

.c-hamburger--htx.is-active 				{	}
.c-hamburger--htx.is-active span 			{	background: none;}
.c-hamburger--htx.is-active span::before 	{	top: 0;transform: rotate(45deg);}
.c-hamburger--htx.is-active span::after 	{	bottom: 0;transform: rotate(-45deg);}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after 	{  	transition-delay: 0s, 0.3s;}
*/
@media only screen and (max-width : 1350px) {
	.full_height .navigation > ul > li > a {
		margin: 0;
		padding: 20px 14px;
	}
	.smaller_height .navigation > ul > li > a{
		margin: 0;
		padding: 10px 20px;
	}
}
@media only screen and (max-width : 1180px) {
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{
		top: -520px;
		left: 140px
	}
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		top: -520px;
		left: 180px;
		right: auto;
	}
}

@media only screen and (max-width : 1180px) {
	.slider_content h1{
		font-size: 8.1vw;
		margin-bottom: 12px;
	}
	.slider_content p{
		font-size: 4.6vw;
		padding: 0;
		margin-bottom: 22px;
		font-weight: 700;
		line-height: 1.3;
	}
	.slider_content{
		width: 85%;
	}
	.home_hero .hero_logo{
		width: 25%; 
	}
	.home_hero .hero_logo img{
		width: 100%; 
	}
	.hero_logo {
		top:5px; 
		left:10px;
	}
	.home_hero .slick-dots{
		bottom: 3%;
	}
	.upper_header{
		display: none;
	}
	.navigation{
		width: 100%;
		height: 100%;
		overflow: auto !important;
		position: fixed;
		top:0;
		right:-100%;
		background: #fff;
		z-index: 100000;
    	mmax-height: 85vh;
    	ddisplay: none;
	}
	.navigation_close_x{
		display: block;
	    text-align: right;
	    padding: 30px 30px 20px 0;
	    font-size: 30px;
	    cursor: pointer;
	}
	.navigation > ul{
		flex-direction: column;
		justify-content: center;		
	}
	nav{
		padding: 0;
		display: block;
	}
	nav.full_height {
	    position: fixed;
	    z-index: 10;
	    background-color: #fff;
	    width: 100%;
	    border-bottom: 1px solid #999;
	    top: 0;
	    height: auto;
	}
	.mobile_view_all{
		display: block;
	}
	.navigation > ul > li.nav_on > a{
		color:#525151;
	}
	.nav_search_desktop{
		display: block;
		padding: 0 16px;
		margin-top: 15px;
	}
	.search_query{
		width: 94%;
		display: block;
		font-size: 22px;
	}
	.sub_nav {
		padding: 24px 30px;
	}
	.sub_nav li {
		font-weight: bold;
	}
	/*
	.scroll_content {
	    height: 150px;
	}
	*/
	.guides_item {
		width: 100%;
	}
	.full_height .navigation > ul > li > a{
		padding:  16px 20px;
		font-size: 26px;
		font-weight: 900;
	}
	.header_content .header_logo img{
		width: 90%;
	}
	.catalog_item_sub {
		width: 48%;
	}
	.home_calendar_container{
		flex-direction: column;
		justify-content: center;
	}
	.home_calendar_content {
		margin-left: 0;
		text-align: center;
	}
	.home_calendar_all {
		position: relative;
		bottom: inherit;
		right: inherit;
		display: block;
		text-align: center;
		margin-top: 30px;
	}
	.home_calendar_date {
		margin: 0 auto 30px auto;
	}
	.program_hero{
		padding-top:80px;
	}
	.program_hero_content h3 {
		margin-bottom:80px;
	}
	.glossary_box {
		width: 48%;
	}
	.search_by_letter_container {
		flex-wrap: wrap;
	}
	.search_by_letter {
		padding: 8px 8px;
	    width: 10px;
	    margin: 5px 10px 0 10px;
	}
	.two_boxes_flex {
		flex-direction: column;
	}
	.two_boxes_flex > div {
		width: 100%;
	}
	.event_image {
		display: none;
	}
	.event_content {
		margin-left: 0;
	}
	.awards {   
		flex-direction: column;
	}
	.awards > div {   
		width: 100%; 
		margin: 10px 0;
	}
	.virtual_tours { 
		display: block!important;
	}
	.full_height .navigation > ul > li > a.header_btn, 
	.smaller_height .navigation > ul > li > a.header_btn{
		margin: 20px 24px;
		text-align: center;
		display: block;
	}
	.navigation > ul > li.menu_drop > div > ul > li > a, 
	.navigation > ul > li.menu_drop > div > span > ul > li > a{
		font-weight: 700;
		font-size: 16px;
	}
	.navigation > ul > li.menu_drop > div span.menu_drop_container_programs ul:nth-of-type(1) {
		width: auto;
		margin-right: 0px;
	}
	.navigation > ul > li.menu_drop > div span.menu_drop_container_programs ul:nth-of-type(2) {
		width: auto;
	}
	.header_btn{
		margin: 0;
		text-align: center;
	}
	.navigation > ul > li > a.header_btn::after{
		content: "";
	}
	.navigation > ul > li > a{
		position: relative;
	}
	.mobile_open_color{
		color:#0F8099 !important;
		background: url('/images/form_nav_arrow_up.png') no-repeat 94% center;
	}
	a.mobile_close_color{
		color:#525151 !important;
		background: url('/images/form_nav_arrow_down.png') no-repeat 94% center;
	}
	.navigation > ul > li.menu_drop > a:hover{
		color:#525151;
	}
	.navigation > ul > li > a i::after{
		content: "(View All)";
		font-size: 12px;
		position: absolute;
		right: 10px;
		top: 14px;
		padding:  7px 10px;
		font-style: normal;
	}
	.navigation > ul > li.menu_drop > div{
		position: relative;
		padding: 0 50px 10px 30px;
		overflow: auto;
	}
	.navigation > ul > li.menu_drop > div > span.menu_drop_container_programs{
		flex-direction: column;	
	}
	.navigation > ul > li.menu_drop > div span.menu_drop_container_programs ul{
		width: 100%;
	}
	.navigation > ul > li.menu_drop > div span.menu_drop_container_programs ul:nth-of-type(1){
		margin-right: 0;
	}
	.navigation > ul > li.menu_drop > div ul{
		width: 100%;
	}
	.sub_nav ul{
		display: flex;
		justify-content: flex-start;;
	}
	.mobile_view_all{
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid #999;
	}
	.menu_drop_container_programs ul:nth-of-type(1){
		margin-bottom: 20px;
	}
	.navigation > ul > li.menu_drop > a::before{
		content: none;
	}
	.navigation > ul > li.nav_on > a::before{
		content: none;
	}
	.home_see_program{
		padding: 20px 20px;
	}
	.home_see_program p{
		padding: 20px 0;
	}
	.home_mobile_scroll_container .slick-dots{
		bottom: -30px;
	}
	.scroll_content h6::after{
		bottom: -8px;
	}
	.scroll_content h6{
		font-size: 24px;
		color: #fff;
		font-weight: 600;
		line-height: 1.2;
	}
	.scroll_content p{
		font-size: 14px;
		color: #fff;
		line-height: 1.2;
		padding-top: 15px;
	}
	.homepage_quiz { 
		flex-direction: column; 
	}
    .homepage_quiz_text { 
    	margin: 0 10px 20px 0
    }
    .homepage_quiz_btn a { 
    	font-size: 15px;
    	padding: 15px 30px;
    }
    .homepage_quiz_btn img { 
    	width:90px; 
    	height:auto 
    }
	.guide_graphic { 
		width:100%;
	}
	.catalog_interior_container {
		flex-direction: column;
	}
	.side_navigation_catalog,
	.generic_content_rt {
		width: 100%;
	}
	.submenu_expand{
		display: block;
	    width: auto;
	    color: #fff;
	    padding: 12px 12px 14px;
	    cursor: pointer;
	    font-size: 16px;
	    font-weight: 400;
	    margin-top: 20px;
	    background-color: #525151;
	    width: 100%;
	}
	.side_navigation_container{
		display: none;
	}
	.curriculum_desktop {
		display: none
	}
	.curriculum_mobile {
		display: block
	}
	.catalog_homepage_image_content {
		padding: 40px 20px;
	}
	.multiple_btn a{
		margin: 20px 10px 0 10px;
	}
	.phone_chat_container_mobile{
		text-align: right;
		display: block;
		display: flex;
		justify-content: space-around;
		align-items: center;
		list-style: none;
	}
	.phone_chat_container_mobile img{
		height: 36px;
		width: auto;
	}
	.phone_chat_container_mobile li{
		padding: 0 4px;
	}
	.multiple_btn a{
		width: 100%;
	}
	.header_btn_mobile{
		background-color: #c10000;
		color: #fff;
		padding: 10px 12px;
		display: inline-block;
		border-radius: 50px;
		font-size: 14px;
		margin-right: 10px;
	}
	.header_btn_mobile:hover{
		text-decoration: none;
	}
	.full_height .header_logo {
	    width: 90px;
	    padding-top: 4px;
	}
	.mobile_nav{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 6px 10px;
	}
	.mobile_form_menu{
		display: flex;
	}
	.mobile_form_menu form{
		margin-right: 16px
	}
	.mobile_form_menu .search_go{
		margin-top: 3px
	}
	.lets_go_back,
	.lets_go_foward {
		display: none;
	}
	.home_hero{
		margin-top: 60px;
	}
	.home_hero_content{
		display: none;
	}
	.home_hero_content_mobile{
		display:block;
		position: absolute;
		top: 80%;
		left: 50%;
		transform: translate(-50%, -80%);
		text-align: center;
		width: 100%;
	}
	.home_hero_content_mobile img{
		width: 70%;
		height: auto;
	}
	.home_hero_content_mobile h1,
	.home_hero_content_mobile h1 span
	{
		font-size: 12.5vw;
		font-weight: 700;
		color: #fff;
		font-family: 'Roboto Condensed', sans-serif; 
		text-shadow: 0 0 14px #000;
	}
	.home_hero_content_mobile h1 span{
		display: block;
	}
	.home_mobile_scroll h5{
		font-size: 28px;
	}
	.home_mobile_scroll{
		display: block;
	}
	.home_see_program_content{
		flex-direction: column;
	}
	.home_see_program_content> div{
		margin: 10px 0;
		display: block;
	}
	.home_see_program_content div:nth-of-type(1){
		flex-grow: 0;
		width: 100%;
		text-align: center;
	}
	.home_see_program_content div:nth-of-type(2){
		width: 100%;
		text-align: center;
	}
	.home_see_program h2{
		font-size: 40px
	}
	.home_program_slider_container{
		display: none;
	}
	.homepage_program_spotlight{
		flex-direction: column;
	}
	.homepage_program_spotlight > div {
		width: 100%;
		text-align: center;
	}
	.homepage_program_spotlight > div:nth-of-type(1) {
		margin-bottom: 40px;
	}
	.overview_table td{
		font-size: 14px;
		padding: 5px;
	}
	.desktop_calendar {
		display: none
	}

	.mobile_calendar {
		display: block
	}
	.whatsHappening--CTA{
		width: 98%;
		left: 1%;
		margin-top: 1.5%;
		padding-top: 48%;
	}
	.whatsHappening--CTA-inner p{
		font-size: 4vw;
		line-height: 1.2;
	}
	.search_width_four {
		flex-direction: column;
	}
	.search_width_four input.labelauty + label{
		width: 100%;
	}
	.search-bar-container{
		display: block;
		position: relative;
		width: 100%;
		z-index: 100000;
		left: 0px;
	}
	.program_hero_callout_container:nth-of-type(1)::after{
		content: url(/images/program_arrow_down.png);
		left: 50%;
  		transform: translateX(-50%);
		top: inherit;
		bottom:-40px;
	}
	.program_hero_callout_container:nth-of-type(2)::after{
		content: url(/images/program_arrow_down.png);
		left: 50%;
  		transform: translateX(-50%);
		top: inherit;
		bottom:-40px;
	}
	.program_hero_callout_container:nth-of-type(3){
		margin: 10px 0 5px 0!important;
	}
	.program_hero_callout_content {
		font-size: 14px;
	}
	.program_hero_callout {
		padding: 10px 0;
	}
	.program_hero_callout_container {
		margin: 10px 0 40px 0!important;
	}
	.search_button {
		display: none;
	}
	.search-bar .search-close{
		display: none;
	}
	.program_hero_callout_num{
		-webkit-text-stroke-width:  1px;
	}
	.full_height_position {
		top: 20px
	}
	.width_1200 > h2, 
	.width_1200 > h3, 
	.width_1200 > h4, 
	.width_1200 > h6 {
    	font-size: 28px;
    	line-height: 1.3;
    	padding: 0px;
    	margin-bottom: 20px;
    }
    .three_boxes_container{
    	flex-direction: column;
    }
    .three_boxes_container > div{
    	width: 100%;
    	margin: 10px 0 20px 0;
    	padding: 0 20px;
    }
    .three_boxes_container > div h3, 
    .three_boxes_container > div h4, 
    .three_boxes_container > div h5{
    	font-size: 20px;
    	padding-bottom: 8px;
    }
    .three_boxes_container > div p{
    	font-size: 16px;
    	padding-bottom: 8px;
    	line-height: 1.3;
    }
    .four_boxes_container{
    	flex-direction: column;
    }
    .four_boxes_container > div{
    	width: 100%;
    	margin: 10px 0 20px 0;
    	padding: 0 20px;
    }
    .four_boxes_container > div h3, 
    .four_boxes_container > div h4, 
    .four_boxes_container > div h5{
    	font-size: 20px;
    	padding-bottom: 8px;
    }
    .four_boxes_container > div p{
    	font-size: 16px;
    	padding-bottom: 8px;
    	line-height: 1.3;
    }
    .five_boxes_container{
		flex-direction: column;
		margin-top: 30px;
	}
	.five_boxes_container > div{
		width: 100%;
		margin: 10px 0 20px 0;
    	padding: 0 20px;
	}
	.five_boxes_container > div h3,
	.five_boxes_container > div h4,
	.five_boxes_container > div h5{
		font-size: 20px;
		padding-bottom: 8px;
	}
	.five_boxes_container > div p{
		font-size: 16px;
		padding-bottom: 8px;
		line-height: 1.3;
	}
	.two_boxes_60 > div:nth-of-type(1),
	.two_boxes_60 > div:nth-of-type(2) {
		width: 100%;
	}
	.pad_0_40 {
		padding: 30px 20px;
	}
    .two_boxes_50{
    	flex-direction: column;
    }
    .two_boxes_50 > div{
    	width: 100%;
    	text-align: center;
    }
    .two_boxes_50 h3, 
    .two_boxes_50 h4, 
    .two_boxes_50 h5, 
    .two_boxes_50 h6{
    	font-size: 28px;
    	padding: 12px 0 5px 0;
    }
    .two_boxes_50 ul{
    	margin: 0 0 0 35px
    }
    .two_boxes_container_nopad{
    	flex-direction: column;
    }
    .two_boxes_container_nopad > div{
    	width: 100%;
    }
    .two_boxes_container_nopad p{
    	font-size: 16px;
    }
    .two_boxes_container_nopad h3, 
    .two_boxes_container_nopad h4, 
    .two_boxes_container_nopad h5{
    	font-size: 22px;
    }
    .two_boxes_30_60{
    	flex-direction: column;
	}
	.two_boxes_30_60 > div:nth-of-type(1){
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
	}
	.two_boxes_30_60 > div:nth-of-type(2){
		width: 100%;
		text-align: left;
	}
	.two_boxes_40{
		flex-direction: column;
		padding: 40px 20px;
	}
	.two_boxes_40 > div:nth-of-type(1) {
		width: 100%;
	}
	.two_boxes_40 > div:nth-of-type(2) {
		display: none;
	}
    /*
    .box_container_wrap_three_section > a{
		width: 48%;
		margin: 10px 0;
	}*/
	.box_container_wrap_three_section a h3{
		font-size: 26px;
	}
    .box_container_wrap_full{
    	padding: 30px 20px;
    }
    .box_container_wrap_full p{
    	font-size: 16px;
    }
    .box_container_wrap_full h5{
    	font-size: 20px;
    }
    .box_container_wrap h5{
    	font-size: 20px
    }
    .box_container_wrap p{
    	font-size: 16px;
    }
    .box_container_wrap > div{
    	padding: 30px 20px;
    }
	.news_related_stories_container {
		flex-direction: column;
	}
	.news_related_stories_container > div{
		width: 100%;
	}
    .quotes_container{
    	padding: 20px 30px;
    }
    .quotes_container p{
    	font-size: 16px;
    	line-height: 1.4;
    }
    .tabs_content_container{
    	flex-direction: column;
    	margin-top: 20px;
    }
    .tabs_content_container > span{
    	width: 100%;
    	margin-bottom: 20px;
    }
    .program_hero picture:after{
    	background: rgba(0,0,0,0.4);
    }
    .testimonial_content {
	    width: 80%;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    text-align: center;
	}
	.guide_callout_container h5{
		font-size: 30px;
	}
	.guide_main_links {
		flex-direction: column;
		border: none;
	}
	.guide_main_links a {
		width: 100%;
		border-right: none;
		border-top: 1px solid #fff;
	}
	.guide_main_links a:last-child{
		border-top: 1px solid #fff;
	}
	.tabs_content_container > span{
		margin-bottom: 50px;
	}
	.testimonial_content p {   
	    font-size: 22px;
	    line-height: 1.8;
	    padding-bottom: 14px;
	}
	.testimonial_content p.testimonial_content_name{
		font-size: 16px;
	}
	.testimonial_content_home {
	    width: 80%;
	    top: 85%;
	    left: 50%;
	    transform: translate(-50%, -85%);
	    text-align: center;
	}
	.tabs_content_container_home > span{
		margin-bottom: 50px;
	}
	.testimonial_content_home p {   
	    font-size: 16px;
	    line-height: 1.8;
	    padding-bottom: 14px;
	}
	.testimonial_content_home p.testimonial_content_name{
		font-size: 16px;
	}
	.faqs h3 {
		font-size: 28px;
	}
	.two_boxes_50 div.img_auto_size img{
		width: 90%;
	}
	.two_boxes_50 p{
		font-size: 16px;
	}
	.pad_30_50{
		padding: 30px 20px;
	}
	.pad_top_40{
		padding: 0;
	}
	.move_to_top{
		order: -1;
	}
	.move_to_bottom{
		order: 1;
	}
	.width_1200.two_boxes_40 h3 {
		font-size: 20px;
	}
	.box_container_wrap_three_section > a:hover .section_overlay{
		opacity:0;
	}
	.box_container_wrap_three_section > a:hover h3{	
		transform: translate(-50%, -50%); 
		left: 50%; 
		top: 50%; 
	}
	.box_container_wrap_three_section > a:hover .section_go{	
		transform: translate(-50%, -60%); 
		left: 50%; 
		top: 60%; 
		opacity:0;
	}

	/***** images *******/
	.skills_icons img{
		height: auto;
		width: auto;
	}
	.three_boxes_container img{
		height: auto;
		width: auto;
	}
	.four_boxes_container img{
		height: auto;
		width: auto;
	}

	.hse_container{
		flex-direction: column;
		text-align: center;
		padding: 30px 20px;
	}
	.hse_container > div:nth-of-type(2) li{
		list-style: none;
	}
	.hse_container > div:nth-of-type(2) p{
		padding: 10px 0;
	}
	.hse_container > div:nth-of-type(2) ul{
		margin-left: 0;
	}
	.hse_container > div:nth-of-type(2) h6{
		margin-bottom: 16px;
	}
	.hse_container > div:nth-of-type(1) img{
		width: 60%;
		height: auto;
		margin-bottom: 20px;
	}
	.hse_container > div:nth-of-type(3){
		margin-top: 20px
	}
	.hse_container > div:nth-of-type(1),
	.hse_container > div:nth-of-type(2),
	.hse_container > div:nth-of-type(3){
		width: 100%;
	}
	.hse_container > div:nth-of-type(2){
		padding: 0;
		border-left: none;
	}
	.hse_container > div:nth-of-type(3){
		text-align: center;
	}
	.hide_mobile{
		display: none!important;
	}
	.hide_desktop{
		display: block!important;
	}
	.home_form{
		flex-direction: column;
	}
	.home_form > div{
		width: 100%;
	}
	.home_form > div:nth-of-type(1){
		padding: 40px 20px;
	}
	.campustour_upper_container {
		flex-direction: column;
	}
	.icon_text {
		flex-direction: column;
		margin: 20px 0;
	}
	.icon_text img {
		margin-bottom: 10px;
		width: 50px;
		height: auto;
	}
	.icon_text p {
		font-size:20px;
		text-align: center;
		line-height: 1.2;
	}
	.schedule_tour a {
		padding: 14px 20px;
	}
    .campustour_upper {
        padding: 10px 20px 30px 20px;
    }
	.slider_controls{
		display: none;
	}
	.interior_header{
		position: relative;
		padding: 160px 20px;
	}
	.header_content h1{
		font-size: 34px;
		margin-bottom: 10px;
	}
	.header_content h2{
		font-size: 16px;
		padding: 0 10%;
	}
	.program_options_container{
		flex-direction: column;
	}
	.program_container_all{
		width: 100%;
	}
	.program_flexible_box_container > div h5{
		font-size: 20px;
	}
	.width3{
		width: 47%;
		margin: 10px 1.4% 10px 1.4%;
	}
	.item h3{
		font-size: 16px;
		padding: 16px 10px 8px 10px;
		text-align: center;
	}
	.item p {
	    font-size: 16px;
	    padding: 0px 10px 16px 10px;
	    text-align: center;
	}
	.button-group{
		margin-bottom: 20px;
		padding: 0 5px;
	}
	.breadcrumb{
		margin-top: 62px;
		padding: 4px 30px 4px 10px;
		font-size: 14px;
		position: relative;
		line-height: 1.5;
	}
	.bread_max_height {
		max-height: 50px;
	}
	.bread_full_height {
		max-height: auto;
	}
	.arrow.breadcrumb_arrow {
		display: block;
	}
	.breadcrumb_arrow {
		position: absolute;
		right: 5px;
		top: 15px;
		cursor: pointer;
	}
	.program_filters{
		width: 100%;
		padding: 20px 20px;
		background: #fff;
		z-index: 10000;
		margin-bottom: 20px;
		position: fixed;
		top: 0;
		right: -100%;
		height: 100%
	}
	.item:hover{
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	}
	.item:hover .program_overlay{
		opacity:0;
	}
	.item:hover .program_go{	 
		opacity:0;
	}
	.program_filters .filter_close{
		text-align: center;
		display: block;;
	}
	.program_filters .filter_close span{
		color: #0F8099;
		padding: 8px 40px;
		border: 3px solid #0F8099;
		display: inline-block;
		margin: 40px 0 30px 0;
		font-weight: 700;
		font-size: 16px;
		cursor: pointer;
	}
	.program_filters p.program_filter_x{
		display: block;
		text-align: right;
		padding: 10px 0 50px 0;
		font-size: 24px;
		cursor: pointer;
	}
	.program_filters p.program_clear_all{
		font-size: 14px;
		color:#525151;
	}
	.program_filters p{
		font-size: 16px;
		padding: 0 6px;
	}
	.program_filter_center{
		text-align: center;
	}
	.program_options_container{
		padding: 20px 10px 40px 10px;
	}
	.program_filter_link{
		width: 100%;
		display: block;
		text-align: right;
		padding: 20px 20px 0 0;
	}
	.program_filter_link span{
		color: #0F8099;
		font-size: 16px; 
		font-weight: 700;
		text-decoration: underline;
		position: relative;
		cursor: pointer;
	}
	.program_flexible_container{
		padding: 40px 20px;
	}
	.program_filter_link span.open::before{
		content: "–";
		left: -22px;
		top: 0px;
	}
	.program_filters button{
		font-size: 16px;
		padding: 14px 20px;
	}
	.program_flexible_container h4{
		font-size: 28px;
	}
	.program_flexible_box_container{
		flex-direction: column;
	}
	.program_flexible_box_container > div{
		width: 100%;
		margin: 20px 0px;
		padding: 0 20px;
	}
	.program_hero{
		mmmmargin-top: 62px;
		position: relative;
	}
	.program_hero_content h1{
		font-size: 20px;
	}
	.program_hero_content h2{
		font-size: 47px;
		padding: 0 10%;
		line-height: 1.2;
	}
	.program_hero_content h3{
		font-size: 7vw;
		line-height: 1.3;
	}
	.program_hero_content p{
		padding: 8px 0;
		font-size: 14px;
	}
	.program_hero_callout_num{
		font-size: 50px;
	}
	.program_hero_callout_content span{
		font-size: 20px;
	}
	.program_overview{
		background-color: #fff;
		padding: 0;
	}
	.program_overview_box{
		flex-direction: column;
		padding: 30px 20px;
	}
	.program_overview_box .program_overview_box_content p{
		text-align: center;
	}
	.program_overview_box > div:nth-of-type(1){
		margin-bottom: 30px;
	}
	.program_overview_box > div:nth-of-type(1),
	.program_overview_box > div:nth-of-type(2){
		width: 100%;
		text-align: center;
	}
	.program_overview_box > div:nth-of-type(1) h3{
		font-size: 28px;
	}
	.program_lower_content_container{
		flex-direction: column;
	}
	.program_lower_content_container > div{
		width: 100%;
		text-align: left;
		margin: 10px 0 20px 0;
	}
	.fa_overview_box > div:nth-of-type(2){
		width: 100%;
	}
	.program_overview_box > div:nth-of-type(1) p{
		font-size: 16px;
	}
	.program_hero_callout {
		flex-direction: column;
		background-image: none;
		background-color: #c10;
	}
	.program_hero_callout_container{
		width: 100%;
		margin: 10px 0px;
	}

	.fa_overview_box {
	    flex-direction: column;
	    padding: 30px 20px;
	}
	.fa_overview_box > div:nth-of-type(1){
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.general_overview_container > div:nth-of-type(2){
		text-align: left;
	}
	.general_overview_container > div:nth-of-type(1){
		font-size: 60px;
		width: 185px;
	}
	.general_overview_container > div:nth-of-type(2) span{
		font-size: 24px
	}
	.general_overview_container > div:nth-of-type(1) sup{
		vertical-align: 160%;
	}
	.program_video_container{
		padding: 40px 20px;
	}
	.video_container h4{
		padding: 0;
		font-size: 28px;
	}
	.featured_container{
		flex-direction: column;
	}
	.featured_container > div:nth-of-type(1){
		padding: 0 20px;
		text-align: center;
	}
	.featured_container > div:nth-of-type(1),
	.featured_container > div:nth-of-type(2){
		width: 100%;
		margin-bottom: 30px;
	}
	.fa_box_container{
		flex-direction: column;
		padding: 20px 20px 20px 20px
	}
	.fa_box_container_img{
		display: block;
		text-align: center;
		justify-content: center;
		margin-right:0;
	}
	.general_content .fa_box_container ul, .general_content .fa_box_container ol{
		margin-left: 20px;
	}
	.fa_box_container > span:nth-of-type(2){
		text-align: center;
	}
	.flex_two{
		flex-direction: column;
	}
	.flex_two > span{
		width: 100%;
	}
	.center_w_h h4, 
	.center_w_h h5, 
	.center_w_h h6{
		font-size: 28px;
	}
	.center_w_h p{
		font-size: 16px
	}
	.center_w_h{
		width: 90%;
	}
	.center_w_h_lower_mobile{
		width: 90%;
		left: 50%;
	    top: 90%;
	    transform: translate(-50%,-90%);
	}
	.pad_100_20 {
		padding: 30px 20px;
	}
	.pad_60_20 {
		padding: 30px 20px;
	}
	.pad_0_10_percent{
		padding: 0px;
	}
	.pad_0_20_percent{
		padding: 0px;
	}
	.width_1200 p{
		font-size: 16px;
	}

	.width_1200 li{
		font-size: 16px;
	}
	.two_boxes_50 li{
		font-size: 16px;
	}
	.two_boxes_50 ul{
		text-align: left;
	}
	.pad_0_15_percent{
		padding: 0px;
	}
	.pad_0_30_percent{
		padding: 0px;
	}
	.pad_top_40_mobile{
		padding-top: 40px;
	}
	.skills_icons img{
		height: 100px;
		width: auto;
	}

	.width_1200 h2, .width_1200 h3, .width_1200 h4, .width_1200 > h6 {
		font-size: 32px;
	}

	.column_two,
	.width_five,
	.width_four,
	.width_three,
	.width_two,
	.width_one { width: 100%; }
	.form_input_container {
		flex-direction: column;

	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{
		top: -520px;
		left: 40px
	}
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		top: -520px;
		left: 80px;
		right: auto;
	}

	.accordion h6{
		padding: 16px 60px 16px 0px;
		font-size: 20px;
	}
	.accordion h3{
		padding: 16px 60px 16px 0px;
		font-size: 20px;
	}
	.accordion h4{
		font-size: 20px;
	}
	.accordion h5{
		font-size: 16px;
	}
	.accordion p{
		font-size: 16px;
		line-height: 1.3;
	}
	.accordion li {
	    font-size: 16px;
	    line-height: 1.3;
	    padding: 8px 0;
	}
	.accordion > div{
		padding: 0 0 30px 0;
	}

	.campus_locations{
		margin-bottom: 30px;
		flex-direction: column;
	}
	.campus_locations > div:nth-of-type(1){
		width: 100%;
	}
	.campus_locations > div:nth-of-type(2){
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	.campus_locations > div:nth-of-type(2) h2{
		font-size: 20px;
	}
	.campus_locations > div:nth-of-type(2) p{
		font-size: 16px;
	}
	.campus_locations > div:nth-of-type(2) .campus_locations_links{
		justify-content: center;
	}
	.campus_locations > div:nth-of-type(2) .campus_locations_links a:nth-of-type(2){
		margin-right: 14px;
	}
	.campus_locations > div:nth-of-type(2) .campus_locations_links a{
		text-decoration: underline;
	}
	.location_detail_address{
		position: relative;
		padding: 20px 20px;
	    width: 100%;
	    top: 0;
	    right: 0;
	    transform: none;
	    text-align: center;
	}
	.campus_locations > div:nth-of-type(2) .campus_locations_links {
	    display: block;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.mobile_full_width{
		display: block;
		margin: 10px;
	}
	.links_container {
		margin-top: 20px;
	}
	.links_container a{
		width: 100%;
		padding: 16px 20px;
		font-size: 16px;
	}
	.links_container a::after{
		font-size: 40px
	}

	.general_overview_icons > div:nth-of-type(1){
		width: 35%;
	}
	.general_overview_icons > div:nth-of-type(2){
		width: 65%;
	}
	.general_overview_icons > div:nth-of-type(2) p{
		font-size: 16px;
		line-height: 1.3;
	}

	a.button_clearbg_redtrim{
		font-size: 16px;
	}
	a.button_clearbg_bluetrim{
		font-size: 16px;
	}
	a.button_redbg_notrim{
		font-size: 16px;
	}
	a.button_clearbg_whitetrim{
		font-size: 16px;
	}
	a.button_nobg_whitetrim_blue{
		font-size: 16px;
	}

	a.button_nobg_whitetrim_blue:hover{
		padding: 15px 50px;
		border: 3px solid #fff;
		display: inline-block;
		color: #fff;
		background: none;
		transition: none;
	}

	a.button_clearbg_redtrim:hover{
		background: none;
		color:#c10;
		text-decoration: none;
	}
	a.button_redbg_notrim:hover{
		background-color: #c10000;
		color:#fff;
		text-decoration: none;
		border: 3px solid #c10;
	}
	a.button_clearbg_whitetrim:hover{
		color:#fff;
		text-decoration: none;
		background: rgba(0, 0, 0, .4);
	}
	a.button_nobg_whitetrim_blue:hover{
		color:#fff;
		text-decoration: none;
	}

	.news_featured_story{
		padding: 20px 20px;
		flex-direction: column;
		text-align: center;
	}
	.news_featured_story > div:nth-of-type(2) p{
		text-align: center;
	}
	.news_featured_story > div:nth-of-type(1),
	.news_featured_story > div:nth-of-type(2){
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.news_featured_story > div:nth-of-type(1) h3{
		font-size: 24px;
	}
	.mobile_tab_open{
		width: 100%;
		display: block;
		text-align: right;
		padding: 20px 20px 20px 0;
		background-color: #999;
	}
	.mobile_tab_open span{
		color: #fff;
		font-size: 16px; 
		font-weight: 700;
		text-decoration: underline;
		position: relative;
	}
	.mobile_tab_open span::before{
		content: "+";
		font-size: 24px;
		position: absolute;
		font-weight: 400;
		left: -20px;
		top: 0px;
	}
	.mobile_tab_open span.open::before{
		content: "—";
		left: -24px;
	}
	.general_content{
		padding: 30px 20px;
	}
	.general_content p{
		font-size: 16px;
	}
	.general_content h4{
		font-size: 20px;
	}
	.news_main_content blockquote{	padding: 8px 16px; margin: 20px 0;}
	.news_main_content blockquote table	{	font-size:14px; color:#666; line-height:20px}
	.news_main_content blockquote table td	{	padding:3px}
	
	.news_main_content blockquote.block_left {	float: none; width:auto; margin-right:0; margin-left:0px}
	.news_main_content blockquote.block_right {	float: none; width:auto; margin-left:0; margin-right:0px}
	.news_tabs{
		padding: 0;
		display: none;
	}
	.news_tabs_container{
		padding-top: 0
	}
	.news_tabs > ul{
		flex-wrap: wrap;
	}
	.news_tabs > ul li{
		font-size: 16px;
		width: 50%;
		text-align: center;
		padding:  14px 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		margin-top: -1px;
	}
	.news_tabs > ul li:nth-of-type(6){
		border-bottom: 1px solid #fff;
	}
	.news_story{
		width: 100%;
	}
	.news_related_stories_container div{
		width: 100%;
	}
	.news_related_stories_container{
		padding: 20px 0 0 0;
	}
	.news_related_stories_container .news_story{
		margin: 10px .9% 10px .9%;
	}
	.blog_header{
		display: block;
		text-align: center;
		font-size: 20px;
		font-weight: 700;
		padding-bottom: 22px
	}
	.connect_us{
		flex-direction: column;
		padding: 20px 0;
	}
	.connect_us > div:nth-of-type(1){
		border-bottom: 1px solid #fff;
		border-right: none;
		font-size: 28px;
	}
	.connect_us > div:nth-of-type(2) ul{
		padding-top: 10px;
		justify-content: center;
	}
	.connect_us > div:nth-of-type(2) li{
		text-align: center;
	}
	.connect_us > div{
		text-align: center;
		margin: 0 40px;
		padding: 30px 0;
	}
	.news_content_header_container{
		margin-top: 62px;
		position: relative;
	}
	.news_content_header span{
		display: none;
	}
	.news_content_header h1,
	.news_content_header h1 strong{
		font-size: 28px;
		line-height: 1.3;
	}
	.news_content_header h2{
		font-size: 20px
	}
	.news_content_header p{
		font-size: 14px;
		padding-top: 15px;
	}
	.news_main_content p{
		font-size: 16px;
		line-height: 1.3;
	}
	.news_main_content h6, .news_main_content h6 strong{
		line-height: 1.2;
		font-size: 20px
	}
	.alumni_container{
		width: 100%;
	}
	.box_container_wrap{
		flex-direction: column;
		padding: 0px 20px 20px 20px;
	}
	.box_container_wrap > div:nth-of-type(1), 
	.box_container_wrap > div:nth-of-type(3){
		background-color: #EEEEEE;
	}
	.box_container_wrap > div:nth-of-type(2), 
	.box_container_wrap > div:nth-of-type(4){
		background-color: #F8F8F8;
	}
	.box_container_wrap_three {
		flex-wrap: nowrap;
		flex-direction: column;
		padding: 0 20px;
	}
	.box_container_wrap_three > div{
		width: 100%;
	}
	.box_container_wrap_three img{
		width: 100%;
		height: auto;
	}
	.box_container_wrap_three h5{
		font-size: 20px;
		padding-bottom: 10px;
	}
	.box_container_wrap_three p{
		font-size: 16px
	}

	.lead_form_container{
		padding: 20px 10px;
	}
	.mobile_no_pad{
		padding: 0 !important;
	}
	.pad_0_50{
		padding: 0px;
	}
	.ucg_content{
		padding:  20px 20px;
	}
	.ucg_content h6{
		padding: 0 0 20px 0;
		margin: 0;
		font-size: 28px;
	}
	.form_flex_upper{
		flex-direction: column;
	}
	.footer_upper_container{
		flex-direction: column;
	}
	.footer_links{
		flex-direction: column;
		width: 100%;
	}
	.footer_links a{
		padding: 6px 0;
		font-size: 16px;
	}
	.footer_links div{
		width: 100%;
	}
	.footer_social{
		margin: 0 auto;
		padding: 25px 0 0 0;
	}
	.footer_social ul{
		margin-top: 15px;
	}
	.footer_links > div > ul{
		display: none;
		margin: 0 0 20px 38px;
		padding:0;
	}
	.footer_links p{
		color: #474747;
		font-size: 16px;
		padding: 20px 0 20px 34px;
		position: relative;
	}
	.footer_links > div{
		border-bottom: 1px solid #C4C4C4;
	}
	.footer_links > div.footer_locations{
		order: 1;
		border: none;
	}
	.footer_links > div.footer_locations > ul{
		display: flex;
		justify-content: space-around;
		padding: 20px 0 0 0;
		margin: 0;
	}
	.footer_locations p{
		display: none
	}
	.footer_locations a{
		text-decoration: underline;
		font-weight: 700;
	}
	.footer_links i::before{
		content: "+";
		font-size: 20px;
		position: absolute;
		left: -10px;
		top: 10px;
		padding:  7px 20px;
		font-style: normal;
	}
	.footer_links i.open::before{
		content: "–";
	}
	
@media only screen and (max-width : 680px) {
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{
		top: -520px;
		left: -20px
	}
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		top: -520px;
		left: 0px;
		right: auto;
	}
	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	    margin: 0;
	}
	.story_frame{
		padding: 0 20px
	}
	.grid-item {
		height: 350px;
		float: none;
	}
	.grid-sizer,
	.grid-item {
	  width: 100%;
	}
	.requirements-for-admissions {
		width: 100%;
		height: 350px;
	}
	.why-acc{
		width: 100%;
		height: 350px;
	}
	.grid .requirements-for-admissions,
	.grid .alumni,
	.grid .student-life {
		width: 100%;
		height: 350px;
	}
	.schedule-tour{
		width: 100%;
		height: 350px;
	}
	.financial-aid{
		width: 100%;
		height: 350px;
	}

	.glossary_box {
		width: 100%;
	}
		 
}

@media only screen and (max-width : 480px) {
	.program_hero_callout_num{
		font-size: 50px;
	}
	.program_hero_callout_content span{
		font-size: 20px;
	}
	.program_hero_content h3{
		font-size: 7.5vw;
	}
	.program_hero_content h1 {
		margin-bottom: 15px;
		padding-bottom: 20px;
	}
	.width3 {
		width: 98%;
	}
	.catalog_item_sub{
		width: 100%;
	}

}
