/*
Theme Name: 	Columbia University MSW Theme __DEV__
Theme URI: 	http://allcampus.com
Description: 	Online-U framework to get started. Has all our integrations. Olark, Syndicate, Google, Header Tags includes.
Version: 	2.1.1
Author: 	All Campus
Author URI: 	http://allcampus.com
Tags: 		online-u, starkers, bootstrap
*/

@import url('css/reset.css');
@import url('css/insync.css');

/*******************************************
:--- Accessibility ---:
*******************************************/

a:focus-visible {
	outline: #FFB400 2px solid !important;
}

.skipnav {
	background: #fff;
	clip: rect(0 0 0 0);
	color: #000;
	display: block;
	left: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	position: absolute; 
	text-decoration: none;	
	text-align: center;
	top: 0;
	width: auto;
}

.skipnav:focus {
	clip: auto;
	height: auto;
	margin: 0;
	outline: none;
	overflow: visible;
	position: absolute;
	width: 100%;
	z-index: 100;
}

/*******************************************
:--- Defaults ---:
*******************************************/

html {
    overflow-y: initial;
    scroll-padding-top: 180px; 
}

.group:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
    /* For clearing */
}

body {
    background: #fff;
    color: #555555;
    font-family: proxima-nova, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
}

::-moz-selection {
    background: #6CADDF;
    color: #fff;
}

::selection {
    background: #6CADDF;
    color: #fff;
}

* {
    text-rendering: optimizeLegibility;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*******************************************
:--- Wistia Video Thumbnail Fix ---:
*******************************************/

.wistia_embed div[data-handle="thumbnail"],
.wistia_embed div[data-handle="thumbnail"] * {
    height: 100%;
}


/*******************************************
:--- Alert - Global ---:
*******************************************/

#alert-container,
#alert-container .alert {
    background: #0046A6 !important;
}

#alert-container .alert {
    border: none;
    border-radius: 0;
    color: #FFF;
    margin-bottom: 0;
    padding: 1em 4em 1em 1em;
}

#alert-container .alert-heading {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#alert-container .alert-body {
    margin-bottom: 0;
    max-width: 80%
}

#alert-container .alert-primary .alert-link {
    color: #FFB400 !important;
    text-decoration: underline;
}

#alert-container .alert-primary .alert-link:hover,
#alert-container .alert-primary .alert-link:focus,
#alert-container .alert-primary .alert-link:active {
    color: #FFB400;
    text-decoration: none;
}

#alert-container button.btn-close:hover {
    color: #FFF;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 1.25rem 1rem;
    color: #fff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
}

.alert-dismissible .btn-close:hover {
    opacity: 1;
}

.btn-close-white:hover {
    filter: none;
}

@media (max-width: 768px) {
    #alert-container .alert-body {
        max-width: 100%
    }
}


/*******************************************
:--- General ---:
*******************************************/

body,
input,
textarea {}

a {
    color: #0046A6;
    font-weight: bold;
    transition: color 0.25s ease-out;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
}

a:hover,
a:active,
a:focus {
    color: #000D74;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1em 0;
    font-weight: 700;
}

h1,
div.page-title {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

p {
    margin: 0 0 1.5em;
}

blockquote {
    background: #f6f6f6;
    padding: 2em;
}

blockquote p {
    margin: 0;
}

a,
a:active {
    outline: none;
}

a.bypass-block {
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
}

.post-edit-link {
    color: #FFB400 !important;
    display: inline-block;
    font-size: 14px;
    text-decoration: dotted !important;
}

.post-edit-link:hover {
    color: #C0CD3F;
    text-decoration: none;
}

section.block {
    padding: 80px 0;
}

.white-bg {
    background: #fff;
}

.gray-bg {
    background: #F2F2F2;
}

.blue-bg {
    color: #fff;
    background-color: #0046A6;
}


/*******************************************
:--- Reusable ---:
*******************************************/

.live-chat,
.download,
.focus {
    cursor: pointer;
}

.hide {
    display: none;
}

ul.two-col {
    column-count: 2;
}


/*******************************************
:--- Structure ---:
*******************************************/

#breadcrumbs {
    overflow: hidden;
    width: 100%;
}

#breadcrumbs li {
    display: inline;
    list-style: none;
    margin: 0 0.5em 0 0;
}

#breadcrumbs .separator {}


/*******************************************
:--- Buttons ---:
*******************************************/

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn {
    border-radius: 6px;
    transition: all 0.3s ease;
    border: transparent;
    font-weight: 700;
    padding: 10px 20px;
}

.btn-primary {
    background-color: #000D74;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #0046A6;
}

.btn-secondary {
    background-color: #FFB400;
    color: #2b2b2b;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    color: #2b2b2b;
    background-color: #e3a000;
}

.btn-outline {
    border: 1px solid #000D74;
    background-color: transparent;
    color: #000D74;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
    color: #fff;
    background-color: #000D74;
}

.btn-outline-white {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    opacity: 1;
}

.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus {
    opacity: .7;
    color: #fff;
}

.btn-back-to-top {
    float: right;
    display: inline-block;
    background-color: transparent;
    color: #000D74;
    margin-top: -10px;
}

.btn-back-to-top:hover,
.btn-back-to-top:active,
.btn-back-to-top:focus {
    color: #000;
    background-color: transparent;
}


/*******************************************
:--- Header ---:
*******************************************/

header.site-header {
    background: #000d74;
    position: fixed;
    width: 100%;
    clear: both;
    top: 0;
    z-index: 1070;
    -webkit-transform: translateZ(0);
}

header.site-header .top-header {
    padding: 30px 0;
}

header.site-header .site-logo {
    display: block;
    max-width: 400px;
}

header.site-header .site-logo img {
    width: 100%;
}


/** Top nav **/

.top-header .top-bar-nav {
    float: right;
    position: relative;
}

#menu-top-bar-navigation li.menu-item {
    display: inline-block;
    margin-right: 5px;
}

#menu-top-bar-navigation .menu-item a {
    color: #FFF;
    border: 1px solid #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 12px;
    text-decoration: none;
    text-transform: uppercase;
}

#menu-top-bar-navigation .menu-item a:hover,
#menu-top-bar-navigation .menu-item a:active,
#menu-top-bar-navigation .menu-item a:focus {
    text-decoration: none;
}


/* Search */

form.search-wrap {
    display: block;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 1000;
}

form.search-wrap.open-search input {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: block;
}

form.search-wrap label {
    display: none;
}

form.search-wrap input {
    background: #faf8f1;
    border: none;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    left: 0;
    letter-spacing: 1px;
    line-height: 1px;
    margin: 0;
    padding: 10px;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    top: auto;
    vertical-align: top;
    width: 420px;
    z-index: 1;
    -webkit-appearance: none;
    display: none;
}

form.search-wrap.open-search input:focus {
    outline: none;
}

form.search-wrap .btn-search {
    background: #000d74;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 5;
    opacity: 1;
    transition: all .2s;
}

form.search-wrap .btn-search:hover {
    color: #080
}

form.search-wrap .btn-search span img {
    width: 19px;
}


/*******************************************
:--- Navigation ---:
*******************************************/

.nav-wrap {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}


/* Desktop Menu & Hover States */

nav.site-nav .menu-item {
    float: left;
    padding-right: 3%;
    color: #0046A6;
    position: relative;
}

nav.site-nav .menu-item a {
    font-size: 16px;
    padding: 23px 10px;
    text-decoration: none;
}

nav.site-nav .menu-item.cursor>a {
    cursor: default;
}

nav.site-nav ul.sub-menu {
    position: absolute;
    left: -999em;
}

nav.site-nav .menu-item.menu-item-has-children[aria-expanded="true"] ul.sub-menu {
    left: auto;
}

nav.site-nav .menu-item.menu-item-has-children[aria-expanded="true"] ul.sub-menu li ul.sub-menu {
    position: absolute;
    left: -999em;
}

nav.site-nav .menu-item.menu-item-has-children[aria-expanded="true"] ul.sub-menu .menu-item.menu-item-has-children[aria-expanded="true"] ul.sub-menu {
    left: auto;
}

nav.site-nav ul.sub-menu {
    background: #fff;
    margin-top: 0;
    position: absolute;
    z-index: 1;
}

nav.site-nav ul.sub-menu .menu-item {
    float: none;
}

li.link-resources a {
    cursor: default;
}

li.link-resources .sub-menu a {
    cursor: pointer !important;
}

.parent-pageid-384 li.parent a {
    display: none!important;
}


/*******************************************
:--- Hero Homepage ---:
*******************************************/

.jumbotron {
    /* background: linear-gradient(rgba(0, 20, 111, .3), rgba(0, 20, 111, .7)), url("images/heros/home-hero.jpg"); */
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .7)), url("images/heros/home-hero.jpg");
    background-size: cover;
    background-position: center 30%;
    margin-top: 160px;
    margin-bottom: 0;
    border-radius: 0;
    padding: 80px 0;
}

.jumbotron .jumbotron-content {
    height: 500px;
    color: #FFF;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0;
}

.jumbotron .jumbotron-content h1 {
    color: #FFF;
    margin: 0;
}

.jumbotron h1.header {
    font-size: 30px;
}

.jumbotron p.subhead {
    font-size: 57px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 40px;
}

.jumbotron .btn {
    display: inline-block;
    max-width: 200px;
    padding: 6px 25px;
}

.jumbotron .jumbotron-content p.separator {
    font-size: 14px;
    margin: 7px 10px;
    display: inline-block;
}


/* Hero select option */

.hero-select {
    position: relative;
    display: inline-block;
}

.hero-select select {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    margin: 0;
    padding: 0.5rem 2rem 0.5rem 2rem;
    width: 230px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    cursor: pointer;
    outline: 0;
    border: none;
}

.hero-select select::-ms-expand {
    display: none;
}

.hero-select select option {
    color: #555555;
}

.hero-select.select-spec {
    font-size: 21px;
    line-height: 1.3;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    margin-top: 10px;
}

.hero-select .fa {
    font-size: 16px;
    font-weight: 900;
    margin-right: 25px;
    margin-left: -25px;
}


/* Intro */

section.intro .fact-box {
    background: #0046A6;
    color: #fff;
    padding: 30px;
    font-weight: 700;
}

section.intro .fact-box ul li {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

section.intro .fact-box ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

section.intro .fact-box a {
    color: #FFB400;
    font-size: inherit;
    text-decoration: underline;
}

section.intro .fact-box a:hover,
section.intro .fact-box a:focus,
section.intro .fact-box a:active {
    color: #FFB400;
    text-decoration: none;
}

section.intro .fact-box a>.far {
    color: #FFB400;
    font-size: 12px;
}


/* Program Benefits */

section.program-benefits .stat-box {
    padding: 30px;
    background: #000;
    color: #fff;
    text-align: center;
}

section.program-benefits .stat-box.primary {
    background: #000D74;
}

section.program-benefits .stat-box.secondary {
    background: #0046A6;
}

section.program-benefits .stat-box .number {
    font-size: 70px;
    font-weight: 900;
}

section.program-benefits .stat-box .desc {
    font-size: 16px;
    font-weight: inherit;
}

section.program-benefits .stat-box .footnote {
    font-size: 14px;
    font-weight: inherit;
}

section.program-benefits .stat-box a {
    font-weight: normal;
    color: #fff;
}


/* Pathways */

section.pathways .card,
section.pathways .card .card-img {
    border-radius: 0;
}

section.pathways .card {
    background: #000d74;
    overflow: hidden;
    position: relative;
    opacity: 1;
    border: 0;
}

section.pathways .card>.card-img {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

section.pathways .card:hover>.card-img {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

section.pathways .card .title {
    background: #0c49a3;
    padding: 15px 10px;
}

section.pathways .card a {
    color: #fff;
    font-size: 16px;
}

section.pathways .card a:hover,
section.pathways .card a:active,
section.pathways .card a:focus {
    text-decoration: none;
}

section.pathways .card a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section.pathways #pathway-toggle:after {
    content: '\f106';
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}

section.pathways #pathway-toggle.collapsed:after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}


/* Jobs section */

section.jobs .job-titles {
    background-color: #0046A6;
    color: #fff;
    padding: 40px;
}

section.jobs .job-titles h3 {
    margin-bottom: 10px;
}

section.jobs .job-titles ul {
    margin: 0 0 20px 0;
}

section.jobs .job-titles ul>li {
    list-style-type: none;
    font-size: 16px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 5px 0;
}

section.jobs .job-titles span.value {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    width: 45px;
    padding: 5px 5px 5px 0;
}

section.jobs .job-titles p.footnote {
    font-size: 14px;
    margin-bottom: 0;
}

section.jobs .job-titles p.footnote a {
    color: #fff;
    font-weight: normal;
}


/* Inner quote */

.inner-quote {
    background-color: #0046A6;
}

.inner-quote blockquote {
    background: transparent;
    color: #fff;
    font-size: 1.4rem;
    display: block;
}

.inner-quote img {
    border: 3px solid #2C6BAC;
    border-radius: 50%;
    display: block;
    width: 120px;
    height: 120px;
    left: 0;
    margin: 0 auto 20px;
}

.inner-quote .quote-container {
    padding: 0 30px 0 60px;
    position: relative;
}

.inner-quote .quote-container:before {
    content: open-quote;
    color: rgb(255 255 255 / 40%);
    font-size: 6rem;
    left: 15px;
    position: absolute;
    top: -30px;
}

.inner-quote .quote-container:after {
    content: close-quote;
    color: rgb(255 255 255 / 40%);
    font-size: 6rem;
    right: -10px;
    position: absolute;
    bottom: 0;
}

.inner-quote .blockquote-footer {
    color: #fff;
    font-weight: bold;
}


/* Home quote carousel section */

section.home-quote-carousel {
    background-color: #0046A6;
}

section.home-quote-carousel blockquote {
    background: transparent;
    color: #fff;
    font-size: 1.6rem;
}

section.home-quote-carousel blockquote:before {
    content: open-quote;
    color: rgb(255 255 255 / 40%);
    font-size: 6rem;
    left: 0;
    position: absolute;
    top: 20px;
}

section.home-quote-carousel blockquote:after {
    content: close-quote;
    color: rgb(255 255 255 / 40%);
    font-size: 6rem;
    right: 0;
    position: absolute;
    bottom: 0;
}

section.home-quote-carousel .blockquote-footer {
    color: #fff;
    font-weight: bold;
}

section.home-quote-carousel .carousel-inner .carousel-item {
    transition: all 0.5s ease;
}


/* Home career section */

section.career ul,
section.faq ul {
    margin: 0 0 2em;
}

section.career ul li,
section.faq ul li {
    list-style: disc;
    margin: 0 0 0 1.5em;
}


/* What can you do section */

section.what-can-you-do .item {
    background: #0046A6;
    color: #fff;
    padding: 30px;
    min-height: 170px;
    width: 100%;
    margin-bottom: 20px;
}

section.what-can-you-do .item.one {
    opacity: 1;
}

section.what-can-you-do .item.two {
    opacity: .9;
}

section.what-can-you-do .item.three {
    opacity: .8;
}

section.what-can-you-do .item.four {
    opacity: .7;
}

section.what-can-you-do .item.five {
    opacity: .6;
}

section.what-can-you-do .item p.value {
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 0;
}

section.what-can-you-do .item p.name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}


/* Big CTA section */

section.big-cta {
    background: linear-gradient(rgba(0, 13, 116, .9), rgba(0, 13, 116, .8)), url(images/heros/request-info-bg.jpg) center center;
    background-size: cover;
    color: #fff;
}


/*******************************************
:--- Hero and Page Title ---:
*******************************************/

.hero-wrap {
    height: auto;
    margin-top: 160px;
}

.hero-wrap .hero-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 0;
}

.hero-wrap .hero-content p {
    border: none;
    color: #FFF;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.hero-wrap .hero-content {
    padding: 180px 0;
}

.hero-content h1 {
    color: #fff;
    margin: 0;
}


/* Request Brochure form */

.request-info {
    background: #2C6BAC;
    /* background: linear-gradient(rgba(0, 13, 116, .9), rgba(0, 13, 116, .8)), url(images/heros/request-info-bg.jpg) center center; */
    background-size: cover;
    color: #fff;
    text-align: center;
}

.request-info h2 {
    color: #fff;
}

.request-info a {
    color: #fff;
    text-decoration: underline;
}

.request-info a:hover,
.request-info a:focus,
.request-info a:active {
    text-decoration: none;
}

/* Request Brochure form Homepage overrides */

.request-info.request-info-white-bg {
    background: #fff;
    background-size: cover;
    color: #555555;
    text-align: center;
}

.request-info.request-info-white-bg h2 {
    color: #555555;
}

.request-info.request-info-white-bg a {
    color: #0046A6;
    text-decoration: underline;
}

.request-info.request-info-white-bg a:hover,
.request-info.request-info-white-bg a:focus,
.request-info.request-info-white-bg a:active {
    color: #0046A6;
    text-decoration: none;
}

.request-info.request-info-white-bg .form.one-step .form-controls input {
    background: #000d74 !important;
    border: 1px solid #000d74 !important;
    color: #fff !important;
}

.request-info.request-info-white-bg .form.one-step .form-controls input:hover,
.request-info.request-info-white-bg .form.one-step .form-controls input:focus,
.request-info.request-info-white-bg .form.one-step .form-controls input:active {
    background: #0046a6 !important;
    border: 1px solid #0046a6 !important;
    color: #fff !important;
}


/* Syndicate */

::-webkit-input-placeholder {
    font-weight: 500;
    color: #bfc1cf !important;
    font-size: .9em !important;
}

::-moz-placeholder {
    font-weight: 500;
    color: #bfc1cf !important;
    font-size: .9em !important;
}

#syndicate_form {
    margin-top: 20px;
    text-align: center;
}

#syndicate_form input[type="text"],
#syndicate_form input[type="email"],
#syndicate_form input[type="tel"] {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0.4em 1em;
    width: 100%;
}

#syndicate_form input:focus,
#syndicate_form select:focus {
    border-color: #000D74;
}

#syndicate_form fieldset {
    position: relative;
    width: 48%;
    float: left;
    margin: 0 2% 15px 0;
}

#syndicate_form .program-section fieldset {
    width: 98%;
    display: block;
}

#syndicate_form .program-section fieldset select {
    background-color: #fff;
    font-size: 16px;
    border-radius: 0;
    color: #6b6b6b;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 0;
    padding-right: 50px;
    overflow: hidden;
}

#syndicate_form input[type="button"].submit_y {
    font-weight: 700;
    background-color: #000d74;
    color: #fff;
    display: inline-block;
    float: none;
    padding: 10px 20px;
    border: none;
    transition: all .3s;
    border-radius: 6px;
}

#syndicate_form input[type="button"].submit_y:hover {
    background-color: #0046a6;
    color: white;
}

.errors {
    width: 100%;
    clear: both;
    display: block;
}

.errors .error {
    text-align: left;
    color: #8E0F56;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 5px 10px;
    width: 100%;
    display: block;
}

.required-ast-nolabel {
    color: #fff;
}

#trustbuilder .required-ast {
    color: #fff;
}

.syndicate-tcpa {
    max-width: 750px;
    margin: 0 auto;
}

.tcpa p {
    font-size: 12px;
}

.international-link {
    font-size: 14px;
}

.no-phone-message {
    display: flex;
    font-size: 13px;
    margin: 20px 0;
    justify-content: center;
    /*    display: none;*/
}

.no-phone-message .fas {
    font-family: "Font Awesome 5 Pro";
    font-size: 9px;
    display: inline-block;
    border-radius: 50%;
    padding: 0.5em;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
}

.request-info-white-bg .no-phone-message .fas {
    font-family: "Font Awesome 5 Pro";
    font-size: 9px;
    display: inline-block;
    border-radius: 50%;
    padding: 0.5em;
    color: #2C6BAC;
    border: 2px solid #2C6BAC;
    background-color: transparent;
}

.no-phone-message .fa-stack {
    display: inline-block;
    height: 1.625em;
    line-height: 0.625em;
    position: relative;
    vertical-align: middle;
    width: 1.625em;
    margin-right: 8px;
}

.no-phone-message p {
    margin: 0;
    font-weight: 700;
}

.no-phone-message span.live-chat {
    font-weight: 700;
    color: #FFB400;
}

.request-info-white-bg .no-phone-message span.live-chat {
    font-weight: 700;
    color: #0046A6;
}

.no-phone-message span.live-chat:hover {
    text-decoration: underline;
}


/*******************************************
:--- Breadcrumbs Section ---:
*******************************************/

.breadcrumbs-section {
    background-color: #F2F2F2;
    font-size: 16px;
    padding: 20px 0;
}


/*******************************************
:--- Main Content ---:
*******************************************/

.main-content ul,
.main-content ol {
    margin: 0 0 2em;
}

.main-content ul li,
.main-content ol li {
    margin: 0 0 0 1.5em;
}

.main-content ul li {
    list-style: disc;
}

.main-content ol li {
    list-style: decimal;
}

.main-content ul li ul {
    margin: 0 0 1em;
}

.main-content ul.scholarships li {
    list-style: disc;
    margin: 0 0 1.5em 1.5em!important;
}

.main-content hr {
    border-top: 1px solid #eee;
    margin: 1.5em 0;
}

.main-content .table-wrap {
    overflow-x: auto;
}

.main-content table {
    margin: 0 0 1.5em;
    width: 100%;
}

.main-content table th {
    background: rgba(0, 0, 0, .075);
    border: 1px solid #ffffff;
    color: #2B2B2B;
    padding: 1em;
}


/* electives alt style */

.main-content table.electives th {
    background-color: #2B2B2B;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 1em;
}

.main-content table td {
    border: 1px solid #f6f6f6;
    color: #000;
    padding: 1em;
}

.main-content table caption {
    font-size: 0.8em;
    margin: 1em 0 0;
}

.main-content img.float-left {
    float: left;
    margin: 0 20px 30px 0;
    width: 50%;
}

.main-content img.float-right {
    float: right;
    margin: 0 0 20px 20px;
    width: 50%;
}

.admissions-callout {
    background: #000D74;
    padding: 40px;
    color: #fff;
    margin-top: 40px;
}

.admissions-callout h2,
.admissions-callout li,
.admissions-callout p {
    color: #fff;
}

.admissions-callout li {
    margin-bottom: 8px !important;
}

.admissions-callout .btn-secondary {
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }

/*******************************************
:--- Admissions Checklist ---:
*******************************************/

.admissions-checklist ul li {
    width: 100%;
    padding: 6px 10px;
    display: block;
}

.admissions-checklist ul li .fas {
    color: #2C6BAC;
    font-size: 16px;
    margin-right: 14px;
    margin-left: -30px;
}

/*******************************************
:--- Accordion ---:
*******************************************/

.accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}

.accordion .card-header {
    border: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
}

.accordion .card h4 {
    background-color: #F5F5F5;
    padding: 16px 20px;
    text-transform: uppercase;
}

.accordion .card .card-header h4 {
    padding: 0;
}

.accordion .card-header .btn {
    position: relative;
    border-radius: 0;
    background: #2C6BAC;
    color: #fff;
    font-weight: bold;
    padding: 12px 45px 12px 20px;
    width: 100%;
    text-align: left;
}

.accordion .card-header .btn span.units {
    font-weight: normal;
}

.accordion .card-header .btn span.prefix {
    color: #9bc6e6;
    text-transform: uppercase;
}

.accordion .card-header .btn:hover,
.accordion .card-header .btn:focus,
.accordion .card-header .btn:active {
    color: #FFF;
    background: #0046A6;
    text-decoration: none;
}

.accordion .card-header .btn:after,
.accordion .card-header .btn.collapse:after {
    content: "\f077";
    float: none;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 0;
    transition: all .2s ease-in-out;
    position: absolute;
    right: 20px;
    top: 50%;
}

.accordion .card-header .btn.collapsed:after {
    content: "\f077";
    float: right;
    font-family: "Font Awesome 5 Pro";
    transform: rotate(180deg);
    transition: all .2s ease-in-out;
}

.accordion .card-body {
    border: 1px solid rgb(0 0 0 / 10%);
}

.accordion .card.no-body .card-header .btn {
    pointer-events: none;
}

.accordion .card.no-body .card-header .btn:after {
    content: "";
}


/*******************************************
:--- Sidebar ---:
*******************************************/

.sidebar-block {
    margin: 0 0 1em;
    padding: 10px 0 10px 20px;
    border-left: 4px solid #2b6bab;
}

.sidebar-block h2 {
    font-size: 18px;
    color: #555555;
    text-transform: uppercase;
}

.sidebar-block ul {
    margin: 0 0 0.5em;
}

.sidebar-block ul li {
    margin: 0;
    list-style: none;
}

.sidebar-block a {
    font-size: 16px;
}

.sidebar-pathways {
    margin: 0 0 1em;
    padding: 30px 30px 20px;
    background: #2b6bab;
}


/* Hiding pathways on certain pages */

.concentrations-and-field-placements .sidebar-pathways,
.curriculum .sidebar-pathways {
    display: none;
}

.sidebar-pathways h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.sidebar-pathways ul {
    margin: 0;
}

.sidebar-pathways ul li {
    margin: 0 0 5px 0;
    list-style: none;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    padding: 0 0 5px 0;
}

.sidebar-pathways ul li:last-child {
    border-bottom: none;
}

.sidebar-pathways a {
    font-size: 16px;
    color: #fff;
}


/*******************************************
:--- Olark - Custom Keyboard Close Button ---:
*******************************************/

#olark-container button#close-chat {
    position: absolute !important;
    top: 13px !important;
    right: 40px !important;
    z-index: 10 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #FFF !important;
    font-size: 11px !important;
    box-shadow: none !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

#olark-container button#close-chat:focus {
    border: 2px solid orange !important;
}


/*******************************************
:--- Form ---:
*******************************************/


/* Custom Form Styles */

#ai-opt-in,
#sms-opt-in {
    text-align: left !important;
}

#sms-opt-in {
    margin-bottom: 10px !important;
}

#ai-opt-in label,
#sms-opt-in label {
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}


/* Popover */

.popover {
    background: #FFB400;
    border: 1px solid #FFB400;
    color: #fff;
    padding: 6px;
    text-align: center;
}

.popover-body {
    color: #000;
}

.popover .arrow::after,
.popover .arrow::before {
    border-bottom-color: #FFB400;
    border-top-color: #FFB400;
}


/*******************************************
:--- Blog and Articles ---:
*******************************************/

.news-pagination {
    float: left;
    margin-bottom: 2em;
    width: 100%;
}

.news-pagination a {
    display: inline-block;
}

.toc {
    background: #f2f2f2;
    padding: 20px 30px;
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 20px;
}

.toc big {
    margin-bottom: 10px;
    display: block;
}

.toc ul {
    margin: 0 0 5px;
}

.prev-left {
    float: right;
    max-width: 46%;
}

.next-right {
    float: left;
    max-width: 46%;
}

.prev-left a,
.next-right a {}

p.published {
    font-weight: bold;
    font-size: 14px;
    background: #f2f2f2;
    padding: 10px 20px;
}


/* Social share icons */

.social-share {
    margin: 10px 0;
}

.social-share p {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

.social-button,
.social-button:visited {
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    transition: all 250ms;
    margin: 0 3px 6px 0;
    text-decoration: none;
}

.social-button:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #fff;
}

.social-button svg {
    margin-right: 2px;
    height: 10px;
}

.social-button.facebook {
    background-color: #469;
}

.social-button.twitter {
    background-color: #09f;
}

.social-button.linkedin {
    background-color: #07d;
}

.social-button.email {
    background-color: #222;
}


/*******************************************
:--- Search results page ---:
*******************************************/

.search-results-page form {
    text-align: center;
}

.search-results-page form input {
    padding: 7px 10px;
    border-radius: 6px;
    border: 1px solid #a4a4a4;
    margin-top: 5px;
}

.search-results-page form input#searchsubmit {
    background-color: #000D74;
    border: 0;
    color: #fff;
    padding: 8px 25px;
}

.search-results-page form input#searchsubmit:hover,
.search-results-page form input#searchsubmit:focus,
.search-results-page form input#searchsubmit:active {
    background-color: #2C6BAC;
}


/*******************************************
:--- Faculty Page ---:
*******************************************/

.faculty-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.faculty-member-card {
    flex: 0 0 24%;
    margin: 0 10px 10px 0;
}

.faculty-grid>.faculty-member-card:nth-child(4n+4) {
    margin: 0 0 10px 0 !important;
}

.faculty-member-card a {
    background: #FFF;
    display: block;
    padding: 15px;
    text-decoration: none;
    height: 100%
}

.faculty-member-card a:hover .thumb img {
    transform: scale(1.1);
}

.faculty-member-card .thumb {
    width: 100%;
    overflow: hidden;
}

.faculty-member-card .thumb img {
    background: #EEE;
    display: block;
    transition: all .25s ease-in-out;
    width: 100%;
}

.faculty-member-card .name {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faculty-member-card .title {
    font-size: 14px;
    padding: 0;
    font-weight: 500;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faculty-member-expanded ul {
    margin: 0 0 20px 20px;
}

.faculty-member-expanded ul li {
    list-style: disc !important;
}

.faculty-member-expanded {
    display: none;
    max-width: 880px;
}

.faculty-member-expanded .thumb {
    position: relative;
    margin-bottom: 20px;
}

.faculty-member-expanded .thumb img {
    background: #EEE;
    display: block;
    width: 100%;
}

.faculty-member-expanded .dept {
    font-size: 14px;
    font-style: italic;
    line-height: 1em;
}

.faculty-member-expanded .name {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}

.faculty-member-expanded .title {
    font-size: 14px;
    padding: 5px 0;
}

.faculty-member-expanded .bio {
    margin-top: 0;
}

.faculty-member-expanded .bio .box {
    border: 1px solid #ccc;
    padding: 20px;
}


/*******************************************
:--- Featherlight Lightbox ---:
*******************************************/

html.with-featherlight {
    overflow: hidden;
}

.featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 40px 30px;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
}

.featherlight .featherlight-inner {
    display: block;
}

.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
    display: none;
}

.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 10px;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.featherlight .featherlight-image {
    width: 100%;
}

.featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
    border: none;
}

.featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 30px;
        border-bottom: 10px solid transparent;
        overflow-x: hidden;
    }
}

@media print {
    html.with-featherlight>*> :not(.featherlight) {
        display: none;
    }
}


/*******************************************
:--- Footer ---:
*******************************************/

footer.site-footer {
    /* border-top: 5px solid #1d4f91; */
    background: #2B2B2B;
    color: #FFF;
    font-size: 12px;
    padding: 50px 0;
}

footer.site-footer img.site-logo {
    max-width: 350px;
    display: block;
    margin-bottom: 22px;
}

footer.site-footer a {
    color: #fff;
}

footer.site-footer .footer-nav a {
    font-size: 14px;
    font-weight: 500;
}

footer.site-footer ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

footer.site-footer ul li {
    list-style: none;
    max-width: 240px;
    margin-bottom: 5px;
}

footer.site-footer ul li a {
    font-size: 16px;
    color: #fff;
}


/* social-menu */

footer.site-footer .social-menu {
    margin: 0;
}

footer.site-footer .social-menu div {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin: 0 1px;
}

footer.site-footer .social-menu div a {
    color: #2B2B2B;
    display: inline-block;
    border-radius: 3px;
    background: rgba(255, 255, 255, .8);
    width: 30px;
    height: 30px;
    padding: 4px;
    font-size: 16px;
    text-align: center;
    margin: 0 10px 0 0;
    transition: all .3s;
}

footer.site-footer .social-menu div a:hover,
footer.site-footer .social-menu div a:focus,
footer.site-footer .social-menu div a:active {
    background: rgba(255, 255, 255, .4);
}

footer.site-footer .social-menu div:last-child a {
    margin: 0;
}


/*******************************************
:--- Interior pages sepecial styles ---:
*******************************************/

.faq h3 {
    font-size: 18px;
}


/* Upcoming Starts Table */

table.upcoming-starts {
    background: #fff;
    border: 4px solid #2b6bab;
    color: #2b6bab;
}

table.upcoming-starts tr th {
    background: #2b6bab;
    color: #fff;
    line-height: 100%;
    padding: 16px 24px;
    text-transform: uppercase;
}

table tr td {
    padding: 16px 24px;
    font-size: 16px;
    text-align: left;
    vertical-align: super;
}


/* Overrides */

.intl-tel-input .country-list {
    z-index: 1080 !important;
}

.iti-mobile .intl-tel-input.iti-container {
    z-index: 1080 !important;
}


/*******************************************
:--- Archa Form ---:
*******************************************/

.form.one-step ::-webkit-input-placeholder {
    font-weight: 500 !important;
    color: #bfc1cf !important;
    font-size: .9em !important;
}

.form.one-step ::-moz-placeholder {
    font-weight: 500 !important;
    color: #bfc1cf !important;
    font-size: .9em !important;
}

.form.one-step .select-wrap,
.form.one-step .input-wrap {
    position: relative !important;
}

.form.one-step .input-wrap label {
    display: none !important;
}

.form.one-step .select-wrap label {
    color: #fff !important;
    text-align: left;
    text-transform: none !important;
    font-size: 16px !important;
    letter-spacing: normal !important;
    margin-bottom: 10px !important;
}

.request-info-white-bg .form.one-step .select-wrap label {
    color: #555 !important;
}

.form.one-step .select-wrap select,
.form.one-step .input-wrap input {
    border: 1px solid #ccc !important;
    font-size: 18px !important;
    padding: 0.4em 1em !important;
}

.form.one-step .select-wrap select:hover,
.form.one-step .select-wrap select:focus,
.form.one-step .select-wrap select:active,
.form.one-step .input-wrap input:hover,
.form.one-step .input-wrap input:focus,
.form.one-step .input-wrap input:active {
    border: 1px solid #000D74 !important;
}

.form.one-step .select-wrap:after {
    display: none !important;
}

.form.one-step .input-wrap:after {
    color: red !important;
    content: '*' !important;
    position: absolute !important;
    right: -10px !important;
    top: -6px !important;
    font-weight: 400 !important;
}

.form.one-step .select-wrap {
    margin-bottom: 20px !important;
}

.form.one-step .select-wrap select {
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #EEE, #EEE) !important;
    background-position: calc(100% - 20px) calc(1em + -2px), calc(100% - 15px) calc(1em + -2px), 100% 0 !important;
    background-size: 5px 5px, 5px 5px, 2.25em 2.25em !important;
}

.form.one-step #one-step-fields {
    gap: 20px 25px !important;
}

.form.one-step .select-wrap span.error,
.form.one-step #one-step-fields span.error {
    text-align: left !important;
    color: #8E0F56 !important;
    background: #f8d7da !important;
    border: 1px solid #f5c6cb !important;
    font-size: 11px !important;
    padding: 5px 10px !important;
    width: 100% !important;
    display: block;
    text-transform: none !important;
    position: relative !important;
}

.form.one-step .form-controls input {
    background: #FFB400 !important;
    border: 1px solid #FFB400 !important;
    color: #2b2b2b !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    float: none !important;
    width: 48% !important;
    margin: 0 auto 20px !important;
}

.form.one-step .form-controls input:hover,
.form.one-step .form-controls input:focus,
.form.one-step .form-controls input:active {
    background: #e3a000 !important;
    border: 1px solid #e3a000 !important;
    color: #2b2b2b !important;
}

.form.one-step .international-link {
    display: none !important;
}

.request-info .form.one-step .select-wrap:after,
.request-info .form.one-step .input-wrap:after,
.request-infog .form.one-step .privacy span {
    color:  #fff !important;
}

.request-info-white-bg .form.one-step .select-wrap:after,
.request-info-white-bg .form.one-step .input-wrap:after,
.request-info-white-bg .form.one-step .privacy span {
    color:  red !important;
}

.request-info .form.one-step span.asterisk {
    color: #fff;
}

.request-info-white-bg .form.one-step span.asterisk {
    color: red;
}

/*******************************************
:--- Media Queries ---:
*******************************************/


/* Large Displays */

@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 1440px) {
    .faculty-member-card {
        flex: 0 0 31%;
        margin: 0 10px 10px 0;
    }
    .faculty-grid>.faculty-member-card:nth-child(4n+4) {
        margin: 0 10px 10px 0 !important;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 991px) {
    /* Desktop Navigation */
    nav.site-nav ul.sub-menu {
        padding: 1em;
        width: 400px;
    }
    nav.site-nav ul.sub-menu .menu-item a {
        padding: 10px 0;
        margin-bottom: 0;
        float: left;
        text-align: left;
        width: 100%;
    }
    nav.site-nav .menu-item.menu-item-has-children:after {
        content: '\f078';
        color: #0046A6;
        font-family: "Font Awesome 5 Pro";
        font-size: 12px;
        font-weight: 700;
        position: absolute;
        top: 5px;
        right: 25px;
    }
    nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu {
        left: auto;
        margin-top: 20px;
        z-index: -1;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }
    nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu li ul.sub-menu {
        position: absolute;
        left: -999em;
    }
    nav.site-nav .menu-item.menu-item-has-children:hover ul.sub-menu .menu-item.menu-item-has-children:hover ul.sub-menu {
        left: auto;
    }
    nav.site-nav .menu-item.menu-item-has-children.open ul.sub-menu {
        display: block;
        float: none;
        left: 0;
    }
    
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    nav.site-nav .menu-item {
        padding-right: 2%;
    }
    nav.site-nav .menu-item a {
        font-size: 15px;
        padding: 23px 8px 23px 8px;
    }
    nav.site-nav .menu-item.menu-item-has-children:after {
        right: 10px;
    }
}

@media (max-width: 991px) {
    ul.two-col {
        column-count: 1;
    }
    .jumbotron {
        background-position: center 30%;
        margin-top: 85px;
        padding: 80px 0;
    }
    .jumbotron .jumbotron-content {
        height: 400px;
    }
    .jumbotron h1.header {
        font-size: 22px;
    }
    .jumbotron p.subhead {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-wrap {
        margin-top: 80px;
    }
    .hero-wrap .hero-content {
        padding: 100px 0;
    }
    .hero-wrap .hero-content h1 {
        font-size: 30px;
    }
    .inner-quote blockquote {
        display: block;
        padding: 10px;
    }
    .inner-quote img {
        margin: 0 auto 20px;
    }
    footer.site-footer .social-menu div a {
        margin-right: 8px;
    }
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
    section.block {
        padding: 50px 0;
    }
    section.home-quote blockquote {
        font-size: 1.2rem;
    }
    #syndicate_form .program-section fieldset {
        width: 100%;
    }
    .faculty-member-card {
        flex: 0 0 46%;
        margin: 0 5px 10px 5px;
    }
    .faculty-grid>.faculty-member-card:nth-child(4n+4) {
        margin: 0 5px 10px 5px !important;
    }
    footer.site-footer ul {
        columns: 1;
        -webkit-columns: 1;
    }
    footer.site-footer ul li {
        margin-left: 0;
        max-width: 100%;
    }
    footer.site-footer .social-menu div a {
        margin-right: 10px;
    }
}

@media (max-width: 640px) {
    .main-content img.float-left,
    .main-content img.float-right {
        margin: 10px 0 20px 0;
        width: 100%;
    }
    .btn-back-to-top {
        display: block;
        clear: both;
        float: none;
        text-align: left;
        padding: 0;
    }
    .faculty-member-expanded .name {
        margin-top: 20px;
    }
    .faculty-member-expanded .contact {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .faculty-member-card {
        flex: 0 0 100%;
        margin: 0 5px 10px 5px;
    }
}

@media (max-width: 320px) {}


/*******************************************
:--- IE Fixes ---:
*******************************************/

.ie7 .tooltip,
.ie8 .tooltip {
    display: none !important
}

.ie7 label,
.ie8 label,
.ie9 label {
    display: block !important;
}

.ie7 .required-ast-nolabel,
.ie8 .required-ast-nolabel,
.ie9 .required-ast-nolabel {
    display: none;
}


/* Sticky sidebar */

@media(min-width:991px) {
    .sticky-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 180px
    }
    .overlap {
        margin-top: 0
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .sticky-sidebar {
        top: 0
    }
    .accordion ul.nav-pills li {
        flex: none;
    }
    img {
        max-width: 100%;
        flex-shrink: 0;
    }
    .faculty-member-card {
        max-width: 300px;
    }
    .featherlight .featherlight-content {
        width: 70vw;
    }
}