@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

html {
    font-size: 14px;
    font-family: "Instrument Sans", sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    font-family: "Instrument Sans", sans-serif;
}

body {
    margin-bottom: 60px;
    font-family: "Instrument Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #0d2753;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.blue-text {
    color: #0d2753;
}

/* Overwritten Modal Class */

.modal-title {
    line-height: 1.0;
}

.modal-header {
    padding: .5rem .5rem
}

/* End Overwritten Modal Class */

.close {
    border: 1px black solid;
    font-size: 10pt;
    line-height: 1rem;
}

/*** overlay classes ***/
/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(31,31,31);
    background-color: rgba(31,31,31, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.000001s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    color: whitesmoke;
    font-size: x-large;
    font-weight: bold;
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #FFFFFF;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* Pagination Classes */

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.paginate_button {
    padding-left: 5px;
    padding-right: 5px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

/* End Pagination Classes */

/* Begin Navbar custom classes */

/***Navbar Background Color, Border Removed ,Border Radius Sqaure***/
.navbar.navbar-custom.actionbar .navbar-nav > li > a {
    color: white;
    padding-left: .75rem;
    padding-right: .75rem;
}

.navbar.navbar-custom.actionbar .navbar-nav > li > a:hover {
    color: white;
    text-decoration:none;
}

.navbar.navbar-custom.actionbar .navbar-nav > li > input {
    color: white;
    padding: .5rem .75rem .5rem .75rem;
}

.actionbar.navbar.navbar-custom .navbar-nav > li > a {
    font-size: .8rem;    
}

.navbar.actionbar.nomargin {
    margin-top: 0px;
    margin-bottom: 0px;
}

input.nav-link {
    background-color: transparent;
    color: white;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar.actionbar{
    padding: 0px;
    margin-top:2px;
    margin-bottom:2px;
    width:701px;
}

.navbar.navbar-custom {
    /*background: #0d2753;*/
    border: none;
    /*border-radius: 0;*/
    color: white;
}

div.actionbar {
    padding: 0px;
}

.actionbar {
    border-radius: 5px;
}

.headerbar {
    background: #0d2753;
    border: none;
    border-radius: 0;
    color: white;
    width: 701px;
    padding: 8px;
}

.nav-item.left-border {
    border-left: 1px white solid;
}

.nav-item.right-border {
    border-right: 1px white solid;
}

span.nav-link{
    color:white;
}

span.nav-link:hover {
    color: white;
}

    /***Link Color***/

.navbar.navbar-custom .navbar-nav > li > a {
    color: #0d2753;
    font-size: 1rem;
}
        /***Link Color Hover State***/

    .navbar.navbar-custom .navbar-nav > li > a:hover {
        color: #0d2753;
    }
    /***Link Background and Color Active State***/

.navbar.navbar-custom .navbar-nav > .active,
.navbar.navbar-custom .navbar-nav > .active > a,
.navbar.navbar-custom .navbar-nav > .active > a:hover,
.navbar.navbar-custom .navbar-nav > .active > a:focus {
    background: #0d2753;
    color: #fff;
}
    /***Navbar Brand Link Color***/

    .navbar.navbar-custom .navbar-brand {
        color: #fff;
    }
        /***Navbar Brand Link Color Hover State***/

        .navbar.navbar-custom .navbar-brand:hover {
            color: #fff;
        }
    /***Dropdown Background Active State***/

.navbar.navbar-custom .nav li.dropdown.open > .dropdown-toggle,
.navbar.navbar-custom .nav li.dropdown.active > .dropdown-toggle,
.navbar.navbar-custom .nav li.dropdown.open.active > .dropdown-toggle {
    background: #0d2753;
    color: #fff;
}
    /***Dropdown-menu Background Color***/

.navbar.navbar-custom .dropdown-menu {
    background: #0d2753;
    border: none;
}
        /***Dropdown-menu Color***/

        .navbar.navbar-custom .dropdown-menu > li > a {
            color: #fff;
        }
            /***Dropdown-menu Color Hover and Focus State***/

            .navbar.navbar-custom .dropdown-menu > li > a:hover,
            .navbar.navbar-custom .dropdown-menu > li > a:focus {
                color: #0d2753;
                background: #fff;
            }
    /***Toggle Button***/

    .navbar.navbar-custom .navbar-header .navbar-toggle {
        border-color: #fff;
    }
        /***Toggle Button Hover and Focus State***/

        .navbar.navbar-custom .navbar-header .navbar-toggle:hover,
        .navbar.navbar-custom .navbar-header .navbar-toggle:focus {
            background: #fff;
            border: #0d2753;
        }
    /***Collapse Borders***/

    .navbar.navbar-custom .navbar-collapse {
        border: none;
    }

/* End Navbar custom classes */

/* Begin Tile Style Custom Classes */

.tile-style {
    /*background-color: #F3F2F1;
    background-image: -webkit-linear-gradient(270deg, rgba(225,222,218,1.00) 0%, rgba(243,242,241,1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(225,222,218,1.00) 0%, rgba(243,242,241,1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(225,222,218,1.00) 0%, rgba(243,242,241,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(225,222,218,1.00) 0%, rgba(243,242,241,1.00) 100%);*/
    border: 1px black solid;
    background-color: white;
    border-radius: 10px;
    padding-right: .8em;
    padding-bottom: .8em;
    padding-left: .8em;
}

    .tile-style h2 {
        font-size: 18px;
        font-weight: 600;
        color: #0d2753;
        text-align: center;
        /*text-transform: uppercase;*/
        /*border-bottom: 2px inset #d3a518;*/
        margin-right: 10%;
        margin-left: 10%;
        padding-top: .75em;
        padding-bottom: .75em;
    }

    .tile-style h3, .tile-style .h3 {
        font-size: 16px;
        color: #0d2753;
        text-align: center;
        text-transform: uppercase;
        margin-top: .4em;
    }

    .tile-style p, .tile-style .p {
        font-size: 14px;
        color: #0d2753;
    }

.tile-feature p, .tile-feature .p, .tile-feature img, .tile-feature .img {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}

.figure {
    margin: 0;
}

.figure__media {
    border: medium none;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

.tile-feed {
    margin: auto;
}

.tile-height-465 {
    margin: auto;
    height: 465px;
}

.tile-height-350 {
    margin: auto;
    height: 350px;
}

.tile-height-400 {
    margin: auto;
    height: 400px;
}

@media (max-width:1000px) {
    .tile-height-465, .tile-height-350 {
        height: auto !important;
    }
}

.tile-button-column {
    margin: auto;
    text-align: center;
}

.tile-button-column-faculty {
    margin: auto;
    text-align: left;
}

.tile-button-column-news p, .tile-button-column-news .p {
    margin: auto;
    text-align: left;
    color: #656565;
    margin-right: 10%;
    margin-left: 0%;
    padding-top: .75em;
    padding-bottom: none;
}

.tile-button-column-faculty h2, .tile-button-column-faculty .h2 {
    font-size: 20px;
    font-weight: 600;
    color: #886036;
    text-align: left;
    text-transform: none;
    border-bottom: none;
    margin-right: 10%;
    margin-left: 0%;
    padding-top: .75em;
    padding-bottom: none;
}

.btn-tile {
    background-color: #0d2753; /*#E1DEDA !important;*/
    color: #ffffff;
    /*text-transform: uppercase;*/
    /*font-weight: 600;*/
    /*width: 80%;*/
    /*border-color: #d3a518;*/
    padding: 4px 50px;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: .375rem;
}

    .btn-tile:hover {
        /*color: #0d2753;*/ /*#E1DEDA !important;*/
        /*background-color: #d3a518;*/
        /* border-color: #d3a518;*/
        font-weight: 600;
        color: #ffffff;
        padding: 4px 49px;
    }

.btn-tile-inverse {
    color: #0d2753; /*#E1DEDA !important;*/
    background-color: #d3a518;
    border-color: #0d2753;
    text-transform: uppercase;
    font-weight: 600;
    width: 80%;
    padding: 4px 10px;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-size: 30px;
}

    .btn-tile-inverse:hover {
        background-color: #0d2753; /*#E1DEDA !important;*/
        color: #d3a518;
        border-color: #d3a518;
    }

.btn-danger {
    padding: 4px 50px;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-size: 30px;
}

    .tile-eoc-grayback {
    padding: 10px;
    background-color: #F3F2F1;
    margin-bottom: 10px;
}

    .tile-eoc-grayback h2, .tile-eoc-grayback .h2 {
        color: #930b0b;
        border-bottom: none;
    }

    .tile-eoc-grayback hr, .tile-eoc-grayback .hr {
        border: 0;
        border-bottom: 1px dashed #930b0b;
        background: #F3F2F1;
    }

.tile-experts {
    padding: 10px;
    background-color: #E1DEDA;
}

.tile-eoc-warning hr, .tile-eoc-warning .hr {
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(136,96,54,1.00), rgba(207,171,27,1.00), rgba(136,96,54,1.00));
    background-image: -moz-linear-gradient(left, rgba(136,96,54,1.00), rgba(207,171,27,1.00), rgba(136,96,54,1.00));
    background-image: -ms-linear-gradient(left, rgba(136,96,54,1.00), rgba(207,171,27,1.00), rgba(136,96,54,1.00));
    background-image: -o-linear-gradient(left, rgba(136,96,54,1.00), rgba(207,171,27,1.00), rgba(136,96,54,1.00));
    padding-bottom: none;
}

.tile-eoc-whiteback {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-right: 5%;
    margin-bottom: 10px;
    margin-left: 5%;
    background-color: #FFF;
    text-align: center;
}

.tile-eoc-alert {
    background-color: #B49000;
    background-image: -webkit-linear-gradient(270deg, rgba(136,96,54,1.00) 0%, rgba(207,171,27,1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(136,96,54,1.00) 0%, rgba(207,171,27,1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(136,96,54,1.00) 0%, rgba(207,171,27,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(136,96,54,1.00) 0%, rgba(207,171,27,1.00) 100%);
}

.tile-eoc-warning {
    background-color: #930b0b;
    background-image: -webkit-linear-gradient(270deg, rgba(125,9,9,1.00) 0%, rgba(147,11,11,1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(125,9,9,1.00) 0%, rgba(147,11,11,1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(125,9,9,1.00) 0%, rgba(147,11,11,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(125,9,9,1.00) 0%, rgba(147,11,11,1.00) 100%);
}

.tile-eoc-alert h2, .tile-eoc-alert .h2 {
    color: #FFF;
    background-color: #886036;
    text-transform: none;
    border-bottom: none;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: .75em;
    padding-bottom: .2em;
}

.tile-eoc-warning h2, .tile-eoc-warning .h2 {
    color: #FFF;
    background-color: #7D0909;
    text-transform: none;
    border-bottom: none;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: .75em;
    padding-bottom: .2em;
}

.tile-eoc-alert h3, .tile-eoc-alert .h3, .tile-eoc-warning h3, .tile-eoc-warning .h3 {
    color: #FFF;
    text-transform: none;
}

.tile-eoc-alert p, .tile-eoc-alert .p, .tile-eoc-warning p, .tile-eoc-warning .p {
    color: #4F4F4F;
}

.tile-headline {
    background-color: #e1deda;
    margin-bottom: 10px;
    max-height: 53px;
    overflow: hidden;
    padding: 10px;
}

    .tile-headline a, .tile-headline a:focus {
        color: #0d2753;
    }

/* End Tile Style Custom Classes */

.footer-link {
    text-decoration: none;
    color: #ffffff;
}

    .footer-link:hover {
        text-decoration: underline;
        color: #ffffff;
    }

.main-link {
    text-decoration: none;
    color: #0d2753;
    font-weight:bold;
    line-height:2.5;
    /*font-size:1.0em;*/
}

h2.footer-header {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    border-bottom: 2px inset #ffffff;
    margin-right: 10%;
    margin-left: 10%;
    padding-top: .75em;
    padding-bottom: .75em;
    text-transform: none;
}

.targetAudience {
    padding: 5px;
    border-radius: 0.5rem;
    font-weight: bold;
    margin-top:5px;
}

.targetAudience2{
    background-color: #D5FFCD;
}

.targetAudience4 {
    background-color: #FFEBEB;
}

.targetAudience8 {
    background-color: #DDD4FF;
}

.targetAudience16 {
    background-color: #C5DFFF;
}

.targetAudience32 {
    background-color: #FFFBD2;
}

.courseDetails {
    /*background-color: #bad3e4;*/
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 20px 0px 20px 20px;
    /*box-shadow: 0 2px 12px 0 #14142b14;*/
    box-shadow: 0 2px 12px 0 #bad3e4;
    transform-style: preserve-3d;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    /*transition: tranform .3s;*/
    margin-bottom: 20px;
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: transform;
}

    .courseDetails:hover {
        transform: scale(.95);
        backface-visibility: hidden;
        -webkit-filter: blur(0);
    }

.calendarHeader {
    background-color: #0d2753;
    background-colors: #10564f;
    color: white;
}

.calendarDay {
    border: 1px #10564f solid;
    height: 125px;
    vertical-align: top;
    text-align: right;
}

.calendarDayOffMonth{
    color: silver;
}

.calendarPager {
    width: 35px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

    .calendarPager:hover {
        transform: scale(1.1);
        backface-visibility: hidden;
        -webkit-filter: blur(0);
    }

.calendarClassDetails {
    width: 0px;
    position: absolute;
    z-index: 2;
    border: 1px black solid;
    border-radius: 8px;
    background-color: blue;
    color: white;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    font-size: 10pt;
    padding-left: 3px;
}

    .calendarClassDetails:hover {
        transform: scale(1.1);
        backface-visibility: hidden;
        -webkit-filter: blur(0);
    }

.calendarClassDetailsContinueNextWeek {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.calendarClassDetailsContinuePrevWeek {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.calendarClassDetailsNoShow{
    background-color:none;
    z-index:-100;
}

.calendarClassDetailsTooltip{
    width:1200px;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

div.ui-tooltip {
    max-width: 500px;
}

.hover-zoom:hover {
    transform: scale(1.05);
    backface-visibility: hidden;
    -webkit-filter: blur(0);
}

.link-button {
    color: white;
    width: 75%;
    margin-bottom: 10px;
}

.error {
    display: block;
    background-color: lightgray;
    color: red;
    border: 1px red solid;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tdGradeMatrix {
    border: 1px black solid;
    padding: 2px 8px 4px 8px;
    text-align: center;
    cursor: default;
    white-space: nowrap;
}

.tdGradeMatrixPass {
    color: green;
}

.tdGradeMatrixFail {
    color: red;
}

.highlight {
    background-color: silver;
}

@media (min-width: 1px) {
    .mainBackground {
        background-image: url("/Images/BackgroundExplosion2.jpg");
    }
}

@media (min-width: 576px) {
    .mainBackground {
        background-image: url("/Images/BackgroundExplosion2.jpg");
    }
}

@media (min-width: 768px) {
    .mainBackground {
        background-image: url("/Images/BackgroundExplosion.jpg");
    }
}

@media (min-width: 992px) {
    .mainBackground {
        background-image: url("/Images/BackgroundExplosion3.jpg");
    }
}

@media (min-width: 1200px) {
    .mainBackground {
        background-image: url("/Images/BackgroundExplosion3.jpg");
    }
}

@media (min-width: 1400px) {
    .mainBackground {
        background-image: url("/Images/BackgroundExplosion4.jpg");
    }
}

.mainBackground {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

    .indexDiv {
        height: 600px;
    }

    @media (max-width:760px) {
        .indexDiv {
            height: 300px;
        }
    }

    @media (max-width:1000px) {
        .indexDiv {
            height: 450px;
        }
    }

    .gradiantBackground {
        background-image: linear-gradient(#0d275387, #0d275387);
        /*background: linear-gradient(#0d2753, #0d2787);*/
    }

    .spnRequired {
        color: red;
        text-align: left;
        font-size: larger;
    }

    /* FAQ Styles */

    .faqQuestionList {
        margin-left: auto;
        margin-right: auto;
    }

    .faqCategoryDetails {
        border-radius: 15px;
        padding: 20px 20px 20px 20px;
        box-shadow: 0 2px 12px 0 #bad3e4;
        transform-style: preserve-3d;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 20px;
        transition-behavior: normal;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0s;
        transition-property: transform;
        line-height: 20px;
        font-weight: 700;
        text-align: center;
    }

    .faqCategoryUnselected:hover {
        transform: scale(1.06);
        backface-visibility: hidden;
        -webkit-filter: blur(0);
        background-color: #444C50;
        color: #FFFFFF;
    }

    .faqCategorySelected:hover {
        transform: scale(1.06);
        backface-visibility: hidden;
        -webkit-filter: blur(0);
    }

    .faqCategoryUnselected {
        color: #0D2753;
        background-color: #FFFFFF;
    }

    .faqCategorySelected {
        background-color: #0D2753;
        color: #FFFFFF;
    }

    .faqDetails {
        background-color: #FFFFFF;
        border-radius: 15px;
        padding: 20px 0px 20px 20px;
        box-shadow: 0 2px 12px 0 #bad3e4;
        transform-style: preserve-3d;
        justify-content: space-between;
        cursor: pointer;
        width: 100%;
        margin-bottom: 20px;
        transition-behavior: normal;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0s;
        transition-property: transform;
    }

        .faqDetails:hover {
            transform: scale(.98);
            backface-visibility: hidden;
            -webkit-filter: blur(0);
        }

    /* News Item Classes */

    .mainNewsSection {
        background-color: #FFFFFF;
        border-radius: 15px;
        padding: 0px 0px 20px 0px;
        box-shadow: 0 2px 12px 0 #DCDDEB;
        cursor: pointer;
        margin-bottom: 20px;
        transition-behavior: normal;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0s;
        transition-property: transform;
    }

        .mainNewsSection:hover {
            transform: scale(1.05);
            backface-visibility: hidden;
            -webkit-filter: blur(0);
        }

    .secondaryNewsSection {
        cursor: pointer;
        margin-bottom: 20px;
        padding: 5px 0px 0px 0px;
        /*background-color: #FFFFFF;
    border-radius: 15px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 2px 12px 0 #bad3e4;
    cursor: pointer;
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: transform;*/
    }

        .secondaryNewsSection:hover {
            transform: scale(1.05);
            backface-visibility: hidden;
            -webkit-filter: blur(0);
        }

    .newsSectionImage {
        border-radius: 15px;
        width: 100%;
    }

    .newsSectionThumbnailImage {
        border-radius: 5px;
        height: 75px;
    }

    .newsSectionDate {
        color: #967774;
        padding-bottom: 10px;
    }

    .newsSectionTitle {
        color: black;
        font-weight: bolder;
        font-size: 16pt;
    }

    .newsItemLink {
        text-decoration: none;
    }

    .newsItemHeader {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
        padding: 25px;
        width: 100%;
        background-color: dimgray;
        color: white;
        height: 450px;
    }

    /* End News Item Classes */

    .zoomOnMouseOver {
        transform-style: preserve-3d;
        cursor: pointer;
        transition-behavior: normal;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        transition-delay: 0s;
        transition-property: transform;
    }

        .zoomOnMouseOver:hover {
            transform: scale(1.05);
            backface-visibility: hidden;
            -webkit-filter: blur(0);
        }

.testimonial {
    border-radius: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(239, 240, 246);
    box-shadow: rgba(20, 20, 43, 0.06) 0px 2px 7px 0px;
    padding: 24px 31px;
    margin-bottom:20px;
}

.subscribeTextbox {
    min-height: 76px;
    margin-bottom: 0px;
    padding: 16px 24px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(239, 240, 246);
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(20, 20, 43, 0.08) 0px 2px 7px 0px;
    transition-property: box-shadow, color, border-color;
    transition-duration: 300ms, 300ms, 300ms;
    transition-timing-function: ease, ease, ease;
    font-size: 18px;
    line-height: 20px;
    width: 100%;    
}

.subscribeSubmitButton {
    position: absolute;
    top: -15px;
    right: 10px;
    bottom: 8px;
    padding: 12px 15px;
    padding-left: 60px;
    justify-content: center;
    border-radius: 10px;
    background-color: #0d2753;
    transition-property: background-color, transform, color;
    transition-duration: 300ms, 300ms, 300ms;
    transition-timing-function: ease, ease, ease;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    transform-style: preserve-3d;
    height: 50px;
    background-image: url('/Images/MailImage3.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position-x: 7px;
}

.divDisabled {
    padding: 2px 5px 2px 5px;
    border: 2px inset;
    border-color: rgba(118, 118, 118, 0.3);
    background-color: rgba(239, 239, 239, 0.3);
    color: light-dark(rgb(84, 84, 84);
}

@media (min-width: 1px) {
    .paddingBasedOnScreenSize {
        padding-top: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 576px) {
    .paddingBasedOnScreenSize {
        padding-top: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 768px) {
    .paddingBasedOnScreenSize {
        padding-top: 10px;
        padding-left: 50px;
    }
}

@media (min-width: 992px) {
    .paddingBasedOnScreenSize {
        padding-top: 10px;
        padding-left: 100px;
    }
}

@media (min-width: 450px) {
    .expandWithWidth {
        height:25px;
    }
}

@media (min-width: 550px) {
    .expandWithWidth {
        height: 50px;
        ;
    }
}