﻿@font-face {
    font-family: 'gotham';
    src: url('../fonts/ufonts.com_gotham-book.eot');
    src: url('../fonts/ufonts.com_gotham-book?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/ufonts.com_gotham-book.woff') format('woff');
    /*src: url('../fonts/ufonts.com_gotham-book.eot');
    src: url('../fonts/ufonts.com_gotham-book?#iefix') format('embedded-opentype'),
    	 url('../fonts/Gotham-Book.ttf') format('truetype'),
         url('../fonts/ufonts.com_gotham-book.woff') format('woff');*/
    font-weight: normal;
    font-style: normal;
}

body {
    padding-top: 20px;
}

.divExtIdp {
    padding-bottom: 10px;
}

.divExtIdp a:visited {
    color: white;
    text-decoration: none;
}

a, img {
    border: none;
    outline: 0;
}

    a:visited {
        color: #032c6c;
        text-decoration: none;
    }

    a:visited {
        color: #032c6c;
        text-decoration: none;
        outline: 0;
    }

    a:hover {
        outline: 0;
    }

h2 {
    text-align: center;
    background-color: palegreen;
}

h1, h2, h3, h4, h5, h6 {
    color: #032c6c;
}

ul {
    line-height: 1.6;
}

.selected {
    color: #f26334;
}

.ms-accentText {
    color: #f26334;
    font-size: 20px;
    font-weight: bold;
}

/*MAIN*/
#mainbody {
    background-color: transparent;
    padding: 10px;
}

#main {
    padding: 28px 0 70px;
    background: url(../img/content-gradient.jpg) repeat-x 0 0;
    background-color: #fff;
}

/*Mobile*/
.header-mobile {
    display: table;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

    .header-mobile .searchbox {
        float: right;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .header-mobile .member-login {
        font-weight: bold;
        color: #e4440f;
        padding: 12px 0px;
        cursor: pointer;
        width: 50%;
        float: left;
    }

    .header-mobile .sp-menu-btn {
        float: left;
        padding: 8px;
    }

.sp-menu-btn {
    margin-left: 5px;
    line-height: 25px;
}

    .sp-menu-btn img {
        width: 21px;
    }

/*Search*/
.mobile-show {
    display: none;
}

.searchbox {
    display: table;
}

.navbar .searchbox {
    background-color: #FFF;
}

.searchbox {
    height: 30px;
    color: #454545;
    font-size: 1.3rem;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: 26px;
    font-family: 'gotham';
    border: 1px solid #b1b3b3;
    background-color: #fff;
    width: 100%;
}

    .searchbox fieldset {
        position: relative;
    }

    .searchbox > div {
        border: 0;
    }

        .searchbox > div > a {
            border: 0;
        }

    .searchbox label, .searchbox legend {
        display: none;
    }

    .searchbox .txt-search {
        height: 29px;
        border: none;
        width: 70%;
        margin-left: 5px;
        font-size: 1.2em;
        color: #454545;
    }

    .searchbox .btn-submit {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 30px;
        cursor: pointer;
        border: none;
        background: url(../img/icon-arw-rght.png) no-repeat center center;
        border-left: 1px solid #b1b3b3;
    }

/*HEADER*/
.header {
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*Logo*/
.logo {
    float: left;
    width: 100%;
}

    .logo img {
        float: left;
        width: 65px;
        height: 54px;
    }

    .logo > div {
        float: left;
        margin: 4px 0 0 17px;
    }

        .logo > div p {
            font-size: 1.6rem;
            color: #454545;
            padding: 0;
            margin: 0;
            line-height: 2rem;
            font-weight: 300;
            letter-spacing: -.01em;
        }


/*Member*/
.utility {
    list-style: none;
    float: right;
    padding: 0;
    margin: 2px 0 0;
    font-size: 1rem;
}

    .utility li {
        font-size: 1.4em;
        display: inline;
        padding-right: 8px;
        margin-right: 5px;
        border-right: 1px solid #dfdfe6;
    }

        .utility li:last-child {
            border: none;
            padding: 0;
            margin: 0;
        }

.login-name {
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

    .login-name .button-wrap {
        float: right !important;
        width: 100%;
        margin: 4px 0 0;
    }

        .login-name .button-wrap .login {
            text-indent: 15px;
            background-image: url("../img/icon-member.png");
            background-position: 15px 5px;
            background-repeat: no-repeat;
            color: #fff;
            text-decoration: none;
            float: right;
        }

            .login-name .button-wrap .login:hover {
                background: #e4440f
            }

.login.member-login {
    font-size: 1.4rem;
}

.login.button-full, .button.fill-col {
    width: 80%;
    margin: 0;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.login {
    float: left;
    height: 30px;
    text-align: center;
    color: #fff;
    background: #f26334;
    line-height: 1.25em;
    font-weight: 700;
    cursor: pointer;
    padding: 6px 10px;
}

/*SIDENAV*/
.offcanvas-btn {
    z-index: 49;
}

.inner {
    /*background-color: #fff;*/
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    /*border: 1px solid #dfdfe6;
	border-top: 4px solid #032c6c;*/
}

.dis-links h4 {
    display: inline-block
}



/*RESPONSIVE*/
@media only screen and (max-width: 992px) {
    body {
        padding-top: 0;
    }

    .navbar {
        margin-bottom: 20px;
    }

    /*MOBILE HEADER*/
    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: table;
    }

    footer .mobile-show {
        display: block;
    }

    /*HEADER*/
    .page-header {
        padding-bottom: 0;
    }

    /*LOGO*/
    .logo img {
        width: 40px;
        height: 33px;
    }

    .logo > div {
        margin-top: 0px;
    }

        .logo > div p {
            font-size: 12px;
            line-height: 1.8rem;
        }

    /*SEARCH*/
    .main-search {
        display: none;
    }

    #SearchBox {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .header-mobile .search-mobile {
        float: right !important;
    }

    .navbar-toggle {
        padding: 15px;
        margin: 0;
    }
}

@media only screen and (max-width: 764px) {
    .col-xs-12 {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 484px) {
    /*SEARCH*/
    #SearchBox > div {
        width: auto;
    }

    .ms-srch-sb > input {
        width: 75%;
    }
}

/*COMPACT*/
.compact {
    display: none;
}

.compact-hide {
    display: none !important;
}

.seperator {
    display: none;
}

/*LEFT NAVIGATION*/
/*Accordion*/
.treeSideNav {
    background-color: transparent;
}

.list-group-item {
    padding-left: 0;
    border-bottom: 1px solid #b1b3b3;
}

.treeSideNav .nav-title a {
    font-size: 18px;
    color: #032c6c;
}

.treeSideNav a {
    font-size: 16px;
    color: #008dbd;
}

    .treeSideNav a:hover {
        text-decoration: underline;
    }

.list-group-item:last-child, .list-group-item:first-child {
    border-radius: 0 !important;
}

.list-group-item .active:last-child, .list-group-item .active:first-child, .list-group-item .active {
    border-radius: 0 !important;
    background-color: transparent !important;
}


.parent-menu {
    background-image: url("../img/close-blue.png");
    background-position: 95% 12px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) and (min-width:992px) {
    .level1 .menu-row {
        font-size: 14px;
    }

    .level1 .menu-row {
        font-size: 12px;
    }

    .parent-menu {
        background-position-y: 10px;
    }

    .ms-srch-sb > input {
        width: 85%;
    }

    .ms-srch-sb > a > img {
        display: none;
    }
}

/*top nav */
.navbar {
    height: auto;
}

    .navbar.navbar {
        z-index: 50;
        border-bottom: 4px solid #fff;
        margin-bottom: 20px;
    }

#navbar .navbar-collapse {
    max-height: none;
    clear: both;
}
/*on mobile devices top nav bar will be a drop down, so we want to show across*/
.ms-core-listMenu-horizontalBox {
    display: block;
}

.navbar .nav ul, .navbar .nav ul > li {
    float: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .navbar .nav ul > li:hover {
        color: #f26334
    }

.navbar .nav ul {
    display: block;
    position: relative;
    text-align: left;
    color: #032c6c;
}

.navbar li {
    display: block;
    width: 100%;
    position: relative;
}

.navbar li {
    display: block;
    line-height: 25px;
    padding: 15px 0;
    margin: 0px;
    position: relative;
    text-align: center;
    border-top: 4px solid #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'gotham';
    color: #032c6c;
}

.navbar .nav li > a {
    display: inline-block;
    padding: 15px 20px 15px 20px;
    font-family: 'gotham';
    color: #032c6c;
    border-top: 4px solid #fff;
    font-size: 16px;
    font-weight: bold
}

.navbar li.selected {
    border-top: 4px solid #f26334;
    color: #f26334;
}

.navbar .nav li.selected > a {
    color: #f26334;
}

.navbar li:hover {
    color: #f26334;
    border-top: 4px solid #f26334;
}

.navbar li a:hover {
    color: #f26334;
    text-decoration: none;
}

/*images within nav should not use respponsive properties*/
.navbar .nav img {
    max-width: none;
}

/*hide or provide padding for downdown arrow*/
.navbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
    width: 100%;
    display: block;
}

/*dynamic menus should not appear*/
.navbar ul {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    box-shadow: none;
}

.navbar li > ul {
    display: block !important;
}

.navbar li {
    padding: 15px;
}

.navbar .ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
    background-image: url("/_layouts/15/images/menu-down.gif");
}

.navbar .ms-core-listMenu-horizontalBox .dynamic .dynamic-children.additional-background {
    background-image: url("/_layouts/15/images/menu-down.gif");
}

@media only screen and (max-width: 992px) {
    .navbar li {
        font-weight: normal;
    }
}

@media (min-width: 992px) {
    .navbar .nav li {
        display: inline-block;
        width: auto;
    }
}
/*end top nav */

/*FOOTER*/
footer {
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
    box-shadow: 0 0 25px 25px #f5f5f5;
    background-color: #fff;
}

.footer h4 {
    font-weight: bold;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

    .footer ul li a {
        color: #008dbd
    }

.footer .utils {
    float: left;
    width: 100%;
    border-top: 1px solid #b1b3b3;
    list-style: none;
    margin: 20px 0 0;
    padding: 10px 0 0;
}

    .footer .utils ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 1em;
    }

        .footer .utils ul li {
            float: left;
            font-size: 14px;
            padding: 0 23px 0 0;
            margin: 0 23px 0 0;
            border-right: 1px solid #b1b3b3;
            line-height: 1.3em;
        }

            .footer .utils ul li:last-child {
                border-right: none;
            }

/*MOBILE FOOTER*/
.mobile-show .row {
    margin-right: 0px;
    margin-left: 0px;
}

.mobile-footer .accordion, .mobile-menu .accordion {
    margin-bottom: 0;
    font-size: 1em;
    float: left;
    width: 100%;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.mobile-footer .accordion dd, .mobile-menu .accordion dd {
    display: block;
    margin-bottom: 0 !important;
    font-size: 16px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #b1b3b3;
    padding-top: .5em;
}

    .mobile-footer .accordion dd:last-child, .mobile-menu .accordion dd:last-child {
        border: none;
    }

    .mobile-footer .accordion dd > a.linky, .mobile-menu .accordion dd > a.linky {
        color: #002c6c;
        display: block;
        font-family: "Helvetica Neue",Helvetica,Helvetica,Arial,sans-serif;
        font-size: 18px;
        font-weight: 700;
        float: left;
        width: 90%;
    }

    .mobile-footer .accordion dd > a.accord, .mobile-menu .accordion dd > a.accord {
        background: url(../img/icon-accordion-plus.png) no-repeat right top;
        color: #002c6c;
        height: 30px;
        display: block;
        font-family: "Helvetica Neue",Helvetica,Helvetica,Arial,sans-serif;
        font-size: 1.8em;
        font-weight: 700;
        float: right;
        width: 10%;
    }

.mobile-footer .accordion .content, .mobile-menu .accordion .content {
    display: none;
    padding: 0;
    float: left;
    width: 100%;
}

    .mobile-footer .accordion .content ul, .mobile-menu .accordion .content ul {
        float: left;
        width: 100%;
        margin: 0;
        padding-left: 0;
        line-height: 2;
    }

        .mobile-footer .accordion .content ul li, .mobile-menu .accordion .content ul li {
            float: left;
            width: 100%;
            list-style: none;
        }

        .mobile-footer .accordion .content ul.acc-list li a, .mobile-menu .accordion .content ul.acc-list li a {
            float: left;
            width: 100%;
            padding: 3px 0;
        }

            .mobile-footer .accordion .content ul.acc-list li a:hover, .mobile-menu .accordion .content ul.acc-list li a:hover {
                color: #008dbd;
            }

.columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}
