@font-face {
    font-family:URWDINCond-Bold;
    src: url(../fonts/URWDINCond-Bold.otf);
}


@font-face {
    font-family:URWDINCond-Light;
    src: url(../fonts/URWDINCond-Light.otf);
}

@font-face {
    font-family:URWDIN-Regular;
    src: url(../fonts/URWDIN-Regular.otf);
}

@font-face {
    font-family:URWDIN-Demi;
    src: url(../fonts/URWDIN-Demi.otf);
}

@font-face {
    font-family:URWDIN-Light;
    src: url(../fonts/URWDIN-Light.otf);
}

@font-face {
    font-family:URWDIN-Medium;
    src: url(../fonts/URWDIN-Medium.otf);
}

@font-face {
    font-family:"ProximaNova-Bold";
    src: url(../fonts/ProximaNova-Bold.ttf);
}

@font-face {
    font-family:"ProximaNova-Semibold";
    src: url(../fonts/ProximaNova-Semibold.otf);
}
@font-face {
    font-family:"ProximaNova-Regular";
    src: url(../fonts/ProximaNova-Regular.otf);
}
body {
    font-family: 'URWDIN-Regular';
    margin:0;
}

h2,h3 {
    font-weight:bold;
}
.flex {
    display:flex;
}
.flex-m {
    display:flex;
}
.half-m {
    width:50%;
}
.rel{
    position: relative;
}
.rell-99 {
    z-index:99;
}
.txt-left {
    text-align:left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}
.txt-link:hover {
    text-decoration: underline;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.video-container {
    height:90vh;
    overflow:hidden;
}
.video {
    object-fit: cover;
}
.btn-integration {
    cursor:pointer;
    border-radius: 10px;
    height:75px;
    width:250px;
    padding:10px;
    margin:20px auto;
    /* border:1px solid #383838; */
    box-shadow: 2px 1px 3px rgba(41,41,41,.4);
}
.btn-integration:hover {
    background:#e1e1e1;
}
.btn-integration img {
    height:100%;
    width:100%;
    object-fit: contain;
}
.btn-rounded {
    border-radius: 30px;
}
.btn:active,.btn:focus,.btn:hover,.sk_mainBody .sk_stepForms .sk_pillOrange:active,.sk_mainBody .sk_stepForms .sk_pillOrange:focus,.sk_mainBody .sk_stepForms .sk_pillOrange:hover {
    border-color:#007bff;
    outline:unset;
}
.btn, .sk_mainBody .sk_stepForms .sk_pillOrange{
    border:2px solid #ff6d53;
    max-width:250px;
    background: #ff6d53;
}
.alert {
    padding: 20px;
    border-radius: unset!important;
}
.success {
    background-color: rgba(255,255,255,.8);
    color: #f16e54;
}
.fail {
    background-color: #ff6d53;
    color: #ffffff;
}
.closebtn-circle{
    width:30px;
    height:30px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}
.closebtn {
    margin:0 15px;
    color: #ffffff;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: #aaaaaa;
}
.bor-bottom {
    border-bottom: 2px solid #000;
    margin-bottom:10px;
    margin-top:10px;
}
.bor-circle {
    border-radius:50%;
    border:solid #000 1px;
}

.border-orange{
    border:2px #eb5134 solid;
    /* border-radius: 5px; */
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.txt-orange {
    color:#ff6d53;
}
ul {
    list-style-type:none;
}
h1 {
    font-family: URWDINCond-Bold;
    font-size:8.5rem;
}
.css_spare_orange_button {
    background-color: #ff6d53;
    border-color: #ff6d53;
    color: #ffffff;
    font-family: "ProximaNova-Semibold";
    font-size: 25px;
    padding: 10px 15px;
}

.panel-wrapper {
    min-height:500px;
    position: relative;
}
.panel-wrapper h1 {
    text-align:center;
    color:white;
    text-shadow: 2px 3px 5px rgba(42,42,42,.4);
    font-weight:bold;
}
.panel-wrapper h2 {
    font-family: URWDINCond-Bold;
    font-size:2.5rem;
    text-align:center;
    color:white;
    text-shadow: 2px 3px 3px rgba(42,42,42,.4);
    font-weight:bold;
}
.panel-container {
    margin:auto;
    padding:100px;
    width:80%;
    font-size:20px;
}
.panel-content-wrapper {
    width:100%;
    /* height:100%;  */
    /* front page fp-info.php */
    max-width:1770px;
    margin:auto;
}
.panel-content {
    position:relative;
    z-index:2;
}
.slant-right-container {
    width:85%;
    height:100%;
    position:absolute;
    right:0px;
    top:0px;
}
.slant-right-bg{
    position:absolute;
    background:white;
    width:100%;
    height:100%;
    box-shadow: -3px 3px 5px rgba(42,42,42,.4);
    clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0 100%);
}

.ninty-center {
    width:92%;
    margin-left:auto!important;
    margin-right:auto!important;
    /* padding:0; // DONE FOR ORDER DETAILS PAGE*/
}
.sixty-center {
    width:60%;
    margin-left: 20%;
    margin-right:20%;
}

.forty-center {
    width:40%;
    min-width: 319px;
    margin-left:auto;
    margin-right:auto;
}
.sixty-center {
    width:60%;
    margin-left: 20%;
    margin-right:20%;

}
.p-1p {
    padding:1%;
}
.p-2p {
    padding:2%;
}
.p-3p {
    padding:3%;
}
.p-5p {
    padding:5%;
}
.px-5 {
    padding-left:5px;
    padding-right:5px;
}
.px-5p {
    padding-left:5%;
    padding-right:5%;
}
.px-10 {
    padding-left:10px;
    padding-right:10px;
}
.px-20 {
    padding-left:20px;
    padding-right:20px;
}
.py-40 {
    padding-top:40px;
    padding-bottom:40px;
}
.py-20 {
    padding-top:20px;
    padding-bottom:20px;
}

.py-20p {
    padding-top:20%;
    padding-bottom:20%;
}
.py-20p {
    padding-top:20px;
    padding-bottom:20px;
}
.py-10p {
    padding-top:10%;
    padding-bottom:10%;
}
.py-10 {
    padding-top:10px;
    padding-bottom:10px;
}
.py-5p {
    padding-top:5%;
    padding-bottom:5%;
}
.px-10 {
    padding-left:10px;
    padding-right:10px;
}
.py-3p {
    padding-top:3%;
    padding-bottom:3%;
}
.m-5px {
    margin:5px;
}
.m-1p {
    margin:1%;
}
.m-5p {
    margin:5%;
}
.mx-auto {
    margin-left:auto;
    margin-right:auto;
}
.my-1p {
    margin-top:1%;
    margin-bottom: 1%;
}
.my-5p {
    margin-top:5%;
    margin-bottom: 5%;
}
.my-10p {
    margin-top:10%;
    margin-bottom: 10%;
}
.my-40 {
    margin-top:40px;
    margin-bottom: 40px;
}
.fp-list-number {
    line-height:46px;
    font-size:46px;
    font-weight:bold;
}
.fp-list-content {
    line-height:23px;

}
.fp-hero-logo-image {
    position:absolute;
    height:100%;
    width:100%;
    background: url('/resources/images/SFClogo.png');
    background-position: 0 50%;
    background-size: 80% auto;
    background-repeat: no-repeat;
}
.fp-cta {
    text-align:center;
    display:block;
    margin-top:50px;
}
.fp-cta a {
    margin:auto;
}
.fp-hero-bg {
    min-height:90%;
}
.fp-hero-bg-image {
    width:100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
   } 
.fp-info-container h2 {
    color:black;
    font-size:4.5rem;
    text-align:right;
    padding:20px 0;
}
.fp-info-container {
    text-align:right;
}
.fp-info-container ul {
    padding:20px 0;
 }
.fp-info-container ul li {
    margin:20px 0;
    font-weight:bold;

}
.fp-info-bg {
    position:relative;
    background-color:#ff6d53;
    box-shadow: -3px 3px 5px rgba(42,42,42,.4);
    z-index: 2;
}
.fp-info-bg-image {
    position:absolute;
    width:100%;
    height:100%;
    opacity: 0.35;
    background-image:url('../images/spare-clover-shadow.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center;
}
.fp-info-image {
    width:300px;
    height:auto;
    object-fit: contain;
}
.fp-hiw-bg {
    background-color:#f7f7f7;
}
.fp-faq-bg {
    background-color:#fff;
}
.support-list-item a {
    margin:20px;display:block;
    background:#f3f3f3;
}
.support-list-item a:hover,.support-list-item a:focus {
    color:#ff6d53;
    background:#f3f3f3;
    transform:scale(1.1);
}
.support-image img {
    height:100px;
    width:100px;
}
.support-content ol {
    margin:25px 0;
}
.support-content ol li span {
    display:block;
    padding:0 25px;
}
/* .main-content {
    width:60%;
} */
.info-sidebar {
    /* width:40%;
    max-width:40%; */
    background-color: #ecf0f5;
    min-height:100%;
    display:flex;
}

.hiw-container{
    box-shadow:-1px 3px 5px rgba(42,42,42,.2);
    /* transform: translate(100%, 0); */
    /* background: linear-gradient(163deg,  rgba(242,248,252,1) 0%, rgba(236,240,245,1) 100%); */
    height:100%;
    width:100%;
    flex:1;
    animation-name: show;
    animation-iteration-count: 1;
    animation-delay:1s;
    animation-timing-function:ease-in-out;
    -webkit-animation-timing-function:ease-in-out; 

}
.underline-title {
    border-bottom: solid 1px #000;
    margin: 0 0 10px;
    text-align:center;
    color: #000;
}

.skin-red .sidebar-menu>li.active>a{
    color:#b8c7ce;
    background:transparent;
    border-left-color: transparent;
}
.skin-red .sidebar-menu>li>a:hover {
    color: #fff;
    background: #1e282c;
    border-left-color:#ff6d53;
}
.login-page-body {
    background-image:url('/resources/images/bg2-min.jpg');
    background-attachment: fixed;
}
.settings-wrapper {
    margin:25px;
}
.settings-section {
    margin:25px 0;
}
.settings-section input {
    height:45px;
    padding:5px 8px;
}
.settings-section label {
    text-align:left;
}
.input-field {

}
.field-100 {
    width:100%;
}
.field-sm {
    max-width:255px;
}
.field-50 {
    width:50%
}
.dash-status-label {
    display:flex;
    font-size: 1.6rem;
}
.dash-status-bg {
    padding:10px;
    background: #ecf0f5;
    border: 2px solid #ff6d53;
    border-radius:15px;
    margin:50px 10px;
    -webkit-border-radius: 15px;

}
select {
    text-align-last:center;
}
.dash-select {
    height: 68px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
    border: 1px solid #3d3d3d;
}
.dash-status-value {
    margin:0 0 0 auto;
}
.fp-hiw-image-container {
    background-image:url('../images/ccm-hiw-hor.png');
    background-size:contain;
    background-position:center;
    background-repeat: no-repeat;
    min-height:500px;
    width:100%;
}
/* .hiw-title{
    
} */
.sk_container.sk_mainBody .sk_orangeHead,.sk_mainBody .sk_stepForms .sk_pillOrange,.css_spare_orange_button {
    background-color: #ff6d53;
 
}
.hundred {
    width:100%;
}
.more-info-header h2 {
    border-bottom:2px solid #000;
    margin-bottom:10px;
    font-size: 2.6rem;
    color:#000;
}
.more-info-details {
    font-size:1.6rem;
}
.hiw-title h2 {
    color:#222d32;
    font-size:5rem;
    margin:40px 0;
    font-family:URWDIN-Light;
    text-shadow: 1px 3px 2px rgba(42,42,42,.4);
}
.more-info-header h2 span,.hiw-title h2 span,.panel-content h2 {
    font-family:URWDIN-Demi;
    color:#ff6d53;
}
.modal-text h2 {
    color:#222d32;
    font-size:24px;
    font-family:URWDIN-Light;
}
.modal-text h2 span {
    font-family:URWDIN-Demi;
    color:#ff6d53;
}
.hiw-image {
    padding:5% 0;
    margin:auto;
    max-width:500px;
}
.hiw-image img {
    
    object-fit:contain;
    height:100%;
    width:100%;
}
.on-top {
    position:relative;
    height:20px;
    margin-top:-20px;
    text-align:center;
}
.on-top button {
    position:relative;
}
.sidebar-image {
    margin:auto;
}
.sidebar-image img {
    object-fit:contain;
    height:100%;
    width:100%;
}
.modal-wrapper{
    position:absolute;
    height:100%;
    width:100%;
    z-index:999;
    display:flex;
    background:rgba(0,0,0,.4);
    top:0px;
    left:0px;
}
.modal-container {
    border-radius:30px;
    background:white;
    max-width: 640px; 
    width:60%;
    height: auto;
    margin: 10% auto;
    padding: 25px;
    position: relative;
}
.modal-text {
    font-size:20px;
}
.show {
    animation-name: show;
    animation-iteration-count: 1;
    animation-timing-function:linear;
}
.hide {
    animation-name: hide;
    animation-iteration-count: 1;
    animation-timing-function:linear;
}
.bg-white {
    background:#fff;
}
.bg-ccm-gray {
    background-color: #d9d9d9;
}
.bg-pretty {
    height:100%
}
#promo_htdc {
    background-image:url('/resources/images/11.png');
    background-position: center;
    background-size: cover;
    height:100%;
}
/* .bg-pretty {
    animation-name: bg-transition;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    animation-timing-function:ease-in-out;
    -webkit-animation-timing-function:ease-in-out;
} */
@keyframes hide {
    0% {
        transform: translate(1%, 0);
    }
    100%{
        transform: translate(100%, 0);
    }
}

@keyframes show {
    0% {
        transform: translate(100%, 0);
    }
    100%{
        transform: translate(1%, 0);
    }
}
/* .bg-pretty {
    height:100%;
    width:100%;
    background-color: rgb(255,109,83);
    background: linear-gradient(163deg, rgba(235,81,52,1) 0%, rgba(188,60,31,1) 51%, rgba(125,20,42,1) 100%);
    background-size: 600% 600%;

    -webkit-animation: bg-pretty 30s ease infinite;
    -moz-animation: bg-pretty 30s ease infinite;
    animation: bg-pretty 30s ease infinite;
} */

@-webkit-keyframes bg-pretty {
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}
@-moz-keyframes bg-pretty {
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}
@keyframes bg-pretty {
    0%{background-position:13% 0%}
    50%{background-position:88% 100%}
    100%{background-position:13% 0%}
}
@media only screen and (max-width:1400px){
    .hiw-container {
        animation-name: hide;
        width:0px;
        
    }
    .panel-container {
        padding:100px 0;
    }
    .fp-info-image {
        left:10%;
    }
    /* .info-sidebar {
        width:0px;
    } */


    .slant-right-container {
        width:90%
    }
    .fp-info-image {
        left:3%;
    }
    
}

@media only screen and (max-width:768px){
    
    .field-50 {
        width:100%
    }
    .fp-hero-logo-image {
        background-position: 120% 40%;
        background-size:120% auto;
    }
    .flex-m {
        display:unset;
    }
    .half-m {
        width:100%;
    }
    .txt-left {
        text-align:center;
    }
    .panel-container {
        width:94%;
        margin:auto;
        
    }
    .panel-content {
        padding:40px 0;
    }
    .slant-right-container {
        width:100%;
        top:30%;
    }
    .slant-right-bg {
        clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
        height:70%;
    }
    .fp-info-container {
        margin:auto;
        padding:20px;
        text-align:center;
 
    }
    .fp-info-bg {
        min-height:800px;
    }
    
    .fp-info-container h2 {
        text-align: center;
    }
 
    .fp-info-bg-image h2 {
        top:100px;
        left:50%;
        transform:translate(-50%, -50%);
    }
  
    .fp-hiw-image-container {
        background-image:url('../images/ccm-hiw-ver.png');
        background-size:contain;
        background-position:center;
        min-height:550px;
        width:100%;
    }

    
}
@media screen and (max-width: 460px) {
    .forty-center {
        width:92%;
        margin-left: auto;
        margin-right:auto;

    }
    .eighty-center {
        width:92%;
        margin-left:auto!important;
        margin-right:auto!important;
        /* padding:0; // DONE FOR ORDER DETAILS PAGE*/
    }
}