﻿@font-face {
    font-family: 'Poppins, SemiBold';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins, SemiBold'), local('Poppins, SemiBold'), url(../font/Nunito-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins, SemiBold';
    font-style: italic;
    font-weight: 400;
    src: local('Nunito'), local('Nunito'), url(../font/Nunito-Italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins, SemiBold';
    font-style: normal;
    font-weight: 700;
    src: local('Nunito'), local('Nunito'), url(../font/Nunito-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins, SemiBold';
    font-style: italic;
    font-weight: 700;
    src: local('Nunito'), local('Nunito'), url(../font/Nunito-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins, SemiBold';
    font-style: italic;
    font-weight: 300;
    src: local('Nunito'), local('Nunito'), url(../font/Nunito-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins, SemiBold';
    font-style: normal;
    font-weight: 300;
    src: local('Nunito'), local('Nunito'), url(../font/Nunito-LightItalic.ttf) format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    height: 100vh !important;
    width: 100vw !important;
    font-family: 'Nunito', Arial, sans-serif;
    overflow-x: hidden;
    Background: #ADA996;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}
body-container {
    width: 90% !important;
    margin-left: 5% !important;
}
main {
    padding: 30px 45px !important;
    font-family: 'Poppins, SemiBold';
}
footer {
    font-family: 'Poppins, SemiBold' !important;
}
@media only screen and (max-width:768px){
    main {
        padding: 15px !important;
    }
}

a, a:hover {
    text-decoration: none;
}

.hidden{
    display:none;
}

header .header-body{
    padding: 15px 60px;
}

@media only screen and (max-width:768px){
    header .header-body {
        padding: 15px;
    }
    index .main-container {
        width: 58%;
        margin-left: 0%;
    }
}

header nav.navbar {
    background-color: white !important;
    color: black !important;
    padding: 0;
    overflow: visible;
}

    header nav.navbar .navbar-nav .nav-item {
        overflow: visible;
    }

        header nav.navbar .navbar-nav .nav-item .nav-link {
            color: black;
            font-weight: bold;
            padding: 20px 15px;
        }

header .nav-item.nabvar .navbar-nav .nav-dropdown {
    overflow: visible;
}

.nav-menu{
    left:0;
    top:100%;
    background-color:#fff;
    color:#000;
    min-width:300px;
    z-index:1000;
    border: 1px solid rgba(0,0,0,0.1);
    border-top: none;
}

    .nav-menu .menu-item {
        display: block;
        padding: 7px 10px;
        overflow: visible;
        color: #000;
    }

        .nav-item .menu-item:hover {
            background-color: #1791c7;
            color:#fff;
        }

.sub-menu {
    left: 100%;
    top: 0;
    min-width: 300px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
}

.sub-item {
    display: block;
    padding: 7px 10px;
    color: #000;
}

    .sub-item:hover {
        background-color: #1791c7;
        color: #fff;
        /*transition: all .25s ease-in-out;*/
    }

.language .btn {
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    color: black;
}

.language .dropdown-menu{
    border-radius:5px !important;
    border:1px solid rgba(0,0,0,0.1);
    min-width:50px;
}

.language .dropdown-item{
    width:auto;
    padding:3px 5px;
}

footer {
    /*background-image: linear-gradient(to bottom, #1791c7 -39%, #0c77a7, #0c4964);*/
    background-color: #EBF0F7;
    color:#000;
}

footer .footer-body{
    padding:30px 45px;
}


    footer .dark {
        color: #fff;
        padding: 0 45px;
        background-image: linear-gradient(to bottom, #083c53, #083347);
    }

footer .dark a{
    color:#fff;
    font-weight:bold;
}


@media only screen and (max-width:768px) {
    footer .footer-body {
        padding: 15px;
    }

    footer .dark {
        padding: 0 15px;
    }
}

.blue-card {
    background-color: #2980b9 !important;
    background: -webkit-linear-gradient(to top, #2c3e50, #2980b9) !important;
    background: linear-gradient(to top, #2c3e50, #2980b9) !important;
    /*background-color: #398bc9; */
    color: white;
    border-radius: 5px;
    overflow: hidden;
}

.garnet-card {
    /*background-color: #A3253D;*/
    /*color: white;
    border-radius: 13px;
    overflow: hidden;
    background: hsla(349, 64%, 39%, 1);
    background: linear-gradient(180deg, hsla(349, 64%, 39%, 1) 0%, hsla(348, 64%, 48%, 1) 100%);
    background: -moz-linear-gradient(180deg, hsla(349, 64%, 39%, 1) 0%, hsla(348, 64%, 48%, 1) 100%);
    background: -webkit-linear-gradient(180deg, hsla(349, 64%, 39%, 1) 0%, hsla(348, 64%, 48%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#A2243C", endColorstr="#CA2D4D", GradientType=1 );*/
    border-radius: 5px;
    overflow: hidden;
    background: #200122;
    background: -webkit-linear-gradient(to top, #6f0000, #200122);
    background: linear-gradient(to top, #6f0000, #200122);
}

    .garnet-card .card-title {
        color: white;
    }

.white-card {
    background-color: white;
    color: black;
    border-radius: 5px;
    overflow: hidden;
}

.dark-card, .dark-image-card {
    background-color: #394052;
    color:white;
    border-radius:5px;
    overflow:hidden;
}

    .dark-card a, .dark-card a:hover,
    .dark-image-card a, .dark-image-card a:hover {
        color: white;
    }

.border-11 {
    overflow:hidden;
    border-radius: 5px !important;
}

.image-card {
    color: white;
    border-radius: 5px;
    min-height: 250px;
    overflow: hidden;
}

/*.input-control {
    border-radius: 5px;
    padding: 3px 5px;
    background-color: #fff;
    border: none;
    color: black;
    width: 100%;*/
}

.input-control-group{
    display:flex;
    flex-direction:row;
    width:100%;
}

    .input-control-group.input-append .input-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-control-group.input-prepend .input-control {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-control-group .icon {
        border-radius: 5px;
        padding: 3px 7px 3px 5px;
        background-color: #fff;
    }

    .input-control-group.input-prepend .icon {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-control-group.input-append .icon {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }


.grey .input-control, .grey .icon {
    background-color: #e9e9e9;
}

.radius-0{
    border-radius: 5px !important;
}


.page-title {
    color: black;
    font-weight: bold;
    margin-bottom: 3%;
    margin-top: 3%;
}



.text-primary {
    font-weight: bold !important;
    color: #1c7cd5;
}
.page-subtitle{
    color:#0c4964;
}

.page-content {
    margin-top: 45px;
}

.page-content h4, .page-content a{
    color: #1c7cd5;
}

.custom-card {
    border: 1px solid #e8e8e8;
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 8px;
}

.card {
    box-shadow: 10px 10px 6px 0 rgba(0, 0, 0, 0.16);
    
}

.card2 {
   
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    
    border-radius: 0.25rem;
}


.card-body{
    font-size: 18px;
    font-weight:500;
   
}

.trial-calendar{
    background-color:#fff;
}

.calendar .month .controls{
    background-color: #fff;
    padding:10px;
    font-size: 22px;
}

    .calendar .month .controls.left-end {
        border-bottom-left-radius: 11px;
        border-top-left-radius: 11px;
    }

    .calendar .month .controls.right-end {
        border-bottom-right-radius: 11px;
        border-top-right-radius: 11px;
    }

.calendar{
    font-size:12px;
}
       
    .calendar .day { 
        display:flex;
        justify-content:center;
        align-items:center;
        margin-bottom:2px;
    }

        .calendar .day span {
            color: #171111;
            font-size: large;
            /*padding: 0.3rem;*/
            text-align: center;
            display: block;
            width: 30px;
            height: 30px;
        }

    .calendar.trial .day span {
        height: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content:center;
    }

    .calendar.events .day span {
        height: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .calendar .day.today span {
        border-radius:100%;
        border: solid 2px #df0a3d;
    }

    .calendar.trial .day.today span,
    .calendar.events .day.today span {
        border: solid 2px #df0a3d;
        width: 50px;
    }

        .calendar .day.has-event{
            background-color: #44599c;
            color: #fff;
            cursor:pointer;
        }

        .calendar .day.event-start {
            border-bottom-left-radius: 13px;
            border-top-left-radius: 13px;
        }

        .calendar .day.event-end {
            border-bottom-right-radius: 13px;
            border-top-right-radius: 13px;
        }

    .calendar .day.has-event {
        background-color: #1791c7;
        color: #fff;
    }

    .calendar .day.has-event.color-2 {
        background-color: #44599c;
        color: #fff;
    }

.calendar .day:not(.this-month){
    opacity:0.5;
}

    .calendar .months .month-item {
        color: #77838f;
        font-size: 10px;
    }

    .calendar .months .month-item.active {
        opacity: 1;
        color:#1c7cd5;
    }

    .calendar .day.has-event.past {
        background-color: transparent;
        background-image: linear-gradient(135deg, #ffffff 25%, #f1f3f2 25%, #f1f3f2 50%, #ffffff 50%, #ffffff 75%, #f1f3f2 75%, #f1f3f2 100%);
        background-size: 14.14px 14.14px;
        color:#666;
        cursor:default;
    }


.trial-clndr-container, .event-clndr-container{
    padding:45px;
}

/*Input style for forms*/
.inputStyle {
    border-radius: 5px !important;
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #e9e9e9;
    border: none;
    color: black;
}

/*Carousel*/
.slide {
    border-radius: 5px;
    overflow: hidden;
}


.carousel-caption {
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    left: 0;
}

.carousel-indicators li {
    position: relative;
    left: 20px;
}

.circle-indicator {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}



ol.carousel-indicators {
    background-color: gray;
    margin: 0;
    width: 100%;
}

/*News Container*/
.news-container {
    height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

.media-body {
    border-left: 6px solid #398bc9;
    padding-left: 32px;
}

    .media-body > h5 {
        font-weight: bold;
    }
    /* GROUPS */
    .group-title h3, .group-description h3 {
    color: #1c7cd5;
}

.group-title.sub h4, .group-description.sub h4,
.group-title.sub h5, .group-description.sub h5 {
    color: #1c7cd5 !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
}

.group-description.sub h4, .group-title.sub h4, .group-title h3 {
    font-family: 'Poppins' !important;
    font-weight: bold !important;
    font-style: italic !important;
    color: #2754CF !important;
    /*color: #707070 !important;*/
}


    /*BOOTSTRAP BUTTON OVERRIDE*/



.btn-primary {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    opacity: 1;
    background-color: #325FDB;
}

    .btn-primary:hover {
        background-color: #325FDB;
  
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #26335c;
        border-color: #26335c;
    }

        .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus {
            box-shadow: none !important;
        }

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.btn-link {
    color: #1c7cd5 !important;
}

    .btn-link:hover {
        text-decoration: none !important;
        color: #1869b4;
    }


/**/
.nav-pills .nav-item .nav-link {
    color: #1c7cd5;
    background-color: white;
}

.nav-pills .nav-item.active .nav-link {
    background-color: #1c7cd5;
    color: white;
}

.nav-pills .nav-item .nav-link.active {
    background-color: #1c7cd5;
    color: white;
}

/*PAGINATION*/
.page-link {
    color: #1C7CD5;
}

.page-link.disabled{
    background-color:#eee;
    pointer-events:none;
}

.page-item {
    background-color: #fff;
}

.page-item.active .page-link {
    background-color: #1C7CD5;
    border-color: #1C7CD5;
}

    .page-item:first-child .page-link {
        border-top-left-radius: 13px;
        border-bottom-left-radius: 13px;
    }

    .page-item:last-child .page-link {
        border-top-right-radius: 13px;
        border-bottom-right-radius: 13px;
    }

/**/

.breadcrumb-item a,
.breadcrumb-item.disabled a{
    color: #77838f;
}

.breadcrumb-item:hover a{
    color:#1c7cd5;
}

.breadcrumb-item.disabled:hover a {
    color: #77838f;
}

.breadcrumb-item.active a
{
    font-weight:bold;
    color: #1c7cd5;
}

.chosen-container-multi .chosen-choices.inputStyle {
    border: none;
    background-color: #e9e9e9;
    background-image: none;
    background-image: none;
    min-height: 31px;
    padding: 0 5px;
}

.chosen-container .chosen-drop.inputStyle {
    border-radius: 5px !important;
    border: 1px solid rgba(0,0,0,0.1);
}

.chosen-container-multi .chosen-choices.inputStyle li.search-choice {
    margin: 0;
    padding: .25rem 20px .25rem 5px;
    border: none;
    border-radius: 5px;
    background-color: #1c7cd5;
    background-image: none !important;
    color: #fff;
    line-height: inherit;
    min-height:31px;
}

.chosen-container-multi .chosen-choices.inputStyle li.search-choice .search-choice-close {
    top: calc(50% - 6px);
}

/*SITMAP*/

.sitemap ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

.sitemap .root-item {
    padding-left: 40px;
    position: relative;
}

.sitemap .root-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sitemap .root-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #707070;
    background-color: #fff;
}

.sitemap .root-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #707070;
}

.sitemap .root-item:first-child {
    padding-top: 0;
}

    .sitemap .root-item:first-child:before {
        top: 16px;
    }

.sitemap .root-item:last-child {
    padding-bottom: 0;
}

    .sitemap .root-item:last-child:before {
        bottom: calc(100% - 16px);
    }

.sitemap .sitemap-item {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

    .sitemap .sitemap-item:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 16px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 2px solid #707070;
        background-color: #fff;
    }

    .sitemap .sitemap-item:before {
        content: "";
        display: block;
        position: absolute;
        left: -35px;
        top: 20px;
        right: 100%;
        height: 2px;
        background-color: #707070;
    }

.sitemap .sitemap-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #707070;
}

.sitemap .sub-list .sitemap-item:last-child {
    padding-bottom: 0;
}

.sitemap .sitemap-list .sitemap-item:first-child .sitemap-link:before {
    top: 22px;
    bottom: 0;
}

.sitemap .sitemap-list .sitemap-item:last-child .sitemap-link:before {
    top: 0;
    bottom: 22px;
}

.sitemap .sitemap-list .sitemap-item:first-child .sub-list .sitemap-item .sitemap-link:before,
.sitemap .sitemap-list .sitemap-item:last-child .sub-list .sitemap-item .sitemap-link:before {
    top: 0;
    bottom: 0;
}

.sitemap .sitemap-list .sitemap-item .sub-list .sitemap-item:first-child .sitemap-link:before {
    top: 50%;
    bottom: 0;
}

.sitemap .sitemap-list .sitemap-item .sub-list .sitemap-item:last-child .sitemap-link:before {
    top: 0;
    bottom: 50%;
}

.sitemap .sitemap-list .sitemap-item:only-child .sitemap-link:before,
.sitemap .sitemap-list .sitemap-item .sub-list .sitemap-item:only-child .sitemap-link:before {
    display: none;
}

.root-link .fa-long-arrow-alt-right, .sitemap-link .fa-long-arrow-alt-right{
    margin-left:30px;
}

.brochure-img {
    border-radius: .5rem;
    border: 4px solid white;
    box-shadow: .5rem .65rem .25rem rgba(0,0,0,.2) !important;
    margin-bottom: .65rem;
    margin-right: .5rem;
}

.banner-icon {
    border: 1px solid #f1f3f2;
    width: 70px;
    height: 55px;
    background-color: #fff;
    background-size: 55px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: .5rem;
    box-shadow: .5rem .65rem .25rem rgba(0,0,0,.2) !important;
    margin-bottom: .65rem;
    margin-right: .5rem;
}

    .banner-icon.sidebar-icon {
        width: 90px;
        height: 67.5px;
        background-size: 45px;
    }

    .banner-icon.gallery-icon {
        width: 85px;
        height: 64px;
        background-size: 45px;
    }

.cop-content table{
    width:100% !important;
    table-layout:auto !important;
}

    .cop-content table td,
    .cop-content table th{
        border: 1px solid #eee;
        padding:5px;
    }

.collapsed .fa-caret-up {
    transform: rotate(180deg);
}

.btn-link, .btn-link:hover {
    text-decoration: none;
}

.yt-embed{
    border:50px solid #fff;
    box-sizing:border-box;
}

.navbar-collapse.mobile {
    display: none;
}

.navbar.standard {
    display: flex;
}

.navbar.mobile {
    display: none;
}
.blackiconcolor {
    color: black;
}
#sud_header{
    background-image:url('../images/white_banner.jpg');
    background-position-x: 80%;
    background-position-y: top;
    background-repeat: repeat-x;
}

 #sud_header .navbar {
        border-top: 1px solid white;
    }

#bg_image{
    background-image: url('../images/HEA_faded.jpg');
    background-repeat:no-repeat;
    height: 30%;
}
@media only screen and (max-width:768px) {
    .navbar.standard {
        display: none;
    }

    .navbar.mobile {
        display: flex;
    }

    .nav-menu {
        background-color: transparent;
        color: #fff;
        border:none;
    }

        .nav-menu .menu-item {
            color: #fff;
        }

    .nav-item .menu-item:hover {
        background-color: rgba(255,255,255,0.2);
        color: #fff;
    }

    .sub-menu {
        color:#fff;
        background-color: transparent;
        border: none;
    }

    .sub-item {
        color: #fff;
    }

}