/* Header */
.fs_header h1 {
    color: #243d77;
    font-size:32px;
}

@font-face {
    font-family: 'manus';
    src: url('/assets/css/fonts/manus-webfont.woff2') format('woff2'),
         url('/assets/css/fonts/manus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'manus';
    src: url('../fonts/manus-webfont.woff2') format('woff2'),
         url('../fonts/manus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.fs_header h1 span {
    font-family: 'manus';
    color: #fbba00;
    font-size:45px;
    font-weight: normal;
}

/* Titles */

.frhp-title {display: block!important;}

.campaign_page_recs_row_1-cgfr__fresh__heading {display:none;}


.fs_header, .fs_textbox, .fs_ribbon_text, .FRCprodcircDISC, .btn_colour p, .fs_step_title {
	background: #eeeeee!important;
}

.home_recommendations_row_1-cgfr__fresh__heading {
display: none;}

.frhp-title {
display: block;}

.fs_terms {
	max-width: 100%;
	margin: 20px auto;
}

.fs_textbox_left .fs_textbox_text .tmspslot {min-height: 40px;}

.fs_textbox_left .fs_textbox_text h2, .fs_textbox_left .fs_textbox_text p, .fs_textbox_left .fs_textbox_text ul {
    color:#243d77;
}

.fs_textbox_left .fs_textbox_text ul {
    margin: 20px 0 10px 0;
}

.fs_textbox_left .fs_textbox_text ul li {
    margin-bottom: 5px;
}

.fs_textbox_left .fs_textbox_text ul li i {
    margin-right: 10px;
}

.fs_textbox_left .fs_textbox_text .feefo_rating {
    height: 20px;
    display: flex;
    align-items: center;
    /* margin: 0 0 20px 0; */
}

.fs_textbox_left .fs_textbox_text .feefo_rating p {
    color:#FFDD00;
    margin: 0;
    padding: 0;
}

.fs_textbox_left .fs_textbox_text .button {
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {

    .try_something_new_countdown__countdown {
        justify-content: center;
    }
    .fs_textbox_left .fs_textbox_text .feefo_rating {
        justify-content: center;
}
}

@media only screen and (max-width: 600px) {

    .fs_header h1 span {
        font-size: 28px;
    }
    .fs_header h1 {
        font-size: 20px;
    }
}

.cg__carousel__tile__spot--new {
    background-color: #3c7d36;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 2px 6px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.bb-block .bb-cta
 {
    color: #243d77!important;
    font-size: 12px;
    margin-top: 20px;
    background-color: #fbba00;
    padding: 5px 12px;
    /* border-radius:; */
}

.budget-banner .right.img.five {
    background-image: url(/images/banners/TSNTW-Theme-Tool-Kits2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fw-slide {
    text-decoration: none;
    color: inherit;
}

.budget-banner .left
 {

    background-image: url(/images/banners/TSNTW-Theme-Background.jpg);
}

.budget-banner .right .budget-cta
 {
    position: absolute;
    background-color: #FFF;
    color: #fbba00;
}

.budget-banner .right .budget-cta:hover
 {
    background-color: #fbba00;
    color: #243d77;
    text-decoration: none;
}

.budget-banner .left .under
 {
    color: #243d77;
    font-size: 32px;
}

@media (max-width: 500px) {
  .budget-banner {
    flex-direction: column;
    height: 350px;
  }

  .budget-banner .left {
    width: 100%;
    padding: 0;
    height: 350px;
    display: flex;
    flex-direction: column;  
    align-items: center;     
    justify-content: center; 
    text-align: center;
  }

  .budget-banner .left .cont-left {
    width: auto;              /* let the text size itself */
    margin: 0 auto;
  }

  .budget-banner .left .cont-right {
    width: auto;              /* avoid pushing content off-center */
  }

  .budget-banner .left .under {
    text-align: center;       /* ensure the heading is centered */
  }

  .budget-banner .right.img {
    width: 100%;
    text-align: center;
    padding: 0;
    height: 350px;
  }

  .budget-banner .right .budget-cta {
    position: absolute;
    background-color: #FFF;
    color: #fbba00;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    width: 200px;
    border: 2px solid transparent;
    bottom: 40px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.budget-banner .right.img.ten {
    background-image: url(/images/banners/TSNTW-Theme-Books.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.budget-banner .right.img.twenty {
    background-image: url(/images/banners/TSNTW-Theme-Clay2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.budget-banner .right.img.fifty {
    background-image: url(/images/banners/TSNTW-Theme-MS2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}