@font-face {
    font-family: 'Line-Awesome';
    src:
      url('fonts/Line-Awesome.ttf?15lwq9') format('truetype'),
      url('fonts/Line-Awesome.woff?15lwq9') format('woff'),
      url('fonts/Line-Awesome.svg?15lwq9#Line-Awesome') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Added (missing) css rules which do NOT exist in the theme BUT required AND used in CMS templates*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
/*Start: Moneydog Custom Form Page related CSS*/
.nopad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*start: Image Checkbox related CSS*/
/*image gallery*/
.image-checkbox {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 4px solid transparent;
	margin-bottom: 0;
	outline: 0;
}
.image-checkbox input[type="checkbox"] {
	display: none;
}

.image-checkbox-checked {
	border-color: #4783B0;
}
.image-checkbox .fa {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}
.image-checkbox-checked .fa {
  display: block !important;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/*End: Image Checkbox related CSS*/
/*Start: form steps*/
.form-steps {
            text-align: center;
            position: relative;
            margin-top: 20px
        }

.form-steps fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative
}

.form-steps fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}
.form-steps fieldset:not(:first-of-type) {
    display: none
}

.form-steps fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}
.form-steps .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

    .form-steps .action-button:hover,
    .form-steps .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
    }

.form-steps .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

.form-steps .action-button-previous:hover,
.form-steps .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}
.steps-progress-bar {
margin-bottom: 30px;
overflow: hidden;
color: lightgrey
}

.steps-progress-bar .active {
    color: #000000
}

.steps-progress-bar li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative
}

.steps-progress-bar .step-1:before {
    font-family: FontAwesome;
    content: "\f0eb"
}

.steps-progress-bar .step-2:before {
    font-family: FontAwesome;
    content: "\f140"
}

.steps-progress-bar .step-3:before {
    font-family: FontAwesome;
    content: "\f274"
}

.steps-progress-bar .step-4:before {
    font-family: FontAwesome;
    content: "\f234"
}
.steps-progress-bar .step-5:before {
    font-family: FontAwesome;
    content: "\f00c"
}

.steps-progress-bar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

.steps-progress-bar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

.steps-progress-bar li.active:before,
.steps-progress-bar li.active:after {
    background: skyblue
}
/*End: form steps*/
/*End: Moneydog Custom Form Page related CSS*/
/*Custom General CSS*/
.button-disabled:hover {
    cursor: not-allowed;
}
.auth_main_container h1,.auth_main_container h2,.auth_main_container h3,.auth_main_container h4,.auth_main_container h5{
    margin-bottom:10px;
    line-height:1.2;
}
.float-right {
    float: right!important;
}
.checkbox input{
    position: absolute;
    display: inline-block;
    opacity: 0;
}
/*added new rules for this site*/
.spacer-1 { height: 10px; }
.spacer-2 { height: 20px; }
.md-banner-heading{
	padding-left: 10px;
}
.add_email input, input[type="text"], input[type="password"]
, input[type="email"], input[type="number"], textarea, select{
	border: 1px solid #e0e0e0;
    box-shadow: 0 1px 4px 0px rgb(0 0 0 / 5%);
}
#logo
{
    padding-right:20px;
    margin-left:-20px;
}
/*
.avatar-wrapper:hover {
	transform: none;	
}
*/
/*Start - css for modal window without popup-tabs*/
.popup-heading {
	list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    height: 62px;
    background: #f8f8f8;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #e0e0e0;
}
.popup-heading h3 {
	display: block;
    font-weight: 700;
    font-size: 24px;
	line-height: 62px;
	text-align: center;
}
.button.small {
	font-size: 13px;
	padding: 6px 15px;
	font-weight: 600;
	line-height: 20px;
}

body .button.small i {
	font-size: 18px;
	top: 4px;
	position: relative;	
	
}
.button.small i.icon-feather-plus { font-size: 20px; top: 2px; margin-left: -4px; margin-right: 5px;}
.dialog-with-heading .popup-tab-content {
    padding: 20px 30px;
}

@media (max-width: 480px) {
	.popup-heading {
		height: 51px;
	}
	.popup-heading h3 {
		width: 100%;
		float:left;
		line-height: 50px;
		height:50px;		
	}
}
/*End - css for modal window without popup-tabs*/
/*Start - CSS for users app*/
.with-border {
    border: 1px solid #e0e0e0;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    outline: none;
    background-color: #f8f8f8;
}
/*Start - CSS for my-account messages file link (in chatting like window)*/
.message-bubble .message-text a.ticket-file, .message-bubble .message-text a.ticket-file:hover{
    color: #000
}
.message-bubble.me .message-text a.ticket-file, .message-bubble.me .message-text a.ticket-file:hover{
    color: #fff
}
.calendly-inline-widget
{
    height:1150px !important;
}
/*12-01-2022: add css for articel details richtextblock content layout*/
.md-block-text li {
	font-size: 14px;
	color: #6e6e6e;
	font-weight: 400;
	padding-bottom: 11px;
}
.md-block-text li:last-child{padding-bottom: 0;}
.md-block-text li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: "Font Awesome 5 Pro";
	margin-right: 6px;
  }
/*allowing button text line break on smaller screens*/
.btn{
    white-space: normal;
}
/*implementing rac.co.uk ad solution*/
/*right_ad*/
.right_ad img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
.right_ad {
    background-color: #f4f4f4;    
}
.right_ad .content-wrapper {
    padding: 20px;
    position: relative;
    text-align: center;
}
.right_ad .content-wrapper h4 {
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 33px;
}
.right_ad .content{
    margin-top: 15px;
}
.right_ad .content, .right_ad .content p{
    font-size: 30px;
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
}
.right_ad .btn {
    background-color: #e10613;
}
.right_ad .btn:hover {
	background:#252525;
}
.right_ad.pension .content-wrapper h5{
color: #e10613;
}
/*middle_ad*/
.middle_ad {
    padding: 20px;
    background-color: #f4f4f4;
    margin-bottom: 1rem;
}
.middle_ad .flex-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
}
.middle_ad .flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
}
.middle_ad h3 {
    margin-top: 0;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 33px;
}
.middle_ad .content, .middle_ad .content p{
    color: #000;    
    font-size: 30px;
}
.middle_ad .content {
    margin-top:15px;
}
.middle_ad .cta-wrapper {
    margin-top: 20px;
}
.middle_ad .image-container img, .image-container-stack img {
    margin: auto;
    max-width: 100%;
}
.image-container-stack {
    display: none;
    width: 100%;
    padding: 10px 0;
    position: relative;
}
@media only screen and (max-width: 767px)
{
    .image-container img{
        display: none;
    }
    .image-container-stack {
        display: block;
    }
    .btn{
        max-width: 100%;
        padding: 10px 30px;
    }
}
@media only screen and (max-width: 991px)
{
    .display-on-mobile {
        display: block!important;
    }
}
@media only screen and (min-width: 992px)
{
    .right_ad .content-wrapper h4 {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 28px;
    }
    .right_ad .content, .right_ad .content p{
        color: #000;    
        font-size: 25px;
    }
    .right_ad .btn {
        padding: 15px 30px;
    }
}
/*adding custom css rules for article text block content layout*/
.md-block-text ul{
margin-left: 10px;
margin-bottom: 1rem;
}
.md-block-text ul ul{
margin-left: 20px;
margin-bottom: 0rem;
}
.md-block-text ul ul li:before {
    content: "\f0c8";    
}
.callback-widget{
margin-bottom: 1rem;
}
.card a.btn::after {
    content: "\f30b";
    font-family: "Font Awesome 5 Pro";
}
.mean-container a.meanmenu-reveal{
margin-top:-60px;
}
.card-footer{
background-color: #f4f4f4;
}
a.article-tag{
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px 8px;
    line-height: 1;
    background: #7E7E7E;
}
a.article-tag:hover{
    color: #fff;
}
/*Search box css*/
.searchbar {
     position: relative;
     min-width: 50px;
     width: 0%;
     height: 50px;
     float: right;
     overflow: hidden;
     -webkit-transition: width 0.3s;
     -moz-transition: width 0.3s;
     -ms-transition: width 0.3s;
     -o-transition: width 0.3s;
     transition: width 0.3s
 }

 .searchbar-input {
     top: 0;
     right: 0;
     border: 0;
     outline: 0;
     background: #e10613;
     width: 100%;
     height: 50px;
     margin: 0;
     padding: 0px 55px 0px 20px;
     font-size: 20px;
     color: #fff
 }

 .searchbar-input::-webkit-input-placeholder {
     color: #fff
 }

 .searchbar-input:-moz-placeholder {
     color: #fff
 }

 .searchbar-input::-moz-placeholder {
     color: #fff
 }

 .searchbar-input:-ms-input-placeholder {
     color: #fff
 }

 .searchbar-icon,
 .searchbar-submit {
     width: 50px;
     height: 50px;
     display: block;
     position: absolute;
     top: 0;
     font-size: 22px;
     right: 0;
     padding: 0;
     margin: 0;
     border: 0;
     outline: 0;
     line-height: 50px;
     text-align: center;
     cursor: pointer;
     color: #fff;
     background: #e10613;
     border-left: 1px solid white
 }

 .header-area .user-not-in-account .searchbar-open {
     width: 79%;
 }

 .header-area .user-in-account .searchbar-open {
    width: 68%;
}

 #contact-form input, #contact-form textarea{
     text-transform: none;
 }
 /*16-02-2022: Following css are added from live site > Settings > Layout > Custom CSS Rules saved data.*/
.article-body p, .md-block-text li{
    color: #000000;
}
.article-body .callback-widget p
{
    color: #6e6e6e;
}
.table{
    font-size: 14px;
}
.btn-danger, .card .card-footer .btn {
    background-color: #e10613;
}
.btn-danger:hover, .card .card-footer .btn:hover {
    background:#252525;
}
.card .card-title {
    color: #e10613;
}
.card .card-subtitle {
    color: #252525 !important;
}
.card .card-body {
    background-color: #f4f4f4;
}
/*16-02-2022: Following css are added from local dev site > Settings > Layout > Custom CSS Rules saved data.*/
img {
    border: 0;
}
.section__content-panel-sidebar img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
.cross-sell-block__inner-bg, .section__content-panel-sidebar__inner-bg {
    background-color: #f95108;
    background-image: radial-gradient(ellipse at top left,#F95108,#D04201);
    background-image: -webkit-radial-gradient(ellipse at top left,#F95108,#D04201);
    background-image: radial-gradient(ellipse at at top left,#F95108,#D04201);
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 20px;
}
div {
    display: block;
}
.section {
    margin: 40px 0;
}
.section__content-panel-sidebar {
    background-color: #f4f4f4;
    margin: 20px 0;
}
.section.section--no-margin {
    margin: 0;
}
.section__cross-sell, .section__content-panel-sidebar {
    position: relative;
}
.section__content-panel-sidebar .content-wrapper {
    padding: 10px;
    position: relative;
}
.section__content-panel-sidebar .content-wrapper h4 {
    color: #fff;
    font-weight: 700;
}
.section__content-panel-sidebar .content{
    font-weight: 700;
}
.btn {
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: dinroundot,Arial,sans-serif;
    font-weight: 600;
    letter-spacing: -.01em;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    padding: 16px 10px 17px;
    position: relative;
    text-align: left;
    -webkit-transition: background .15s;
    transition: background .15s;
    vertical-align: middle;
}
a {
    color: #ef6c00;
    text-decoration: none;
}
a {
    background-color: transparent;
}
.btn--primary {
    border: 1px solid #ef6c00;
    color: #fff;
    background-color: #ff8119;
    background: -webkit-linear-gradient(top,#ff8119,#ef6c00);
    background: linear-gradient(to bottom,#ff8119,#ef6c00);
}
.btn--arrow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding-right: 36px;
}
.section__content-panel-sidebar .btn--primary {
    border-color: #386c87;
    background: #386c87;
}
.container-box .block-cardgrid .container-fluid, .container-box .block-row .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

/* IW009 start  */
.iw-primary-color{
    color:#e10613 !important;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 50px 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.form-loader{
    background-image: url("../img/loader-28.gif");
    width:28px;
    height:28px;
    position: absolute;
    bottom: 10px;
    right: -15px;
}

.newsletter-form{
    position: relative;
}

.newsletter-form .form-loader{
    top: 15px;
    right: -30px;
}

.newsletter-2-form{
    position: relative;
}

.g-recaptcha {
    transform:scale(0.70);
    transform-origin:0 0;
}

.newsletter-2-form .g-recaptcha, .newsletter-form .g-recaptcha{
    margin-top: 10px;
}

.newsletter-2-form .g-recaptcha{
    margin-bottom: -20px;
}

.messages .error{
    background-color: #D04201;
    color: #FFF;
    padding: 10px;
    margin-bottom: 20px;
}

.range-slider{
    display: flex;
    align-items: center;
}

.range-slider-value-input{
    max-width: 80px;
    font-size: 14px;
    text-align: center;
}

.range-slider .currency-symbol{
    margin-left: 10px;
}

.align-items-center{
    align-items: center;
}

.custom-reg-checkbox label:first-child, .custom-reg-form-terms label:first-child{
    display:none;
}

.custom-reg-form-terms, .custom-reg-checkbox-last-item{
    margin-top: -15px;
}

.iw-password-set-container, .iw-login-container{
    width: 500px;
    margin: 50px auto;
}

.iw-password-set-container .title, .iw-login-container .title{
    text-align: center;
}

.iw-password-set-container, .iw-login-container{
    background: #f4f4f4;
    padding: 30px;
}

.messages .success{
    padding: 0px 0px 10px 0px;
}  

.iw-password-set-container .messages a, .iw-login-container .messages a{
    text-decoration: underline;
}

.header-area .lang1-icon{
    margin-left: 5px;
    padding-top: 12px;
    text-align: right;
}

.header-area .user-not-in-account .lang1-icon{
    width: 18%;
}

.header-area .user-in-account .lang1-icon{
    width: 30%;
}

.user-login .field-item label{
    width: 100%;
}

.user-password-set, .user-login{
    margin-top: 30px;
}

#user_my_account_container .card{
    margin-top: 0px !important;
}

#user_my_account_container .card .card-body{
    background-color: #FFF;
}

#user_my_account_container hr{
    margin: 20px 0px 50px 0px;
}

#user_my_account_container .list-group-item.active{
    background-color: #e10613;
    border-color: #e10613;
}

.user-profile-content .heading{
    color: #e10613;
}

.user-profile-content .sub-heading{
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 5px;
}

#user_my_account_container .messages .success, .callback-form-action-with-fifa .alert-danger{
    padding: .75rem 1.25rem;
}

.account-close-dialog h2{
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.account-close-dialog .btn{
    font-size: 1rem;
    padding: 7px 10px 7px;
    text-transform: capitalize;
    border: none;
}

.field-item{
    margin-bottom: 20px;
}

.iw-login-top-label{
    text-align: center;
    margin-bottom: 15px;
}

#titlebar.gradient {
    background: linear-gradient(to bottom, rgba(0,0,0,0.03) 0%, rgba(255,255,255,0));
    padding-bottom: 0;
}

#titlebar {
    background-color: #f8f8f8;
    position: relative;
    padding: 70px 0;
    padding-bottom: 70px;
    margin-bottom: 65px;
}

#titlebar h1, #titlebar h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 1px 0 3px 0;
}

#titlebar h2{
    font-weight: 500;
}

#breadcrumbs.dark {
    color: rgba(255,255,255,1);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    background-color: #333;
}

#breadcrumbs {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 14.7px;
    top: 50%;
    transform: translateY(-51%);
    border-radius: 4px;
    font-weight: 600;
    color: #333;
    background-color: #f0f0f0;
}

#breadcrumbs ul {
    margin: 0;
    padding: 12px 22px;
    line-height: 23px;
}

#breadcrumbs ul li:first-child {
    margin-left: 0;
}

#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 7px;
    margin-left: 7px;
}

#breadcrumbs.dark ul li a, #breadcrumbs.dark ul li a:hover {
    color: rgba(255,255,255,1);
}

#breadcrumbs ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #666;
    font-weight: 500;
}

#breadcrumbs.dark ul li::before {
    border-left: 4px solid rgba(255,255,255,0.3);
}

#breadcrumbs ul li::before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #aaa;
    font-size: 14px;
    margin-right: 12px;
}

#not-found.center {
    text-align: center;
}

#not-found {
    margin: 40px 0 80px 0;
      margin-top: 40px;
      margin-bottom: 80px;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

#not-found h2 {
    text-align: center;
    font-size: 190px;
    line-height: 210px;
    font-weight: 500;
    letter-spacing: -8px;
}

#not-found i {
    color: #e0e0e0;
    font-size: 190px;
    top: 25px;
    margin-left: -35px;
    position: relative;
}

[class^="icon-line-awesome-"], [class*=" icon-line-awesome-"] {
    font-family: 'Line-Awesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-line-awesome-question-circle::before {
    content: "\f2cc";
}

#not-found p {
    text-align: center;
    font-size: 28px;
    display: inline-block;
    margin-top: 35px;
    color: #999;
}

.not-found-search.intro-banner-search-form .intro-search-field, .not-found-search.intro-banner-search-form input, .not-found-search.intro-banner-search-form {
    background: #f7f7f7;
    box-shadow: none;
}

.intro-banner-search-form {
    display: flex;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.09);
}

.intro-banner-search-form .intro-search-field:nth-last-child(2) {
    border-right: none;
}

.intro-search-field {
    padding: 10px 12px;
    border-right: 1px solid #e4e4e4;
    flex: 1;
    align-items: center;
    display: flex;
    position: relative;
}

.intro-banner-search-form input {
    padding: 10px 15px;
}

.intro-banner-search-form input {
    box-shadow: none;
    font-size: 18px;
    margin: 0;
    width: 100%;
}

.intro-search-button {
    margin: 8px;
      margin-left: 8px;
    margin-left: 0;
    flex: auto;
      flex-grow: 1;
    flex-grow: 0;
    display: flex;
    align-items: center;
}

.intro-search-button .button {
    height: 52px;
    line-height: 52px;
    padding: 0 30px;
    font-size: 18px;
}

button.button{
    background-color: #66676b;
    top: 0;
    padding: 10px 20px;
    line-height: 24px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(102,103,107,0.15);
    box-shadow: 0 4px 12px rgba(42,65,232,0.15);
    background-color: #2a41e8;
}

.disable-button-event{
    pointer-events:none;
}

.site-cookies-manage-panel-container{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 9999;
}

#cookie_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

.site-cookies-manage-panel-content{
    width: 90%;
    padding: 40px 0px;
    margin: 0px auto;
}

body.cookie-panel-added{
    overflow: hidden;
}

.site-cookies-button-option{
    width: 100%;
    display: flex;
}

.site-cookies-button-option .custom-btn{
    background-color: #e10613;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: dinroundot,Arial,sans-serif;
    font-weight: 600;
    letter-spacing: -.01em;
    font-size: 13px;
    padding: 7px;
    -webkit-transition: background .15s;
    color: #FFF;
    text-decoration: none;
}

.site-cookies-button-option .custom-btn:last-child{
    margin-left: 10px;
}

.site-cookies-manage-panel-content p a{
    text-decoration: underline;
}

.forgot-password{
    margin-top: -15px;
    text-align: right;
}

.forgot-password a{
    color: #e10613;
}

.password_reset .input-text{
    width: 100%;
}

.password-reset-container .reset-note{
    font-size: 13px;
    padding-top: 15px;
}

.notification.error p{
    color: #e10613;
}

.password-reset-done__container .title{
    margin-top: 50px;
}

.password-reset-container .input-with-icon-left{
    margin-bottom: 10px;
}

.password-reset-container .input-with-icon-left:last-child{
    margin-bottom: 0px;
}

#sendgrid_popup_existing_message a, .reset-note a{
    text-decoration: underline;
}

.mobile-menu .mean-bar{
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #user_my_account_container .card{
        margin-top: 30px !important;
    }

    .iw-password-set-container, .iw-login-container{
        width: 80%;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1200px)  {
    .header-area .user-not-in-account .lang1-icon{
        width: 22%;
    }

    .header-area .user-not-in-account .searchbar-open{
        width: 75%;
    }

    .header-area .user-in-account .lang1-icon{
        width: 38%;
    }

    .header-area .user-in-account .searchbar-open{
        width: 60%;
    }
}

@media screen and (max-width: 989px) {
    .header-area .user-in-account .lang1-icon{
        width: 32%;
    }

    .header-area .user-in-account .searchbar-open{
        width: 66%;
    }
}

@media screen and (max-width: 500px) {
    #titlebar h2{
        text-align: center;
    }

    #breadcrumbs{
        position: inherit;
        right: auto;
        display: block;
        width: 320px;
        margin: 0px auto;
    }
}


/* IW009 end */
/*------------------------------*/
