@charset "utf-8";

/* Jeff Lien 4-22-16: Custom Stylesheet  */

/*Nicko Laird 5/9/2017: Bibliography Styling for faculty pages*/

.biblio {
	padding-left: 40px;
	text-indent: -40px;
}

/* Nicko Laird 8-4-16: Newsletter Landing Page 'Read More' Button  */

.landingButton {floa
    background: #003161;
    color: #FFF;
    text-decoration: none;
    text-transform: none;
}

.landingButton:hover {
    background: #003161;
    color: #FFF;
    text-decoration: none;
}


/* Jeff Lien 4-22-16: For inline images on text pages.  */

.floatright {
    float: right;
    width: 350px;
    padding: 0 0 20px 20px;
}


/* Jeff Lien 4-22-16: For captions below inline images on text pages.  */

.caption {
    font-size: 11px;
    font-style: italic;
    line-height: .1em;
}


/* Jeff Lien 5-13-16: For inline images on text pages.  */

.rightmargin {
    margin-right: 0%;
    float: right;
    display: block;
    margin: 40px 0 40px 40px;
}

.result .result-meta-label {
    color: #333;
}

.buttontest {
    background: #FF9B1D !important;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #FF9B1D !important;
    color: #ffffff !important;
    font-size: 18px !important;
}

.buttontest.active,
.buttontest.active:hover {
    background: ##FF9B1D;
    !important;
    opacity: 0.2;
    !important;
    color: #fff;
    !important;
}


/* Nicko Laird 9-16-16: Turned off auto height on iframes from screen-default.css, line: 1520.  */

.wysiwyg iframe {
    height: 510px;
}


/* Adam King 12-2-16:  Styling for Contact-Special-Services  */

.contact-container {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
}

.contact-us-text {
    margin-right: 50px;
}

@media screen and (max-width: 1000px) {
    .contact-us-text {
        width: 45%;
    }
}

@media screen and (max-width:767px) {
    .contact-container {
        display: initial;
    }
    .contact-us-text {
        width: 100%;
        margin: 0px;
    }
}

@media screen and (max-width: 875px) {
    .expanded .header .phone {
        margin-right: 10px;
        font-size: 1rem;
        font-size: 10px;
    }
}


/* Adam King 3-9-16: Fix for Anchor tags showing under header */

:target:before {
    content: "";
    display: block;
    height: 100px;
    /* fixed header height*/
    margin: -100px 0 0;
    /* negative fixed header height */
}

@media screen and (max-width: 767px) {
    :target:before {
        content: "";
        display: block;
        height: 70px;
        /* fixed header height*/
        margin: -70px 0 0;
        /* negative fixed header height */
    }
}


/* Location Map */

#legend {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    font-family: Arial, sans-serif;
    margin: 10px;
    padding: 10px;
}

#locations-map {
    width: auto;
    height: 600px;
    height: -webkit-calc(100vh - 320px);
    height: calc(100vh - 320px);
}

.marker-label {
    width: 22px;
    height: 30px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 23px;
}

@media (max-width: 767px) {
    .map .map-container {
        display: block;
        margin-left: 0px;
    }
    #locations-map {
        width: 100%;
        height: 300px;
    }
}

.popup-container {
    margin-top: 5px;
    display: block;
    float: left;
    height: 105px;
    width: 100%;
}

.btn {
    display: inline-block;
    padding: 4px 16px;
    padding-top: 4px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 14px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;
    background-color: #d1dade;
    -webkit-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-border-radius: 1px;
    background-image: none !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s !important;
}

.btn-success {
    color: #fff;
    background-color: #0f8a62;
    border-color: #4cae4c;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-success {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
