html, body {
    width: 100%;
    height: auto;
    font-family: 'Montserrat', sans-serif;
}

label {
    float: left;
    line-height: 2em;
    display: none;
}

a.no-underline:hover {
    text-decoration: none;
}

.row {
    padding: 0;
    margin: 0;
}

.btn {
    max-width: 30em;
}

.norobots {
    display: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.full-width {
    width: 100%;
}

.pad-top {
    padding-top: 2em;
}

.pad-bottom {
    padding-bottom: 2em;
}

.pad-bottom-large {
    padding-bottom: 3em;
}

.no-pad-left {
    padding-left: 0;
}

.margin-right {
    margin-right: 1em;
}

.margin-top {
    margin-top: 1em;
}

.margin-top-small {
    margin-top: .5em;
}


.margin-bottom {
    margin-bottom: 3em;
}



.shadow {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.5);
}

.text-shadow {
    text-shadow: 0 0 5px #000;    
}


.color-opaque {
    background-color: #0033A1;
    opacity: .8;
}

.color-opaque-dark {
    background-color: #09286a;
    opacity: .8;
}

.navbar {
    color: white;
    border: none;
    padding-top: .6em;
    height: 4.5em;
}

.navbar-bg {
}

.navbar-main {
    background: transparent;
    border-bottom: 1px solid white;
}

.navbar-main .navbar-nav > li > a {
    color: white;
    padding-bottom: 5px;
    max-width: 10em;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
}

.navbar-main .navbar-nav > li > a.selected {
    font-weight: bold;
    border-bottom: 1px solid white;
}

.navbar-main .navbar-brand {
    text-indent: -9999px;
    background-image: url(../images/logo-nav.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12em;
    height: 5em;
    margin-left: .5em;
    position: relative;
    z-index: 999;
}

.navbar-brand-text {
    margin-left: -23em;
    margin-top: 5em;
    float: left;
    font-size: 7px;
    position: relative;
    z-index: 999;
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    margin-top: .1em;
    top: -1.8em;
}

.navbar-nav {
}









.header {
    height: 55em;
    color: white;
    position: realtive;
}

.header-bg-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55em;
    opacity: 0;
}

.header-main {
    margin-top: 10em;
}


#header-main-logo {
    height: 25em;
}

.header-header {
    font-size: 2em;
    float: left;
}



.header-divider-main {
    border-top: 1px solid white;
    margin-top: 0;
    margin-bottom: 2em;
    width: 100%;
    float: left;
}

.header-divider {
    border-top: 1px solid white;
    margin-top: 0;
    margin-bottom: 1em;
    width: 100%;
    float: left;
    opacity: 0;
}

.header-text {
    font-size: 2.2em;
    line-height: 1.2em;
    float: left;
    width: 100%;
}






.header-sub {
    height: 20em;
}

.header-bg-color-sub {
    height: 20em;
}

.header-main-sub {
    margin-top: 15em;
}

.header-header-sub {
    position: relative;
    width: 100%;
    text-align: right;
    z-index: 999;
}

.header-header-sub.text-shadow {
    
}


.header-main-sub-image {
    margin-top: -16em;
    margin-left: 2em;
    background-color: white;
    height: 15em;
    border: 1px solid white;
    opacity: 0;
}


#header-main-sub-image-about {
    background-image: url(../images/about.jpg);
    background-size: cover;
}

#header-main-sub-image-products {
    background-image: url(../images/products.jpg);
    background-size: cover;
}

#header-main-sub-image-capabilities {
    background-image: url(../images/capabilities.jpg);
    background-size: cover;
}

#header-main-sub-image-contact {
    background-image: url(../images/contact.jpg);
    background-size: cover;
}


.content-main {
    margin-top: 0;
    margin-bottom: 10em;
    color: dimgrey;
}

.content-header-pad {
    margin-top: 2.5em;
}

.content-header {
    font-size: 1.8em;
    text-align: center;
    color: darkblue;
    font-weight: bold;
}

.content-header-sub {
    margin-top: 2em;
    font-size: 1.5em;
    text-align: center;
    color: darkblue;
    font-weight: bold;
}

.content-text {
    margin-top: 1em;
    font-size: 1.2em;
    line-height: 1.2em;
    text-align: center;
}


.content-list {
    margin-left: 2em;
    line-height: 1.5em;
    list-style: disc;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}


.circle {
    border-radius : 50%;
}

.round {
    border-radius : 5px;
}

.border {
    border: 1px solid dimgrey;
}

.margin {
    margin: 1em;
}





#index-home {
    background-image: url(../images/home.jpg);
    background-size: cover;
    background-position: center center;
}

#about-home {
    background-image: url(../images/about.jpg);
    background-size: cover;
    background-position: center center;
}

#products-home {
    background-image: url(../images/products.jpg);
    background-size: cover;
    background-position: center center;
}

#capabilities-home {
    background-image: url(../images/capabilities.jpg);
    background-size: cover;
    background-position: center center;
}

#careers-home {
    background-image: url(../images/careers.jpg);
    background-size: cover;
    background-position: center center;
}

#contact-home {
    background-image: url(../images/contact.jpg);
    background-size: cover;
    background-position: center center;
}

#accessibility-home {
    background-image: url(../images/accessibility.jpg);
    background-size: cover;
    background-position: top center;
}


.content-main-service {
    margin: 5em auto;
    margin-bottom: 2em;
    width: 100%;
    height: 15em;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}



#content-main-package-info {
    background-image: url(../images/multiserts.png);
}

#content-main-marketing-info{
    background-image: url(../images/inserts.png);
}

#content-main-traditional-printing {
    background-image: url(../images/booklet.png);
}


.content-main-service-text {
    font-weight: bold;
    margin: 2em 0 2em 0;
    color: darkblue;
}

.content-main-pic {
    border: 5px solid white;
}

.content-main-pic-sm {
    width: 100%;
    max-width: 20em;
    margin-top: 3em;
    margin-bottom: 3em;
}

.content-main-pic-pad {
    margin-top: 4.6em;
}

.content-main-service-pad-xs {
    clear: both;
    height: 5em;
}


.employee-pic-frame {
    width: 100%;
    height: auto;
    margin-top: 3em;
}

.employee-pic {
    border: 5px solid white;
}

.employee-name {
    font-weight: bold;
    margin-top: 1em;
}

.employee-title {
    margin-top: .5em;
}




.product-image-frame {
    margin-top: 2em;
    height: auto;
    overflow: hidden;
    border: 5px solid white;
    position: relative;
}

.product-image {
}







.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}


.contact-link, .contact-link:hover {
    color: darkblue;
    text-decoration: none;
}

.contact-map-map {
    height: 20em;
}



.embed-video {
    padding: 1em;
    height: 45em;
    width: 100%;
}




footer {
    background-image: url(../images/home.jpg);
    background-size: cover;
    background-position: bottom center;
    padding: 2em;
    height: auto;
    color: white;
    text-align: center;
    position: relative;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.footer-menu {
}

.footer-menu-item {
    padding-bottom: 1em;
    padding-top: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.footer-menu-item-link, .footer-menu-item-link:hover {
    color: white;
    text-decoration: none;
    font-size: .8em;
}

.footer-menu-item-link.selected {
    font-weight: bold;
    border-bottom: 1px solid white;
}


.footer-logo {
    background-color: white;
    width: 6.5em;
    padding: .5em;
    margin-top: .2em;
}

.footer-logo-sm {
    margin: .5em auto;
    margin-bottom: 1em;
}

.footer-logo-image {
    width: 100%;
}

.footer-legal {
    position: relative;
    line-height: 1.5em;
    color: white;
}

.footer-link, .footer-link:hover {
    color: white;
    text-decoration: none;
}




.no-pad-left-xs {
    padding-left: 0;
}


.margin-top-xs {
    margin-top: 5em;
}

.pad-small {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 768px) {

    .navbar-nav {
        padding-top: 1.5em;
    }
    
    .margin-top-xs {
        margin-top: 0;
    }

    .navbar-main .navbar-nav > li > a {
        font-size: .6em;
    }
    
}
@media (min-width: 992px) {

    .navbar-main .navbar-brand {
        width: 15em;
        margin-top: -.4em;
        background-size: auto;
    }

    .navbar-brand-text {
        margin-left: -21em;
        margin-top: 3.2em;
        font-size: 10px;
    }
 
    .pad-small {
        padding-left: 15px;
        padding-right: 15px;
    }    
    
    .no-pad-left-xs {
        padding-left: 15px;
    }
    
    .content-header {
        text-align: left;
    }

    .content-header-sub {
        text-align: left;
    }

    .content-text {
        text-align: left;
    }
    
    .navbar-main .navbar-nav > li > a {
        font-size: .8em;
    }
    
    .header-header {
        font-size: 3em;
    }
    
    .header-sub {
        height: 32em;
    }

    .header-bg-color-sub {
        height: 25em;
    }

    .header-main-sub {
        margin-top: 25em;
    }
    
    .content-main-service {
        width: 15em;
    }
    

    .footer-menu-item-link, .footer-menu-item-link:hover {
        font-size: 1em;
    }
    
}
@media (min-width: 1200px) {

    .navbar-brand-text {
        margin-left: -17.5em;
        margin-top: 2.8em;
        font-size: 12px;
    }
    
    .navbar-main .navbar-nav > li > a {
        font-size: 1em;
    }
    
    .content-main-service {
        width: 20em;
    }
    
}
@media (min-width: 1500px) {}
@media (min-width: 1700px) {}


.text-center {
    text-align: center !important;
}

.modal-content {
    height: 50em;
}


.btn-mid {
    clear: none;
}




label.valid {
	width: 24px;
	height: 24px;
	background: url(../images/checked.gif) center center no-repeat;
	display: inline-block;
	text-indent: -9999px;
	float: right;
	margin-top: -2em;
	margin-right: .5em;
}

label.error {
	font-weight: bold;
	padding: 2px 8px;
	color: #F5A9A9;
}

p.success {
	color: #01DF01;
	font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
	margin-bottom: 2em;
}

p.error {
	color: #F78181;
	font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
	margin-bottom: 2em;
}

