@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

/* ROW 
------------------------------------- */
.navbar .row {
    max-width: 1400px !important;
}

.row {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1400px;
}

#shop-body-nav {
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media screen and (max-width: 1400px) {

    .row {
        width: 95% !important;
    }

    .footer-contact-row {
        width: inherit !important;
    }
}

/* General Body Styles
------------------------------------- */

body {
    /*font-family: 'Roboto', sans-serif !important;*/
    font-family: "DistrictMedium", sans-serif;
    font-size: 1.5rem;
}

main, .main {
    padding-bottom: 2em;
    font-size: 16px;
    line-height: 1.5;
}

section h2 {
    font-size: 40px;
    margin: 0 0 40px 0;
    color: #01515c;
}

@media screen and (max-width: 500px ) {

    section h2 {
        font-size: 30px;
    }
}

article {
    padding: 60px 0;
}

@media screen and (max-width: 991px) {

    article {
        padding: 40px 0;
    }
}

img {
    max-width: 100%;
    transition: all 0.4s ease;
}

a:hover {
    text-decoration: none;
}

dl, ol, ul {
    margin-top: 1.2em;
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {

    .col-sm-15 {
        width: 20%;
        float: left;
    }

    .navbar-nav {
        float: right;
        padding: 1em;
    }
}

@media (min-width: 992px) {

    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {

    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.center {
    text-align: center;
}

.gray-back {
    background-color: #eee;
}

.mobile, .mobile-nav {
    display: none;
}

@media screen and (max-width: 1200px) {

    .desktop, .jumbosupport .mobile {
        display: none;
    }

    .mobile {
        display: block;
    }
}

@media screen and (max-width: 1024px) {

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }
}

@media screen and (max-width: 991px) and (min-width: 451px) {

    .jumbosupport .mobile {
        display: block;
    }
}

@media screen and (max-width: 767px) {

    .desktop-lg {
        display: none;
    }
}

@media screen and (max-width: 600px) {

    #titles .mobile {
        display: block;
    }

    #titles .desktop {
        display: none;
    }
}

h3 {
    line-height: 1.4;
    font-weight: bold;
}

h4 {
    line-height: 1.5;
}

p {
    line-height: 1.5;
    margin-top: 15px;
}

.col-md-4 p {
    margin-top: 20px;
}

p:first-of-type {
    margin-top: 0;
}

.list h4 {
    margin-top: 0;
    font-size: 24px;
}

.bubble {
    overflow: auto;
    background-color: #eee;
    padding: 20px;
    border-radius: 10px;
}

button h2 {
    color: white;
    margin-top: 30px;
}

.box {
    border: 2px solid #eee !important;
    padding: 20px !important;
    text-align: center;
    background-color: white;
}

@media screen and (max-width: 500px) {

    .container-fluid {
        padding: 0;
    }
}

.flexing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.set-img-height {
    height: 200px;
    max-width: 100%;
}

.border {
    border: 1px solid #eee;
}

.btn-orange {
    background-color: #f5895e;
    color: white;
}

.grow:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.col-md-4 h4 {
    margin-bottom: 0px;
}

.col-md-8 h3:first-child {
    margin-top: 0;
}

/* Header 
------------------------------------- */

header, main {
    background-color: white;
}

header {
    border-bottom: 1px solid lightgrey;
}

@media screen and (max-width: 991px) {

    header {
        /*position: fixed;*/
        z-index: 1;
        top: 0;
        width: 100%;
    }

    .side-collapse-container {
        margin-top: 117px;
    }
}

.navbar {
    margin-bottom: 0;
    min-height: 10px;
}


.navbar-form .input-group > .form-control {
    width: 250px;
}

@media screen and (min-width: 1401px) {

    .navbar-form {
        padding: 10px 0 0 0;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {

    .navbar-form {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {

    .navbar-header button {
        margin-top: 8px;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }
}

.navbar-brand {
    padding: 0;
    height: 59px;
    width: 250px;
}

.navbar img {
    max-width: 250px;
    padding-top: 0px;
    margin-right: 60px;
    height: auto;
}

@media screen and (max-width: 1400px) {

    .navbar img {
        max-width: 180px;
        margin-right: 20px;
        padding-top: 16px;
    }
}

@media screen and (max-width: 1024px) {

    .navbar-brand img {
        width: 150px;
        height: auto;
        padding-top: 10px;
    }


    header .navbar .navbar-toggle {
        margin: 10px 0;
    }
}

.navbar-collapse {
    padding: 0 !important;
    border: 0;
}

@media screen and (min-width: 601px) {

    .navbar-right li:last-of-type a {
        padding-right: 0;
    }
}

.navbar li a:hover {
    background-color: white;
}

@media screen and (max-width: 544px) {

    .navbar-default {
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 500px) {

    .container-fluid > .navbar-header {
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {

    .navbar-nav {
        float: none;
        overflow: visible;
    }

    .navbar-default .navbar-nav > li > a {
        color: #eee;
    }
}

@media screen and (max-width: 767px) {

    .navbar-nav {
        padding-left: 1em;
    }
}

.navbar-default {
    background-color: transparent;
    border: transparent;
    border: 0;
    padding-top: 16px;
    padding-bottom: 16px;
}

.input-group .form-control {
    z-index: 0;
}

@media screen and (max-width: 1024px) {

    .side-collapse-container {
        transition: margin-left .5s;
    }

    .side-collapse {
        top: 0px;
        bottom: 0;
        left: 0;
        width: 200px;
        position: fixed;
        overflow: hidden;
        transition: 0.5s;
        background-color: #111;
        position: fixed;
        z-index: 1;
        overflow-x: hidden;
    }

        .side-collapse.in {
            width: 0;
        }
}

.navbar-toggle {
    margin: 0;
}

.dropdown-menu > li > a {
    color: #45AF33;
    text-transform: uppercase;
    padding: 1.5em 1em;
    color: #58595B;
}

    .dropdown-menu > li > a:hover {
        background-color: #01515c;
        color: #FFF;
        border-color: #FFF;
        border-style: solid;
    }
































@media screen and (min-width: 992px ) {
    .dropdown-menu .sub-menu {
        left: -123%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: -1px;
    }

    .dropdown-menu li:hover .sub-menu {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav-tabs .dropdown-menu,
    .nav-pills .dropdown-menu,
    .navbar .dropdown-menu {
        margin-top: 0;
    }

    .navbar .sub-menu:before {
        border-bottom: 7px solid transparent;
        border-left: none;
        border-right: 7px solid rgba(0, 0, 0, 0.2);
        border-top: 7px solid transparent;
        border: none;
        left: -7px;
        top: 10px;
    }

    .navbar .sub-menu:after {
        border-top: 6px solid transparent;
        border-left: none;
        border-right: 6px solid #fff;
        border-bottom: 6px solid transparent;
        border: none;
        left: 10px;
        top: 11px;
        left: -6px;
    }

    .dropdown-menu {
        border: none;
        padding: 0;
    }

    #bookmanu-sub-nav {
        margin-top: 125px;
        left: -117%;
    }

    #pubinstruct-sub-nav {
        left: -95%;
        margin-top: 61.5px;
    }


    #employApp-nav {
        left: -139%;
        margin-top: 124px;
    }
    .nav .dropdown .dropdown-menu .sub-menu .third-menu li a {
        font-size: .8em !important;
    }

    .navbar-default .navbar-nav>.open>a{
        background-color: transparent;
    }

}















@media screen and (max-width: 991px) {

    .mega-dropdown-menu li img {
        width: 75px !important;
    }

    .mega-dropdown-menu h4 {
        font-size: 14px;
    }
}

.navbar-default .desktop-nav .navbar-nav > li > a {
    color: #01515c;
    font-weight: 600;
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-family: "DistrictBold", sans-serif;
}

    .navbar-default .desktop-nav .navbar-nav > li > a:hover {
        background-color: #01515c;
        color: #FFF;
    }
/*MOBILE NAV
-------------------------------------*/

.navbar-default .mobile-nav .navbar-nav > li > a {
    border-bottom: 0 !important;
}

@media (max-width: 1024px) {
    .mobile-nav-link {
        font-size: 1.3em;
    }




    .navbar-nav .open .dropdown-menu, .dropdown-menu {
        border: 0;
        background-color: rgba(0,0,0,0.9);
        color: white;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: rgba(255,255,255,0.8);
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: white;
        }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px 10px 15px;
    }

    /* Mega Menu
-----------------------------------------------*/

    .nav h4 {
        padding: 10px 0;
    }


    .mega-dropdown {
        position: static !important;
    }

        .mega-dropdown li img {
            width: 100px;
            margin-left: auto;
            margin-right: auto;
        }

        .mega-dropdown li {
            text-align: center;
            transition: all 0.4s ease;
            display: inline;
        }

            .mega-dropdown li a {
                color: white;
                padding: 20px 0;
            }

                .mega-dropdown li a:hover, .mega-dropdown li a:active {
                    background-color: transparent;
                }

    .navbar-default .navbar-nav > li > a {
        padding: 25px 15px;
        border-bottom: 4px solid white;
    }

        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navabr-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            background-color: white;
            border-bottom: 4px solid #3CAAE1;
        }

    .mega-dropdown-menu {
        padding: 20px 0px;
        width: 100%;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
        background-color: white;
    }
}
/* Footer 
-------------------------------------*/
.social-med-footer {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    width: 50px;
    height: auto;
    margin: 10px 5px;
}

.social-med-icon {
    color: rgba(255,255,255,0.5);
}

li.list-group-item.social-med-footer {
    border-radius: 100%;
}


footer {
    background-color: #01515c;
    color: #fff;
}

    footer a {
        color: #fff;
    }

    footer > div:first-child {
        background-color: #01515c;
        padding: 20px 0;
    }

    footer h4 {
        color: white;
        padding-top: 10px;
    }

    footer > div:first-child ul {
        padding-left: 10px;
        line-height: 1.5;
    }

        footer > div:first-child ul:first-of-type {
            padding-left: 0;
        }

    footer > div:nth-child(2) {
        padding: 10px 0;
    }

        footer > div:nth-child(2) p {
            padding-top: 18px;
        }

        footer nav a, footer > div:nth-child(2) p {
            color: #fff;
        }

.invisible {
    color: #374B5F;
}

footer form {
    padding: 15px 0;
}

#contact {
    width: 90%;
}

footer .form-control {
    border-radius: 0;
}

footer .iconbox {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 100%;
    position: relative;
    float: left;
    margin: 10px 5px;
    color: #fff;
    left: 25%;
}

    footer .iconbox:hover {
        /*color: white;
    border: 1px solid white;*/
    }

    footer .iconbox:first-of-type {
        margin-left: 0;
    }

    footer .iconbox i {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

footer .navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
}

footer .input-group {
    width: 100%;
}

footer .nav > li > a:focus, footer .nav > li > a:hover {
    background-color: #93c588;
    color: #fff;
}

@media screen and (max-width: 1024px) {

    footer .navbar-right, p.pull-left {
        float: none !important;
        width: 100%;
        text-align: center;
    }

    footer .navbar-nav > li {
        display: inline-block;
    }
}

@media screen and (max-width: 991px) {

    footer nav {
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {

    footer .col-xs-6 {
        width: calc(100%/2);
    }

    footer .navbar-nav > li {
        display: block;
    }
}

@media screen and (max-width: 304px) {

    footer ul.pull-left:first-of-type {
        display: none;
    }

    footer a.iconbox:nth-child(4) {
        clear: left;
        margin-left: 0;
    }
}

footer ul {
    list-style-type: none;
}

/* JUMBOTRON
------------------------------------- */

.jumbocontainer {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*overflow: auto;*/
    padding-top: 75px;
    /*padding-bottom: 75px;*/
    max-width: 100%;
}

.header-container {
    background-color: white;
    border-style: solid;
    border-width: 5px;
    /*box-shadow: 10px 10px 30px black;*/
    border-color: black;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.15;
    opacity: 0.8;
}

#main-shop-title {
    color: #01515c;
}

#second-shop-title {
    margin-bottom: 7%;
    color: #58595B;
}

.jumbocontainer > .row {
    background: #ccc url(/wp-content/themes/btpubservices/images/green-background-image.jpg) top center;
}

.storepage .jumbocontainer {
    background: #ccc url("/Content/images//Spring 2019 Website Banner.jpg") top center;
}

#frontpage .jumbocontainer {
    background-image: url("/Content/images/Bookmasters_exterior_2016_blur.jpg");
}

.article {
    width: 100%;
    height: 100%;
    vertical-align: top;
    position: relative;
}

.overlay:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(53,75,95,0.75);
}

.article * {
    position: relative;
}

.jumbotron {
    color: white;
    margin-bottom: 0;
    border-radius: 0;
    text-align: center;
    height: 550px;
    background-color: transparent;
}

#frontpage .jumbotron, .storepage .jumbotron {
    height: auto;
}

@media (min-width: 544px) {

    .jumbotron {
        padding: 4rem 1rem 8rem 1rem;
    }
}

#frontpage .jumbotron h1, .storepage .jumbotron h1 {
    font-weight: 700;
    margin-top: 7%;
    /*text-shadow: 0px 1.5px 2px rgba(0, 0, 0, 0.75);*/
    font-family: "DistrictBook", sans-serif;
    text-transform: uppercase;
    font-size: 1.75em;
}

#frontpage .jumbotron h2, .storepage .jumbotron h2 {
    /*font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);*/
    font-family: "DistrictMedium", sans-serif;
    font-size: 1.4em;
}

#frontpage .jumbotron button:hover {
    color: white;
    background-color: #374B5F;
}

.jumbosupport .col-md-15 div, .jumbosupport .col-md-3 div {
    /*background-color: rgba(255,255,255,1);*/
    text-align: center;
    padding: 20px;
}

    .jumbosupport .col-md-15 div img, .jumbosupport .col-md-3 div img {
        max-width: 75px;
        max-height: 75px;
    }

    .jumbosupport .col-md-15 div h3, .jumbosupport .col-md-3 div h3 {
        /*font-weight: bold;*/
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

.storepage .jumbocontainer h3 {
    display: none;
}

@media screen and (max-width: 1400px) {

    .jumbosupport .col-md-15 div, .jumbosupport .col-md-3 div {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 1312px) {

    .jumbosupport .col-md-15 div h3, .jumbosupport .col-md-3 div h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1207px) {

    .jumbosupport .col-md-15 div h3, .jumbosupport .col-md-3 div h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 1101px) {

    .jumbosupport .row {
        width: 100% !important;
    }
}

@media screen and (max-width: 1050px) {

    .jumbosupport {
        margin-top: -20px;
    }

        .jumbosupport .col-md-15, .jumbosupport .col-md-3 {
            margin-top: 20px;
        }

            .jumbosupport .col-md-15 div {
                height: 300px;
                position: relative;
            }

                .jumbosupport .col-md-15 div button, .jumbosupport .col-md-3 div button {
                    position: absolute;
                    left: 5%;
                    top: 75%;
                    width: 90% !important;
                }
}

@media screen and (max-width: 450px) {

    .jumbosupport .col-md-15, .jumbosupport .col-md-3 {
        padding-left: 25%;
        padding-right: 25%;
    }

        .jumbosupport .col-md-15 div img, .jumbosupport .col-md-3 div img {
            max-width: 80px;
        }

        .jumbosupport .col-md-15 div {
            height: 200px;
        }

        .jumbosupport .col-md-15 .btn, .jumbosupport .col-md-3 .btn {
            display: none;
        }

    .storepage .jumbosupport h3 {
        display: block;
    }

    .storepage .jumbosupport .col-md-3 div {
        height: 180px;
    }
}

@media screen and (max-width: 410px) {

    .jumbosupport .col-md-15, .jumbosupport .col-md-3 {
        width: 100%;
        float: none;
        margin-top: 10px;
        border-style: solid;
        border-color: #58595B;
        border-width: 5px;
    }

        .jumbosupport .col-md-15 div, .jumbosupport .col-md-3 div {
            height: auto;
            overflow: auto;
            position: relative;
        }

            .jumbosupport .col-md-15 div img, .jumbosupport .col-md-3 div img {
                float: left;
                max-width: 60px;
                max-height: 60px;
            }

        .jumbosupport .col-md-15 h3, .jumbosupport .col-md-3 h3 {
            text-align: left;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 80px;
            right: 10px;
            transform: translateY(-50%);
        }

            .jumbosupport .col-md-15 h3 br, .jumbosupport .col-md-3 h3 br {
                display: none;
            }

    .jumbosupport {
        padding: 0;
        margin-top: auto;
    }

    .jumbocontainer {
        padding-bottom: 75px;
    }


    #frontpage .jumbotron {
        position: relative;
    }

        #frontpage .jumbotron h1 {
            margin-top: 0;
            font-size: 28px !important;
        }

        #frontpage .jumbotron .set-width {
            position: absolute;
            top: 50%;
            left: 10px;
            right: 10px;
            transform: translateY(-50%);
        }

    .storepage .jumbosupport .col-md-3 div {
        height: 100px;
    }
}

.jumbosupport .col-md-15 div .btn, .jumbosupport .col-md-3 div .btn {
    /*background-color: #58595B;*/
    color: #58595B;
    width: 100%;
    margin: 10px 0;
}

@media screen and (max-width: 1050px) {

    .jumbosupport .col-md-15 div .btn {
        position: absolute;
        left: 5%;
        top: 75%;
        width: 90%;
        margin: 0;
    }
}

@media screen and (max-width: 450px) {

    .jumbosupport .col-md-15 div .btn {
        top: 70%;
    }
}

.jumbosupport .col-md-15 div .btn:hover, .jumbosupport .col-md-3 div .btn:hover {
    /*background-color: #58595B;*/
}

.jumbosupport {
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {

    #frontpage .jumbotron h2, .storepage .jumbotron h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 991px) {

    #frontpage .jumbotron h1, .storepage .jumbotron h1 {
        font-size: 50px;
    }

    #frontpage .jumbotron h2, .storepage .jumbotron h2 {
        font-size: 20px;
        line-height: 1.4;
    }

    #frontpage .jumbotron, .storepage .jumbotron {
        /*padding: 0px;*/
        height: auto;
    }
}

@media screen and (max-width: 635px) {

    #frontpage .jumbotron h1, .storepage .jumbotron h1 {
        font-size: 2em;
    }
}

@media screen and (max-width: 450px) {

    .storepage .jumbotron {
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .jumbosupport .col-md-15, .jumbosupport .col-md-3 #frontpage .jumbotron h1, .storepage .jumbotron h1 {
        font-size: 32px;
    }

    #frontpage .jumbotron h2, .storepage .jumbotron h2 {
        font-size: 1.4em;
    }

    #frontpage .jumbotron {
        padding: 10px;
        height: 240px;
    }
}

/* HOMEPAGE 
-------------------------------------*/
.highlight-box-content img {
    /*display: inline-block;
    width: auto;
    padding: 1em 1em 1.5em 1em;
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
    transition: background-color .4s ease;*/
    filter: brightness(0);
}

.highlight-box-row {
    margin-top: 2em;
    padding-left: 16px;
    padding-right: 16px;
    color: #404040;
    width: calc(100%/4);
}

.highlight-box-content:hover {
    background-color: #58595B;
    opacity: 0.7;
    color: #FFF;
    border-radius: 12px;
}

    .highlight-box-content:hover img {
        filter: brightness(0) invert(1);
    }

@media screen and (max-width: 991px) and (min-width: 768px) {

    #quotes div div .col-sm-4:nth-child(4n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {

    #quotes div div .col-sm-4 .swap {
        height: 300px;
    }

    #quotes div div .col-sm-4:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 450px) {

    #quotes div div .col-xs-6 {
        width: 100%;
        float: none;
    }

    #quotes img {
        width: 30%;
        float: left;
        margin-right: 10px;
    }

    #quotes h4 {
        text-align: left;
        padding-top: 10px;
    }
}

@media screen and (max-width: 350px) {

    #quotes img {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #quotes h4 {
        text-align: center;
        padding-top: 10px;
    }
}

#quotes a h4 {
    text-align: center;
    padding-top: 20px;
    color: black;
}

#quotes .flexing {
    margin-left: -10px;
}

#testimonials div h4:first-of-type {
    margin-top: 0;
}

#frontpage .box {
    text-align: left;
    border: 2px solid #ddd !important;
}

#frontpage .about {
    margin-bottom: -30px;
}

/* STORE HOMEPAGE
--------------------------------------*/

@media screen and (max-width: 543px) {

    .storepage section hgroup {
        width: 100%;
    }
}

section [class*="col-"] {
    background-clip: padding-box;
    border: 10px solid transparent;
    /*padding: 0;*/
}

.card {
    background-color: #eaeaea;
    padding: 10px !important;
}

.card-block {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.card-deck {
    padding-bottom: 1em;
}

.card img {
    border: 1px solid #ddd;
}

.card-title {
    margin-top: 0;
}

.card-subtitle {
    padding-bottom: .5em;
}

.jumbosupport .row {
    max-width: 1000px;
}

#frontpage .jumbosupport img {
    transition: all 0.4s ease;
}

@media screen and (max-width: 450px) {

    .storepage img.col-xs-4 {
        width: 150px;
        margin-bottom: 10px;
        float: none;
    }

    .card {
        text-align: center;
    }

        .card p {
            text-align: left;
        }

    .storepage .card-block {
        width: 100%;
    }
}

/* SINGLE TITLE PAGE
--------------------------------------*/

.specs h1 {
    margin-top: 0 !important;
    color: #374B5F;
}

.specs h3 {
    margin-top: 0 !important;
}

.specs h4:first-of-type {
    margin-bottom: 2em;
}

.specs h5 {
    margin-top: 30px;
}

.specs div {
    margin-top: 2em;
}

@media screen and (min-width: 768px) {

    .specs .col-xs-12 {
        margin-top: 0;
    }
}

.btn-cart {
    background-color: orange;
    color: white;
    font-weight: bold;
    margin: 1em 0 1.5em 0;
}

    .btn-cart:hover {
        background-color: darkorange;
        color: white;
    }

.related {
    background-color: #eee;
    padding: 40px 0;
    overflow: auto;
    margin-bottom: -2em;
    text-align: center;
}

    .related figure img {
        transition: all 0.4s ease;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

@media screen and (max-width: 767px) and (min-width: 400px) {

    .related figure {
        width: 50%;
        float: left;
    }
}

#singletitle section {
    overflow: auto;
    padding-bottom: 40px;
}

#singletitle aside div:first-child > div:first-child {
    padding: 20px;
}

#singletitle aside div h5 {
    padding-top: 20px;
}

.sharethis-inline-share-buttons {
    background-color: white !important;
}

#singletitle aside #st-4 {
    text-align: left;
}

@media screen and (max-width: 781px) and (min-width: 751px) {

    #singletitle .mini-mobile #st-3 {
        text-align: left;
    }
}

#singletitle aside #st-4 div {
    padding: 0 10px;
}

@media screen and (max-width: 1122px) {

    #singletitle aside > div div:nth-child(2) {
        padding: 10px 0 0 0;
    }
}

#singletitle aside > div div:first-of-type {
    background-color: #eee;
}

#singletitle aside h3 {
    margin-top: 0;
}

h5 {
    font-family: "DistrictMedium", sans-serif;
}

h4 {
    font-family: "DistrictBold", sans-serif;
}

h3 {
    font-family: "DistrictBold", sans-serif;
}

h2 {
    font-family: "DistrictMedium", sans-serif;
}

#singletitle aside button {
    width: 100%;
    margin-bottom: 0;
}

#singletitle .more {
    font-size: 16px;
    line-height: 1.5;
}

.mainimg {
    width: 100%;
    transition: all 0.4s ease;
}

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

#singletitle img {
    border: 1px solid gray;
}

#singletitle .iconbox {
    width: 40px;
    height: 40px;
    border: 1px solid #374B5F;
    border-radius: 100%;
    position: relative;
    float: left;
    margin: 10px 5px;
}

    #singletitle .iconbox:hover {
        border: 1px solid black;
    }

    #singletitle .iconbox:first-of-type {
        margin-left: 0;
    }

    #singletitle .iconbox i {
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#singletitle ul li {
    display: inline-block;
    width: 16%;
    vertical-align: top;
}

@media screen and (max-width: 1500px) {

    #singletitle ul li img {
        height: 150px;
    }
}

@media screen and (max-width: 991px) {

    #singletitle ul li {
        width: 30%;
    }

        #singletitle ul li img {
            height: 200px;
        }
}

@media screen and (max-width: 700px) {

    #singletitle ul li {
        width: 48%;
    }
}

@media screen and (max-width: 350px) {

    #singletitle ul li img {
        height: 150px;
    }

    #singletitle ul li {
        width: 100%;
    }
}

#format {
    clear: left;
}

    #format a {
        display: inline-block;
        border: 1px solid black;
        padding: 20px 20px 10px 20px;
        border-radius: 6px;
        margin: 10px;
        color: black;
    }

        #format a:hover {
            background-color: #eee;
        }

    #format a {
        margin-left: 0;
    }

@media screen and (max-width: 1164px) {

    #format a:nth-child(2n+1) {
        margin: 0;
    }
}

#format .form-active, #format .form-active:hover {
    background-color: rgba(20,141,205,0.5);
    border: 1px solid #148DCD;
    color: black;
}

@media screen and (max-width: 991px) {

    #format a {
        width: 100%;
        margin-left: 0;
        text-align: center;
        padding: 12px 0 4px 0;
    }
}

#singletitle .col-xs-8 {
    margin-top: 0;
}

#singletitle .mobile .btn-cart {
    margin: 0;
}

#singletitle .mini-mobile {
    display: none;
}

@media screen and (min-width: 992px) {

    #singletitle .desktop {
        display: block;
    }

    #singletitle .mobile {
        display: none;
    }

    footer {
        padding-top: 160px;
    }
}

@media screen and (max-width: 991px) {

    #singletitle .desktop {
        display: none;
    }

    #singletitle .mobile {
        display: block;
        padding-top: 10px;
    }

        #singletitle .mobile .iconbox {
            float: none;
            display: inline-block;
        }
}

@media screen and (max-width: 781px) {

    #singletitle .mobile:first-of-type {
        display: none;
    }

    #singletitle .mini-mobile {
        display: block;
    }

        #singletitle .mini-mobile .iconbox {
            float: none;
            display: inline-block;
        }
}

@media screen and (max-width: 750px) {

    #singletitle .mini-mobile {
        text-align: center;
    }

    #singletitle .col-xs-4, #singletitle .col-xs-8 {
        width: 100%;
        float: none;
        text-align: center;
    }

    #singletitle .mainimg {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {

    #singletitle article.col-md-9, #singletitle article .col-xs-8, #singletitle article .col-xs-12 {
        border: 0;
    }
}

/* BLOG
-------------------------------------*/

.post {
    clear: both;
    margin-bottom: 40px;
}

    .post img {
        float: left;
        width: 50px;
        margin-right: 20px;
        margin-bottom: 50px;
        transition: all 0.4s ease;
    }

@media screen and (max-width: 1200px) {

    .post img {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 800px) {

    .post img {
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 500px) {

    #BlogFeed .post img {
        display: none;
    }
}

.post h4 {
    font-size: 20px;
}

.post h5 {
    font-style: italic;
}

.single-post #st-1 {
    padding: 10px 0;
    text-align: left;
}

.single-post h2 {
    font-size: 20px;
}

    .single-post h2:first-of-type {
        font-size: 40px;
    }

.single-post .col-md-8 > div {
    overflow: auto;
    margin-bottom: 20px;
}

/* Publishers 
------------------------------------- */

#publishers nav {
    text-align: center;
    margin: 60px 0 100px 0;
}

    #publishers nav ul li {
        display: inline;
        font-size: 20px;
        padding: 5px 10px;
        border-left: 2px solid black;
    }

        #publishers nav ul li:first-of-type {
            border: 0;
        }

#publishers .col-md-3 ul {
    padding-left: 0;
}

#publishers .col-md-3 h2 {
    font-weight: bold;
    color: #F5895E;
}

ul.ColumnList {
    padding: 0;
}

ul.ColumnList {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

@media screen and (max-width: 991px) {

    ul.ColumnList {
        -moz-column-count: 3;
        -moz-column-gap: 10px;
        -webkit-column-count: 3;
        -webkit-column-gap: 10px;
        column-count: 3;
        column-gap: 10px;
    }
}

@media screen and (max-width: 767px) {

    ul.ColumnList {
        -moz-column-count: 2;
        -moz-column-gap: 5px;
        -webkit-column-count: 2;
        -webkit-column-gap: 5px;
        column-count: 2;
        column-gap: 5px;
    }
}

@media screen and (max-width: 500px) {

    ul.ColumnList {
        -moz-column-count: 1;
        -moz-column-gap: 0px;
        -webkit-column-count: 1;
        -webkit-column-gap: 0px;
        column-count: 1 !important;
        column-gap: 0px;
    }
}

#PublisherTitlesGrid {
    overflow: hidden;
}

/* About
------------------------------------- */

#employees figure {
    background-color: white;
}

#employees figcaption {
    padding: 10px 20px;
}

@media screen and (max-width: 450px) {

    #employees figcaption {
        padding: 5px;
    }

        #employees figcaption h3 {
            font-size: 22px;
        }
}

@media screen and (max-width: 350px) {

    #employees figure {
        width: 100%;
        float: none;
    }
}

#employees .flexing > div {
    background-color: white;
}

@media screen and (max-width: 600px) {

    #employees .flexing > div .col-xs-6 {
        width: 100%;
        float: left;
    }
}

#stats {
    background-color: #3CAAE1;
}

    #stats > div > div > h2 {
        color: white;
    }

    #stats .col-md-4 {
        text-align: center;
        background-color: white;
        padding: 20px 0;
    }

        #stats .col-md-4 h2 {
            font-size: 60px;
            font-weight: bold;
            margin-bottom: 10px;
        }

    #stats p {
        font-size: 24px;
    }

@media screen and (max-width: 1200px) {

    #stats .col-md-4 h2 {
        font-size: 48px;
    }

    #stats .col-md-4 p {
        font-size: 20px;
    }
}

@media screen and (max-width: 300px) {

    #stats .col-md-4 h2 {
        font-size: 30px;
    }

    #stats .col-md-4 p {
        font-size: 16px;
    }
}

#featuredpubs .col-md-8 .col-sm-4 div {
    height: 200px;
    transition: all 0.4s ease;
}

    #featuredpubs .col-md-8 .col-sm-4 div img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

@media screen and (max-width: 400px) {

    #featuredpubs .col-xs-6 {
        width: 100%;
        float: none;
    }
}

/* Publisher Page
------------------------------------- */

#titles figure {
    text-align: center;
    padding: 1em;
}

    #titles figure img {
        border: 1px solid grey;
        transition: all 0.4s ease;
    }


#publishers nav {
    text-align: center;
    margin: 60px 0 100px 0;
}

    #publishers nav ul li {
        font-size: 18px;
        border-left: 2px solid #374B5F;
        display: inline-block;
    }

        #publishers nav ul li a {
            padding: 2px;
        }

    #publishers nav li a:focus, #titles nav li a:hover {
        background-color: transparent;
    }

    #publishers nav ul li:first-of-type {
        border: 0;
    }

#titles figure h4 {
    font-size: 16px;
    line-height: 1.4;
    color: #253341;
}

#titles figure p {
    color: grey;
}

@media screen and (max-width: 1250px) {

    #publishers nav ul li {
        border: 2px solid black;
        border-radius: 6px;
        width: 48px;
        height: 48px;
        margin: 5px;
    }

        #publishers nav ul li a {
            padding: 5px;
        }
}

@media screen and (max-width: 600px) {

    #publishers nav ul li {
        width: 35px;
        height: 35px;
        margin: 4px;
    }

        #publishers nav ul li a {
            font-size: 16px;
            padding: 0;
        }

    #publishers nav {
        margin: 0 0 40px 0;
    }
}

@media screen and (max-width: 300px) {

    #PublisherTitlesGrid figure {
        width: 100%;
        float: none;
    }

    .PagedList-ellipses {
        display: none !important;
    }
}

#titles .input-group {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 991px) {

    #titles .input-group {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {

    #titles .input-group {
        width: 90%;
    }
}

.ColumnList ul, ul.ColumnList {
    list-style-type: none;
}

/* Services
------------------------------------- */

#services h3 {
    margin-top: 0;
}

#services .col-md-8 > div {
    clear: left;
    padding: 20px 0;
}

#single-serv article img {
    padding-bottom: 20px;
}

#single-serv .list div div .col-md-8 > div {
    clear: left;
}

#single-serv .box p {
    font-size: 18px;
    margin: 0;
}

#AuthPack table td:nth-child(2), #AuthPack table td:nth-child(3), #AuthPack table td:nth-child(4), #AuthPack table td:nth-child(5) {
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

#AuthPack i {
    color: #3CAAE1;
}

.list table {
    background-color: white;
}

@media screen and (min-width: 1400px ) {

    #single-serv .col-xs-6 {
        width: 31%;
        margin: 1%;
    }
}

@media screen and (max-width: 1399px ) {

    #single-serv .col-xs-6 {
        width: 48%;
        margin: 1%;
    }
}

@media screen and (max-width: 400px) {

    #single-serv .flexing {
        display: block;
    }

    #single-serv .box {
        padding: 10px !important;
    }

        #single-serv .box p {
            font-size: 14px;
        }
}

#single-serv .btn-cart {
    font-size: 48px;
}

@media screen and (max-width: 450px) {

    #services img, #services .col-xs-8 {
        width: 100%;
    }

    #single-serv .btn-cart {
        font-size: 30px;
    }
}

@media screen and (max-width: 425px) {

    .list .col-xs-2 {
        display: none;
    }

    .list blockquote, .list .col-xs-10 {
        width: 100%;
        float: none;
    }

        .list blockquote h4 {
            font-size: 18px;
        }
}

@media screen and (max-width: 600px) {

    #single-serv .col-xs-6 {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 300px) {

    #single-serv .btn-cart {
        font-size: 24px;
    }
}


/* Sales Reps
-----------------------------------------------*/

@media screen and (max-width: 991px) {

    .reps {
        text-align: center;
    }
}

@media screen and (min-width: 1400px ) {

    .reps .col-lg-4 {
        width: 31%;
        margin: 1%;
    }
}

@media screen and (max-width: 1399px) {

    .reps .col-lg-4 {
        width: 48%;
        margin: 1%;
    }
}

@media screen and (max-width: 600px) {

    .reps .col-md-8 {
        border: 0;
    }

    .reps .box {
        padding: 0 !important;
    }

    .reps h3 {
        font-size: 18px;
    }

    .reps h4 {
        font-size: 14px;
    }
}

.reps.gray-back .box {
    border: 2px solid #ddd !important;
}

.reps h4 {
    line-height: 1.5;
}

@media screen and (max-width: 600px) {

    .reps .col-xs-6 {
        width: 100%;
        float: none;
        border: 3px solid transparent;
    }

    .reps .box h3 {
        font-size: 16px;
        padding-top: 10px;
    }

    .reps .box h4, .reps .box p {
        font-size: 12px;
    }
}

/* BLOG 
-------------------------------------*/

.post a {
    color: #148DCD;
}

    .post a:hover {
        color: #3CAAE1;
    }

.post h4 {
    margin-top: 0;
}

.alignleft {
    float: left;
}

.single-post h4 {
    padding-top: 20px;
}

h4 img {
    padding: 0 20px 20px 0;
}

@media screen and (max-width: 300px) {

    .blog .row {
        width: 100% !important;
    }
}

.single-post img {
    padding: 0px 20px 20px 0;
}

.single-post .col-md-8 {
    padding-left: 30px;
    border-left: 1px solid #eee;
}

@media screen and (max-width: 991px ) {

    .single-post .col-md-4 {
        display: none;
    }

    .single-post .col-md-8 {
        padding-left: 0;
        border: 0;
    }
}

.single-post #blog-sidebar {
    padding-right: 20px;
    color: #bbb;
}

    .single-post #blog-sidebar img {
        display: none;
    }

    .single-post #blog-sidebar h4 {
        padding-top: 0;
        font-size: 18px;
    }

.single-post .iconbox {
    width: 40px;
    height: 40px;
    border: 1px solid #374B5F;
    border-radius: 100%;
    position: relative;
    float: left;
    margin: 10px 5px;
}

    .single-post .iconbox:hover {
        border: 1px solid black;
    }

    .single-post .iconbox:first-of-type {
        margin-left: 0;
    }

    .single-post .iconbox i {
        font-size: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.single-post .col-md-8 p {
    clear: left;
}

/* RFQ 
-------------------------------------*/

form .col-lg-15 {
    text-align: center;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {

    form .col-lg-15:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {

    form .col-lg-15:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 450px) {

    form .col-lg-15 {
        width: 100%;
        float: none;
    }
}

form img {
    width: 100px;
    padding-bottom: 10px;
}

div.checkbox.col-md-15 {
    margin-top: -5px;
}

.g-recaptcha {
    margin: 30px 0 10px 0;
}

.alert-warning {
    background-color: transparent;
    color: #148DCD;
    font-weight: bold;
}

    .alert-warning span {
        color: #f5895e;
    }

/* Google Custom Search 
-------------------------------------*/

.gsc-control-cse .gsc-table-result {
    font-family: inherit;
}

.gsc-control-cse .gsc-input-box {
    height: inherit;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button, input.gsc-search-button-v2 {
    box-sizing: content-box;
    line-height: normal;
    margin-top: 0px;
}

/* New Titles 
-------------------------------------*/

@media screen and (max-width: 450px) {

    a.col-xs-6 h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 300px) {

    a.col-xs-6 {
        width: 100%;
        float: none;
    }
}

/* Categories
-------------------------------------*/

.ColumnList li:first-of-type h3 {
    margin-top: 0;
}

/* Cover Layout
-------------------------------------*/

.cover-layout .box {
    padding: 10px !important;
}

    .cover-layout .box h4 {
        font-size: 16px;
    }

@media screen and (max-width: 767px) {

    .cover-layout .box h4 {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {

    .cover-layout .col-xs-6 {
        width: 100%;
        float: none;
    }
}

/* Contact Page
-------------------------------------*/

#contact-page ul {
    list-style-type: none;
    padding-left: 0;
}

/* Printing and Production Sales Reps
-------------------------------------*/

#sales-reps figure {
    padding: 15px;
}

#sales-reps figcaption {
    padding: 0;
}

#sales-reps figure p span {
    font-weight: 600;
}

#sales-reps figure h3 {
    margin-top: 0;
}

#sales-reps figure img {
    width: 200px;
    float: left;
    margin: 0 20px 10px 0;
}

@media screen and (max-width: 500px) {

    #sales-reps figure {
        text-align: center;
    }

        #sales-reps figure img {
            float: none;
        }
}

/*Related title cover overflow*/
.related ul li {
    overflow: hidden;
}

/* Order Status
------------------------------------- */

#OrderStatusForm {
    max-width: 300px;
    float: left;
    margin-right: 20px;
}

@media screen and (max-width: 355px) {

    #OrderStatusForm {
        max-width: 100%;
        float: none;
        margin-right: 0;
    }
}

#OrderStatusForm input:nth-child(even) {
    margin-top: 10px;
}

#OrderStatusForm button {
    width: 100%;
    margin-bottom: 20px;
}

#OrderStatusForm .g-recaptcha {
    margin: 10px 0;
}

.col-md-8 .col-sm-5, .col-md-8 .col-sm-7 {
    border: 0 !important;
}

#OrderStatusResultsContainer .stacked-table {
    display: none;
}

@media screen and (max-width:1350px) and (min-width: 992px) {

    #OrderStatusResultsContainer {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 900px) {

    #OrderStatusResultsContainer {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {

    #OrderStatusResultsContainer .stacked-table {
        display: block;
    }

    #OrderStatusResultsContainer table:nth-child(3) {
        display: none;
    }
}

/* 404 Page
------------------------------------- */

.fourohfour {
    width: 100%;
    height: 600px;
    background: linear-gradient(0deg,rgba(72,95,119,0.7),rgba(72,95,119,0.7)),url("/Content/images/missingbooks.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: -2em;
    color: white;
}

    .fourohfour article {
        max-width: 50%;
    }

    .fourohfour h1 {
        font-size: 100px;
        font-weight: bold;
    }

    .fourohfour h2 {
        color: white;
        font-size: 48px;
    }

    .fourohfour .nav div {
        float: left;
        padding: 20px 100px 0 0;
        text-align: center;
    }

    .fourohfour img {
        max-width: 120px;
        padding-bottom: 20px;
    }

    .fourohfour a {
        color: white;
    }

        .fourohfour a:hover p {
            font-weight: bold;
        }

@media screen and (max-width: 768px ) {

    .fourohfour {
        height: 400px;
    }

        .fourohfour h1 {
            font-size: 60px;
        }

        .fourohfour h2 {
            font-size: 30px;
            margin-bottom: 20px;
        }

        .fourohfour .nav div {
            padding: 10px 50px 0 0;
        }

        .fourohfour img {
            max-width: 70px;
        }

        .fourohfour a:hover p {
            font-weight: normal;
        }
}

@media screen and (max-width: 522px ) {

    .fourohfour {
        height: 300px;
    }

        .fourohfour h1 {
            font-size: 36px;
            margin-top: 0;
        }

        .fourohfour h2 {
            font-size: 20px;
        }

        .fourohfour h3 {
            font-size: 16px;
        }

        .fourohfour .nav div {
            padding: 10px 30px 0 0;
        }

        .fourohfour img {
            max-width: 50px;
        }
}

@media screen and (max-width: 414px ) {

    .fourohfour {
        background-position: right;
    }

        .fourohfour h1 {
            font-size: 20px;
        }

        .fourohfour h2 {
            font-size: 16px;
        }

        .fourohfour h3 {
            font-size: 14px;
        }

        .fourohfour .nav div {
            width: 33%;
            padding: 10px 0 0 0;
        }

        .fourohfour img {
            max-width: 40px;
        }
}

.fa-lg {
    font-size: 1.7em;
}



.sidebar-nav {
    padding: 9px 0;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-li {
    color: #45AF33;
    font-size: 18px;
}

b, strong {
    color: #45AF33;
}



@media screen and (max-width: 767px ) {
    .breadcrumb-li {
        color: #45AF33;
        font-size: 14px;
    }

    .breadcrumb-txt {
        color: #58595B;
        font-size: 14px;
    }
}

.footer-contact-col {
    width: calc(100%/4);
    font-size: .85em;
}

.text-center {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-25%);
}

#BBB-column{
    float: right;
}

@media only screen and (max-width: 992px) {
    .text-center{
        width: 100%;
        margin-top: 10px;
        float: none;
    }

    #BBB-column {
        width: 100%;
        margin-bottom: 10px;
    }

    #social-BBB {
        text-align: center;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 993px) {
    .sfsi_plus_widget .sfsiplus_norm_row {
        padding-left: 0px !important;
        text-align: left !important;
    }
}

.grow{
    /*padding-bottom: 10px;*/
}

.feat-para {
    text-align: justify;
    padding: 0 15px;
}

.card-title {
    padding: 0 15px;
}

.card-subtitle {
    padding: 0 15px;
}


@font-face {
    font-family: DistrictBold;
    src: url("/Fonts/District Fonts/DistBd_.otf") format("opentype");
}

@font-face {
    font-family: DistrictBook;
    src: url("/Fonts/District Fonts/DistBk_.otf") format("opentype");
}

@font-face {
    font-family: DistrictMedium;
    src: url("/Fonts/District Fonts/DistMd_.otf") format("opentype");
}