body {
    font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-size: 15px;
    line-height: 1.875;*/
    color: #061b2f;
    background-color: #f8f8f8;
    font-weight: 300;
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.25;
    color: #061b2f;
}


hr {
    height: 2px;
    background-color: #e9e8e8;
    border: none;
    margin: 1.5em 0;
}

header {
    background: black;
    position: relative;
    z-index: 5;
}



header > .headerInner > div {
    padding-top: 125px;
    position: relative;
}

header > .headerInner > div > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

header > .headerInner > div > div:after {
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 4px 11px rgba(0,0,0,.4);
}

header > .loged-in {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

header > .loged-in > a {
    display: inline-block;
    line-height: 125px;
    border-left: 1px solid white;
    color: white;
    text-decoration: none;
    width: 125px;
    text-align: center;
}

.table:last-child {
    margin-bottom: 0;
}

.marsaContainer {
    max-width: 1032px;
    padding-left: 1em;
    padding-right: 1em;
    margin: auto;
    position: relative;
}

.logo {
    height: 250px;
    text-align: center;
    display: table;
    z-index: 4;
}

.logo:first-child {
    background-color: white;
}

.logo:last-child {
    background-color: #434448;
}

.logo > a {
    display: table-cell;
    vertical-align: middle;
}

.logo:first-child > a {
    padding: 65px;
}

.logo:last-child > a {
    padding: 50px;
}

.logo > a > img {
    max-width: 100%;
}

.pattern-band {
    height: 40px;
    border-top: 6px solid #b69d82;
    border-bottom: 6px solid #b69d82;
    background: url(../img/arabesque-tile.gif) repeat center center/contain;
}

.marsaContent {
    padding: 2em;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    margin-bottom: 3em;
    background-color: white;
}

footer {
    box-shadow: 0 -4px 11px rgba(0,0,0,.06);
    z-index: 10;
    background-color: white;
}

.map {
    height: 401px;
    border: 1px solid #e9e8e8;
}
.map.loggedinMap {
    height: 149px;
}

.footer-bottom {
    padding: 1em 0;
    border-top: 1px solid #e9e8e8;
    font-family: "Rubik","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: #061b2f;
    font-size: 12px;
}
.btn {
    border-radius: 0;
}
.form-control, .custom-select{
    border-radius:0 !important;
}

.shortCut > a.btn {
    margin-bottom: 5px;
    text-align: left;
}

.card {
    border: 1px solid #343a40;
}
.card + .card{
    margin-top:30px;
}

.card, .card-header:first-child {
    border-radius: 0;
}

.card-header {
    margin-bottom: 0;
    background-color: #343a40;
    color: white;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 500;
    border: none;
}

.marsaSlider {
    height: 65vh;
}
.marsaBg {
    height: 50vh;
    background: url(../img/slide1.jpg) no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.question, .answer{
    margin-left:15px;
}
.question {
    margin-bottom: 15px;
}
.rightAnswer {
    border: 1px solid;
    padding: 5px 12px;
    margin: 15px 0 0 -24px;
    background-color: #e1e4e4;
}
ol {
    font-weight: bold;
    padding-left: 24px;
}
ol > li {

}
ol > li:not(:last-child) {
    margin-bottom: 30px;
}
ol > li > * {
    font-weight: normal;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57 !important;
    background-color: #34ce57 !important;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d !important;
    background-color: #e4606d !important;
}
.testResult {
    float: right;
    font-size: 16px;
    line-height: 30px;
    font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}
label:not(.custom-control-label) {
    font-weight: 600;
}
.custom-control-label{
    font-weight:400;
}
label {
    display: block;
}
.containerMargin{
    margin-top: -34vh;
}
.embed-responsive {
    padding-bottom: 90%;
}

@media (max-width: 1000px) {
    .logo {
        height: 184px;
    }
    .logo:first-child > a {
        padding: 45px;
    }
    .logo:last-child > a {
        padding: 40px;
    }
    .containerMargin {
        margin-top: -44vh;
    }
    .marsaContent > h3, .marsaContent > h2{
        font-size: 1.5rem;
    }
    .marsaSlider {
        height: 50vh;
    }
}
@media (max-width: 767px) {
    header > .headerInner > div {
        padding-top: 100px;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .logo {
        height: 100px;
    }
    .marsaContent {
        padding: 1em;
    }
    .logo:first-child > a, .logo:last-child > a {
        padding: 20px;
    }
    .logo > a > img {
        height: 50px;
    }
    .map {
        margin-bottom: 30px;
    }
    .table {
        font-size: 12px;
    }
    header > .loged-in {
        top: 110px;
        background-color: #434448;
        height: 40px;
    }
    header > .loged-in > a {
        line-height: 40px;
        border-left: none;
        width: 90px;
    }
    header > .loged-in > a:not(:last-child) {
        border-right: 1px solid white;
    }
    .embed-responsive {
        padding-bottom: 130%;
    }

}

.marsaSlider ~ .marsaContainer{
    margin-top: -80px;
}

.recaptcha-wrap {
    position: relative;
    height: 76px;
    background: #f9f9f9;
    border: 1px solid #cccccc;
    padding-left: 10px;
    margin-bottom: 15px;

}

.recaptcha-wrap:after {
    content: '';
    display: block;
    background-color: #f9f9f9;
    height: 5px;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}


.recaptcha-wrap:before {
    content: '';
    display: block;
    background-color: #f9f9f9;
    height: 100%;
    width: 15px;
    top: 0;
    left: 0px;
    position: absolute;
    z-index: 1;
}


.g-recaptcha {
    overflow: hidden;
    height: 72px;
    max-width: 294px;
    box-sizing: border-box;
    border-right: 60px solid #f9f9f9;
}