﻿:root {
    --cp-orangeyellow: #FCB040;
    --cp-bluegreen: #1a4d62;
    --cp-blue: #094e92;
    --cp-lightblue: #5cace2;
    --border-radius: 10px;
    --font-size: 16px;
}

body {
    padding-bottom: 0px;
}

.banner-background {
    background-image: url('../image/bs-banner-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20px;
    /*padding-top: 20px;*/
}

.banner-inner {
    position: relative;
    background: rgba(0, 0, 0, 0.65);
    padding: 15px 30px 15px 30px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

    .banner-inner > div:first-child {
        grid-column: span 3;
    }

.banner-inner-text {
    font-size: 32pt;
    line-height: 1.1;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}

.banner-inner-image {
    position: absolute;
    top: 0;
    right: 0;
    height:100%;
    /*width: 337px;*/
}

h1, h2, h3 .heading {
    color: #ffffff;
    font-weight: bold;
    padding: 20px;
}

    h1.heading {
        font-size: 30pt;
    }

    h2.heading {
        font-size: 30pt;
        margin-top: 0px;
    }

.page-lead-header {
    background-color: var(--cp-bluegreen);
}

.top-border {
    border-top: 5px solid var(--cp-orangeyellow);
    padding-top: 3px;
}

.top-border-blue {
    border-top: 10px solid var(--cp-blue);
    padding-top: 1px;
}

.top-border-bluegreen {
    border-top: 15px solid var(--cp-bluegreen);
    padding-top: 1px;
}

.container-header-fix:before {
    display: contents;
}

.jump-link,
.jump-link:link,
.jump-link:visited {
    cursor: pointer;
    border-bottom: 3px solid #ffffff;
    padding: 0 28px 5px 28px;
    margin-bottom: 15px;
    color: #ffffff;
}

    .jump-link:hover {
        border-bottom: 3px solid #de661e;
    }

.link-orangeyellow:link,
.link-orangeyellow:visited {
    color: var(--cp-orangeyellow);
}

    .link-orangeyellow:hover {
        color: #ffffff;
    }

.jump-link.cp-text-bluegreen,
.jump-link:link.cp-text-bluegreen,
.jump-link:visited.cp-text-bluegreen {
    cursor: pointer;
    border-bottom: 8px solid var(--cp-bluegreen);
    padding: 0 28px 5px 28px;
    margin-bottom: 15px;
    color: var(--cp-bluegreen);
}

    .jump-link.cp-text-bluegreen:hover {
        border-bottom: 8px solid var(--cp-lightblue);
    }

.text {
    font-size: 16pt;
}

.cp-bg-red {
    background-color: red;
}

.cp-bg-orangeyellow {
    background-color: var(--cp-orangeyellow);
}

.cp-bg-lightorange {
    background-color: #F7941D;
}

.cp-bg-lightgrey {
    background-color: #D2D3D5;
}

.cp-bg-bluegreen {
    background-color: var(--cp-bluegreen);
}

.cp-bg-bluegrey {
    background-color: var(--cp-bluegrey);
}

.cp-border-lightorange {
    border: 2px solid #F7941D;
}

.cp-border-lightgrey {
    border: 2px solid #D2D3D5;
}

.cp-border-orangeyellow {
    border: 2px solid var(--cp-orangeyellow);
}

.cp-border-black {
    border: 2px solid #000000;
}

.cp-border-white {
    border: 2px solid #ffffff;
}

.no-top-border {
    border-top: none;
}

.btn-publish {
    background-color: #01305F;
    margin-top: 0px;
    float: none;
    font-size: 20px;
}

    .btn-publish:hover {
        background-color: #01305F;
    }

.submit-nav {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
}

    .submit-nav div {
        flex: 1;
        padding: 10px;
    }

        .submit-nav div a {
            color: #ffffff;
        }

.nav-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .nav-container a {
        font-size: 22px;
        flex: 1;
        text-align: center;
        white-space: nowrap;
    }

.navigation-extended div a {
    width: 100%;
}

.container-main {
    /*padding-top: 20px;*/
}

    .container-main.white {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.5, #fbfcee), color-stop(1, #fff));
        background-image: -webkit-linear-gradient(top, #fbfcee 50%, #fff 100%);
        background-image: -moz-linear-gradient(top, #fbfcee 50%, #fff 100%);
        background-image: -ms-linear-gradient(top, #fbfcee 50%, #fff 100%);
        background-image: -o-linear-gradient(top, #fbfcee 50%, #fff 100%);
    }

    .container-main.darkblue {
        background-image: -webkit-linear-gradient(top, #101131 0%, black 50%, #101131 100%);
        background-image: -moz-linear-gradient(top, #101131 0%, black 50%, #101131 100%);
        background-image: -ms-linear-gradient(top, #101131 0%, black 50%, #101131 100%);
        background-image: -o-linear-gradient(top, #101131 0%, black 50%, #101131 100%);
        background-image: linear-gradient(to bottom, #101131 0%, black 50%, #101131 100%);
    }

.box-rnd-tl,
.box-rnd-tl-br {
    border-top-left-radius: 15px;
    overflow: hidden;
    /*display: inline-block;*/
    /*width: 100%;*/
    /*color: #ffffff;
    padding: 10px 15px 5px 15px;*/
}

.box-rnd-br,
.box-rnd-tl-br {
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

.box-rnd-tr,
.box-rnd-tr-bl {
    border-top-right-radius: 15px;
    overflow: hidden;
}

.box-rnd-bl,
.box-rnd-tr-bl {
    border-bottom-left-radius: 15px;
    overflow: hidden;
}

.box-question {
    padding: 20px;
    font-size: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

    .box-question img {
        margin-right: 10px;
    }

.parent-image-center {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .parent-image-center img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.grid-2-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}

    .grid-2-col > div > a {
        color: #000000;
    }

        .grid-2-col > div > a > img {
            max-width: 30px;
            margin-right: 10px;
        }

.grid-3-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    align-items: center;
}

.checklist > div {
    display: flex;
    align-items: flex-start; /* Align items to the start */
    margin-bottom: 20px; /* Add some spacing between items */
}

    .checklist > div::before {
        /*Using a Bootstrap glyphicon as the bullet point*/
        content: "\e089";
        font-family: 'Glyphicons Halflings';
        font-size: 30px;
        /*float: left;
        
        padding-right: 10px;
        */
        margin-top: -5px;
        margin-left: 25px;
        margin-right: 10px;
        font-weight: normal;
        color: #094e92;
        /*min-height: 50px;*/
    }

    .checklist > div > span {
        display: block;
    }

        .checklist > div > span:first-child {
            flex: 1; /* Allow the span to take the remaining space */
        }

/*.checklist > div > span:last-child {
        flex: 1;*/ /* Allow the span to take the remaining space */
/*}*/

.checklist.cp-text-black > div::before {
    color: #000000;
}

.quote-container {
    padding: 20px;
}

    .quote-container .quote-item .row {
        padding-left: 2px;
    }

.slick-dots {
    position: initial;
    bottom: initial;
    width: initial;
    padding: initial;
    margin: initial;
    list-style: initial;
    color: #ffffff;
    display: block;
    text-align: center;
}

    .slick-dots li.slick-active button:before,
    .slick-dots li button:before {
        color: #ffffff;
    }

input.form-control {
    padding-left: 12px;
}

.quick-links a {
    display: block;
    color: #000000;
    font-size: 14pt;
}

.contact span {
    display: block;
    font-size: 16pt;
    color: #ffffff;
}

.contact a {
    color: #5CACE2;
    font-size: 15pt;
}

.eh,
.row.equal-height,
.row.equal-height div[class^='col-'], div[class*=' col-'] {
    display: flex;
}

    .row.equal-height div[class^='col-'], div[class*=' col-'] div {
        flex: 1;
    }

@media (max-width: 1200px) {

    .banner-inner {
        grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    }

        .banner-inner > div:first-child {
            grid-column: span 2;
        }

    .banner-inner-text {
        font-size: 28pt;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .banner-inner-image {
        height: 100%;
        height: inherit;
        height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
        height: fill-available;
    }

    .quick-links {
        margin-bottom: 20px;
    }

    .contact span {
        font-size: 12pt;
    }

    .contact a {
        font-size: 12pt;
    }
}

@media (max-width: 800px) {
}
/*Breakpoint

    .banner-inner {
    position: relative;
    background: rgba(0, 0, 0, 0.65);
    padding: 15px 30px 15px 30px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

    .banner-inner > div:first-child {
        grid-column: span 3;
    }
*/
/*.opportunities-container {
    background-image: url('https://coverimages.igi-global.com/images/banner-background.png');
    background-repeat: no-repeat;
    background-size: cover;
}*/
