/* DOCUMENT INFORMATION
	- Document: SFG Framework
	- Version:  1.1
	- Client:   Safer Food Group
    - Author:   e2z
    - Do Not Touch (Use custom.css)
*/

/*=============================================
=             Bootrap Overwrites               =
=============================================*/

/*----------  Custom Font  ----------*/

/* html {
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} */

body {
    font-weight: 300;
}

/* radio buttons */

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #00838e;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #00838e;
}

.custom-control-label::before {
    position: absolute;
    top: 0.2rem;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #a9e1e7;
    transition: all 0.5s ease;
}

.custom-control-label::after {
    position: absolute;
    top: .2rem;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: all 0.5s ease;
}

.red {
    color: red !important;
}

.border-right {
    border-right: 1px solid #c5c5c5 !important;
}


/*----------  Site column padding  ----------*/

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 7px;
    padding-left: 7px;
}

/* Fullwidth container overide (container container-max)*/
.container-max {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* hr */

hr {
    margin-top: 2rem;
    /*margin-bottom: 2rem;*/
    border: 0;
    border-top: 1px solid #ebebeb;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 100;
}



/*----------  Accordion  ----------*/

#accordion {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
}

#accordion a {
	color: #007782;
	font-weight: 100;
}

#accordion .card-header {
    padding: 0;
    border-bottom: none;
    border-radius: 0px;
}

#accordion .card {
    width: 100%;
    border-radius: 0px;
}

#accordion .card-header button.btn.btn-link.collapsed {
    background-image: url("/8common_assets/images//accordian-1.png");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    font-weight: 500;
    color: #3b3b3b;
    background-color: #eeeeee;
    border-radius: 0px;
}

#accordion .card-header button.btn.btn-link.collapsed:hover {
    background-color: #d3d3d3;
}

#accordion .card-header button.btn.btn-link {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    background-image: url("/8common_assets/images/accordian-2.png");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    background-color: #007782;
    padding: 0.7rem 3rem 0.7rem 3rem;
    border-radius: 0px;
    border: none;
    white-space: normal;
}

/*----------  Padding & Margins  ----------*/

.mt-6 {
    margin-top: 3.5rem !important;
}

.my-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

.pt-6 {
    padding-top: 3.5rem !important;
}

.py-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

/*----------  Jumbotron  ----------*/


.jumbotron {
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.jumbotron .lead {
    font-size: 1.7rem;
    font-weight: 100;
}

.jumbotron p {
    margin-bottom: 0.2rem;
}

.jumbotron .lead span {
    color: #f1c344
}

.jumbotron h1.lead {
    font-size: 2.5rem;
}

.jumbotron.cta-box-var1,
.jumbotron.cta-box-var1 p.lead,
.jumbotron.cta-box-var1.jumbotron-heading {
    color: #fff
}

.jumbotron.cta-box-var4
{
	color: #07646c;
}

.close-icon {
    cursor: pointer;
    background-color: #fff;
    display: block;
    text-align: end;
    padding-right: 6px;
    padding-top: 6px;
    line-height: 16px;
    font-size: 48px;
    color: #2babb6;
    margin-bottom: -3px;
}

/*=============================================
=                  Old Styles                 =
=============================================*/

/*----------  Level1  ----------*/

.cta-box-var1-lg {
    margin: -7px;
    position: relative;
    overflow: hidden;
    background-color: #0097a4;
    background: -webkit-linear-gradient(top, #00626b 0%, #0097a4 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #e1e1e1 100%);
    color: #00646e;
    /* border: solid 8px #006770; */
    outline: solid 8px #006770;
    /* outline-offset: -8px; */
    margin-bottom: 13px;
}

.cta-box-var1-lg ul {
    margin-left: 0;
    padding-left: 0;
    padding-top: 74px;
}

.cta-box-var1-lg li {
    min-height: 30px;
    background: url("/8common_assets/images/bullet.png");
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 0px 20px 0px 42px;
    margin-bottom: 10px;
    list-style: none;
    text-shadow: none;
}

.cta-box-var1 {
    background-color: #0097a4;
    background: -webkit-linear-gradient(top, #00626b 0%, #0097a4 100%);
    background: linear-gradient(to bottom, #00626b 0%, #0097a4 100%);
    color: #07646c;
}


.cta-box-var1 span {
    color: #07646c;
    /*-----????---  white-space: nowrap; -------*/
}

.cta-box-video {
    background-image: url("/8common_assets/images/home-page-video-bg.png");
}

.cta-box-logo {
    background-image: url("/8common_assets/images/logowall.png");
}

.cta-box-var1 .btn-circle.btn-light a {
    transition: all 0.5s ease;
    color: #0097a4;
}

.cta-box-var1 .btn-circle.btn-light:hover {
    background-color: #f1c344;
    border-color: #f1c344;
}

.cta-box-var1 a {
    color: #199c98;
}

.cta-box-var1 h1,
.cta-box-var1 h2,
.cta-box-var1 h3,
.cta-box-var1 h4,
.cta-box-var1 p,
.cta-box-var1 li {
    text-shadow: none;
    color: #fff;
}

/*----------  Level2  ----------*/

.cta-box-var2 {
    background-color: #dcdcdc;
    color: #07646c;
}

.cta-box-var2 span {
    font-size: 1.06rem;
    vertical-align: middle;
}

/*----------  Level3  ----------*/

.cta-box-var3 {
    background-color: #ed1c24;
    background: -webkit-linear-gradient(top, #c01e2e 0%, #ed1c24 100%);
    background: linear-gradient(to bottom, #c01e2e 0%, #ed1c24 100%);
    color: #fff;
}

.cta-box-var3 .btn-circle.btn-light a {
    transition: all 0.5s ease;
    color: #ed1c24;
}

.cta-box-var3 .btn-circle.btn-light:hover {
    background-color: rgba(255, 255, 255, 0.795);
    border-color: rgba(255, 255, 255, 0.795);
}

/*----------  Level5  ----------*/

.cta-box-var5 {
    background-color: #089314;
    background: -webkit-linear-gradient(top, #089314 0%, #45bd4f 100%);
    background: linear-gradient(to bottom, #089314 0%, #45bd4f 100%);
    color: #fff;
}

.cta-box-var5 .btn-circle.btn-light a {
    transition: all 0.5s ease;
    color: #45bd4f;
}

.cta-box-var5 .btn-circle.btn-light:hover {
    background-color: rgba(255, 255, 255, 0.795);
    border-color: rgba(255, 255, 255, 0.795);
}

/*----------  Level6  ----------*/

.cta-box-var6 {
    background-color: #930884;
    background: -webkit-linear-gradient(top, #5f0155 0%, #930884 100%);
    background: linear-gradient(to bottom, #5f0155 0%, #930884 100%);
}

/*----------  Level7  ----------*/

.cta-box-var7 {
    background-color: #930884;
    background: -webkit-linear-gradient(top, #5f0155 0%, #930884 100%);
    background: linear-gradient(to bottom, #5f0155 0%, #930884 100%);
}

/*----------  Level8  ----------*/

.cta-box-var8 {
    background-color: #8c67c6;
    background: -webkit-linear-gradient(top, #6d3e9a 0%, #8c67c6 100%);
    background: linear-gradient(to bottom, #6d3e9a 0%, #8c67c6 100%);
}

/*----------  Level9  ----------*/

.cta-box-var9 {
    background-color: #8c67c6;
    background: -webkit-linear-gradient(top, #6d3e9a 0%, #8c67c6 100%);
    background: linear-gradient(to bottom, #6d3e9a 0%, #8c67c6 100%);
}

/*----------  Level10  ----------*/

.cta-box-var10 {
background-color: #cfcfc;
background: -webkit-linear-gradient(top, #cfcfc 0%, #dcdcdc 100%);
background: linear-gradient(to bottom, #fcfcfc 0%, #dcdcdc 100%);	
color: #0654a7;
padding: 2rem;
border-top: 2px solid;
padding-bottom: 3rem;
}

.cta-box-var10 .jumbotron .lead-span h1{
color: #0654a7;
}

.cta-box-var10 .btn-circle.btn-light a {
    transition: all 0.5s ease;
    color: #8c67c6;
}

.cta-box-var10 .btn-circle.btn-light:hover {
    background-color: rgba(255, 255, 255, 0.795);
    border-color: rgba(255, 255, 255, 0.795);
}

/*----------  All Syllabus coloured bgs  ----------*/

.cta-box-varsyllabus-hs {
    background-color: #930884;
    background: -webkit-linear-gradient(top, #5f0155 0%, #930884 100%);
    background: linear-gradient(to bottom, #5f0155 0%, #930884 100%);
}

.cta-box-varsyllabus-fh {
    background-color: #0097a4;
    background: -webkit-linear-gradient(top, #00626b 0%, #0097a4 100%);
    background: linear-gradient(to bottom, #00626b 0%, #0097a4 100%);
}

.cta-box-varsyllabus-ey {
    background-color: #4797d4;
    background: -webkit-linear-gradient(top, #195aa1 0%, #4797d4 100%);
    background: linear-gradient(to bottom, #195aa1 0%, #4797d4 100%);
}

/*----------  All due dill links coloured bgs  ----------*/

.cta-box-varlinks-hs {
    background-color: #930884;
    background: -webkit-linear-gradient(top, #5f0155 0%, #930884 100%);
    background: linear-gradient(to bottom, #5f0155 0%, #930884 100%);
}

.cta-box-varlinks-fh {
    background-color: #0097a4;
    background: -webkit-linear-gradient(top, #00626b 0%, #0097a4 100%);
    background: linear-gradient(to bottom, #00626b 0%, #0097a4 100%);
}

.cta-box-varlinks-ey {
    background-color: #4797d4;
    background: -webkit-linear-gradient(top, #195aa1 0%, #4797d4 100%);
    background: linear-gradient(to bottom, #195aa1 0%, #4797d4 100%);
}

/*black*/

.cta-box-var-b {
    background-color: #1e1e1e;
    background: -webkit-linear-gradient(top, #4d4b46 0%, #1e1e1e 100%);
    background: linear-gradient(to bottom, #4d4b46 0%, #1e1e1e 100%);
    color: #fff;
}

/*=============================================
=             SFG Framework Sytem             =
=============================================*/

/* main-content */

.main-content h4 {
    color: #0097a4;
    font-size: 1.3rem;
}

.main-content ul li {
    background: url(/8common_assets/images/bullet-point.png) no-repeat;
    background-position: 0 0.4rem;
    list-style-type: none;
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

.main-content blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1rem !important;
    border-left: 5px solid #f1c344;
}

.main-content span {
    color: #979797;
}

.main-content img.right {
    float: right;
    margin-left: 4%;
}

/* downloads */

.downloads img {
    width: 60px;
    clear: both;
    float: left;
    padding-right: 12px;
}

.downloads h4 {
    text-align: center;
}

.downloads a {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 12px;
    color: #949494;
    font-size: 14px;
}

/*----------  Videos  ----------*/

video {
    width: 99%;
    /* margin-bottom: -6px; */
    height: auto;
    display: block;
}

/*----------  Login Buttons  ----------*/

.login-register-buttons {
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
}

.login {
    display: inline-block;
}

.login a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1em;
    padding: 7px 22px;
    background-color: #f9d94a;
    border: 1px solid #f9d94a;
    background: -webkit-linear-gradient(top, #f7c645 0%, #f9d94a 100%);
    background: linear-gradient(to bottom, #f7c645 0%, #f9d94a 100%);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.login a:link,
.login a:visited {
    color: #0f0f0f;
    text-decoration: none;
}

.login a:hover {
    background-color: #fdb500;
    background: -webkit-linear-gradient(top, #fda400 0%, #ffc402 100%);
    background: linear-gradient(to bottom, #fda400 0%, #ffc402 100%);
}

/*----------  Cta box specifics  ----------*/
.cta-box .align-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}


.cta-box {
    position: relative;
    padding-top: 7%;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 7%;
    font-size: 13px;
	border-radius: 15px;
    /* overflow: hidden; */
}

.cta-box.half-face-1,
.cta-box.half-face-2,
.cta-box.half-face-3,
.cta-box.half-face-4,
.cta-box.half-face-5,
.cta-box.half-face-6,
.cta-box.half-face-7,
.cta-box.half-face-8,
.cta-box.half-face-9,
.cta-box.half-face-11,
.cta-box.half-face-12,
.cta-box.half-face-13,
.cta-box.half-face-14,
.cta-box.half-face-15,
.cta-box.half-face-16,
.cta-box.half-face-17,
.cta-box.half-face-18,
.cta-box.half-face-19,
.cta-box.half-face-20,
.cta-box.half-face-21,
.cta-box.half-face-22,
.cta-box.half-face-23 {
    background: linear-gradient(to bottom, #fcfcfc 0%, #dcdcdc 100%);
    padding-bottom: 45%;
   /* outline: 8px solid #28666e; 
    outline-offset: -8px; */
}

.cta-box.half-face-10 {
    background: linear-gradient(to bottom, #fcfcfc 0%, #dcdcdc 100%);
    outline-offset: -8px;
}

.cta-box.half-face-1 h2,
.cta-box.half-face-2 h2,
.cta-box.half-face-3 h2,
.cta-box.half-face-4 h2,
.cta-box.half-face-5 h2,
.cta-box.half-face-6 h2,
.cta-box.half-face-7 h2,
.cta-box.half-face-8 h2,
.cta-box.half-face-9 h2,
.cta-box.half-face-11 h2,
.cta-box.half-face-12 h2,
.cta-box.half-face-13 h2,
.cta-box.half-face-14 h2,
.cta-box.half-face-15 h2,
.cta-box.half-face-16 h2,
.cta-box.half-face-17 h2,
.cta-box.half-face-18 h2,
.cta-box.half-face-19 h2,
.cta-box.half-face-20 h2,
.cta-box.half-face-21 h2,
.cta-box.half-face-22 h2,
.cta-box.half-face-23 h2 {
    margin-right: 14%;
    color: #07646c;
}

.cta-box.half-face-10 h2 {
    color: #07646c;
}

.cta-box.half-face-1 h3,
.cta-box.half-face-2 h3,
.cta-box.half-face-3 h3,
.cta-box.half-face-4 h3,
.cta-box.half-face-5 h3,
.cta-box.half-face-6 h3,
.cta-box.half-face-7 h3,
.cta-box.half-face-8 h3,
.cta-box.half-face-9 h3,
.cta-box.half-face-11 h3,
.cta-box.half-face-12 h3,
.cta-box.half-face-13 h3,
.cta-box.half-face-14 h3,
.cta-box.half-face-15 h3,
.cta-box.half-face-16 h3, 
.cta-box.half-face-17 h3,
.cta-box.half-face-18 h3,
.cta-box.half-face-19 h3,
.cta-box.half-face-20 h3,
.cta-box.half-face-21 h3,
.cta-box.half-face-22 h3,
.cta-box.half-face-23 h3 {
    font-size: 2.1rem;
    margin-bottom: 6%;
    color: #07646c;
    font-weight: 300;
}

.cta-box.half-face-10 h3 {
    font-size: 2.1rem;
    color: #07646c;
    font-weight: 300;
}

.cta-box.half-face-1 h3 span,
.cta-box.half-face-2 h3 span,
.cta-box.half-face-3 h3 span,
.cta-box.half-face-4 h3 span,
.cta-box.half-face-5 h3 span,
.cta-box.half-face-6 h3 span,
.cta-box.half-face-7 h3 span,
.cta-box.half-face-8 h3 span,
.cta-box.half-face-9 h3 span,
.cta-box.half-face-10 h3 span {
    color: #07646c;
    font-weight: 400;
}

.cta-box.half-face-1 h4,
.cta-box.half-face-2 h4,
.cta-box.half-face-3 h4,
.cta-box.half-face-4 h4,
.cta-box.half-face-5 h4,
.cta-box.half-face-6 h4,
.cta-box.half-face-7 h4,
.cta-box.half-face-8 h4,
.cta-box.half-face-9 h4,
.cta-box.half-face-11 h4,
.cta-box.half-face-12 h4,
.cta-box.half-face-13 h4,
.cta-box.half-face-14 h4,
.cta-box.half-face-15 h4,
.cta-box.half-face-16 h4,
.cta-box.half-face-17 h4,
.cta-box.half-face-18 h4,
.cta-box.half-face-19 h4,
.cta-box.half-face-20 h4,
.cta-box.half-face-21 h4,
.cta-box.half-face-22 h4,
.cta-box.half-face-23 h4 {
    margin-bottom: 6%;
    margin-right: 35%;
    color: #07646c;
}

.cta-box.half-face-10 h4 {
    color: #07646c;
}

.cta-box p {
    font-size: 0.9rem;
    position: relative;
    /* margin-right: 16%; */
    margin-bottom: 6%;
    z-index: 10;
}

.cta-box.half-face-1 p,
.cta-box.half-face-2 p,
.cta-box.half-face-3 p,
.cta-box.half-face-4 p,
.cta-box.half-face-5 p,
.cta-box.half-face-6 p,
.cta-box.half-face-7 p,
.cta-box.half-face-8 p,
.cta-box.half-face-9 p,
.cta-box.half-face-11 p,
.cta-box.half-face-12 p,
.cta-box.half-face-13 p,
.cta-box.half-face-14 p,
.cta-box.half-face-15 p,
.cta-box.half-face-16 p,
.cta-box.half-face-17 p,
.cta-box.half-face-18 p,
.cta-box.half-face-19 p,
.cta-box.half-face-20 p,
.cta-box.half-face-21 p,
.cta-box.half-face-22 p,
.cta-box.half-face-23 p {
    font-size: 0.8rem;
    position: relative;
    margin-right: 30%;
    margin-bottom: 4%;
    z-index: 10;
    color: #07646c;
}

.cta-box.half-face-10 p {
    font-size: 0.8rem;
    position: relative;
    z-index: 10;
    color: #07646c;
}

.cta-box .links {
    height: 88px;
    z-index: 9;
    background-color: #28666e;
    padding: 14px 8px 8px 30px;
    margin-top: 18px;
    overflow: hidden;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.cta-box .links-2 {
    height: 40px;
    padding-left: 38px;
    margin-bottom: 7px;
    z-index: 9;
}

.cta-box ul {
    position: relative;
    margin-top: 0;
    margin-bottom: 26px;
    padding-left: 0px;
    z-index: 20;
}

.cta-box.half-face-1 ul,
.cta-box.half-face-2 ul,
.cta-box.half-face-3 ul,
.cta-box.half-face-4 ul,
.cta-box.half-face-5 ul,
.cta-box.half-face-6 ul,
.cta-box.half-face-7 ul,
.cta-box.half-face-8 ul,
.cta-box.half-face-9 ul,
.cta-box.half-face-10 ul,
.cta-box.half-face-11 ul,
.cta-box.half-face-12 ul,
.cta-box.half-face-13 ul,
.cta-box.half-face-14 ul,
.cta-box.half-face-15 ul,
.cta-box.half-face-16 ul,
.cta-box.half-face-17 ul,
.cta-box.half-face-18 ul,
.cta-box.half-face-19 ul,
.cta-box.half-face-20 ul,
.cta-box.half-face-21 ul,
.cta-box.half-face-22 ul,
.cta-box.half-face-23 ul,
.cta-box.half-face-6 ul {
    position: relative;
    margin-top: 0;
    margin-right: 40%;
    padding-left: 0px;
    z-index: 20;
}

.cta-box li {
    min-height: 30px;
    background: url("/8common_assets/images/bullet-lg.png");
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 0px 66px 0px 36px;
    margin-bottom: 10px;
    list-style: none;
    text-shadow: 1px 1px #00000063;
}

.cta-box.half-face-1 li,
.cta-box.half-face-2 li,
.cta-box.half-face-3 li,
.cta-box.half-face-4 li,
.cta-box.half-face-5 li,
.cta-box.half-face-6 li,
.cta-box.half-face-7 li,
.cta-box.half-face-8 li,
.cta-box.half-face-9 li,
.cta-box.half-face-10 li,
.cta-box.half-face-11 li,
.cta-box.half-face-12 li,
.cta-box.half-face-13 li,
.cta-box.half-face-14 li,
.cta-box.half-face-15 li,
.cta-box.half-face-16 li,
.cta-box.half-face-17 li,
.cta-box.half-face-18 li,
.cta-box.half-face-19 li,
.cta-box.half-face-20 li,
.cta-box.half-face-21 li,
.cta-box.half-face-22 li,
.cta-box.half-face-23 li {
    min-height: 22px;
    background: url("/8common_assets/images/bullet.png") no-repeat left top;
    padding: 0px 0px 0px 16px;
    list-style: none;
    margin: 0;
    text-shadow: none;
    color: #07646c;
}

.cta-box .label {
    display: block;
    position: absolute;
    bottom: 6%;
    right: 10%;
    z-index: 10;
}

.cta-box .label img {
    width: 100%;
    height: auto;
}

.cta-box .cta-box-icons {
    display: inline-block;
}

/*----------  SALE Circle  ----------*/

.circ-red {
    text-align: center;
    font-size: 2.4rem;
    background: #ff3019;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 100%;
    position: relative;
    width: 11rem;
    padding-top: 3.5rem;
    padding-bottom: 7.5rem;
    height: 0;
    transform: rotate(-16deg);
}

.circle-text {
    width: 70%;
    max-width: 200px;
}

.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #d02f32;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d02f32 0%, #b12622 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d02f32 0%, #b12622 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d02f32 0%, #b12622 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.circle-text div {
    float: left;
    width: 100%;
    padding-top: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    transform: rotate(-20deg);
    transform-origin: 50% 83%;
}

/*----------  Circular buttons  ----------*/

.btn-circle {
    position: relative;
    display: table;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: text-top;
    float: left;
}

.btn-circle a {
    display: table-cell;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #41b1bb;
    width: 100%;
    vertical-align: middle;
    vertical-align: middle;
    text-align: center;
    z-index: 1000;
}

.btn-circle a:hover {
    text-decoration: none;
    color: #fff;
}

.btn-circle.btn-light:hover {
    transition: all 0.5s ease;
    background-color: #f1c344;
    border-color: #f1c344;
    box-shadow: 2px 2px 6px #00000059;
}

.btn-circle.btn-lg {
    width: 64px;
    height: 64px;
    font-size: 18px;
    line-height: 1rem;
    font-weight: 200;
    margin-right: 11px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
}

/*----------  SFG buttons  ----------*/

.btn-sfg {

    display: inline;

    text-align: center;

}

button.btn-sfg {
    padding: 5px 16px;
    display: inline;
    text-align: center;
    display: inline-flex;
    margin-right: 16px;
	margin-left: 16px;
	margin-top: 10px;
    border-radius: 18px;
    border: none;
    /* box-shadow: 4px 4px 4px 0px #0000002b; */
}

.btn-sfg a {
    display: inline-flex;
    margin-right: 16px;
    border-radius: 18px;
    /* border: 2px solid #fff; */
    /* box-shadow: 4px 4px 4px 0px #0000002b; */
}

.btn-sfg:hover a,
button.btn-sfg:hover,
button.btn.btn-primary:hover {
    color: #000;
    transition: all 0.5s ease;
    background: -moz-linear-gradient(top, #ffc202 0%, #feab01 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffc202 0%, #feab01 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffc202 0%, #feab01 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    box-shadow: 1px 1px 2px 0px #00000021;
}

.btn-sfg:hover a {
    transition: all 0.5s ease;
    text-decoration: none;
    color: #000;
    /* font-weight: 500; */
    /* text-shadow: 1px 1px #ffffffb5; */
}

.btn-sfg a {
    padding: 4px 18px;
    text-align: center;
    display: inline-block;
}

.btn-sfg-green a,
button.btn-sfg-green,
button.btn.btn-primary {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    background: #00bbc1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #00bbc1 0%, #00bbc1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00bbc1 0%, #00bbc1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00bbc1 0%, #00bbc1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 5px 16px;
    display: inline;
    text-align: center;
    display: inline-flex;
    margin-right: 16px;
    border-radius: 18px;
   /* border: 2px solid #fff; */
   /* box-shadow: 4px 4px 4px 0px #0000002b; */

}





.btn-sfg-green a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.btn-sfg-teal a,
button.btn-sfg-teal {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    background: #00626b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #00626b 0%, #00353b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00626b 0%, #00353b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00626b 0%, #00353b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.btn-sfg-red a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.btn-sfg-red a,
button.btn-sfg-red {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    background: #bf0000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bf0000 0%, #bf0000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bf0000 0%, #bf0000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bf0000 0%, #bf0000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.audio a,
button.audio {
	background: url("/8common_assets/images/audio-help-full.png");
	background-repeat: no-repeat;
	width: 135px;
	height: 40px;
	border: none;
	position: relative;
	right: 10px;
}
button.audio:hover {
    transition: all 0.5s ease;
	background-repeat:no-repeat;
	width:135px;
	height:40px;
	border:none;
	background: url("/8common_assets/images/audio-help-full-hover.png");
}

.btn-sfg-teal a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

/*----------  Faces  ----------*/

/* Half faces */

.half-face-1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_1.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}

.half-face-2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_2.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}

.half-face-3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_3.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}

.half-face-4:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_4.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}

.half-face-5:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_5.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}

.half-face-6:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_6.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}

.half-face-7:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_7.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}

.half-face-8:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_8.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
.half-face-9:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_9.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
/*
.half-face-10:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_10.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
}
*/
.half-face-11:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_11.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
.half-face-12:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_12.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
.half-face-13:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_13.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
.half-face-14:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_14.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
.half-face-15:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_15.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
.half-face-16:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_16.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
.half-face-17:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_17.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
.half-face-18:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_18.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
.half-face-19:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_19.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
.half-face-20:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_20.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
.half-face-21:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_21.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
.half-face-22:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_22.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}
.half-face-23:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 88px;
    top: 0;
    margin-left: 48%;
    background: url("/8common_assets/images/faces/face_23.png");
    background-repeat: no-repeat;
    background-size: 210%;
    background-position-y: bottom;
    z-index: 20;
    pointer-events: none;
	border-top-right-radius: 15px;
}

/* Full Faces */

.full-face-1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_1_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_2_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_3_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-4:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_4_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-5:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_5_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-6:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_6_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-7:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_7_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-8:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_8_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-9:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_9_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-10:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_10_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-11:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_11_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-12:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_12_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-13:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_13_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-14:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_14_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}
.full-face-15:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_15_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}
.full-face-16:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_16_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}
.full-face-17:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_17_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}
.full-face-18:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_18_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}
.full-face-19:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_19_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}
.full-face-20:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_20_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}
.full-face-21:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_21_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}
.full-face-22:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_22_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}

.full-face-23:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/8common_assets/images/faces/face_23_full.png");
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-y: bottom;
    background-position-x: right;
    z-index: 20;
}


/*----------  Corner ribbons  ----------*/

.ribbon {
    position: absolute;
    right: -4px;
    top: -4px;
    z-index: 30;
    overflow: hidden;
    width: 160px;
    height: 160px;
    text-align: right;
    border-radius: 5px;
    border-top-right-radius: 15px;
}

.ribbon span {
    height: 120px;
    padding-top: 54px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    width: 225px;
    display: block;
    box-shadow: 0 5px 18px -10px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -27px;
    left: 15px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.ribbon.ribbon-r span {
    color: #ffffff;
    background-color: #941f1a;
    background: linear-gradient(to bottom, #cd2f31 0%, #941f1a 100%);
    background: linear-gradient(to bottom, #cd2f31 0%, #941f1a 100%);
}

.ribbon.ribbon-r span::before {
    border-top: 6px solid #380200;
}

.ribbon.ribbon-r span::after {
    border-top: 6px solid #5d0e0b;
}

.ribbon.ribbon-y span {
    color: #00626b;
    background-color: #fdb500;
    background: -webkit-linear-gradient(top, #fda400 0%, #ffc402 100%);
    background: linear-gradient(to bottom, #fda400 0%, #ffc402 100%);
}

.ribbon.ribbon-y span::before {
    border-top: 6px solid #ab7200;
}

.ribbon.ribbon-y span::after {
    border-top: 6px solid #9a6701;
}

.ribbon.ribbon-b span {
    color: #fff;
    background-color: #3a92ed;
    background: -webkit-linear-gradient(top, #2473c5 0%, #3a92ed 100%);
    background: linear-gradient(to bottom, #2473c5 0%, #3a92ed 100%);
}

.ribbon.ribbon-b span::before {
    border-top: 6px solid #0040ab;
}

.ribbon.ribbon-b span::after {
    border-top: 6px solid #0040ab;
}

/*----------  Price Popup & Price Table  ----------*/

.price-popup {
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.7s ease;
    margin: 0px;
}

.price-table {
    padding: 12px;
    z-index: 25;
    border: 8px solid #fff;
    background-color: #fff;
    color: #27626a;
}
.cta-box .price-table h2,
.cta-box .price-table h3,
.cta-box .price-table h4,
.cta-box .price-table p {
	margin-right: 0px;
}
.cta-box .price-table h4{
	padding-top:20px;
}
.price-table h3 {
    font-size: 34px !important;
    color: #fff;
    /* background-color: #007782; */
    text-align: left;
    padding: 8px;
    margin-bottom: 26px !important;
    border-radius: 3px;
}

.price-table tr {
    /* border-bottom: 1px solid rgba(0, 119, 130, 0.22); */
    /* height: 64px; */
    /* text-align: left; */
}

.price-table p {
    color: #27626a;
    font-weight: 100;
}

.price-table .heading h3,
.price-table .heading h4 {
    font-size: 33px !important;
    font-weight: 100;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    padding-top: 12px;
}

.price-table .heading p {
    text-align: center;
}

.price-table .vat {
    color: #3a3a3a;
    font-size: 11px;
}

.price-table td {
    color: #3a3a3a;
    vertical-align: unset;
}

.price-table table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.price-popup_active {
    text-align: center;
    pointer-events: auto;
    opacity: 1;
    transition: all 0.7s ease;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.23);
    margin: 0px;
    border-radius: 15px;
}

.price-table a:hover img {
    transition: all 0.7s ease;
    opacity: 0.6;
}

.price-table-form-group {}

.price-table-form-group input {
    width: 48px;
    /* float: left; */
    display: inline;
}

.price-table-form-group label {
    display: inline;
    font-size: 18px;
    color: red !important;
}



.price-table-lg {
    border: none;
}

ol.options {
    margin-left: 0px;
    padding-left: 0px;
}

.cta-box .close {
    position: absolute;
    right: 5px;
    top: 7px;
    /* border-radius: 22px; */
    line-height: 22px;
    background-color: #fff !important;
    /* border: 2px solid #007782 !important; */
    opacity: 1;
    margin: 0;
    padding: 0px 4px 4px 4px !important;
}

.cta-box .close span {
    color: #007782;
    font-size: 28px;
}


.cta-box .close:hover {

    background-color: #f8d749 !important;
    opacity: 1 !important;
}

/* questions */

.questions {
    background-color: #00838e24;
    padding: 12px;
    border-radius: 6px;
}

.questions h6 {
    color: #00838e;
    font-size: 1.2rem;
}

/*----------  Misc Bits  ----------*/

.grey {
    background-color: #c3c3c3;
}

.lightgrey {
    background-color: #ececec;
}

.white {
    background-color: #fff;
}

.well {
    padding: 6px;
    border: 1px solid #3d979f;
    background-color: #fff;
    border-radius: 3px;
    color: #000;
}

.well h3 {
    font-size: 23px;
    color: #fff;
    background-color: #007782;
    text-align: center;
    padding: 8px;
    margin-bottom: 1.5rem !important;
    border-radius: 3px;
}

/*----------  Footer  ----------*/

.footer-element-1 {
    color: #fff;
    background-color: #222140;
	border-bottom: 1px;
	border-color: #65647a;
	border-bottom-style: solid;
}

.footer-element-2 {
    line-height: 1.9rem;
    color: #fff;
    background-color: #222140;
}

footer p {
    color: #fff;
    font-size: 14px;
}

footer a {
    display: block;
    color: #fff;
    font-size: 14px;
}
footer a:hover {
    color: #fdc504;
	text-decoration: none;
}


/* ------------ testimonials ------------ */

.testimonial {
    padding: 20px 15px 50px;
}

.testimonial .description {
    background: #e6e6e6;
    border-radius: 6px;
    color: #333333;
    font-size: 14px;
    font-style: italic;
    padding: 45px 35px;
    position: relative;
}

.testimonial .description:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -17px;
    font-size: 30px;
    color: #0096a3;
}

.testimonial .description:after {
    content: "";
    width: 27px;
    position: absolute;
    bottom: -12px;
    border-top: 13px solid #e6e6e6;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
}

.testimonial-review {
    padding-top: 32px;
}

.testimonial-review img {
    border-radius: 50%;
    float: left;
    margin-left: 25px;
    margin-right: 20px;
}

.testimonial-review .testimonial-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    float: left;
    text-transform: capitalize;
}

.testimonial-title small {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 3px;
}

.testimonial .rating {
    padding: 0;
    list-style: none;
    text-align: right;
}

.rating li {
    display: inline-block;
    color: #0096a3;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    color: #0096a3;
}

.owl-theme .owl-controls .owl-page span {
    background: #333;
    opacity: 1;
}

@media only screen and (max-width: 480px) {
    .testimonial-review img {
        margin-left: 15px;
        margin-right: 10px;
    }
}

/* ----------- Form Wizard -------------- */

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 30px 40px 30px;
    background-color: #0096a3;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #fff;
    font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fdd500;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 24px;
    height: 24px;
    background: #20989c;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 2px;
    box-shadow: none;
    margin: 20px 0;
    background-color: #e9ecef66;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fdd500;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #5db8c2;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}


/* ---------- Bits & Bobs ------------- */

a.btn-warning {
    color: rgb(33, 37, 41);
}

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

/*----------  Very Small devices  ----------*/

@media (max-width: 575px) {
    .full-face-1:before {
        content: "";
        display: none;
    }

    .full-face-2:before {
        content: "";
        display: none;
    }

    .full-face-3:before {
        content: "";
        display: none;
    }

    .full-face-4:before {
        content: "";
        display: none;
    }

    .full-face-5:before {
        content: "";
        display: none;
    }

    .full-face-6:before {
        content: "";
        display: none;
    }

    .full-face-7:before {
        content: "";
        display: none;
    }

    .full-face-8:before {
        content: "";
        display: none;
    }

    .full-face-9:before {
        content: "";
        display: none;
    }

    .full-face-10:before {
        content: "";
        display: none;
    }
	
	
    .full-face-20:before {
        content: "";
        display: none;
    }

    .cta-box .label {
        display: none;
    }

    .cta-box .cta-box-icons img {
        width: 18%;
    }

    .jumbotron.half-face-1:before,
    .jumbotron.half-face-2:before,
    .jumbotron.half-face-3:before,
    .jumbotron.half-face-4:before,
    .jumbotron.half-face-5:before,
    .jumbotron.half-face-6:before,
    .jumbotron.half-face-7:before,
    .jumbotron.half-face-8:before,
    .jumbotron.half-face-9:before {
        display: none;
    }
}

/*----------  Small devices (landscape phones, 576px and up) ----------*/

@media (min-width: 576px) {
    .full-face-1:before {
        content: "";
        background-size: 55%;
        right: -262px;
    }

    .full-face-2:before {
        content: "";
        background-size: 55%;
        right: -262px;
    }

    .full-face-3:before {
        content: "";
        background-size: 55%;
        right: -262px;
    }

    .full-face-4:before {
        content: "";
        background-size: 55%;
        right: -262px;
    }
    .full-face-5:before {
        content: "";
        background-size: 55%;
        right: -262px;
    }
    .full-face-6:before {
        content: "";
        background-size: 55%;
        right: -262px;
    }
    .full-face-7:before {
        content: "";
        background-size: 55%;
        right: -262px;
    }
    .full-face-8:before {
        content: "";
        background-size: 55%;
        right: -262px;
    }
    .full-face-9:before {
        content: "";
        background-size: 55%;
        right: -262px;
    }
    .full-face-10:before {
        content: "";
        background-size: 55%;
        right: -262px;
    }
	
	
	.full-face-20:before {
        content: "";
        background-size: 55%;
        right: -262px;
    }

    .cta-box .label {
        width: 156px;
        bottom: 2%;
        right: 17%;
        z-index: 20;
    }

    .cta-box.half-face-1,
    .cta-box.half-face-2,
    .cta-box.half-face-3,
    .cta-box.half-face-4,
    .cta-box.half-face-5,
    .cta-box.half-face-6,
    .cta-box.half-face-7,
    .cta-box.half-face-8,
    .cta-box.half-face-9 {
        margin-bottom: 12%;
    }

    .cta-box .cta-box-icons img {}

    .jumbotron.half-face-1:before,
    .jumbotron.half-face-2:before,
    .jumbotron.half-face-3:before,
    .jumbotron.half-face-4:before,
    .jumbotron.half-face-5:before,
    .jumbotron.half-face-6:before,
    .jumbotron.half-face-7:before,
    .jumbotron.half-face-8:before,
    .jumbotron.half-face-9:before {
        width: 29%;
        margin-left: 71%;
    }

    .border-right {
        border-right: none !important;
    }
}

/*----------  Medium devices (tablets, 768px and up)  ----------*/

@media (min-width: 768px) {
    .divider-l {
        border-left: 1px solid #fff
    }

    .divider-r {
        border-right: 1px solid rgba(255, 255, 255, 0.57);
    }

    .divider-l-dark {
        border-left: 1px solid rgb(56, 56, 56);
    }

    .divider-r-dark {
        border-right: 1px solid rgb(56, 56, 56);
    }

    .full-face-1:before {
        content: "";
        background-size: 55%;
        display: block;
        right: 0;
    }

    .full-face-2:before {
        content: "";
        background-size: 55%;
        display: block;
        right: 0;
    }

    .full-face-3:before {
        content: "";
        background-size: 55%;
        display: block;
        right: 0;
    }

    .full-face-4:before {
        content: "";
        background-size: 55%;
        display: block;
        right: 0;
    }
    .full-face-5:before {
        content: "";
        background-size: 55%;
        display: block;
        right: 0;
    }
    .full-face-6:before {
        content: "";
        background-size: 55%;
        display: block;
        right: 0;
    }
    .full-face-7:before {
        content: "";
        background-size: 55%;
        display: block;
        right: 0;
    }
    .full-face-8:before {
        content: "";
        background-size: 55%;
        display: block;
        right: 0;
    }
    .full-face-9:before {
        content: "";
        background-size: 55%;
        display: block;
        right: 0;
    }
    .full-face-10:before {
        content: "";
        background-size: 55%;
        display: block;
        right: 0;
    }
	
	
	
    .full-face-20:before {
        content: "";
        background-size: 55%;
        display: block;
        right: 0;
    }

    .price-table h3 {
        font-size: 23px;
        margin-top: 6px;
    }

    .mb-md-6 {}

    .mb-md-7 {}

    .mb-md-8 {
        margin-bottom: 1.5rem !important;
    }

    /*.cta-box .label {
		width: 115px;
		bottom: 0%;
		right: 13%;
		z-index: 10;
	}*/
    .cta-box.half-face-1,
    .cta-box.half-face-2,
    .cta-box.half-face-3,
    .cta-box.half-face-4,
    .cta-box.half-face-5,
    .cta-box.half-face-6,
    .cta-box.half-face-7,
    .cta-box.half-face-8,
    .cta-box.half-face-9 {
        margin-bottom: 0;
    }

    .cta-box .cta-box-icons img {
        width: 23%;
    }

    .jumbotron.half-face-1:before,
    .jumbotron.half-face-2:before,
    .jumbotron.half-face-3:before,
    .jumbotron.half-face-4:before,
    .jumbotron.half-face-5:before,
    .jumbotron.half-face-6:before,
    .jumbotron.half-face-7:before,
    .jumbotron.half-face-8:before,
    .jumbotron.half-face-9:before {
        width: 28%;
        margin-left: 72%;
    }

    .border-right {
        border-right: 1px solid #c5c5c5 !important;
    }
}

/*----------  Large devices (desktops, 992px and up)  ----------*/

@media (min-width: 992px) {
    .full-face-1:before {
        content: "";
        background-size: 38%;
    }

    .full-face-2:before {
        content: "";
        background-size: 38%;
    }

    .full-face-3:before {
        content: "";
        background-size: 38%;
    }
	.full-face-4:before {
        content: "";
        background-size: 38%;
    }

    .full-face-5:before {
        content: "";
        background-size: 38%;
    }

    .full-face-6:before {
        content: "";
        background-size: 38%;
    }    
	.full-face-7:before {
        content: "";
        background-size: 38%;
    }

    .full-face-8:before {
        content: "";
        background-size: 38%;
    }

    .full-face-9:before {
        content: "";
        background-size: 38%;
    }

    .full-face-10:before {
        content: "";
        background-size: 38%;
    }	
	
	
	.full-face-20:before {
        content: "";
        background-size: 38%;
    }

    .price-table h3 {
        font-size: 18px;
    }

    .price-table td {
        font-size: 1.05rem;
    }

    .cta-box .label {
        width: 130px;
        bottom: 2%;
        right: 14%;
        z-index: 20;
    }

    .cta-box.half-face-1,
    .cta-box.half-face-2,
    .cta-box.half-face-3,
    .cta-box.half-face-4,
    .cta-box.half-face-5,
    .cta-box.half-face-6,
    .cta-box.half-face-7,
    .cta-box.half-face-8,
    .cta-box.half-face-9 {
        margin-bottom: 2%;
    }

    .cta-box .cta-box-icons img {
        /* transform: scale(0.2); */
        width: 21%;
    }

    .jumbotron.half-face-1:before,
    .jumbotron.half-face-2:before,
    .jumbotron.half-face-3:before,
    .jumbotron.half-face-4:before,
    .jumbotron.half-face-5:before,
    .jumbotron.half-face-6:before,
    .jumbotron.half-face-7:before,
    .jumbotron.half-face-8:before,
    .jumbotron.half-face-9:before {
        width: 17%;
        margin-left: 83%;
    }

    .border-right {
        border-right: 1px solid #c5c5c5 !important;
    }
}

/*----------  Extra large devices (large desktops, 1200px and up)  ----------*/

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .full-face-1:before {
        content: "";
		background-size: 35%;
		right: 10%;
        /*background-size: 28%;*/
    }

    .full-face-2:before {
        content: "";
		background-size: 35%;
		right: 10%;
    }

    .full-face-3:before {
        content: "";
        background-size: 35%;
		right: 10%;
    }
	
    .full-face-4:before {
        content: "";
		background-size: 35%;
		right: 10%;
        /*background-size: 28%;*/
    }

    .full-face-5:before {
        content: "";
		background-size: 35%;
		right: 10%;
    }

    .full-face-6:before {
        content: "";
        background-size: 35%;
		right: 10%;
    }	
	
	.full-face-7:before {
        content: "";
		background-size: 35%;
		right: 10%;
        /*background-size: 28%;*/
    }

    .full-face-8:before {
        content: "";
		background-size: 35%;
		right: 10%;
    }

    .full-face-9:before {
        content: "";
        background-size: 35%;
		right: 10%;
    }

    .full-face-10:before {
        content: "";
        background-size: 35%;
		right: 10%;
    }
	
	
    .full-face-20:before {
        content: "";
		background-size: 35%;
		right: 10%;
        /*background-size: 28%;*/
    }

    .price-table td {
        font-weight: 100;
        font-size: 1.3rem;
        text-align: center;
        vertical-align: unset;
    }

    .price-table h3 {
        font-size: 23px;
        margin-top: 2px;
        /* margin-bottom: 16px; */
        color: #27626a;
        text-align: center;
        font-weight: 400;
    }

    .price-table h4 {
        font-weight: 100;
        font-size: 23px;
        margin-top: 36px;
        margin-right: auto !important;
        margin-left: auto !important;
        /* margin-bottom: 16px; */
    }

    .price-table .btn-sfg a {
        /* font-size: 20px; */
        margin-top: 8px;
        width: 108px;
        margin-right: 0;
    }

    .price-table p {

        margin-right: 0 !important;

        font-size: 20px !important;

    }

    .cta-box .label {
        width: 214px;
        bottom: 2%;
        right: 13%;
        z-index: 20;
    }

    .buffer {
        padding: 0px 15px 0px 15px
    }

    .cta-box.half-face-1,
    .cta-box.half-face-2,
    .cta-box.half-face-3,
    .cta-box.half-face-4,
    .cta-box.half-face-5,
    .cta-box.half-face-6,
    .cta-box.half-face-7,
    .cta-box.half-face-8,
    .cta-box.half-face-9 {
        margin-bottom: 0;
    }

    .cta-box .cta-box-icons img {
        /* transform: scale(1); */
        width: 24%;
    }

    .jumbotron.half-face-1:before,
    .jumbotron.half-face-2:before,
    .jumbotron.half-face-3:before,
    .jumbotron.half-face-4:before,
    .jumbotron.half-face-5:before,
    .jumbotron.half-face-6:before,
    .jumbotron.half-face-7:before,
    .jumbotron.half-face-8:before,
    .jumbotron.half-face-9:before {
        width: 13%;
        margin-left: 87%;
    }

    .border-right {
        border-right: 1px solid #c5c5c5 !important;
    }
	
    .audiohelp {
		float: right;
		top: -47px;
		position: relative;
		border-left: 1px solid #c7d5d7;
		padding-left: 20px;
		z-index:400;
	}
	.audiohelp p {
		top: -5px;

	}
	.cta-box.half-face-1 .audiohelp p,
	.cta-box.half-face-2 .audiohelp p,
	.cta-box.half-face-3 .audiohelp p,
	.cta-box.half-face-4 .audiohelp p,
	.cta-box.half-face-5 .audiohelp p,
	.cta-box.half-face-6 .audiohelp p,
	.cta-box.half-face-7 .audiohelp p,
	.cta-box.half-face-8 .audiohelp p,
	.cta-box.half-face-9 .audiohelp p {
		margin-right: 0%;
		margin-bottom: 0%;
	}
	
/*sort as media queries so it's right ad all stages */
	.paddedmain {
		padding-left:26px;
		padding-right:120px;
	}
	.paddedside {
		padding-right:80px;
	}

/*suppliers listings - business card parts */
		.b-card {
		padding:10px 10px 30px;
	}