@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

body {
    background-color: #e5e5e5;
}

#bootstrap-override .content p a,
#bootstrap-override .content ul a,
#bootstrap-override .content ol a {
    color: #337ab7;
    text-decoration: none;
}

#bootstrap-override .footer p a,
#bootstrap-override .footer ul a,
#bootstrap-override .footer ol a {
    color: #337ab7;
    text-decoration: none;
}

#bootstrap-override .sidebar ul li a {
    color: #4c4c4c;
}

#main-container {
    background: white;
    box-shadow: 0 0 80px 0px black;
    height: 101%;
}

.content {
    min-height: 648px;
    /* set minimum height of content area */
}

.padded {
    padding: 40px 40px;
}

#header {
    margin-left: -15px;
    margin-right: -15px;
}

#header-background {
    background-color: #98201E;
    width: 100%;
    border-bottom: 1px solid #40403f;
}

#header-flag {
    position: absolute;
    z-index: 1;
    left: 10px;
}

/* smaller flag for xs size */
#header-flag-xs {
    display: none;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 5px;
}

@media (min-width: 340px) and (max-width: 767px) {
    #header-flag-xs {
        display: block;
    }
}

#header-caption-top {
    color: white;
    position: absolute;
    /* z-index: 1; */
}

#header-caption-bottom {
    color: white;
    font-weight: bold;
    position: absolute;
    /* z-index: 1; */
}

@media (min-width: 768px) {
    #header-background {
        height: 95px;
    }

    #header-flag {
        width: 81px;
    }

    #header-caption-top {
        font-size: 15px;
        left: 115px;
        top: 19px;
    }

    #header-caption-bottom {
        font-size: 23px;
        left: 115px;
        top: 46px;
    }
}

@media (min-width: 992px) {
    #header-background {
        height: 124px;
    }

    #header-flag {
        width: 106px;
    }

    #header-caption-top {
        font-size: 20px;
        left: 150px;
        top: 25px;
    }

    #header-caption-bottom {
        font-size: 30px;
        left: 150px;
        top: 60px;
    }
}

@media (min-width: 1200px) {
    #header-background {
        height: 150px;
    }

    #header-flag {
        width: 128px;
    }

    #header-caption-top {
        font-size: 24px;
        left: 181px;
        top: 30px;
    }

    #header-caption-bottom {
        font-size: 36px;
        left: 181px;
        top: 73px;
    }
}

.navbar-custom {
    border-radius: 0;
    background-color: #98201E;
    border-color: #98201E;
    border-left: none;
    border-right: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    min-height: 40px;
}

@media (min-width: 768px) {
    .navbar-custom {
        background-color: #175C64;
        border: none;
        background: linear-gradient(#002D33, #175C64 20%);
    }
}

.navbar-custom .navbar-brand {
    color: white;
    font-weight: bold;
}

.navbar-custom .navbar-brand:focus {
    color: white;
}

@media (min-width: 340px) and (max-width: 767px) {
    .navbar-custom .navbar-brand {
        padding-left: 70px;
    }
}

.navbar-custom .navbar-nav > .active > a {
    color: white;
    background-color: #06484E;
    border-radius: 3px;
}

.navbar-custom .navbar-nav > .active > a:focus, .navbar-custom .navbar-nav > .active > a:hover {
    color: white;
    background-color: #06484E;
    border-radius: 3px;
}

.navbar-custom .navbar-nav > li > a {
    color: #e5eced;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-custom .navbar-nav > li > a:focus, .navbar-custom .navbar-nav > li > a:hover {
    color: #48898F;
}

/* for active navbar tab */
/* for active navbar tab */
/* for inactive navbar tab */
@media (min-width: 768px) {
    .navbar-custom .navbar-nav > li {
        text-align: center;
    }
}

.navbar .navbar-collapse {
    background-color: #175C64;
    margin-bottom: -1px;
}

@media (min-width: 768px) {
    .navbar .navbar-collapse {
        padding-left: 72px;
        background-color: inherit;
        margin-bottom: inherit;
    }
}

@media (min-width: 992px) {
    .navbar {
        /** to center navbar **/
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
        padding-left: 95px;
        padding-right: 95px;
    }
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse {
        padding-left: 115px;
        padding-right: 115px;
    }
}

/* Custom page footer */
.footer {
    /* text-align: center; */
    padding-top: 19px;
    color: #777;
    border-top: 14px solid #175C64;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer .logo-wrapper {
    text-align: center;
}

@media (min-width: 1200px) {
    .footer .logo-wrapper {
        text-align: right;
    }
}

.footer .logo-wrapper .courant-logo {
    height: 30px;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
}

.footer ul.school-links {
    text-align: center;
    margin-bottom: 0;
    min-height: 30px;
    line-height: 30px;
}

@media (min-width: 1200px) {
    .footer ul.school-links {
        text-align: left;
    }
}

.footer ul.school-links li {
    padding-left: 0px;
    padding-right: 0px;
}

.footer ul.school-links.list-inline li {
    display: block;
}

@media (min-width: 600px) {
    .footer ul.school-links.list-inline li {
        display: inline-block;
    }
}

@media (min-width: 600px) {
    .footer ul.school-links li:after {
        margin-left: 10px;
        margin-right: 5px;
        content: "|";
    }

    .footer ul.school-links li:last-child:after {
        content: "";
    }
}

.footer p.copyright {
    text-align: center;
}

@media (min-width: 1200px) {
    .footer p.copyright {
        margin-top: 19px;
    }
}

/* temp from scss */
.has-sidebar .inner {
    padding: 15px 0px;
}

@media screen and (min-width: 768px) {
    .has-sidebar .inner {
        padding: 50px 60px;
    }
}

/* Carousel base class */
.carousel {
    margin-left: -15px;
    margin-right: -15px;
    /* margin-bottom: 60px; */
    border-bottom: 14px solid #175C64;
    background-color: #777;
    height: 224px;
    /* 210px + 14px for bottom border */
}

.carousel .carousel-item {
    height: 210px;
}

.carousel .carousel-item img {
    height: 210px;
    max-width: 100%;
    overflow: hidden;
}

@media all and (max-width: 767px) and (orientation: portrait) {
    .carousel {
        height: 214px;
        /* 350px + 14px for bottom border */
    }

    .carousel .carousel-item {
        height: 200px;
    }

    .carousel .carousel-item img {
        height: 200px;
    }
}

@media (min-width: 768px) {
    .carousel {
        height: 224px;
        /* 210px + 14px for bottom border */
    }

    .carousel .carousel-item {
        height: 210px;
    }

    .carousel .carousel-item img {
        height: 210px;
    }
}

@media (min-width: 992px) {
    .carousel {
        height: 286px;
        /* 272px + 14px for bottom border */
    }

    .carousel .carousel-item {
        height: 272px;
    }

    .carousel .carousel-item img {
        height: 272px;
    }
}

@media (min-width: 1200px) {
    .carousel {
        height: 344px;
        /* 330px + 14px for bottom border */
    }

    .carousel .carousel-item {
        height: 330px;
    }

    .carousel .carousel-item img {
        height: 330px;
    }
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background-color: rgba(250, 250, 250, 0.8);
    color: #494B4B;
    padding: 10px 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-left: none;
    min-height: 50px;
}

@media (min-width: 768px) {
    .carousel-caption {
        padding: 10px 50px;
    }
}

.carousel-caption h1 {
    margin: 0 0 5px 0;
    text-align: center;
    font-size: 16px;
}

@media (min-width: 768px) {
    .carousel-caption h1 {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .carousel-caption h1 {
        font-size: 28px;
    }
}

.carousel-caption p {
    font-size: 14px;
    line-height: 1.1;
    display: none;
}

.carousel-caption p:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .carousel-caption p {
        display: inherit;
        font-size: 16px;
    }
}

.sidebar {
    padding: 30px 15px;
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
}

.sidebar h3 {
    color: #4c4c4c;
    display: none;
}

.sidebar ul {
    list-style-type: none;
    margin: 0 -10px;
    padding: 0;
}

.sidebar ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    border-left: 1px solid #e6e6e6;
}

.sidebar ul li:first-child {
    border-left: none;
}

.sidebar ul li a {
    text-decoration: none;
    color: #4c4c4c;
    padding: 0px 3px;
    display: block;
    font-size: 12px;
}

.sidebar ul li a.active {
    color: #9a3334;
    font-weight: bold;
}

.sidebar ul li ul {
    display: none;
    padding-left: 20px;
}

.sidebar ul li ul li {
    border-bottom: 0;
}

.sidebar ul li ul li a {
    font-size: 10px;
    border-bottom: 0;
}

.sidebar ul li ul li a.active {
    color: #9a3334;
    font-weight: bold;
}

@media (min-width: 768px) {
    .sidebar {
        padding: 50px 0px;
        background: none;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (min-width: 960px) {
    .sidebar {
        padding: 50px 5px;
    }
}

@media (min-width: 1024px) {
    .sidebar {
        padding: 50px 15px;
    }
}

@media (min-width: 768px) {
    .sidebar h3 {
        font-size: 16px;
        display: block;
    }
}

@media (min-width: 860px) {
    .sidebar h3 {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .sidebar h3 {
        font-size: 20px;
    }
}

@media (min-width: 1100px) {
    .sidebar h3 {
        font-size: 21px;
    }
}

@media (min-width: 768px) {
    .sidebar ul {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .sidebar ul li {
        display: block;
        border-left: none;
    }
}

@media (min-width: 480px) {
    .sidebar ul li a {
        padding: 0px 5px;
        font-size: 13px;
    }
}

@media (min-width: 640px) {
    .sidebar ul li a {
        padding: 0px 8px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .sidebar ul li a {
        padding: 8px 0;
        font-size: 13px;
        border-bottom: 1px solid #e6e6e6;
    }
}

@media (min-width: 960px) {
    .sidebar ul li a {
        padding: 10px 0;
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .sidebar ul li ul {
        display: block;
    }
}

@media (min-width: 480px) {
    .sidebar ul li ul li a {
        padding: 0px 5px;
        font-size: 11px;
    }
}

@media (min-width: 640px) {
    .sidebar ul li ul li a {
        padding: 0px 8px;
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .sidebar ul li ul li a {
        padding: 4px 0;
        font-size: 11px;
    }
}

@media (min-width: 960px) {
    .sidebar ul li ul li a {
        padding: 5px 0;
        font-size: 12px;
    }
}


/* Don't allow images to overflow their container */
img {
    max-width: 100%;
}

img.align-center {
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

img.align-right {
    margin-left: 100%;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

figcaption {
    font-style: italic;
}

figcaption.align-center {
    text-align: center;
}

figcaption.align-right {
    text-align: right;
}

img.filer_image.center {
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

img.filer_image.right {
    margin-left: 100%;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.alpha-listing {
    background-color: #e5e5e5;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.alpha-listing p {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.alpha-listing p a {
    width: 3.25%;
    text-align: center;
    display: inline-block;
}

/*# sourceMappingURL=main.css.map */

#bootstrap-override .menu-item > a {
    color: #e5eced;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

#bootstrap-override .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28136, 136, 136, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 575.98px) {
    #bootstrap-override #main-container {
        margin-right: auto;
        margin-left: auto;
        max-width: 100vw; /* or 950px */
    }

    #bootstrap-override .navbar {
        padding: 0;
        min-height: 50px;
    }

    #bootstrap-override .nav-item > div {
        width: 100vw;
    }

    #bootstrap-override .nav-item > a {
        font-size: 14px;
        /*color: #e5eced;*/
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        padding: 15px 20px;
        display: inline-block;
    }

    #bootstrap-override .navbar-collapse {
        /*padding-right: 15px 0;*/
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    }

    #bootstrap-override .dropdown-menu {
        border: none
    }

    #bootstrap-override .dropdown-menu {
        background-color: #185d64;
    }

    #bootstrap-override .nav-item > ul > li > a {
        color: #CCC;
        width: 100vw;
        line-height: 20px;
        font-weight: 400;
        clear: both;
        padding: 5px 15px 5px 25px;
        text-transform: capitalize;
    }

    #bootstrap-override .nav-item > ul > li > a:hover {
        color: #777;
        text-decoration: none;
    }

    #bootstrap-override .nav-item > a {
        width: 100vw;
    }

    #bootstrap-override .dropdown.show > a {
        color: #555;
        background-color: #e7e7e7;
    }

    /*#bootstrap-override .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {*/
    /*    color: #555;*/
    /*    background-color: #e7e7e7;*/
    /*}*/
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #bootstrap-override #main-container {
        margin-right: auto;
        margin-left: auto;
        max-width: 100vw; /* or 950px */
    }

    #bootstrap-override .navbar {
        padding: 0;
        min-height: 50px;
    }

    #bootstrap-override .nav-item > div {
        width: 100vw;
    }

    #bootstrap-override .nav-item > a {
        font-size: 14px;
        /*color: #e5eced;*/
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        padding: 15px 20px;
        display: inline-block;
    }

    #bootstrap-override .navbar-collapse {
        /*padding: 15px 0;*/
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    }

    #bootstrap-override .dropdown-menu {
        border: none
    }

    #bootstrap-override .dropdown-menu {
        background-color: #185d64;
    }

    #bootstrap-override .nav-item > ul > li > a {
        color: #CCC;
        width: 100vw;
        line-height: 20px;
        font-weight: 400;
        clear: both;
        padding: 5px 15px 5px 25px;
        text-transform: capitalize;
    }

    #bootstrap-override .nav-item > ul > li > a:hover {
        color: #777;
        text-decoration: none;
    }

    #bootstrap-override .nav-item > a {
        width: 100vw;
    }

    #bootstrap-override .dropdown.show > a {
        color: #555;
        background-color: #e7e7e7;
    }

    /*#bootstrap-override .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {*/
    /*    color: #555;*/
    /*    background-color: #e7e7e7;*/
    /*}*/
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #bootstrap-override #main-container {
        margin-right: auto;
        margin-left: auto;
        max-width: 750px; /* or 950px */
    }

    #bootstrap-override .navbar {
        min-height: 50px;
    }

    #bootstrap-override .nav-item > a {
        display: inline;
        padding: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #bootstrap-override #main-container {
        margin-right: auto;
        margin-left: auto;
        max-width: 970px; /* or 950px */
    }

    #bootstrap-override .navbar {
        min-height: 50px;
    }

    #bootstrap-override .nav-item > a {
        display: inline;
        padding: 15px;
    }
    #bootstrap-override .dropdown-menu {
        margin-top: 17px;
    }
}

@media (min-width: 1200px) {
    #bootstrap-override #main-container {
        margin-right: auto;
        margin-left: auto;
        max-width: 1170px; /* or 950px */
    }

    #bootstrap-override .navbar {
        min-height: 50px;
    }

    #bootstrap-override .nav-item > a {
        display: inline;
        padding: 15px;
    }
    #bootstrap-override .dropdown-menu {
        margin-top: 17px;
    }
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

#bootstrap-override .navbar-button {
    border-color: #ddd;
    width: 44px;
    height: 34px;
    margin: 10px 10px 10px 0;
}

#bootstrap-override .navbar-button:hover {
    background-color: #ddd;
}

#bootstrap-override .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}

#bootstrap-override .dropdown-menu > li > a:focus,
#bootstrap-override .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

#bootstrap-override .nav-item.open > a,
#bootstrap-override .nav-item.open > a:focus,
#bootstrap-override .nav-item.open > a:hover {
    color: #555;
    background-color: #e7e7e7;
}

#skiptomaincontent {
    background: #3dbbdb;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    color: #000;
    font-weight: 700;
    left: -1000px;
    overflow: hidden;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 18px;
    white-space: nowrap;
    width: 0;
    z-index: 9999;
    transition-property: width, padding, left;
    transition-duration: .2s, .2s, 0s;
    transition-timing-function: ease-out;
    transition-delay: 0s, 0s, .2s;
}

#skiptomaincontent:focus {
    left: 0px;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 190px;
    transition: padding .1s ease-in;
    transition: width .1s ease-in;
}

@media (max-width: 575.98px) {
    .career-directors img {
        object-fit: cover;
        width: 100vw;
        max-height: 575.98px;
        object-position: center top;
        overflow: hidden;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .career-directors img {
        object-fit: cover;
        object-position: center top;
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .career-directors img {
        object-fit: cover;
        width: 113px;
        height: 113px;
        object-position: center top;
        overflow: hidden;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .career-directors img {
        object-fit: cover;
        width: 113px;
        height: 113px;
        object-position: center top;
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .career-directors img {
        object-fit: cover;
        width: 113px;
        height: 113px;
        object-position: center top;
        overflow: hidden;
    }
}