@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body {
overflow-x: hidden;
overflow-y: hidden;
height: auto;
}
html {
overflow-x: hidden;
overflow-y: scroll;
height: auto;
}

a, a:hover, a:active {
    color: inherit;
}

@media only screen and (max-width:768px){
	.row {
 margin-right:0px;
 margin-left:0px;
 }
}




/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
.text-header1{font-size:13.5vw;}
.text-header2{font-size:6vw;}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
}
/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
}

/* Class Resets and sets   */
.page-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
.dropdown-menu {
    margin: 0 0 0 0;
}



.navbar-nav{
    color: #f1f1f1;
		font-family: 'museo_slab700', sans-serif;
}

/* Navigation   */
.navbar-nav .active {
  border-bottom: 2px solid #ea2541;  
	text-decoration: none;
}


@media screen and (min-width: 768px) {
.nav_element {
margin-right:15px;
margin-left:15px;
display:inline-block;
font-size: 1.3rem;
}

/* mouse over link */
.nav_element a {
	border-bottom: 2px solid transparent;  
}

.nav_element a:hover {
  border-bottom: 2px solid #ea2541;  
	text-decoration: none;
}

/* selected link */
.nav_element a:active {
 border-bottom: 2px solid #ea2541;  
	text-decoration: none;
}
.nav_element {
    padding-right: 5px;
    padding-left: 5px;
    display: block; 

	}

}

/* Backgrounds   */
.background-black {
	background:#000;
}
.background-blue {
	background:#22448e;
}
.background-ltblue {
	background:#006cff;
}
.background-grey {
	background:#f1f1f1;
}
.background-white {
	background:#fff;
}

.background-pink {
	background:#ea2541;
}
.background-yellow {
	background:#e9e54e;
}


.background-image-cover {
	background-position: middle;
	background-repeat: no-repeat;
	background-size: cover;
	max-width:none;
}





/* Header   */


.topheader-flagged{
    color: #fff;
    background-color: #ea2541;;
    border-color: #ea2541;
		box-shadow: 0px 5px #132954;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-image: none;
		font-family: 'Montserrat', sans-serif;
		font-weight:700;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 14px 30px;
    font-size: 18px;
    line-height: 1.5;
		z-index:10;

}
.topheader-regular{
    color: #22448e;
    background-color: #fff;;
    background-image: none;
		font-family: 'museo_slab700', sans-serif;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: .375rem .75rem;
    font-size: 12px;
    line-height: 1.5;

}
.topheader-regular:hover{
    color: #ea2541;
}
.topheader-ulposition{
position:absolute; right:0px; top:10px;
}


@media screen and (max-width: 767px) {
	.navbar-collapse .navbar-nav {
	padding-top: 25px;
	}
	
	.navbar-collapse .navbar-nav a {
	display:block;
	text-decoration:none;
  border-bottom: 2px solid transparent;	
	padding-left:10px;
	padding-top: 10px;
	padding-bottom: 10px;
 }

	.navbar-collapse .navbar-nav a:hover {
	text-decoration:none;
  border-bottom: 2px solid transparent;
  background-color:#33559f;
	}
	.navbar-collapse .navbar-nav .nav_element {
  border-top: 2px solid #ffffff;  
	}


	
	.navbar-collapse .navbar-nav .nav_element{
		display:block;
	}


.navbar-collapse ul ul {
    background-color: #22448e;
    color: #FFF;
		position:absolute!important;
		min-width:300px; 
	}
.navbar-collapse .navbar-nav .nav-item-forward {
	display:none;
	}

	
.topheader-container{
	background:#22448e;
	}

.navbar-nav {
    color: #ffffff;
    font-family: 'museo_slab700', sans-serif;
	}
.topheader-regular{
  display: none!important;
}	
	
.topheader-flagged{
    color: #ffffff;
    background-color: #22448e;
    border: none;
    background-image: none;
 font-family:museo_slab700, sans-serif;
 font-size: 16px;
		font-weight:400;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: .1rem .75rem;
    line-height: 1.5;
		box-shadow: 0px 0px transparent;
	}
}

#wrapper-navbar {
	border-bottom: 2px solid white;
	}

@media screen and (min-width: 768px) {
.nav-item-forward{
margin-top:-20px;
}


.topheader-container{
   	background:#ffffff;
	}

}

.topheader-minheight{
 min-height:40px;
}

.nav-item{
display:inline-block;
}
.nav-item-forward{
z-index:10;
}
.display-element-forward{
z-index:10;
}

/* Header   */
.navbar {
}
.nav_icon_search {
    height:26px;
    width: 25px;
		background: #22448e url('/wp-content/themes/understrap/images/icon_search.png') no-repeat;
		margin:auto;
}

.nav_icon_search:hover {
    background: url('/wp-content/themes/understrap/images/icon_search_pink.png') no-repeat;
}

.nav_icon_cart {
    height:29px;
    width: 32px;
    background: url('/wp-content/themes/understrap/images/icon_cart.png') no-repeat;
		margin:auto;
}

.nav_icon_cart:hover {
    background: url('/wp-content/themes/understrap/images/icon_cart_yellow.png') no-repeat;
}

.navbar-secondrow{
height:100px;
min-height:100px;
}





#header-left {
 min-width: 200px; /*the desired min-width*/
 }

#header-right {
 padding-left: 0px; 
 padding-right: 0px; 
 margin-right: -30px;
 }

#header-right ul li  a{
    vertical-align: middle;
    line-height: 1;
}		
#header-right ul ul {
 background-color:#22448e;
    color: #FFF;
}	
	
#header-right ul ul li  a{
 padding-right: 0px; 
 padding-top: 5px; 
 padding-bottom: 5px; 

}	
#header-right ul ul li  a:active, #header-right ul ul li  a:hover {
	text-decoration: none;
  text-decoration-color: #ea2541;
}	 
 
@media only screen and (max-width:768px){
	#header-right {
 max-width: 500px!important; /*the desired min-width*/
 margin:auto;
 }
}



@media only screen and (max-width:992px){
	.nav_element {
	margin-right:15px;
	margin-left:15px;
	display:inline-block;
	font-size: .9rem;
}


} 
@media only screen and (min-width:769px){
	#header-right ul ul{ 
 	min-width: 300px;
 	margin-left: -110px;
	padding-left: 5px;
	}
	.navbar-collapse{
    display: none;
	}		
}

.navmenu-dropdown{

}
	
/* Footer   */

#wrapper-footer{
	background-image: url(/wp-content/themes/understrap/images/chalkboard_10.png), url(/wp-content/themes/understrap/images/bluedots.png);
	background-position: center, left top;
	background-repeat: no-repeat, repeat;
	background-size: cover, 26px;
  border-top: 2px solid white;

}
@media (min-width:993px){
	#wrapper-footer{
		min-height:270px
	}
}
	
/* Dropdown Buttons   */
.btn-blue {
    color: #fff;
    background-color: #2682ff;
    border-top-color: #accfff;
    border-left-color: #accfff;
    border-bottom-color: #000000;
    border-right-color: #000000;
}
.btn-blue:hover {
    color: #fff;
    background-color: #1f67c9;
    border-top-color: #839dc1;
    border-left-color: #839dc1;
}



ul.splash-locations a{
	display:block;
 	color:#fff; 
 	text-decoration:none;
	border-bottom: 2px solid transparent;
	text-align: left;
  margin-left: 10px;
  margin-right: 10px;
 }
ul.splash-locations a:hover {

	text-decoration: none;
  text-decoration-color: #ea2541;
	border-bottom: 2px solid #ea2541;  
 }
/* Page code */

/* Pages - Splash */

#splash_page {
	background: url(/wp-content/themes/understrap/images/splash_hero.jpg);
	background-position: middle;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Splash Video */
.row-video{

}

body .video-holder {
	position: static;
	height:500px;
}
@media (min-width: 769px){
	.row-video{
    margin-right: -30px;
    margin-left: -30px;
	}
}

@media (max-width: 768px){
	.row-video{
    margin-right: -15px;
    margin-left: -15px;
	}
}


.splash-video-box {
	position: relative;
	height:500px;
}
.splash-video-content {
	position: relative;
	z-index: 2;
	height:500px;
}
.splash-text-content {
	position: relative;
	display:table-cell;
	vertical-align:middle;
	height:500px;
 z-index: 5;
}
.splash-video-bg {
	position: absolute;
	overflow:hidden;
	top: 0;
	left: 0;
	width: 100%;
	z-index:-5;
	height:500px;
	object-fit: cover;
}
.splash-video-bg-inner {
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width:none;
	height:500px;
}



section .overlay {
  position: absolute;
  top: 0;
  left: -900px;
  height: 500px;
  width: 3600px;
  background-color: black;
  opacity: 0.5;
  z-index: 3;
}
#splash-video-text{
		font-size:36pt	
	}

#splash-video-text2{
	font-size:15pt	
}



@media (pointer: coarse) and (hover: none) {
  header {
    background: url('/wp-content/themes/understrap/images/splash_hero.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}


@media (min-width: 576px) and (max-width: 768px){
	#splash-video-text{
		font-size:24pt;	
	}
	#splash-video-text2{
		font-size:13pt;	
	}
	#hero-text{
		font-size:19pt;	
	}
	#hero-text2{
		font-size:15pt;	
	}
}

@media (max-width: 575px){
	#splash-video-text{
		font-size:22pt;	
	}
	#splash-video-text2{
		font-size:12pt;	
	}
	#hero-text{
		font-size:17pt;	
	}
	#hero-text2{
		font-size:11pt;	
	}
}	
.dropdown-menu {
    width: 100%;
}
.dropdown-menu li{
    width: 100%;
		padding 2px 0;
}
.dropdown-menu li a{
    display:block;
}


/* Pages - Location */

/* Carousel */

.carousel-item > div {
  float: left;
}
.carousel-by-item [class*="cloneditem-"] {
  display: none;
}

/* Carousel Dynamic Columns */
.row .dcol {
      background-color: #ffeeee;
      background-clip: content-box;
      min-height: 20px;
}

/* Card Flip */

.card-container {
  display: grid;
  perspective: 700px;
	margin: auto;
}

.card-flip, .card-container {
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.back {
  transform: rotateY(-180deg);
}

.card-container:hover .card-flip {
  transform: rotateY(180deg);
}

.card-flip {
  display: grid;
  grid-template: 1fr / 1fr;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}

.front {
  grid-area: frontAndBack;
}

.back {
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
}

/* Card Contents */

@media (min-width: 769px){
	.program-category-block{
	  border-right: 1px dashed #dee2e6;
	}
}

.program-category-block{
margin-bottom:10px;
}
.program-category-block-last{
  border-right: 0;
}
.program-category-block-image{
padding-top: 10px;
}

.program-category-block-header{
padding-top: 10px;
font-size: 18px;
font-family: 'museo_slab700', sans-serif;
}


.program-category-block-links{
padding-top: 10px;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}


/* Location elements */
.location_background{
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width:none;
}

.location_hero{
	position:relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width:none;
	height:450px;
}

.program_hero{
position:relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
max-width:none;
height:450px;

}


.button-pink{
    color: #fff;
    background-color: #ea2541;;
    border-color: #ea2541;;
    background-image: none;
		font-family: 'Montserrat', sans-serif;
		font-weight:700;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.5;
		z-index:10;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
		box-shadow: 0px 5px rgba(0, 0, 0, 0.5);
		
}


.carousel-indicators-testimonials {
    bottom: -20px;
		
}

.carousel-indicators-testimonials li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
}

button:focus{
outline: 0px dotted;
}

.dropdown-toggle::after {
    display:none;
}

.dropup .dropdown-menu {
    top: -200px!important;
}			