/* !!!!! REMOVE THESE STYLES WHEN NEW SITE GOES PUBLIC !!!!! */

/*.sr-nav-dropdown, .sr-breadcrumb, .sr-social-buttons {
    visibility: hidden;
}

div.sr-section-title h1 {
    text-align: center !important;
}

.copyright-footer p {
    font-size: 1.5rem;
} */
/*END STYLES TO REMOVE*/


html { font-size: 10px; }
body { font-size: 14px; }



/* SRLF CSS Styles */
/* New Color Palette - June 2016 */
.astral-c {
    color: #356892;
}
/* blue */
.milanored-c {
    color: #a63446;
}
/* red */
.wildwatermelon-c {
    color: #FF506C;
}
/* red opt */
.seagull-c {
    color: #87B1D3;
}
/* blue */
.orange-c {
    color: #eca400;
}
/* orange */
.goldenainoi-c {
    color: #FFCC59;
}
/* yellow opt */
.darkgoldenrod-c {
    color: #B27C00;
}
/* yellow opt */
.valhalla-c {
    color: #2d3142;
}
/* purple */
.kashmirblue-c {
    color: #575F80;
}
/* blue opt */
.greenspring-c {
    color: #a4b39b;
}
/* green */
.xanadu-c {
    color: #75806E;
}
/* green opt */
.mortargrey-c {
    color: #555555;
}
/* grey */

.lightgrey-c {
    color: #e9e9e9;
}

.lightergrey-c {
    color: #f5f5f5;
}

.lightestgrey-c {
    color: #f8f8f8;
}

.grey-c {
    color: #c5c5c5;
}

.darkgrey-c {
    color: #b0b0b0;
}

.darkergrey-c {
    color: #808080;
}

.black-c {
    color: #000000;
}

.white-c {
    color: #ffffff;
}

.astral-bg {
    background-color: #356892;
}
/* blue */
.milanored-bg {
    background-color: #a63446;
}
/* red */
.wildwatermelon-bg {
    background-color: #FF506C;
}
/* red opt */
.seagull-bg {
    background-color: #87B1D3;
}
/* blue */
.orange-bg {
    background-color: #eca400;
}
/* orange */
.goldenainoi-bg {
    background-color: #FFCC59;
}
/* yellow opt */
.darkgoldenrod-bg {
    background-color: #B27C00;
}
/* yellow opt */
.valhalla-bg {
    background-color: #2d3142;
}
/* purple */
.kashmirblue-bg {
    background-color: #575F80;
}
/* blue opt */
.greenspring-bg {
    background-color: #a4b39b;
}
/* green */
.xanadu-bg {
    background-color: #75806E;
}
/* green opt */
.mortargrey-bg {
    background-color: #555555;
}
/* grey */

.lightgrey-bg {
    background-color: #e9e9e9;
}

.lightergrey-bg {
    background-color: #f5f5f5;
}

.lightestgrey-bg {
    background-color: #f8f8f8;
}

.grey-bg {
    background-color: #d5d5d5;
}

.darkgrey-bg {
    background-color: #b0b0b0;
}

.darkergrey-bg {
    background-color: #808080;
}

.black-bg {
    background-color: #000000;
}

.white-bg {
    background-color: #ffffff;
}


/* End New Color Palette */

/* SECTION COLORS */
.sr-search {
    background-color: #555555;
}

.sr-map {
    background-color: #2d3142;
}

.sr-about {
    background-color: #a63446;
}

.sr-contacts {
    background-color: #eca400;
}

.sr-deposits {
    background-color: #a4b39b;
}

.sr-imaging {
    background-color: #87b1d3;
}

.sr-using {
    background-color: #356892;
}

/*TRANSITION - for navigation elements*/
.sr-nav-buttons a, .sr-section-navigation a, .sr-nav-dropdown a, .sr-social-buttons a, .sr-button-list a {
    -moz-transition: background-color .25s, color .25s;
    -o-transition: background-color .25s, color .25s;
    -webkit-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
}


/* BASE STYLES - for front & section pages */

* {
    font-family: 'Lato', sans-serif;
}

html,
body {
    height: 100%;
}


body {
    min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

h1 {
    font-size: 2.6rem;
}

h2 {
    font-size: 2.0rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1.0rem;
}

body, p {
    font-family: 'Lato', sans-serif;
}

p, ul, li, strong {
    line-height: 2.4rem;
    font-size: 1.5rem;
    font-family: 'Lato', 'Open Sans', sans-serif;
    font-weight: 400;
}


/*accessibility span that hides text off page but sill seen by readers*/
span.sr-context {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(0, 0, 0, 0);
    padding: 0 !important;
    border: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden;
}


/*for 'back to top' link*/
.sr-top {
    font-size: 1rem;
}

#pageForm {
    height: 100%;
}

.sr-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -130px;
}

.sr-gallery-nav {
    background-color: #d5d5d5;
}

.sr-header {
    background-color: #356892;
    min-height: 100px;
}

.sr-header-wrapper {
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 4px;
}

    .sr-header-wrapper img {
        width: auto;
    }

.sr-float-left {
    float: left;
}

.sr-title-text {
    float: left;
    margin-top: 10px;
    clear: both;
    padding-left: 5px;
}

    .sr-title-text > div {
        display: block;
        clear: both;
        vertical-align: bottom;
    }

.sr-title-text-small {
    color: #ffffff;
    float: left;
    font-size: 1.4rem;
}

.sr-title-text-large {
    font-size: 1.6rem;
    color: #ffffff;
    float: left;
}

/*NAV DROPDOWN & SECTION STYLES - FROM sr-section-base.css*/


/* STYLES FOR SEARCH BUTTON */
.sr-only {
    left: -9999px;
}
/* override bootstrap screen reader class to move element off screen */

.sr-search-button {
    float: right;
    font-size: 2.2rem;
    padding: 6px 12px;
    border-radius: 2px;
    border: 2px solid transparent;
    top: 0px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
	text-decoration: none;
}

    .sr-search-button, .sr-search-button:hover, .sr-search-button:visited {
        color: #ffffff;
		text-decoration: none;
    }

        .sr-search-button div {
        }

        .sr-search-button:hover {
            border-color: #ffffff;
			text-decoration: none;
        }



/*STYLES FOR SITE NAVIGATION DROPDOWN*/


.sr-nav-dropdown {
    margin-right: 20px;
    margin-top: 6px;
    flex-direction: column !important;
}

    .sr-nav-dropdown button {
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-color: transparent;
    }

    .sr-nav-dropdown .dropdown-menu {
        background-color: #777777;
        min-width: 280px;
    }

    .sr-nav-dropdown li {
        padding: 0;
        font-size: 2rem;
        line-height: 3rem;
        min-height: 3rem;
    }

    .sr-nav-dropdown .dropdown-menu > li > a {
        color: #fff;
        text-decoration: none;
    }

        .sr-nav-dropdown .dropdown-menu > li > a:hover {
            color: #2d3142;
            background-color: #f5f5f5;
            text-decoration: none;
        }

        .sr-nav-dropdown .dropdown-menu > li > a:visited {
            color: #fff;
            text-decoration: none;
        }

#navbar-buttons {
    width: 200px;
    display: flex; 
}

.navbar-toggler {
  display: none;
}

.dropdown-left-manual {
  right: 0;
  left: auto !important;
  padding-left: 1px;
  padding-right: 1px;
  top: 100% !important;
  position: absolute !important;
}

.sr-header .sr-nav-dropdown .btn {
    border-color: transparent;
    color: #fff;
    background-color: transparent;
    border-radius: 2px;
}

    .sr-header .sr-nav-dropdown .btn:hover, .sr-header .sr-nav-dropdown .btn:active, .sr-header .sr-nav-dropdown .btn:focus {
        border-color: #fff;
        color: #fff;
        background-color: transparent;
    }


.sr-nav-dropdown span {
    font-size: 24px;
    line-height: 24px;
}

/*STYLES FOR SECTION & BREADCRUMB*/
.sr-center-lg, div.sr-center-lg {
    /*display: inline-block;*/
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1180px;
}

/*STYLES FOR SECTION HEADER AND NAVIGATION*/
.sr-section {
    display: block;
}

.sr-section-title {
    font-size: 3rem;
    color: #fff;
    display: block;
    text-align: center;
}

    .sr-section-title h1 {
        line-height: 4.5rem;
        text-align: center;
    }

.sr-section-title-divider {
    border-bottom: 1px solid #75806E;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #356892;
}

.sr-section-navigation {
    text-align: center;
    padding: 0;
    min-height: 10px;
}

    .sr-section-navigation > div {
        padding: 0;
    }

    .sr-section-navigation ul {
        margin-bottom: 0;
        padding: 0;
        display: block;
        list-style-type: none;
    }

        .sr-section-navigation ul > li {
            display: block;
            list-style: none;
            min-width: 10rem;
            font-size: 2rem;
        }

    .sr-section-navigation .sr-nav-bullet {
        width: 17px;
        height: 17px;
        line-height: 2rem;
        display: inline-block;
        margin-left: -17px;
        margin-right: 4px;
        position: relative;
        top: 0;
    }

    .sr-section-navigation li > a {
        padding-left: 22px;
        padding-right: 26px;
        display: block;
        height: 4rem;
        line-height: 4rem;
        min-width: 15rem;
        text-align: center;
    }

    .sr-section-navigation li:nth-of-type(1) > a:hover, .sr-section-navigation li:nth-of-type(7n-6) .sr-nav-bullet {
        background-color: #a63446;
    }

    .sr-section-navigation li:nth-of-type(2) > a:hover, .sr-section-navigation li:nth-of-type(7n-5) .sr-nav-bullet {
        background-color: #eca400;
    }

    .sr-section-navigation li:nth-of-type(3) > a:hover, .sr-section-navigation li:nth-of-type(7n-4) .sr-nav-bullet {
        background-color: #75806e;
    }

    .sr-section-navigation li:nth-of-type(4) > a:hover, .sr-section-navigation li:nth-of-type(7n-3) .sr-nav-bullet {
        background-color: #87b1d3;
    }

    .sr-section-navigation li:nth-of-type(5) > a:hover, .sr-section-navigation li:nth-of-type(7n-2) .sr-nav-bullet {
        background-color: #356892;
    }

    .sr-section-navigation li:nth-of-type(6) > a:hover, .sr-section-navigation li:nth-of-type(7n-1) .sr-nav-bullet {
        background-color: #555555;
    }

    .sr-section-navigation li:nth-of-type(7) > a:hover, .sr-section-navigation li:nth-of-type(7n) .sr-nav-bullet {
        background-color: #2d3142;
    }

.sr-section-light {
    background-color: #fff;
}

    .sr-section-light .sr-section-navigation {
        border-top: 1px solid #555;
        border-bottom: 1px solid #555;
    }

    .sr-section-light .sr-section-title h1 {
        color: #555;
    }

    .sr-section-light a, .sr-section-light a:link, .sr-section-light a:active, .sr-section-light a:visited {
        color: #555;
        text-decoration: none;
    }

        .sr-section-light a:hover {
            color: #fff;
        }

    .sr-section-light .sr-breadcrumb .sfBreadcrumbWrp a:hover {
        background-color: #fff;
        background-image: none;
        text-decoration: underline;
    }


/*end styles from sr-section-base.css*/

/*banner, section, & breadcrumb styles - original to this stylesheet*/
.sr-breadcrumb ul {
    float: right;
    margin-top: 5px;
}

.sr-breadcrumb li {
    display: inline-block;
}

.sr-breadcrumb a, .sr-breadcrumb li {
    font-size: 1.6rem;
    color: #555;
}

.sr-banner-contacts {
    width: 100%;
    height: 150px;
    background: url("../Images/courtyard-sign-800x206-60.jpg") 50% 50% / cover;
}

.sr-banner-deposits {
    width: 100%;
    height: 150px;
    background: url("../Images/srlf-stacks-pano-800x180-60.jpg") 50% 50% / cover;
}

.sr-banner-using {
    width: 100%;
    height: 150px;
    background: url("../Images/reception-desk-pano-800x157-60.jpg") 50% 50% / cover;
}

/*end original styles*/

.main-body-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.sr-footer, .sr-push {
    height: 50px;
}

.sr-social {
    background-color: #2d3142;
    color: #a4b39b;
    min-height: 100px;
    padding-bottom: 0px;
}

.sr-social-buttons {
    min-height: 50px;
    clear: both;
    width: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

    .sr-social-buttons a,
    .sr-social-buttons a:visited {
        color: #a4b39b;
        text-decoration: none;
    }

        .sr-social-buttons a:hover {
            color: #87b1d3;
            text-decoration: none;
            /*border-bottom: 1px solid #87B1D3;*/
            margin-bottom: 0;
        }

a.sr-social-button {
    margin-bottom: 1px;
    border-color: transparent;
}

    a.sr-social-button span {
        padding-top: 5px;
        display: block;
    }

.sr-social-button {
    width: 120px;
    text-align: center;
    display: block;
    margin: 22px auto;
}

.sr-social-button-icon {
    clear: both;
    font-size: 2.5rem;
    text-align: center;
    color: inherit;
}

    .sr-social-button-icon:after {
        content: "\A";
        color: inherit;
    }

.sr-social-button-content {
    clear: both;
    text-align: center;
    font-size: 1.6rem;
    color: inherit;
}

.copyright-footer {
    background-color: #2d3142;
    color: #a4b39b;
    height: 35px;
}

.copyright-content {
    text-align: center;
    vertical-align: middle;
    font-size: 1.0rem;
}

.sr-section-center {
    text-align: center;
}

/*CTA buttons */

.sr-button-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sr-button-list-min {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sr-button-list > li {
    display: inline;
}

.sr-button-list-min > li {
    display: inline;
}

.sr-button-list > li a {
    text-decoration: none;
    color: #fff;
    padding: 8px 25px 5px 25px;
    border-radius: 3px;
    display: block;
    min-width: 100px;
    float: left;
    margin: 2px;
    text-align: center;
    line-height: 3.6rem;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
}

.sr-button-list-min > li a {
    text-decoration: none;
    color: #2d3142;
    padding: 8px 25px 5px 25px;
    border-radius: 3px;
    display: block;
    min-width: 100px;
    float: left;
    margin: 2px;
    text-align: center;
    line-height: 3.6rem;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
}

.sr-button-list > li a:visited {
    color: #ffffff;
}

.sr-button-list > li a:hover {
    background-color: #f5f5f5;
    color: #2d3142;
}

.sr-desc-hours a, .sr-desc-hours a:visited {
    text-decoration: none;
    color: #356892;
}

    .sr-desc-hours a:hover {
        color: #75806e;
        text-decoration: underline;
    }

.sr-navbar-button-spacer {
    margin-left: 50px;
}

/*BOOTSTRAP & SITEFINITY OVERRIDES*/

.dropdown-menu>li>a {
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap
}

.container-fluid {
    padding: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}



@media screen and (min-width: 550px) {
    .sr-title-text-small {
        font-size: 1.2rem;
    }
    .sr-title-text-large {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 600px) {
    .sr-title-text-small {
        font-size: 1.1rem;
    }


    .sr-title-text-large {
        font-size: 1.3rem;
    }

    .sr-header-wrapper img {
        width: 160px;
    }
}

@media screen and (max-width: 650px) {
    .sr-title-text {
        clear: both !important;
        float: left;
    }
}



@media screen and (min-width: 480px) {
    

    h1 {
        font-size: 3.6rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2.0rem;
    }

    h4 {
        font-size: 1.6rem;
    }

    h5 {
        font-size: 1.4rem;
    }

    h6 {
        font-size: 1.2rem;
    }

    p, ul, li, strong {
        line-height: 2.5rem;
        font-size: 1.6rem;
    }
}

/*APP STYLES*/
/* adjust grid height for */
.k-grid-content {
    min-height: 100px !important;
}

/*.k-loading-mask {
    left: 0 !important
}*/

.sr-app-title {
    font-size: 2.5rem;
}

.nav-item {
    margin-left: 10px;
    width: 60px;
}
    .nav-item a {
        font-weight: bold;
    }

.sr-summary-info-text {
    font-weight: bolder;
    font-size: 1.5rem;
    background-color: #fff;
}

.sr-search-info-text {
    font-size: 1.5rem;
    font-weight: bold;
}

#resultTitle {
    font-size: 2.5rem;
    font-weight: bolder;
}

.sr-no-data-found {
    font-color: red;
    font-size: 2.5rem;
    font-weight: bold;
}

#submitButton {
    font-size: 10pt;
    width: 100px;
    height: 31px;
    margin-top: -4px;
    font-weight: 700;
}

#disclaimer {
    font-size: 1.2rem; 
    font-style: italic;
}

/*END APP STYLES*/
@media print {
    a [href]:after {
        display: none;
    }

    .sr-section-banner, .sr-gallery-nav, .sr-breadcrumb, .sr-souv-instructions, .souv-control-wrapper, #bibDisplay a {
        display: none;
    }
}


@media screen and (min-width: 650px) {
    .sr-social-buttons {
        width: auto;
        max-width: 700px;
    }
}

/*MEDIA QUERIES*/
@media screen and (min-width: 768px) {
    .sr-title-text {
        margin-top: 10px;
        display: inline-block;
        clear: none;
    }

    .sr-title-text-large {
        font-size: 2.0rem;
    }

    .sr-banner-application {
        background: url("../Images/courtyard-sign-1200x309-60.jpg") 50% 50% / cover;
    }

    .sr-banner-deposits {
        background: url("../Images/srlf-stacks-pano-1200x271-60.jpg") 50% 50% / cover;
    }

    .sr-banner-using {
        background: url("../Images/reception-desk-pano-1200x235-60.jpg") 50% 50% / cover;
    }


    .sr-section-title {
        margin: 0;
    }

    .sr-section {
        padding: 0 10px;
    }

    .sr-section-navigation ul > li {
        line-height: 2rem;
        display: inline-block;
    }

    .sr-section-navigation li > a {
        display: inline-block;
    }

    .sr-breadcrumb {
        display: block;
    }
}

@media screen and (min-width: 992px) {

    .sr-section-title {
        text-align: left;
        font-size: 3.6rem;
    }

        .sr-section-title h1 {
            text-align: left;
        }

    .sr-section-navigation {
        text-align: right;
    }

    .sr-social-button {
        display: inline-block;
    }
}

@media screen and (min-width: 1200px) {
    .sr-section-navigation ul > li {
        font-size: 2rem;
    }

    .sr-banner-contacts {
        background: url("../Images/courtyard-sign-2000x515-60.jpg") 50% 15% / cover;
    }
        .sr-banner-deposits {
        background: url("../Images/srlf-stacks-pano-2000x451-60.jpg") 50% 50% / cover;
    }

    .sr-banner-using {
        background: url("../Images/reception-desk-pano-2000x393-60.jpg") 50% 50% / cover;
    }

}

