@charset "utf-8";
/* CSS Document */

/* COLOURS */
/* Examples on how to use: 

    color: var(--dark);
    backgound: var(--blue);

*/

:root {
    --black: #000000;
    --grey: #333333;
    --white: #ffffff;
    --lightgrey: #F5F5F5;
    --teal: #034B63;
    --wine: #C2006E;
    --darkwine: #84004B;
    --red: #C50000;
    --blue: #00B5F2;
    --seablue: #034B63;
    --seadark: #023748;
    --teal40: #78B6C4;
    --teal60: #4B9DB0;
    --teal80: #3491A6;
}

/* GLOBAL Styles */

body {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 18px;
    color: var(--grey);
    background: var(--white);
}

img {
    max-width: 100%;
    height: auto;
}

ul.nobullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

li.bullet {
    background: url(../images/bullet.png) no-repeat left top;
    padding-left: 34px;
    padding-top: 0px;
}

a {
    font-weight: 600;
    text-decoration: none;
    color: var(--wine);
}

/* Navigation */

.navbar {
    font-weight: 600;
    font-size: 1rem;
}

.navbar-brand {
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.footerbg ul {
    padding: 0;
    list-style-type: none;
}

.breadcrumbs {
    font-size: 0.75rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-wine {
    color: #fff;
    background-color: var(--wine);
    border-color: var(--wine);
    margin-bottom: 10px;
}

    .btn-wine:hover {
        color: #fff;
        background-color: var(--darkwine);
        border-color: var(--darkwine);
    }

.btn-white {
    color: var(--wine);
    background-color: var(--white);
    border-color: var(--white);
}

    .btn-white:hover {
        color: var(--wine);
        background-color: var(--lightgrey);
        border-color: var(--lightgrey);
    }

.btn-blue {
    color: #fff;
    background-color: var(--seablue);
    border-color: var(--seablue);
}

    .btn-blue:hover {
        color: #fff;
        background-color: var(--seadark);
        border-color: var(--seadark);
    }

.text-right {
    text-align: right;
}

.tborder-top {
    border-top: solid 2px #333333;
}

.rborder-bottom {
    border-bottom: solid 2px #333333;
}

/* FONTS */

h1 {
    font-size: 56px;
    font-weight: 600;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

h4 {
    font-size: 21px;
    font-weight: 600;
}

/* Backgrounds */

.careersbg {
    background: #E1EFF4;
    background-image: url("../images/careers-bg.png");
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    color: var(--grey);
}

.swooshbg {
    background: #E1EFF4;
    background-image: url("../images/swoosh-bg.png");
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    color: var(--grey);
}

.titlebg {
    background: #E1EFF4;
    background-image: url("../images/employer-bg.png");
    background-position: bottom;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    color: var(--grey);
}

.tealbg {
    background: var(--teal80);
    padding-top: 150px;
    padding-bottom: 150px;
    color: var(--white);
}

    .tealbg a {
        text-decoration: none;
        color: var(--lightgrey);
    }

.winebg {
    background: var(--wine);
    padding-top: 70px;
    padding-bottom: 70px;
    color: var(--white);
}

    .winebg a {
        text-decoration: none;
        color: var(--lightgrey);
    }

.whitebg {
    background: var(--white);
    padding-top: 80px;
    padding-bottom: 80px;
    color: var(--black);
}

.greybox {
    background: var(--lightgrey);
    padding: 20px 30px;
    border-radius: 20px;
    color: var(--grey);
}

.footerhead {
    background-image: url("../images/crowd.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.footerbg {
    background: var(--teal);
    padding-top: 80px;
    padding-bottom: 80px;
    color: var(--white);
    font-size: 0.85rem;
}

    .footerbg a {
        text-decoration: none;
        color: var(--lightgrey);
        font-weight: 600;
    }

.bluebox {
    background: var(--blue);
    padding: 30px 30px;
    border-radius: 10px;
    color: var(--white);
    text-align: center;
    margin-bottom: 20px;
}

.featurebox {
    background: var(--teal);
    padding: 30px 30px;
    border-radius: 10px;
    color: var(--white);
    margin-bottom: 20px;
    text-align: center;
    min-height: 430px;
}

.winebox {
    background: var(--wine);
    padding: 30px 30px;
    border-radius: 10px;
    color: var(--white);
    margin-bottom: 20px;
}

.whitebox {
    background: var(--white);
    border: solid 1px #cccccc;
    padding: 30px 30px;
    border-radius: 10px;
    color: var(--black);
    margin-bottom: 20px;
}

.tealbox {
    background: var(--teal);
    padding: 30px 20px;
    border-radius: 10px;
    color: var(--white);
    margin-bottom: 20px;
}

.tealbox80 {
    background: var(--teal80);
    padding: 30px 20px;
    border-radius: 10px;
    color: var(--white);
    margin-bottom: 20px;
    text-align: center;
}

.tealbox60 {
    background: var(--teal60);
    padding: 30px 20px;
    border-radius: 10px;
    color: var(--white);
    margin-bottom: 20px;
    text-align: center;
}

.tealbox40 {
    background: var(--teal40);
    padding: 30px 20px;
    border-radius: 10px;
    color: var(--white);
    margin-bottom: 20px;
    text-align: center;
}

.tealbox hr {
    border: solid 1px #ffffff;
}

.tealbox a {
    color: #efefef;
    font-weight: 600;
    text-decoration: none;
}


/* FAQ styles */

.accordion-header a {
    font-weight: bold;
    color: var(--blue);
}

.accordion-body {
    color: var(--black);
}

.accordion-button:not(.collapsed) {
    color: var(--white);
    background-color: var(--teal);
    box-shadow: none;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.h370 {
    height: 370px;
}

.h420 {
    height: 450px;
}

/* mobile styles */

@media (max-width: 768px) {
    h1 {
        font-size: 2em;
        font-weight: bold;
    }

    h2 {
        font-size: 1.8em;
        font-weight: bold;
    }

    h3 {
        font-size: 1.6em;
        font-weight: bold;
    }

    .mob-hide {
        display: none;
    }

    .mob-center {
        text-align: center;
    }

    .careersbg {
        background: #E1EFF4;
        background-image: url("../images/swoosh-bg.png");
        background-position: center;
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 50px;
        color: var(--grey);
    }

    .swooshbg {
        background: #E1EFF4;
        background-image: url("../images/swoosh-bg.png");
        background-position: center;
        background-size: cover;
        padding-top: 50px;
        padding-bottom: 50px;
        color: var(--grey);
    }

    .h370 {
        height: auto;
    }

    .h420 {
        height: auto;
    }

    .whitebg {
        background: var(--white);
        padding-top: 50px;
        padding-bottom: 50px;
        color: var(--black);
    }

}

@media (min-width: 768px) {

    .deskhide {
        display: none;
    }

    
}

@media (max-width: 768px) {

    main {
        margin-bottom: 80px;
        margin-top: 80px !important;
    }

    .mobhide {
        display: none;
    }
}


.empswooshbg {
    background-image: url("../images/employer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 30px 0;
    color: #333;
}

.sectionbg {
    background-image: url("../images/dark-swoosh.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    color: #fff;
}

.faqhead {
    background-image: url("../images/employer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 30px 0 0 0;
    color: #333
}

.field-validation-error {
    color: #c50000;
}
.required:after {
    content: " *";
}