*{
    margin: 0px;
    padding: 0px;
}

html {
    background-size: cover;
    background-image: linear-gradient(to right, #f8f8f5 0%, #efefea 15%, #efefea 85%, #f8f8f5 100%);
}

body {
    color: #5D5D5D;
    font-family: Quicksand;
}

a {
    text-decoration: none;
    color: #1AB7F1;
}

p {
    margin-top: 1rem;
    line-height: 1.4rem;
    font-size: 1rem;
}

h1 {
    font-size: 2rem;
}

h2 {
    margin-top: 2rem;
    font-size: 1.6rem;
}

/* *** Layout Elements *** */

#headerWrapper {
    position: relative;
    height: 115px;
    width: 100%;
}

#topBar {
    z-index: 1;
    position: fixed;
    height: 84px;
    width: 100%;
    margin: 0 auto;
    background-image: linear-gradient(to right, #cce6f0 0%, #1AB7F1 25%, #1AB7F1 75%, #cce6f0 100%);
    text-align: center;
}

#topBar img {
    height: 60px;
}

.innerPadding {
    padding: 10px;
}

#contentWrapper {
    position: relative;
}

.contentInner {
    padding: 25px;
}

.contentInnerCentered {
    padding: 25px;
    text-align: center;
}


.headerLine {
    width: 50%;
    margin: 10px 25%;
    border-width: 2px;
    color: #ffffff;
}

/* *** General Elements *** */

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.blueText {
    color: #1AB7F1;
}

.yellowText {
    color: #FFC000;
}

.greenText {
    color: green;
}

.redText {
    color: red;
}

.boldText {
    font-weight: bold;
}

.strikeText {
    text-decoration: line-through;
}

.box-width {
    width: 1200px;
}

.box-container {
    margin: 0 auto;
    margin-top: 50px;
}

.box-padding {
    padding: 20px;
}

.bkg-white {
    background-color: #ffffff;
}

.bkg-light-blue {
    background-color: #cce6f0;
    /* color: #ffffff; */
}

.bkg-dark-blue {
    background-color: #1594c2;
    color: #ffffff;
}

.infoIcon {
    background-image: linear-gradient(90deg, #30475e, #1AB7F1);
    box-shadow: 1px 1px 1px -1px #000;
    border-radius: 50%;
    display: inline-block;
    width: 2em;
    height: 2em;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

button {
    background-image: linear-gradient(90deg, #30475e, #1AB7F1);
    box-shadow: 1px 1px 1px -1px #000;
    border-radius: 5px;
    border-style: none;
    padding: 5px 10px;
    margin: 0 auto;
    letter-spacing: 1px;
    font-size: 0.8rem;
    color: #ffffff;
    cursor: pointer;
}

button:hover {
    box-shadow: 1px 1px 1px 0px #000;
}

/* Highlight effects */

mark{
    background-color:#FFC000;
    padding: 2px 5px;
}

/* *** Apply Btn *** */

.topApplyBtn.inclApply {
    z-index: 2;
    position: absolute;
    top: 25px;
    right: 2%;
}

.noDisplay {
    display: none;
}

/* *** Menu *** */

#menu {
    z-index: 3;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 3px 0;
    background-image: linear-gradient(to right, #cce6f0 0%, #1594c2 15%, #1594c2 85%, #cce6f0 100%);
    border-top: solid 2px #cce6f0;
    border-bottom: solid 5px #cce6f0;
    border-radius: 0 0 80% 80%;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#menu li {
    display: inline-block;
    margin: 0 2%;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 3px;
    color: #FFFFFF;
    cursor: pointer;
}

#menu a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}

#menu a:active {
    color: #FEE284 !important;
    font-size: 1rem;
}

#menu .active {
    color: #FFC000 !important;
}

#menu a:hover {
    color: #FEE284 !important;
}

/* Subscribe / contact section - multiple pages */

.box-subscribe {
    width: 45%;
    text-align: center;
    line-height: 50px;
}

.box-subscribe input {
    width: 95%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #1AB7F1;
    line-height: 1.3rem;
    padding: 2px 5px;
}

.box-subscribe textarea {
    width: 95%;
    height: 5rem;
    margin-top: 25px;
    border: 1px solid #cce6f0;
    line-height: 1.3rem;
    padding: 2px 5px;
}

.box-subscribe button {
    background-image: linear-gradient(90deg, #30475e, #1AB7F1);
    box-shadow: 1px 1px 1px -1px #000;
    border-radius: 5px;
    border-style: none;
    padding: 5px 10px;
    margin: 0 auto;
    letter-spacing: 1px;
    font-size: 0.8rem;
    color: #ffffff;
    cursor: pointer;
}

.box-subscribe button:hover {
    box-shadow: 1px 1px 1px 0px #000;
}

.box-subscribe.bkg-light-blue input {
    border-bottom: 1px solid #cce6f0;
    color: #ffffff;
}

.flat-yellow button {
    background-color: #e2c170;
    background-image: none;
    box-shadow: 1px 1px 1px -1px #000;
    border-radius: 0px;
    border-style: none;
    padding: 10px 30px;
    margin: 0 auto;
    letter-spacing: 1px;
    font-size: 0.8rem;
    color: #5D5D5D;
    cursor: pointer;
}

.flat-yellow button:hover {
    background-color: #f9d56f;
    box-shadow: 1px 1px 1px 0px #000;
}

/* *** Specific elements *** */

.click-to-chat {
    position: fixed;
    right: 1%;
    bottom: 1%;
}

.click-to-chat img {
    width: 70px;
}

/* *** Media Styles *** */

@media only screen and (max-width: 1280px){
    .box-width {
        width: 800px;
    }

    .clear-on-small {
        clear: both;
    }

    .hide-on-small {
        display: none;
    }

    .hide-on-midsize {
        visibility: hidden;
    }
}

@media (max-width: 800px) {
    .box-width {
        width: 98%;
    }
}

@media (max-width: 640px) {
    /* *** layout *** */
    #headerWrapper {
        height: 85px;
    }

    .topApplyBtn.inclApply {
        top: 15px;
        font-size: 0.9em;
    }

    #topBar.inclApply {
        height: 64px;
        text-align: left;
    }

    #topBar.inclApply img {
        height: 40px;
    }

    /* *** Menu *** */

    #menu li {
        font-size: 0.8rem;
    }

    /* *** General Elements *** */
    .left {
        float: none;
    }

    .right {
        float: none;
    }

    .hide-on-midsize {
        visibility: visible;
    }

    .box-padding {
        padding: 5px;
    }

    /* *** Contact / subscribe *** */
    .box-subscribe {
        width: 98%;
    }

}