/* Global */
.hide {
  display: none!important;	
}

.visuallyhide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Fonts */
.font-proximanova-light {
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
}
.font-proximanova-regular {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
}
.font-proximanova-medium {
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
}
.font-proximanova-bold {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}
/* Global */
body{
  padding-top: 0px;
  margin: 0px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #003b70;
  background-color: #003b70;	
}
h1, h2, h3{
  font-weight: 300;
}
h4, h5{
  font-weight: 700;
}
strong{
  font-weight: 900;
}
 
#logo {
	margin: 0 auto;
}

@media (max-width: 575px){
  .carousel-caption .carousel-caption-heading{
    font-size: 25px !important;
  }

  .subtitle {
     font-size: 22px !important;
  }

  .btn-white {
	  font-size: 15px !important;
	  width: 150px !important;
  }	
	
  .carousel-desktop .carousel-caption, .carousel-mobile .carousel-caption {
    bottom: 5% !important;
  }
	
  .carousel-indicators {
	  bottom: 0px !important;
  }
	
  .form-inline {
    right: -20% !important;
  }
	 
}

.color-blue {
  color: #003b70 !important;
}
a {
/*   color: #003b70; 
	color: #1481e3;*/
	color: #0058a7;
}
a:hover {
	text-decoration: underline;
}
.form-control:focus {
  box-shadow: none;
}
/* Navigation */
.navbar li:hover a{
  color: #ffce00;
}
.navbar h1 {
	height: 150px;	
}

.input-group {
	top: 75px;
}

.fixed-nav-wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: #003b70;
  background: -moz-linear-gradient(left, #ffffff 50%, #003b70 50%);
  background: -webkit-linear-gradient(left, #ffffff 50%,#003b70 50%);
  background: linear-gradient(to right, #ffffff 50%,#003b70 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#003b70',GradientType=1 );
  height: 1px;
}
@media (min-width: 992px) {
  .fixed-nav-wrap {
    height: 109px;
  }
}
.max-width-wrap {
  position: relative;
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}
.navbar.fixed-top {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
/*   border-bottom: 5px solid white; */
  position: absolute;
  z-index: 1030;
}

/* .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -200px !important;   50% of your logo width 
    display: block; 
} */

.navbar-brand img {
	width: 448px;
}

.bg-dark {
	background-color: #003b70 !important;
}

.navbar .container, .navbar .container-fluid {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.nav-flex-col {
  width: 100%;
}
.nav-flex-col.logo-wrap {
  width: 336px;
  min-width: 336px;
  background-color: white;
}
.nav-flex-col.logo-wrap img {
  margin-top: -5px;
  margin-bottom: -55px;
  width: 336px;
  height: 168.5px;
}
.navbar-brand {
  margin: 0;
  padding: 0 !important;
}
.nav-flex-col.menu-wrap {
  font-size: 16px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}
.navbar ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.navbar ul li:first-child {
  margin-left: auto;
}
.navbar a {
  text-decoration: none !important;
  color: white;
  padding: 10px;
  margin-top: 25px;
}
.nav-first-row {
  padding-top: 8px;
  padding-bottom: 17px;
}
@media (min-width: 1200px) and (max-width: 1239px) {
/*   .nav-second-row a {
    padding: 10px 5px;
    font-size: 18px;
  } */
  .nav-first-row a {
    font-size: 12px;
  }
}
.nav-second-row {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
.nav-second-row a {
  padding: 10px 20px;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .nav-second-row a {
    padding: 10px;
  }
  .nav-second-row a:last-child {
    padding-right: 20px;
  }
}

@media (max-width: 1550px) {
  .nav-second-row a {
/*     padding: 10px 5px; */
    font-size: 18px;
  }
    
}

@media (max-width: 1350px) {
  .nav-second-row ul.hidden-on-mobile {
/*     padding: 10px 5px; */
/*     font-size: 18px; */
	  display: none;
  }
  
  .navbar-expand-xl .navbar-toggler {
	  display: inline-block !important;
  }
}

.navbar .dropdown-menu {
  background-color: #f7f7f9;
}
.navbar .dropdown-menu a {
  color: #003b70;
  display: block;
  width: 100%;
  padding: 5px 10px;
}

.form-inline {
	position: absolute;
    right: 2%;
    top: 1%;
}

.navbar .form-inline .form-control {
  border-radius: 0;
  height: 20px;
  padding: 0 10px;
  margin-left: 20px;
  border: none;
  top: -40px;
}
.navbar .form-inline .input-group-text {
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  cursor: pointer;
  margin-left: 5px;
}

.input-group-prepend {
	position: relative;
	top: -40px;    
}
.menu-with-icon ul {
  width: 320px;
  margin: 0;
}
.menu-with-icon li {
  width: 150px;
  margin: 0;
}
.menu-with-icon a {
  display: block;
  padding: 0 10px;
  text-align: center;
  background-size: auto 46px;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 16px;
}
.icon-my-canyons {
  background-image: url('../images/icon-my-canyons.png');
}
.icon-canvas {
  background-image: url('../images/icon-canvas.png');
}
.icon-my-canyons:hover {
  background-image: url('../images/icon-my-canyons-hover.png');
}
.icon-canvas:hover {
  background-image: url('../images/icon-canvas-hover.png');
}
.menu-with-icon a:before {
  content: "";
  display: block;
  height: 55px;
  width: 100%;
  margin-top: 8px;
}
.navbar-toggler {
  position: absolute;
  top: 158px;
  padding: 12px 25px 15px;
  margin-top: 5px;
  border-radius: 0;
  right: 0;
  background-color: #003b70;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler-custom-icon {
  display: block;
  width: 30px;
  height: 5px;
  margin-top: 3px;
}
.navbar-collapse {
  background-color: #003b70;
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 1000;
}
.navbar-collapse ul {
  padding: 160px 15px 55px;
  list-style: none;
}
.navbar-collapse a {
  display: block;
  padding: .5rem 0;
  text-decoration: none;
  color: white;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
.search-toggle {
  width: 44px;
  height: 44px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-top: -10px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .hidden-on-mobile {
    display: none !important;
  }
  .nav-second-row a {
    padding: 10px 14px;
  }
}
@media (min-width: 1200px) {
  .hidden-on-desktop {
    display: none !important;
  }
}
.modal-backdrop {
  background-color: #003b70;
  opacity: .85 !important;
}
.search-modal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}
.search-modal .form-control {
  border: none;
  border-radius: 0;
}
.search-modal .input-group-text {
  border: none;
  border-radius: 0;
  background-color: #ffce00;
  border: none;
  border-radius: none;
  width: 38px;
  height: 38px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.search-desktop {
  background-image: url('../images/search-icon.png');
}
.search-desktop:hover {
  background-image: url('../images/search-icon-hover.png');
}
.search-toggle {
  background-image: url('../images/icon-mobile-search.png');
}
.search-toggle:hover {
  background-image: url('../images/icon-mobile-search-hover.png');
}
/* Navigation layout adjustment for width<680px */
@media (max-width: 679px) {
  .navbar.fixed-top {
    padding-right: 0;
  }
  .nav-second-row {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-second-row a {
    padding: 10px;
    font-size: 16px;
  }
  .nav-first-row {
    padding-bottom: 0;
    padding-top: 5px;
  }
  .nav-first-row a {
    padding: 5px;
    font-size: 14px;
  }
  .nav-flex-col.logo-wrap {
    background-color: white;
    width: 250px;
    min-width: 240px;
  }
  .nav-flex-col.logo-wrap img {
    margin-top: -15px;
    margin-bottom: -41px;
    width: 250px;
    height: 125.4px;
  }
  .search-toggle {
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-left: 10px;
  }
  .navbar-collapse ul {
    padding: 115px 15px 55px;
    list-style: none;
  }
}
@media (max-width: 529px) {
  .navbar.fixed-top {
    padding: 0;
  }
  .nav-second-row {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-second-row .col-12 {
    padding: 0 5px;
  }
  .nav-second-row a {
    font-size: 12px;
  }
  .nav-first-row {
    padding-bottom: 0;
    padding-top: 0;
  }
  .nav-first-row .col-12 {
    padding: 0 5px;
  }
  .nav-first-row a {
    font-size: 12px;
    padding-top: 10px;
  }
  .nav-flex-col.logo-wrap {
    width: 130px;
    min-width: 130px;
    height: 58px;
  }
  .nav-flex-col.logo-wrap img {
    margin-top: 15px;
    margin-bottom: -41px;
    width: 130px;
    height: 65.2px;
  }
  .search-toggle {
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-left: 10px;
  }
  .navbar-toggler {
    padding: 6px 15px 7px;
    margin-top: 5px;
  }
  .navbar-toggler-custom-icon {
    width: 20px;
    height: 3px;
    margin-top: 2px;
  }
  body {
    padding-top: 0px;
  }
	
	.input-group {
		top: 170px;
		right: 80%;	
	}
	
}
@media (max-width: 359px) {
  .nav-flex-col.logo-wrap {
    width: 90px;
    min-width: 90px;
    height: 58px;
  }
  .nav-flex-col.logo-wrap img {
    margin-top: 31px;
    margin-bottom: -41px;
    width: 90px;
    height: 45.1px;
  }
}
/* /Navigation */

/* Bootstrap .container class resize */
/* @media (min-width: 576px){
  .container {
      max-width: 630px;
  }
} */
@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
	
  .mrquoteimgcontainer {
	  text-align:right;
  }
}
@media (max-width: 1200px) {
  .mrquoteimgcontainer, .mrquote {
	  text-align: center;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .container {
    max-width: 670px;
  }
}
@media (max-width: 992px) {
  .container, .container-fluid {
/*     padding-right: 40px !important;
    padding-left: 40px !important; */
  }
	/* Carousel Slider  */
.carousel-caption {
	left: 15% !important;
	}
}
@media (max-width: 320px){
  .container, .container-fluid {
      padding-right: 15px !important;
      padding-left: 15px !important;
  }
}

/* Home Page */

/* Carousel Slider  */
.carousel-caption {
	left: unset;
	bottom: 100px;
}

.carousel-caption .carousel-caption-heading {
  color: inherit;
  margin-bottom: .5rem;
  font-size: 65px;
  margin-top: 0;
  display: inline-block;
  line-height: .75;
  left: unset;
  bottom: 125px;
  text-shadow: 1px 1px 10px rgb(0 0 0);
  font-weight: 400;
}

.subtitle {
	font-size: 32px;
	text-shadow: 1px 1px 10px rgb(0 0 0);
 	font-weight: 400;
}

.canyonsHomeCarousel .carousel-caption .carousel-caption-heading {
	line-height: .5 !important;
}

.carousel-desktop .carousel-caption .carousel-caption-heading {
/*   border-bottom: 3px solid #ffffff; */
}
.carousel-caption .carousel-title{
   color: #ffffff;
   text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
   font-weight: 400;
}
.carousel-caption .carousel-title:hover{
   text-decoration: none;
}
.carouselsubtitle {
	font-size: 40px;
}

.carousel-desktop .carousel-caption .carousel-caption-heading, .carousel-mobile .carousel-caption .carousel-caption-heading-mobile {
/*     border-bottom: 3px solid #ffffff; */
    display: inline;
}
.carousel-desktop .carousel-caption, .carousel-mobile .carousel-caption{
    bottom: 20%;
}
.carousel-indicators li {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: rgba(231, 230, 230, 0.55);
    display: inline-block;
}
.carousel-indicators li.active {
    background-color: #e7e6e6;
}
.carousel-control-next-icon {
    background-image: url(../images/arrow-right.png);
}
.carousel-control-prev-icon {
    background-image: url(../images/arrow-left.png);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 55px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #ffffff;
    opacity: 1;
}
@media screen and (min-width: 992px){
  .carousel-mobile{
    display: none;
  }
/* 	.carousel-caption .carousel-caption-heading {
	  line-height: 1.2;
	} */
	
	.canyonsHomeCarousel .carousel-caption .carousel-caption-heading {
		line-height: .5 !important;
	} 
}
@media screen and (max-width: 991px){
  .carousel-desktop{
    display: none;
  }
  .carousel-mobile{
    display: block;
  }
/*   .carousel-caption .carousel-caption-heading {
     font-size: 67px;
     line-height: .5;
  } */
	
/* 	.carousel-caption .carousel-caption-heading {
	  line-height: 1.2;
	  font-size: 67px;
	} */
	
	.canyonsHomeCarousel .carousel-caption .carousel-caption-heading {
		line-height: .5 !important;
		font-size: 67px;
	} 
	
	.carouselsubtitle {
		font-size: 33px;
	}
}
@media screen and (max-width: 575px){
  .carousel-indicators li {
      width: 20px;
      height: 20px;
    }
}

.carousel-item img {
	height: auto;
}
/* /Carousel Slider  */

/*Icon Boxes*/
.icon-button-container{
  box-shadow: 0px -15px 65px -15px rgba(0,0,0, 0.12) inset;
}
.icon-button-row{
  margin-right: 0;
  margin-left: 0;
  padding: 40px 0;
}
.icon-box{
    float: left;
    text-align: center;
    padding-bottom: 15px;
}
.icon-box-txt{
  display: block;
  font-size: 19px;
  color: #003b70;
  line-height: 1;
}
.icon-box img{
    width: 80%;
    height: auto;
    max-width: 75px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.icon-box-image{
  display: block;
}
.icon-box-hover-image{
  display: none;
}
.icon-box:hover .icon-box-image{
  display: none;
}
.icon-box:hover .icon-box-hover-image{
  display: block;
}
.btn-box{
    text-align: left;
}
.btn-orange {
  font-size: 21px;
  background-color: #ffce00;
  color: #000000;
  width: 200px;
  margin: 10px auto;
  border: none;
  box-shadow: 0px 3px 30px -4px rgba(0,0,0,0.5);
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
  text-align: center;
  border-radius: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  line-height: 1 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-orange:hover {
  background-color: #003b70;
  color: #ffffff !important;
}

.btn-blue {
  font-size: 21px;
  background-color: #003b70;
  color: #fff;
  width: 200px;
  margin: 10px auto;
  border: none;
  box-shadow: 0px 3px 30px -4px rgba(0,0,0,0.5);
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
  text-align: center;
  border-radius: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  line-height: 1 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-blue:hover {
  background-color: #ffce00 !important;
  color: #000 !important;
}

.noshadow {
	box-shadow: none;
	width: 125px;
	font-size: 18px;
}

.btn-white {
  font-size: 21px;
  background-color: #fff;
  color: #000000;
  width: 200px;
  margin: 10px auto;
  border: none;
  box-shadow: 0px 3px 30px -4px rgba(0,0,0,0.5);
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
  text-align: center;
  border-radius: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  line-height: 1 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-white:hover {
  background-color: #ffce00;
  color: #000 !important;
}


/* Callout Styles */
.callout {
background: #ffce00;
padding: 15px;
}

@media screen and (max-width: 991px) and (min-width: 576px){
  .apply-btn{
    float: right;
  }
  .register-btn{
    float: left;
  }
  .icon-box-row{
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px){
  .icon-box-row{
    padding-bottom: 20px;
  }
  .btn-box {
    text-align: center;
  }
}
@media screen and (max-width: 575px){
  .icon-box-row a{
    margin-left: -37px;
    margin-right: -37px;
  }
}
/* /Icon Boxes*/

/* Pathway */
.pathway-container{
  padding: 35px 0 70px;
  box-shadow: 0px -15px 65px -15px rgba(0,0,0, 0.12) inset;
}
.pathway-title{
  font-size: 54px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.pathway-desktop .meta-txt{
    text-align: center;
    width: auto;
    min-width: 190px;
}
.pathway-desktop .meta-title{
  font-size: 22px;
  margin-bottom: 0;
  margin-top: 30px;
}
.pathway-desktop .meta-des{
  font-size: 18px;
  line-height: 1.2;
  margin-top: 5px;
}
.pathway-title, .meta-major-row p{
  color: #003b70;
}

/*Pathway mobile*/
.pathway-mobile{
  padding: 45px 15px;
  box-shadow: 0px -15px 65px -15px rgba(0,0,0, 0.12) inset;
}
.pathway-mobile .pathway-title{
  font-size: 37px;
}
.slick-prev, .slick-next {
  width: 30px;
  height: 102px;
}
.slick-next:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 82px;
  line-height: 1;
  -webkit-text-stroke: 3px white;
}
.slick-prev:before{
  font-family: FontAwesome;
  content: "\f104";
  font-size: 82px;
  line-height: 1;
  -webkit-text-stroke: 3px white;
}
.slick-prev:before,
.slick-next:before {
  color: #b4c1d1;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
    color: #003b70;
}
.pathway-mobile .meta-txt p{
  color: #003b70;
}
.pathway-mobile .meta-title{
  font-size: 25px;
  margin-bottom: 0;
}
.pathway-mobile .meta-des{
  font-size: 18px;
}
.pathway-mobile .meta-txt{
  text-align: center;
}

.pathway-mobile .slick-slide, .areaStudy-mobile .slick-slide {
  margin: 10px 20px;
}

.pathway-mobile .slick-slide img , .areaStudy-mobile .slick-slide img{
  width: 100%;
  transform: scale(1);
  /* transform: scale(0.9); */
}

.pathway-mobile .slick-dotted .slick-current img, .pathway-mobile .slick-dotted .slick-current .meta-txt, .pathway-mobile .slick-dotted .slick-current .hover-block, .pathway-mobile .slick-dotted .slick-current .img-overlay, .areaStudy-mobile .slick-dotted .slick-current img, .areaStudy-mobile .slick-dotted .slick-current .hover-block, .areaStudy-mobile .slick-dotted .slick-current .meta-txt, .areaStudy-mobile .slick-dotted .slick-current .img-overlay{
  transform: scale(1);
}
.pathway-mobile .img-overlay,
.areaStudy-mobile .img-overlay{
  transform: scale(0.8);
}
.slick-slide:not(.slick-current) .study-box-title,
.slick-slide:not(.slick-current) .meta-title{
  opacity: 0;
}
.slick-dots li button:before {
    font-size: 90px;
    line-height: 25px;
    width: 32px;
    height: 26px;
    opacity: 1;
    color: #e6e6e6;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #b9baba;
}
.center .slick-slide div{
    opacity: 0.6;
}
.center .slick-current div {
    opacity: 1;
}
.slick-prev {
    left: 20%;
    z-index: 1;
}
.slick-next {
    right: 20%;
}
.slick-prev, .slick-next {
    top: 75%;
}
.slick-slide .meta-txt{
  display: none;
}
.slick-current .meta-txt {
  display: block;
}
/*Pathway mobile*/

@media (max-width: 991px) {
  .pathway-desktop{
    display: none;
  }
  .pathway-mobile{
    display: block;
  }
}
@media (min-width: 992px) {
  .pathway-mobile{
    display: none;
  }
}

/* /Pathway */

/* Classroom */
.classroom-section{
  padding: 40px 15px 70px;
}
.classroom-section a:hover {
  text-decoration: none;
}
.classroom-title{
  margin-bottom: 35px;
}
.classroom-title, .campuses-title{
  font-size: 54px;
  color: #003b70;
  line-height: 1.2;
}
.classroom-title-col, .classroom-col{
  text-align: center;
  text-align: -webkit-center;;
}
.arrow-box {
  display: block;
  width: 100%;
  background-color: #003b70;
  color: white;
  padding: 14px 55px 8px 25px;
  font-size: 18px;
  font-weight: 700;
  height: 72px;
  position: relative;
  margin-right: 30px;
  overflow-y: hidden;
  text-align: left;
  line-height: 1.2;
  overflow: hidden;
}
.arrow-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 12px;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-color: transparent;
  transform: rotate(45deg);
  border-top: 8px solid #ffce00;
  border-right: 8px solid #ffce00;
}
.arrow-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 36px 36px;
border-color: white transparent white #003b70;
}
.arrow-box:hover{
  background-color: #ffce00;
  color: black;
}
.arrow-box:hover:after {
  border-top: 8px solid #003b70;
  border-right: 8px solid #003b70;
}
.arrow-box:hover:before {
    border-color: white transparent white #ffce00;
}
@media (max-width: 991px){
  .arrow-box span{
    display: none;
  }
  .classroom-col{
    margin-bottom: 10px;
  }
  .arrow-box {
    height: 56px;
    padding: 16px 55px 8px 60px;
  }
  .arrow-box:after {
    top: -1px;
    right: 12px;
  }
  .arrow-box:before {
    border-width: 29px 0 29px 29px;
  }
  .classroom-title, .campuses-title{
    font-size: 37px;
  }
  .classroom-title{
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
  .arrow-box {
    padding: 14px 55px 8px 15px;
  }
  .col-lg-2.classroom-col{
    padding-right: 5px;
  }
}
@media screen and (max-width: 475px) {
  .arrow-box {
      font-size: 16px;
  }
  .arrow-box {
      padding: 8px 60px 8px 40px;
  }
}
@media screen and (max-width: 360px){
  .arrow-box {
      padding: 8px 30px 8px 10px;
  }
}
/* /Classroom */

/* Campuses Section */
.campus-container{
    padding: 80px 15px;
    box-shadow: 0px 15px 65px -15px rgba(0,0,0, 0.12) inset;
}
.campus-address-row{
  margin-top: 70px;
}
.campus-title, .campus-address-txt, .learn-more-txt{
  color: #003b70;
}
.campus-title{
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 8px;
}
.campus-address-txt, .learn-more-txt{
  font-size: 18px;
  margin-bottom: 8px;
}
.campus-img-overlay{
  background-color: #003b70;
  display: inline-block;
}
.campus1-div:hover .campus-img,
.campus2-div:hover .campus-img{
  opacity: 0.5;
}
.campus1-div:hover h5, .campus2-div:hover  h5 {
  text-decoration: underline;
}
/*.campus1-div:hover a, .campus2-div:hover a{
  text-decoration: underline;
}*/
@media (max-width: 767px) {
  .campus1-div{
    margin-bottom: 70px;
  }
  .campus-address-row {
    margin-top: 35px;
  }
}
/* /Campuses Section */

/* Footer Section */

#mapsection {
	background-color: #e7e7e8;
}

#mapsection img {
	border: 2px solid #a9abae;
}


footer {
	color: #fff;
	text-align: center;
}

.footer-section{
  padding: 60px 0 0;
  box-shadow: 0px 15px 65px -15px rgba(0,0,0, 0.12) inset;
}

.footer-section.mr {
	box-shadow: none;
}
.footer-section ul {
  list-style: none;
  padding-left: 0;
}
.footer-divider{
  border-color: #003b70;
  margin: 20px 0 50px;
}
.speak-up-logo:hover{
  -webkit-filter: drop-shadow(5px 5px 5px #003b70);
  filter: drop-shadow(3px 5px 10px #003b70);
}
@media (max-width: 991px) {
  .footer-section ul li {
    display: inline-block;
  }
  .footer-section ul li:after {
    content: "|";
    font-size: 21px;
    color: #003b70;
    padding-left: 6px;
    padding-right: 2px;
  }
  .footer-divider{
  margin: 28px 0 45px;
  }
  .footer-contact-txt1, .footer-link-title{
    margin-bottom: 0;
  }
}
.footer-section a {
  font-size: 21px;
  line-height: 1.2;
  color: #003b70 !important;
}
.footer-section .btn-orange {
  color: #000000 !important;
}
.footer-section .btn-orange:hover {
  color: #ffffff !important;
}
.footer-contact-txt1, .footer-contact-txt2, .footer-link-title, .footer-link-txt, .footer-link-mbl-txt{
  font-size: 24px;
  color: #003b70;
}
.footer-link-txt, .footer-link-mbl-txt{
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 22px;
}
.footer-link-mbl-txt{
    font-size: 24px;
    line-height: inherit;
}
.footer-link-col{
  margin-bottom: 30px;
}
.social-icons-col .fa{
  margin: 5px 15px;
}
.social-icons-col .fa:hover{
  color: #ffce00;
}
.b-footer-txt{
  text-align: left;
  font-size: 23px;
  color: #ffffff;
  margin-bottom: 0;
}

.bottom-footer{
  padding: 20px 15px;
  background-color: #003b70;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .b-footer-txt{
    font-size: 16px;
  }
  .btn-orange {
    font-size: 20px !important;
    width: 185px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
@media (max-width: 575px){
  .donate-btn{
    margin-top: 15px;
  }
  .b-footer-txt, .bottom-footer .col-sm-4 {
    text-align: center!important;
  }
}
@media (max-width: 991px) {
  .footer-section{
    text-align: center;
  }
  .social-icons-col{
    margin-bottom: 0px;
    justify-content: center!important;
  }
  .speak-up-icons-col{
    justify-content: center!important;
  }
  .footer-links-container-desktop{
    display: none;
  }
  .footer-links-container-mobile{
    display: block;
  }
  .social-icons-col-mobile{
    display: block;
  }
  .social-icons-col-desktop{
    display: none !important;
  }
}
@media (min-width: 992px) {
  .footer-links-container-desktop{
      margin-bottom: 30px;
  }
  .footer-links-container-mobile{
    display: none;
  }
  .donate-btn-col{
    text-align: right;
    padding-left: 0;
  }
  .social-icons-col-mobile{
    display: none !important;
  }
}
@media screen and (max-width: 640px) and (min-width: 576px){
  .donate-btn-col{
    padding-left: 0;
  }
}
@media screen and (max-width: 360px){
  .social-icons-col img {
      margin: 5px 7px;
  }
}

#locationmap {
	width: 100%;
}


/* /Footer Section */

/* /Home Page */

/* Content Page */

/* Slider */
.tab-menu:hover{
  text-decoration: underline;
}
.contentSlider .carousel-caption {
    bottom: 35px;
    text-align: left;
}
@media (max-width: 991px) {
  .slider-desktop{
    display: none;
  }
  .slider-mobile{
    display: block;
  }
}
@media (min-width: 992px) {
  .slider-mobile{
    display: none;
  }
}
@media (max-width: 499px) {
.contentSlider  .carousel-caption{
    bottom: -15px;
  }
}

/* /Slider */

/* Tab */
.tab-menu, .page-content-txt, .page-content-title, .sidebar-title, .sidebar-txt{
  color: #003b70;
}
.sidebar-title{
  font-size: 31px;
  margin-bottom: 20px;
  margin-top: 95px;
}
.sidebar-txt{
  font-size: 24px;
  line-height: 1.2;
}
.page-content-title{
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.2;
}
.page-content-txt{
  font-size: 24px;
  line-height: 1.1;
}
.content-menu .page-menu{
  font-size: 21px;
}
.content-menu ul{
  margin: 20px 0;
}
.content-menu .nav-tabs {
    border-bottom: none;
}
.content-menu .nav-tabs .nav-link.active {
   color:  #003b70;
   background-color: #ffffff;
   border-color: transparent;
   font-weight: 900;
}
.content-menu .nav-link:focus {
    outline: none;
}
.page-content-container{
    padding: 40px 15px 80px;
    box-shadow: 0px 15px 65px -15px rgba(0,0,0, 0.12) inset;
}
@media (min-width: 576px) {
  .content-tab, .nav-item:nth-child(1) a{
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .divider{
    border-right: 1px solid rgba(0, 59, 112, 0.25);
    height: auto;
    padding-right: 70px;
  }
  .sidebar{
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .divider{
    border-bottom: 1px solid rgba(0, 59, 112, 0.25);
    width: auto;
    padding-bottom: 70px;
  }
  .sidebar{
    padding-top: 70px;
  }
  .sidebar-title {
    margin-top: 0;
  }
}
/* /Tab */

/* /Content Page */

/* Meta Major Page */

/* Slider */
.meta-caption-title{
    margin-bottom: 35px;
}
.get-started-btn{
    background-color: #ffce00;
    font-size: 21px;
    padding: 8px 43px;
    border: none;
}
@media (min-width: 992px) {
    .meta-slider-mobile{
      display: none;
    }
}
@media (max-width: 991px) {
    .meta-slider-desktop{
      display: none;
    }
    .meta-slider-mobile{
      display: block;
    }
    .about-box-1, .about-box-2{
      padding-bottom: 60px;
    }
}
/* /Slider */

/* About Section */
.about-container{
  padding: 60px 15px 80px;
  box-shadow: 0px -15px 65px -15px rgba(0,0,0, 0.12) inset;
}
.about-title{
  color: #003b70;
  font-size: 64px;
  margin-bottom: 80px;
  line-height: 1.2;
  margin-top: 0;
}
.about-box-title, .about-box-des, .about-box-link{
  color: #003b70;
  font-size: 24px;
}
.about-box-des{
  line-height: 28px;
}
/* /About Section */

/* Area of Study */
.study-area-col{
  text-align: center;
}
.study-title{
  color: #003b70;
  line-height: 1.2;
  font-size: 54px;
  margin-bottom: 30px;
}
.study-box-title, .meta-title{
  color: #003b70;
  font-size: 21px;
  margin-bottom: 0;
  padding-top: 30px;
  /* margin-top: 30px; */
}
.study-des{
  color: #003b70;
  font-size: 19px;
      line-height: 1.2;
}
.area-of-study-container{
  padding: 60px 15px;
  box-shadow: 0px -15px 65px -15px rgba(0,0,0, 0.12) inset;
}
.areaStudy-mobile .meta-txt{
  text-align: center;
}
.areaStudy-mobile .study-title{
  font-size: 37px;
}
.img-overlay{
  background-color: #003b70;
  display: block;
}
.study-img{
  width: 100%;
  height: auto;
}
.hover-block:hover{
  cursor: pointer;
}
.hover-block:hover img{
  opacity: 0.5;
}
.hover-block:hover .study-box-title,
.hover-block:hover .meta-title{
  text-decoration: underline;
}

@media (min-width: 992px) {
    .areaStudy-mobile{
      display: none;
    }
}
@media (max-width: 991px) {
    .areaStudy-desktop{
      display: none;
    }
    .areaStudy-mobile{
      display: block;
    }
}
/* /Area of Study */

/* Icon buttons section */
.sponsorimagesection {
	margin-bottom: 20px;
}


.icon-buttons-section{
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-buttons-section img {
  margin-bottom: 10px;
}

.icon-buttons-section p {
  line-height: 1.2;
}

.icon-buttons-section .icon-col {
  text-align: center;
}
@media(max-width: 575px){
  .icon-col{
    padding-bottom: 20px;
  }
}
.icon-col img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.icon-col .icon-text {
  padding-top: 10px;
  display: block;
  color: #003b70;	
}

.sponsorimg {
	max-width: 155px;
}

.sponsorhead {
	text-align: center;
    color: #000;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.icon-col-image {
  display: block;
}
.icon-col-hover-image {
  display: none;
}

.icon-col a:hover .icon-col-image {
  display: none;
}
.icon-col a:hover .icon-col-hover-image {
  display: block;
}
/* /Icon buttons section */

/* /Card */
 
.card {
	border: none;
}

.card-body {
	text-align: center;
}

.card-text {
	margin-bottom: 10px;
	text-align: left;
}

.card-title {
	font-size: 25px;
}

.card .btn-primary {
    background-color: #003b70;
}

/* Testimonial Slider */
.testimonial-section{
  padding: 70px 15px 35px;
}
.testimonial-section .slick-prev, .testimonial-section .slick-next {
    top: 40%;
}
.testimonial-section .slick-prev{
    left: -3%;
}
.testimonial-section .slick-next {
    right: -3%;
}
.testimonial-slider{
    padding: 0 25px;
}
.testimonial-txt{
  font-size: 24px;
  color: #003b70;
  line-height: 1.1;
}
.testimonial-section .slick-dotted.slick-slider {
    padding-bottom: 60px;
}
.slider-content img{
  width: 100%;
  height: auto;
  padding: 10px;
}
.slider-content .col-sm-7 {
  padding: 20px;
}
.slider-content .row {
  padding: 0 40px;
}
.testimonial-section .slick-dots{
  right: 0;
  left: 0;
}
@media screen and (max-width: 1400px) and (min-width: 1200px){
  .testimonial-section .slick-prev{
      left: 0;
  }
  .testimonial-section .slick-next {
      right: 0;
  }
}
@media screen and (max-width: 750px) and (min-width: 576px){
  .testimonial-section .slick-prev{
      left: 0;
  }
  .testimonial-section .slick-next {
      right: 0;
  }
}
@media screen and (max-width: 991px){
  .testimonial-section .slick-prev,
  .testimonial-section .slick-next {
      top: 94%;
  }
}
/* /Testimonial Slider */

/* /Meta Major Page */
.breadcrumb-txt {
    margin-bottom: 16px;
}
.breadcrumb-txt a {
  color: white !important;
}
.nav-tabs .nav-link {
  border: none;
}
@media (max-width: 767px) {
  .nav.nav-tabs .nav-item {
    display: block;
    width: 50%;
  }
  .nav.nav-tabs li:nth-child(2n+1) {
    text-align: right;
  }
}


/*********************************************************************** General COC Styles ************************************************************************/

#mainpagecontent {
	background-color: #fff;
	margin-top: 140px
}

@media(max-width: 794px){

	.mapcolumn p {
		text-align: center;
		margin-top: 30px;
	}
	
	.infocolumn {
		text-align: center;
	}
	
	.infocolumn p {
		text-align: center;
	}
	
}

@media(min-width: 794px){

	.mapcolumn p {
		text-align: right;
		margin-top: 30px;

	}
	
	.infocolumn {
		text-align: center;
		margin-top: 50px;
	}
	
	.infocolumn p {
		text-align: center;
	}
	
}


@media(max-width: 575px){
	/* Scale body images for mobile */
	body img {
		max-width: 100%;
		height: auto;
	}		
	
	input[type="text"] {
		width: 100%;
	}
	
/* 	Scale tables for mobile - ignore FullCalendar tables */
/* 	table:not(.fc-scrollgrid-sync-table):not(.fc-col-header):not(.fctimegridcols):not(.fctimegridslots):not(.fc-scrollgrid) {
		display: block;
		overflow-x: auto;
	} */
	
	.table {
		overflow-x: auto;
		display: block;
	}
	
	.fc-button, .fc .fc-button {
		font-size: .75em;
	}
	
	.fc-toolbar-chunk {
		text-align: center;
	}
}

.width25 {
	width: 25%;
}

.width30 {
	width: 30%;
}

.width50 {
	width: 50%;
}

.width70 {
	width: 70%;
}


.width75 {
	width: 75%;
}


/*********************************************************************** Scrolling Header Resize Styles ************************************************************************/
.menu-with-icon a.scrollsmall::before {
  content: "";
  display: block;
  height: 40px;
  width: 100%;
  margin-top: 8px;
}

.nav-flex-col.logo-wrap.scrollsmall {
	width: 250px;
	min-width: 250px;
	height: 80px;
}

.nav-flex-col.logo-wrap img.scrollsmall {
	height: 120px;
	width: 250px;
}

.fixed-nav-wrap.scrollsmall {
	height: auto;
}

.nav-second-row.scrollsmall {
	padding-top: 0px;
	font-size: 18px;
}

.nav-first-row.scrollsmall {
	padding-bottom: 10px;
}

.menu-with-icon a.scrollsmall {
	background-size: auto 35px;
}


/*********************************************************************** End Scrolling Header Resize Styles ************************************************************************/

/*********************************************************************** Table Styles ************************************************************************/

thead {
	background: #003b70;
	color: #fff;
	font-weight: bold;
}

table.table-sm td {
	text-align: center;
}

/*********************************************************************** End Table Styles ************************************************************************/

.largelink {
	font-weight: 700 !important;
	font-size: 1.25rem !important;
	
}

iframe {
	overflow: hidden;
	border: none;
	overflow-y: hidden;
}

/* Buttons */

span.btn.btn-orange a {
	color: #000;
}

span.btn.btn-orange a:hover, span.btn.btn-orange:hover a {
	color: #fff;
	text-decoration: none;
}


.btn-blue.focus, .btn-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(0,59,112,.5);
}

.btn-blue {
    color: #fff;
    background-color: #003b70;
    border-color: #003b70;
}

.btn-blue:hover {
    color: #fff;
    background-color: #01539c;
    border-color: #01539c;
}

.btn-gold.focus, .btn-gold:focus {
    box-shadow: 0 0 0 .2rem rgba(255,206,0,.5);
}

.btn-gold {
    color: #000;
    background-color: #ffce00;
    border-color: #ffce00;
}

.btn-gold:hover {
    color: #000;
    background-color: #d7ae01;
    border-color: #d7ae01;
}

.btn-grey.focus, .btn-grey:focus {
    box-shadow: 0 0 0 .2rem rgba(51,51,51,.5);
}

.btn-grey {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-grey:hover {
    color: #fff;
    background-color: #444444;
    border-color: #444444;
}

.btn-red.focus, .btn-red:focus {
    box-shadow: 0 0 0 .2rem rgba(186,7,28,.5);
}

.btn-red {
    color: #fff;
    background-color: #ba071c;
    border-color: #ba071c;
}

.btn-red:hover {
    color: #fff;
    background-color: #c01c2f;
    border-color: #c01c2f;
}

.btn-green.focus, .btn-green:focus {
    box-shadow: 0 0 0 .2rem rgba(73,158,62,.5);
}

.btn-green {
    color: #fff;
    background-color: #499e3e;
    border-color: #499e3e;
}

.btn-green:hover {
    color: #fff;
    background-color: #67a15f;
    border-color: #67a15f;
}

.btn-ltgrey.focus, .btn-ltgrey:focus {
	box-shadow: 0 0 0 .2rem rgba(161,161,161,.5);
}

.btn-ltgrey {
	color: #fff;
	background-color: #a1a1a1;
	border-color: #a1a1a1
}


.btn-ltgrey:hover {
	color: #fff;
	background-color: #888888;
	border-color: #888888;
}


/* Callout Styles */
.callout {
	background: #ffce00;
	padding: 15px;
}

/* Callout Styles */
.artgallerycaption {
	font-size: smaller;
	font-weight: bold;
}

/* Accordion Styles */

ul.accordion {
	padding-left: 0px;
	padding-top: 10px;
}

ul.accordion > li {
	list-style: none;
}

.accordion-header button {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	background-color: rgba(0,0,0,.05);
	padding: 1rem 1.25rem;
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(0,0,0,.125);
	width: 100%;
	text-align: left;
	cursor: pointer;
	display: inline-block;
	white-space: normal;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 1.5rem;
	transition: 0.3s;
}

.accordion-header button:hover, .accordion-header button:focus {
	background-color: rgba(0,59, 112, .6);
	color: #fff;
}

.accordion-body {
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
	padding: 1.25rem;
}

/* Directory Styles */
.table-striped tbody tr:nth-of-type(2n+1) .child {
	background-color: #fff;
}


/* Able Player */
.able-status-bar {
	min-height: 1.85em !important;
}
.able-seekbar-loaded {
	background-color: lightgreen !important;
}

.able-wrapper {
	z-index: 1029;
}

.able-seekbar {
	height: .7em !important;
}

/*********** Calendar Styles ************/

  #calendar {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 10px;
	min-height: 300px;
  }

.archivehead {
	color: #fff;
	font-family: Alfa Slab One;
	font-size: 54px;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
}



/*********** MR Archives ************/

.archivetitle {
	color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    text-align: center;
	z-index: 0;
    clear: both;
    padding: 2%;
    margin-left: auto;
    margin-right: auto;
    background-color: #999;
}

.archivecontent {
	z-index: 0;
    clear: both;
    padding-left: 20%;
    padding-top: 15px;
	padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
	background-color: #f1f1f1;
	color: #000;
}


