/*@font-face {
    font-family: "Myriad Pro 1167301";
    src: url("https://www.unr.edu/assets/main/fonts/webfonts/76fda6fb-8617-4e88-b290-945c47127ceb.eot?#iefix");
    src: url("https://www.unr.edu/assets/main/fonts/webfonts/76fda6fb-8617-4e88-b290-945c47127ceb.eot?#iefix") format("eot"), url("https://www.unr.edu/assets/main/fonts/webfonts/01932eb5-2a4e-4bd4-b8a8-8e04f69b2d66.woff") format("woff"), url("https://www.unr.edu/assets/main/fonts/webfonts/b1811139-1d49-42a2-8353-e29ca087433c.ttf") format("truetype"), url("https://www.unr.edu/assets/main/fonts/webfonts/77a8ed10-0737-4849-9972-26d6e7585df5.svg#77a8ed10-0737-4849-9972-26d6e7585df5") format("svg");
}*/
@font-face {
    font-family: "Myriad Pro 1167301";
    src: url("/fonts/MyriadPro.eot#iefix");
    src: url("/fonts/MyriadPro.eot#iefix") format("eot"), url("/fonts/MyriadPro.woff") format("woff"), url("/fonts/MyriadPro.ttf") format("truetype"), url("/fonts/MyriadPro.svg") format("svg");
}
/*Colors*/
.unr-text-blue {
    color: #041E42;
}
.text-white {
    color: #ffffff;
}
.unr-blue-background{
    background-color:#041E42 !important;
}

#covid-message a{
    color: #fff;
    text-decoration: underline;
    font-size: 20px;
    padding-left: 10px;
}

    #covid-message a:hover {
        text-decoration: none;
    }


/* text */
.large-font {
    font-size: 42px;
}
.medium-font {
    font-size: 36px;
}
.light-shadow {
    text-shadow: 1px 1px 2px #000;
}

.text-shadow {
    text-shadow: 2px 2px 2px #000000;
}

.heavy-text-shadow {
    text-shadow: 5px 5px 10px rgba(0,0,0,.7);
}
.light-box-shadow {
    box-shadow: 0 0 10px 5px rgba(0,0,0,.5);
}
.heavy-box-shadow {
    box-shadow: 0 0 20px 10px rgba(0,0,0,.6);
}
/*Flex*/
.vh-center-children {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.vh-center-wrap {
    flex-wrap: wrap !important;
}

/*Accessibilty items */
a.skip-main {
    left: 200px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus, a.skip-main:active {
        color: #041E42;
        background-color: #ffffff;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        border-radius: 15px;
        border: 4px solid #4b96cf;
        text-align: center;
        font-size: 1.2em;
        z-index: 999;
    }



/* Add here all your css styles (customizations) */
@media screen and (max-width: 992px) {
    .hide_element {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 0%;
        display: none;
    }
}

/*fix to make all the box sizes on the index page the same size*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .index_boxes {
        height: 300px
    }
}

@media screen and (min-width: 1200px) {
    .index_boxes {
        height: 275px
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .index_boxes_2 {
        height: 240px
    }
}

@media screen and (min-width: 1200px) {
    .index_boxes_2 {
        height: 200px
    }
}
/*End section*/

/* -------- Header Text And Logo -------  */
/* Resize header text */
@media screen and (max-width:1199px) {
    .header_text {
        font-size: 36px !important;
    }

    .header_subtext {
        font-size: 18px !important;
    }

    .header_image {
        width: 66px !important;
    }
}

@media screen and (max-width:1000px) {
    .header_text {
        font-size: 30px !important;
    }

    .header_subtext {
        display: none;
        visibility: hidden;
    }

    .header_image {
        width: 44px !important;
    }
}

.header_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
}


.header_image {
    width: 88px;
}

.header_container_child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    margin: 5px;
    padding: 0px;
}

.header_container_child_left_border {
    border-left: 4px solid #041E42;
    padding-left: 10px;
}

.header_container_child_break {
    flex-basis: 100%;
}

.header_logo {
    height: auto;
}

.header_text {
    color: #041E42 !important;
    font-size: 58px;
}

.header_text_highlight {
    color: #3A3B3E !important;
}

.header_subtext {
    color: #041E42 !important;
    font-size: 24px;
    word-wrap: break-word;
    margin-top: -6px;
}

.header_subtext_2 {
    margin-bottom: -6px;
}

.no-u {
    text-decoration: none !important;
}
/* --- End Header Text And Logo -- */

/*make a highligt of boxes on index page*/
.clickBox:hover {
    background: #e8e8e8;
    opacity: .8;
    cursor: pointer
}

close:focus {
    background: #e8e8e8;
    opacity: .8;
    cursor: pointer
}
/*End section*/

/*Whitespace fix*/
.white_space_fix {
    white-space: normal
}
/*End section*/

/*Gaming social media links*/
.gaming_social_media {
    border: solid;
    border-width: 1px;
    border-color: lightgrey;
    margin-bottom: 5px;
    padding: 5px;
}

    .gaming_social_media:hover {
        border: solid;
        border-width: 1px;
        border-color: lightgrey;
        /*background: #f4f6f9;*/
        opacity: .8
    }
/*End section*/

/*Boarder radius*/
.radius5 {
    border-radius: 5px;
}

.radius2 {
    border-radius: 2px
}
/*End section*/
.upperPadding {
    padding-top: 8px;
}

.boxPadding {
    margin-bottom: 10px;
}

.text-bottom-padding-10 {
    padding-bottom: 10px;
}

.alert-message {
    color: white;
    text-align: center;
    font-size: 20px
}

/* ==========================================================================
   Alert Notifications
   ========================================================================== */

.close:hover {
    opacity: .8;
    background-color: #022d58;
    border-radius: 5px;
}

.close:focus {
    opacity: .8;
    background-color: #022d58;
    border-radius: 5px;
}

.alert {
    -moz-transition: max-height 0.4s linear;
    -ms-transition: max-height 0.4s linear;
    -o-transition: max-height 0.4s linear;
    -webkit-transition: max-height 0.4s linear;
    background-color: #555555;
    color: #ffffff;
    max-height: 100%;
    position: relative;
    transition: max-height 0.4s linear;
    width: 100%;
    z-index: 10;
}

    .alert .alert-wrapper {
        padding: 30px 0;
    }

    .alert a {

        color: #fff;
        text-decoration: none;
    }

        .alert a:hover {
            border: none;
            color: #fff;
        }

    .alert .alert-close {
        -moz-background-clip: padding;
        -moz-border-radius: 2px;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-background-clip: padding-box;
        -webkit-border-radius: 2px;
        -webkit-transition: all 0.2s ease-in-out;
        background-clip: padding-box;
        border: 1px solid #ffffff;
        border-color: rgba(255, 255, 255, 0.4);
        border-radius: 2px;
        color: #ffffff;
        display: inline-block;
        *display: inline;
        font-size: 16px;
        height: 21px;
        line-height: 21px;
        margin-top: -11px;
        overflow: hidden;
        position: absolute;
        text-align: center;
        text-decoration: none;
        top: 50%;
        transition: all 0.2s ease-in-out;
        width: 21px;
        zoom: 1;
    }

        .alert .alert-close span {
            display: block;
            font-weight: bold;
            left: 1px;
            position: relative;
            top: -2px;
        }

        .alert .alert-close:hover {
            border: 1px solid #ffffff;
        }

    .alert h2 {
        color: #ffffff;
        font-family: "Myriad Pro 1167301", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 24px;
        margin: 0;
        padding: 0;
    }

    .alert p {
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        margin-top: 0em;
    }

    .alert h2,
    .alert p {
        margin-left: 0px;
    }

    .alert.alert-critical,
    .alert.alert-red,
    .alert.alert-danger,
    .alert.alert-warning {
        background-color: #ff4200;
    }

    .alert.hide {
        max-height: 0;
        overflow: hidden;
    }

    .alert.alert-green, .alert.alert-blue, .alert.alert-gold, .alert.alert-orange,
    .alert-success {
        background-color: #a9c646;
        border-color: #d6e9c6;
        color: #3c763d;
    }

    .alert.alert-blue {
        background-color: #2e6ca2;
    }

    .alert.alert-orange {
        background-color: #ff812c;
    }

    .alert.alert-gold {
        background-color: #fec039;
    }



/* default/hover action for links, targeted by parent div or class */
a {
    text-decoration: underline !important;
}

    a:hover {
        text-decoration: none !important;
    }

.navbar a {
    text-decoration: none !important;
}

    .navbar a:hover {
        text-decoration: underline !important;
    }

.tp-caption a {
    text-decoration: none !important;
}

.media-body a {
    color: #041E42 !important;
}

    .media-body a:hover {
        color: #041E42 !important;
    }

.caption a {
    color: #041E42 !important;
}

    .caption a:hover {
        color: #041E42 !important;
    }

.icon {
    color: #041E42 !important;
}

    .icon:hover {
        color: #337ab7 !important;
    }

.bottomfooter a {
    color: #fff !important;
}

    .bottomfooter a:hover {
        color: #fff !important;
    }


/* ACO_Current dropdowns*/

.panel a {
    font-weight:bold;
    display: block;
}

    .panel a:hover {
        text-decoration: underline !important;
        font-weight: bold;
    }

.panel-collapse ul {
    list-style-type: none;
    padding-left: 5px;
}

/*PDP_Staff page*/
.cbp-item a {
    text-decoration: none !important;
}

    .cbp-item a:hover {
        text-decoration: underline !important;
    }

    .cbp-item a:focus {
        border: 2px solid #4b96cf;
    }

/*All links on all pages will get a border when selected via tab*/
a:focus {
    box-shadow: 0px 0px 0px 1px #4b96cf;
    border-radius: 1px;
    outline: auto !important;
}

.card {
    margin-bottom: 24px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

    .card .icon {
        color: #373E45 !important;
    }

.card-body {
    padding: 8px;
    display: table;
}

.card-heading {
    padding: 8px;
    background-color: #EFEFEF;
    border-bottom: 1px solid #efefef;
    color: #373E45;
    border-radius: 5px;
    font-weight: normal;
}

    .card-heading:hover {
    }

    .card-heading h3 {
        font-weight: bold;
        margin: 5px;
        font-size: 20px;
    }

.card-img {
    float: left;
    width: 40%;
    max-width: 150px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 3px 3px 3px #818181;
}

.spacer {
    margin-bottom: 20px;
    text-decoration: underline;
    font-size: 22px
}



/*Accessible UNR fonts*/
.unr_large_body_text h1 {
    font-family: "Myriad Pro 1167301";
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
    color: #373E45;
}

.unr_large_body_text p {
    font-size: 21px;
    color: #041E42;
    line-height: 34px;
    margin-bottom: 15px
}

.unr_small_body_copy {
    font-family: "Myriad Pro 1167301";
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
}

.unr_body_copy h3 {
    font-family: "Myriad Pro 1167301";
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    color: #041E42;
}

.unr_body_copy p {
    font-size: 16px;
    color: #373E45;
    line-height: 32px;
}

.unr_body_copy ul {
    list-style-type: disc;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 32px;
}

.unr_body_copy ol {
    font-family: "Myriad Pro 1167301";
    padding-left: 10px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #373E45;
}

    .unr_body_copy ol li {
        padding-left: 10px;
    }

/*Custom Controls Website Rebuild*/
/*Flext container 3 boxes*/
.flex-container {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-item {
    width: 370px;
    margin-left: 8px;
    margin-right: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #EFEFEF !important;
}

.flex-container h3 {
    text-align: center;
}

.flex-container p {
    padding: 5px;
}

@media only screen and (max-width: 992px) {
    .flex-container > div {
        display: block;
        width: 100% !important;
    }
}

/*Flex container 2 boxes*/
.flex-container2 {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

    .flex-container2 h3 {
        text-align: center;
        color: #ffffff !important;
    }

    .flex-container2 p {
        padding-left: 25px;
        padding-right: 25px;
        color: #ffffff !important;
    }

.flex-item2 ul li {
    color: #ffffff !important
}

.flex-item2 ul {
    padding-left: 50px;
}

.flex-item2 {
    width: 550px;
    margin: 10px;
}
/* Flex container 3*/
.flex-container3 {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-container3-tile {
    flex: 33%;
    display: block;
}

.flex-container3-padded-text {
    padding: 10px;
    line-height: 1.5;
}

.flex-container3-tile-lightblue {
    background-color: #2E6CA2;
    color: #fff;
}

.flex-container3-tile-darkblue {
    background-color: #041E42;
    color: #fff;
}

.flex-container3-tile-darkgray {
    background-color: #373E45;
    color: #fff;
}

@media only screen and (max-width: 992px) {

    .flex-container3-tile {
        flex: none;
        width: 100% !important;
    }
}
/*Advanced Leadership Custom Page*/
.btn-success {
    background-color: #367C36 !important;
}

.custom_leadership_button h2 {
    padding-bottom: 15px;
}

.custom_leadership_button p {
    padding-bottom: 15px;
}

/*Advanced Leadership Pyramid*/
.pyramid-container {
    flex-wrap: nowrap;
}

.pyramid-row {
    display: flex;
    justify-content: center;
    flex-direction: row;
    overflow: visible;
    width: 100%;
    flex-wrap: wrap;
}

.pyramid-item {
    flex: 23% 0 0;
    width: 400px;
    margin: 0 !important;
    text-align: center;
    padding: 10px;
}

    .pyramid-item p {
        font-weight: 400;
        font-size: 18px;
    }

@media screen and (max-width: 992px) {
    .pyramid-item {
        flex: 1;
        min-width: 100%;
    }
}

/* Square Tiles Banner */

/* Tiles */
.tile-container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
}

.tile {
    width: 33.333%;
    height: 250px;
    background-color: rgba(0,0,0,.6);
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
}


.tile-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    min-width: 100%;
}

.tile-title {
    position: absolute;
    display: flex;
    font-size: 30px;
    font-weight: bold;
    color: #eee !important;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    z-index: 1;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
}

.tile-content {
    background-color: rgba(0,46,98,.7);
    position: relative;
    font-size: 16px;
    padding: 10%;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 2;
}

.tile:hover .tile-content {
    opacity: 1;
}

.tile:focus .tile-content {
    opacity: 1;
}

div.tile-content:focus,
div.tile-content.focus {
    opacity: 1;
}

.tile:hover .tile-title {
    display: none;
}


@media screen and (max-width: 1200px) {
 
    .tile {
        width: 50%;
    }
}

.tile-p {
    font-size: 18px;
    width: 100%;
}

.tile-hr {
    width: 45%;
    margin: 25px auto;
    max-width: 100px;
    color: #807f84;
}

.tile-btn {
    border: 2px solid #fff;
    background-color: #fff;
    color: #2c3137;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    white-space: normal;
    display: block;
    text-decoration: none !important;
    text-align: center;
}

    .tile-btn:hover {
        border: 2px solid #fff;
        background-color: #2E6CA2;
        color: #fff;
        transition: 0.2s ease-in-out;
        white-space: normal;
    }

    .tile-btn:focus {
        background-color: #2E6AC2;
        color: #fff;
    }


/*Mobile screen: remove hover effect.*/
@media screen and (max-width: 800px) {

    .blur {
        filter: blur(1px);
    }

    .tile {
        height: auto !important;
        width: 100%;
        background-color: rgba(0,0,0,.8);
    }

    .tile-container-static .tile {
        width: 100% !important;
    }

    .tile-title {
        position: static;
        text-align: center;
        height: auto;
        padding: 20px;
    }


    .tile-content {
        background-color: transparent;
        display: block;
        padding-top: 0;
        position: static;
        opacity: 1;
    }

    .tile:hover .tile-title {
        display: flex;
    }
}

.tile-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

}
/* Tile Static*/


.tile-container-background-image-darken {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}

.tile-container-background-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    min-width: 100%;
}


/*End Tiles*/
.floating-banner {
    font-size: 20px;
    background: #041E42;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.floating-banner-heading {
    font-size: 30px;
    text-shadow: 2px 2px 2px #000000;
}

.floating-banner-subtext {
    text-shadow: 2px 2px 2px #000000;
}

.white-btn {
    font-size: 16px;
    margin: auto;
    max-width: 250px;
    border: 2px solid #fff;
    background-color: #fff;
    color: #2c3137;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    white-space: normal;
    display: block;
    text-decoration: none !important;
    text-align: center;
}

    .white-btn:hover {
        border: 2px solid #fff;
        background-color: #2E6CA2;
        color: #fff;
        transition: 0.2s ease-in-out;
        white-space: normal;
    }

    .white-btn:focus {
        background-color: #2E6AC2;
        color: #fff;
    }
/* Gaming Banner */
.gaming-banner-container {
    background-color: #000;
    position: relative;
    height: 250px;
    overflow: hidden;
}

.gaming-banner-img-container {
    position: absolute;
    opacity: .4;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

    .gaming-banner-img-container img {
        position: absolute;
        top: -100%;
        min-width: 100%;
        min-height: 100%;
    }

.gaming-banner-overlay-center {
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    top: 13%;
}

.gaming-banner-headertext {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 2px #000000;
}

.gaming-banner-subtext {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 2px #000000;
}

@media only screen and (max-width: 992px) {
    .gaming-banner-overlay-center {
        top: 20%;
    }

    .gaming-banner-headertext {
        font-size: 40px;
    }

    .gaming-banner-subtext {
        font-size: 22px;
    }
}

@media only screen and (max-width: 768px) {

    .gaming-banner-container {
        height: auto;
        background-color: #373E45;
    }

    .gaming-banner-img-container {
        display: none;
    }

    .gaming-banner-overlay-center {
        padding: 20px;
    }

    .gaming-banner-headertext {
        font-size: 32px;
        color: #fff;
        font-weight: 700;
    }

    .gaming-banner-subtext {
        font-size: 16px;
        color: #fff;
        font-weight: 700;
    }
}

/* Buttons */
.unr-blue-button {
    display: block;
    background-color: #041E42;
    padding: 10px;
    text-align: center;
    color: #fff !important;
    border: 2px solid transparent;
    text-decoration: none !important;
    font-size: 18px;
}

    .unr-blue-button:hover, .unr-blue-button:focus {
        border: 2px solid #2E6CA2;
        background-color: #2E6CA2;
    }

    .unr-blue-button:active {
        background-color: #373E45;
        border: 2px solid #373E45;
    }

.button-center {
    position:static;
    margin: 0 auto;
    max-width: 370px;
}

.unr-button-addborder {
    border: 2px solid #2E6CA2;
}
.unr-button-alt {
    border: 2px solid #2E6CA2;
    background-color: #2E6CA2;
}
    .unr-button-alt:hover, .unr-button-alt:focus {
        border: 2px solid #fff;
    }
/* Content Boxes */
.content-box-block-container {
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    max-width: 1300px;
    margin: auto;
    padding:20px;
}

.content-box-container {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 5%;
    margin-right: 5%;
    max-width:1300px;
    margin:auto;
}

.content-box {
    position: relative;
    display: block;
    flex: 25%;
    margin: 20px;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #EFEFEF;
    min-width: 350px;
  
}

    .content-box h2 {
        text-align: center;
        font-weight: 700;
    }

    .content-box img {
        display:block;
       max-width:100%;
       position:relative;
       margin:0 auto;
    }

.content-box-add-bottom-padding {
    padding-bottom: 100px;
}

.content-box-dock-bottom {
    position: absolute;
    bottom: 20px;
    left:20px;
    right:20px;
}

.content-box-add-side-thumbnail {
    float: left;
}

    .content-box-add-side-thumbnail img {
        width: 100px;
        float: left;
        margin-right: 20px;
    }

@media only screen and (max-width: 992px) {
    .content-box-container {
        margin-left: 0;
        margin-right: 0;
    }

    .content-box {
        max-width: 100%;
    }
}



.unr-bold {
    font-weight: 700;
}

/* Hero Banner */
.hero-container {
    background-color: #000;
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.hero-img-container {
    position: absolute;
    opacity: .4;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

    .hero-img-container img {
        position: absolute;
        top: -100%;
        min-width: 100%;
        min-height: 100%;
    }

.hero-overlay-center {
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    top: 13%;
}

.hero-headertext {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 2px #000000;
}

.hero-subtext {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 2px #000000;
}

@media only screen and (max-width: 992px) {
    .hero-overlay-center {
        top: 20%;
    }

    .hero-headertext {
        font-size: 40px;
    }

    .hero-subtext {
        font-size: 22px;
    }
    
}

@media only screen and (max-width: 768px) {

    .hero-container {
        height: auto !important;
        background-color: #373E45;
    }

    /*.hero-img-container {
        display: none;
    }*/

    .hero-overlay-center {
        padding: 20px;
    }

    .hero-headertext {
        font-size: 32px;
        color: #fff;
        font-weight: 700;
    }

    .hero-subtext {
        font-size: 16px;
        color: #fff;
        font-weight: 700;
    }
}
.hero-static-background-dark-container {
    background-color: rgba(0,0,0,.5);
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding-top:80px;
    padding-bottom:80px;
}
.hero-static-background {
    position: absolute;
    top: -50%;
    left: 0;
    z-index: -1;
    min-height: 100%;
    min-width: 100%;
}
/* Sidebar */
.sidebar-container {
    background-color: #EFEFEF;
    padding: 20px;
    margin-bottom: 20px;
}


/*========ACO TRAVEL PAGES========*/
.travel-card-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
}

.travel-card {
    flex: 50%;
    max-width: 375px;
    min-width: 250px;
    margin: auto;
    text-decoration: none !important;
}

    .travel-card:hover {
        box-shadow: 0px 0px 0px 1px #4b96cf;
    }

.travel-thumb {
    width: 100%;
}

.travel-card-p {
    font-size: 14px;
    color: #373E45;
    padding: 5px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-0 {
    margin: 0px;
}

.padding-0 {
    padding: 0px;
}


.hr-short {
    margin: 0px 0px 15px 0px;
    border: 1px solid #041E42;
    width: 60px;
    box-shadow: 1px 1px 2px #bbb;
    text-align: left;
}

.program-info-box {
    background-color: #373E45;
    color: #fff;
    width: 100%;
    margin: 15px auto;
    padding: 15px;
    box-shadow: 2px 2px 10px #bbb;
}

.program-info-box-header {
    color: #fff;
    font-weight: 700;
    margin: 0px;
    font-size: 26px;
}

.program-info-box ul {
    margin-bottom: 15px;
    padding-left: 15px;
}

.h3-style {
    color: #373e45;
    font-size: 18px;
    margin: 5px;
    font-weight: 700;
}

.open-house li {
    display: inline-block;
}