/*

<div id="parent">
    <div id="child">Content here</div>
</div>

#parent {display: table;}

#child {
    display: table-cell;
    vertical-align: middle;
}
*/

.coverImage {
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);*/
}

button {
    outline:none;
}

@font-face {
   font-family: Rubik-Light;
   src: url('font/Rubik-Light.ttf');
}

@font-face {
   font-family: Rubik-Bold;
   src: url('font/Rubik-Bold.ttf');
}

@font-face {
   font-family: Rubik-Black;
   src: url('font/Rubik-Black.ttf');
}

@font-face {
   font-family: Rubik-Medium;
   src: url('font/Rubik-Medium.ttf');
}

@font-face {
   font-family: Rubik-Regular;
   src: url('font/Rubik-Regular.ttf');
}
@font-face {
   font-family: Rubik-Light;
   src: url('font/Rubik-Light.ttf');
}

body {
    font-family: Rubik;
    font-weight:400;
}

.showBorder {
    border: 1px solid black;
}

.menuBar {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.7px;
    padding-left: 0px;
    padding-right:0px;
    height: 33px;
    cursor:pointer;
}

.menuBar:hover {
    color:#64BA4B;
}

.noPadding {
    padding:0px;
}

.navbar-toggle {
    padding-left: 15px;
}

.navbar {
    margin-bottom:0px;
}

.logoTopDiv {
    height: 160px;
    opacity: 0.9;
    background-color: #ECF2F6;
    text-align: center;
}

.logoTop {
    height: 100px;
    position: relative;
    top: 30px;
}

.topImage {
    display: block;
    position:relative;
    bottom:2px;
    min-height:220px;
}

.paddingMobile {
    padding-left: 15px;
    padding-right: 15px;
}

.servicesHeading {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.servicesListMobile {
    padding: 30px 11px;
    text-align: center;
}

.servicesListMobile ul li:not(:first-child) {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.6px;
}
.servicesListMobile ul li {
    line-height:2.8;
}

.backgroundImageDiv {
    padding:0px;
    position:relative;
}

.backgroundImageContent {
    position:absolute;
    top:0px;
    height:100%;
    width:100%;
}

p {
    margin:0px;
}

.logoTopDiv {
    position: relative;
    bottom: 1px;
}

.footerCopyright {
    font-size: 14px;
    letter-spacing: 0.7px;
    text-align: center;
    color: #7a7b7f;
    padding-top:15px;
    padding-bottom:15px;
}

/*==================================================
=            STANDARD ITEMS ACROSS SITE            =
==================================================*/

.textDiv {
    padding-top:50px;
    padding-bottom:50px;
}

.standardMargin {
    margin-top:29px;
}

.standardGreen {
    background-color:#64BA4B;
}

.standardBlue {
    background-color:#0F5DA1;
}

.buttonSize {
    width: 204px;
    height: 50px;
    font-size:18px;
    line-height:47px;
    text-align:center;
    margin:0 auto;
}

.navbar {
    color:white;
}

.standardMarginTop {
    padding-top:43px;
}

.mobileDivPadding {
    padding-left: 5vw;
    padding-right: 5vw;
}

.paragraphPadding {
    padding-top:18px;
}

.boxPadding {
    padding:28px 22px;
}

.itemHeading {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.fullWidth {
    width:100%;
}

.boxText {
    /* USED FOR TEXT INSIDE BOXES */
}

.aboutServicesHeading {
    /* USED FOR HEADING INSIDE BOXES */
}


.whiteButton {
    border:3px solid white;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.buttonPadding {
    margin-top:28px;
}

.alignCenter {
    text-align:center;
}

.opacity9 {
    opacity:.9;
}

.backgroundBlue {
    background-color:#005dac;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .topImage {
        bottom:0px;
    }

    .buttonPadding {
        margin-top:36px;
    }

    .textDiv {
        padding-left: 40px;
        padding-right: 40px;
    }

    .itemHeading {
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 0.6px;
    }

    .boxPadding {
        padding:42px 60px;
    }

    .paragraphPadding {
        padding-top:20px;
    }

    body {
        padding:40px;
    }

    .standardMargin {
        margin-top:43px;
    }

    #navbar {
        padding:0px;
    }

    .paddingMobile {
        padding-left: 0px;
        padding-right: 0px;
    }

    .headerArea {
        position: absolute;
        top: 40px;
        width: calc(100% - 80px);
        z-index:99;
    }

    .navbarArea {
        padding:0px;
    }

    .topArea {
        height:722px;position:relative;
    }

    .topImage {
        position:relative;
        margin-left:0px;
        margin-right:0px;
    }

    .menuBar {
        text-align: center;
        height: 75px;
        padding-top: 30px;
        font-size: 18px;
    }

    .logoTop {
        height: 70px;
        position: relative;
        top: 40px;
    }

    .logoTopDiv {
        height: 150px;
        opacity: 0.9;
        background-color:#ECF2F6;
        text-align:center;
    }

    .topAreaUnderMenubar {
        padding-top:152px;
    }



}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .boxPadding {
        padding:42px 40px;
    }

    .buttonSize {
        width: 240px;
        height: 60px;
        font-size:22px;
        line-height:57px;
    }

    .menuBar {
        text-align:center;
        height:100px;
        padding-top:40px;
        font-size: 20px;
    }

    .logoTop {
        height: 100px;
        position: relative;
        top: 50px;
    }

    .logoTopDiv {
        height: 200px;
        opacity: 0.9;
        background-color:#ECF2F6;
        text-align:center;
    }

    .topAreaUnderMenubar {
        padding-top:202px;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .boxPadding {
        padding:42px 60px;
    }
}
