/* CSS Document */


/* GLOBAL STYLES ----------------------------------------------- */


body {
    font-size: 100%;

}

footer {
    padding: 4% 0;
    color: #fff;
    background:rgba(39, 87, 149, .9);
}
    footer .left {
       text-align: left
    }
    footer .mid {
       text-align: center
    }
    footer .mid img {
       margin: auto
    }
    footer .right {
       text-align: right
    }
footer a:link {
    font: 300 1.1em/1.8 "Roboto", sans-serif;
    padding: 0;
    color: #fff;
    text-decoration: none
}
footer a:visited {
    color: #fff;
    text-decoration: none
}
footer a:hover,
a:active,
a:focus {
    color: #BC0709;
    text-decoration: none
}
footer h4 {
    font: 600 1.1em/1.4 'Heebo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff !important;
    margin: 0 ;
    text-align: left
}
footer p {
    font: 500 1.5em/1.4 'Roboto', sans-serif;
    color: #333 !important;
    padding: 0 !important;
}
footer .icon {
    display: inline-block;
    padding-right: 6%;
}
footer i {
    font-size: 2.0em;
    color: #fff;
}
footer .desc {
    display: inline-block;
}
p {
    font: 300 1.5em/1.8 'Roboto', sans-serif;
    color: #333;
    clear: both;
    padding: 0 3% 0 0;
}
.bg {
    background: url(../imgs/pngs/bg.png);
    background-repeat: no-repeat;
    background-position: 40% -20%;
}
.blurb {
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 8% 4%;
    background: rgba(255, 255, 255, .7);
    border: 1px solid #eee;
}
.blurb p {
    font: 300 1.8em/1.8 'Roboto', sans-serif;
    color: #333;
}
.blurb .left h2 {
    font: 600 4.0em/1.2 'Heebo', sans-serif;
    color: #444;
    margin-bottom: 2%;
}

.blurb  h4 {
    font: 500 1.1em/1.4 'Heebo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #444 !important;
    margin: 0 0 10px;
}
.blurb .left i {
    color: #275795;
}
.blurb .right i {
    color: #E3313F;

}
.blurb .right {
    padding: 4% 0 0 0;
    border-top: 2px solid #E3313F;
}
.blurb .right img {
    width: 70%;
    margin-top: 2%;
}
.blurb .right p {
    font: 300 1.6em/1.8 'Roboto', sans-serif;
    color: #333;
}
.blurb .right ul {
    font: 300 1.6em/1.8 'Roboto', sans-serif;
    color: #333;
    list-style: none; 
    padding: 2% 0 0 0;
}
.blurb .right ul li {
    padding: 0 0 2% 0 ;
}
.blurb .right ul span {
    padding: 0 10px 0 ; 
}

.byline {
    background: #222;
    padding: 2% 0;
    text-align: center;
    color: #fff
}
.byline a {    
    font: 300 1.2em/1.4 'Roboto', sans-serif;
    color: #fff
}

.circles {
    text-align: center;
    background-color: #fff;
    padding: 2% 0
}
.circles i {
    font-size: .8em;
    padding: 0 4px;
    color: #E95A24;
}

.contact {
    padding: 20px;
}
.contact .bullets {
    padding: 4% 0;
    background: rgba(255, 255, 255, .4);
}
.contact .bullets .icon {
    display: inline-block;
    padding-right: 6%;
    margin-bottom: 10%;
}

.contactIcons {
    padding: 14% 8% 0;
    background: rgba(255,255, 255, 0.6);
    border-radius: 4px;
    border: 1px solid #eee;
}


.contact .bullets .desc {
       display: inline-block; 
       width: 30%; 
}
.contact .bullets .desc a:link {
    padding: 0;
    color: #444;
    text-decoration: none
}
.contact .bullets .desc a:visited {
    color: #444;
    text-decoration: none
}
.contact .bullets .desc a:hover,
a:active,
a:focus {
    color: #BC0709;
    text-decoration: none
}
    .contact h4 i {
        color: #A2853F!important;
        font-size: 0.5em!important;
    }
        .contact .bullets i {
        color: #333!important;
        font-size: 4.0em;
    }
    .contact .bullets h2 {
        font: 600 3.0em/1.2 'Heebo', sans-serif; 
        color: #222;   
    }
.contact .bullets h4 {
    font: 500 1.1em/1.4 'Heebo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #D83433 !important;
    margin: 4px 0;
}
    .contact .bullets ul {
        font: 300 2.0em/1.6 'Roboto', sans-serif;
        list-style: disc;
        padding: 0 0 0 42px!important;
        letter-spacing: .1em
    }
    .contact .bullets ul li {
        margin: 0 0 10px;
        padding: 0 !important;
        color: #222;
    }
.contact h2 {
    font: 400 3.0em/1.6 'Heebo', sans-serif; 
    color: #222;   
}

.container {
    width: 100%;
    max-width: 1280px;
    padding: 0 !important;
}
.container-fluid {
    width: 100%;
    padding: 0 !important;
}

.content h1 {
    padding: 0 0 10px 0 !important;
    margin: 0 !important;
    color: #222 !important;
    font: 700 3.6em/1.2 'Heebo', sans-serif;
    letter-spacing: 2px
}
.content h2 {
    padding: 0 0 20px 0 !important;
    margin: 0 !important;
    color: #222 !important;
    font: 500 2.4em/1.2 'Heebo', sans-serif;
    letter-spacing: 2px
}
.content h2 i {
    color: #E95A24 !important;
    font-size: .35em;
    margin: 0 10px;
    vertical-align: middle;
}
.content h3 {
    font: 2.2em/1.4 'Heebo', sans-serif !important;
    color: #222;
    margin: 0 0 10px 0 !important;
}
.content h4 {
    font: 400 1.1em/1.4 'Heebo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #222 !important;
    margin: 0 0 10px;
}
.overlay_content_7 {
    position: absolute;
    bottom: 10px;
    left: 0px;
    background: -moz-linear-gradient(left,  rgba(34,34,34,1) 0%, rgba(34,34,34,0.99) 2%, rgba(34,34,34,0.44) 100%);
    background: -webkit-linear-gradient(left,  rgba(34,34,34,1) 0%,rgba(34,34,34,0.99) 2%,rgba(34,34,34,0.44) 100%);
    background: linear-gradient(to right,  rgba(34,34,34,1) 0%,rgba(34,34,34,0.99) 2%,rgba(34,34,34,0.44) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#70222222',GradientType=1 );
    width: 100%;
    padding-left: 20px;
    transition: all .7s;
    -webkit-transition: all .7s;
} 

/* .NAVBAR -------------------------------------------------- */
.navbar.navbar-default {
    padding: 20px 0 ;
    background: #fff;
    border: none;
}    
    .navbar-default .navbar-nav>li>a {
        padding: 0 0 10px;
        color: #275795;
    }

        .nav-link {
            font: 400 1.4em/1.8 'Roboto', sans-serif;
            text-transform: uppercase;
            text-decoration: none;
            color: #275795;
            padding: 20px 0px;
            margin: 0px 20px;
            display: inline-block;
            position: relative;
        }
        .nav-link:hover {
            color: #275795!important;
        }
        .nav-link::before {
            transition: 300ms;
            height: 1px;
            content: "";
            position: absolute;
            background-color: #275795;
        }
        .nav-link-ltr::before {
            width: 0%;
            bottom: 10px;
        }
        .nav-link-ltr:hover::before {
            width: 100%;
        }
.navbar.navbar-fixed-top {
    padding: 1% 2%;
    transition: all 0.5s; 

}
.navbar-header {
    width: 100%;
}
    .brand {
       padding: 0;
     }
        .brand img{
           width:40%;
        }
    .brand #alt {
       display: none;
     }      
.navbar-nav {
    margin: -46px 0 0;
}

.navbar-right {
    float: right !important;
    margin-right: 0 !important;
}


.navbar-collapse {
    padding: 0;
}

.top-nav-collapse {
    padding: 5px 6% !important;
        background: #275795!important;
}
 


.top-nav-collapse .navbar-nav>li>a {
        padding: 0 0 10px;
        color: #fff;
    }

        .top-nav-collapse .nav-link {
            font: 400 1.4em/1.8 'Roboto', sans-serif;
            text-transform: uppercase;
            text-decoration: none;
            color: #fff;
            padding: 20px 0px;
            margin: 0px 20px;
            display: inline-block;
            position: relative;
            opacity: 1.0;
        }
        .top-nav-collapse .nav-link:hover {
            opacity: 1;
            color: #fff!important
        }
        .top-nav-collapse .nav-link::before {
            transition: 300ms;
            height: 1px;
            content: "";
            position: absolute;
            background-color: #fff;
        }
        .top-nav-collapse .nav-link-ltr::before {
            width: 0%;
            bottom: 10px;
        }
        .top-nav-collapse .nav-link-ltr:hover::before {
            width: 100%;
        }

.top-nav-collapse .brand #alt {
       display: inherit;
     }
.top-nav-collapse .brand #default {
       display: none;
     }


.top-nav-collapse .topContacts a:link {
    font: 300 1.4em/1.8 "Roboto", sans-serif;
    padding: 0 10px;
    color: #fff;
    text-decoration: none
}
.top-nav-collapse .topContacts a:visited {
    color: #fff;
    text-decoration: none;
}
.top-nav-collapse .topContacts a:hover,a:active,a:focus {
    color: #BC0709;
    text-decoration: none
}
.top-nav-collapse .topContacts .right i {
    color: #fff;
}


/* end .NAVBAR -------------------------------------------------- */

.no-padding {
    padding: 0 !important;
}
 

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax .carousel-caption {
    text-align: left;
    text-shadow: none;
    background: rgba(0, 0, 0, .4);
    position: sticky;
    margin-top: 539px;
    padding: 20px 10%;
}
    .parallax .carousel-caption  h1{
        font: 700 6.0em/1.2 'Heebo', sans-serif;
        color: #eee !important;
        margin: 0 0 10px;
    }
    .parallax .carousel-caption  h2{
        font: 600 4.8em/1.2 'Heebo', sans-serif;
        color: #fff !important;
        margin: 0 0 10px;
    }
    .parallax .carousel-caption h3 {
        font: 400 3.0em/1.4 'Heebo', sans-serif;
        color: #fff !important;
        margin: 0 0 10px;
    }
    .parallax .carousel-caption h4 {
        font: 400 1.1em/1.4 'Heebo', sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff !important;
        margin: 0 0 10px;
    }
    .parallax .carousel-caption p {
        font: 300 2.4em/1.4 'Roboto', sans-serif;
        color: #fff !important;
        margin: 0 0 40px;
    }  
.parallax i {
    font-size: 0.5em;
    color: #fff!important;
}
.parallax#default {
  height: 600px;
}
.parallax#contact {
  height: 400px;
}
.parallax#contactAlt {
  height: 600px;
}
.parallax#top {
  height: 760px;
  border-bottom: 2px solid #275795
}
.overlay {
    position: absolute;
    width: 100%;
    height: 600px;
    z-index: 0;
    background: rgba(0, 0, 0, .4);
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.servicesWrapper {
    text-align: center;
    padding: 2% 0 4%;
    width: 100%;
    background: rgba(162, 133, 63, .1)
}
.servicesWrapper h4 {
    font: 400 1.1em/1.4 'Heebo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #444 !important;
    margin: 2% 0 3% 0;
}
.servicesWrapper h2 {
    font: 500 1.4em/1.4 'Heebo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #222 !important;
    margin: 0 0 10px;
}
.servicesWrapper i {
    color: #A2853F;

}
.servicesWrapper p {
    font: 300 1.5em/1.4 'Roboto', sans-serif;
    padding: 0 16%;        
}
    .servicesWrapper .services {
        text-align: center;
        padding: 0 6% 3%;

    } 
        .servicesWrapper .services .service {
            text-align: center;
        }
        .servicesWrapper .services .service img {
            margin: 0 auto 20px;
            width: 30%;
        }

.spacer {
    margin-top: 16%;
}
.topContacts {
    text-align: right;
    float: right;
    padding: 0;
}
.topContacts span {
    margin: 0 20px 0 0;
}
    .topContacts .right {
        text-align: right;
        padding: 0;

    }
.topContacts .right i {
    font-size: 1.4em;
    padding: 0;
    margin: 0 4px 0 0;
    color: #275795;
    }  
.topContacts a:link {
    font: 300 1.4em/1.8 "Roboto", sans-serif;
    padding: 0;
    color: #275795;
    text-decoration: none
}
.topContacts a:visited {
    color: #275795;
    text-decoration: none;
}
.topContacts a:hover,a:active,a:focus {
    color: #BC0709;
    text-decoration: none
}

.message{
    padding:0;
    justify-content: center;
    align-items: center;  
    height: 600px  
}
.message .inner {
    padding: 10%;
    color: #eee;
    height: 600px;
}
.message h2 {
    padding: 0 0 20px 0 !important;
    margin: 0 !important;
    color: #fff !important;
    font: 800 7.8em/1.2 'Heebo', sans-serif;
    text-transform: uppercase

}
.whatWeDo {
    padding:0;
    justify-content: center;
    align-items: center;  
    height: 600px  
}
.whatWeDo .inner {
    padding: 10% 24%;
    color: #eee;
    height: 600px;
}
.whatWeDo span {
    background: rgba(0, 0, 0, 0.6);
    padding: 6%;
    display: flex;
    flex-direction: column;
}
.whatWeDo a:link {
    font: 300 1.0em/1.8 "Roboto", sans-serif;
    padding: 0;
    color: #f90;
    text-decoration: none
}
.whatWeDo a:visited {
    color: #f90;
    text-decoration: none
}
.whatWeDo a:hover,
a:active,
a:focus {
    color: #f60;
    text-decoration: none
}    
.whatWeDo h2 {
    padding: 0 0 20px 0 !important;
    margin: 0 !important;
    color: #fff !important;
    font: 500 3.8em/1.2 'Heebo', sans-serif;
}
.whatWeDo  h4 {
        font: 500 1.1em/1.4 'Heebo', sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff !important;
        margin: 0 0 10px;
        text-align: center;
}
.whatWeDo p {
    font: 300 1.8em/1.8 "Roboto", sans-serif;
    color: #fff
}


/* SCRIPT CSS OVER-RIDES ----------------------------------------------- */

body [id^=pjWrapper] {
    background-color: transparent !important
}

#pjWrapper .pjBlArticle .pjBlArticleFoot {
    padding-top: 30px;
    background: transparent!important;
}
#pjWrapper .pjBlArticle .pjBlArticleBody img {
    margin-bottom: 4%
}
#pjWrapper .pjBlArticle .pjBlArticleBody p {
    font: 300 1.2em/1.8 'Roboto', sans-serif!important;
}
#pjWrapper .pjBlMain {
    background: rgba(255, 255, 255, .4) !important;
}
#pjCF_container_1 {
    background: rgba(255, 255, 255, .4) !important;
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 8%);
    padding: 40px;
}
#pjWrapper * {
    text-align: left;
}
#pjWrapperContactForm_1 .pjCF-form label.cf-heading-large {
    font:500 2.6em/1.4 'Heebo', sans-serif!important;
    color: #222;
    padding: 0 0 10px;
}

#pjWrapperContactForm_1 .pjCF-form label.cf-heading-medium {
    font: 400 2.0em/1.4 'Heebo', sans-serif!important;
    color: #222;
    padding: 0 0 20px;
    letter-spacing: 2px;
}

#pjWrapperContactForm_1 .pjCF-form label.cf-heading-small{
    font: 400 1.0em/1.4 'Heebo', sans-serif!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #222 !important;
    margin: 0 0 20px;
}
#pjWrapperContactForm_1 .pjCF-form label.cf-heading-small i {
    color: #444!important;
    font-size: 0.5em!important;
}

[id^=pjWrapper] .form-control {
    height: 48px !important;
}

