@import url(fonts.css);
@import url(feathericon.min.css);

body {
    font-family: "Open Sans", sans sarif;
    font-size: 16px;
    font-weight: normal;
}

    body a, body a:active, body a:hover, body a:focus {
        transition: all 0.4s ease;
        outline: none;
        text-decoration: none;
    }

    body .wrapper {
        max-width: 1920px;
        margin: 0 auto;
    }

header {
    background-color: #023240;
}

    header .logo {
        max-width: 300px;
        display: inline-block;
        padding: 15px 0;
    }

    header nav {
        background-color: #00a9ce;
        padding: 10px 0;
        font-weight: 800;
        border-bottom: 1px solid #cccccc;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        header nav .searchBox {
            width: 320px;
            display: inline-block;
            position: relative;
            padding: 0 15px;
        }

            header nav .searchBox:before {
                content: '';
                position: absolute;
                left: 0;
                top: -10px;
                bottom: -10px;
                width: 1px;
                background-color: #cccccc;
                z-index: 1;
            }

            header nav .searchBox .form-control, header nav .searchBox .form-control:hover, header nav .searchBox .form-control:focus {
                border: none;
                border-radius: 0px;
                box-shadow: none;
            }

            header nav .searchBox .input-group-addon .btn-theme {
                border-radius: 0px;
                background-color: #00a9ce;
                position: relative;
                width: 50px;
                height: calc(2.25rem + 2px);
                transition: all 0.4s ease;
            }

                header nav .searchBox .input-group-addon .btn-theme:after {
                    content: '\f14e';
                    font-family: 'feathericon';
                    font-size: 22px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 50px;
                    height: calc(2.25rem + 2px);
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }

                header nav .searchBox .input-group-addon .btn-theme:hover {
                    background-color: #023240;
                }

                    header nav .searchBox .input-group-addon .btn-theme:hover:after {
                        content: '\f102';
                        color: #fff;
                    }

        header nav .navigation {
            max-width: calc(100% - 330px);
            padding: 0;
            margin: 0;
            display: inline-block;
            background-color: #00a9ce;
        }

            header nav .navigation li {
                display: inline-block;
            }

                header nav .navigation li a {
                    color: #fff;
                    padding: 5px 15px;
                    display: inline-block;
                    text-transform: uppercase;
                }

                header nav .navigation li.active a {
                    color: #023240;
                }

.breadcrumbBox {
    background-color: #f3f3f3;
}

    .breadcrumbBox .breadcrumb {
        background-color: #f3f3f3;
        border-radius: 0px;
        margin: 0;
    }

        .breadcrumbBox .breadcrumb li {
            font-size: 14px;
        }

            .breadcrumbBox .breadcrumb li.breadcrumb-item a {
                color: #70cb97;
            }

            .breadcrumbBox .breadcrumb li.breadcrumb-item.active a {
                color: #000;
            }

.main-banner {
    background: url(../images/homepage-bg.jpg) no-repeat 0 0;
    padding: 50px 0 110px;
    position: relative;
    background-size: cover;
}

    .main-banner:after {
        content: " ";
        display: block;
        height: 181px;
        width: 100%;
        background: url(../images/bg-fade.png) repeat-x 0 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.card {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
    background: #fff;
    border-radius: 0px;
    position: relative;
    z-index: 1;
}

    .card .vertical-tabs {
        border: none;
        border-radius: 0px;
    }

        .card .vertical-tabs .nav-item {
            width: 100%;
        }

            .card .vertical-tabs .nav-item a {
                border-top: 1px solid #00a9ce;
                border-radius: 0px;
                background: #99ddeb;
                color: #00313c;
                font-weight: 800;
                padding: 2rem;
                font-size: 1.5625rem;
                position: relative;
            }

                .card .vertical-tabs .nav-item a:hover, .card .vertical-tabs .nav-item a:focus, .card .vertical-tabs .nav-item a.active {
                    background: #00a9ce;
                    border-color: #99ddeb #00a9ce #fff;
                }

                    .card .vertical-tabs .nav-item a.active:before {
                        content: '';
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: -22px;
                        margin: auto;
                        height: 44px;
                        border-top: 22px solid transparent;
                        border-bottom: 22px solid transparent;
                        border-right: 22px solid #00a9ce;
                    }

            .card .vertical-tabs .nav-item:first-child a {
                border-top-color: #99ddeb;
            }

    .card .tabs-content-link {
        padding: 25px;
        background: #f3f3f3;
    }

        .card .tabs-content-link a {
            color: #00313c;
            font-size: 20px;
        }

            .card .tabs-content-link a:hover {
                color: #70cb97;
            }

            .card .tabs-content-link a span {
                margin-left: 8px;
                color: #00a9ce;
            }

.title {
    margin: 0 auto 30px;
    text-transform: uppercase;
    max-width: 800px;
    font-weight: 100;
    padding-bottom: 5px;
    border-bottom: 1px solid #00313c;
}

.region-calls {
    background: #f4f4f4;
    padding-top: 20px;
}

    .region-calls .icon-list {
        background: #00313c;
        overflow: hidden;
        padding: 2em 1em;
        margin-bottom: 1.25em;
        list-style: none;
        float: left;
        width: 100%;
    }

        .region-calls .icon-list li {
            text-transform: uppercase;
            text-align: center;
            width: 25%;
            float: left;
        }

            .region-calls .icon-list li a {
                display: inline-block;
                color: #fff;
                width: 100%;
                padding: 2.5rem 1rem;
                border-right: 1px solid #17504e;
            }

                .region-calls .icon-list li a:hover {
                    background: #002128;
                    color: #70cb97;
                }

                .region-calls .icon-list li a h3 {
                    margin: 20px 0 0;
                    font-weight: 700;
                    font-size: 28px;
                }

                    .region-calls .icon-list li a h3 span {
                        margin-left: 8px;
                    }

            .region-calls .icon-list li:last-child a {
                border-right-width: 0;
            }

.region-emails {
    padding: 2rem 0;
    background: #fff;
}

    .region-emails .mediaBox {
        padding: 2.5rem 5rem 3.125rem 4rem;
        background: #99ddeb;
    }

        .region-emails .mediaBox .media__img {
            float: left;
            margin-right: 1.55556em;
        }

        .region-emails .mediaBox .media__body {
            padding-top: 20px;
            overflow: hidden;
        }

            .region-emails .mediaBox .media__body h2 {
                font-size: 25px;
                font-weight: 700;
                margin-bottom: 5px;
            }

            .region-emails .mediaBox .media__body p {
                margin-bottom: 0;
            }

                .region-emails .mediaBox .media__body p a {
                    color: #00313c;
                    text-decoration: underline;
                }

.bg_lightgray {
    background: #f3f3f3;
}

.socialIcons {
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 50px 20px;
}

    .socialIcons li {
        display: inline-block;
        vertical-align: middle;
        color: #00313c;
        font-weight: 700;
        font-size: 22px;
        padding: 0 5px;
    }

.pageTitle {
    background: #023240;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

    .pageTitle .titleIcon {
        width: 80px;
        display: inline-block;
        vertical-align: middle;
        background: #023240;
        text-align: center;
        padding: 15px;
        margin-right: 20px;
    }

        .pageTitle .titleIcon img {
            display: inline-block;
            max-height: 50px;
        }

.pageLinks {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .pageLinks li {
        margin: 0 0 10px;
    }

        .pageLinks li a {
            width: 100%;
            display: inline-block;
            background: #99ddeb;
            padding: 15px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            position: relative;
        }

            .pageLinks li a:after {
                content: '\f102';
                font-family: 'feathericon';
                position: absolute;
                top: 0;
                bottom: 0;
                right: 15px;
                margin: auto;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .pageLinks li a:hover {
                background: #00a9ce;
            }

        .pageLinks li.active a {
            background: #00a9ce;
        }

.contentTitle {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: #00313c;
}

    .contentTitle + p {
        margin-bottom: 30px;
        color: #00313c;
        font-size: 14px;
    }

.bookListing .bookItem {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0;
}

    .bookListing .bookItem:last-child {
        border-bottom: none;
    }

.bookListing .bookImage {
    width: 150px;
    margin-right: 20px;
    display: inline-block;
}

.bookListing .bookInfo {
    width: calc(100% - 175px);
    display: inline-block;
    vertical-align: top;
}

    .bookListing .bookInfo h2 {
        color: #00313c;
        font-weight: 600;
        font-size: 20px;
        margin: 0;
    }

    .bookListing .bookInfo .author {
        font-style: italic;
        font-size: 14px;
        margin-bottom: 15px;
        display: block;
    }

    .bookListing .bookInfo .priceBox {
        display: inline-block;
        margin-right: 15px;
    }

    .bookListing .bookInfo .buy {
        display: inline-block;
        padding: 7px 20px;
        background: #00313c;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        text-transform: uppercase;
    }

        .bookListing .bookInfo .buy:hover {
            background: #70cb97;
        }

.emailBox {
    background: #99ddeb;
    padding: 15px;
}

    .emailBox .emailIcon {
        max-width: 50px;
        display: inline-block;
    }

        .emailBox .emailIcon img {
            margin-right: 10px;
        }

    .emailBox .emailText {
        display: inline-block;
        width: calc(100% - 65px);
        font-weight: 700;
        font-size: 18px;
        vertical-align: middle;
        margin: 0;
    }

    .emailBox p {
        margin: 10px 0;
        font-size: 15px;
    }

        .emailBox p a {
            color: #00313c;
            text-decoration: underline;
        }

footer {
    background-color: #f3f3f3;
    padding: 40px 0 20px;
}

    footer h3 {
        color: #023240;
        margin: 0 0 30px;
        padding: 5px 0;
        border-bottom: 1px solid #023240;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }

    footer .foorMenuList {
        padding-bottom: 30px;
        border-bottom: 1px solid #c2ccce;
    }

    footer .footMenu {
        padding: 0;
        list-style: none;
    }

        footer .footMenu li {
            padding: 5px 0;
        }

            footer .footMenu li a {
                color: #00313c;
            }

                footer .footMenu li a:hover {
                    color: #70cb97;
                }

    footer .copyrightBox {
        text-align: center;
    }

        footer .copyrightBox .copyrightMenu {
            display: inline-block;
            margin: 20px 0;
        }

            footer .copyrightBox .copyrightMenu li {
                display: inline-block;
            }

                footer .copyrightBox .copyrightMenu li a {
                    display: inline-block;
                    color: #00313c;
                    padding-right: 12px;
                    margin-right: 10px;
                    font-size: 14px;
                    border-right: 1px solid #d8d8d8;
                }

                    footer .copyrightBox .copyrightMenu li a:hover {
                        color: #70cb97;
                    }

                footer .copyrightBox .copyrightMenu li:last-child a {
                    border-right: none;
                }

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    header {
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    }

        header .logo {
            max-width: 255px;
            max-height: 60px;
        }

        header .mobileMenuIcon {
            position: absolute;
            top: 0;
            right: 0;
            width: 30px;
            height: 60px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            header .mobileMenuIcon .dot {
                display: block;
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background: #fff;
                position: relative;
            }

                header .mobileMenuIcon .dot:before {
                    content: '';
                    position: absolute;
                    top: -8px;
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background: #fff;
                }

                header .mobileMenuIcon .dot:after {
                    content: '';
                    position: absolute;
                    top: 8px;
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background: #fff;
                }

        header nav .navigation {
            position: fixed;
            left: 0;
            top: 60px;
            background: #023240;
            height: calc(100vh - 60px);
            overflow-y: auto;
            z-index: 1000;
            max-width: 100%;
            width: 100%;
            border-top: 1px solid #fff;
            padding-top: 20px;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            transition: all 0.4s ease;
        }

            header nav .navigation.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            header nav .navigation li {
                width: 100%;
            }

                header nav .navigation li a {
                    width: 100%;
                }

    .card .vertical-tabs {
        display: none;
    }

    .card .tab-content .tab-pane {
        display: block;
        opacity: 1;
    }

        .card .tab-content .tab-pane .tabs-content-link a {
            font-size: 14px;
        }

    .title {
        font-size: 22px;
    }

    .region-calls .icon-list {
        padding: 0;
    }

        .region-calls .icon-list li {
            width: 50%;
        }

            .region-calls .icon-list li a {
                border-bottom: 1px solid #17504e;
            }

                .region-calls .icon-list li a h3 {
                    font-size: 15px;
                }

    .region-emails .mediaBox {
        padding: 30px;
    }

        .region-emails .mediaBox .media__img {
            max-width: 43px;
        }

        .region-emails .mediaBox .media__body {
            padding-top: 0;
        }

    .socialIcons li:first-child {
        margin-bottom: 10px;
    }

    .socialIcons li img {
        max-width: 40px;
    }

    .bookListing .bookImage {
        width: 60px;
        margin-right: 20px;
        display: inline-block;
    }

    .bookListing .bookInfo {
        width: calc(100% - 85px);
    }

        .bookListing .bookInfo h2 {
            font-size: 16px;
        }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    header {
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    }

        header .logo {
            max-width: 255px;
            max-height: 60px;
        }

        header .mobileMenuIcon {
            position: absolute;
            top: 0;
            right: 0;
            width: 30px;
            height: 60px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            header .mobileMenuIcon .dot {
                display: block;
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background: #fff;
                position: relative;
            }

                header .mobileMenuIcon .dot:before {
                    content: '';
                    position: absolute;
                    top: -8px;
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background: #fff;
                }

                header .mobileMenuIcon .dot:after {
                    content: '';
                    position: absolute;
                    top: 8px;
                    width: 4px;
                    height: 4px;
                    border-radius: 50%;
                    background: #fff;
                }

        header nav .navigation {
            position: fixed;
            left: 0;
            top: 60px;
            background: #023240;
            height: calc(100vh - 60px);
            overflow-y: auto;
            z-index: 1000;
            max-width: 100%;
            width: 100%;
            border-top: 1px solid #fff;
            padding-top: 20px;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            transition: all 0.4s ease;
        }

            header nav .navigation.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            header nav .navigation li {
                width: 100%;
            }

                header nav .navigation li a {
                    width: 100%;
                }

    .card .vertical-tabs .nav-item a {
        padding: 15px;
        font-size: 18px;
    }

    .card .tab-content .tab-pane .tabs-content-link a {
        font-size: 14px;
    }

    .title {
        font-size: 22px;
    }

    .region-calls .icon-list {
        padding: 0;
    }

        .region-calls .icon-list li {
            width: 50%;
        }

            .region-calls .icon-list li a {
                border-bottom: 1px solid #17504e;
            }

                .region-calls .icon-list li a h3 {
                    font-size: 15px;
                }

    .region-emails .mediaBox .media__img {
        max-width: 43px;
    }

    .region-emails .mediaBox .media__body {
        padding-top: 0;
    }

    .socialIcons li:first-child {
        margin-bottom: 10px;
        width: 100%;
    }

    .socialIcons li img {
        max-width: 40px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
    header nav .navigation li a {
        padding: 5px 13px;
    }

    .card .vertical-tabs .nav-item a {
        padding: 24px;
        font-size: 18px;
    }

    .card .tab-content .tab-pane .tabs-content-link a {
        font-size: 16px;
    }
}
