@import url('https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700&display=swap');

/* IE style fix */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .before-main {
        background-image: none !important;
    }
    .cta{
        padding-top:30px !important;
    }
    .cta img{
        display:none !important;
    }
    .dark-bg-top img{
        display:none !important;
    }
    .contact-block{
        padding-left:0 !important;
        background-image: none !important;
    }
 }
 /* End IE style fix */



/* Main Styles */

body{
    margin:0;
    font-family: 'Catamaran', sans-serif;
    font-size:16px;
    font: 16px/1.5em 'Catamaran', sans-serif;
    color: #333;
    font-weight: 300;
}

@media only screen and (min-width: 1000px){
    body{
        font-size:18px;
    }
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.3;
    color: #4C46C7;
}
h1{
    font-size: 1.7em;
}
@media only screen and (min-width: 500px){
    h1{
        font-size: 2em;
    }
}
h2{
    font-size:1.5em;
}
h3{
    font-size:1.3em;
}
p{
    line-height:1.6em;
}
a{
    color:#8A28D7;
}
button, .button, input[type=submit] {
    -webkit-appearance: none;
    border-radius: 100px;
    color:#ffffff;
    background-color: #8A28D7;
    text-decoration:none;
    line-height:1.2;
    border:none;
}
input[type=submit]:disabled {
    background-color:#a9a5a5;
}

input[type=submit]:disabled:hover {
    background-color:#a9a5a5;
}
button:hover, .button:hover, input[type=submit]:hover {
    background-color: #B500BA;
}
button:active, .button:active, input[type=submit]:active {
    background-color: #B500BA;
}
.button{
    padding: 1em 1.5em;
    text-align:center;
}
.button-wrap{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    width:80px;
}
input{
    border-radius: 100px;
    /* font-size: 12px; */
    border-style: none;
    border: solid 1px #CCD8E2;
    padding:7px 15px;
    width: 40%;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
}

img{
    max-width:100%;
}
li{
    line-height:1.3em;
    margin: 0.7em 0;

}
header{
    background-color: #4C46C7;
    background-image: url('../img/backgrounds/medical-billing-background-main.jpg');
    background-size:cover;
    background-position:top center;
    padding-top:58px;
}
.header{
    display:flex;
    flex-direction:row;
    justify-content: center;
    color:#ffffff;
    background-size:cover;
    background-position:top center;
    z-index: 1;
    padding-top:65px;
}
#header-nav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    top: 56px;
    z-index: 9999;
    width: 100%;
    transition: background-color 0.2s ease-in;
    transition: top 0.2s ease-in;
    transition: padding 0.2s ease-in;
}

nav {
    display:flex;
    justify-content: space-between;
    align-items:flex-end;
}

nav ul{
    margin:0;
}
@media only screen and (min-width: 1280px) {
    nav ul{
        display:block;
    }
  }

nav ul li{
    list-style-type: none;
    margin-left:45px;
    text-align: center;
    padding: 0;
    margin: 0;
}
@media only screen and (min-width: 1280px){
    nav ul li{
        display:inline;
        list-style-type: none;
        margin-left:35px;
    }
}
nav ul li a{
    color:#ffffff;
    text-decoration: none;
    padding: 20px 0;
    margin: 0;
    display:block;
}
@media only screen and (min-width: 1280px){
    nav ul li a{
        color:#ffffff;
        text-decoration: none;
        padding-bottom: 5px;
        display:inline;
    }
}
nav ul li a:hover, nav ul li a:active, nav ul li a:focus{
    background-color:rgba(255,255,255,0.3);
}
@media only screen and (min-width: 1280px){
    nav ul li a:hover, nav ul li a:active, nav ul li a:focus{
        border-bottom:solid 2px #ffffff;
        background-color:rgba(255,255,255,0);
    }
}
div{
    box-sizing:border-box;
}
main{
    display:flex;
    flex-direction:row;
    justify-content: center;
}
.move-up{
    margin-top:-40px;
}
@media only screen and (min-width: 800px){
    .move-up{
        margin-top:-75px;
    }
}

.col-2-box{
    display:flex;
    flex-direction: column;
}
@media only screen and (min-width: 800px){
    .col-2-box{
        display:flex;
        flex-direction: row;

    }
    .wrap-box{
        flex-wrap: wrap;
    }
}
.col-2-box img{
    width: 450px;
    max-width: 90%;
    margin: 0 auto;
    display: block;
}
@media only screen and (min-width: 800px){
    .col-2-box img{
        width:40%;
        margin-right:10%;
    }
    .col-2-box div{
        width:50%;
    }
}

.box-img{
    flex-direction: column-reverse;
    padding-bottom:30px;
}
@media only screen and (min-width: 800px){
    .box-img{
        flex-direction: row-reverse;
        align-items:center;
    }
}
@media only screen and (min-width: 800px){
    .box-reverse{
        flex-direction: row;
    }
}

@media only screen and (min-width: 800px){
    .box-reverse img {
        width: 40%;
        margin-right:0;
        margin-left: 10%;
    }
}
.disable-button{
  background-color: #e3e5e5;
}
.disable-button:hover{
  background-color: #e3e5e5;
}
.center{
  margin:auto !important;
}
.center-t{
    text-align:center;
}
.left-t{
    text-align:left;
}
.right-t{
    text-align:right;
}
.bigger-t{
    font-size:1.1em;
}
@media only screen and (min-width: 500px){
    .bigger-t{
        font-size:1.2em;
    }
}
.thin-t{
    font-weight:300 !important;
}
.medium-t{
    font-weight:500;
}
.thick-t{
    font-weight:600;
}
.nowrap-t{
    white-space: nowrap;
}
.divider-before{
    border-left:2px solid #333333;
    margin-left:6px;
    padding-left:8px;
}
.block-button{
    display:block;
}
.inline-block-button{
    display:inline-block;
}
.signup-button{
    font-weight: 600;
    color: #4C46C7;
    background-color: #ECF2FB;
    margin-bottom:20px;
    padding: 0.8em 2.2em;
}
.signup-button:hover, .signup-button:active, .signup-button:focus{
    background-color: #ffffff;
}
.small-button{
    margin:10px 0 20px 0;
    padding: 0.8em 2.2em;
}
.mini-button{
    margin:0 0 20px 0;
    padding: 0.6em 1.6em;
}
.ico-small{
    width:50px !important;
}
.ico-medium{
    width:80px !important;
}
.container{
    width:100%;
    flex-basis: 1280px;
    max-width:1280px;
    padding:0 20px;
    box-sizing: border-box;
}
.container{
    padding:0 30px;
}
.menu-active{
    background-color:rgba(255,255,255,0.3);
}
@media only screen and (min-width: 1280px){
    .menu-active{
        border-bottom:solid 2px #ffffff;
        background-color:rgba(255,255,255,0);
    }
}

nav .button{
    display:block;
    padding: 10px 15px 8px 15px;
    font-weight: 600;
    color:#4C46C7;
    background-color: #ECF2FB;
    margin-left:15px;
    font-size:14px;
}
@media only screen and (max-width: 380px){
    nav .button{
        margin-left:17px;
    }
}
@media only screen and (max-width: 370px){
    nav .button{
        padding: 8px 15px 6px 15px;
        font-size:13px;
    }
}

nav .button:hover, nav .button:focus, nav .button:active{
    background-color: #ffffff;
}
@media only screen and (min-width: 1280px) {
    nav .button{
        padding: 10px 22px 8px 22px;
        margin-left:22px;
    }
}
main a{
    font-weight:600;
}
.before-main{
    height: 80px;
    margin-top: -80px;
}
@media only screen and (min-width: 800px) {
    .before-main{
        height: 80px;
        background-image: url('../img/backgrounds/curved-top.svg');
        -ms-background-image: none;
        background-position: top center;
        background-size: cover;

        background-repeat: no-repeat;
        margin-top: -80px;
    }
}
.login{
    z-index: 2;
    display:flex;
    flex-direction:row;
    justify-content: center;
    background-color: #ECF2FB;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}
@media only screen and (min-width: 800px) {
    .login{
        background: linear-gradient(90deg, rgba(0,0,0,0) 57%, #ECF2FB 43%);
    }
  }
.login .container{
    display:flex;
    flex-direction:row-reverse;
}

.login form{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    width:100%;
    flex-basis: 100%;
    box-sizing: border-box;
    background-color: #ECF2FB;
    padding: 8px 0 8px 0;
}
@media only screen and (min-width: 800px) {
    .login form{
        display:flex;
        flex-direction:row;
        width:50%;
        flex-basis: 50%;
        border-radius:0 0 0 100px;
        padding: 15px 0 10px 37px;
    }
  }
.login form input[type=text] {
    width:75%;
}
.login form input[type=submit] {
    width:20%;
}
.logo{
    height: 45px;
    display: flex;
    align-items: flex-end;
}
@media only screen and (max-width: 350px){
    .logo{
        align-items: center;
    }
}
@media only screen and (min-width: 800px){
    .logo{
        height: 55px;
    }
}
.image-link{
    font-size:50px;
}
.logo img{
    width:105px;
    padding-right:10px;
    border-right: solid 1px #CCD8E2;
}
@media only screen and (min-width: 1030px){
    .logo img{
        width:138px;
    }
}
@media only screen and (min-width: 1280px){
    .logo img{
        padding-right:22px;
    }
}

@media only screen and (min-width: 1280px){
    nav ul {
        display: block;
    }
}
.dark-bg{
    background-color:#4C46C7;
    background-image: linear-gradient(to bottom right, #0092F5, #4D44CC, #5100A0);
    color:#ffffff;
}
.dark-bg h1{
    color:#ffffff;
}
.dark-bg-top{
    flex-direction: column;
    align-items: center;
}
.dark-bg-top img{
    width:100%;
    margin-top:-2px;
}
.app-download{
    text-align: center;
    border-top: solid 1px #CCD8E2;
    padding-bottom:60px;
    font-size:1.1em;
}
.app-download img{
    width:150px;
}
.under-blue-bg{
    border:0;
    margin-top:50px;
}
.border-bottom{
    border-bottom: solid 1px #CCD8E2;
    padding-bottom: 50px;
    margin-bottom: 70px;
}
@media only screen and (min-width: 800px){
    .border-bottom{
        margin-bottom: 120px;
    }
}
.contact-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom:80px;
    font-size: 1.2em;
}
.contact-box .medium-t{
   max-width:860px;
}
.contact-box p{
    width:100%;
    max-width:550px;
}
footer{
    display:flex;
    flex-direction:column;
    justify-content: center;
    background-color: #E9F1FA;
}
.footer-top{
    padding: 40px 0 30px 0;
    color: #56595B;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
@media only screen and (min-width: 930px){
    .footer-top p, .footer-top li{
        font-size:16px;
    }
}

    @media only screen and (min-width: 930px){
        .footer-top .container{
            display:flex;
            flex-direction: row;
        }
        .footer-contact{
            box-sizing: border-box;
            padding-right: 5%;
            width:35%;
        }
        .footer-services{
            box-sizing: border-box;
            padding-right: 5%;
            width:20%;
        }
        .footer-company{
            box-sizing: border-box;
            padding-right: 5%;
            width:20%;
        }
        .footer-social{
            box-sizing: border-box;
            padding-right: 5%;
            width:25%;
        }
    }

.logo-footer{
    width:135px;
    margin-bottom:15px;
}

.footer-contact-info{
    color:#4D44CC;
    font-weight:600;
}
.footer-contact-info a{
    color:#4D44CC;
    text-decoration:none;
}
.footer-top h3{
    margin-top:2em;
}
@media only screen and (min-width: 930px){
    .footer-top h3{
        margin-top:0.2em;
    }
}

.footer-top ul{
    padding:0;
    list-style-type: none;
    line-height:33px;
}
.footer-top ul li a{
    text-decoration:none;
    color:#56595B;
    font-weight:400;
}
.footer-top ul li a:hover, .footer-top ul li a:focus, .footer-top ul li a:active {
    text-decoration:underline;
    color:#56595B;
}
.list-social{
    display:flex;
}
.social-icon{
    width:50px;
    margin-right:12px;
}

.footer-bottom{
    text-align:center;
    color: #4D44CC;
    font-size: 0.9em;
    font-weight: 400;
    background-color: #C1CFE0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* End Main Styles */


/* Subpages Custom Styles */

.subpages-before{
    height: 60px;
    background-image: url('../img/backgrounds/curved-top-subpages.svg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -60px;
}
@media only screen and (min-width: 800px) {
    .subpages-before{
        height: 100px;
        background-image: url('../img/backgrounds/curved-top-subpages.svg');
        margin-top: -100px;
    }
}
@media only screen and (min-width: 1230px) {
    .subpages-before{
        height: 130px;
        margin-top:-120px;
    }
}
header h1{
    color:#ffffff;
    text-align: center;
    margin: 40px 0 60px 0;
}
@media only screen and (min-width: 500px) {
    header h1{
        margin: 50px 0 60px 0;
    }
}
@media only screen and (min-width: 600px) {
    header h1{
        margin: 90px 0 110px 0;
    }
}
@media only screen and (min-width: 800px) {
    header h1{
        margin: 90px 0 140px 0;
    }
}
@media only screen and (min-width: 900px) {
    header h1{
        margin: 145px 0 180px 0;
        font-size: 2.4em;
    }
}
.subpages-header h1{
    margin: 55px 0 60px 0;
}
@media only screen and (min-width: 600px) {
    .subpages-header h1{
        margin: 60px 0 70px 0;
    }
}
@media only screen and (min-width: 800px) {
    .subpages-header h1{
        margin: 90px 0 110px 0;
    }
}
@media only screen and (min-width: 900px) {
    .subpages-header h1{
        margin: 105px 0 115px 0;
    }
}

/* Homepage */

.choose-user-type{
    display:flex;
    flex-direction:column;
    margin-bottom:60px;

}
@media only screen and (min-width: 800px){
    .choose-user-type{
        flex-direction:row;
        justify-content: space-around;
    }
}
.user-type{
    display:flex;
    flex-direction: column;
    align-items: center;
    background-color:#ffffff;
    border: solid 1px #ECF2FB;
    margin: 5px 0;
    padding:25px 15px;
    padding:15px;
    box-shadow: 2px 10px 10px #9388a5;
}
@media only screen and (min-width: 500px){
    .user-type{
        flex-direction: row;
        padding:15px 25px 20px 25px;
    }
}
@media only screen and (min-width: 800px){
    .user-type{
        flex-direction: column;
        width:45%;
        max-width:500px;
        padding: 40px 25px 40px 25px;
        box-sizing: border-box;
    }
}
.user-type-icon{
    width:88px;
    height:60px;
    display:none;
}
@media only screen and (min-width: 500px){
    .user-type-icon{
        display:block;
        width:70px;
    }
}
@media only screen and (min-width: 800px){
    .user-type-icon{
        width:105px;
    }
}

@media only screen and (min-width: 500px){
    .user-type-name{
        padding-left:30px;
    }
}
@media only screen and (min-width: 800px){
    .user-type-name{
        padding-left:0;
    }
}
.user-type-name h2{
    text-align:center;
    margin:5px 0;
}
@media only screen and (min-width: 500px){
    .user-type-name h2{
        text-align:left;
        margin:10px 0;
    }
}
@media only screen and (min-width: 800px){
    .user-type-name h2{
        text-align:center;
        margin: 11px 0 15px 0;
    }
}
.user-type-name .button{
    display:block;
    padding: 0.7em 1.5em;
}

.user-type-name .multi-button{
    display: inline-block;
    padding: 0.7em 1.5em;
}

.maintenance_banner {
    border: 2px solid #FA9C1B;
    background-color: #FFB347;
    color: #333333;
    font-size: 1em;
    padding: 0.5em;
    margin-top: 2em;
    text-align: center;
}


/* FAQ Page */

.faq-section {
    padding: 40px 0px;
}

.faq {
    /* width: 100%; */
    display: block;
}

.pay-bill {
    text-align: center;
    margin: auto;
    font-size: 1.25em;
}

/* Consultant Page */

.consultant-header{
    background-color: #4C46C7;
    background-image: url('../img/backgrounds/medical-billing-consultant-background.jpg');
}
.consultant-header-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media only screen and (min-width: 800px){
    .consultant-header-wrap{
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content: space-between;
    }
}
.consultant-header-content{
    width:100%;
    max-width:570px;
}
@media only screen and (min-width: 800px){
    .consultant-header-content{
        width:50%;
        flex-basis:50%;
        padding-bottom:130px;
    }
}
@media only screen and (min-width: 1280px){
    .consultant-header-content{
        padding-bottom:150px;
    }
}
.consultant-header-content h1{
    text-align:left;
    margin: 55px 0 15px 0;
}
@media only screen and (min-width: 600px){
    .consultant-header-content h1{
        margin: 80px 0 15px 0;
    }
}
@media only screen and (min-width: 800px){
    .consultant-header-content h1{
        margin: 90px 0 15px 0;
    }
}
@media only screen and (min-width: 1280px){
    .consultant-header-content h1{
        margin: 140px 0 15px 0;
    }
}
.consultant-header-content p{
   font-size:1.2em;
   line-height: 1.4;
}
@media only screen and (min-width: 500px){
    .consultant-header-content p{
        font-size:1.3em;
        line-height: 1.5;
     }
}
.header-image{
    width:557px;
    margin-top: -10px;
    margin-bottom:20px;
 }
 @media only screen and (min-width: 500px){
    .header-image{
        width:443px;
     }
 }

 @media only screen and (min-width: 800px){
    .header-image{
        width:45%;
        flex-basis:45%;
        margin-top:0;
        margin-right:-20px;
        margin-bottom:0;
     }
 }
 @media only screen and (min-width: 800px) {
    .consultant-before{
        height: 200px;
        background-image: url('../img/backgrounds/curved-top-as.svg');
        margin-top:-200px;
    }
}
@media only screen and (min-width: 1230px) {
    .consultant-before{
        height: 350px;
        margin-top:-350px;
    }
}
.consultant-services{
    padding: 60px 0;
}
.service-details{
    padding:40px 0;
}
@media only screen and (min-width: 800px){
    .service-details{
        width:50%;
        flex-basis: 50%;
        padding: 40px 50px;
    }
}
.service-details img{
    margin:0;
}
.service-details ul{
    list-style: none;
    padding:0;
}
.service-details li{
    padding-left:35px;
    background-image: url('../img/icons/bullet-pink.svg');
    background-size:17px 17px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    font-size:1.1em;
}
.service-details-contact{
    border-left: #B500BA solid 6px;
    padding-left:10px;
    margin-top: 30px;
}

.service-details-large{
    padding:40px 0;
}
@media only screen and (min-width: 800px){
    .service-details-large{
        width:70%;
        flex-basis: 50%;
        padding: 40px 50px;
    }
}
.service-details-large img{
    margin:0;
}
.service-details-large ul{
    list-style: none;
    padding:0;
}
.service-details-large li{
    padding-left:35px;
    background-image: url('../img/icons/bullet-pink.svg');
    background-size:17px 17px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    font-size:1.1em;
}

 .cta{
    display:flex;
    padding-bottom:50px;

}
.cta .container{
    flex-basis: auto;
}
.cta img{
    margin-bottom:50px;
}

.cta .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cta h1{
    color:#ffffff;
    width:100%;
    max-width: 770px;
    margin:initial auto;
}


/* Groups Page */

.groups .ico-small{
    width:65px !important;
}
.groups {
    padding: 30px 0;
}
@media only screen and (min-width: 500px){
    .groups {
        padding: 60px 0 30px 0;
    }
}


/* About Us Page */

.about-us .box-img{
    flex-direction: column;
}
@media only screen and (min-width: 800px){
    .about-us .box-img{
        flex-direction: row-reverse;
        align-items:center;
    }
}
.about-us .box-img img{
    margin-top:30px;
}
@media only screen and (min-width: 800px){
    .about-us .box-img img{
        margin-top:0;
    }
}
@media only screen and (min-width: 800px){
    .about-us .box-reverse{
        flex-direction: row;
    }
}
.about-us {
    padding: 40px 0;
}
@media only screen and (min-width: 800px){
    .about-us {
        padding: 80px 0 120px 0;
    }
}
.systems-gdpr .box-img{
    flex-direction: column;
}
@media only screen and (min-width: 800px){
    .systems-gdpr .box-img{
        flex-direction: row-reverse;
        align-items:center;
    }
    .systems-gdpr .box-reverse{
        flex-direction: row;
        align-items:center;
        padding-bottom:80px;
    }
}
.systems-gdpr .box-img img{
    margin-top:30px;
}
@media only screen and (min-width: 800px){
    .systems-gdpr .box-img img{
        margin-top:0;
    }
}
.systems-gdpr{
    padding: 80px 0;
}
.about-service{
    padding: 80px 0;
}
.TandCBox{
  overflow: auto; 
  height: 200px; 
  /* box-sizing: border-box; */
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  /* border-style: none; */
  border: solid 1px #CCD8E2;
  background-color:#F5F5F5;
  padding: 7px 15px;
  margin:5px 0 20px 0;
}
.team-members{
    padding-bottom:80px;
}
@media only screen and (min-width: 700px){
    .team-members{
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
    }
}
.team-member{
    text-align:center;
    padding-bottom:30px;
}
@media only screen and (min-width: 700px){
    .team-member{
        width:50%;
    }
}
@media only screen and (min-width: 900px){
    .team-member{
        width:33%;
    }
}
.team-member figure{
    margin-bottom:0.8em;
}
.team-member figure img{
    width:150px;
    border-radius:200px;
    margin:10px 0;
}
.team-member figcaption{
    color: #4C46C7;
    font-weight:800;
    line-height: 1.4em;
}
.team-member figcaption span{
    color: #8E8E8E;
    font-weight:400;
}
.contact .col-2-box{
    align-items:center;
}
@media only screen and (min-width: 800px){
    .contact .col-2-box div{
        width:100%;
    }
}

/* Facilities Page */

.facilities .box-img{
    flex-direction: column;
}
@media only screen and (min-width: 800px){
    .facilities .box-img{
        flex-direction: row-reverse;
        align-items:center;
    }
}
.facilities .box-img img{
    margin-top:30px;
}
@media only screen and (min-width: 800px){
    .facilities .box-img img{
        margin-top:0;
    }
}
.facilities {
    padding: 40px 0;
}
@media only screen and (min-width: 800px){
    .facilities {
        padding: 80px 0 60px 0;
    }
}


/* Careers Page */

.careers {
    padding: 40px 0 0 0;
}
@media only screen and (min-width: 800px){
    .careers {
        padding: 80px 0 0 0;
    }
}
.careers .box-img{
    flex-direction: column;
}
@media only screen and (min-width: 800px){
    .careers .box-img{
        flex-direction: row-reverse;
        align-items:center;
    }
}
.careers .box-img img{
    margin-top:30px;
}
@media only screen and (min-width: 800px){
    .careers .box-img img{
        margin-top:0;
    }
}
.job-offer ul{
    list-style: none;
    padding:0;
    margin:0;
}
.job-offer li{
    padding-left:35px;
    background-image: url('../img/icons/bullet-pink.svg');
    background-size:17px 17px;
    background-position: 0 1px;
    background-repeat: no-repeat;
    font-size:1em;
}
.job-offers-container{
    padding-bottom:50px;
}
.job-offers-container .container{
    flex-basis:auto;
}
.job-offers{
    display:flex;
    flex-direction:column;
    align-items:center;
}
.job-offers h1{
    margin:2em 0;
}
.job-offer{
    color:#707070;
    background-color:#ffffff;
    padding:30px;
    margin-bottom:65px;
    width:100%;
    max-width:800px;
    box-shadow: 2px 10px 10px #38138e;
}
.job-offer img{
    max-width: 100px;
}
@media only screen and (min-width: 400px){
    .job-offer{
        padding:30px 50px;
    }
}

.job-offer p, .job-offer ul{
    color:#333333;
}
.job-offer .content p, .job-offer .content ul{
    color:#333333;
    margin: 21px 0 40px 0;
}
@media only screen and (min-width: 400px){
    .job-offer .content h3, .job-offer .content p, .job-offer .content ul{
        padding-left:50px;
    }

}

.job-offer h3{
    color:#4C46C7;
    margin:0;
}
@media only screen and (min-width: 400px){
    .job-offer h3{
        color:#4C46C7;
        min-height:42px;
        /* line-height:42px; */
        background-repeat:no-repeat;
        background-size:30px;
    }
}
@media only screen and (min-width: 400px){
    .job-headline-description{
        background-image:url('../img/icons/job-headline-description.svg');
    }
    .job-headline-duties{
        background-image:url('../img/icons/job-headline-duties.svg');
    }
    .job-headline-requirements{
        background-image:url('../img/icons/job-headline-requirements.svg');
    }
    .job-headline-info{
        background-image:url('../img/icons/job-headline-info.svg');
    }
}
.job-offer .button{
    display:block;
    margin:0 auto;
    padding: 0.8em 2.5em;
    font-size:1em;
    width:100px;
    cursor: pointer;
}
.measuringWrapper{
    padding:20px 0;
}
.benefits {
    padding: 40px 0 ;
}
@media only screen and (min-width: 800px){
    .benefits {
        padding: 80px 0;
    }
}
.list-of-benefits figure{
    text-align:center;
    margin:40px 0 50px 0;

}
@media only screen and (min-width: 550px){
    .list-of-benefits figure{
        width:50%;
        font-size:0.8em;
    }
}
@media only screen and (min-width: 700px){
    .list-of-benefits figure{
        width:33%;
    }
}
@media only screen and (min-width: 1000px){
    .list-of-benefits figure{
        width:25%;
    }
}
.list-of-benefits figure img{
    margin:15px 0;
}
.list-of-benefits{
    display: none;
}
@media only screen and (min-width: 550px){
.list-of-benefits{
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
}
}
@media only screen and (min-width: 600px){
    .list-of-benefits{
        display: flex;
    }

}
.bm-carousel-item figure{
    text-align:center;

}
@media only screen and (min-width: 550px){
    .bm-carousel-item figure{
        font-size:0.8em;
    }
}

.bm-carousel-item figure img{
    margin:15px 0;
}
.careers-contact-box{
    font-size: 1em;
    padding-top:50px;
}
.careers-contact-box p{
    max-width:700px;
}


/* RPM Page */

.rpm {
    padding: 40px 0 80px 0;
}
@media only screen and (min-width: 800px){
    .rpm {
        padding: 80px 0 120px 0;
    }
}

.video-box{
    height:300px;
    background-color:#e6e6e6;
    padding:20px;
}
@media only screen and (min-width: 800px){
    .video-box{
        width:45%;
        margin-right:5%;
    }
}
.rpm ul{
    list-style: none;
    padding:0;
    margin:0;
}
@media only screen and (min-width: 800px){
    .rpm ul{
        padding-right:50px;
    }
}
.rpm li{
    padding-left:35px;
    background-image: url('../img/icons/bullet-pink.svg');
    background-size:17px 17px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    font-size:1.1em;
}


/* Contact Page */

.contact {
    padding: 40px 0 80px 0;
}
@media only screen and (min-width: 800px){
    .contact {
        padding: 80px 0 120px 0;
    }
}
.contact iframe{
    max-width:100%;
    margin-top:40px;
}
@media only screen and (min-width: 800px){
    .contact iframe{
        margin-top:0;
    }
}
.contact-container{
    width:100%;
}
@media only screen and (min-width: 800px){
    .contact-container{
            padding-right:100px;
            max-width:550px
        }
}
.contact-block{
    padding-left: 50px;
    padding-top: 1px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 0 15px;
}
@media only screen and (min-width: 1000px){
    .contact-block{
        padding-left: 70px;
        padding-top: 1px;
        background-size: 40px;
        background-position: 0 10px;
    }
}
.cb-address{
    background-image:url('../img/icons/cb-address.svg');
}
.cb-telephone{
    background-image:url('../img/icons/cb-telephone.svg');
}
.cb-telephone a{
    text-decoration: none;
    color:inherit;
    font-weight:inherit;
}
.cb-email{
    background-image:url('../img/icons/cb-email.svg');
}


/* Sign Up Page */

.signup-page {
    display:flex;
    flex-direction:column;
    align-items:center;
    padding: 30px 0 60px 0;
}
.signup-page p{
    width:100%;
    max-width: 700px;
}
.signupform{
    margin-top: 30px;
}
.signupform hr{
    margin:15px 0;
    border:0;
    border-top:solid 1px #CCD8E2;
}
.signupform label{
    font-weight:400;
}
.signupform .checkbox-fields{
    margin:5px 0 20px 0;
}
.signupform .input-field{

}
.signupform .input-field input, .signupform .input-field select{
    width:100%;
    box-sizing: border-box;
    border-radius: 100px;
    border-style: none;
    border: solid 1px #CCD8E2;
    background-color:#ffffff;
    padding: 7px 15px;
    margin:5px 0 20px 0;
    font-size:1em;
}
.form-nav{
    display:flex;
    justify-content:space-between;

}
.form-nav .button{
    font-size:0.8em;

}


/* Legal Notice Page */

.legal {
    padding: 30px 0 60px 0;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.legal h3{
    margin-top:2em;
    width:100%;
    max-width:750px;
}
.legal p{
    width:100%;
    max-width:750px;
}
.important{
    background-color:#fcccfd;
    color:#b51aba;
    border:solid 4px #b51aba;
    padding:0 15px;
    font-weight:400;
    width:100%;
}


/* Privacy Policy Page */

.privacy-policy ul{
    list-style: none;
    padding:0;
    width:100%;
}
.privacy-policy li{
    padding-left:35px;
    background-image: url('../img/icons/bullet-pink.svg');
    background-size:17px 17px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    font-size:1.05em;
    box-sizing: border-box;
}
.privacy-policy {
    padding: 30px 0 60px 0;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.privacy-policy h3{
    margin-top:2em;
    width:100%;
    max-width:750px;
}
.privacy-policy p{
    width:100%;
    max-width:750px;
}
.privacy-policy li{
    width:100%;
    max-width:750px;
}

/* End Subpages Custom Styles */


/* Testimonials Carousel */

@media only screen and (min-width: 600px){
    .carousel-item{
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:center;
    }
}
.consultant-testimonials{
    padding: 60px 0 30px 0;
    border-bottom: solid 1px #CCD8E2;
}
@media only screen and (min-width: 600px){
    .consultant-testimonials{
        padding: 60px 0 60px 0;
    }
}
.consultant-testimonials img{
    width:150px;
    display:none;
}
@media only screen and (min-width: 600px){
    .consultant-testimonials img{
        display:block;
        margin-right:15px;
    }
}
.testimonial{
    font-weight:500;
    font-size:1.1em;
    line-height:1.3em;
    margin-top:40px;
 /*   background-image: url('../img/icons/testimonial-bg.svg');*/
    background-size:35px;
    background-repeat: no-repeat;
    padding: 15px 0 0 25px;
}
@media only screen and (min-width: 600px){
    .testimonial{
        margin-top:0;
        max-width:350px;
    }
}
.testimonial-name{
    font-weight:800;
    margin: 0;
    color:#4C46C7;
    line-height:1.4em;
    padding-left:25px;
}
.testimonial-function{
    margin: 0;
    color:#8E8E8E;
    line-height:1.4em;
    padding-left:25px;
}
.employee-testimonials{
    padding: 10px 0 30px 0;
    border-bottom: solid 1px #CCD8E2;
}
@media only screen and (min-width: 600px){
    .employee-testimonials{
        padding: 10px 0 60px 0;
    }
}
.employee-testimonials{
    text-align:right;
}
@media only screen and (min-width: 600px){
    .employee-testimonials .testimonial{
        margin-top:0;
        max-width:600px;
    }
}
/* End Testimonials Carousel */


/* Accordeon styles */

.accordion > input[type="checkbox"] {
    position: absolute;
    left: -100vw;
  }

  .accordion .content {
    overflow-y: hidden;
    height: 0;
    transition: height 0.3s ease;
  }

  .accordion > input[type="checkbox"]:checked ~ .content {
    height: auto;
    overflow: visible;
  }

  .accordion label {
    display: block;
  }



  .accordion .handle {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.2em;
  }

  .accordion label {
    cursor: pointer;
  }


  .accordion .handle label:before {
    font-family: 'fontawesome';
    content: "\f054";
    display: inline-block;
    margin-right: 10px;
    font-size: .58em;
    line-height: 1.556em;
    vertical-align: middle;
  }

  .accordion > input[type="checkbox"]:checked ~ .handle label:before {
    content: "\f078";
  }


/* End Accordeon styles */


/* Carousel styles */

ul.slides {
    display: block;
    position: relative;
    height: 265px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

@media only screen and (min-width: 415px){
    ul.slides {
        height: 210px;
    }
}
@media only screen and (min-width: 750px){
    ul.slides {
        height: 180px;
    }
}
.employee-testimonials ul.slides {
    height: 330px;
}
@media only screen and (min-width: 325px){
    .employee-testimonials ul.slides {
        height: 410px;
}
}
@media only screen and (min-width: 454px){
    .employee-testimonials ul.slides {
        height: 310px;
}
}
@media only screen and (min-width: 750px){
    .employee-testimonials ul.slides {
        height: 190px;
    }
}
.employee-testimonials .testimonial {
    font-size:0.8em;
}
@media only screen and (min-width: 325px){
    .employee-testimonials .testimonial {
        font-size:1.1em;
    }
}
.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

ul.slides input {
    display: none;
}


.slide-container {
    display: block;
}

.slide-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    opacity: 0;
    transition: all .7s ease-in-out;
}
@media only screen and (min-width: 750px){
    .slide-image {
        position: absolute;
        top: 0;
    }
}

.carousel-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    font-size: 50px;
    line-height: 150px;
    color: #8DA0B2;
    display:none
}
@media only screen and (min-width: 750px){
    .carousel-controls {
        display:block;
    }
}

.carousel-controls label {
    display: none;
    position: absolute;
    padding: 0 20px;
    opacity: 0;
    cursor: pointer;
    opacity:1;
}

.carousel-controls label:hover {
    opacity: 1;
}

.carousel-controls .prev-slide {
    width: 49%;
    text-align: left;
    left: 0;
}

.carousel-controls .next-slide {
    width: 49%;
    text-align: right;
    right: 0;
}

.carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;

}
@media only screen and (min-width: 750px){
    .carousel-dots {
        display:none;
    }
}

.carousel-dots .carousel-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 5px #4C46C7;
    opacity: 0.5;
    margin: 10px;
    cursor: pointer;
}

input:checked + .slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls label {
     display: block;
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
	opacity: 1;
}


input:checked + .slide-container .nav label { display: block; }


/* End Carousel styles */


/* Benefits Carousel */

.benefits-mobile-wrapper{
    height:210px;
    position:relative;
    width:100%;
    margin:0 auto 30px auto;
  }
  @media only screen and (min-width: 600px){
    .benefits-mobile-wrapper{
        display:none;
      }
  }
  .bm-carousel-item{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    padding:25px 50px;
    opacity:0;
    transition: all 0.5s ease-in-out;
  }
  .arrow{
    border: solid black;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 12px;
  }

  .arrow-prev{
    left:5px;
    position:absolute;
    top:50%;
    transform:translateY(-50%) rotate(135deg);
  }

  .arrow-next{
      right:5px;
    position:absolute;
    top:50%;
    transform:translateY(-50%) rotate(-45deg);
    }

  .light{
    color:white;
  }

  @media (max-width: 480px) {
        .arrow, .light .arrow {
          background-size: 10px;
          background-position: 10px 50%;
        }

  }

  /*Select every element*/
  [id^="bm-item"] {
      display: none;
    }
    .bm-item-1 {
        z-index: 2;
        opacity: 1;
      }
    .bm-item-2{
    }
    .bm-item-3{
    }

    *:target ~ .bm-item-1 {
        opacity: 0;
      }

    #bm-item-1:target ~ .bm-item-1 {
        opacity: 1;
      }

    #bm-item-2:target ~ .bm-item-2, #bm-item-3:target ~ .bm-item-3, #bm-item-4:target ~ .bm-item-4, #bm-item-5:target ~ .bm-item-5, #bm-item-6:target ~ .bm-item-6, #bm-item-7:target ~ .bm-item-7, #bm-item-8:target ~ .bm-item-8, #bm-item-9:target ~ .bm-item-9, #bm-item-10:target ~ .bm-item-10, #bm-item-11:target ~ .bm-item-11, #bm-item-12:target ~ .bm-item-12, #bm-item-13:target ~ .bm-item-13, #bm-item-14:target ~ .bm-item-14, #bm-item-15:target ~ .bm-item-15, #bm-item-16:target ~ .bm-item-16, #bm-item-17:target ~ .bm-item-17 {
        z-index: 3;
        opacity: 1;
      }


/* End Benefits Carousel */


/* Popup */
.overlay {
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
  }
  @media only screen and (min-width: 800px){
    .overlay {
        top: 90px;
      }
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }

  .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 600px;
    max-width:90%;
    position: relative;
  }

  .popup h2 {
    margin-top: 0;
    color: #333;
    font-size: 25px;
    padding-right:40px;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: #4C46C7;
  }
  .popup .content {
    margin:30px 0 20px 0;
    padding:1px 0;
    overflow: auto;
  }
  /* End Popup */


  /* Mobile Navigation */

#menuToggle {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    margin-left: 20px;
  }

  #menuToggle input
  {
    display: flex;
    width: 40px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }
  @media only screen and (min-width: 1280px){
    #menuToggle input{
        display:none;
    }
   }

  #menuToggle span
  {
    display: flex;
    width: 40px;
    height: 3px;
    margin-bottom: 8px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }
  @media only screen and (min-width: 1280px){
    #menuToggle span{
        display:none;
    }
   }

  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }

  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }

  #menuToggle input:checked ~ span
  {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
  }
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    transform: rotate(-45deg) translate(0, -1px);
  }

  #menu
  {
    position: absolute;
    right: 1px;
    width: 100vw;
    height: auto;
    min-height:100vh;
    margin: -20px -31px 0 0;
    padding: 80px 0;
    background-color: #4C46C7;
    -webkit-font-smoothing: antialiased;
    transform: translateX(-150%);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }
  @media only screen and (min-width: 1280px){
    #menu
    {
      position: static;
      width: auto;
      height: auto;
      min-height:auto;
      margin: 0;
      padding: 0;
      background-color: rgba(0,0,0,0);
      -webkit-font-smoothing: none;
      transform-origin: 0;
      transform: none;
      transition: none;
    }
  }


  #menuToggle input:checked ~ ul
  {
    transform: none;
  }
  /* End Mobile Navigation */



/* New Job Collapse */

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\2212";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\2b";
}

.panel-heading a:after {
  font-family:'Glyphicons Halflings';
  content:"\2212";
  float: right;
  color: grey;
}
.panel-heading a.collapsed:after {
  content:"\2b";
}

.collapse {
    display: none;
}
.collapse.in {
    display: block;
}

/*Remove arrows for number inputs*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

/* End New Job Collapse */

/* Show & Hide service-details panels */

.hide_panel{
  display: none;
}  
.arrow_down{
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
