    /*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-color:#003358;
        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 {
        background-color: #fff !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: #003358!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;
    }

.ambassador-listing-text {
        background-color: #ffffff;
        padding: 8% 4% 12% 4%;
        ;
        text-align: center;
    }

.ambassador-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;
        }

    /*==========  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 (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) {
        #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%;
}