/***
*   TAGS
***/
body {
    font-family: 'Open-sans', sans-serif;
    font-weight: 400;
    background-color: #f5f5f5;
    color: #404040;
    width:100%;
    max-width:100%;
    line-height: 1.8em;
    margin: 0;
    background-image: url(https://www.fairfield.edu/files/images/0000_redesign-17-18_background-image_fairfield-shield_08192017.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
a{
  color:#1a79af;
  text-decoration:none;
  transition:color .25s;
  -webkit-transition:color .25s;
  -moz-transition:color .25s;
  -o-transition:color .25s;
}
a:hover{
  color:#C8102E;
}
button, button:active {
    border: none;
    background-color: transparent;
    box-shadow: none;
    user-select: none;
    outline: none;
    padding:0;
    font-size:1em;
}
button:hover{
  cursor:pointer;
}
h5 {
    font-size: 1.5em;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
/***
*   BANNER
***/
#banner {
    position: relative;
    width: 100%;
}
#page-headline {
    position: absolute;
    z-index:1;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#page-headline h2 {
    text-align: center;
    margin: 0;
    font-size: 3em;
    line-height: 1.3em;
    padding: 0 3%;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
#page-headline h3 {
    color: #fff;
    font-family: 'Open-sans', sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    margin-top: 1%;
    padding: 0 6%;
}
#scroll-chevron {
    text-align: center;
    margin-top: 0;
    color: #ffffff;
}
#scroll-chevron i {
    font-size: 3em;
}
/***WITH AN IMAGE***/
#banner img {
    width: 100%;
    padding-top: 90px;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
}
#banner.no-color img{
  filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
/***NO IMAGE***/
#page-headline.no-image {
    position: relative;
    width: 100%;
    background-color: #C8102E;
    padding: 175px 0 40px 0;
    top: 0;
    z-index:0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

/***WITH ICON BUTTONS***/
#banner-icon-buttons {
    text-align: center;
    padding: 0 6%;
    margin-top: 4%;
}
.banner-icon-button {
    display: inline-block;
    vertical-align: top;
    padding: 1%;
    border: 1px solid;
    color: #fff;
    text-align: center;
    width: 125px;
    height: 125px;
    margin:5px;
    background-color: rgba(40,40,40,.4);
    transition:all .25s;
    -webkit-transition:all .25s;
    -moz-transition:all .25s;
    -ms-transition:all .25s;
    -o-transition:all .25s;
}
.banner-icon-button:hover{
  color:#fff;
  border-color:#C8102E;
  background-color:#C8102E;
  cursor:pointer;
}
.banner-icon-button .icon {
    font-size: 3em;
    margin: 0;
}
.banner-icon-button .text {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: .8em;
    line-height: 1.6em;
}

/***BANNER DROP DOWN LIST***/
#banner-drop-down {
    text-align: center;
    width:80%;
    margin:auto;
}
#banner-drop-down>ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#drop-down-default {
    position:relative;
    color: #fff;
    list-style: none;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    border-color:#fff;
    transition:all .25s;
    -webkit-transition:all .25s;
    -moz-transition:all .25s;
    -o-transition:all .25s;
    -ms-transition:all .25s;
}
#drop-down-default>p {
    margin: 0;
    padding: 20px 40px;
    background-color: rgba(40,40,40,.4);
    border: 1px solid;
    border-color:inherit;
}
#drop-down-default:hover{
  background-color:#fff;
  color:#282828;
  cursor:pointer;
  border-color:#fff;
}
#drop-down-default:hover>p{
  background-color:#fff;
  border:1px solid rgba(40,40,40,.15);
}

#banner-drop-down-list {
    position:absolute;
    text-align: left;
    color:#282828;
    width: 100%;
    background-color:#f5f5f5;
    padding:0;
    max-height: 0;
    overflow: hidden;
    transition:max-height .5s, padding .35s;
    -webkit-transition:max-height .5s, padding .35s;
    -moz-transition:max-height .5s, padding .35s;
    -o-transition:max-height .5s, padding .35s;
    -ms-transition:max-height .5s, padding .35s;
}
#drop-down-default:hover #banner-drop-down-list {
    color: #282828;
    padding: 2% 0;
}
#drop-down-default:hover>p{
  background-color: #C8102E;
  color:#fff;
}
#drop-down-default:hover #banner-drop-down-list {
    max-height: 250px;
    overflow-y:scroll;
}
#banner-drop-down-list li, #banner-drop-down-list button {
    font-size: .7em;
    font-family: 'Open-sans', sans-serif;
    width: 88%;
    padding: 2% 4%;
    list-style: none;
    margin:0 2%;
    border-bottom: 1px solid rgba(40,40,40,.15);
    transition:background-color .25s, border-color .25s;
    -webkit-transition:background-color .25s, border-color .25s;
    -moz-transition:background-color .25s, border-color .25s;
    -ms-transition:background-color .25s, border-color .25s;
    -o-transition:background-color .25s, border-color .25s;
}
#banner-drop-down-list button{
    text-align:left;
    width:96%;
    padding: 3% 4%;
}
#banner-drop-down-list a li{
    color:#282828;
}
#banner-drop-down-list button li{
    padding:0;
    margin:0;
    font-size: 1em;
    font-weight: 300;
    border-bottom: none;
}
#banner-drop-down-list > a li:hover, #banner-drop-down-list > button:hover {
    color: #ffffff;
    background-color: #C8102E;
    border-color: #C8102E;
}
#banner-drop-down-list>li a {
    color: inherit;
    transition: none;
}
/***PLAY VIDEO BUTTON***/
#banner-play-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:1;
}
#page-headline.banner-play-video{
  top:40%;
}
#banner-play-video .red-screen {
    background-color: transparent;
    height:98.5%;
    transition:opacity .25s;
    -webkit-transition:opacity .25s;
    -moz-transition:opacity .25s;
    -o-transition:opacity .25s;
    -ms-transition:opacity .25s;
}
#banner-play-video:hover .red-screen, #banner-play-video .red-screen:hover {
    background-color: rgba(226,56,63,.95);
    opacity: 1;
    z-index: 100;
    cursor:pointer;
}
#banner-play-video-text {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translate(0%,-50%);
    color: #fff;
    z-index: 101;
    font-size: 2em;
    font-family: 'Raleway', sans-serif;
        line-height: 1.6em;
}
#banner-play-video-text:hover{
  cursor:pointer;
}
#banner-play-video-text p {
    margin: 0;
}
#banner-play-video-text i{
    font-size: 4em;
    transition: font-size .25s;
    -webkit-transition: font-size .25s;
    -moz-transition: font-size .25s;
    -o-transition: font-size .25s;
    -ms-transition: font-size .25s;
}
#banner-play-video:hover #banner-play-video-text i,  #banner-play-video .dark-screen:hover #banner-play-video-text i {
    font-size: 6em;
}
/***EMBEDDED FORM***/
/****BANNER IMAGE WITH EMBEDDED FORM***/
.embedded-form #page-headline {
    width: 54%;
}
#embedded-form{
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 30%;
    text-align: center;
    background-color: rgba(241, 241, 241, .9);
border: 1px solid rgba(40,40,40,.15);
  }

.form-initial-position{
    position:initial !important;
}
#embedded-form.form-initial-position{
    width: 45%;
}

  #embedded-form h4 {
    margin: 0 0 10px 0;
        padding: 15px 15px 5px 15px;
    color: #282828;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
    border-bottom: 1px solid rgba(40,40,40,.15);
}
#embedded-form .wrapper {
    position: relative;
    width: 94%;
    padding: 3%;
    text-align: left;
}
#embedded-form .form_label {
    font-family: 'Raleway', sans-serif;
    text-align: left;
  }
  #embedded-form input,#embedded-form textarea {
    padding: 5px;
    color: #282828;
    font-size: 1em;
    font-family: 'Open-sans', sans-serif;
    border: 1px solid rgba(40,40,40,.15);
}
#embedded-form select {
    font-size: 1em;
    padding: 5px;
    background-color: #fff;
    border: 1px solid rgba(40,40,40,.15);
    border-radius: 0;
    color: #282828;
}
#embedded-form .action{
  text-align: center;
}

#embedded-form button {
    background-color: #404040;
    color: #ffffff;
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
    padding: 10px 40px;
    border:1px solid #404040;
    font-weight: 300;
    transition:all .25s;
    -webkit-transition:all .25s;
    -moz-transition:all .25s;
    -o-transition:all .25s;
    -ms-transition:all .25s;
}
#embedded-form button:hover{
  background-color:#fff;
  color:#404040;
  cursor:pointer;
}
#form_question_00445778-93a6-43ab-bd57-8bf9d630fc9a, #form_question_aeb62f74-5f69-46ed-a2a6-c7bf775f9d5f, #form_question_898d66d0-b66c-413a-8287-925d3e6113ed, #form_question_43e078ba-8e99-480f-9e5d-b2d618fa2c3d {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
#form_question_00445778-93a6-43ab-bd57-8bf9d630fc9a, #form_question_898d66d0-b66c-413a-8287-925d3e6113ed{
  margin-right:2%;
}
#form_question_3ab08e0a-6848-4d49-89fc-670abb860f32, #form_question_bfd0982e-9e69-4026-8508-70fe8076eb66, #form_question_d54db47d-c0ef-4f4e-a7c3-8e9a5d7a9f4c, #form_question_07c54ec5-f184-4b22-b259-6c2ac44feee4, #form_question_faed869b-23e0-474b-a4df-595f0f7c5cbc, #form_question_a15291b3-1bba-437c-905a-b43d71e7fa24, #form_question_27597164-a04d-347a-372b-4552fc2ee189, #form_question_ceb8c6ae-545c-4e0b-e507-8d992d44c0a7, #form_question_0c0d2c66-c66b-0855-f6a1-ca6789695ff4, #form_question_238a40d5-b178-849d-d9c2-4a9373b2a9f9, #form_question_6bc5794c-cee3-1d2c-50ae-38f87d7dd2e1, #form_question_0520149d-b010-4619-ef71-88c7e678bb61 {
    display: none;
}

.progress-bar-semi-circle.full-width.inline > .fluid-progress-bar, .progress-bar-semi-circle.half-width.inline > .fluid-progress-bar, .progress-bar-semi-circle.third-width.inline > .fluid-progress-bar{
  text-align:center;
}
.progress-bar-semi-circle.half-width.inline > .fluid-progress-bar, .progress-bar-semi-circle.third-width.inline > .fluid-progress-bar{
  margin-right:5%;
}
.progress-bar-semi-circle.half-width.inline > .fluid-progress-text, .progress-bar-semi-circle.third-width.inline > .fluid-progress-text{
  margin-left:5%;
}

@media only screen and (min-width: 769px){
  .inline.full-width.fluid-progress-bar, .inline.half-width.fluid-progress-bar, .inline.third-width.fluid-progress-bar{
    margin-top:4%;
  }
}
@media only screen and (max-width: 768px){
  .progress-text > p{
    display:inline-block !important;
    width:43% !important;
    margin: 3% !important;
  }
  .progress-bar-semi-circle.full-width, .progress-bar-semi-circle.half-width, .progress-bar-semi-circle.third-width{
    width:94% !important;
  }
  .hide{
      display:none !important;
  }
}

/*** * jQuerySceipt.net Radial Progress Bar ***/

/*** RADIAL PROGRESS ***/
/* Circumference = 2πr */
/* π = 3.1415926535898 */
/* r = 35 */

svg.radial-progress {
  height: auto;
  max-width: 300px;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
}

svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke: #fff;
  stroke-dashoffset: 219.91148575129; /* Circumference */
  stroke-width: 10;
}

svg.radial-progress circle.incomplete { opacity: 0.25; }

svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }

svg.radial-progress text {
  font: 400 1em/1 'Raleway', sans-serif;
  text-anchor: middle;
}

svg.radial-progress circle { stroke: #C8102E; }

/*** * End jQuerySceipt.net Radial Progress Bar ***/




/***
*   PROGRESS BAR SEMI CIRCLE
***/
.progress-bar-semi-circle {
    background-color: #fff;
    border: 1px solid rgba(40,40,40,.15);
    padding:2%;
}
.progress-bar-semi-circle.full-width.inline {
    width: 70%;
}
.progress-bar-semi-circle.half-width{
  width:43% !important;
}
.progress-bar-semi-circle.third-width{
  width: 28%;
  font-size:.8em;
}
.progress-bar-semi-circle canvas {
    width: 100%;
    text-align: center;
}
.progress-text .descriptor {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
}
.progress-text span.descriptor-number {
    font-family: 'Raleway', sans-serif;
    font-size: 1.7em;
    text-transform: uppercase;
}
.progress-text>p {
  display: block;
    width: 100%;
    margin: 25% 1%;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.8em;
}
.progress-text>p.font-xlarge {
    font-size: 3em;
    font-family: 'Raleway', sans-serif;
}
/***
*   BREADCRUMB TRAIL
***/
#breadcrumb-trail {
    position: relative;
    background-color: #fff;
    z-index:0;
    margin-top: -10px;
    padding: 8px;
    font-family: 'Raleway', sans-serif;
}

#breadcrumb-trail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumb-nav {
    display: inline-block;
}

.breadcrumb-nav a:hover{
  color:#C8102E;
  cursor:pointer;
}
#breadcrumb-trail-bottom {
    width: 100%;
    background-color: #C8102E;
    height: 8px;
}
#breadcrumb-down-triangle-down {
    width: 0px;
    height: 0px;
    margin-left: 8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
}
/***
*  ANCHOR LINKS
***/
#anchor-wrapper {
    border-bottom: 1px solid rgba(40,40,40,.15);
    overflow: hidden;
    margin: 3%;
    padding: 0 2%;
}
#header-wrapper {
    position: relative;
    margin-bottom: 20px;
    height:40px;
    margin-top:15px;

}
#header-wrapper h3 {
    display:inline-block;
    vertical-align: top;
    height:40px;
    margin:0;
    font-size: 1.7em;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color:#C8102E;
}
#header-button-wrapper {
    display:inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin-left:10px;
    margin-top: -5px;
}
#header-button {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #1a79af;
    color: #fff;
    border-radius: 50%;
}
#header-button:hover{
  background-color:#C8102E;
  color:#fff;
  border-color:#C8102E;
  cursor:pointer;
}
#header-button i {
    position: absolute;
    font-size:2em;
    top: 52%;
    left: 50%;
    opacity:1;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transition:all .25s;
    -webkit-transition:all .25s;
    -moz-transition:all .25s;
    -o-transition:all .25s;
    -ms-transition:all .25s;
}

#header-button i.fa.fa-plus.rotate{
  opacity:0;
  transform:rotate(-90deg) translate(80%,-50%);
  -webkit-transform:rotate(-90deg) translate(80%,-50%);
  -moz-transform:rotate(-90deg) translate(80%,-50%);
  -o-transform:rotate(-90deg) translate(80%,-50%);
  -ms-transform:rotate(-90deg) translate(80%,-50%);
}
#header-button i.fa.fa-minus.rotate{
  opacity:0;
  transform:rotate(90deg) translate(-80%,50%);
  -webkit-transform:rotate(90deg) translate(-80%,50%);
  -moz-transform:rotate(90deg) translate(-80%,50%);
  -o-transform:rotate(90deg) translate(-80%,50%);
  -ms-transform:rotate(90deg) translate(-80%,50%);
}
#anchor-wrapper .wrapper {
    text-align: center;
    max-height:1000px;
    overflow: hidden;
    transition:max-height .75s;
    -webkit-transition:max-height .75s;
    -moz-transition:max-height .75s;
    -o-transition:max-height .75s;
    -ms-transition:max-height .75s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;

}
#anchor-wrapper .wrapper.closed{
  max-height:0;
}
#anchor-wrapper ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0 0 20px 0;
    text-align: left;
}
.anchor-link {
    display: inline-block;
    margin: 0% 10% 0% 0%;
}
.anchor-link button {
    position:relative;
    text-transform: capitalize;
    font-size: 1em;
    color: #1a79af;
    text-align: left;
    font-family:'Raleway', sans-serif;
    margin-bottom: 15px;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
}
.anchor-link i.fa.fa-chevron-down {
    font-size: .8em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(150%, -50%);
    -webkit-transform: translate(150%, -50%);
    -moz-transform: translate(150%, -50%);
    -ms-transform: translate(150%, -50%);
    -o-transform: translate(150%, -50%);
}
.anchor-link button:hover {
    cursor: pointer;
    background-color: transparent;
    color: #C8102E;
}

#scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 8px;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    opacity:0;
    background-color: #1a79af;
    color:#fff;
    font-family:'Raleway', sans-serif;
    z-index: 1;
    transition:all .25s;
    -webkit-transition:all .25s;
    -moz-transition:all .25s;
    -o-transition:all .25s;
    -ms-transition:all .25s;
}
#scroll-to-top.opaque{
  opacity:1;
  width: 60px;
height: 60px;
}
#scroll-to-top i.fa.fa-chevron-up {
    font-size: 2em;
    margin-bottom: 5px;
}
#scroll-to-top:hover{
  background-color:#C8102E;
  color:#fff;
  cursor:pointer;
}


/*** * ACCORDIONS (FAQ) ***/
.faq-accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    border: 1px solid rgba(40,40,40,.15);
    padding: 36px;
    width: 98%;
    text-align: left;
    outline: none;
    margin: 1%;
    font-size: 15px;
    transition: 0.4s;
}
 .active, .faq-accordion:hover {
	 background-color: #ccc;
}
.faq-accordion:active{
  background-color: ##ccc;
    color: #444;
    border: 1px solid rgba(40,40,40,.15);
    padding: 36px;
    margin: 1%;
    font-size: 15px;
}
 .faq-accordion:after {
	 content: '\002B';
	 color: #777;
	 font-weight: bold;
	 float: right;
	 margin-left: 5px;
}
 .active:after {
	 content: "\2212";
}
.panelone {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    margin: 0 1%;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}



/***
*   SECTIONS
***/
#sections-wrapper{
    position: relative;
    width: 86%;
    margin: 4% 7%;
    background-color: #ffffff;
    background-color:rgba(251,251,251,.95);
    border: 1px solid #282828;
    border: 1px solid rgba(40,40,40,.15);
}
.content-section{
  position:relative;
  border-bottom:1px solid #282828;
  border-bottom:1px solid rgba(40,40,40,.15);
  padding-bottom:4%;
  margin:0 3% 5% 3%;
}
.content-section.last-section {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom:2%;
}
.content-section>h3, #search-results-wrapper h3, #program-top-left>h3, .callout-section h3{
    color: #C8102E;
    font-family: 'Raleway', sans-serif;
    font-size: 2.2em;
    line-height: 1.3em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}
.content-section>.dot-wrapper, #search-results-wrapper .dot-wrapper{
    text-align: center;
    margin-top: .5%;
    margin-bottom: 4%;
}
.dot-wrapper .fa {
    margin-right: 2%;
    font-size: .4em;
}
.dot-wrapper .fa.fa-circle.no-right-margin{
  margin-right:0;
}
.content-section>.rel-wrapper{
  width:96%;
  padding:0 2%;
}
.image-wrapper {
        width:100%;
        height:auto;
        text-align: center;
}

.image-wrapper img {
    max-width: 100%;
    height:auto;
}
/***
*   SKIP LINKS
***/
 #skip-links {
   position:relative;
   text-align:center;
   width:82%;
   margin:4% 7% 0 7%;
}

/***
*   News Article
***/
.news-article{
  display:inline-block;
  vertical-align: top;
  border:1px solid rgba(40,40,40,.15);
  text-align:left;
  background-color:#fff;
  color:#282828;
  transition:all .25s;
  -webkit-transition:all .25s;
  -moz-transition:all .25s;
  -o-transition:all .25s;
  -ms-transition:all .25s;
}
.news-article:hover{
  color:#fff;
  background-color:#C8102E;
  cursor: pointer;
}
.news-article img{
  width:100%;
  transition:all .25s;
  -webkit-transition:all .25s;
  -moz-transition:all .25s;
  -o-transition:all .25s;
  -ms-transition:all .25s;
}
.news-article:hover img{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.news-article .info{
  position:relative;
  width:96%;
  padding:2%;
}

.news-article h4 {
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    border-left: 2px solid #C8102E;
    padding: 2%;
    margin-left:4%;
    font-size: 1.2em;
    line-height: 1.4em;
    color:inherit;
    -webkit-transition:border-color .25s;
    -moz-transition:border-color .25s;
    -o-transition:border-color .25s;
    -ms-transition:border-color .25s;
}
.news-article:hover h4{
  border-color:#ffffff;
}
.news-article p{
  color:inherit;
}

.margin-r {
    margin-right:20px;
    font-size:14px;
}

/***
*   EVENTS
***/
.calendar-event {
    border: 1px solid rgba(40,40,40,.15);
    width: 96%;
    margin: 2%;
    text-align: left;
    background-color: #ffffff;
    color: #282828;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
}
a .calendar-event:hover{
  color:#fff;
  background-color:#C8102E;
  cursor:pointer;
  border-color:#C8102E;
}
.calendar-event .date {
    display: inline-block;
    width: 18%;
    vertical-align: top;
    margin: 0;
    padding: 2%;
}
.calendar-event .info {
    display: inline-block;
    width: 71%;
    padding: 2%;
    transition:border-color .25s;
    -webkit-transition:border-color .25s;
    -moz-transition:border-color .25s;
    -ms-transition:border-color .25s;
    -o-transition:border-color .25s;
}
a .calendar-event:hover .info{
  border-color:#fff;
}
.calendar-event .info.full-width {
    width: 96%;
    border-left:0px;
}
.calendar-event .headline {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight:bold;
}
.calendar-event .sub-headline {
    margin-top: 1%;
    margin-bottom: 0;
    font-weight: 300;
}
.calendar-event .date .month {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: .7em;
}
.calendar-event .date .day {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 0;
    font-size: 3em;
    font-family: 'Raleway', sans-serif;
}

/***
*  ICON BUTTONS
***/
.icon-button {
    display: inline-block;
    color: #282828;
    text-align: center;
    padding:1%;
    background-color:transparent;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
}
.icon-button:hover{
  color:#fff;
  background-color:#C8102E;
  cursor:pointer;
}
.icon-button .text {
    font-size: .8em;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
}

/***
*   CARD
***/
.card {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 1%;
    padding-bottom:1%;
    background-color: #fff;
    color:#282828;
    border: 1px solid rgba(40,40,40,.15);
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
}

.card.informative{
  width:30%;
}
.card.informative.xsmall {
    width: 13%;
}
.card.informative.small {
    width: 22%;
}
.card.informative.large {
    width: 47%;
}
.card.informative.xlarge {
    width: 97%;
}
a .card:hover, .card.hover:hover{
    background-color: #C8102E;
    color: #fff;
    cursor:pointer;
}
.image {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*background-color: #d1d1d1;*/
    /*^ Uncomment above when we start taking new, appropriate faculty pictures that will allow us to implement the silhouetted look
    Also, remove the border-radius from .card .image img*/
    text-align:center;
    transition:backgroud-color .25s;
    -webkit-transition:backgroud-color .25s;
    -moz-transition:backgroud-color .25s;
    -o-transition:backgroud-color .25s;
    -ms-transition:backgroud-color .25s;
}

a .card:hover .image, .card.hover:hover .image {
    background-color: #C8102E;
}
.card .image img {
    position: relative;
    border-radius:200px;
    width: 50%;
    margin-bottom: -4%;
    margin-top: 5%;
    transition:filter .25s;
    -webkit-transition:filter .25s;
    -mos-transition:filter .25s;
    -ms-transition:filter .25s;
    -o-transition:filter .25s;
}
.card.informative img {
    width: 100%;
}
.card.hover:hover .text-wrapper {
    color: #ffffff;
}
a .card:hover .image img, .card.hover:hover .image img, .card:hover>img{
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  -moz-filter:grayscale(100%);
  -ms-filter:grayscale(100%);
  -o-filter:grayscale(100%);
}
.card.informative:hover>img{
  filter:none;
  -webkit-filter:none;
  -moz-filter:none;
  -o-filter:none;
  -ms-filter:none;
}
.card .info {
    position: relative;
    width: 90%;
    padding: 0 5% 0 5%;
}

/*
.card .info a:hover {
    color:#1a79af;
}
*/


.card .info h4 {
  margin: 0;
  padding: 5%;
  border-bottom: 2px solid #C8102E;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  line-height: 1.4em;
  text-align:center;
  transition:border-color .25s;
  -webkit-transition:border-color .25s;
  -moz-transition:border-color .25s;
  -o-transition:border-color .25s;
  -ms-transition:border-color .25s;
}
a .card:hover .info h4, .card.hover:hover .info h4{
  border-color:#fff;
  color:#fff;
}
.card .text-wrapper {
    position: relative;
    width: 90%;
    margin: 5%;
    color:#666;
    transition: color .25s;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -o-transition: color .25s;
    -ms-transition: color .25s;
}
/*.card:hover .text-wrapper{
  color:#fff;
}*/
.card .text-wrapper p {
    margin: 0;
}

.card .cta-button {
    width: 80%;
    margin: 0 5% 5% 5%;
    position: relative;
    background-color: #1a79af;
    text-align:center;
    padding: 15px 5%;
    color: #fff;
    /*transition: out .25s;
    -webkit-transition: out .25s;
    -moz-transition: out .25s;
    -o-transition: out .25s;
    -ms-transition: out .25s;*/
}
.card .cta-button a{
  color:#fff;
}

a .card:hover .cta-button, .card.hover:hover .cta-button, .card.hover:hover .cta-button a {
    background-color: #fff;
    color: #C8102E;
}
.card .cta-button span {
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    color: inherit;
}
.card .informative-text {
    text-align: left;
    color: #666;
  }
  .card.informative.link .explanatory-text {
        margin: 10% 5%;
            text-align: left;
    font-size: .9em;
    line-height: 1.4em;
    color: #666;
}
  .card .informative-text ul {
    padding-left: 10%;
}
.card.informative.link ul {
    text-align: left;
    list-style: none;
    padding: 0 5%;
}
.card.informative.link ul li {
    line-height: 1.3em;
    margin: 5% 0;
}
.card.informative.link ul li a{
  transition:color .25s;
  -webkit-transition:color .25s;
  -moz-transition:color .25s;
  -ms-transition:color .25s;
  -o-transition:color .25s;
}
.card.informative.link ul li a:hover{
  color:#C8102E;
}
/***FILTERABLE CARD***/
div.xsmall > .filter-card-wrapper > a > article.card.filterable{
    width:13% !important;
}
div.small > .filter-card-wrapper > a > article.card.filterable{
    width:22% !important;
}
div.large > .filter-card-wrapper > a > article.card.filterable{
    width:47% !important;
}
div.xlarge > .filter-card-wrapper > a > article.card.filterable{
    width:97% !important;
}

.filter-card-wrapper {
    text-align: center;
}
.card.filterable{
  width:30%;
}
.card.filterable>img {
    width: 100%;
    transition:filter .25s;
    -webkit-transition:filter .25s;
    -moz-transition:filter .25s;
    -o-transition:filter .25s;
    -ms-transition:filter .25s;
}
.card.filterable .text-wrapper {
    font-size: .9em;
    line-height: 1.4em;
    margin: 8%;
    width: 84%;
}
a .card.filterable:hover .text-wrapper {
    color: #ffffff;
}
.card.filterable .cta-button {
    margin: 10% 5% 5% 5%;
}
.filter-tags {
    width: 100%;
    width: 90%;
    padding: 5%;
  }
.filter-tag {
  font-size: .8em;
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  margin: 0;
  background-color: rgba(40,40,40,.1);
  color: #666;
  border: 1px solid rgba(40,40,40,.2);
  border-radius: 10px;
  line-height: 1em;
  padding: 2% 3%;
  margin: 0 2% 1% 0;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  -ms-transition: all .25s;
}
a .card.filterable:hover .filter-tag{
  border-color:#fff;
  background-color:#fff;
  color:#C8102E;
}
/***
*   INTERSTITIAL
***/
#interstitial-background{
  position:fixed;
  z-index:-1;
  opacity:0;
  transition:opacity .5s, background-color .25s;
  -webkit-transition:opacity .5s, background-color .25s;
  -moz-transition:opacity .5s, background-color .25s;
  -o-transition:opacity .5s, background-color .25s;
  -ms-transition:opacity .5s, background-color .25s;
}
#interstitial-background.opaque {
    z-index: 1000;
    opacity:1;
}
#interstitial-background:hover{
  background-color:rgba(226, 56, 63, .95);
}
.interstitial {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 54%;
    height: 74%;
    padding: 3%;
    z-index: -1;
    opacity:0;
    background-color: #fff;
    text-align: left;
    color: #282828;
    font-family: 'Open-sans', sans-serif;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(40,40,40,.15);
    overflow-y: scroll;
    transition:opacity .5s;
    -webkit-transition:opacity .5s;
    -moz-transition:opacity .5s;
    -o-transition:opacity .5s;
    -ms-transition:opacity .5s;
}
.interstitial.opaque{
  z-index:1001;
  opacity:1;
}
.interstitial img {
    max-width: 100%;
}
.interstitial .image {
    background-color: #fff;
}
.interstitial h2 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.3em;
}
.interstitial .click-through {
    text-align: center;
    margin-top: 20px;
}
#interstitial-close {
    position: fixed;
    top: 5vh;
    right: 5%;
    z-index: -1;
    opacity:0;
    color: #1a79af;
    font-family:'Raleway', sans-serif;
    transition: color .25s, opacity .5s;
    -webkit-transition: color .25s, opacity .5s;
    -moz-transition: color .25s, opacity .5s;
    -o-transition: color .25s, opacity .5s;
    -ms-transition: color .25s, opacity .5s;
}
#interstitial-close.opaque{
  z-index:1001;
  opacity:1
}
#interstitial-background:hover #interstitial-close{
  color:#fff;
}
#interstitial-close:hover{
  color:#fff;
}
#interstitial-close i {
    font-size: 4em;
}

/***
*   IMAGE BUTTON
***/
.image-button {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 1%;
    overflow: hidden;
    border: 1px solid rgba(40,40,40,.15);
    background-color: #fff;
    color:#282828;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
}
.image-button.xsmall{
  width:13%;
}
.image-button.small{
  width:22%;
}
.image-button.big{
  width:47%;
}
.image-button.xlarge{
  width:97%;
}
.image-button.xlarge .info{
    padding: 4% 5% !important;
}

.image-button.xlarge h4{
    margin-bottom:0 !important;;
}

.image-button:hover {
    background-color: #C8102E;
    color: #fff;
    border-color: #C8102E;
    cursor:pointer;
}
.image-button:hover a {
    color:#fff;
}
.image-button .image{
  background-color:transparent;
}
.image-button img {
    width: 100%;
}
.image-button .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
}
.image-button:hover .hover-image, .image-button .hover-image:hover {
    opacity: 1;
}
.image-button .info {
    margin-top: -3%;
    padding: 5%;
}
.image-button h4 {
  margin: 0 0 6% 0;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  border-left: 2px solid #C8102E;
  padding: 3%;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
  transition: border-color .25s;
  -webkit-transition: border-color .25s;
  -moz-transition: border-color .25s;
  -o-transition: border-color .25s;
  -ms-transition: border-color .25s;
}
.image-button:hover h4{
  border-color:#fff;
}
.image-button .info .learn-more {
    font-size: .8em;
}
.image-button .descriptive-text {
  text-align: left;
  padding-left: 10px;
    color: #666;
    font-size: .9em;
    line-height: 1.6em;
    margin: 10% 0;
    transition: color .25s;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -o-transition: color .25s;
    -ms-transition: color .25s;
}
.image-button:hover .descriptive-text{
  color:#fff;
}
.descriptive-text a:hover{
    color:#28adfa;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
}

/***
*   GREEN IMAGE BUTTON
***/

.image-button-green {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 1%;
    overflow: hidden;
    border: 1px solid rgba(40,40,40,.15);
    background-color: #008000;
    color:#ffffff;
    
}
.image-button-green.xsmall{
  width:13%;
}
.image-button-green.small{
  width:22%;
}
.image-button-green.big{
  width:47%;
}
.image-button-green.xlarge{
  width:97%;
}
.image-button-green.xlarge .info{
    padding: 4% 5% !important;
}

.image-button-green.xlarge h4{
    margin-bottom:0 !important;;

}
.image-button-green .info {
    margin-top: -3%;
    padding: 5%;
    color: #ffffff;
}
.image-button-green h4 {
  margin: 0 0 6% 0;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  border-left: 2px solid #ffffff;
  padding: 3%;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
  transition: border-color .25s;
  -webkit-transition: border-color .25s;
  -moz-transition: border-color .25s;
  -o-transition: border-color .25s;
  -ms-transition: border-color .25s;

}

.image-button-green .descriptive-text {
  text-align: left;
  padding-left: 10px;
    color: #666;
    font-size: .9em;
    line-height: 1.6em;
    margin: 10% 0;
    transition: color .25s;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -o-transition: color .25s;
    -ms-transition: color .25s;
}


/***
*   TEXT CARD BUTTON
***/
.text-card-button {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 1%;
    overflow: hidden;
    border: 1px solid rgba(40,40,40,.15);
    background-color: #fff;
    color:#282828;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
}
.text-card-button.xsmall{
  width:13%;
}
.text-card-button.small{
  width:22%;
}
.text-card-button.big{
  width:47%;
}
.text-card-button.xlarge{
  width:97%;
}
.text-card-button:hover {
    background-color: #C8102E;
    color: #fff;
    border-color: #C8102E;
    /*cursor:pointer;*/
}
.text-card-button .image{
  background-color:transparent;
}
.text-card-button img {
    width: 100%;
}
.text-card-button .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
}
.text-card-button:hover .hover-image, .text-card-button .hover-image:hover {
    opacity: 1;
}
.text-card-button .info {
    margin-top: -3%;
    padding: 5%;
}
.text-card-button h4 {
  margin: 6% 0;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  border-left: 2px solid #C8102E;
  padding: 3%;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
  transition: border-color .25s;
  -webkit-transition: border-color .25s;
  -moz-transition: border-color .25s;
  -o-transition: border-color .25s;
  -ms-transition: border-color .25s;
}
.text-card-button:hover h4{
  border-color:#fff;
}
.text-card-button .info .learn-more {
    font-size: .8em;
}
.text-card-button .descriptive-text {
  text-align: left;
  padding-left: 10px;
    color: #666;
    font-size: .9em;
    line-height: 1.6em;
    margin: 10% 0;
    transition: color .25s;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -o-transition: color .25s;
    -ms-transition: color .25s;
}
.text-card-button:hover .descriptive-text{
  color:#fff;
}




/***
*  SOCIAL MEDIA DIRECTORY
***/
.social-media-directory {
    background-color: #fff;
    border: 1px solid rgba(40,40,40,.15);
}
.social-channel-group {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(40,40,40,.15);
}
.social-channel-group.no-bottom-border {
    border-bottom: none;
}
.social-channel-group .title {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    height: 60px;
    border-right: 1px solid rgba(40,40,40,.15);

}
.social-channel-group .title p {
    margin: 0;
    width: 90%;
    text-align: right;
    padding: 0 5%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.social-channel {
    display: inline-block;
    height: 60px;
    width: 60px;
    vertical-align: top;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
}
.social-channel:hover{
  background-color:#C8102E;
}
.social-channel a {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.5em;
    padding: 10px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.social-channel:hover a{
  color:#fff;
}
.social-channel-group .title p {
    margin: 0;
    width: 90%;
    text-align: right;
    padding: 0 5%;
    position: absolute;
    top: 50%;
    font-family:'Raleway', sans-serif;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
/***
*   EXTERNAL LOGO
***/
.external-logo {
    display: inline-block;
    width: 17%;
    margin: 1%;
    vertical-align: bottom;
    text-align:center;
}
.external-logo img {
    width: 100%;
}

/***
*   PROGRAM PAGE TOP
***/
#program-top-section {
    margin-top: 5%;
}
#program-top-left {
    display: inline-block;
    vertical-align: top;
    width: 64%;
    padding: 0 3% 3% 0;
}
#school-logo {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 10%;
    /*margin-top: -3%;*/
    /** Removed so that the logo doesn't sit directly on top of the dot border. -LS**/
}
#school-logo img{
  width:45%;
}
#program-top-right{
  display:inline-block;
  vertical-align: top;
  width:29%;
      padding: 0 0 3% 3%;
      text-align: center;
}
#program-top-right.border-left{
  border-left:1px solid rgba(40,40,40,.15);
}
#program-top-right a.button {
    padding: 15px 2%;
    margin:0;
    margin-bottom: 30px;
    display: inline-block;
    width: 96%;
    font-family: 'Raleway', sans-serif;
}
#program-top-right .cta-wrapper .right-align {
    text-align: center;
}
#program-top-right a.cta br {
  display:none;
}
#program-top-right .card {
    width: 100%;
}

#program-top-right .card .image {
    display:none !important;
}

.contact-wrapper h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 2em;
    margin-bottom: 5%;
    font-weight: 500;
}
/***
*   FILTERABLE CARDS
***/
.filter-wrapper{
  position:relative;
}
.filter-wrapper>.rel-wrapper {
    height: 75px;
}
.filter-wrapper .clear-filters {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    margin: 0;
}
.filter-wrapper h5 {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    font-size: 2em;
    margin:0;
    text-align: center;
}
.filters {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.filter {
    display: inline-block;
    height: 40px;
    width: 30%;
    margin: 1%;
    background-color: #fff;
    color:#282828;
    border: 1px solid rgba(40,40,40,.15);
    /*border-left: 1px solid rgba(40,40,40,.15);
    border-right: 1px solid rgba(40,40,40,.15);*/
    transition: color .25s, background-color .25s, border-color .25s;
    -webkit-transition: color .25s, background-color .25s, border-color .25s;
    -moz-transition: color .25s, background-color .25s, border-color .25s;
    -ms-transition: color .25s, background-color .25s, border-color .25s;
    -o-transition: color .25s, background-color .25s, border-color .25s;
}
.filter:hover{
  background-color:#C8102E;
  color:#fff;
  border-color:#C8102E;
  cursor:pointer;
}
.filter .placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
}
.filter .placeholder .label {
    display: inline-block;
    vertical-align: top;
    width: 84%;
    padding:4px;
    height:32px
}
.filter .placeholder .label p {
    position: absolute;
    margin: 0;
    top: 50%;
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
    color:inherit;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.caret {
    display: inline-block;
    width: 11%;
    height:40px;
    border-left:1px solid rgba(40,40,40,.15);
    vertical-align:top;
}
.filter:hover .caret{
  border-color:rgba(251,251,251,.15);
}
.caret i.fa.fa-caret-down {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.5em;
    color:inherit;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.filter ul {
    background-color: #fff;
    margin: 0;
    position: absolute;
    left: -1px;
    top: 40px;
    width: 100%;
    z-index:100;
    padding: 0 2px 0 0;
    list-style: none;
    max-height:0;
    overflow: hidden;
    text-align: left;
    transition: max-height .5s;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    -o-transition: max-height .5s;
    -ms-transition: max-height .5s;
}
.filter:hover ul {
    color: #282828;
    max-height:2000px;

}
.filter ul li {
    padding: 2%;
    width:96%;
    border-left: 1px solid rgba(40,40,40,.15);
    border-right: 1px solid rgba(40,40,40,.15);
    transition: border-color .25s, color .25s, background-color .25s;
    -webkit-transition: border-color .25s, color .25s, background-color .25s;
    -moz-transition: border-color .25s, color .25s, background-color .25s;
    -o-transition: border-color .25s, color .25s, background-color .25s;
    -ms-transition: border-color .25s, color .25s, background-color .25s;
}
.filter ul li.last-option{
  border-bottom:1px solid rgba(40,40,40,.15);
}
.filter ul li:hover {
    background-color: #C8102E;
    color: #fff;
    cursor: pointer;
}
.filter ul li.selected {
  background-color:#cbccce;
  color:#282828;
}
/***
*   CALLOUT SECTIONS
***/

.callout-section{
    padding: 3%;
    margin: 5% 0;
    background-color: #f0f0f0;
    border-top:3px solid #C8102E;
    border-bottom:3px solid #C8102E;
}
/***CALLOUT QUOTE***/
.callout-section .fa.fa-quote-left, .callout-section .fa.fa-quote-right{
  font-size:2.5em;
  color:#666;
}
.fa.fa-quote-left {
    position: absolute;
    top: 0;
    left: 0;
}
.fa.fa-quote-right {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
}
.callout-section .quote {
    position:relative;
    padding: 5%;
    text-align:center;
}
.callout-section .attribution {
    padding: 3% 0 0 0;
    text-align: right;
}
/***CALLOUT RANKING***/
.callout-section h3 {
    color: #282828;
    margin-top: 0;
}
.callout-rankings {
    text-align:center;
    position: relative;
}
.ranking {
  display: inline-block;
  width: 20%;
  padding: 2%;
  vertical-align: top;
  height: 100%;
  text-align: center;
}

.ranking h5 {
    font-size: 4em;
    line-height: 1.6em;
    margin: 0;
    color: #C8102E;
    font-weight: 400;
}
.ranking .headline {
    font-size: 1.5em;
    margin: 3% 0;
}
.ranking .text {
    font-size: .9em;
    margin: 5% 0;
    line-height: 1.5em;
    color: #666;
}
.ranking > img{
    display: inline-block;
    width: 60%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    margin: 2%;
}
.callout-section .attribution.ranking {
  font-size: 1.5em;
  position: relative;
  display: block;
  width: 100%;
}
/***
*   ALERT MESSAGE
***/
#alert-message {
    z-index: 3;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffcc33;
    color: #ffcc33;
    border-top: 5px solid;
    max-height: 500px;
    transition: max-height .5s;
    -webkit-transition: max-height .5s;
    -moz-transition: max-height .5s;
    -o-transition: max-height .5s;
    -ms-transition: max-height .5s;
}
#alert-message.minimized{
  max-height:0;
}
#alert-message .info h4 {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.8em;
    font-family:'Raleway', sans-serif;
    font-weight:500;
    color:#000000;
    margin: 2% 2% 0 2%;
}
#alert-message .info h4.bottom-margin {
    margin-bottom: 2%;
}
#alert-message .info h4 i.fa.fa-exclamation-circle {
    font-size: 1.5em;
}


@media screen and (max-width:1400px){
  .card{
    width:22%;
  }
  .card.informative{
    width:30%;
  }
  #embedded-form button {
      font-size: 1em;
  }
}
@media screen and (max-width:1200px){
  .filter .placeholder .label{
    width:83%;
  }
}
@media screen and (max-width:1100px){
  .anchor-link{
    width:40%;
  }
  .card {
    font-size: .9em;
  }
  .interstitial {
    width: 69%;
  }
  .image-button.small{
    width:47%;
  }
  .social-channel-group .title p {
    font-size: .9em;
    line-height: 1.4em;
  }
  #scroll-to-top {
    bottom: 8px;
    right: 5px;
  }

  #embedded-form {
      font-size: .9em;
      right: 10px;
      bottom: 20px;
    }
  #embedded-form div.form_question{
      margin-bottom:0;
  }
  #embedded-form h4 {
    margin-bottom: 0;
    padding-top: 10px;
  }
  #alert-message .info h4 {
    font-size: 1.3em;
  }

}

@media screen and (max-width:1000px){
  #page-headline h2 {
    font-size: 2em;
  }
  #page-headline h3 {
    font-size: 1.5em;
  }
  #banner-icon-buttons {
    margin-top: 2%;
  }
  .banner-icon-button {
    width: 75px;
    height: 75px;
  }
  .banner-icon-button .icon {
    font-size: 1.5em;
}
.banner-icon-button .text {
    font-size: .6em;
    line-height: 1.2em;
  }
  #drop-down-default {
    font-size:1.3em;
  }
  #drop-down-default>p {
    padding: 15px 30px;
  }

  .third-width.news, .two-thirds-width.news{
    width: 100%;
    margin:0;
    text-align: center;
  }

  .inline.third-width.news {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .card, .card.informative{
    width:30%;
  }
  #banner-play-video-text i {
    font-size: 3em;
  }
  #banner-play-video:hover #banner-play-video-text i,  #banner-play-video .dark-screen:hover #banner-play-video-text i {
      font-size: 5em;
  }
  .social-channel {
    width: 50px;
    height: 50px;
  }
  .social-channel-group .title {
    height: 50px;
  }
  .social-channel a {
    font-size: 1.3em;
  }
  #scroll-to-top.opaque {
    width: 50px;
    height: 50px;
  }
  #scroll-to-top i.fa.fa-chevron-up {
    margin-bottom: 5px;
  }
  .filter .placeholder .label p {
      font-size: 1em;
    }
    .caret i.fa.fa-caret-down {
      font-size: 1.2em;
    }
  .filter .placeholder .label{
    width:82%;
  }
  .img-responsive {
    height: auto;
    width: 80%;
}
/*.card.informative.large {
    width: 99%;
}*/
}
@media screen and (max-width:900px){
  .anchor-link {
    display: inline-block;
    width: 47%;
    margin: 0 1%;
  }
  .anchor-link button {
    font-size: .9em;
  }
  .progress-bar-semi-circle.third-width {
    width: 43%;
    font-size: 1em;
  }
  .progress-text>p.font-xlarge {
    font-size: 2em;
  }
  .image-button h4{
    font-size:.9em;
  }
  #banner-play-video-text {
    font-size:1.8em;
  }
  #banner-play-video:hover #banner-play-video-text i,  #banner-play-video .dark-screen:hover #banner-play-video-text i {
      font-size: 4em;
  }
  .social-channel-group {
    text-align: center;
  }
  .social-channel-group .title {
    width: 100%;
    border-right: none;
  }
  .social-channel-group .title p {
    text-align: center;
    font-size: 1.2em;
  }
  .social-channel {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .social-channel a {
    font-size: 1.5em;
  }
  .filter .placeholder .label {
    width: 80%;
  }
  .filter .placeholder .label p {
    font-size: .9em;
  }
  .filter ul li {
    font-size: .9em;
  }

}
@media screen and (max-width:800px){
  .image-button, .image-button.xsmall, .image-button.small, .image-button.big, .image-button.xlarge, .image-button-green, .image-button-green.xsmall, .image-button-green.small, .image-button-green.big, .image-button-green.xlarge,.text-card-button, .text-card-button.xsmall, .text-card-button.small, .text-card-button.big, .text-card-button.xlarge, .card.informative.xsmall, .card.informative.small, .card.informative.large, .card.informative.xlarge {
    width:100%;
  }
  #page-headline.no-image {
        padding: 80px 0 40px 0;
    }
}

@media screen and (max-width: 701px) {


/***
    Appended from T4 main.css
***/




/*** Additional CSS ***/

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 20px 0px 20px 0px;
  padding: 0;
  width: 100%;
  table-layout: fixed;

}

table caption {
  font-size: 1.4em;
  padding: 15px;
}

table tr {
  background-color: #fffff;
  border: 1px solid #ddd;
  padding: .35em;
}

table td {
  padding: 20px;
  text-align: left;
}

table tr.padding {
  padding: 10px;
  text-align: left;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    width: 1px;
  }


  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right !important;
    width: 95.5% !important;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }

table tr.hide {
    display:none;
}

table tr.padding {
  padding: 0px;
}



/***FOOTER ACTION BUTTONS***/
.footer-action-buttons {
    /* text-align: right; */
}
.footer-action-button {
    display: inline-block;
    margin-left: 2%;
    text-align: center;
}
.footer-action-button .text {
    font-family: 'Raleway';
    font-size: .8em;
    text-transform: capitalize;
}
.footer-action-buttons a {
    color: #333;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
}
.footer-action-buttons a:hover {
    color: #1a79af;
    cursor:pointer;
}

/***
    END Appended from T4 main.css
***/




/***ALL MOBILE**/
@media screen and (max-width:800px),
/***iPhone X***/
only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3),
/***iPhone 6, 7, 8***/
only screen
and (min-device-width : 375px)
and (max-device-width : 667px) ,
/***iPhone 5s***/
only screen
and (min-device-width : 320px)
and (max-device-width : 568px),
/***iPhone Plus***/
only screen
and (min-device-width : 414px)
and (max-device-width : 736px),
/***iPad***/
only screen
and (min-device-width : 768px)
and (max-device-width : 1024px),
/***iPad Mini***/
only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1),
/***iPad Pro**/
only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5),
/***Galaxy S4, S5, and Note 3**/
only screen
  and (device-width: 320px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3),
/***Galaxy S6***/
only screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 4),
/***Galaxy S7 & S8***/
only screen
and (min-device-width : 360px)
and (max-device-width : 640px),
/***Pixel***/
only screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 3),
/***Pixel XL***/
only screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (-webkit-device-pixel-ratio: 4){
  #page-headline h2 {
    font-size:2em;
    line-height:1.6em;
  }
  #page-headline h3 {
    font-size: 1.3em;
}
  #scroll-chevron i{
    font-size:2em;
  }
  #skip-links {
    margin: 0;
    padding: 4% 2%;
    width: 96%;
    background-color: rgba(251,251,251,.95);
  }
  #sections-wrapper {
    width: 100%;
    margin: 0;
    border:none;
    overflow: hidden;
  }
  .content-section {
    padding: 0 3% 3% 3%;
  }
  .dot-wrapper .fa {
    margin-right: 2%;
    margin-right: 5%;
  }
  #banner-play-video-text {
    font-size:1.5em;
  }
  #program-top-left, #program-top-right {
    width: 100%;
    padding: 0;
    margin: 3% 0;
  }
  #program-top-left.border-right, #program-top-right.border-left{
    border:none;
  }
  #program-top-right a.button {
    width: 50%;
  }
  #program-top-right .card {
    width: 30%;
  }
  #banner-image {
      height: 350px;
      width: auto;
      overflow: hidden;
  }
  #banner-image.embedded-form{
    height:auto;
  }
  #banner-image img {
    height: 100%;
    overflow: hidden;
    margin-left: -25%;
  }
  #banner-image.no-image {
    height: 250px;
    background-color: #C8102E;
  }
  .embedded-form #page-headline {
    width: 100%;
    padding:0;
    top: 25%;
}
#embedded-form {
  position: relative;
width: 86%;
background-color: #d1d1d1;
bottom: 0;
right: 0;
padding:0 7% 5% 7%;
margin-top: -10px;
}
#embedded-form h4 {
    font-size: 1.8em;
    padding: 15px 15px 5px 15px;
    margin: 0 0 10px 0;
}
#embedded-form input, #embedded-form textarea {
    padding: 5px;
}
#form_page_579dfb3b-eb7e-4d2a-ac11-e0f4b8bcd0e4 {
    text-align: left;
}
#form_question_00445778-93a6-43ab-bd57-8bf9d630fc9a, #form_question_aeb62f74-5f69-46ed-a2a6-c7bf775f9d5f, #form_question_898d66d0-b66c-413a-8287-925d3e6113ed, #form_question_43e078ba-8e99-480f-9e5d-b2d618fa2c3d{
  width:47%;
}
#form_question_00445778-93a6-43ab-bd57-8bf9d630fc9a, #form_question_898d66d0-b66c-413a-8287-925d3e6113ed{
  margin-right:2%;
}
#form_question_43e078ba-8e99-480f-9e5d-b2d618fa2c3d,  #form_question_aeb62f74-5f69-46ed-a2a6-c7bf775f9d5f{
  margin-right:0;
}

#form_question_067cb109-a1a7-48b8-b94e-f16eca9d52e2 {
    display: inline-block;
    width: 97%;
}
.callout-section .fa.fa-quote-left, .callout-section .fa.fa-quote-right {
    font-size: 1.5em;
}
.callout-section .quote {
    padding: 8%;
  }
  .card, .card.informative, .image-button, .text-card-button, .card.filterable {
    width: 45%;
    margin-bottom:5%;
}
.card .image img{
  margin-bottom:-3%;
}
#interstitial-close{
  display:none;
}
.callout-section .attribution {
    padding: 3% 0 8% 0;
}
.interstitial h2 {
    font-size: 1.5em;
}
}
@media screen and (orientation:portrait){
  #banner {
    height: 40vh;
  }
  #banner-img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #banner.no-image {
      height: auto;
  }
  #banner img{
    position: absolute;
    height: 100%;
    width:auto;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
  }
  #banner.embedded-form #banner-img-wrapper, #banner.embedded-form #banner-img-wrapper img{
    position:relative;
    width:100%;
    height:auto;
    left:0;
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate(0,0);
  }
#banner.embedded-form{
  height:auto;
}
  .anchor-link-col {
    width: 100%;
    margin-bottom:0;
  }
  .anchor-link {
    width: 100%;
  }
  .content-section {
    padding-bottom: 10%;
    margin-bottom: 15%;
  }
  .content-section>h3, #search-results-wrapper h3, #program-top-left>h3, .callout-section h3 {
      font-size: 2em;
  }
  .content-section>.dot-wrapper, #search-results-wrapper .dot-wrapper {
    margin-top: 2%;
    margin-bottom: 8%;
  }


}
/***iphone X ***/
@media screen and (max-width:600px),
only screen
and (min-device-width : 375px)
and (max-device-width : 812px)
and (orientation:portrait)
and (-webkit-device-pixel-ratio : 3),
/***iPhone 6, 7, 8***/
only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation:portrait),
/***iPhone 5s***/
only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation:portrait),
/***iPhone Plus***/
only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation:portrait),
/***Galaxy S4, S5, and Note 3**/
only screen
  and (device-width: 320px)
  and (device-height: 640px)
  and (orientation:portrait)
  and (-webkit-device-pixel-ratio: 3),
/***Galaxy S6***/
only screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (orientation:portrait)
  and (-webkit-device-pixel-ratio: 4),
/***Galaxy S7 & S8***/
only screen
and (min-device-width : 360px)
and (max-device-width : 640px)
and (orientation:portrait),
/***Pixel***/
only screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (orientation:portrait)
  and (-webkit-device-pixel-ratio: 3),
/***Pixel XL***/
only screen
  and (device-width: 360px)
  and (device-height: 640px)
  and (orientation:portrait)
  and (-webkit-device-pixel-ratio: 4){
    #banner {
    height: 60vh;
  }
  #banner.no-image {
    height: auto;
  }

  #page-headline h2 {
      font-size: 1.5em;
      line-height: 1.3em;
  }
  #page-headline h3 {
    font-size: 1.1em;
  }
  .banner-icon-button {
    width: 70px;
    height: 70px;
  }
  .banner-icon-button .icon {
    font-size: 1.3em;
  }
  .banner-icon-button .text {
    margin-top: 0;
    font-size: .4em;
  }
  .progress-bar-semi-circle.half-width, .progress-bar-semi-circle.third-width {
    width: 96%;
  }
  #program-top-right a.button {
    width: 80%;
  }
  .card, .card.informative, #program-top-right .card, .image-button, .text-card-button{
    width:90%;
    margin-bottom:8%;
    padding-bottom:4%;
  }
  #interstitial-close {
    top: 1vh;
    right: 2%;
  }
  #program-top-right {
    margin-top: 10%;
  }
  img.sponsor-logo {
      width: 90%;
  }

    .ranking {
      width: 45%;
  }
  .filter-wrapper h5 {
    position: relative;
  }
  .filter-wrapper .clear-filters {
    position: relative;
    top: 0;
    margin: 10% 0;
  }
  .filters {
    margin-top: 20%;
  }
  .filter {
    display: block;
    position: relative;
    width: 100%;
    margin: 5%0;
  }
  .card.filterable {
    width: 90%;
  }
  #scroll-to-top{
    display:none;
  }
  #school-logo img {
    width: 80%;
}
#banner.embedded-form #banner-img-wrapper img {

    width: auto;
    height: 40vh;
  }
  #form_question_00445778-93a6-43ab-bd57-8bf9d630fc9a, #form_question_898d66d0-b66c-413a-8287-925d3e6113ed, #form_question_43e078ba-8e99-480f-9e5d-b2d618fa2c3d, #form_question_aeb62f74-5f69-46ed-a2a6-c7bf775f9d5f, #form_question_067cb109-a1a7-48b8-b94e-f16eca9d52e2 {
    width: 100%;
    margin-right: 0;
  }
  .external-logo {
    width: 30%;
  }
}
/***iPhone 5s***/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait){
}





/***Adding for the Home Page***/
/***
*   LINK BLOCK
***/
.link-block {
display: inline-block;
width: 24%;
margin: 2%;
background-color: #fff;
border: 1px solid rgba(40,40,40,.15);
border-left: 3px solid #C8102E;
padding: 2%;
text-align: left;
vertical-align: top;
}
.link-block h4 {
font-family: 'Raleway', sans-serif;
font-size: 1.5em;
font-weight: 400;
line-height: 1.4em;
text-align: left;
margin: 0;
}
.link-block .descriptive-text {
  font-size: .8em;
  color: #666;
  line-height: 1.5em;
  margin: 6% 14px;
}
.link-block ul {
  margin-left: 0;
  list-style: none;
  padding: 0 14px;
}
.link-wrapper ul li {
  margin: 2% 0;
  font-size:.9em;
}
.link-wrapper ul li a {
  padding: 2% 0;
}
p.dots {
  font-size: .6em;
  margin-bottom:5%;
}
.dots i {
margin-right: 4%;
color: #555;
}

#alert-message .info h4 {
    font-size: 13.5px;
line-height:19px;
}
}
