/*===============================*/
/*========== Fonts =============*/
/*==============================*/
@import url("https://use.typekit.net/nas7tob.css");
/* font-weight: 200, 300, 400, 500, 700 in the above import */

/*===============================*/
/*========== Globals ============*/
/*===============================*/
body {
    font-family: gill-sans-nova, sans-serif;
    font-style: normal;
    font-weight: 300;
    /*background: transparent url("../images/bg02.jpg") no-repeat;*/
/*    background-attachment: fixed;
    background-size: cover;*/
}

img {
    max-width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.primary-color {
    color: #808080;
}

.secondary-color {
    color: #013a52 !important;
}

.home-doubleColumn-block p {
    color: #FFF !important;
    letter-spacing: 1px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 25px;
}

.doubleColumn-block p {
    color: #013a52;
    font-weight: 400;
    font-size: 1.2rem;
}

.imageText-block p {
    font-weight: 400;
}

.white-bg {
    background-color: #FFF;
}

.imagetext-caption {
    position: absolute;
    top: 15px;
    left: 30px;
    color: #FFF;
    font-weight: 500;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*===============================*/
/*========== Header =============*/
/*===============================*/

div.header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

a.logo-tbt {
    font-size: 3em;
    font-weight: 900;
    letter-spacing: 3px;
    color: #FCB514;
    display: block;
    line-height: 36px;
    margin-top: 22px;
}

a.logo-tbt:hover,
a.logo-tbt:active,
a.logo-tbt:visited,
a.logo-tbt-slogan:hover {
    text-decoration: none;
}

a.logo-tbt-slogan {
    display: block;
    font-size: 1.3em;
    letter-spacing: 2.2px;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 15px;
}

a.logo {
    display: block;
    width: 350px;
}

.content-wrap {
    margin-top: 145px;
}

.btn-primary {
    color: #FFF;
    background-color: #013a52;
    border-color: #013a52;
    padding: 10px 20px;
    font-size: 1.4em;
    letter-spacing: 1px;
    font-weight: 400;
}

.btn-primary:hover {
    background-color: #013a52 !important;
    border-color: #013a52 !important;
}

.hvrbox .hvrbox-layer_top {
    background: rgba(0, 0, 0, 0.6);
}

/* ====================================== */
/* Top Main Menu */
/* ====================================== */

div.top-menu ul.main-top li {
    display: inline-block;
    margin-right: 15px;
}

div.top-menu ul.main-top li a {
    text-transform: uppercase;
    color: #808080;
    font-weight: 600;
    letter-spacing: 1px;
}

div.top-menu ul.main-top li a:hover,
div.top-menu ul.main-top li a.active {
    color: #013a52;
    text-decoration: none;
}

/* ====================================== */
/* Flip Card */
/* ====================================== */

.flip-card {
    background-color: transparent;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #FFF;
    color: #FFF;
}

.flip-card-back {
    background-color: #013a52;
    color: #FFF;
    transform: rotateY(180deg);
    top: 0;
    position: absolute;
}

.flip-card-back p {
    line-height: 1rem;
}

.flip-card-back .partner-description {
    font-weight: 300;
    letter-spacing: 1px;
}

.flip-card-back .partner-name {
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    line-height: 1.5rem;
}
.flip-card-back .website-link {
    position: absolute;
    bottom: 0px;
    right: 17px;
}

.website-link a.partner-website-link {
    background-image: url("../images/pink_btn.png");
    display: block;
    width: 14px;
    height: 15px;
}

.imageText-block-img {
    height: 445px;
    width: 100%;
}

/* ====================================== */
/* Prompts */
/* ====================================== */

.prompt-wrap {
    width: 100%;
    height: 250px;
    background-color: #808080;
}

.prompt-wrap:hover {
    background-color: #494949;
}

.prompt-wrap .propmt-tile {
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5rem;
    font-size: 1.3rem;
    letter-spacing: 2px;
}

.prompt-wrap .propmt-short-description {
    font-weight: 500;
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 1.1rem;
    color: #FFF;
}

#prompt-description {
    padding: 30px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #013a52;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: scroll;
}

.prompt-wrap {
    cursor: pointer;
}

.prompt-body .prompt-title {
    color: #FFF;
    padding-top: 30px;
}

.prompt-body .prompt-details {
    color: #FFF;
}

.prompt-close-btn {
    color: #FFF !important;
    cursor: pointer;
    width: 30px;
    height: 35px;
}

.window-shown {
    z-index: 9999 !important;
}

body.no-scroll {
    overflow: hidden !important;
    position: fixed !important;
}




/* ====================================== */
/* Slider Settings */
/* ====================================== */

.slider-img-center {
    object-fit: cover;
    font-family: 'object-fit: cover;'; /* IE fix with a plugin */
    width: 100%;
    height: 500px;
}

div.header-slider-settings {
    width: 100%;
    overflow: hidden;
    z-index: -1;
    position: absolute;
}

div.slider-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 450px;
    z-index: 0;
}

.slide-block {
    display: inline-block;
    width: 100%;
}

div.slider-dots ul li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 0;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    margin-left: 0px !important;
}

div.slider-dots ul li button {
    font-size: 0px;
    line-height: 0px;
    display: block;
    width: 15px;
    height: 15px;
    padding: 3px;
    cursor: pointer;
    color: #fcb514;
    outline: none;
    background: #fcb514;
    border: 0px;
}

div.slider-dots ul li.slick-active button {
    background: #61b8cc;
}

/* ====================================== */
/* ======= Blocks Settings ============== */
/* ====================================== */

.carousel-block {
    height: 500px;
}

.content-block {

}

.heading-title-blue {
    color: #61b8cc;
    font-weight: bold;
}

.heading-title-white {
    color: #FFF;
    font-weight: bold;
}

.heading-title-red {
    color: #d60b51;
    font-weight: bold;
}

.faq-heading {
    background-color: #fcb514;
}

.content-block ul li {
    margin-bottom: 15px;
}

.flexiContactForm input[type=text],
.flexiContactForm textarea {
    padding: 0.375rem .75rem;
    font-size: 1.2rem;
    color: #8c8c8d;
}


/* ====================================== */
/* Image Caption Styles */
/* ====================================== */

.chapter-img-wrap {
    height: 300px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.chapter-title {
    position: absolute;
    top: 0px;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 600;
    width: 100%;
    background-color: rgba(1, 52, 88, 0.6);
    padding: 15px;
    letter-spacing: 1px;
    line-height: 20px;
}

.chapter-subtitle {
    display: block;
    font-size: 1rem;
}

.chapter-img-wrap img {
    min-height: 100%;
}

.image-hover-container {
    position: relative;
    cursor: pointer;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.image-hover-container:hover .image {
    opacity: 0.3;
}

.image-hover-container:hover .middle {
    opacity: 1;
}

.bio-info {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(252, 181, 20, 0.9);
    left: 0;
    top: 0;
    z-index: -1;
}

.casestudy-block {
    position: relative;
}

.bio-header {
    /*padding: 15px;*/
}

#bio-info {
    padding: 30px;
}

.bio-title {
    margin-top: 40px;
    font-weight: bold;
}

.bio-close-btn {
    width: 30px;
    height: 30px;
/*    background-image: url("../images/close_btn.png");
    background-position: center;*/
    display: block;
    float: right;
}

.close {
    float: right;
    font-size: 50px;
    font-weight: normal;
    line-height: 0;
    color: #000;
    text-shadow: none;
    opacity: 1;
}

.bio-details p{
    color: #FFF;
}

.content-block a {
    color: #fcb514;
}

.default-text-style {
    color: #013a52;
    font-weight: 400;
    font-size: 1.2rem;
}

.card-text-style {
    line-height: 1.4rem;
}

.shadow-boxes {
    -webkit-box-shadow: 0 .3rem 0.3rem rgba(0,0,0,.05)!important;
    -moz-box-shadow: 0 .3rem 0.3rem rgba(0,0,0,.05)!important;
    box-shadow: 0 .3rem 0.3rem rgba(0,0,0,.05)!important;
}

.imageText-block-no-2 .row div:nth-child(2) img {
    height: 445px;
}

.imageText-block .row div:nth-child(2) {
    height: 445px;
    overflow-y: scroll;
}

.imageText-block-no-2 .row div:nth-child(2) {
    padding: 0px !important;
    overflow-y: auto;
}

div.imagetext-caption {
    overflow-y: auto !important;
}


/* ====================================== */
/* Footer */
/* ====================================== */

div.footer {
    background: #808080;
    padding: 1rem 0px;
}

p.copyright-text {
    font-weight: 500;
    color: #FFF;
    font-size: 1rem;
}

p.copyright-text a {
    color: #FFF;
    text-decoration: underline;
}

.content-block h4 {
    color: #8c8c8d;
}

.resource-block a {
    text-align: center;
}

.faq-block a {
    color: #61b8cc;
    display: block;
}

.carousel-block-no-3 img {
    height: 700px !important;
}

.carousel-block-no-3 div.slider-dots {
    top: 640px;
}

.carousel-block-no-3 {
    height: 685px;
}

.content-block img {
    max-width: 100%;
}

.doubleColumn-block-no-6 img {
    width: 392px !important;
}

.window-shown {
    z-index: 9999;
}

.burger.clicked:hover span,
.burger.clicked:hover span::after,
.burger.clicked:hover span::before {
    background-color: #FFF;
}

.burger.clicked:hover span {
    background-color: transparent;
}

.btn.btn-primary {
    color: #FFF;
}

.blue-back {
    background-color: #008fa8;
}

.orange-back {
    background-color: #ffcb1f;
}

.text-white {
    color: #FFF;
}

.text-black {
    color: #000;
}

li.menu-item.active a {
    color: #013a52 !important;
    font-weight: 600 !important;
}

a.menu-home-icon {
    width: 23px;
    height: 22px;
    background-image: url("../images/home_icon.png");
    display: block;
}

li.menu-item.active a.menu-home-icon,
a.menu-home-icon:hover {
    background-image: url("../images/home_icon_active.png");
}

div.error-jumbotron {
    padding: 15rem 5rem;
    margin-bottom: 0px;
    background-color: #013a52;
    height: calc(100vh - 55px);
    color: #FFF;
}

/* ====================================== */
/* Media Queries */
/* ====================================== */

@media (max-width: 767px) {
    /* Extra Small Screens */
    a.logo { width: 250px; }
    .burger { top: 11px; }

    .imageText-block-no-1 .row div:nth-child(2),
    .imageText-block-no-2 .row div:nth-child(2),
    .imageText-block-no-3 .row div:nth-child(2) {
        height: auto;
        overflow-y: auto !important;
    }

    .imageText-block-no-2 .row div:nth-child(2) {
       margin-top: 15px;
    }

}

@media (max-width: 991px) {
    /* Mobile */
    .top-menu { display: none; }
    .mobile-menu { display: block; }
    p.copyright-text { text-align: center; }
    span.web-design { display: block; }
    .content-wrap { margin-top: 100px; }
    div.error-jumbotron {
        padding: 30% 3rem;
    }
}

@media (min-width: 992px) {
    /* Desktop */
    .top-menu { display: block; }
    .mobile-menu { display: none; }
    p.copyright-text { text-align: left; }
    span.web-design { display: inline-block; }
}

/* ====================================== */
/* Cards Settings */
/* ====================================== */

.card-columns .card {
    border: 0px;
    float: left;
}

.card-title {
    position: absolute;
    color: #FFF;
    letter-spacing: 1px;
    width: 100%;
    left: 0px;
    top: 0;
    padding: 10px;
    background-color: rgba(0,0,0, 0.5);
}

.card-btn {
    float: right;
    width: 13px;
    height: 14px;
    background: transparent url("../images/arrow.png");
    display: block;
}

.card-body {
    padding-bottom: 35px;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: transparent;
    border-top: none;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

p.card-text {
    color: #013a52;
    font-weight: 500;
}

.shadow {
    box-shadow: 0 .3rem 0.3rem rgba(0,0,0,.15)!important;
}

/* ==================================== */
/* Modal Settings */
/* ==================================== */

.modal-header {
    border-bottom: none;
    padding: 0px;
}

a.modal-close-custom {
    width: 32px;
    height: 32px;
    background-image: url("../images/modal-close.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.prompt-title {
    font-size: 2rem;
    line-height: 2rem;
    padding-bottom: 20px;
}

.prompt-details p {
    font-weight: 400;
    font-size: 1.2rem;
    color: #808080;
}






@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 3;
    }
}








