﻿@font-face {
    font-family: 'Intro';
    /*src: url('../fonts/Intro.otf');*/
    src: url('../fonts/Intro.woff');
}

@font-face {
    font-family: 'Avenir-Book';
    /*src: url('../fonts/Avenir-Book.ttf');*/
    src: url('../fonts/Avenir-Book.woff');
}

@font-face {
    font-family: 'Avenir-Heavy';
    /*src: url('../fonts/Avenir-Heavy.ttf');*/
    src: url('../fonts/Avenir-Heavy.woff');
}
/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/open-sans-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, body, p, p > a, ol, ul, li, td, a {
    font-family: /*Avenir-Book, Benton-Sans,*/ Open Sans, Arial, sans-serif;
}

ol, ul, li, td, th {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: x;
    padding-left: 15px;
}
/*a {
    text-decoration:underline;
}*/
#fsu-header a {
    font-size: 14px;
    font-size: 1.4rem;
}

#fsu-title h1 a {
    font-size: 30px;
    font-size: 3.0rem;
    font-family: Intro;
}

#fee-liability h3, #partnerships h3, #scholarships h3, .p-head,
#independent-intern-fee-liability h3, #fya-fee-liability h3,
#general-fee-liability h3, #intern-fee-liability h3,
#spring-break-fee-liability h3, #withdrawals-refunds h3 {
    font-family: /*Avenir-Heavy*/ 'Open Sans';
    text-transform: none;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    color: black;
}

.course-description hr {
    margin: 5px 0;
}

/* On Submission page of StudentApplication.aspx */


.fee-liability > p {
    margin-bottom: 20px;
}

.fee-liability > h3 {
    color: #782f40;
}

@media only screen and (min-width: 1000px) {
    .wizard-table {
        width: 1150px;
    }

    .fee-liability > p, .fee-liability > ul {
        width: 1000px;
    }
}

@media only screen and (max-width: 1000px) {
    .wizard-table {
        width: 700px;
    }

    .fee-liability > p, .fee-liability > ul {
        width: 650px;
    }
}

@media only screen and (max-width: 767px) {
    /* phones */
    .wizard-table {
        width: 500px;
    }

    .fee-liability > p, .fee-liability > ul {
        width: 450px;
    }
}

@media (max-width:1199px) {
    #fsu-header a {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

@media (max-width:991px) {
    #fsu-header a {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.list {
    margin-left: 25px;
}

.ol {
    list-style: decimal;
}

.ul {
    list-style: square;
    margin-left: 40px;
}

p {
    font-size: 18px;
    font-size: 1.8rem;
}

a {
    font-weight: bold;
}

    a > i {
        margin-right: 10px;
    }

.course-table a > i {
    margin-left: 10px;
}

.course-table a:hover {
    cursor: pointer;
}

#lnkTravelInsurance > i {
    margin-left: 10px;
}

h1 > i, h2 > i, h3 > i, h4 > i, h5 > i, h6 > i, h7 > i {
    margin-right: 10px;
    padding-top: 15px;
    padding-left: 15px;
}

@media (max-width:767px) {
    .fsu-nav-utility a > i {
        margin-right: 0px;
    }
}

.nav > li > a {
    font-family: /*Avenir-Heavy*/ 'Open Sans';
    text-transform: uppercase;
}

.title {
    font-family: Intro;
}
/*
    PASSPORTS PAGE
*/
@media (max-width:991px) {
    #passport-hours, #passport-parking {
        margin-bottom: 20px;
    }
}
/*
    INFO-BOX
*/
.info-box {
    display: table;
    width: 100%;
    padding: 15px;
    border: 2px solid #e0c89a;
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.info-box-vertical-group {
    float: right;
    width: 280px;
    margin-left: 15px;
}

.first-row-sm, .first-row-md {
    margin-bottom: 20px;
}

@media(max-width:767px) {
    .info-box-vertical-group {
        margin-left: 0;
        width: 100%;
    }
}

.info-box-vertical-group > a::after {
    clear: right
}

#study-center-options .info-box {
    margin-bottom: 0px;
}

#alumni-items .info-box {
    height: 165px;
}

#student-options .info-box, #join-our-team-options .info-box {
    height: 103px;
}

#about-us .info-box {
    height: 125px;
}

@media (min-width:768px) {
    #fee-liability-options .info-box {
        height: 132px;
    }
}

@media (max-width:991px) {
    .info-box {
        padding: 15px;
    }

    #money-matters .info-box {
        height: 90px;
    }

    #join-our-team-options .info-box {
        margin-bottom: 5px;
    }

    #join-our-team-options .info-box {
        height: auto;
    }

    .first-row-md {
        margin-bottom: 0;
    }
}

@media (max-width:767px) {
    .info-box {
        padding: 10px;
        margin-bottom: 5px;
    }

    .first-row-sm {
        margin-bottom: 0;
    }

    #money-matters .info-box {
        margin-bottom: 5px;
        padding: 10px;
    }

    #student-options .info-box, #money-matters .info-box, #passports .info-box {
        height: auto;
    }
}

.info-box-active, .info-box:hover {
    box-shadow: #3c1720 0px 0px 20px inset;
    background-color: #782f40;
}

    .info-box-active h1, .info-box-active h2, .info-box-active h3, .info-box-active h4, .info-box-active h5, .info-box-active p,
    .info-box:hover h1, .info-box:hover h2, .info-box:hover h3, .info-box:hover h4, .info-box:hover h5, .info-box:hover p {
        color: white;
    }

.info-box-content, .staff-box-content {
    display: inline-block;
    /*vertical-align: top;*/
}

    .info-box-content h2 {
        margin-bottom: 0;
    }

    .info-box-content p {
        margin: 0;
        font-family: /*Avenir-Book*/ 'Open Sans';
        font-size: 1.8rem;
        font-size: 18px;
    }

.v-align {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/*
    STAFF BOX
*/
.staff-box {
    display: table;
    height: 150px;
    margin-bottom: 30px;
}

.staff-box-photo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    border-right: 4px solid #e0c89a;
}

    .staff-box-photo img {
        border-radius: 50%;
        height: 125px;
        width: 125px;
    }

.staff-box-info {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
}

#alumni-items .well {
    height: 100px;
}

#alumni-items a:hover {
    text-decoration: none;
}

#alumni-items .well:hover {
    text-decoration: none;
    color: white;
    background-color: #782f40;
}

#staff-directory p {
    font-family: /*Avenir-Heavy*/ 'Open Sans';
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
}
/*SLIDER STUFF*/
/*.program-slider {
    max-width:500px; 
    margin:0 30px 30px 0; 
    float:left
}
@media (max-width:991px) {
    .program-slider {
        width:100%;
        max-width:100%;
        margin: 0 0 30px 0;
        float:none;
    }
}*/
.sub-nav {
    margin-top: 10px;
}

.program-information > h3 {
    margin: 10px 0;
    font-family: 'Open sans', Arial, sans-serif;
}

.c-smoke {
    color: #c0c0bf;
}

@media (max-width:991px) {
    .fsu-nav-utility > ul > li > a > span, nav > ul > li > a > span {
        display: none;
    }
}

#fsu-nav-primary-collapse li {
    list-style: none;
}

@media (min-width:992px) {
    #ulProgramLocations {
        width: 200%;
    }
}

@media (max-width:991px) {
    .navbar-nav {
        margin: 7.5px -15px;
    }

    #fsu-home {
        margin-top: 5px;
    }

    .content-header {
        text-align: center;
    }
}

@media (max-width:767px) {
    #fsu-home {
        margin-top: 0;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

.panel {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

.navbar-brand {
    font-size: 27px;
    line-height: 31px;
    min-height: 56px;
    padding-left: 0px;
}

.navbar-default .navbar-brand {
    color: #782f40;
}
/*
    BOOTSTRAP EXTENSIONS/CUSTOMIZATIONS
*/
.panel-body h2 {
    margin-bottom: 10px;
}
/*DROPDOWN MENU */
.dropdown-menu > ul > li > a {
    border-left: 2px solid transparent;
    width: 50px;
}

    .dropdown-menu > ul > li > a:hover {
        border-left: 2px solid #782f40;
    }

.dropdown-menu > li > div > ul > li {
    margin-right: 10px;
}

.dropdown-menu > li > a {
    font-family: /*Avenir-Heavy*/ 'Open Sans';
    text-transform: uppercase;
    color: #777;
    font-weight: 700;
}

#location-menu > li > div > ul > li > a {
    text-transform: uppercase;
}
/*.dropdown-menu > li > div > ul > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      font-family:Avenir-Book;
      text-transform:uppercase;
      line-height: 1.42857143;
      color: #333;
      white-space: nowrap;
    }*/
.dropdown-menu > li > a:hover,
#primary-nav-programs > li > div > ul > li > a:hover {
    background-color: transparent;
    color: #782f40;
    text-decoration: underline;
}

#primary-nav-programs {
    padding: 2px 5px 5px 5px;
    left: -45px;
}

    #primary-nav-programs > li > div > ul > li {
        padding: 0 20px;
        font-family: 'Open Sans' /*Avenir-Heavy*/;
        text-transform: uppercase;
        font-weight: 700;
    }

        #primary-nav-programs > li > div > ul > li.garnet {
            margin-top: 5px;
        }

        #primary-nav-programs > li > div > ul > li > a {
            display: block;
            /*padding: 3px 20px;*/
            clear: both;
            font-weight: normal;
            font-family: 'Open Sans' /*Avenir-Book*/;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.15;
            padding: 3px 10px;
            color: #333;
            white-space: nowrap;
        }

        #primary-nav-programs > li > div > ul > li > h2 > a {
            font-size: 18px;
            font-size: 1.8rem;
        }

            #primary-nav-programs > li > div > ul > li > h2 > a:hover {
                text-decoration: underline;
            }
/*END DROPDOWN MENU BEHAVIOR MODS*/


@media (min-width: 1500px) {
    .container {
        width: 1370px;
    }
}

#btnFindProgram {
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .btn {
        width: 100%;
    }

    .slider {
        display: none;
    }

    #find-program {
        border-bottom: 1px solid #782f40;
        margin-bottom: 10px;
    }

    #btnFindProgram {
        padding-bottom: 10px;
        border-bottom: 1px solid #782f40;
    }
}

.form-control {
    border-radius: 0px;
}

    .form-control:focus {
        border-color: #e0c89a;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(88, 78, 60, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(88, 78, 60, .6);
    }

.btn {
    color: #ffffff;
    background-color: #782f40;
    border: 1px solid #782f40;
    border-radius: 0px;
}

    .btn:hover {
        color: #782f40;
        background-color: transparent;
        border: 1px solid #782f40;
    }

.btn-default:focus,
.btn-default.focus {
    color: #782f40;
    background-color: transparent;
    border-color: #782f40;
}
/*.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}*/
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #782f40;
    background-color: transparent;
    border-color: #782f40;
}

    .btn-default:active:hover,
    .btn-default.active:hover,
    .open > .dropdown-toggle.btn-default:hover,
    .btn-default:active:focus,
    .btn-default.active:focus,
    .open > .dropdown-toggle.btn-default:focus,
    .btn-default:active.focus,
    .btn-default.active.focus,
    .open > .dropdown-toggle.btn-default.focus {
        color: #782f40;
        background-color: transparent;
        border-color: #782f40;
    }

.content-header > p {
    margin-bottom: 0px;
}
/*
    FSU STRATA-TWO
*/

.bg-midnight {
    background: #161514
}

.bg-midnight-outer {
    background: #151413
}

.bg-slate {
    background: #2c2a29
}

.bg-slate-outer {
    background: #2a2827
}

.bg-graphite {
    background: #767474
}

.bg-graphite-outer {
    background: #706e6e
}

.bg-smoke {
    background: #c0c0bf
}

.bg-smoke-outer {
    background: #b6b6b5
}

.bg-eggshell {
    background: #ffffff
}

.bg-eggshell-outer {
    background: #f2f2f2
}

.bg-garnet {
    background: #782f40
}

.bg-garnet-outer {
    background: #722d3d
}

.bg-gold {
    background: #ceb888
}

.bg-gold-outer {
    background: #ceb888
}

.bg-champagne {
    background: #f0eadc
}

.bg-champagne-outer {
    background: #e4ded1
}

.bg-canvas {
    background: #fff
}

.c-midnight {
    color: #161514
}

.c-midnight-outer {
    color: #151413
}

.c-slate {
    color: #2c2a29
}

.c-slate-outer {
    color: #2a2827
}

.c-graphite {
    color: #767474
}

.c-graphite-outer {
    color: #706e6e
}

.c-smoke {
    color: #c0c0bf
}

.c-smoke-outer {
    color: #b6b6b5
}

.c-eggshell {
    color: #ffffff
}

.c-eggshell-outer {
    color: #f2f2f2
}

.c-garnet {
    color: #782f40
}

.c-garnet-outer {
    color: #722d3d
}

.c-gold {
    color: #ceb888
}

.c-gold-outer {
    color: #ceb888
}

.c-champagne {
    color: #f0eadc
}

.c-champagne-outer {
    color: #e4ded1
}

body {
    color: #2c2a29;
}

body,
.bulletin strong, .bulletin b,
.lead strong, .lead b {
    font-family: 'Open Sans', /*"Benton Sans",*/ arial, sans-serif;
}

blockquote,
.bulletin,
.lead {
    font-family: 'Open Sans', /*"Benton Sans Light",*/ arial, sans-serif;
}

    blockquote strong, blockquote b,
    .bulletin strong, .bulletin b,
    .lead strong, .lead b {
        font-weight: 500;
    }


a {
    color: #782f40;
}

    a:hover, a:focus {
        color: #782f40;
    }

        a:hover i {
            color: #e0c89a;
            text-decoration: none;
        }
    /*a, a:visited {color: #782f40;}*/
    /*a:hover, a:focus {color: #e0c89a;}*/
    a .ease {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

strong, b {
    font-weight: 600;
}

em, i {
    font-style: italic;
}


/*!
 * .fsu-home and .fsu-utility are the first elements to appear on the page.
 * Adjust their type size to stay consistent across the row.
 * .fsu-utilities are the divs that are controlled by actions within .fsu-utility
 */
/*#fsu-home,
#fsu-title,
#fsu-nav-utility,
#fsu-nav-primary {
	text-transform: uppercase;
}*/

/*!
   FSU SEAL
 */
.fsu-seal {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
    left: 50%;
    z-index: 50;
    margin-left: -40px;
}

    .fsu-seal a {
        border: 0;
    }

    .fsu-seal img {
        width: 80px;
        height: 80px;
    }
/*
    FSU HEADERS
*/
/*.fsu-title,
.fsu-subhead,
.sidebar-header,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {font-family: "Adobe Garamond Pro", "adobe-garamond-pro", "Times New Roman", times, sans-serif;}*/

/*.fsu-title,
.fsu-subhead,
.sidebar-header,
h1, h2, h3, h4, h5, h6 {color: #2c2a29;}*/
h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Open Sans' /*Avenir-Heavy*/;
    text-transform: uppercase;
    color: #782f40;
    margin-bottom: 0;
    font-weight: 700;
}

h1, .h1, text-30 {
    font-size: 30px;
    font-size: 3.0rem;
    font-family: Intro;
}

.text-27 {
    font-size: 27px;
    font-size: 2.7rem;
}

h2, .h2, .text-24 {
    font-size: 24px;
    font-size: 2.4rem;
}

h3, .h3, .text-22 {
    font-size: 22px;
    font-size: 2.2rem;
}

h4, .h4, .text-21 {
    font-size: 21px;
    font-size: 2.1rem;
}

h5, .h5, .text-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6, .h6, .text-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

h7, .h7, .text-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

@media (max-width:991px) {
    h1 {
        font-size: 27px;
        font-size: 2.7rem;
    }

    h2 {
        font-size: 25px;
        font-size: 2.5rem;
    }

    h3 {
        font-size: 23px;
        font-size: 2.3rem;
    }

    h4 {
        font-size: 21px;
        font-size: 2.1rem;
    }

    h5 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .page-head {
        text-align: center;
    }
}

.fsu-title,
.fsu-subhead {
    line-height: 1;
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0;
}

.fsu-title {
    font-size: 36px;
    font-size: 3.6rem;
    text-shadow: 0px 1px 1px rgba(33, 32, 32, .25);
    margin: 42px 0 5px;
}

.fsu-subhead {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 5px 0 8px !important;
}

header h1,
header p,
header li,
header a,
nav a {
    line-height: 1;
}

header p {
    margin: 20px 0;
    text-transform: uppercase;
    font-family: 'Open Sans' /*Avenir-Heavy*/;
    font-weight: 700;
}

@media(max-width:1199px) {
    #ipHeaderLogo {
        height: 50px;
    }
}


header li {
    margin: 0;
}

header a:hover,
nav a:hover,
nav a:focus {
    text-decoration: none;
}


/*!
    FSU NAVIGATION STYLES
 */
.fsu-home,
.fsu-nav-utility {
    font-size: 12px;
    font-size: 1.2rem;
}

.fsu-nav-utility {
    float: right !important;
    background: transparent !important;
}

#test-nav {
    float: right;
    margin-right: 15px;
}

    #test-nav li {
        float: right;
    }

@media(max-width:991px) {
    #test-nav .nav > li > a {
        padding: 4px
    }
}

.fsu-nav-utility .nav > li {
    float: left;
}

    .fsu-nav-utility .nav > li > a {
        line-height: 1;
        display: block;
        padding: 4px;
        margin: 15px 5px;
    }

.fsu-nav-utility .glyphicon {
    margin-top: -2px;
}

.fsu-nav-utility a:hover i {
    color: white;
}

.fsu-utilities .panel {
    border: none;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

header .fsu-utilities p {
    margin: 18px;
}

nav li li a {
    text-transform: none;
}

.nav li.active {
    margin-top: -2px;
    border-top: 2px solid #782f40;
}

@media (max-width:991px) {
    .nav li.active {
        margin-top: -2px;
        border-top: 2px solid transparent;
    }
}


.navbar {
    min-height: 20px;
    margin-bottom: 0;
    border: none;
}

.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
}

/*.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {background-color: #f2f2f2;}*/

.fsu-nav-global {
    background-color: transparent;
    margin: 8px 0 4px;
}

    .fsu-nav-global .navbar-nav > li > a {
        font-size: 15px;
        font-size: 1.5rem;
        padding: 5px 10px;
        text-transform: uppercase;
    }

#fsu-nav-primary .navbar,
.sidebar-nav .navbar {
    background: transparent;
}

#fsu-nav-primary a,
.sidebar-nav a {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: -1px;
}

/*#fsu-nav-primary a:hover,
#fsu-nav-primary a:focus,
.sidebar-nav .navbar-nav>li>a:focus,
.sidebar-nav .navbar-nav>li>a:hover {
	background-color: #e5e5e5;
	color: #161514;
}*/

.sidebar-nav .navbar {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 15px;
}

.sidebar-nav a {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 15px;
    padding-top: 15px;
}

#sub-navigation a h3 {
    color: #ffffff;
}

#sub-navigation a:hover {
}

#sub-navigation a h3 {
    color: #ffffff;
}

#sub-navigation a:hover {
    cursor: pointer;
}

    #sub-navigation a:hover h3 {
        color: #e0c89a;
    }

#main-slider h1, #main-slider h2, #main-slider h3, #main-slider h4, #main-slider h5, #main-slider h6 {
    color: white;
}

#nav-icon {
    color: #782f40;
}

#program-table .selectable:hover {
    cursor: pointer;
    background-color: rgba(120, 47, 64, .85);
    color: white;
}

#program-table th h3 {
    text-transform: none;
    font-family: 'Open Sans' /*Avenir-Heavy*/;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
}

#program-table td h4 {
}

.apply-share {
    display: inline-block;
    margin-top: 3px;
    margin-right: 30px;
    float: right;
}

@media (max-width:991px) {
    .apply-share {
        float: none;
        margin-top: 10px;
    }

        .apply-share:last-of-type {
            margin-right: 0;
        }
}
/*
    NAVIGATION
*/
.program-nav a {
    font-size: 21px;
    font-size: 2.1rem;
    font-family: 'Open Sans' /*Avenir-Heavy*/;
    font-weight: 700;
}

    .program-nav a:hover i {
        color: #782f40;
    }

.btn-course {
    margin: 0 2px;
    padding: 5px 20px
}

@media (max-width:1199px) {
    .program-nav a {
        padding-left: 12px;
        padding-right: 12px;
        text-align: left;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .program-nav-condensed a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media (max-width:991px) {
    .program-nav a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 14px;
        font-size: 1.4rem;
        /*font-family:Avenir-Book;*/
    }

    .program-nav-condensed a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 17px;
        font-size: 1.7rem;
        font-family: 'Open Sans' /*Avenir-Book*/;
    }

        .program-nav-condensed a i {
            display: none;
        }
}

@media (max-width:767px) {
    .program-nav a {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 3px;
        text-align: left;
        font-size: 18px;
        font-size: 1.8rem;
        font-family: 'Open Sans' /*Avenir-Heavy*/;
        font-weight: 700;
    }

    .program-nav-condensed a i {
        display: inline;
    }
}

/*!
 *  FSU FOOTER AND SOCIAL NAV STYLES
 */

/*.btn-nav {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px
}
*/
.btn-nav {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .btn-nav:active, .btn-nav:focus {
        color: #782f40 !important;
        background-color: white !important;
        border-color: #782f40 !important;
    }

#fsu-footer:after {
    clear: both;
}

#fsu-footer .navbar ul {
    margin-left: -12px;
}

    #fsu-footer .navbar ul a {
        padding: 0px 8px;
        border: 0;
    }

.fsu-nav-social {
    background: transparent !important;
}

    .fsu-nav-social .navbar-nav {
        margin-left: 0px;
    }

#fsu-footer .fsu-nav-social .navbar-nav {
    margin-left: -10px;
}

.fsu-nav-social .nav > li {
    float: left;
}

    .fsu-nav-social .nav > li > a {
        line-height: 1;
        display: block;
        padding: 0;
        margin: 0 0 0 8px;
    }

.fsu-nav-social .navbar-left > li > a {
    margin: 0 10px 0 0;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
}


/* Social Media Color */
a:hover .fa-facebook-square {
    color: #3b5998;
}

a:hover .fa-twitter-square {
    color: #00aced;
}

a:hover .fa-youtube-square {
    color: #bb0000;
}

a:hover .fa-linkedin-square {
    color: #007bb6;
}

a:hover .fa-google-plus-square {
    color: #dd4b39;
}

a:hover .fa-instagram {
    color: #517fa4;
}

a:hover .fa-pinterest-square {
    color: #cb2027;
}

a:hover .fa-vine {
    color: #00bf8f;
}

a:hover .fa-flickr {
    color: #ff0084;
}

a:hover .fa-tumblr-square {
    color: #32506d;
}

a:hover .fa-vimeo-square {
    color: #aad450;
}

a:hover .fa-foursquare {
    color: #0072b1;
}

/* Social Media Color Overrites */
.strata--garnet a:hover .fa-youtube-square,
.strata--garnet a:hover .fa-pinterest-square,
.strata--garnet a:hover .fa-instagram,
.strata--gold a:hover .fa-vine {
    color: #fff;
}



/*
 * Media queries to shrink text and padding for shorter screens.
 */

@media only screen and (max-height: 720px) {
    header p {
        margin: 16px 0;
    }

    .fsu-home,
    .fsu-nav-utility,
    .fsu-nav-utility .nav > li > a,
    .fsu-nav-global .navbar-nav > li > a {
        font-size: 11px;
        font-size: 1.1rem;
    }

        .fsu-nav-utility .nav > li {
            float: left;
        }

            .fsu-nav-utility .nav > li > a {
                padding: 5px 3px;
                margin: 11px 5px;
            }

    .fsu-utilities .row {
        margin-bottom: 32px;
    }

    .fsu-nav-global {
        margin-top: 8px;
        margin-bottom: 14px;
    }

        .fsu-nav-global .navbar-nav > li > a {
            padding: 4px 6px;
        }

    .fsu-title {
        font-size: 32px;
        font-size: 3.2rem;
        margin: 40px 0 4px !important;
    }

    .fsu-subhead {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 4px 0 6px !important;
    }

    /*.nav > li > a {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 4px 6px !important;
	}*/

    /*.pull-center {height: 28px;}*/
}


/*
 * Media queries to overwrite some styles handing the default nature of Bootstrap.
 * We center the navigation bars with .pull-center
 */

@media (min-width: 992px) /*min-width was 768*/ {
    .fsu-utilities .row {
        margin-bottom: 40px;
    }

    .navbar {
        border-radius: 0px;
    }

    .navbar-nav > li > a {
        padding: 9px 8px;
    }

    .navbar-right {
        margin-right: 0;
    }

    .pull-center {
        text-align: center;
    }

        .pull-center > .nav {
            float: none;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            height: 32px;
        }

    /* Change main menu from toggle to dropdown */
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}


/*!
 * Media queries to overwrite some styles handing the default nature of Bootstrap.
 * Reduce the spacing for the text elements
 * Reduce the type size for the .xs grid
 */
@media (max-width: 767px) {
    header p {
        margin: 12px 0;
    }

    .fsu-nav-utility .nav {
        margin-right: 5px;
    }

        .fsu-nav-utility .nav > li > a {
            margin: 0px 5px;
        }
}

@media (max-width: 991px) {
    #fsu-nav-primary a,
    .sidebar-nav a {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.body--strata,
.strata .container {
    background-repeat: repeat-y;
    background-position: 50% 0%;
}

/* 
    CONTAINER PADDING
*/
.container--thin {
    padding-top: 5px;
    padding-bottom: 5px;
}

.container--light {
    padding-top: 10px;
    padding-bottom: 10px;
}

.container--regular {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container--semibold {
    padding-top: 30px;
    padding-bottom: 30px;
}

.container--bold {
    padding-top: 40px;
    padding-bottom: 40px;
}

.container--black {
    padding-top: 60px;
    padding-bottom: 60px;
}

.container--ultra {
    padding-top: 90px;
    padding-bottom: 90px;
}

.strata--plain {
    border: 0
}

.strata--plain-top {
    border-top: 0;
}

.strata--plain-bottom {
    border-bottom: 0;
}

/*
    EGGSHELL
*/

.strata--eggshell, slider {
    background-color: #f2f2f2;
    color: #2c2a29;
    /*border-top: 1px #ffffff solid;*/
    border-bottom: 1px #e5e5e5 solid;
}

.strata--eggshell-inner {
    background-color: #ededed !important;
}

.strata--eggshell-inner-alt {
    background-color: #ffffff !important;
}

/*@media (min-width: 768px) {
    .body--eggshell, .strata--eggshell .container, .slider {
        background: #f2f2f2;*/
        /*background: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 25%, #ffffff 75%, #f2f2f2 100%);*/
        /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f2f2f2), color-stop(25%,#ffffff), color-stop(75%,#ffffff), color-stop(100%,#f2f2f2));*/
        /*background: -webkit-linear-gradient(left, #f2f2f2 0%,#ffffff 25%,#ffffff 75%,#f2f2f2 100%);*/
        /*background: -o-linear-gradient(left, #f2f2f2 0%,#ffffff 25%,#ffffff 75%,#f2f2f2 100%);*/
        /*background: -ms-linear-gradient(left, #f2f2f2 0%,#ffffff 25%,#ffffff 75%,#f2f2f2 100%);*/
        /*background: linear-gradient(to right, #f2f2f2 0%,#ffffff 25%,#ffffff 75%,#f2f2f2 100%);*/
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 );
    /*}
}*/
/*.strata--eggshell h1, .boxed--eggshell h1,
.strata--eggshell h2, .boxed--eggshell h2,
.strata--eggshell h3, .boxed--eggshell h3,
.strata--eggshell h4, .boxed--eggshell h4,
.strata--eggshell h5, .boxed--eggshell h5,
.strata--eggshell h6, .boxed--eggshell h6
{color: #161514;}*/

/*.strata--eggshell h1 small,
.strata--eggshell h2 small,
.strata--eggshell h3 small,
.strata--eggshell h4 small,
.strata--eggshell h5 small,
.strata--eggshell h6 {color: #e0c89a;}*/

.strata--eggshell blockquote {
    border-color: #e0c89a;
}

/*.strata--eggshell-inner a, .strata--eggshell-inner-alt a,
.strata--eggshell .navbar-default .navbar-nav > li > a,
.strata--eggshell .dropdown-menu > li > a,
.strata .boxed--eggshell a {color: #782f40;}*/

/*.strata--eggshell a:focus, 
.strata .boxed--eggshell a:focus, .strata .boxed--eggshell a:hover  {color: #161514 !important;}*/
/*.strata--eggshell a:hover*/

.strata--eggshell .fsu-title,
.strata--eggshell h1 {
    text-shadow: 0px 1px 1px rgba(229, 229, 229, 1);
}
/*.strata--eggshell .fsu-title,
.strata--eggshell .fsu-subhead {color: #161514;}*/

header .strata--eggshell a, header .strata--eggshell a:focus {
    color: #782f40 !important;
}

    header .strata--eggshell a:hover {
        color: #e0c89a !important;
    }

.strata--eggshell .fsu-nav-global .navbar-nav > li > a {
    color: #782f40 !important;
}

/*#fsu-nav-primary .strata--eggshell li li a:hover,
.strata--eggshell .fsu-nav-global .navbar-nav > li > a:hover,
.strata--eggshell .fsu-nav-global .navbar-nav > li > a:focus {background-color: #fff !important; color: #e0c89a !important;}*/

/*.strata--eggshell .navbar-nav a:hover,
.strata--eggshell .navbar-nav a:focus {
	background-color: #cdcdcc !important;
}*/

/*.strata--eggshell .dropdown-menu,
.strata--eggshell .navbar-nav .active a {
	background-color: #e5e5e5;
	color: #2c2a29 !important;
}*/

/*.strata--eggshell .navbar-nav .active a:hover {color: #2c2a29 !important;}*/

.strata--eggshell .sidebar-header,
.strata--eggshell .boxed {
    background-color: #ededed;
    border-color: #c0c0bf;
}

.strata--eggshell .sidebar-header {
    color: #161514;
}

@media (min-width: 768px) {
    .strata--eggshell .sidebar-nav .navbar li a {
        border-bottom: 1px #acacab solid;
    }
}

.strata--eggshell .badge {
    background-color: #782f40;
    color: #fff;
}

.strata--eggshell .lead {
    color: #767474;
}

/*
    GARNET
*/

.strata--garnet { /*background-color: #722d3d;*/
    /*background-color: #782f40;*/
}

    .strata--garnet a:hover .fa-youtube-square,
    .strata--garnet a:hover .fa-pinterest-square,
    .strata--garnet a:hover .fa-instagram,
    .strata--gold a:hover .fa-vine {
        color: #fff;
    }

.strata--garnet {
    /*background-color: #782f40;*/
    color: #f2f2f2;
    border-top: 1px #7f3a4a solid;
    border-bottom: 1px #662836 solid;
}

.strata--garnet-inner {
    background-color: #6f2b3b !important;
}

.strata--garnet-inner-alt {
    background-color: #7b3344 !important;
}

/*@media (min-width: 768px) {
    .body--garnet, .strata--garnet .container {
        background: #722d3d;
        background: -moz-linear-gradient(left, #722d3d 0%, #782f40 25%, #782f40 75%, #722d3d 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#722d3d), color-stop(25%,#782f40), color-stop(75%,#782f40), color-stop(100%,#722d3d));
        background: -webkit-linear-gradient(left, #722d3d 0%,#782f40 25%,#782f40 75%,#722d3d 100%);
        background: -o-linear-gradient(left, #722d3d 0%,#782f40 25%,#782f40 75%,#722d3d 100%);
        background: -ms-linear-gradient(left, #722d3d 0%,#782f40 25%,#782f40 75%,#722d3d 100%);
        background: linear-gradient(to right, #722d3d 0%,#782f40 25%,#782f40 75%,#722d3d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#722d3d', endColorstr='#722d3d',GradientType=1 );
    }
}*/

.strata--garnet h1, .boxed--garnet h1, .boxed--garnet .h1,
.strata--garnet h2, .boxed--garnet h2, .boxed--garnet .h2,
.strata--garnet h3, .boxed--garnet h3, .boxed--garnet .h3,
.strata--garnet h4, .boxed--garnet h4, .boxed--garnet .h4,
.strata--garnet h5, .boxed--garnet h5, .boxed--garnet .h5,
.strata--garnet h6, .boxed--garnet h6, .boxed--garnet .h6 {
    color: #fff;
}

    .strata--garnet h1 small,
    .strata--garnet h2 small,
    .strata--garnet h3 small,
    .strata--garnet h4 small,
    .strata--garnet h5 small,
    .strata--garnet h6 small {
        color: #e5e5e5;
    }

.strata--garnet blockquote {
    border-color: #e0c89a;
}

.strata--garnet a, .strata--garnet-inner a, .strata--garnet-inner-alt a,
.strata--garnet .navbar-default .navbar-nav > li > a,
.strata--garnet .dropdown-menu > li > a,
.strata .boxed--garnet a {
    color: #e0c89a;
}

    .strata--garnet a:focus, .strata--garnet a:hover,
    .strata .boxed--garnet a:focus, .strata .boxed--garnet a:hover {
        color: #f0eadc !important;
    }

.strata--garnet .fsu-title,
.strata--garnet h1 {
    text-shadow: 0px 1px 1px rgba(120, 47, 64, 1);
}

.strata--garnet .fsu-title,
.strata--garnet .fsu-subhead {
    color: #f2f2f2 !important;
}

header .strata--garnet a {
    color: #f2f2f2 !important;
}

    header .strata--garnet a:hover {
        color: #e0c89a !important;
    }

.strata--garnet .fsu-nav-global .navbar-nav > li > a {
    color: #fff !important;
}

    #fsu-nav-primary .strata--garnet li li a:hover,
    .strata--garnet .fsu-nav-global .navbar-nav > li > a:hover,
    .strata--garnet .fsu-nav-global .navbar-nav > li > a:focus {
        background-color: #662836 !important;
        color: #e0c89a !important;
    }

.strata--garnet .navbar-nav a:hover,
.strata--garnet .navbar-nav a:focus {
    background-color: #662836 !important;
    color: #fff !important;
}

/*.strata--garnet .dropdown-menu,
.strata--garnet .navbar-nav .active a {
	background-color: #7b3344;
	color: #f0eadc !important;
}*/

.strata--garnet .navbar-nav .active a:hover {
    color: #f0eadc !important;
}

.strata--garnet .sidebar-header,
.strata--garnet .boxed {
    background-color: #6f2b3b;
    border-color: #662836;
}

.strata--garnet .sidebar-header {
    color: #fff;
}


@media (min-width: 768px) {
    .strata--garnet .sidebar-nav .navbar li a {
        border-bottom: 1px #7f3a4a solid;
    }
}
/*
    GOLD
*/

.strata--gold { /*background-color: #722d3d;*/
    /*background-color: #ceb888;*/
}

    .strata--gold a:hover .fa-youtube-square,
    .strata--gold a:hover .fa-pinterest-square,
    .strata--gold a:hover .fa-instagram,
    .strata--gold a:hover .fa-vine {
        color: #fff;
    }

.strata--gold {
    /*background-color: #782f40;*/
    color: #f2f2f2;
    border-top: 1px #ceb888 solid;
    border-bottom: 1px #ceb888 solid;
}

.strata--gold-inner {
    background-color: #6f2b3b !important;
}

.strata--gold-inner-alt {
    background-color: #7b3344 !important;
}

/*@media (min-width: 768px) {
    .body--garnet, .strata--garnet .container {
        background: #722d3d;
        background: -moz-linear-gradient(left, #722d3d 0%, #782f40 25%, #782f40 75%, #722d3d 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#722d3d), color-stop(25%,#782f40), color-stop(75%,#782f40), color-stop(100%,#722d3d));
        background: -webkit-linear-gradient(left, #722d3d 0%,#782f40 25%,#782f40 75%,#722d3d 100%);
        background: -o-linear-gradient(left, #722d3d 0%,#782f40 25%,#782f40 75%,#722d3d 100%);
        background: -ms-linear-gradient(left, #722d3d 0%,#782f40 25%,#782f40 75%,#722d3d 100%);
        background: linear-gradient(to right, #722d3d 0%,#782f40 25%,#782f40 75%,#722d3d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#722d3d', endColorstr='#722d3d',GradientType=1 );
    }
}*/

.strata--gold h1, .boxed--gold h1, .boxed--gold .h1,
.strata--gold h2, .boxed--gold h2, .boxed--gold .h2,
.strata--gold h3, .boxed--gold h3, .boxed--gold .h3,
.strata--gold h4, .boxed--gold h4, .boxed--gold .h4,
.strata--gold h5, .boxed--gold h5, .boxed--gold .h5,
.strata--gold h6, .boxed--gold h6, .boxed--gold .h6 {
    color: #fff;
}

    .strata--gold h1 small,
    .strata--gold h2 small,
    .strata--gold h3 small,
    .strata--gold h4 small,
    .strata--gold h5 small,
    .strata--gold h6 small {
        color: #e5e5e5;
    }

.strata--gold blockquote {
    border-color: #782f40;
}

.strata--gold a, .strata--gold-inner a, .strata--gold-inner-alt a,
.strata--gold .navbar-default .navbar-nav > li > a,
.strata--gold .dropdown-menu > li > a,
.strata .boxed--gold a {
    color: #782f40;
}

    .strata--gold a:focus, .strata--gold a:hover,
    .strata .boxed--gold a:focus, .strata .boxed--gold a:hover {
        color: #f0eadc !important;
    }

.strata--gold .fsu-title,
.strata--gold h1 {
    text-shadow: 0px 1px 1px rgba(120, 47, 64, 1);
}

.strata--gold .fsu-title,
.strata--gold .fsu-subhead {
    color: #f2f2f2 !important;
}

header .strata--gold a {
    color: #f2f2f2 !important;
}

    header .strata--gold a:hover {
        color: #782f40 !important;
    }

.strata--gold .fsu-nav-global .navbar-nav > li > a {
    color: #fff !important;
}

    #fsu-nav-primary .strata--gold li li a:hover,
    .strata--gold .fsu-nav-global .navbar-nav > li > a:hover,
    .strata--gold .fsu-nav-global .navbar-nav > li > a:focus {
        background-color: #662836 !important;
        color: #782f40 !important;
    }

.strata--gold .navbar-nav a:hover,
.strata--gold .navbar-nav a:focus {
    background-color: #662836 !important;
    color: #fff !important;
}

/*.strata--garnet .dropdown-menu,
.strata--garnet .navbar-nav .active a {
	background-color: #7b3344;
	color: #f0eadc !important;
}*/

.strata--gold .navbar-nav .active a:hover {
    color: #f0eadc !important;
}

.strata--gold .sidebar-header,
.strata--gold .boxed {
    background-color: #6f2b3b;
    border-color: #662836;
}

.strata--gold .sidebar-header {
    color: #fff;
}


@media (min-width: 768px) {
    .strata--gold .sidebar-nav .navbar li a {
        border-bottom: 1px #7f3a4a solid;
    }
}
/*
    STRATA CANVAS
*/
.strata--canvas {
    background-color: #ffffff;
    border-top: 1px #f5f5f5 solid;
    border-bottom: 1px #f0f0f0 solid;
}
    /*.strata--canvas-inner     {background-color: #ffffff !important;}
.strata--canvas-inner-alt {background-color: #fdfdfd !important;}
.strata--canvas h1, .boxed--canvas h1,
.strata--canvas h2, .boxed--canvas h2,
.strata--canvas h3, .boxed--canvas h3,
.strata--canvas h4, .boxed--canvas h4,
.strata--canvas h5, .boxed--canvas h5,
.strata--canvas h6, .boxed--canvas h6
{color: #161514;}

.strata--canvas h1 small,
.strata--canvas h2 small,
.strata--canvas h3 small,
.strata--canvas h4 small,
.strata--canvas h5 small,
.strata--canvas h6 {color: #c0c0bf;}*/

    .strata--canvas blockquote {
        border-color: #e0c89a;
    }

    .strata--canvas a, .strata--canvas-inner a, .strata--canvas-inner-alt a,
    .strata--canvas .navbar-default .navbar-nav > li > a,
    .strata--canvas .dropdown-menu > li > a,
    .strata .boxed--canvas a {
        color: #782f40
    }

        .strata--canvas a:focus, .strata--canvas a:hover,
        .strata .boxed--canvas a:focus, .strata .boxed--canvas a:hover {
            color: #782f40 !important;
        }

    .strata--canvas .fsu-title,
    .strata--canvas h1 {
        text-shadow: 0px 1px 1px rgba(229, 229, 229, 1);
    }

    .strata--canvas .fsu-title,
    .strata--canvas .fsu-subhead {
        color: #161514 !important;
    }

header .strata--canvas a, header .strata--canvas a:focus {
    color: #782f40 !important;
}

    header .strata--canvas a:hover {
        color: #e0c89a !important;
    }

.strata--canvas .fsu-nav-global .navbar-nav > li > a {
    color: #782f40 !important;
}

    #fsu-nav-primary .strata--canvas li li a:hover,
    .strata--canvas .fsu-nav-global .navbar-nav > li > a:hover,
    .strata--canvas .fsu-nav-global .navbar-nav > li > a:focus {
        background-color: #fff !important;
        color: #e0c89a !important;
    }

.strata--canvas .sidebar-header,
.strata--canvas .boxed {
    background-color: #ededed;
    color: #161514;
    border-color: #e5e5e5;
}

.strata--canvas .sidebar-header {
    color: #161514;
}

@media (min-width: 768px) {
    .strata--canvas .sidebar-nav .navbar li a {
        border-bottom: 1px #e5e5e5 solid;
    }
}

.strata--canvas .lead {
    color: #767474;
}
/* 
    FSU CALENDAR WIDGET
*/

#widgeteventscontainer {
    font-family: 'Open Sans', /*"Benton Sans",*/ arial, sans-serif !important;
}

#widgetdatebox {
    width: 60px !important;
    margin-right: 15px !important;
    border: 1px solid #e0c89a !important;
    padding-top: 0px !important;
    display: block !important;
}

#widgeteventlink a {
    font-size: 14px !important;
    color: #782F40 !important;
}

#widgetdateboxmonth {
    font-size: 14px !important;
    width: 58px !important;
    background-color: #FFF !important;
    border-bottom: 1px solid #e0c89a !important;
}

#widgetdateboxday {
    font-size: 24px !important;
    font-weight: 500 !important;
}

#widgeteventtime {
    font-size: 12px !important;
}

#widgeteventdetailsbox {
    padding: 0px !important;
    margin: 0 !important;
}

/*
    FIND A PROGRAM
*/
.form-inline .form-group {
    margin-bottom: 10px;
}
/*
    SOCIAL BOX
*/
.social-box {
    min-height: 20px;
    height: 890px;
    padding: 20px;
    margin-top: 60px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

    .social-box > h2 {
        margin: 20px 0;
    }

    .social-box a {
        color: #782f40;
    }

.social-box-icon {
    background-color: #782f40;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 0 0 0;
    float: right;
    width: 100px;
    margin-top: -60px;
}

.logo-circle-box {
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #782f40;
    display: table;
    height: 80px;
    width: 80px;
}

    .logo-circle-box > div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

@media (max-width:1200px) {
    .social-box > h2 {
        margin: 10px 0;
    }

    .social-box-icon {
        height: 75px;
        width: 75px;
        margin-top: -50px;
    }

        .social-box-icon a {
            font-size: 40px;
        }
}

.social-box h2 {
    border-bottom: 1px solid #782f40;
}

.social-box-icon a {
    color: #ffffff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

    .social-box-icon a:hover {
        color: #782f40;
        border: 1px solid #782f40;
        border-radius: 50%;
        background-color: #ffffff;
        cursor: pointer;
        text-decoration: none;
    }

#social-links {
    list-style-type: none;
    float: right;
}

    #social-links > li {
        display: inline;
    }
/*
    STAFF PROFILE
*/
#welcome-message .well {
    border-radius: 0px;
}

.staff-profile {
    min-height: 20px;
    padding: 15px;
    margin-top: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

    .staff-profile a {
        color: #782f40;
    }

    .staff-profile p {
        font-family: 'Open Sans' /*Avenir-Book*/;
    }

        .staff-profile p span {
            font-family: 'Open Sans' /*Avenir-Heavy*/;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 700;
        }

.staff-profile-icon {
    background-color: #782f40;
    border-radius: 50%;
    display: table;
    height: 50px;
    margin: 0 0 0 0;
    float: right;
    width: 50px;
    margin-top: -35px;
}

    .staff-profile-icon i {
        color: #ffffff;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 2.4rem;
    }

/*.social-box ul li:not(:last-of-type) {
    list-style:none;
    border-bottom:1px solid #782f40;
}*/
/*
    IP BUTTONS
*/
.btn-garnet {
    color: #ffffff;
    border: 1px solid #782f40;
    background-color: #782f40;
    width: 100%;
    text-align: left;
    border-radius: 4px;
    /*margin:0 auto 10px auto;
  padding:8px 12px;*/
}

    .btn-garnet:hover {
        color: #782f40;
        background-color: #ffffff;
        border-color: #782f40;
        text-decoration: none !important;
    }
/*
    SUB NAVIGATION
*/
#sub-navigation {
    margin-top: -10px;
}

    #sub-navigation > div > div > div > button {
        display: none;
    }

@media (min-width:768px) {
    #sub-navigation > div > div > div {
        margin-bottom: 10px;
    }
}

@media (min-width:992px) {
    #sub-navigation > div > div > div {
        margin-bottom: 20px;
    }
}

#sub-navigation > div > div > div > a > img {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

    #sub-navigation > div > div > div > a > img:hover {
        box-shadow: #3c1720 0px 0px 10px;
    }

#sub-navigation > div > div > a > h4 {
    /*line-height:.95;*/
    /*padding-top:10px;*/
    text-transform: uppercase;
}

.absolute-box {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.wrap-table {
    width: 100%;
    min-height: 100%;
    display: table;
}

.wrap-table-inner {
    display: table-cell;
    text-align: center;
}

@media (max-width: 991px) {
    #sub-navigation > div > div > a > h4 {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    #fsu-title {
        display: none;
    }

    #sub-navigation > div > div > div > button {
        display: inline-block;
        text-align: center;
    }

    #sub-navigation > div > div > div > *:not(button) {
        display: none;
    }
}
/*
    ////UTILITITES - TEXT
*/
.intro {
    font-family: Intro;
}

.avenir-heavy {
    font-family: 'Open Sans' /*Avenir-Heavy*/;
    font-weight: 700;
}

.avenir-book {
    font-family: 'Open Sans' /*Avenir-Book*/;
}

.sans-serif {
    font-family: 'Open Sans', /*"Benton Sans",*/ arial, sans-serif;
}

.serif {
    font-family: "Adobe Garamond Pro", "adobe-garamond-pro", "Times New Roman", times, sans-serif;
}

.bold {
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-normal {
    text-transform: none;
}

.text-shadow {
    text-shadow: 1px 1px 10px #999;
}

.img-shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/*
    UTILITIES - FLOAT
*/

.right {
    float: right;
}

.left {
    float: left;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

/*
    UTILITIES - COLOR
*/

.garnet {
    color: #782F40;
}

.gold {
    color: #e0c89a;
}

.white {
    color: #ffffff;
}

.black {
    color: #000000;
}

.border-garnet {
    border: 2px solid #782f40;
}

.border-gold {
    border: 2px solid #e0c89a;
}

.garnet-bg-trans {
    background-color: rgba(120, 47, 64, .85);
}

/*
    UTILITIES SPACING
*/

.padding-none {
    padding: 0;
}

.margin-vertical-5 {
    margin: 5px 0;
}

.margin-vertical-10 {
    margin: 10px 0;
}

.margin-vertical-15 {
    margin: 15px 0;
}

.margin-vertical-20 {
    margin: 20px 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}


/*h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}*/
/*h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}*/
/*h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}*/
/*h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}*/
/*h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}*/
