/*
 Theme Name:   Final Draft Child (03.2023)
 Description:  A WP theme built using ACF 6+
 Author:       Final Draft
 Author URI:   https://finaldraft.com/
 Version: 12
*/

@import url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css?display=swap");
/* @import url(https://fonts.googleapis.com/css?family=Raleway:400,300,300italic,400italic,500,500italic,600,600italic,700,700italic,900&display=swap); */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300,300italic&display=swap);
@import 'css/header.css';
@import 'css/footer.css';

.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container,
.et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
    padding-top: 0;
}

body:not(.acf-template){
    -moz-osx-font-smoothing: initial;
}

body:not(.acf-template)>.wrapper {
    max-width: 100%;
    padding: 0;
}


.cb {
    clear: both
}


/* SF */


/* for numbers */

.numbers {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/* custom css for homepage */


/* Testimonials slider */


#testimonialSlider .et_pb_slide_with_image .et_pb_slide_description {
    padding: 5% !important;
    width: 70% !important;
}

#testimonialSlider div.et_pb_slide_image img.active {
    padding-right: 100px;
}

#testimonialSlider .et-pb-controllers {
    bottom: 0;
}


/* what's new section */

div.et_pb_row.et_pb_row_6 {
    max-width: 1380px;
}

div.et_pb_row.et_pb_row_6 div.et_pb_column.et_pb_column_2_3.et_pb_column_9.et_pb_row_sticky {
    margin-right: 0 !important;
}

div.et_pb_row.et_pb_row_6 div.et_pb_blurb_container h4 {
    font-size: 19px;
}

div.et_pb_row.et_pb_row_6 div.et_pb_blurb_container p {
    font-size: 14px;
    line-height: 24px;
    width: 120%;
}


/* notification bar */

.mtsnb a,
.mtsnb-text {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/* breadcrumbs */


/* .post-template-default */

#breadcrumbs {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 12px;
    margin: 20px auto auto;
}

#breadcrumbs a {
    color: #666;
}


/* blog */

.entry-title {
    color: #0e3f46;
}

.et_pb_title_container h1 {
    color: #0e3f46;
    font-size: 24px;
    font-weight: 500;
}

.et_pb_title_meta_container,
.post-meta,
.et_pb_post .entry-content {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 200;
    line-height: 24px;
}

.blockquote {
    background: #f9f9fa none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #0e3f46;
    font-size: 24px;
    font-weight: 600;
    padding: 30px;
    margin: 24px auto 38px;
    text-align: center;
}

.et_pb_blog_grid .et_pb_post {
    background: #f9f9fa !important;
}

.post-content a {
    color: #00909c;
}


/* style for featured photo captions appearing in blogs and posts */

.et_pb_title_featured_container {
    line-height: 1.5;
}


/*
*
* Go right to hamburger menu for small sceens so header li items don't wrap
*
*/

@media (max-width: 979px) {
    #breadcrumbs {
        width: 100%;
    }
    .big-break {
        margin: 70px 0;
    }
    /*}*/
    /*@media (max-width: 767px){*/
    body {
        position: relative;
        height: 100%;
    }
    .news-left {
        padding: 0 0 10px;
        text-align: center;
        width: 100%;
    }
    .newsletter-title-wrap>p {
        text-align: center;
        width: 100%;
    }
    .news-left>span {
        display: inline;
        margin-left: 5px;
    }
    body {}
    body>.wrapper {
        position: relative;
    }
    /*body > .wrapper.open{ left:225px;}*/
    .respAdditonal {
        display: block;
        text-align: center
    }
    /* Yoast Breadcrumbs Styling */
    #breadcrumbs {
        float: left;
        font-style: raleway;
        font-size: 14px;
        margin-left: -32px;
        margin-bottom: 1em;
        position: relative;
        width: 101%;
        z-index: 1;
    }
}


/* end @media max-width: 979px */


/*SALESFORCE FORM*/

.salesforce-form {
    border: 1px solid #d9d9d9;
    background-color: #f4f4f4;
    padding: 1.25rem;
}

.salesforce-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 0.25rem;
    text-transform: capitalize;
}

.salesforce-form input {
    width: 100%;
    border-radius: 0.25rem;
    padding: 0.75rem;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1rem;
    border: thin solid;
}

.salesforce-form textarea {
    width: 100%;
    min-height: 8rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    padding: 0.75rem;
    font-weight: 400;
    font-size: 1rem;
}

.salesforce-form input[type="submit"],
button.frm_button_submit.frm_final_submit {
    margin-bottom: 0;
    display: inline-block;
    float: none !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    border-style: solid;
    border-radius: 8px;
    letter-spacing: 0.03125rem;
    border-width: 0;
    padding: 0.8125rem 1.875rem;
    background-color: #009E47;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: -webkit-box-shadow 200ms ease, -webkit-transform 200ms ease;
    -o-transition: box-shadow 200ms ease, transform 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease, -webkit-box-shadow 200ms ease, -webkit-transform 200ms ease;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}

.salesforce-form input[type="submit"]:hover {
    -webkit-box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.03125) translate3d(0, 0, 0);
    transform: scale(1.03125) translate3d(0, 0, 0);
}


/* Custom Button Styles*/

.recaptcha-btn {
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
    float: none !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    border-style: solid;
    border-radius: 8px;
    letter-spacing: 0.03125rem;
    border-width: 0;
    padding: 0.8125rem 1.875rem;
    background-color: #009E47;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-box-shadow 200ms ease, -webkit-transform 200ms ease;
    transition: -webkit-box-shadow 200ms ease, -webkit-transform 200ms ease;
    -o-transition: box-shadow 200ms ease, transform 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease, -webkit-box-shadow 200ms ease, -webkit-transform 200ms ease;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}

.recaptcha-btn:hover {
    -webkit-box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.03125) translate3d(0, 0, 0);
    transform: scale(1.03125) translate3d(0, 0, 0);
}


/* End Custom Button Styles*/

.salesforce-form select {
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    padding: 0.75rem;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1rem;
    height: 2.8125rem;
}


/* Live Chat Tab */

.embeddedServiceHelpButton .helpButtonDisabled {
    /*display:none !important;*/
    background-color: #cccccc !important;
}


body * {
    font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
}




/*Email Support*/


/* Legal/Learn template */
.w-90{
    width: 90%!important;
}

#legal .menu-box{
    height: 10px;
    background-color: #65d36e;
}

hr{
    opacity: unset;
}

#legal .content ul{
  list-style: disc;
}

#legal .learn-heading{
    font-size: 75px!important;
}

/* Forms template */ 


#text-form ul{
  list-style: disc;
}

.green-note-box  {
    background-color: #009E47;
}

.green-note-box * {
    color: #FFFFFF !important;
}

#accordion-form .accordion-button{
    text-transform: none;
}

#accordion-form .accordion-button::after{
    content: "\e050";
    font-family: ETmodules!important;
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #ccc;
    top: 50%;
    margin-top: -0.5em;
    margin-right: 5px;
    background-image: none;
}

#accordion-form .accordion-button:not(.collapsed) {
    color: #212529;
    background-color: transparent !important;
    box-shadow: none;
    border-bottom: none !important;
    
}

#accordion-form .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: none;
}

#banner-card-form  .green-hr{
    height: 5px;
    width: 20%;
    background-color: #329e30;
}

#banner-card-form  .link-item img{
    width: 15%;
}

#banner-card-form .card-title{
    color: #329e30;
}

#banner-button-form .btn-banner{
    width: 45%;
    background-image: linear-gradient(90deg,#009e47 0%,#65d36e 100%);
    display: inline-block;
    position: relative;
}

#banner-button-form .btn-banner.effect {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
#banner-button-form .btn-banner.effect:before {
    content: "\35";
    font-family: ETmodules!important;
    font-size: 32px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    
  }

  #banner-button-form .btn-banner.effect:hover {
    text-indent: -20px;
  }
  #banner-button-form .btn-banner.effect:hover:before {
    opacity: 1;
    text-indent: 0px;
  }




/*************************
Chatbot
*************************/



.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #009e47;
    font-family: "Salesforce Sans", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #009e47;
}
@font-face {
    font-family: 'Salesforce Sans';
    src: url('https://c1.sfdcstatic.com/etc/clientlibs/sfdc-aem-master/clientlibs_base/fonts/SalesforceSans-Regular.woff') format('woff'),
    url('https://c1.sfdcstatic.com/etc/clientlibs/sfdc-aem-master/clientlibs_base/fonts/SalesforceSans-Regular.ttf') format('truetype');
}

button[embeddedService-chatHeader_chatHeader] {
padding: 0;
}
h2[embeddedservice-chatheader_chatheader] {
color: white;
padding-bottom: 0;
}
button.minimizeButton:hover[embeddedService-chatHeader_chatHeader]:before {
right: 0 !important;
top: 0 !important;
}
button.closeButton[embeddedService-chatHeader_chatHeader] {
padding-top: 0 !important;
}
button.closeButton:hover[embeddedService-chatHeader_chatHeader]:before {
right: 0 !important;
top: 0 !important;
}
lightning-primitive-icon svg {
width: 20px !important;
height: 20px !important;
}
#menu-quick-start-fd12-sidebar-menu sup {
font-size: .5rem;
}



/*************************
Form inline responses 
*************************/



.ConfirmationBox {
width: 100%;
margin: auto;
background-color: #32ba7c;
padding: 40px;
color: #fff;
text-align: center;
font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
display: none;
box-shadow: 1px 1px 10px #999999;
}
.ConfirmationBox > div {
font-size: 14px;
line-height: 18px;
}
.ConfirmationBox > div > p {
font-weight: bold;
font-size: 1.3em;
line-height: 135%;
}
.Assistance {
font-weight: bold;
border-top: solid 1px #ccc;
padding-top: 15px;
}
a.AssistanceBtn {
background-color: #fff;
padding: 6px 30px;
border-radius: 6px;
color: #32ba7c;
text-decoration: none;
font-weight: bold;
letter-spacing: 1px;
}
.ConfirmationBox a {
color: #FFFFFF;
text-decoration: underline;
}
.ConfirmationBox > h2 {
color: #FFFFFF;
}

.grand-prize-winner {
width:48%;
}

.navigation .item span {
font-size: 14px !important;
}
.fluid-width-video-wrapper {
max-height: 200px;
aspect-ratio: 16 / 9;
}

.big-break-lp--disclaimer {
color: white;
}

#support-page .fd-12-support .fd11-support--card-item.third {
margin: 0 auto 5rem auto;
}


@media only screen and (max-width:768px) {
.big-break-lp--disclaimer {
    width: 85%;
}
.big-break-lp--hero {
    height: 25rem !important;
}
}


@media only screen and (max-width:440px) {
.cnt h3, .cnt small {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1rem !important;

}
.cnt span {
    margin:0 !important;
}
.home-insights .insights-cards .card.featured > a .cnt 	 {
    width: 77% !important;
}
}



/*************************
Divi Customizer 
*************************/



:not(.et_pb_fullwidth_section).et_pb_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
 }
 
 .sb_divi_modal .et_pb_text_inner {
   padding: 2rem;
 }
 
 .sb_divi_modal .et_pb_text_inner ol {
   list-style: decimal;
 }
 
 .gradient-button {
     color: #ffffff!important;
     border-width: 0px!important;
     font-size: 16px;
     background-color: #65d36e;
     width: 80%;
     top: -15px;
     background-image: linear-gradient(to right,#009e47 0%,#65d36e 100%);
     font-weight: 500;
     padding: .3em 1em;
     line-height: 1.7em!important;
         background-size: cover;
     background-position: 50%;
     background-repeat: no-repeat;
     border: 2px solid;
     border-radius: 3px;
 }
 
 .page-template-page-template-big-break-closed h1 {
     display: block !important;
     color: #FFFFFF;
 }
 
 .big-break-closed--hero-content {
     color: #AAAAAA;
 }
 
 #formc990ca08-4290-4428-b2b7-95d5b1865a1d {
     margin-top: 2rem;
 }
 
 #screenshots img {
     width: auto;
     height: 150px;
 }
 
 #big-break-lp .big-break-closed--winners .winner-block--item .description-wrap {
   position: relative;
     height: 155px;
     padding: 1rem;
 }
 
 #big-break-lp .big-break-closed--winners .winner-block--item .description-wrap h4 {
   margin-top: 0;
   margin-bottom: 1rem;
 }
 
 #big-break-lp .big-break-closed--winners .winner-block--item .description-wrap h3 {
   margin: 1rem 0 0 0 !important;
 }
 
 #big-break-lp .big-break--content .container .content-wrap ul {
     margin-bottom: 0 !important;
 }
 body #page-container .et_pb_section .et_pb_button_0#purchase-button {
     color: #FFFFFF !important;
 }
 
 .et_builder_inner_content  h4.widgettitle {
     margin-top: 0 !important;
 }
 
 
 
 
 
 
 .page-template:not(.acf-template) p, .et_builder_inner_content p,
 .page-template:not(.acf-template) li, .et_builder_inner_content li,
 .page-template:not(.acf-template) span, .et_builder_inner_content span{
     font-size: 16px !important;
     margin-bottom: 0;
 }
 
 .page-template:not(.acf-template) h1,
 .page-template:not(.acf-template) h2,
 .page-template:not(.acf-template) h3,
 .page-template:not(.acf-template) h4,
 .page-template:not(.acf-template) h5,
 .et_builder_inner_content h1,
 .et_builder_inner_content h2,
 .et_builder_inner_content h3,
 .et_builder_inner_content h4,
 .et_builder_inner_content h5
 {
     font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif !important;
     margin-top: .5rem !important;
     margin-bottom: 2rem !important;
 }
 
 .page-template:not(.acf-template) h1,
 .page-template:not(.acf-template) h1 *,
 .et_builder_inner_content h1, .et_builder_inner_content h1 * {
     font-size: 38px;
     font-weight: bold !important;
 }
 
 .page-template:not(.acf-template) h2, .et_builder_inner_content h2{
     font-size: 30px !important;
     font-weight: bold !important;
 }
 
 .page-template:not(.acf-template) h3, .et_builder_inner_content h3 {
     font-size: 26px !important;
     font-weight: bold !important;
 }
 
 .page-template:not(.acf-template) h4,
 .page-template:not(.acf-template) h4 *,
 .et_builder_inner_content h4, .et_builder_inner_content h4 * {
     font-size: 21px !important;
     font-weight: normal !important;
 }
 
 .page-template:not(.acf-template) h5, .et_builder_inner_content h5 {
     font-size: 18px !important;
     font-weight: normal !important;
 }
 body.page-templat:not(.acf-template) h1 sup,
 body.page-template-default:not(.acf-template) h1 sup{
     font-size: 1rem !important;
 }
 #breadcrumbs {
     margin: 20px 0 10px 0;
 }
 
 
 @media screen and (max-width: 860px) {
     .page-template-page-template-fd12-support #support-page .fd11-support--version-item {
         width: calc(50% - 1rem) !important;
         padding: 1.2rem 4rem 2rem 4rem !important;
     }
 }
 
 @media screen and (max-width: 768px) {
     .page-template-page-template-fd12-support #support-page .fd11-support--version-item {
         width: calc(100% - 1rem) !important;
         padding: 1.2rem 2rem 2rem 2rem !important;
     }
         .page-template-page-template-fd12-support #support-page .fd11-support--version-item .image-wrap{
         margin-right: 3rem !important;
     }
 }
 

/*************************
Newsletters 
*************************/
 
 .block.newsletter {
    margin-bottom: 0;
}

.block.newsletter .form.subscribe,
.block.newsletter .fieldset {
    display: block;
}

.block.newsletter .field .control:before {
    content: '';
    display: none;
}

.block.newsletter input {
    font-size: 14px;
    line-height: 21px;
    color: #A7A7A7;
    font-weight: 400;
    font-style: italic;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    height: 43px;
    padding: 11px 13px 11px 18px;
    margin-right: 0;
}

.block.newsletter input:focus {
    box-shadow: none;
}

.block.newsletter .title {
    display: block;
    text-transform: none;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}

.block.newsletter .label {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 21px;
    display: block;
    margin-bottom: 16px;
}

.block.newsletter .actions {
    display: none;
}

.block.newsletter .content {
    border: 1px solid #383B41;
    border-radius: 4px;
    max-width: 352px;
    width: 100%;
}

.block.newsletter .hbspt-form form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.block.newsletter .hbspt-form form .actions input {
    padding: 0;
}

.block.newsletter .hbspt-form form .hs_email {
    width: calc(97.25%);
}

.block.newsletter .hbspt-form form .input .hs-input {
    border: none;
    width: 100%;
    background-color: transparent;
}

.block.newsletter .hbspt-form form .hs_submit {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.block.newsletter .hbspt-form form .hs_submit:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 1;
    color: #41bf7a;
    content: "\e900";
    font-family: 'FD-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.block.newsletter .hbspt-form form .hs_submit:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.block.newsletter .hbspt-form form .actions {
    line-height: 1;
    height: 100%;
    display: block;
}

.block.newsletter .hbspt-form form .actions .hs-button {
    height: 100%;
    cursor: pointer;
    opacity: 0;
    -webkit-appearance: none;
}

.block.newsletter .hbspt-form label {
    display: none;
}

.block.newsletter .hbspt-form .hs-input.error {
    color: #f00;
    font-weight: bold;
}

.block.newsletter .hbspt-form .submitted-message p {
    line-height: 1.5;
    padding: 0.5rem;
    background-color: #41bf7a !important;
    color: #ffffff;
    text-align: left;
}



/*************************
Page Builder
*************************/
  
.info-box{
  background-color: #d8d8d8;
}

.info-box ul{
  list-style: disc;
}

.btn-bright-green{
  background-color: #65d36e;
}

.download-button{
  background-image: linear-gradient(to right,#009e47 0%,#65d36e 100%);
}

.fd-icon-box{
  border: solid 1px #009e47;
}

.important-box{
  border: 3px;
  border-style: solid;
  border-color: black;
  padding: 1em;
}

.gray-box{
  background-color: #f6f6f8;
}

.info-box{
  background-color: #d8d8d8;
}

.ytb-video iframe{
  width: 100%;
  aspect-ratio: 16/9;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-60 {
  width: 60% !important;
}

.rounded-xl {
  border-radius: 2rem;
}


.menu-sidebar li {
    margin-bottom: .5rem;
}

.menu-sidebar a {
    color: #666666;
    text-decoration: none;
    line-height: 2rem;
}

.nav-tabs .nav-link {
    color: #888888;
}

@media only screen and (max-width:768px) {
    .block-hero_learn_pages h1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }
}

a {
    color: #2ea3f2;
}

.border-success {
    border-color: #64d36e !important;
}

.border-lg {
    border-width: 10px !important;
}

.links-list {
    break-inside: avoid;
}

@media only screen and (max-width:576px) {
  .blocks-container {
    column-count: 1;
  }
}

@media only screen and (min-width:577px) {
    .blocks-container {
      column-count: 2;
    }
}

@media only screen and (min-width:766px) {

    .w-md-33 {
        width: 33% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }
}

#fd12Home {
    background-color: #FFFFFF;
}

#fd12Home h1,
#fd12Home h2,
#fd12Home .btn-secondary,
#fd12Home .insights .btn-secondary,
#fd12Home .slick-slide h3 {
    color: #000000;
}

#fd12Home .btn-secondary {
    border-color: #000000;
}

#fd12Home .insights .btn-secondary {
    border-color: #FFFFFF;
}

#fd12Home .insights {
    background-color: #1d9052;
}

#fd12Home .questions {
    background-color: #000000;
}

#fd12Home .insights p,
#fd12Home .insights h2,
#fd12Home .insights .btn-secondary,
#fd12Home .questions h2 {
    color: #FFFFFF;
}

#fd12Home .bg-radial .btn-secondary {
    border-color: #6c757d;
    background-color: #FFFFFF ;
}