body {
    background-color: #000b2f;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
.page-home {

}
.page-home:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/img/bg-logo.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity : 0.08;
    z-index: -1;
}
a {
    color: white;
}

a:hover {
    color: white;
}

a:active {
    color: white;
}

.smaller-logo {
    width: 30%;
}

.hideme {
    position: absolute;
    left: -9999px;
}

input,
button,
.btn,
.form-control {
    border-radius: 0;
    -webkit-appearance: none;
    background: #ccc;
    transition: background .25s ease;
}
input:focus,
.form-control:focus {
    background: #fff;
}

label {
    font-size: 12px;
    color: #fff;
}

.btn {
    margin-top: 20px;
    background: transparent;
    border: 1px #ccc solid;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.btn:hover {

}

.select-wrap {
    position: relative;
}
.select-wrap:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #000;
}

.advertise-container {
    height: 15vh;
    width: 100%;
}

.brand-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 85vh;
    width: 100%;
}

.brand {
    min-height: 150px;
    display: flex;
    justify-content: center;
}

.full-width {
    width: 100%;
}

.groupnine {
    height: 100%;
    width: 100%;
    padding-bottom: 75px;
}

.logo {
    max-height: 50%;
    max-width: 50%;
}

.g9-logo {
    display: block;
    width: 160px;
    height: 30px;
    background: url(../img/groupnine.svg) center/contain no-repeat;
}

.header-wrap {
    padding: 0 40px;
    margin-bottom: 40px;
}

.companies-menu {
    text-align: center;
    margin-top: 20px;
}
.companies-menu li {
    min-width: 122px;
    text-align: center;
}
.companies-menu img {
    max-width: 100px;
    max-height: 50px;
}

.no-padding {
    padding: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.v-center {
    align-self: center;
}

.intro-box {
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.page-advertise h1 {
    font-size: 24px;
    display: inline-block;
    padding-bottom: 3px;
    width: auto;
    border-bottom: 2px solid #00dce4;
    font-weight: 600;
    color: #00dce4;
}
.page-advertise p {
    font-size: 14px;
    margin-bottom: 4px;
}

.form-wrap {
    margin-bottom: 100px;
}

.jobs-filter {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 1em auto;
    width: 100%;
}
.jobs-filter select {
    background-color: transparent;
    margin: 0px 15px 15px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.jobs-filter .SumoSelect > .CaptionCont {
    background-color: transparent;
    border-color: #fff;
}
.jobs-filter .SumoSelect {
    color: #fff;
}
.jobs-filter .SumoSelect:first-child {
    width: 50%;
}
.jobs-filter .SumoSelect > .optWrapper {
    background-color: #000b2f;
    position: absolute;
}
.jobs-filter .SumoSelect > .CaptionCont > label > i {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    background-image: none;
    opacity: 0.9;
}
.jobs-filter .SumoSelect .options li.opt:hover,
.jobs-filter .SumoSelect .options label:hover{
    color: #00dce4;
    background-color: transparent;
}

.brand-logo {
    float: left;
    margin-top: 40px;
    margin-bottom: 30px;
}
.brand-logo .nowthis-logo {
    height: 50px;
}

.brand-description {
    border-bottom: 1px solid #fff;
    color: #fff;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 28px;
    padding-bottom: 15px;
}

.thankyou-box {
    display: none;
}

.action-btn a {
    text-decoration: none;
    border: 1px solid #00dce4;
    padding: 10px;
    color: #00dce4;
    margin: 17px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.action-btn a:hover, .btn a:active {
    text-decoration: none;
}

.jobs-iframe {
    /*height: 500px;*/
    margin-top:20px;
}

.section-header {
    padding-top: 50px;
}

.select-style {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}

@media (max-width: 375px) {
    .jobs-filter .SumoSelect:first-child {
        width: 75%;
    }
}

@media only screen and (max-width : 770px) {
    .row { /* Overwrite bootstraps negative margin to prevent overflow */
        margin: 0;
    }

    .center-logo {
        margin-top: 20px;
    }

    .page-home:after {
        content : "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url("/img/bg-logo.png");
        background-repeat: no-repeat;
        background-size: 400px 400px;
        width: 100%;
        height: 100%;
        opacity : 0.08;
        z-index: -1;
    }

    .container-fluid .companies-menu {
        display: none;
    }

    .brand {
        min-height: auto;
        margin: 20px 0;
    }

    .brand-container {
        height: 70vh;
    }

    .action-btn a{
        display: block;
    }

}

.privacy {
    color: #fff;
}
