    /*FONTS*/
    

    
  @import 'https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i';
    @font-face {
        font-family: JacobRiley;
        src: url(../fonts/JacobRiley.otf);
    }
    /*
HOVERNAV
========
A simple addition to the dropdown menu (Bootstrap itself is unchanged). Navbar dropdowns appear on hover.
This works only for screen sizes larger than phones.

If you don't want this, delete this segment of the CSS and delete the corresponding segment of js/bst-plus.js
*/
    
    @media (min-width: 768px) {
        .navbar-nav .open ul {
            display: none
        }
        .navbar-default .navbar-nav > .open > a,
        .navbar-default .navbar-nav > .open > a:hover,
        .navbar-default .navbar-nav > .open > a:focus {
            color: #555;
            background: none
        }
        .navbar-inverse .navbar-nav > .open > a,
        .navbar-inverse .navbar-nav > .open > a:hover,
        .navbar-inverse .navbar-nav > .open > a:focus {
            color: #969696;
            background: none
        }
        .navbar-nav .hovernav:hover > .dropdown-menu {
            display: block
        }
    }
    /*
MEGANAV
=======
A simple addition to the dropdown menu (Bootstrap itself is unchanged). When you add GRAND-CHILD links in the navbar: on screens larger than phones, Meganav will transform the dropdown into a mega-menu, with child-links displayed as menu-column heads (in bold).

If you don't want this, delete this segment of the CSS and delete the corresponding segment of js/bst-plus.js
*/
    
    .mega-menu ul a {
        color: #666;
    }
    
    .mega-menu > ul > li > a {
        font-weight: bold !important
    }
    
    @media (max-width: 767px) {
        .has-children ul {
            display: block !important;
            margin-left: 15px
        }
    }
    
    @media (min-width: 768px) {
        .dropdown.mega-menu {
            position: static;
        }
        .mega-menu > .dropdown-menu {
            left: 0;
            right: 0;
            overflow-x: auto
        }
        .mega-menu > ul > li {
            display: table-cell;
        }
        .mega-menu > ul ul {
            position: relative;
            display: block !important;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            padding: 0
        }
        .dropdown-menu li {
            border-right: 0px solid #e7e7e7;
        }
        .dropdown-menu li li,
        .dropdown-menu li:last-of-type {
            border-right: 0
        }
    }
    
    .dropdown-menu {
        z-index: 999999 !important;
    }
    /*
Max content widths
*/
    
    .size-auto,
    .size-full,
    .size-large,
    .size-medium,
    .size-thumbnail {
        max-width: 100%;
        height: auto
    }
    /*
Site Title
==========
If you require a Site title and a logo, an example of how to do this is provided below (use your own logo):

#site-title a {
    display: inline-block;
	padding-left 60px;
    background: url(../img/logo.png) 0 0 no-repeat;
}
*/
    /*
Main content
*/
    
    #content article {
        margin-bottom: 40px
    }
    
    #content header {
        margin: 20px 0
    }
    
    #content section {
        margin-bottom: 20px
    }
    
    #content footer {
        padding-bottom: 20px
    }
    /*
Sidebar
*/
    
    .sidebar ul,
    .sidebar ol {
        list-style-type: none;
        padding: 0
    }
    
    .sidebar li {
        margin: 10px 0
    }
    /*
Hide form placeholders on focus
*/
    
    input:focus::-webkit-input-placeholder {
        color: transparent;
    }
    
    input:focus:-moz-placeholder {
        color: transparent;
    }
    /* FF 4-18 */
    
    input:focus::-moz-placeholder {
        color: transparent;
    }
    /* FF 19+ */
    
    textarea:focus::-webkit-input-placeholder {
        color: transparent;
    }
    
    textarea:focus:-moz-placeholder {
        color: transparent;
    }
    /* FF 4-18 */
    
    textarea:focus::-moz-placeholder {
        color: transparent;
    }
    /* FF 19+ */
    /*
Site footer
*/
    
    .site-footer ul,
    .site-footer ol {
        list-style-type: none;
        padding: 0
    }
    
    .site-footer li {
        margin: 10px 0
    }
    
    .site-sub-footer p {
        text-align: center
    }
    
    .site-footer p {
        text-align: center
    }
    /*
Commentlist
*/
    
    ol.commentlist {
        counter-reset: li;
        /* Initiate a counter */
        padding: 0
    }
    
    ol.commentlist ul {
        padding: 0
    }
    
    ol.commentlist > li {
        position: relative;
        margin: 0 0 20px 0;
        list-style: none/* Disable the normal item numbering */
    }
    
    ol.commentlist > li:before {
        content: "Thread " counter(li);
        /* Use the counter as content */
        counter-increment: li;
        /* Increment the counter by 1 */
        position: absolute;
        top: 0;
        right: 0;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-bottom-left-radius: 4px;
        padding: 5px 20px 5px 10px;
        color: #999
    }
    
    ol.commentlist li ol,
    ol.commentlist li ul {
        list-style-type: none;
        margin: 0
    }
    
    .commentlist li li {
        background: #f8f8f8;
    }
    
    .commentlist li li li {
        background: #fff
    }
    
    .commentlist li li li li {
        background: #f8f8f8
    }
    
    .commentlist li li li li li li {
        background: #fff
    }
    
    .commentlist li {
        padding: 20px
    }
    
    .commentlist ul li {
        margin-top: 20px;
        margin-bottom: 0
    }
    
    .reply p {
        margin: 0
    }
    /*
WOOCOMMERCE - re-styling to match Bootstrap
===========================================
If you don't want this to use the WooCommerce plugin, or if you don't want these styles below, then delete this entire segment of the CSS and delete the corresponding segment of bst-plus.js

Notice that some of the styles below are for compatibility with Bootstrap Theme. If you are not using Bootstrap Theme, then delete those portions below.
*/
    
    .woocommerce a:focus {
        outline: none
    }
    
    .woocommerce .count {
        background: inherit
    }
    
    .woocommerce .added_to_cart {
        display: block !important
    }
    
    .woocommerce .woocommerce-error:before,
    .woocommerce .woocommerce-info:before,
    .woocommerce .woocommerce-message:before,
    .woocommerce-page .woocommerce-error:before,
    .woocommerce-page .woocommerce-info:before,
    .woocommerce-page .woocommerce-message:before {
        padding-top: 0
    }
    
    .woocommerce #content input.button,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    .woocommerce-page #content input.button,
    .woocommerce-page #respond input#submit,
    .woocommerce-page a.button,
    .woocommerce-page button.button,
    .woocommerce-page input.button {
        /* .btn */
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -moz-user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        /* .btn-primary */
        color: #FFF;
        background: #337AB7;
        border-color: #2E6DA4;
        /* BOOTSTRAP THEME .btn-primary */
        background-image: linear-gradient(to bottom, #337AB7 0px, #265A88 100%);
        background-repeat: repeat-x;
        border-color: #245580;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
        /* Extra fixes */
        text-shadow: none;
        /* box-shadow: none; */
        /* Un-comment the line above if you are not using the BOOTSTRAP THEME. */
    }
    
    .woocommerce #content input.button:hover,
    .woocommerce #respond input#submit:hover,
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover,
    .woocommerce-page #content input.button:hover,
    .woocommerce-page #respond input#submit:hover,
    .woocommerce-page a.button:hover,
    .woocommerce-page button.button:hover,
    .woocommerce-page input.button:hover {
        /* .btn-primary:hover */
        color: #FFF;
        background: #286090;
        border-color: #204D74;
        /* BOOTSTRAP THEME .btn-primary:hover */
        background-color: #265A88;
        background-position: 0px -15px;
    }
    
    .woocommerce #content input.button.alt,
    .woocommerce #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce-page #content input.button.alt,
    .woocommerce-page #respond input#submit.alt,
    .woocommerce-page a.button.alt,
    .woocommerce-page button.button.alt,
    .woocommerce-page input.button.alt {
        /* .btn */
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -moz-user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        /* .btn-success */
        color: #FFF;
        background-color: #5CB85C;
        border-color: #4CAE4C;
        /* BOOTSTRAP THEME .btn-success */
        background-image: linear-gradient(to bottom, #5CB85C 0px, #419641 100%);
        background-repeat: repeat-x;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
        /* Extra fixes */
        text-shadow: none;
        /* box-shadow: none; */
        /* Un-comment the line above if you are NOT using the BOOTSTRAP THEME. */
    }
    
    .woocommerce #content input.button.alt:hover,
    .woocommerce #respond input#submit.alt:hover,
    .woocommerce a.button.alt:hover,
    .woocommerce button.button.alt:hover,
    .woocommerce input.button.alt:hover,
    .woocommerce-page #content input.button.alt:hover,
    .woocommerce-page #respond input#submit.alt:hover,
    .woocommerce-page a.button.alt:hover,
    .woocommerce-page button.button.alt:hover,
    .woocommerce-page input.button.alt:hover {
        /* Extras fixes */
        background: none;
        text-shadow: none;
        /* .btn-success:hover */
        color: #FFF;
        background-color: #449D44;
        border-color: #398439;
        /* BOOTSTRAP THEME .btn-success:hover */
        background-color: #419641;
        background-position: 0px -15px;
    }
    
    .woocommerce .woocommerce-error,
    .woocommerce-page .woocommerce-error {
        /* Extra fixes */
        padding: 0;
        margin: 0;
        position: relative;
        border-top: none;
        background: none;
        text-shadow: none;
        list-style: outside none none !important;
        width: auto;
        /* box-shadow: none; */
        /* Un-comment the line above if you are NOT using the BOOTSTRAP THEME. */
        /* .alert */
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
        /* .alert-danger */
        color: #A94442;
        background-color: #F2DEDE;
        border-color: #EBCCD1;
        /* BOOTSTRAP THEME .alert */
        text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
        /* BOOTSTRAP THEME .alert */
        background-image: linear-gradient(to bottom, #F2DEDE 0px, #E7C3C3 100%);
        background-repeat: repeat-x;
        border-color: #DCA7A7;
    }
    
    .woocommerce .woocommerce-error:after,
    .woocommerce .woocommerce-error:before,
    .woocommerce-page .woocommerce-error:after,
    .woocommerce-page .woocommerce-error:before {
        display: none;
    }
    /* START CUSTOM CSS */
    
    body {
        font-family: 'Merriweather', serif;
        font-weight: 300;
        letter-spacing: 1px;
        -webkit-font-smoothing: antialiased;
    }
    
    h1 {
        line-height: 1.5
    }
    
    h2 {
        line-height: 1.5
    }
    
    h3 {
        line-height: 1.5
    }
    
    h4 {
        line-height: 1.5
    }
    
    h5 {
        line-height: 1.5
    }
    
    h6 {
        line-height: 1.5
    }
    
    p {
        font-size: 18px;
        line-height: 1.5;
    }
    
    .lead {
        font-size: 22px;
        line-height: 1.5;
        font-weight: 600;
    }
    /* LANDING PAGE THANGS */
    
    #full-section {
        height: 75vh;
        position: relative;
    }

  #full-section2 {
        height: 75vh;
        position: relative;
    }

  #full-section3 {
        height: 75vh;
        position: relative;
    }

  #full-section4 {
        height: 75vh;
        position: relative;
    }

  #full-section5 {
        height: 75vh;
        position: relative;
    }

  #full-section6 {
        height: 75vh;
        position: relative;
    }
 .section-afford {
        color: #fff;
        background-image: url("../img/blue-topo-bg.jpg");
        
        background-position-x: 70%;
        background-position-y: 40%;
    }
    
    .section-1 {
        color: #fff;
        background-image: url("../img/section-1.jpg");
        background-size: cover;
        background-position-x: 70%;
        background-position-y: 40%;
    }
    
    .section-2 {
        color: #fff;
        background-image: url("../img/section-2.jpg");
        background-size: cover;
        background-position-x: 54%;
        background-position-y: 0%;
    }
    
    .section-3 {
        color: #fff;
        background-image: url("../img/section-3.jpg");
        background-size: cover;
        background-position-x: 76%;
        background-position-y: bottom;
    }
    
    .section-4 {
        color: #fff;
        background-image: url("../img/section-4.jpg");
        background-size: cover;
        background-position-x: 64%;
        background-position-y: bottom;
    }
    
    .section-5 {
        color: #fff;
        background-image: url("../img/section-5.jpg");
        background-size: cover;
    }
    
    .section-6 {
        color: #fff;
        background-image: url("../img/section-6.jpg");
        background-size: cover;
        background-position-x: 45%;
        background-position-y: bottom;
    }
    
    .section-headline {
        font-family: 'JacobRiley', serif;
        font-size: 5em;
        text-transform: uppercase;
        padding-top: 2%;
    }
    
    .section-headline-first {
        font-family: 'JacobRiley', serif;
        font-size: 6em;
        text-transform: uppercase;
    }
    
    .cta-section-text {
        text-align: left;
        font-family: 'Merriweather', serif;
        font-weight: 600;
        float: left;
        width: 65%;
        margin-left: 11%;
    }
    
    .text-shadow {
        text-shadow: 0px 0px 17px black;
    }
    
    .text-shadow-headline {
        text-shadow: 0px 0px 77px black;
    }
    
    .cta-section-chevron {
        float: right;
        width: 24%;
        padding-left: 5%;
    }
    
    .cta-section-chevron img {
        height: auto;
        width: 30px;
        padding-top: 9%;
    }
    
    .cta-section-border {
        border-bottom: 1px solid #08354b;
    }
    
    .cta-section-border-white {
        border-bottom: 1px solid #ffffff;
    }
    
    #full-section .container {
        padding-top: 3%;
    }

   #full-section2 .container {
        padding-top: 3%;
    }

   #full-section3 .container {
        padding-top: 3%;
    }

   #full-section4 .container {
        padding-top: 3%;
    }

   #full-section5 .container {
        padding-top: 3%;
    }

   #full-section6 .container {
        padding-top: 3%;
    }
    
    .full-section-headline {
        height: 77%;
    }
#full-section-tuition {
    position: relative;
}
    #full-section .full-section-link, #full-section-tuition .full-section-link {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-indent: -9999px;
        z-index: 1000;
    }

 #full-section2 .full-section-link, #full-section-tuition .full-section-link {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-indent: -9999px;
        z-index: 1000;
    }

 #full-section3 .full-section-link, #full-section-tuition .full-section-link {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-indent: -9999px;
        z-index: 1000;
    }

 #full-section4 .full-section-link, #full-section-tuition .full-section-link {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-indent: -9999px;
        z-index: 1000;
    }

 #full-section5 .full-section-link, #full-section-tuition .full-section-link {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-indent: -9999px;
        z-index: 1000;
    }

 #full-section6 .full-section-link, #full-section-tuition .full-section-link {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-indent: -9999px;
        z-index: 1000;
    }
    /* COLORS - APPLY A CLASS TO MAKE SOMETHING THAT COLOR */
    
    .lsu-gold {
        color: #9e8862;
    }
    
    .lsu-gold-bg {
        background-color: #9e8862;
    }
    
    .lsu-blue {
        color: #08354b;
    }
    
    .lsu-blue-bg {
        background-color: #08354b;
    }
    
    .lsu-gray {
        color: #dcdbd1;
    }
    
    .lsu-gray-bg {
        background-color: #dcdbd1;
    }
    
    .lsu-white {
        color: #ffffff;
    }
    
    .lsu-white-bg {
        background-color: #ffffff;
    }
    /* PAGE ELEMENTS */
    
    #page-title {
        width: 100%;
        background-image: url("../img/deep-blue-texture.jpg");
        background-repeat: repeat;
        font-family: 'Merriweather', serif;
        font-weight: 300;
    }
    
    h1#site-title {
        padding-top: 2%;
        padding-bottom: 3.7%;
    }
    
    #site-title > a {
        color: #ffffff;
    }
    
    #secondary-page {
        background-color: #e8e7e0;
        font-family: 'Merriweather', serif;
        font-weight: 300;
        letter-spacing: 1px;
        color: #08354B;
        padding-top: 2%;
    }
    
    #secondary-page p,
    #secondary-page .lead {
        line-height: 1.8!important;
    }
    
    #secondary-page .lead {
        font-size: 18px!important;
    }
    
    p {
        color: #08354B;
    }
    
    #content header {
        display: none;
    }
    
    #secondary-page-title {
        width: 100%;
        background-image: url("../img/cardboard-texture.jpg");
        background-repeat: repeat;
        font-family: 'Merriweather', serif;
        font-weight: 300;
        color: #ffffff;
        overflow-y: hidden;
    }
    
    #secondary-page-title h2 {
        font-weight: 300;
        padding-top: 8%;
        line-height: 1.5;
        /*  position: absolute;*/
    }
    
    .lsu-breadcrumbs {
        text-align: right;
        padding-top: 20%;
        color: #e8e7e0;
    }
    
    .lsu-breadcrumbs a {
        color: #e8e7e0;
    }
    
    .lsu-breadcrumbs a:hover {
        color: #e8e7e0;
    }
    
    .transparent-compass {
        height: 160px;
        width: 250px;
        position: relative;
        left: 3%;
        background: url("../img/transparent-compass.png") no-repeat left center transparent;
        float: left;
    }
    
    #stroked-sidebar {
        border-image: url("../img/img-border.png") 32 14 21 37;
        border-width: 18px;
        border-style: solid;
    }
    
    .wrapper-sidebar {
        background-color: #ffffff;
        padding: 3% 4%;
        font-size: 1.2em;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    
    ul#menu-transfer-menu {
        padding: 0px!important;
    }
    
    table#lsu-table {
        background-color: #fff;
        border-radius: 5px;
    }
    
    #lsu-table thead {
        color: #9E8862;
        vertical-align: middle!important;
        text-transform: uppercase;
    }
    
    #lsu-table h2 {
        margin-top: 0px!important;
        margin-bottom: 0px!important;
        font-size: 1.7em;
        font-weight: 600;
    }
    
    #lsu-table tbody {
        color: #08354B;
    }
    
    #lsu-table .vertical-head {
        font-weight: 600;
        color: #9E8862;
    }
    
    #lsu-table td {
        padding: 15px;
        vertical-align: middle!important;
    }
    
    #lsu-table th {
        padding: 15px;
    }
    
    .bs-margin-0 {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
    
    .adj-top-padding {
        padding-top: 45px!important;
    }
    
    .adj-top-padding-callout {
        padding-top: 30px!important;
    }
    
    #secondary-page a {
        color: #9e8862;
        font-weight: 500;
    }
    
    .list-group-item {
        border: 0px solid transparent!important;
    }
    /* LOWER NAVIGATION */
    
    .lower-nav>li {
        padding: 0px 5px;
    }
    
    .lower-nav>li>a {
        color: #08354b!important;
        font-weight: 400;
        font-size: 1.5em;
        padding-top: 15px!important;
        padding-bottom: 15px!important;
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
    
    .lower-nav>li:hover>a {
        color: #ffffff!important;
        background-color: #a99879!important;
        border-radius: 4px;
    }
    
    .lower-nav>li.menu-item-has-children:hover>a {
        border-radius: 4px 4px 0px 0px;
    }
    
    ul#menu-main-menu {
        margin-top: 45px;
    }
    
    .lower-nav ul.dropdown-menu {
        background-color: #a99879;
        border: none;
        border-radius: 0px 4px 4px 4px!important;
        margin: 5px;
    }
    
    .dropdown-menu>.active>a,
    .dropdown-menu>.active>a:focus,
    .dropdown-menu>.active>a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #08354b !important;
        outline: 0;
    }
    
    .lower-nav ul.dropdown-menu li a {
        color: #efefef;
        font-size: 1.3em;
        font-weight: 400;
        line-height: 2;
    }
    
    .lower-nav ul.dropdown-menu li:hover a {
        color: #ffffff;
        background-color: #9e8862!important;
    }
    
    #call-out-section-w-compass {
        font-family: 'Merriweather', serif;
        font-weight: 300;
        color: #ffffff;
        overflow-y: hidden;
    }
    
    .transparent-compass-landing {
        height: 279px;
        width: 283px;
        position: relative;
        left: 3%;
        background: url("../img/call-out-compass.png") no-repeat left center transparent;
        float: left;
    }
    
    #call-out-text h2,
    #call-out-text p,
    #call-out-text .lead {
        color: #ffffff;
    }
    
    #call-out-text {
        padding-top: 8%;
    }
    
    .transparent-compass-footer {
        bottom: 0.2%;
    }
    
    .row {
        margin-right: 0px!important;
    }
    
    .call-out-link {
        color: #ffffff;
    }
    
    .call-out-link:active,
    .call-out-link:hover {
        color: #ffffff;
    }
    
    .call-out-link:after {
        content: "\0000a0";
        display: inline-block;
        height: auto;
        width: 12px;
        height: 16px;
        line-height: 1;
        margin: 0 0 0 2%;
        position: relative;
        top: -1px;
        left: 0px;
        background: url("../img/cta-chevron-white.png") no-repeat left center transparent;
        background-size: 100% 100%;
    }
    
    .panel-default>.panel-heading {
        color: #9e8862!important;
        background-color: #08354B!important;
        border-color: #08354B!important;
        padding-top: 17px!important;
        padding-bottom: 15px!important;
    }
    
    a.accordion-toggle {
        color: #fff!important;
        font-weight: 100!important;
        font-size: .9em!important;
    }
    
    a.accordion-toggle:hover,
    a.accordion-toggle:active {
        text-decoration: none!important;
    }
    
    .panel-body {
        color: #08354b;
        line-height: 1.8;
    }
    
    .cta-toggle {
        color: #928862;
        font-weight: 600!important;
        display: block;
        text-align: right;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    
    .cta-toggle:after {
        content: "\0000a0";
        display: inline-block;
        height: auto;
        width: 12px;
        height: 16px;
        line-height: 1;
        margin: 0 0 0 2%;
        position: relative;
        top: -1px;
        left: 0px;
        background: url("../img/cta-chevron-gold.png") no-repeat left center transparent;
        background-size: 100% 100%;
    }
    
    #primary-sidebar h4 {
        font-weight: 600;
        line-height: 1.4;
    }

#primary-sidebar ul
{
    padding-left:15px;
}
    
    .hotel-listing p {
        font-size: .8em;
    }
    
    .hotel-listing {
        padding-bottom: 15px;
    }
    
    .cta-hotel {
        color: #928862;
        font-weight: 600!important;
        display: block;
        text-align: right;
    }
    
    .cta-hotel:after {
        content: "\0000a0";
        display: inline-block;
        height: auto;
        width: 12px;
        height: 16px;
        line-height: 1;
        margin: 0 0 0 2%;
        position: relative;
        top: -1px;
        left: 0px;
        background: url("../img/cta-chevron-gold.png") no-repeat left center transparent;
        background-size: 100% 100%;
    }
    /*OVERRIDING FOOTER STYLES*/
    
    footer {
        font-family: "Merriweather", serif!important;
        padding-top: 60px;
        line-height: 1.8;
    }
    
    footer ul li,
    ol li {
        margin-bottom: 5px;
        font-weight: 400!important;
    }
    
    .footer-header {
        font-weight: 300!important;
    }
    
    .btn-footer {
        text-transform: uppercase;
        font-weight: 600!important;
    }
    
    a.btn.btn-default.btn-footer.admission-btn,
    a.btn.btn-default.btn-footer {
        margin-bottom: 30px!important;
        padding: 6px 18px;
    }
    
    footer small {
        font-size: 70%!important;
    }
    
    .at-a-glance-page {
        background-image: url("../img/at-a-glance-bg.jpg");
        height: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    h1.at-a-glance-number {
        font-family: 'JacobRiley', cursive;
        color: #ffffff;
        font-size: 4em;
        text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.55);
        text-align: right;
    }
    
    .at-a-glance-number small {
        font-size: .4em;
        color: white;
        top: -8px;
        position: relative;
    }
    
    p.at-a-glance-sub {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
        font-style: italic;
        text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.55);
        line-height: 1.4!important;
        vertical-align: middle;
        display: inline-block;
    }
    
    .at-a-glance-text-container {
        height: auto;
        line-height: 100px;
    }
    
    .at-a-glance-container {
        padding-top: 15%;
        padding-bottom: 15%;
    }
    
    .at-a-glance-stat {
        margin-bottom: 4%;
    }
    
    .staff-listing-text {
        background-color: #ffffff;
        padding: 8% 4%;
        ;
        text-align: center;
        min-height: 218px;
    }
    
    .media-heading {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 1.4em;
        font-weight: 600;
        padding-top: 10px;
    }
    
    .staff-listing-text h4 {
        font-size: 1em;
        line-height: 1.4;
        font-style: italic;
    }
    
    ul.staff-info {
        list-style-type: none;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 0;
        font-size: 13px;
        line-height: 1.4;
    }
    
    .lsu-staff-listing {
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 4px;
    }
    
    .jr-heading {
        font-family: 'JacobRiley', cursive;
        text-transform: uppercase;
    }
    
    .hr-secondary-page {
        border-top: 1px solid #cdcbbc;
    }
    
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-backface-visibility: hidden;
    }
    
    .tour-guide-listing {
        prespective: 1000px;
        width: 100%;
        height: 400px;
        position: relative;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        transition: all 1s ease-in-out;
        margin: 5px;
    }
    
    .tour-guide-listing-front {
        position: absolute;
        top: 0;
        left;
        width: 100%;
        height: 100%;
        background: #08354B;
        padding: 0px;
        border-radius: 4px;
        text-align: center;
        color: #ffffff;
    }
    
    .tour-guide-listing-back {
        position: absolute;
        top: 0;
        left;
        width: 100%;
        height: 100%;
        background: #ffffff;
        color: #08354B;
        padding: 0px;
        border-radius: 4px;
        text-align: center;
        padding: 25px 15px;
    }
    
    .tour-guide-listing-front {
        z-index: 2;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transition: all 1s ease-in-out;
    }
    
    .tour-guide-listing-img {
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }
    
    .tour-guide-listing-img img {
        /*position: absolute;
    left: -1000%;
    right: -1000%;
    top: -960%;
    bottom: -1000%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;*/
    }
    /********************/
    
    .tour-guide-listing-back {
        z-index: 1;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    
    .tour-guide-listing-back ul {
        padding: 0;
        list-style: none;
    }
    
    .tour-guide-listing-back ul li {
        margin-bottom: 10px;
        font-size: 18px;
    }
    
    .tour-guide-listing-back ul li a {
        color: #fff;
    }
    /*******************/
    
    .tour-guide-listing:hover {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    
    .tour-guide-listing:hover .tour-guide-listing-front {
        z-index: 0;
    }

 .at-a-glance-page {
            background: url("../img/at-a-glance-bg.jpg") no-repeat center center fixed;
            background-size: cover;
        }
        .at-a-glance-page-container {
            height: auto;
            padding-top: 0px;
            padding-bottom: 0px;
            overflow: auto;
        }

a:hover {
    text-decoration: underline;
  }
  #site-title-container {
    height: 192px;
    position: relative;
    z-index: 1;
    background-image: url('assets/img/blue-paint.png');
  }
  
  #title-row {
    background-image: url('assets/img/rectangle-2.png');
    height: 200px;
  }
  
  body {
    background-color: #DCDBD1;
    font-family: Merriweather, Sans-Serif;
  }
  
  h1, h2, h4, h4 {
    color: #003358;
  }
  
  #site-title-container h1 {
    font-weight: normal;
    color: #fff !important;
    ;
  }
  
  #page-title-container {
    background-image: url('assets/img/brown-paper-bg.png');
    height: 250px;
    margin-top: -192px;
    z-index: -1;
    padding-top: 170px;
  }
  
  #page-title {
    color: #fff;
    font-weight: normal;
  }
  #breadcrumbs a, #breadcrumbs a:visited{
    color: #ffffff;
    font-weight: bold;
  }
  #breadcrumbs {
    color: #fff;
    padding-top: 35px;
    text-align: center;
    font-family: Merriweather, serif;
  }
  
  #hero {
    background-image: url('assets/img/header-image.jpg');
    min-height: 600px;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  
  #hero::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(96, 73, 41, 0.64) 0%, rgba(46, 46, 46, 0.64) 50%, rgba(96, 73, 41, 0.64) 100%);
    opacity: 1;
  }
  
  #hero-intro {
    padding-bottom: 30px;
    color: #fff;
  }
  
  #hero button {
    margin-bottom: 20px;
  }
  
  .btn-lasalle {
    width: 100%;
    text-align: left;
    color: #fff;
    background: 0;
    border: 2px solid #fff;
    padding-right: 50px;
  }
  
  button.btn-lasalle::after {
    content: "";
    width: 14px;
    right: 30px;
    margin-top: 4px;
    height: 14px;
    background-image: url('assets/img/btn-arrow.svg');
    background-repeat: no-repeat;
    margin-left: 20px;
    position: absolute;
  }
  
  .section-headline {
    color: #003358;
  }
  
  .cta-link, .cta-link:hover {
    margin-right: 20px;
    color: #837051;
    font-weight: bold;
    margin-top: 10px;
  }
  
  .cta-link::after {
    content: "";
    width: 14px;
    margin-top: 4px;
    right: 10px;
    height: 14px;
    position: absolute;
    background-color: #837051;
    -webkit-mask: url(assets/img/btn-arrow.svg) no-repeat;
    mask: url(assets/img/btn-arrow.svg) no-repeat;
  }
  
  .gradient-overlay::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(96, 73, 41, 0.64) 0%, rgba(46, 46, 46, 0.64) 50%, rgba(96, 73, 41, 0.64) 100%);
    opacity: 1;
  }
  
  .gradient-wrapper {
    position: relative;
  }
  
  .play-overlay {
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  .zoom-hover {
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  .zoom-hover:hover {
    width: 50%;
    height: 50%;
  }
  
  .gold-stroke {
    background: #ae9975;
    margin-top: -60px;
    position:relative;
    margin-bottom:60px;
  }
  .gold-stroke::before {
    background-image: url(assets/img/gold-bar-top.png);
    height:49px;
    position: absolute;
    content: " ";
    top:-40px;
    color:transparent;
    background-repeat: repeat-x;
    width:100%;
  }
  .gold-stroke::after{
    background-image: url(assets/img/gold-bar-bottom.png);
    height:44px;
    position: absolute;
    content: " ";
    color:transparent;
    background-repeat: repeat-x;
    width:100%;
  }
  .gold-stroke h3 {
    margin-top:0px;
  }
  .bold-statement h3, .bold-statement h4 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }
  
  .bold-statement h3 {
    padding-top: 40px;
    font-family: 'Jacob-Riley';
  }
  
  .beyond-icon {
    position: absolute;
    top: 10%;
    left: 40%;
    z-index: 10;
  }
  
  .beyond-text {
    position: absolute;
    z-index: 10;
    top: 30%;
    color: #fff;
    text-align: center;
    padding: 20px;
  }
  
  .beyond-text p {
    font-style: italic;
    font-size: 18px;
    font-weight: lighter;
  }
  
  .beyond-link {
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 10;
  }
  
  .beyond-link a, .beyond-link a:hover {
    color: #fff;
  }
  
  .beyond-link a::after {
    content: "";
    width: 14px;
    margin-top: 4px;
    right: 0px;
    height: 14px;
    position: absolute;
    background-color: #fff;
    -webkit-mask: url(assets/img/btn-arrow.svg) no-repeat;
    mask: url(assets/img/btn-arrow.svg) no-repeat;
  }
  
  .beyond-text h5 {
    font-weight: bold;
  }
  .topographic-bg {
    background-image: url('assets/img/topographic-bg.png');
  
  }
  .swiper-container {
    width: 100%;
  }
  
  /**
   * Swiper 4.0.7
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * http://www.idangero.us/swiper/
   *
   * Copyright 2014-2017 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: November 28, 2017
   */
  
  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
  }
  
  .swiper-container-no-flexbox .swiper-slide {
    float: left;
  }
  
  .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  .swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  
  .swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  
  .swiper-invisible-blank-slide {
    visibility: hidden;
  }
  
  /* Auto Height */
  
  .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
  
  /* 3D Effects */
  
  .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  
  .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  
  /* IE10 Windows Phone 8 Fixes */
  
  .swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  
  .swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  
  .swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    margin-left: 0;
    right: auto;
    color: #837051;
    font-size: 2em;
  }
  
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    color: #837051;
    font-size: 2em;
  }
  
  .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  
  .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  
  .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  
  .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  
  /* Common Styles */
  
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  
  /* Bullets */
  
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
  }
  
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }
  
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #837051;
  }
  
  .swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
  }
  
  .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }
  
  .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
  }
  
  .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  }
  
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  
  .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
  
  .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  }
  
  .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  }
  
  /* Progress */
  
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
  
  .swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  
  .swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
  }
  
  .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
  }
  
  .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
  }
  
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
  }
  
  .swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
  }
  
  .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
  }
  
  /* Scrollbar */
  
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  
  .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  
  .swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  
  .swiper-zoom-container>img, .swiper-zoom-container>svg, .swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .swiper-slide-zoomed {
    cursor: move;
  }
  
  /* Preloader */
  
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }
  
  .swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  
  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  /* a11y */
  
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }
  
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  
  .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  
  .swiper-container-cube {
    overflow: visible;
  }
  
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  
  .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
  
  .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
  }
  
  .swiper-container-flip {
    overflow: visible;
  }
  
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  
  .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  
  .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
  }
  
  white {
    background: rgba(255, 255, 255, .25);
  }
  
  .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
  }
  
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
  }
  
  .swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25);
  }
  
  .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
  }
  
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
  }
  
  .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  
  .swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  
  .swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .swiper-slide-zoomed {
    cursor: move;
  }
  
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }
  
  .swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  
  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }
  
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  
  .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  
  .swiper-container-cube {
    overflow: visible;
  }
  
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  
  .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  
  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  
  .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
  }
  
  .swiper-container-flip {
    overflow: visible;
  }
  
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  
  .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  
  .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
  }
  .rankings {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  }
  .rankings-text {
  margin-top: 20px;
  color: #003358;;
  }
  .more-button {
    width: 100%;
    padding: 6px;
    background-color: #9e8862;
    margin-bottom: 20px;
    min-height: 56px;
  }
  .more-button p{
  
    min-height: 56px;
  }
  .more-link, .more-link:hover {
  color: #fff;
  }
  
  .considered-container h5 {
      color:#003358;
  }
  .chevron-list{
    list-style-type: none;
    padding-left:0;
  }
  .chevron-list a, .chevron-list a:hover {
    color: #837051;
  }
  .chevron-list a:hover {
    text-decoration: underline;
  }
  .chevron-list li:before {
  content:'';
  display:inline-block;
  height:1em;
  width:1em;
  background-size:contain;
  background-repeat:no-repeat;
  background-color: #837051;
  -webkit-mask: url(assets/img/btn-arrow.svg) no-repeat;
  mask: url(assets/img/btn-arrow.svg) no-repeat;
  padding-left: 2em;
  color: #003358;
  }
  .spacer {
  padding-top: 20px;
  padding-bottom: 10px;
  }
 .major-modal .modal-header, .major-modal .modal-body {
    background-color: #E7E7E0;
    color:#003358;
  }
  .major-modal.modal-title{
    color:#003358 !important;
  }

  .major-modal {
    border-radius: 10%;
  }

  .btn-cta {
    border: 2px solid #003358;
    color: #fff !important;
    margin-bottom: 4%;
    text-transform: none;
    padding: 10px 26px;
    font-size:18px;
    border-radius: 4px;
    background-color: #003358;
    margin-right:10px;
}

.btn-cta::after,
.btn-cta:hover::after {
    content: "\0000a0";
    display: inline-block;
    width: 12px;
    height: 16px;
    line-height: 1;
    position: relative;
    top: 0;
    left: 0;
    margin-left:8px;
}

.btn-cta::after {
    background: url(https://www.lasalle.edu/wp-content/themes/homepage-theme/css/img/cta-chevron-white.png) left center no-repeat;
    background-size: 100% 100%
}

.btn-cta:active,
.btn-cta:hover {
    background-color: #0a344b;
    color: #fff !important;
    text-decoration: none !important;
}
.btn-cta:active, .btn-cta:hover {
    background-color: transparent;
    color: #003358 !important;
    text-decoration: none !important;
}
.btn-cta:hover::after {
    background: url(https://www.lasalle.edu/wp-content/themes/homepage-theme/css/img/cta-chevron-blue.png) left center no-repeat;
        background-size: auto;
    background-size: 100% 100%;
}

 /* Apply Page Styles */

#section-title {background-color:#003358; width: 100%; min-height:80px;}
#section-title h2 {color:#fff; font-family: 'Merriweather', serif; font-weight: normal; margin-top:24px;}
#stroked-sidebar h4 {color:#003358; font-family: 'Merriweather', serif; font-weight: bold;}
#stroked-sidebar ul li {list-style-type: none; font-family: 'Merriweather', serif;margin-bottom:6px;}
#stroked-sidebar ul {margin:0;padding:0; margin-left:20px; }
#stroked-sidebar ul .current_page_item:before {content: " "; display: inline-block; height: auto; width: 16px; height: 18px; line-height: 1; margin: 0 0 0 10px; position: relative; top: 1px; left: -14px; background: url(https://www.lasalle.edu/wp-content/themes/homepage-theme/css/img/cta-chevron-blue.png) no-repeat left center transparent; background-size: auto; background-size: auto; background-size: 100% 100%;}
#stroked-sidebar ul a {color:#9E8862; }
#hero-image {width: 100%; height: 500px; background: url(https://www.lasalle.edu/test-theme-2019/files/2019/06/founders-hall-hero-1.jpg) no-repeat center 100%; background-size: auto; background-size: cover;}
#hero-image h2 {color:#fff; font-family: 'Merriweather', serif; font-weight: bold; text-shadow: -1px -1px 14px rgba(0,0,0,.7); margin-top:435px;}
#page-body {background-color: #DCDBD1; padding-top:40px; padding-bottom:40px;}
#breadcrumbs {text-align: left; background-color: #DCDBD1; color:#003358;}
#breadcrumbs a, #breadcrumbs a:visited {color:#005999;}
#breadcrumbs a, #breadcrumbs a:visited {color:#005999;}

 /* Admissions Styles */
 
 #page-body h4 {font-family: 'Merriweather', serif; color:#003358;}
 .cta-bg {background-color: #003358; height:140px; padding:20px;}
 .hero-cta-box h4 {color:#fff; font-family: 'Merriweather', serif; margin-top:0px; [padding-top:0px;]}
.hero-cta-box p {color:#fff; font-size:1em;}
 #admissions-nav {background-color: #DCDBD1;; color:#003358; }
 .cta-spacer {margin-right:4px; background: transparent;}
 .cta-wrapper {margin-top:340px;}
 .desktop-cta-wrapper {margin-top:20px;}
 .desktop-cta-wrapper  .cta-bg {margin-bottom:20px;}
 #desktop-cta-features { background-color: #fff;}
 .admissions-nav-list {list-style-type:none; padding:0; margin:0; }
 .admissions-nav-list a {text-decoration: none; color:#003358 !important; font-family: 'Merriweather', serif; font-size 1.3em;}
 .admissions-nav-list li  {float:left;}
 .admissions-nav-list a:hover {text-decoration: underline;}
 .slicknav_menu {background-color:transparent !important; font-family: 'Merriweather', serif;  text-align:center !important; }
 .slicknav_btn {float:none; font-weight:normal !important; font-family: 'Merriweather', serif;  background-color:transparent !important; float:none !important; text-decoration:none !important; }
 .slicknav_icon {display: none;}
 .slicknav_menu .slicknav_menutxt {float: none !important; padding:0 !important; margin:0 !important;  font-size:1.2em}
 #menu {padding-top:20px;padding-bottom:40px;}
 .slicknav_nav a:hover,.slicknav_nav a:active, .slicknav_nav a:visited, .slicknav_nav a:focus {-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px !important; background:transparent !important; color:#003358 !important; text-decoration: none !important;}
 .slicknav_nav { font-size: 1em !important;}
 .featured-cta-link {color: #aa9775 !important; font-family: 'Merriweather', serif; font-weight: bold; cursor: pointer; margin-right:20px !important;}
.featured-cta-link::after {content: ""; width: 14px; margin-top: 4px; height: 14px; margin-left:10px;position: absolute; background-color: #aa9775; -webkit-mask: url(../img/btn-arrow.svg) no-repeat; mask: url(../img/btn-arrow.svg) no-repeat;}
#featured-dates {background-color:#003358; font-family: 'Merriweather'; color:#fff; padding-bottom:20px;}
#featured-dates h3 {font-weight: normal; margin-bottom:20px;}
.featured-dates-month, .featured-dates-date {display:block; margin-left:10px;}
.featured-dates-month {font-size:1.2em;}
.featured-dates-date {font-size:2em;}
.featured-dates-title {font-size:1.4em;}
.date-wrapper {color:#003358; background-color: #dcdbd1; border-radius: 50%; width:6em; height:6em; padding:14px;}
#by-the-numbers {padding-top:40px; padding-bottom:40px;}
.by-the-numbers-number {display: block; text-align:center; color:#003358; font-weight:bold; font-size:33px; margin-top:20px;}
.by-the-numbers-statement {font-family: 'Merriweather', serif; text-align:center; font-size: 1.2em; color:#003358;font-weight: bold; margin-bottom:20px;display:block;}
.white-bg {background-color:#fff !important;}
 /*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}

  /*==================================================
  =            Bootstrap 3 Media Queries             =
  ==================================================*/
  
  
  
  
      /*==========  Mobile First Method  ==========*/
  
      /* Custom, iPhone Retina */
      @media only screen and (min-width : 320px){
  
      }
  
      /* Extra Small Devices, Phones */
      @media only screen and (min-width : 480px){
  
      }
  
      /* Small Devices, Tablets */
      @media only screen and (min-width : 768px){
  
      }
  
      /* Medium Devices, Desktops */
      @media only screen and (min-width : 992px){
  
      }
  
      /* Large Devices, Wide Screens */
      @media only screen and (min-width : 1200px){
  
      }
  
  
  
      /*==========  Non-Mobile First Method  ==========*/
  
      /* Large Devices, Wide Screens */
      @media only screen and (max-width : 1200px){
  
      }
  
      /* Medium Devices, Desktops */
      @media only screen and (max-width : 992px){
        
      #hero {
        padding-bottom: 100px;
      }
      .gradient-wrapper {
        margin-bottom: 26px;
      }
      }
  
      /* Small Devices, Tablets */
      @media only screen and (max-width : 768px){
        #section-title h2 {font-size:26px;}

  
      }
  
      /* Extra Small Devices, Phones */
      @media only screen and (max-width : 480px){
  
      }
  
      /* Custom, iPhone Retina */
      @media only screen and (max-width : 320px){
  
      }
  .slider-text {
      padding-right: 50px;
  }
  .slider-cta:after {
      right: 40
          px;
  }
  .cta-right-align {
    text-align: right;
    margin-top: -20px;
  }
  
  .cta-right-align .cta-link::after {
  
    margin-right:30px;
  }


    /*==========  Mobile First Method  ==========*/
    /* Custom, iPhone Retina */
    
    @media only screen and (min-width: 320px) {
        .cta-section-text {
            margin-left: 0%;
            width: 70%;
        }
        .cta-section-chevron {
            width: 30%;
            padding-left: 0%;
        }
        .cta-section-border {
            border-bottom: 1px solid #08354b;
        }
    }
    /* Extra Small Devices, Phones */
    
    @media only screen and (min-width: 480px) {
        .cta-section-text {
            margin-left: 0%;
            width: 60%;
        }
        .cta-section-chevron {
            width: 40%;
            padding-left: 0%;
        }
    }
@media only screen and (max-width: 768px) {
#full-section-tuition {
        height: 720px;
        }
        

}
    /* Small Devices, Tablets */
    
    @media only screen and (min-width: 768px) {
        .cta-section-text {
            width: 65%;
            margin-left: 11%;
        }
        .cta-section-chevron {
            width: 24%;
            padding-left: 5%;
        }
        #full-section
        {min-height:700px;}
        
        #full-section2
        {min-height:700px;}
        
        #full-section3
        {min-height:700px;}
        
        #full-section4
        {min-height:700px;}
        
        #full-section5
        {min-height:700px;}
        
        #full-section6
        {min-height:700px;}
    }

    @media only screen and (max-width: 992px) {

    .featured-dates-row {
      margin-bottom:30px;
    }
    .featured-dates-title-column {
      margin-top:10px;
      text-align: center;
    }
    .date-wrapper {margin:auto;}
    #featured-dates h3 {text-align:center;}
  }

    @media only screen and (min-width: 768px) and (max-width: 992px) {
        ul#menu-main-menu {
            margin-top: 35px;
        }
    }
    /* Medium Devices, Desktops */
    
    @media only screen and (min-width: 992px) {
        .cta-section-text {
            width: 65%;
            margin-left: 11%;
        }
        .cta-section-chevron {
            width: 24%;
            padding-left: 5%;
        }
        

    }
    /* Large Devices, Wide Screens */
    
    @media only screen and (min-width: 992px) {
      #admissions-nav  ul {
        margin:0;padding:0;
        list-style-type:none;
        float:left;
        display:inline-block;
      }
      
      #admissions-nav ul li {
        position:relative;
        margin:0 10px 0 0;
        float:left;
        display:inline-block;
      }
      
      #admissions-nav ul li > a:after { content: ''; } /* Change this in order to change the Dropdown symbol */
      
      #admissions-nav ul li > a:only-child:after { content: ''; }
      
      #admissions-nav ul li a {
        padding-top:20px;
        padding-bottom:20px;
        padding-left:10px;
        padding-right:10px;
        display:inline-block;
        color:#003358;
        text-decoration:none;
      }
      
   
      
      #admissions-nav ul li ul {
        display:none;
        position:absolute;
        left:0;
        background:#dcdbd1;
        float:left;
        z-index:1;

      
      }
      #admissions-nav ul li ul a {
        color:#003358 !important;
      }
      #admissions-nav ul li ul li {
        width:100%;
        border-bottom:1px solid rgba(255,255,255,.3);
      }
      #admissions-nav ul li ul li a:hover {
        background-color:#003358 !important;
        color: #fff !important;
        width:100%;
      }
      #admissions-nav ul li:hover ul {
        display:block;
      }
        #nav-stroke-top {
            background-image: url('../img/nav-stroke-top.png');
            width: 100%;
            height: 50px;
            background-color: transparent;
            margin-top: -34px!important;
            position: absolute;
            background-position-x: 40%;
        }
            #numberyear-2016, #numberyear-2017 {
            float:right;
        }
        .number-row {
            margin-left:-20% !important;
        }

    }
 @media only screen and (min-width: 1200px) {

         #full-section-tuition {
        height: 610px;
    }
}
      @media only screen and (min-width:768px) and (max-width: 1200px) {
        #full-section-tuition {
        height: 730px;
    }
    }
    @media only screen and (min-width:992px) and (max-width: 1400px) {
        .cta-section-text {
            margin-left: 0px;
        }
    }
    
    @media only screen and (max-width: 992px) {
        .cta-section-text {
            margin-left: 0px;
        }
          .section-6 {
        color: #fff;
        background-image: url("../img/section-6m.jpg");

    }
        #numbertuition-2016, .scrolling-tuition {
            margin-top: -20px !important;
        }
    }
    
    @media only screen and (min-width:1401px) and (max-width: 1690px) {
        .cta-section-text {
            margin-left: 7%;
        }
    }
    
    @media only screen and (max-width:992px) {
        .section-headline {
            font-size: 3em;
        }
        .section-headline-first {
            font-size: 3em;
        }
        .cta-section-text {
            width: 50%;
        }
        .cta-section-chevron {
            width: 49%;
        }
        .cta-section-chevron img {
            padding-left: 1%;
            padding-top: 2%;
        }
        .full-section-headline {
            height: auto;
        }
        #numberyear-2016,  {
            font-family: 'Merriweather', serif;
            font-size:30px !important;
            line-height: 60px;
        }
        #numbertuition, #numbertuition-2016, .scrolling-tuition {
            font-family: "JacobRiley";
            font-size:50px !important;
            line-height:100px;
            overflow: hidden;
        }
    }
    
    @media only screen and (max-width:768px) {
        .navbar {
            height: auto!important;
        }
        .lower-nav ul.dropdown-menu li {
            text-align: center;
        }
        .lower-nav ul.dropdown-menu li a {
            color: #08354b;
        }
        ul#menu-main-menu li {
            text-align: center;
        }
        .lower-nav>li.menu-item-has-children:hover>a {
            border-radius: 4px 4px 4px 4px;
        }
        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border-color: transparent!important;
        }
        .navbar-collapse {
            border-top: 0px solid transparent;
            -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1)!important;
            box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1)!important;
        }
        ul#menu-main-menu {
            margin-top: 0px;
        }
        .btn-menu-img {
            border-color: transparent!important;
        }
        .btn-menu-img:hover {
            background-color: transparent!important;
        }
        nav#navbar2 {
            margin-bottom: 0px;
        }
        button.navbar-toggle.btn-menu-img {
            margin: 0px;
            padding: 0px!important;
        }
        .row.foggy-gray-bg.bs-margin-0 {
            padding-top: 5px;
        }
        #nav-stroke-top {
            background-image: url('../img/nav-stroke-top.png');
            width: 100%;
            height: 50px;
            background-color: transparent;
            margin-top: -47px;
            position: absolute;
            background-position-x: 40%;
        }
        h1#site-title {
            padding-bottom: 1%;
            padding-top: 3%;
            margin-bottom: 7%;
        }
        #call-out-text {
            position: absolute;
            padding: 25px 15px;
        }
        .transparent-compass-landing {
            left: 15%;
        }
        .text-shadow {
            text-shadow: 0px 0px 30px black;
        }
        .section-4 {
            background-position-x: 54%;
        }
        .adj-top-padding-callout {
            padding-top: 0px!important;
            top: -20px;
        }
        h1.at-a-glance-number {
            text-align: left;
        }
        .at-a-glance-text-container {
            line-height: 50px;
        }
         .at-a-glance-page {
            background: url("../img/blue-topo-bg.jpg") repeat;

        }
        

    }
    
    @media only screen and (min-width:320px) and (max-width:550px) {
        .section-headline {
            font-size: 3em;
            padding-top: 5%;
        }
        .section-headline-first {
            font-size: 3em;
            padding-top: 5%;
        }
        .cta-section-text {
            width: 65%;
        }
        .cta-section-chevron {
            width: 34%;
        }
        .cta-section-chevron img {
            padding-left: 1%;
            padding-top: 9%;
        }
        #site-title > a {
            font-size: .6em;
        }
        h1#site-title {
            padding-bottom: 3%;
            padding-top: 1%;
            margin-bottom: 7%;
            margin-top: 3%;
        }
        .transparent-compass {
            height: 120px;
        }
        #secondary-page-title h2 {
            position: absolute;
            padding-top: 0%;
            font-size: 1.5em;
            font-weight: 400;
            line-height: 1.5;
            top: -116px;
        }
        .lsu-breadcrumbs {
            padding-top: 2%;
            position: absolute;
            top: -42px;
            font-size: .8em;
        }
        .transparent-compass {
            min-height: 150px;
        }

    }
    
    @media only screen and (min-width:551px) and (max-width:992px) {
        h1#site-title {
            line-height: 1.4;
        }
        #secondary-page-title h2 {
            top: -100px;
            position: absolute;
            padding-top: 0px;
            font-size: 1.6em;
        }
        .lsu-breadcrumbs {
            top: -40px;
            position: absolute;
            padding-top: 0px;
        }
        .transparent-compass {
            height: 130px;
        }
        
    }
    
    @media only screen and (min-width:990px) and (max-width:1350px) {
        #secondary-page-title h2 {
            top: 27px;
            position: absolute;
            padding-top: 0px;
            font-size: 1.7em;
            left: -34%;
        }
        .lsu-breadcrumbs {
            top: 88px;
            position: absolute;
            padding-top: 0px;
            text-align: left;
            left: -48%;
        }
        .transparent-compass {
            left: -6%;
        }
    }
    
    @media only screen and (min-width:1350px) and (max-width:1425px) {
        #secondary-page-title h2 {
            top: 27px;
            position: absolute;
            padding-top: 0px;
            font-size: 1.7em;
            left: -20%;
        }
        .lsu-breadcrumbs {
            top: 88px;
            position: absolute;
            padding-top: 0px;
            text-align: left;
            left: -28%;
        }
    }
    
    @media only screen and (min-width:1425px) and (max-width:1669px) {
        #secondary-page-title h2 {
            font-weight: 300;
            padding-top: 5%;
            left: -17%;
            line-height: 1.5;
            position: absolute;
        }
        .lsu-breadcrumbs {
            text-align: left;
            padding-top: 21%;
            color: #e8e7e0;
            left: -24%;
            position: absolute;
        }
    }


p
{
    font-family: 'Merriweather',serif;
}

label{
font-size: 1.4em!important;
    font-weight: 400!important;
}

legend{
    margin-bottom:5px!important;
    font-size: 1.5em!important;
    font-weight:600!important;
    color:#08354B!important;
}
a.accordion-toggle {
    display: inline-block;
    width: 100%;
}
