:root
{
    /*
    #171E24 - dark gray
    #0F60B9 - blue
    #ebebeb - light gray
    #ffffff - white
    */
    /*Set A: Dark Gray Background Headers, Blue Logo and text*/
    /*--pri-logo: url(../images/icons/logo-dark-gray-small.jpg) no-repeat;*/
    --pri-logo: url(../images/icons/logo-dark-gray-text.png) no-repeat;
    --pri-bgr-color: #171E24;
    --pri-color: #ffffff;
    --sec-bgr-color: #0F60B9;
    --sec-color: #ffffff;
    --ter-bgr-color: #ebebeb;
    --ter-color: #171E24;
    --quat-color: #0F60B9;
    /*Set B: Blue Background Headers, Dark Gray Logo and text*/
    /*--pri-logo: url(../images/icons/logo-blue-small.jpg) no-repeat;
    --pri-bgr-color: #0F60B9;
    --pri-color: #ffffff;
    --sec-bgr-color: #171E24;
    --sec-color: #ffffff;
    --ter-color: #ebebeb;
    --quat-color: #171E24;*/
    /*Set C: White Background Headers, Dark Gray Logo and text*/
    /*--pri-logo: url(../images/icons/logo-white-small.jpg) no-repeat;
    --pri-bgr-color: #ffffff;
    --pri-color: #0F60B9;
    --sec-bgr-color: #171E24;
    --sec-color: #ffffff;
    --ter-color: #ebebeb;
    --quat-color: #171E24;*/
}

/*Default Formatting*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body
{
    line-height: 1;
}

.blue
{
    color: #06C;
}

.green
{
    color: #090;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

    blockquote:before,
    blockquote:after
    {
        content: '';
        content: none;
    }

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

html
{
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus
{
    outline: none;
    text-decoration: none;
}

a:active
{
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img
{
    display: block;
}

audio,
canvas,
video
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls])
    {
        display: none;
    }

sub,
sup
{
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

img
{
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea
{
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input
{
    line-height: normal;
    *overflow: visible;
}

    button::-moz-focus-inner,
    input::-moz-focus-inner
    {
        border: 0;
        padding: 0;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"]
    {
        cursor: pointer;
        -webkit-appearance: button;
    }

    input[type="search"]
    {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]:-webkit-search-decoration
        {
            -webkit-appearance: none;
        }

textarea
{
    overflow: auto;
    vertical-align: top;
}

body
{
    font-family: "Open Sans", Arial, sans-serif;
    font-size: .83em;
    line-height: 1.75;
    color: #666666;
    background-color: white;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a
{
    /*color: #171E24 */
    color: var(--quat-color);
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    a:hover
    {
        color: black;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6
{
    font-family: "Open Sans", Arial, sans-serif;
    color: #444444;
}

*, *:before, *:after
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input,
select,
textarea
{
    border: 1px solid #d5d5d5;
    outline: 0;
    padding: 10px 12px;
    color: #666666;
}

    button:focus,
    input:focus,
    select:focus,
    textarea:focus
    {
        border-color: #666666;
    }

.text-right
{
    text-align: right;
}

.text-left
{
    text-align: left;
}

.text-center
{
    text-align: center;
}

.main-btn
{
    color: white;
    border: 1px solid white;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 40px 0;
}

.small-text
{
    color: #aaaaaa;
}

.space-fixed
{
    width: 100%;
    height: 130px;
    overflow: hidden;
    position: relative;
}


/*SCREEN RESOLUTION ADJUSTMENTS*/

@media screen and (min-width: 989px)
{

}

@media screen and (min-width: 1200px)
{

}

@media screen and (max-width: 1199px)
{
    .main-menu ul li
    {
        margin-left: 15px;
        margin-right: 15px;
    }

        .main-menu ul li:last-child
        {
            margin-right: 30px;
        }
}

@media screen and (max-width: 991px)
{
    .logo-wrapper
    {
        background-size: contain;
    }

    .logo-wrapper
    {
        height: 50px;
    }

        .logo-wrapper a
        {
            line-height: 50px;
            padding-left: 70px;
        }

    .toggle-menu
    {
        margin-top: 7px;
        margin-right: 10px;
    }

    .main-menu ul li
    {
        display: block;
    }

    .menu-first.show
    {
        margin-top: 10px;
        display: block;
    }

    .menu-first
    {
        float: right;
        overflow: auto;
        width: 100%;
        display: none;
    }

    .main-menu ul li a
    {
        line-height: 40px;
        padding-top: 10px;
    }

    .main-menu ul li.active a
    {
        border-top: none;
    }

    .main-menu ul li:last-child
    {
        margin-right: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .main-header
    {
        top: 0;
    }

    .site-header
    {
        margin-top: 40px;
    }

    .logo-wrapper
    {
        float: left;
    }

    .menu-first
    {
        margin-top: 0;
    }

    .flexslider
    {
        margin-top: 80px;
    }
}

@media screen and (max-height: 500px)
{
    .menu-first.show
    {
        max-height: 250px;
        padding-right: 15px;
    }
}

/*SECTION: DEFAULT*/
section
{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 125px 100px;
}

.content-section
{
    margin-top: 80px;
    padding-top: 60px;
}

.heading-section
{
    margin-bottom: 60px;
}

    .heading-section h2
    {
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        border-bottom: 1px solid #444444;
        display: inline-block;
    }

    .heading-section p
    {
        color: #444444;
        font-size: 16px;
        font-weight: 300;
        text-transform: uppercase;
        margin-top: 10px;
    }

.content-section#services
{
    margin-top: 0px;
}


/*MAIN MENU*/
.main-header
{
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.scrolled
{
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#menu-wrapper
{
    background-color: var(--pri-bgr-color);
    overflow: hidden;
    -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}

.logo-wrapper
{
    background: var(--pri-logo) no-repeat;
    height: 100px;
    background-position: 15px;
    background-size: contain;
}

    .logo-wrapper a
    {
        display: inline-block;
        overflow: hidden;
        padding-left: 130px;
        line-height: 100px;
        text-transform: uppercase;
        color: var(--pri-color);
        font-size: 32px;
        font-weight: 700;
    }

.main-menu ul li
{
    display: inline-block;
    margin: 0 20px;
}

    .main-menu ul li:last-child
    {
        margin-right: 35px;
    }

    .main-menu ul li a
    {
        text-transform: uppercase;
        font-size: 14px;
        color: var(--pri-color);
        line-height: 100px;
        padding-top: 37px;
    }

    .main-menu ul li.active a
    {
        border-top: 3px solid var(--quat-color);
        color: var(--quat-color);
    }

.toggle-menu
{
    width: 36px;
    height: 36px;
    float: right;
    margin-top: 33px;
    margin-right: 30px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    background-color: var(--pri-bgr-color);
    display: inline-block;
    color: var(--pri-color);
    cursor: pointer;
}


/*Top Level Background*/

.background
{
    position: relative;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

    .background .background-image
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background.jpg);
    }

    .background .slider-caption
    {
        position: absolute;
        z-index: 9;
        width: 100%;
        text-align: center;
        left: 0;
    }

        .background .slider-caption h2
        {
            color: var(--pri-color);
            text-transform: uppercase;
            font-size: 42px;
            font-weight: 700;
            border-bottom: 1px solid var(--pri-color);
            padding-bottom: 10px;
            display: inline-block;
        }

        .background .slider-caption p
        {
            color: var(--pri-color);
            text-transform: uppercase;
            font-size: 22px;
            margin-top: 20px;
            margin-bottom: 26px;
            display: block;
        }

        .background .slider-caption a.slider-btn
        {
            background-color: var(--pri-bgr-color);
            color: var(--pri-color);
            padding: 12px 20px;
            border-radius: 4px;
            text-transform: uppercase;
            font-weight: 700;
        }


/*SECTION: SERVICES*/

#services
{
    background-color: #ebebeb;
}

.service_item
{
    justify-content: center;
}

    .service_item img
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .service_item h4
    {
        color: var(--quat-color);
        text-transform: uppercase;
        text-align: center;
        font-size: 17px;
        padding: 2px;
        margin: 10px 0 0 0;
    }


/*SECTION: PARTNERSHIPS*/

.partnership_item
{
    justify-content: center;
}

    .partnership_item img
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .partnership_item h4
    {
        color: var(--quat-color);
        text-transform: uppercase;
        text-align: center;
        font-size: 17px;
    }


/*SECTION: ABOUT*/

#about
{
    background-color: #ebebeb;
}

.about-item
{
    background-color: var(--sec-bgr-color);
    position: relative;
    color: var(--sec-color);
    text-align: center;
    padding: 40px 0;
}

    .about-item h3
    {
        font-size: 18px;
        text-transform: uppercase;
        color: var(--sec-color);
        display: inline-block;
        padding-bottom: 10px;
        border-bottom: 1px solid white;
    }


/*SECTION: CONTACT*/

.contact-form input
{
    width: 100%;
    margin-bottom: 15px;
}

.contact-form textarea
{
    width: 100%;
    max-width: 100%;
    height: 120px;
}

.contact-form .mainBtn
{
    margin-top: 15px;
    color: var(--pri-color);
    background-color: var(--pri-bgr-color);
    text-transform: uppercase;
    border: 0;
}


/*SECTION: FOOTER*/

#go-top
{
    background-color: var(--pri-bgr-color);
    color: var(--pri-color);
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: 700;
}