/*titles*/
.contentTitle, .contentTitle a {
    font-family:circe,sans-serif;
    font-weight:800;
    font-style:normal;
}

/*body*/
html, body {
    font-family:schoolbook,serif;
    font-weight:400;
    font-style:normal;

}

/*bold*/
.blockInnerContent b, .itemInnerContent b, .blockInnerContent strong, .itemInnerContent strong {
    font-family:circe,sans-serif;
    font-weight:800;
    font-style:normal;
}
/*italic*/
.blockInnerContent i, .blockInnerContent em {
    font-family:circe,sans-serif;
    font-weight:800;
    font-style:normal;
}

/*buttons*/
.button {
    font-family:circe,sans-serif;
    font-weight:800;
    font-style:normal;
}
/*navigation*/
.navContainer {
    font-family:circe,sans-serif;
    font-weight:800;
    font-style:normal;
}
/*page titles*/
.pageTitle {
    font-family:circe,sans-serif;
    font-weight:800;
    font-style:normal;
}

























/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 400px;
  height: 350px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  float:left;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #4dc9ee;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #4dc9ee;
  color: white;
  transform: rotateY(180deg);
}




















.block_dbbbf0f0f8e44903ad1e0caece7ee4b8 .contentImg {background: #0a273f;}
.block_fe007dafb054436a87d4306dd35989a6 .contentImg {background: #4dc9ee;}



.block_fe9d75d4b29340d28420fe065dd8824c strong {color: #0a273f;font-size: 22px}





/*Homepage Blurb Block*/
.block_efdf0a8dafb3481b96f74548f6c6ce5a{
    width: 90%;
    position: absolute;
    left: 0%;
    top: 560px;
}

/*Student Spotlight*/
.container-fluid{
    width: 30%; 
    float:left;
    margin: 1.3%;
    background-color: #fff;
    padding: 15px;
    padding-left:0px;
    padding-right:0px;
    object-fit: cover;
    text-align:center
 
}


.container-fluid img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  transition: all .3s ease-in-out;
  

}

.container-fluid img:hover {
  border-radius:0;  
  cursor: pointer;
}




/*-----3 BLOCKS HOMEPAGE PAGE DESIGN----*/
.block_efdf0a8dafb3481b96f74548f6c6ce5a .item .contentTitle{
    position: relative;
    width: 90%;
    background: #ffffff;
    margin-left: 5%;
    border-radius: 6px;
    padding-top: 10px;
}
.block_efdf0a8dafb3481b96f74548f6c6ce5a .item p{
    padding-top: 10px;
    margin-top: 10px;
}
.block_efdf0a8dafb3481b96f74548f6c6ce5a .item img{
    height: 350px;
    width: 200%;
    object-fit: cover;
}
.block_efdf0a8dafb3481b96f74548f6c6ce5a .item .itemImg{
    position:relative;
}
.block_efdf0a8dafb3481b96f74548f6c6ce5a .item .contentTitle{
    margin-top: -35px;
    position:relative;
}




.contactPage{
      width:100% auto;
      height: 100vh auto;
}

.map{
    width: 50% !important;
    height:100vh !important;
    float:left !important;
    display:inline !important;
    background-color: #fff !important;
}

.contactInfo{
    width: 50%;
    height: 100%;
    float: right;
    display:inline;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.contactInfo a:hover{
    color: #fff !important;
}

h1{
    color: #fff;
    font-size: 35px;
}








body {
  background: white;
  color: rgba(0, 0, 0, 0.84);
  font-size: 20px;
  line-height: 1.5;
 
}
h2 {
  font-family: Raleway;
  font-weight: 900;
}
p {
  font-family: "Special Elite";
}

.blurred span {
  filter: blur(6px);
  /* As pointed out by Alexander Erlandsson (@alexerlandsson), for situations that require better cross-browser support, the blur effect is easily reproduced with transpartent text + text-shadow
  color: transparent;
  text-shadow: 0 0 12px rgba(0,0,0,0.8); */
}

.invisible-ink span {
  background: white;
  color: white;
  /* Vincent Charpentier (@VincentCharpentier) also pointed out a simple rule for true invisibility
  color: rgba(0,0,0,0);*/
}

.redacted span {
  position: relative;
  white-space: pre;
}
.readcted span:after {
    background: black;
    border-radius: 0.1em;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
    content: " ";
    width: 100%;
    height: 1.2em;
    left: 0;
    position: absolute;
    transform: skewY(-5deg) rotate(5deg);
  }
  
    
  @media only screen and (max-width: 767px) {
    /*Homepage Blurb Block*/
   .block_efdf0a8dafb3481b96f74548f6c6ce5a{
        position:static;
        width:100%;
        padding-top:40px!important;
        padding-bottom:40px!important;
    }
}
/*open_enrollment_2020*/
.blockWrap_faff172e16344e30aefa58e675438fa4 {display:none;}