.imageBackground {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.imageBackgroundContain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

ul.dividers li:not(:first-child):before {
    content: "|";
    margin-right: .5em;
}

ul.dividers li {
    text-align: center;
}

img.imageRight {
    max-width: 40%;
    float: right;
    margin: 0 0 10px 10px;
}

.smaller {
    font-size: .9em;
    line-height: 1.2;
}

.smallest {
    font-size: .8em;
    line-height: 1.2;
}

.bigger {
  font-size: 1.1em;
}

.fullwidth {
    width: 100%;
}

.fullHeight {
    height: 100%;
}

.text-shadow-black {text-shadow: 1px 1px 2px #000;}

.semibold {font-weight: 600;}

.tinyMCEOutput img, .tinyMCEOutput figure {max-width: 50%; height: auto;}
.tinyMCEOutput figure img {max-width: 100%; height: auto;}

.tinyMCEOutput img[style*="float: right;"] {
    margin: 0 0 20px 20px;
}

.tinyMCEOutput figure[style*="float: right;"] {
    margin: 0 0 20px 20px;
}

.mobilePadder {
    padding: 1rem 1rem;
}

@media (min-width: 768px) {
    .tinyMCEOutput img {max-width: 100%; height: auto;}

    .mobilePadder {
    padding: 0;
    }
}

/* responsive border helpers */
@media (max-width: 575.98px) {
    .border-xs-left-none {
        border-left: none !important;
    }

    .border-xs-right-none {
        border-right: none !important;
    }

    .border-xs-top-none {
        border-top: none !important;
    }

    .border-xs-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 767.98px) {

    .border-sm-left-none {
        border-left: none !important;
    }

    .border-sm-right-none {
        border-right: none !important;
    }

    .border-sm-top-none {
        border-top: none !important;
    }

    .border-sm-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 991.98px) {
    .border-md-left-none {
        border-left: none !important;
    }

    .border-md-right-none {
        border-right: none !important;
    }

    .border-md-top-none {
        border-top: none !important;
    }

    .border-md-bottom-none {
        border-bottom: none !important;
    }
}

@media (max-width: 1199.98px) {
    .border-lg-left-none {
        border-left: none !important;
    }

    .border-lg-right-none {
        border-right: none !important;
    }

    .border-lg-top-none {
        border-top: none !important;
    }

    .border-lg-bottom-none {
        border-bottom: none !important;
    }
}

.border-xl-left-none {
    border-left: none !important;
}

.border-xl-right-none {
    border-right: none !important;
}

.border-xl-top-none {
    border-top: none !important;
}

.border-xl-bottom-none {
    border-bottom: none !important;
}


body {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 2.1428;
    color: #7e7e7e;
    background: #272727;
    -webkit-overflow-scrolling: touch;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
        url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* 1.2 Typography */

h1,
.h1 {
    font-weight: 700;
    font-size: 3.428rem;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.025em;
    margin: 0.5em 0;
}

h2,
.h2 {
    font-weight: 600;
    font-size: 2.571rem;
    line-height: 1.166;
    color: #fff;
    letter-spacing: 0;
    margin: 2.6rem 0;
}

h3,
.h3 {
    font-weight: 600;
    font-size: 2.142rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #fff;
    margin: 2.6rem 0;
}

h4,
.h4 {
    font-weight: 600;
    font-size: 1.714rem;
    line-height: 1.25;
    letter-spacing: 0.025em;
    color: #fff;
    margin: 2.6rem 0;
}

h5,
.h5 {
    font-weight: 600;
    font-size: 1.571rem;
    line-height: 1.1;
    letter-spacing: 0;
    color: #fff;
    margin: 2.6rem 0;
}

h6,
.h6 {
    font-weight: 600;
    font-size: 1.285rem;
    line-height: 1.3333;
    letter-spacing: 0;
    color: #fff;
    margin: 2.6rem 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    text-decoration: none;
}


strong {
    font-weight: 600;
}

p,
blockquote {
    margin-bottom: 2.6rem;
}

blockquote {
    font-family: 'Playfair Display', serif;
    font-size: 1.714rem;
    letter-spacing: 0.025em;
    line-height: 1.5;
    padding: 0;
    width: 80%;
    padding-left: 6.8rem;
    border-left: 0.3rem solid #cee002;
    margin-top: 5rem;
    color: #fff;
}

cite {
    display: block;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    font-style: normal;
}

.blockquote-cite {
    font-size: 1rem;
    color: #999999;
    letter-spacing: 0.05em;
    padding-left: 7.1rem;
    margin-bottom: 5rem;
}

.blockquote-cite cite {
    font-size: 1.14rem
}

a {
    color: #cee002;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

a:hover,
a:focus {
    color: #cee002;
    outline: none;
}


a:focus {
    text-decoration: none;
}

.checkmarkBullets ul:not(.noCheckmarks) {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checkmarkBullets ul:not(.noCheckmarks) li {
    padding-left: 40px;
    position: relative;
}

.checkmarkBullets ul:not(.noCheckmarks) li::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 34px;
    left: 0;
    top: -8px;
    background: url('/images/checkbox.png') no-repeat left center;
}