html{
    background-color: #f3f3f3;
    overflow-y: scroll;
}
body{
    background-color: #f3f3f3;
}
nav{
    padding: 0 !important;
    background-color:white;
}

.header-content {
    height: 80px;
    padding: 22px 0 21px 0;
}

@media (max-width:576px) {
    .header-content {
        height: 64px;
    }
}

#template-content{
    border-radius:0;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    margin-top: 5%;
    margin-bottom: 15%;
    height: 90%;
}

.country-selection-link {
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 30px;
}

.hero{
    height: 460px;
    background-color: #5a3674;

    background-image: url("Intrum_Fifth_Element_3D_DarkPurple_RGB_LowRes.png");
    background-size: cover;
}


.logo img{
    width: 117px;
    height: 27px;
}

.provider-logo img{
    width: 30px;
}

.welcome-text{
    margin-top: 20px;
    color: #7c7a7a;
}
.test{
    margin-top: -460px;
}

.mobile-header {
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.close-button-mobile img {
    width: 16px;
    height: 16px;
}

.lang-link-group {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background-color: #f3f3f3; }
  .lang-link-group a[class*="lang-link"] {
    font-size: small !important;
    color: #aba8a6 !important;
    padding-top: 4px;
    padding-bottom: 2px;
    cursor: pointer; }
    .lang-link-group a[class*="lang-link"].active {
      color: #000000 !important;
      font-weight: bold; }
    .lang-link-group a[class*="lang-link"]:not(:last-child) {
      border-right: 1px solid #aba8a6;
      padding-right: 15px; }
    .lang-link-group a[class*="lang-link"]:not(:first-child) {
      margin-left: 15px; }

@media (max-width:576px) {
    html{
        background-color: white;
    }
    #template-content{
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
        height: 100%;
        box-shadow: none;
    }
    .hero{
        background-color: white;
        background-image: none;
    }
    .welcome-text{
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .main-text{
        width: 50% !important;
    }
    .template-area{
        padding:0 !important;
    }
    .navbar-container{
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
        margin-bottom: 7px;
    }
    .logo img {
        width: 80px;
        height: 27px;
    }
    .header-content {
        padding: 14px 0 14px 0;
    }
    .country-selection-link {
        padding-top: 0px;
        padding-bottom: 20px;
    }
}


.lang-item{
    color: black;
    margin-right:20px;
    cursor: pointer;
}

.lang-item:hover{
    color: black;
    text-decoration: none;
}


.login-item{
    position: relative;
    padding: 30px 0 30px 0;
    border: 0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
    margin-bottom: 7px !important;
    cursor: pointer;
    border-radius: 4px;
}

.login-item-icon{
    margin: 2px 0 4px 0;
}

.card{
    margin-top: 50px;
}

div.login-item:hover{
    background-color: #F5F5F5;
    text-decoration: none;
}

div.login-item:active{
    background-color: #E8E6E4;
    text-decoration: none;
}

div.login-item:focus{
    outline: 0 !important;
    text-decoration: none;
}

div.login-item:focus-visible {
    outline: 0 !important;
    text-decoration: none;
}

div.login-item:focus-visible::after {
     content: '';
     outline: 0 !important;
     position: absolute;
     top: -4px;
     bottom: -4px;
     left: -4px;
     right: -4px;
     border-radius: 4px;
     border: 4px solid #BEB9B3;
 }

.login-option-card:hover{
    color: #007ccb;
    text-decoration: none;
}


/*
language selector
*/


  .lang-link-group a[class*=lang-link] {
    font-size: small !important;
    color: #aba8a6 !important;
    padding-top: 4px;
    padding-bottom: 2px;
    cursor: pointer;
  }
  .lang-link-group a[class*=lang-link].active {
    color: #000000 !important;
    font-weight: bold;
  }
  .lang-link-group a[class*=lang-link]:not(:last-child) {
    border-right: 1px solid #aba8a6;
    padding-right: 16px;
  }
  .lang-link-group a[class*=lang-link]:not(:first-child) {
    margin-left: 16px;
  }

.cookie-consent-container {
    background-color: #c7e4e2;
    position: relative;
    z-index: 100;
    display: none;
    color: #000;
}

.cookie-consent-container .container {
    padding: 0;
}

.cookie-consent-container .cookie-consent {
    margin-left: -15px;
    margin-right: -15px;
    padding: 24px 0;
    margin: 0
}

.cookie-consent-container .cookie-consent:before,
.cookie-consent-container .cookie-consent:after {
    content: " ";
    display: table;
}

.cookie-consent-container .cookie-consent:after {
    clear: both;
}

.cookie-consent-container .cookie-consent .cookie-text,
.cookie-consent-container .cookie-consent .cookie-button {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.cookie-text p {
    margin-top: 1rem;;
}

.cookie-consent-container .cookie-consent .cookie-button a {
    white-space: nowrap;
    float: right;
}

.cookie-button a.button.secondary {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.25);
    color: #000 !important;
}

@media (min-width: 991.98px) {
    .cookie-consent-container .cookie-consent .cookie-button {
        float: left;
        width: 50%;
    }
}

@media (min-width: 576px) {
    .cookie-consent-container .cookie-consent {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .cookie-button a.button {
        width:  100%;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 576px) {
    .cookie-button a.button {
        width: auto;
    }
}

@media (min-width: 768px) {
    .cookie-button a.button  {
        height: 48px;
        padding: 12px 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .link {
        font-size: 20px;
        line-height: 28px;
    }
}

.link-dark {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    border-bottom: 1px solid #1f1f1f;
}

a.link-dark {
    font-size: 16px !important;
}

.link-dark:hover {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    border-bottom: 1px solid rgba(31, 31, 31, 0.6);
}

.faq-container {
    position: relative;
    padding-top: 1px;
    margin-top: -1px;
    overflow: hidden;
}

.faq-title {
    padding-top: 25px;
}

.faq-wrapper {
    padding: 30px 0;
}

.faq-item {
    margin-bottom: 8px;
	position: relative;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}

.faq-item .faq-question {
	position: relative;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	padding: 24px 16px;
	width: 100%;
	cursor: pointer;
}

.faq-item .faq-question .icon {
	font-size: 16px;
	position: absolute;
	right: 16px;
	top: 28px;
}

.faq-item .faq-question.open .icon-plus {
	display: none;
}

.faq-item .faq-answer {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #707070;
	overflow: hidden;
    padding: 0 16px;
	opacity: 0;
    position: absolute;
    -moz-transition: height 0.5s cubic-bezier(.4,0,.6,1);
    -webkit-transition: height 0.5s cubic-bezier(.4,0,.6,1);
    transition: height 0.5s cubic-bezier(.4,0,.6,1);
}

.faq-item .faq-answer p {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #707070;
}


.faq-item .faq-answer .faq-answer-content {
	padding-bottom: 24px;
}

.login-link {
    padding-top: 45px;
}
@media (max-width:576px) {
    .login-link {
        padding-top: 0;
    }
}

.login-link a {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.need-help-to-login-link {
    padding: 25px 0;
}

.login-help-description{
    font-size: 20px;
    line-height: 28px;
    color: #707070;
}

/* Menu stuff */

.menu-icon-open {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.main-menu .logo {
    height: 64px;
    padding: 19px 15px;
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 576px) {
    .main-menu .logo {
        display: none;
    }
}

.main-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 200;
    transition: all .3s;
    background: transparent;
}

.main-menu .menu-container {
    background: #f5f5f5;
    opacity: 0;
    transition: all .3s;
    transition-delay: .1s;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

@media (min-width: 576px) {
    .main-menu .menu-container {
        background: #ffffff;
        position: absolute;
        width: 450px;
        right: -450px;
    }
}

.main-menu .fifth-element {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width .5s, height .5s, top .5s, right .5s;
    transition-timing-function: ease-out;
    background-color: #f5f5f5;
    opacity: 1;
    z-index: -1;
}

@media (min-width: 576px) {
    .main-menu .fifth-element {
        display: none !important;
    }
}

.main-menu.active {
    background: rgba(0, 0, 0, 0.3);
}

.main-menu.active .menu-container {
    opacity: 1;
}

@media (min-width: 576px) {
    .main-menu.active .menu-container {
        right: 0;
    }
}

.main-menu.active .fifth-element {
    width: 2000px;
    height: 2000px;
    top: -1000px;
    right: -1000px;
}

#close-menu {
    position: absolute;
    right: 30px;
    top: 34px;
    width: 20px;
}

@media (max-width: 767.98px) {
    #close-menu {
        top: 24px;
        right: 16px;
        width: 16px;
    }
}

.menu-options {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
    background: #ffffff;
    flex: 1;
    overflow-y: auto;
}

.menu-options li {
    padding: 0;
    margin: 0;
}

.menu-options li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.menu-options a {
    display: block;
    padding: 32px;
    font-size: 20px;
    color: #1f1f1f;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .menu-options a {
        padding: 20px 15px;
        font-size: 16px;
    }
}

.menu-options a.active {
    background: #f5f5f5;
}

.menu-options a.active span {
    border-bottom: 1px solid #1f1f1f;
}

.menu-options a:hover {
    text-decoration: none;
}

.menu-options a:hover span {
    color: #007cc2;
    border-bottom: 1px solid #bfe2f4;
}

/* Header menu language select dropdown */

.language-btn {
    cursor: pointer;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    position: relative;
    width: initial !important;
    padding: 7px 16px;
    margin-right: 32px;
}

.language-btn:before {
    content: '';
    position: absolute;
    right: 2px;
    top: 12px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.language-btn .fa-angle-down:before {
    position: absolute;
    right: 2px;
    top: 13px;
    bottom: 0;
}

@media (max-width: 767.98px) {
    .language-btn:before {
        top: 9px;
    }
}

.language-btn-dropdown {
    min-width: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 0 40px 0 13px !important;
}

.language-btn-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: initial;
}

.language-btn-dropdown li {
    padding: 3px 0;
    color: black;
    line-height: 1.3;
}

.language-btn-dropdown li.active {
    font-weight: bold;
    color: #1f1f1f;
}

.language-btn-dropdown li:hover {
    color: #1D527F;
    text-decoration: underline;
    cursor: pointer;
}

.language-btn-dropdown.fade {
    display: block;
    opacity: 1;
    pointer-events: initial;
}

.language-btn-dropdown.fade:not(.show) {
    opacity: 0;
    pointer-events: none;
}

/* Header menu language select */

.header-language-select {
    list-style: none;
    margin-right: 32px;
}

.header-language-select li {
    color: #aba8a6;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
}

.header-language-select li.active {
    font-weight: bold;
    color: #1f1f1f;
}

.header-language-select li:not(:last-child):after {
    display: inline-block;
    content: "";
    background: #aba8a6;
    width: 1px;
    height: 20px;
    margin: 0 15px -5px;
}

.header-language-select li.active {
    font-weight: bold;
    color: #1f1f1f;
}

/* Operational messages */

@media (max-width: 576px) {
    #operational-message-section {
        margin-bottom: 5%;
    }
}

.operational-message-container {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fbcfc9;
}

.operational-message-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.17;
    color: #993062;
    margin-bottom: 5px;
}

.operational-message-description {
    font-size: 20px;
    line-height: 1.4;
    color: #a62263;
}

.error-message {
    font-size: 20px;
    line-height: 1.4;
    color: #993062;
}
