﻿html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    background: url('../images/bg.jpg') no-repeat fixed top center;
    background-size: cover;
}

    body .container {
        -webkit-box-shadow: 0px 0px 25px 25px rgba(255,255,255, .8), inset 0px 0px 300px 300px rgba(255,255,255, .8);
        box-shadow: 0px 0px 25px 25px rgba(255,255,255, .8), inset 0px 0px 300px 300px rgba(255,255,255, .8);
    }

a:hover {
    text-decoration: none;
}

h1, h2 {
    font-size: 1.9em;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

h3 {
    font-size: 1.7em;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 8px 0px;
}

h4 {
    font-size: 1.5em;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 8px 0px;
}

h5 {
    font-size: 1.3em;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 6px 0px;
}

h6 {
    font-size: 1.1em;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 6px 0px;
}

p {
    margin: 0 0 10px 0;
    line-height: 20px;
}

img {
    max-width: 100%;
}

.text-green, .text-green:hover {
    color: #8EC840;
}

.ratio {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.ratio43 {
    padding: 75% 0 0 0;
}

.ratio169 {
    padding: 56.25% 0 0 0;
}

.ratioS {
    padding: 100% 0 0 0;
}

.ratioL {
    padding: 48% 0 0 0;
}

.ratio img, .ratio div {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btns {
    margin-left: -10px;
    margin-right: -10px;
}

    .btns .btn {
        margin: 0 10px 10px 10px;
    }

.btn-blue {
    background-color: #113F6D;
    color: white;
    font-size: 1.2em;
    line-height: 20px;
    padding: 7px 15px;
    border-radius: 0;
}

    .btn-blue:hover {
        color: #fff;
    }

.btn-red {
    background-color: #910543;
    color: white;
    font-family: Oswald;
    font-weight: 300;
    padding: 5px 8px;
    border-radius: 0;
    line-height: 20px;
}

    .btn-red:hover {
        color: #fff;
    }

#searchButton {
    cursor:pointer;
}

#header {
    padding: 20px 0 5px 0;
}

    #header .navbar {
        margin-top: 25px;
    }

    #header ul.navbar-nav {
        margin-left: -5px;
        margin-right: -5px;
    }

        #header ul.navbar-nav > li {
            position: relative;
            margin: 0 5px;
        }

            #header ul.navbar-nav > li > a {
                color: #fff;
                background-color: #373131;
                padding: 7px;
                text-align: center;
                min-width: 110px;
                font-size: 1.0em;
                -webkit-transition: .25s background-color ease-in-out;
                -o-transition: .25s background-color ease-in-out;
                transition: .25s background-color ease-in-out;
                text-transform: lowercase;
            }

            #header ul.navbar-nav > li:hover > a {
                background-color: #8DC53F;
            }

            #header ul.navbar-nav > li > .sub-menu {
                display: none;
            }

            #header ul.navbar-nav > li.recentBooks > a {
                background-color: #990000;
            }

            #header ul.navbar-nav > li.recentBooks .sub-menu li {
                border-bottom: 1px #CCCCCC solid;
                margin: 0px 0px 5px 0px;
            }

                #header ul.navbar-nav > li.recentBooks .sub-menu li img {
                    min-width: 70px;
                }

                #header ul.navbar-nav > li.recentBooks .sub-menu li .itemText .btn {
                    margin-top: 10px;
                }

#content {
    padding: 5px 0 0 0;
}

    #content h1.main {
        font-size: 2.5em;
        padding: 30px 20px 20px 20px;
        margin: 0;
        background-color: #0D3D6E;
        font-family: 'Oswald', sans-serif;
        color: white;
        font-weight: 400;
        text-transform: lowercase;
        font-size: 2.5em;
        background-image: url('../images/h1main-bg.jpg');
        background-position: right center;
        background-repeat: no-repeat;
    }

        #content h1.main.home {
            background-color: #F7F7F7;
            color: #333333;
            background-image: none;
        }

    #content h2.main {
        background-color: #F4F4F4;
        color: #585858;
        text-transform: uppercase;
        font-size: 2.0em;
        font-family: Oswald;
        padding: 10px;
        margin: 0px 0px 30px 0px;
    }

    #content h1.main .green {
        color: #8DC53F;
        font-size: 0.7em;
    }

    #content #breadcrumb {
        padding: 5px 0;
        font-weight: bold;
        border-top: 2px #F7F7F7 solid;
        border-bottom: 2px #F7F7F7 solid;
        position: relative;
        margin: 10px 0 20px 0;
        text-transform: lowercase;
    }

    #content .breadcrumb {
        font-weight: bold;
        text-transform: lowercase;
        background: none;
        padding: 0;
        margin: 0 0 -10px 0;
    }

        #content .breadcrumb li {
            margin-bottom: 10px;
        }

            #content .breadcrumb li a {
                display: inline-block;
                color: #8DC53F;
                font-weight: normal;
            }

            #content .breadcrumb li:first-child a {
                background-color: #8EC840;
                color: white;
                padding: 7px 15px;
                font-weight: normal;
            }

        #content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            content: "||";
            color: #8DC53F;
            font-weight: normal;
            padding: 0px 5px;
        }

        #content .breadcrumb .search {
            display: block;
            line-height: 20px;
            font-size: 1.0em;
            background-color: #F7F7F7;
            padding: 5px 20px;
            border: 2px #EFEFEF solid;
            color: #373131;
            text-transform: uppercase;
            text-align: right;
            font-weight: normal;
        }

    #content .mainRow {
        margin-left: -20px;
        margin-right: -20px;
    }

    #content .contentLeft,
    #content .contentRight {
        padding-left: 20px;
        padding-right: 20px;
    }

    #content .mainImage {
        margin: 0 auto 20px auto;
        border: 4px #0F3F6F solid;
        display: block;
    }

    #content .parentList {
        margin-bottom: 20px;
    }

        #content .parentList .item {
            padding: 20px 0 0 0;
            margin: 20px 0 0 0;
            border-top: 2px #CCCCCC solid;
        }

            #content .parentList .item h2 a {
                color: #103F6D;
            }

            #content .parentList .item .link {
                color: #91C640;
                font-weight: bold;
            }

    #content .bookList .item {
        width: 100%;
        padding: 0px 0px 13px 0px;
        margin: 0px 0px 10px 0px;
        overflow: auto;
        background-image: url('/images/booklist-item-bg.gif');
        background-position: center bottom;
        background-repeat: repeat-x;
        position: relative;
    }

        #content .bookList .item h2 {
            font-family: Oswald;
            font-weight: 300;
            font-size: 2.0em;
        }

    #content .bookList h2 a {
        color: black;
    }

    #content .bookList .item a.image {
        margin: 0px 20px 0px 0px;
    }

        #content .bookList .item a.image img {
            min-width: 50px;
        }

    #content .bookList .itemIntroduction {
        font-size: 1.1em;
        font-family: "Century Gothic";
    }

    #content .bookList .btn {
        font-size: 0.9em;
        background-color: #910543;
        color: white;
        font-family: Oswald;
        font-weight: 300;
        padding: 5px 8px;
        text-transform: uppercase;
        border-radius: 0;
        border: 0;
        min-width: 130px;
    }

    #content .intro {
        font-size: 1.3em;
    }

    #content .bookImage {
        margin: 0 0 30px 0;
        position: relative;
        display: inline-block;
    }

        #content .bookImage .overlay {
            position: absolute;
            right: 0;
            bottom: 0;
        }

    #content .contentLeft #bookSearchNarrow .bookSearch {
        background-color: #C3CF6B;
        padding: 10px;
        margin: 0px 0px 20px 0px;
    }

        #content .contentLeft #bookSearchNarrow .bookSearch h2 {
            font-family: Oswald;
            color: #373131;
        }

    #content .contentLeft #bookSearchNarrow .formField p {
        font-family: Oswald;
        color: #5D661B;
        text-transform: uppercase;
        font-size: 1.4em;
    }

        #content .contentLeft #bookSearchNarrow .formField p input[type="text"] {
            padding: 5px;
            background: none;
            background-color: white;
            border: none;
            border-radius: 5px;
            color: #373131;
            height: 27px;
        }

    #content .contentLeft #bookSearchNarrow .search a {
        color: #5D661B;
        font-family: 'Oswald', sans-serif;
        font-size: 1.5em;
        font-weight: 400;
        display: block;
        text-align: center;
        margin: 20px 0px;
    }

    #content .contentLeft #bookSearchNarrow .all a {
        color: #5D661B;
        font-family: 'Oswald', sans-serif;
        font-size: 1.5em;
        font-weight: 400;
        display: block;
        text-align: center;
        margin: 20px 0px;
    }

#bookSearchWide {
    padding: 10px 0px 5px 0px;
    border-top: 2px #00295B solid;
    border-bottom: 2px #00295B solid;
    margin: 0px 0px 20px 0px;
}

    #bookSearchWide #bookSearchWideTop {
        background-color: #F5F5F5;
        padding: 7px 20px 0px 20px;
    }

        #bookSearchWide #bookSearchWideTop .left {
            color: #7D8933;
            font-family: 'Oswald';
            font-size: 2.5em;
            font-weight: 400;
        }

        #bookSearchWide #bookSearchWideTop .right a {
            color: #5D661B;
            font-family: 'Oswald';
            font-size: 1.7em;
            font-weight: 400;
        }

    #bookSearchWide #bookSearchWideBottom {
        padding: 20px 20px 0px 20px;
        border-top: 2px white solid;
        background-image: url('/images/book-search-wide-bg.jpg');
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        color: #5D661B;
        text-transform: uppercase;
        font-family: 'Oswald';
        font-size: 1.7em;
        font-weight: 400;
        text-align: center;
    }

        #bookSearchWide #bookSearchWideBottom .column {
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
        }

        #bookSearchWide #bookSearchWideBottom p {
            margin: 0px 0px 20px 0px;
        }

        #bookSearchWide #bookSearchWideBottom input[type="text"] {
            width: 174px;
            padding: 8px 12px;
            border: none;
            background-color: white;
            border-radius: 5px;
            font-size: 16px;
            font-family: "Century Gothic", Arial, Helvetica, sans-serif;
            margin: 0 auto;
        }

#content .blueBox {
    padding: 20px;
    background-color: #00295B;
    background-image: url('../images/blue-box.bg.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    color: white;
}

#content .linkList {
    padding: 0 0 20px 0;
    margin-top: -20px;
}

    #content .linkList .item {
        border-bottom: 2px #00295B solid;
        text-align:center;
    }

        #content .linkList .item .box {
            margin: 20px 0;
            padding: 10px 17px;
        }

        #content .linkList .item:nth-child(even) .box {
            border-left: 2px #00295B solid;
        }

        #content .linkList .item .image {
            border: 2px #F3F3F3 solid;
            padding: 15px;
        }

        #content .linkList .item h2 {
            font-size: 1.1em;
            margin: 10px 0;
            height: 37px;
            overflow: hidden;
            text-align: center;
        }

            #content .linkList .item h2 a {
                color: #373131;
            }

        #content .linkList .item .btn {
            font-size: 0.9em;
            padding: 3px 20px;
            background-color: white;
            border: 1px #F3F3F3 solid;
            color: #333333;
            border-radius: 0;
        }

            #content .linkList .item .btn:hover {
                background-color: #113F6D;
                border: 1px #F3F3F3 solid;
                color: white;
                text-decoration: none;
            }

#content .contactUs {
    padding: 15px;
    background-color: #F8F8F8;
}

    #content .contactUs .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    #content .contactUs .contactUsLeft,
    #content .contactUs .contactUsRight {
        padding-left: 20px;
        padding-right: 20px;
    }

    #content .contactUs label {
        color: #666666;
        font-weight: bold;
        margin-bottom: 0;
    }

    #content .contactUs .form-group {
        margin-bottom: 10px;
    }

    #content .contactUs .form-control {
        padding: 5px 8px;
        border: 2px #EDECEC solid;
        overflow: auto;
        font-size: 1.1em;
        font-family: "Century Gothic", Arial, Helvetica, sans-serif;
        border-radius: 0;
    }

    #content .contactUs textarea.form-control {
        height: 183px;
        resize: vertical;
    }

#animation {
    position: relative;
    padding: 23.68% 0 0 0;
    margin: 5px 0px;
}

    #animation img {
        position: absolute;
        left: 0;
        top: 0;
    }

#partners {
    border-bottom: 2px #00295B solid;
    padding: 5px 0 0 0;
}

    #partners h2 {
        padding: 30px 20px 20px 20px;
        margin: 0px 0px 20px 0px;
        background-color: #F5F5F5;
        font-family: 'Oswald';
        font-weight: 400;
        text-transform: uppercase;
        font-size: 2.5em;
    }

        #partners h2 a {
            color: #F1A14B;
        }

    #partners .partnerList .item {
        padding-bottom: 20px;
    }

#footer {
    color: #fff;
    background-color: #2A3037;
    padding: 20px;
    margin: 15px 0 0 0;
}

    #footer a {
        color: #fff;
    }

    #footer h2 {
        font-family: 'Dosis', sans-serif;
        text-transform: uppercase;
        font-size: 2.0em;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }

    #footer #footerTop {
        border-bottom: 2px #757474 solid;
    }

        #footer #footerTop p {
            line-height: 23px;
        }

        #footer #footerTop .row {
            margin-left: -50px;
            margin-right: -50px;
        }

        #footer #footerTop .left,
        #footer #footerTop .right {
            padding-left: 50px;
            padding-right: 50px;
        }

            #footer #footerTop .left h2 {
                border-bottom: 3px #FDBD4F solid;
            }

            #footer #footerTop .right h2 {
                border-bottom: 3px #87B725 solid;
            }

    #footer #footerBottom {
        padding: 30px 10px;
    }

@media(max-width: 767px) {

    #header .navbar {
        margin-top: 10px;
    }

    #header .nav-scroller {
        position: absolute;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
    }

    #header ul.navbar-nav > li {
        margin: 5px 0;
    }

        #header ul.navbar-nav > li > a {
            padding: 5px 10px;
            text-align: left;
        }

        #header ul.navbar-nav > li a:after {
            content: ' \f078';
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            font-size: 14px;
            padding-left: 5px;
        }

        #header ul.navbar-nav > li > a.expand::after {
            content: ' \f077';
        }


        #header ul.navbar-nav > li a:only-child:after, #header ul.navbar-nav > li.recentBooks .sub-menu li a:after {
            content: "";
        }

        #header ul.navbar-nav > li.recentBooks .sub-menu li {
            color: #fff;
            text-align: left;
            padding: 10px 5px;
        }

            #header ul.navbar-nav > li.recentBooks .sub-menu li a:not(.btn) {
                padding: 0 10px 0 0;
            }

            #header ul.navbar-nav > li.recentBooks .sub-menu li .btn {
                display: inline-block;
            }

        #header ul.navbar-nav > li ul {
            list-style: none;
            margin: 0;
            padding-left: 20px;
            background-color: none;
        }

            #header ul.navbar-nav > li ul li a {
                color: #fff;
                text-align: left;
                display: block;
                padding: 5px;
            }

    #header ul.navbar-nav li {
        border: none;
    }

    #header .navbar-toggler {
        border-width: 0;
        outline: 0;
    }

    #header .animated-icon {
        width: 30px;
        height: 25px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        #header .animated-icon span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        #header .animated-icon span {
            background: #00295B;
        }

            #header .animated-icon span:nth-child(1) {
                top: 0px;
            }

            #header .animated-icon span:nth-child(2),
            #header .animated-icon span:nth-child(3) {
                top: 10px;
            }

            #header .animated-icon span:nth-child(4) {
                top: 20px;
            }

        #header .animated-icon.open span:nth-child(1) {
            top: 11px;
            width: 0%;
            left: 50%;
        }

        #header .animated-icon.open span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #header .animated-icon.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #header .animated-icon.open span:nth-child(4) {
            top: 11px;
            width: 0%;
            left: 50%;
        }

    #header .nav-wrapper {
        position: fixed;
        top: 0;
        left: 100%;
        padding: 0;
        width: 100%;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: block;
        height: 100%;
        z-index: 999;
    }

    #header .btn-close {
        position: absolute;
        left: 0;
        background: #242424;
        padding: 20px;
        border: 0;
        top: 0;
        border-radius: 0;
    }

        #header .btn-close .animated-icon span {
            background: #fff;
        }

    #header .menuText {
        color: #00295B;
        text-transform: uppercase;
        margin-bottom: 5px;
    }


    #header .navbar-collapse.collapsing .nav-wrapper {
        height: 100% !important;
        margin-left: 50%;
        left: 50%;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    #header .navbar-collapse.show .nav-wrapper {
        left: 0;
    }

    #header .nav-group {
        margin-left: 70px;
        background: #242424;
        padding: 15px;
    }

        #header .nav-group::after {
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 70px;
            right: 0;
            bottom: 0;
            background: #242424;
            z-index: -1;
        }

        #header .nav-group .callus {
            padding-left: 10px;
            margin-top: 10px;
        }

            #header .nav-group .callus i {
                color: #0086ac;
                margin-right: 5px;
            }

            #header .nav-group .callus a {
                color: #fff;
                font-weight: bold;
            }
}

@media(min-width: 768px) {

    #header {
        padding-bottom: 0;
    }

        #header ul.navbar-nav > li {
            margin-bottom: 5px !important;
        }

    #content .linkList .item:not(:nth-child(3n+1)) .box {
        border-left: 2px #00295B solid;
    }

    #content .mainImage {
        float: right;
        margin: 0 0 20px 20px;
    }

    #content .bookImage {
        float: left;
        margin: 0 30px 30px 0;
    }
}

@media(min-width:992px) {

    .col-lg-five {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }

        #header ul.navbar-nav > li .sub-menu {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            z-index: 1;
        }

    #header ul.navbar-nav > li:hover .sub-menu {
        display: block;
    }

    #header ul.navbar-nav > li .sub-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #header ul.navbar-nav > li:not(.recentBooks) .sub-menu ul li a {
        text-align: center;
        padding: 7px;
        color: #fff;
        background-color: #373131;
        min-width: 110px;
        -webkit-transition: .25s background-color ease-in-out;
        -o-transition: .25s background-color ease-in-out;
        transition: .25s background-color ease-in-out;
    }

    #header ul.navbar-nav > li .sub-menu ul li:hover > a {
        background-color: #8DC53F;
    }

    #header ul.navbar-nav > li.recentBooks .sub-menu {
        padding: 10px 10px 0 10px;
        border: 2px #990000 solid;
        left: auto;
        right: 0;
        width: 350px;
        background-color: white;
        text-align: left;
    }

        #header ul.navbar-nav > li.recentBooks .sub-menu li {
            padding: 0px 0px 5px 0px;
            line-height: 20px;
            font-size: 1.1em;
        }

            #header ul.navbar-nav > li.recentBooks .sub-menu li .itemText {
                margin: 0 0 10px 0;
            }


            #header ul.navbar-nav > li.recentBooks .sub-menu li a:not(.btn) {
                padding-right: 10px;
            }

    #content .linkList .item:not(:nth-child(5n+1)) .box {
        border-left: 2px #00295B solid;
    }

    #content .linkList .item:nth-child(5n+1) .box {
        border-left: 0;
    }

    #content .contactUs .contactUsLeft {
        border-right: 4px #EDECEC solid;
    }
}
/*Cookie Policy*/
.cookieLaw {
    color: #fff;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .8);
    padding: 5px;
    text-align: center;
    border-top: 3px white solid;
    display: none;
}

    .cookieLaw .btn {
        background-color: #000;
        color: #fff;
    }
