/* bootstrap overrides */
.card.faq-card {
    display: inline;
}

.card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1rem;
}

.tooltip-inner {
    border-radius: 8px;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: rgba(250,250,255,0.95);
    color: rgba(0,0,30,1.0);
    border: 2px solid #8ec7e8;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #8ec7e8;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #8ec7e8;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #8ec7e8;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #8ec7e8;
}

/* ie specifics to get grids working properly... */
.ie-card-deck {
    display: -ms-grid;
    -ms-grid-columns: (350px)[3];
    -ms-grid-rows: (1fr);
}

#tool_card_am {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}

#tool_card_ma {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

#tool_card_kb {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}

#tool_card_cp {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}

#tool_card_ca {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}

#tool_card_pr {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
}


/* template styles */
body {
    font-family: 'Open Sans';
    font-size: 1.25rem;
    /*background-image: url(../images/grove2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 -35%;*/
    width: 100%;
    height: auto;
}

    body::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(28, 56, 103, 0.6);
        z-index: -1;
    }

h5, h4, h3, h2, h1 {
    font-weight: bold;
    font-family: 'open sans', Roboto, Arial, sans-serif;
}

h5 {
    font-size: 1rem
}

h4 {
    font-size: 1.25rem
}

h3 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.75rem
}

h1 {
    font-size: 2rem
}

#top-banner {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: rgba(255,255,255,1);
}

.logo-cfc {
    text-align: center;
}

.cfc-globe {
    width: 20%;
    height: auto;
}

.cfc-logo {
    width: 300px;
    height: auto;
    padding-right: 35px;
    margin-top: -8px;
}

.logo-vertical {
    background-color: #000;
    width: 1px;
    height: 100%;
    float: left;
    border: 1px solid #000;
}

.logo-product {
    width: 35%;
    height: auto;
    padding-left: 40px;
    border-left: 0.15rem solid;
    border-image: linear-gradient( 0deg, rgba(0, 0, 0, 0.2), rgba(28, 56, 103, 0.9) 50%, rgba(0, 0, 0, 0.2) ) 1 100%;
}

.logo-product-mobile {
    width: 40%;
    height: auto;
    padding-left: 0px;
}

.logo-product:before {
    content: 'asdfa';
    position: absolute;
    height: 50px;
    border-left: 3px solid #000;
    padding: 20px;
    margin-left: -100px;
    z-index: 2;
}

#offer_btns {
    text-align: center;
    width: 100%;
}

#cardholder_agreements {
    text-align: center;
    font-size: .8rem;
    padding: 10px;
}

.btn-apply, .btn-login {
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    display: inline-block;
}

.btn-apply, .btn-activate {
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    display: inline-block;
    margin: 5px;
}

.btn-apply {
    border: 1px solid rgba(150, 150, 150, 0.6);
    box-shadow: 0px 0px 8px 2px rgba(0,0,50,0.15);
}

.btn-login {
    width: 175px;
}

.btn-menu {
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 6px;
    position: relative;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 150px;
}

#menu {
    padding-top: 10px;
    text-align: right;
}

.menu-items {
    text-align: center;
    display: block;
}

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ 
    #intro {
        background-position: 85% 50%;
    }
}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
    #intro {
        background-position: 85% 50%;
    }
}
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
    #intro {
        background-position: 85% 50%;
    }
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 

    #intro {
        background-position: 85% 50%;
    }
}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
    #intro {
        background-position: 85% 50%;
    }
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ 
    #intro {
        background-position: 85% 50%;
    }
}


#intro {
 
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 30px;
}

.intro-message {
    padding: 2rem;
    border: 1px solid #bfbfcf;
    box-shadow: 1px 1px 8px 2px rgba(50,50,80,0.7);
    max-width: 550px;
    min-width: 250px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 6px;
    float: right;
}

    .intro-message h1 {
        font-size: 2rem;
    }

    .intro-message li {
        font-size: 0.95rem;
        padding-left: 0rem;
        text-indent: 0rem;
    }

    .intro-message a.btn-apply {
        margin-top: 20px;
    }

.dyn_generalcardholderagreement {
    margin: auto;
    margin-top: 10px;
    left: 0;
    right: 0;
    font-size: 0.8rem;
}

.title-bar {
    padding: 15px;
    padding-top: 24px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}

    .title-bar h3 {
        color: transparent;
        text-shadow: 0px -1px 0px rgba(255,255,255,1);
        background-color: #003;
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
    }

.footer-bar {
    font-size: 9pt;
    font-family: 'Varela Round';
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
}

@media (max-width:1025px) {
    .welcome-banner {
        padding: 7% 2% 2% 2%;
    }
}

.welcome-banner {
    background-color: #FFF9C4;
    padding-top: 3%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 2%;
    text-align: center;
    font-size: 18px;
    margin: 0px;
}

.foldable {
    background-color: #f5f5f5;
}

/* carousel */
#trustpilot_product_reviews {
    text-align: center;
    background-color: rgba(240,240,240,0.9);
    border-radius: 6px;
}

.w-33 {
    width: 30%;
}

.w-90 {
    width: 90%;
}

.carousel-item-card {
    padding: 20px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 250px;
    font-size: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-img-top img {
    margin: auto;
    left: 0;
    right: 0;
}

.carousel-inner {
    padding-bottom: 40px;
    box-shadow: inset 0px 0px 20px 0px rgba(0,0,50,0.1);
    height: 270px;
}

.carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 5px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    background-color: rgba(200,200,200,1.0);
    box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.5);
}

.carousel-indicators .active {
    width: 25px;
    height: 5px;
    margin: 10px;
    background-color: rgba(105,105,205,1.0);
}
/* end carousel */
.card-image {
    text-align: center;
}

img.product-image {
    position: relative;
    background: rgba(30,30,120,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,50,0.15);
    padding: 5px;
    width: 80%;
}

.features div.row {
    margin-top: 20px;
    min-height: 150px;
}

    .features div.row:last-child {
        margin-bottom: 20px;
    }

.features-icon {
    width: 100%;
    text-align: center;
    display: table-cell;
    padding-top: 8px;
}

    .features-icon i.fas, .features-icon i.far {
        font-size: 4rem;
    }

.features-icon-border {
    /* background-color: rgba(255,255,235); */
    position: relative;
    background-image: linear-gradient(to bottom right, rgba(255,255,225,1) 40%, rgba(210,210,180,1));
    border-radius: 50%;
    padding: 15px;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 0px 15px 0px rgba(0,0,50,0.15);
    z-index: 2;
}

    .features-icon-border > i {
        text-shadow: 0px 0px 25px rgba(255,255,255,1);
    }

.features-feature {
    padding-right: 60px;
}

.tools div.row:first-child {
    padding-top: 20px;
}

.tools div.row:last-child {
    padding-bottom: 30px;
}

.tool-card {
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 6px 2px rgba(10,10,10,0.2);
    min-height: 385px;
    max-height: 450px;
}

    .tool-card i.fas, .tool-card i.far {
        font-size: 4rem;
    }

.tool-card-link {
    width: 100%;
}

.tool-title {
    text-align: center;
}

.tool-icon {
    width: 100%;
    text-align: center;
    display: table-cell;
    padding-top: 20px;
}

.tool-icon-border {
    background-image: linear-gradient(to bottom right, rgba(225,225,255,1) 50%, rgba(190,190,210,1) 100%);
    border-radius: 50%;
    padding: 15px;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 0px 1px 1px rgba(10,10,10,0.5);
}

    .tool-icon-border > i {
        text-shadow: 0px 0px 5px rgba(250, 250, 255, 1);
    }

.tool-text {
    font-size: 1.25rem;
}

.faq-card {
    padding: 30px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 2px 2px 6px 2px rgba(10,10,10,0.2);
}

    .faq-card:last-child {
        margin-bottom: 20px;
    }


.trust-pilot {
    padding-top: 20px;
}

.trust {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* about */
#cfc_synapse {
    max-width: 800px;
}

.about-cfc-summary, .about-cfc-detail {
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-us {
    background-color: rgba(255,255,255,1);
}

.about-bullet {
    font-size: 14pt;
    line-height: 26pt;
}

.go-green-img {
    text-align: right;
}

    .go-green-img img {
        width: 90%;
    }

.go-green {
    position: relative;
    display: inline-block;
}

.greeny {
    /* background-color: #fff; */
    background-image: url(../images/go_green.png);
    background-size: 150%;
    background-position: -10% 50%;
    background-repeat: no-repeat;
    border: 6px solid rgba(100,215,100,1.0);
    border-radius: 20px;
    max-width: 1330px;
    /* padding: 20px; */
}

    .greeny > div.row {
        background-color: rgba(255,255,255,0.9);
        border-radius: 20px;
        padding: 30px;
    }

/* error page */
.error-page-bucket {
}

.error-container > div {
    padding: 50px;
}

    .error-container > div:first-child {
        background-color: rgba(255,255,255,0.9);
    }

    .error-container > div:last-child {
        background-color: rgba(255,255,255,1.0);
        border-left: 1px dotted #3f3faf;
        box-shadow: inset 0px 2px 36px 0px rgba(10,10,100,0.1);
    }

.product-image.error-img {
    width: 50%;
    float: right;
}

.error-message {
    max-width: 500px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 350px;
    font-family: 'Open Sans';
    float: left;
}

/* splash page */
.splash {
    background-color: rgba(255,255,255,1);
}

.splash_message {
    display: inline-block;
    width: 50%;
    padding: 20px;
}

.product-image.splash-img.main {
    opacity: 0.4;
}

.splash-product {
    text-align: center;
}

.splash-btns, .splash-indicator {
    text-align: center;
    padding: 30px;
}

    .splash-btns > a {
        width: 60%;
    }

.splash_point {
    margin-bottom: -30px;
    margin-top: -220px;
    width: 100%;
    height: auto;
    margin-left: 50%;
}


/*Online Mobile Privacy*/

.btn-wrapper {
    text-align: center;
    padding: 30px 0;
}

    .btn-wrapper button {
        color: #fff !important;
        border-radius: 15px;
    }

        .btn-wrapper button h3 {
            margin-bottom: 0;
            padding: 10px 30px;
        }

.ompsAccordion .card {
    border: none;
    margin-bottom: 20px;
}

.ompsAccordion .card-header {
    padding: 5px 0 !important;
    background-color: #fff;
    border-bottom: 1px solid rgb(33, 37, 41);
    cursor: pointer;
}

    .ompsAccordion .card-header.active {
        /*border-top: 1px solid #eee;
        border-left: 1px solid rgb(33, 37, 41);
        border-right: 1px solid rgb(33, 37, 41);*/
        -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
    }

    .ompsAccordion .card-header button {
        padding: 0 !important;
    }

    .ompsAccordion .card-header h1 {
        font-weight: 600;
        margin-bottom: 0;
        color: rgb(33, 37, 41);
    }

    .ompsAccordion .card-header .mb-0 {
        padding: 0;
    }

.ompsAccordion .btn-link:hover, .btn-link:focus {
    text-decoration: none;
}

.ompsAccordion .card-body {
    padding: 1.25rem 1.25rem 0 0;
}

    .ompsAccordion .card-body .contact-info {
        padding-left: 65px;
    }

.toggler-icon {
    cursor: pointer;
    top: 13px;
    right: 10px;
    position: absolute;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .foldable .container p {
        font-size: 0.9rem;
    }

    .btn-wrapper button h3 {
        font-size: 16px;
    }

    .btn-wrapper button h3 {
        padding: 10px;
    }

    .ompsAccordion .card-header h1 {
        font-weight: 600;
        font-size: 1rem;
    }

    .ompsAccordion .card-body {
        font-size: 0.9rem;
    }

    .toggler-icon {
        top: 7px;
    }
}
