/* FILE: TEMPLATE.CSS */
/* Roboto Font Weights: 300, 400, 700 */
.background-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.55);
    top: 0;
}
.background-image h1,
.background-image h2,
.background-image h3,
.background-image h4,
.background-image h5,
.background-image h6,
.background-image .headline1,
.background-image .headline2,
.background-image .headline3,
.background-image .headline4,
.background-image .headline5,
.background-image .headline6
{
    color: #fff;
}


#top-bar{
    margin-top: 0;
    padding: 0;
}
#top-bar a{
    text-decoration: none;
}
#top-bar-inner{
    margin: 0;
    padding: 0.25rem;
    font-size: 0.9rem;
    line-height: 0.9rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
}
#top-bar-contact {
    text-align: right;
}
#top-bar-contact span{
    position: relative;
    top: 1px;
}
#top-bar-contact img{
    width: 22px;
    height: 22px;
    margin: 0 0.3rem;
    vertical-align: middle;
}
#top-bar-social{
    display: none;
}
#top-bar-social img{
    width: 30px;
    height: 30px;
}
#top-bar-social a{
    display: inline-block;
    margin: 0 0.25rem;
}
#img-logo{
    max-height: 160px;
    width: auto;
    z-index: 2;
    position: absolute;
    margin-top: -5.5rem;
    margin-left: -0.5rem;
}
#nav-outer{
    display: none;
}
#div-nav-button{
    padding: 2rem 1rem 2rem 0;
}
#btn-nav{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
#btn-nav img{
    background-color: #323232;
}
nav{ 
    width: auto;
    -webkit-overflow-scrolling: touch;
}

#header-main{
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center bottom;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    position: relative;
}
#header-main-inner{
    padding: 4rem 1rem;
    position: relative;
    z-index: 1;
}
#header-main-content{
    display: inline-block;
}
#header-main img.background {
    display: none;
}
#header-main h1{
    font-size: 3rem;
    line-height: 3rem;
    color: #fff;
}
#header-main hr{
    width: 50%;
    max-width: 350px;
    background-color: #fff;
}
/*#header-main input[type="button"],
#header-main input[type="submit"],
#header-main button,
#header-main .button,
#header-main a.button {
    background-color: transparent;
    border: solid 2px #fff;
    padding: 1rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-top: 1rem;
    font-weight: 700;
}
#header-main input[type="button"]:hover,
#header-main input[type="submit"]:hover,
#header-main button:hover,
#header-main .button:hover,
#header-main a.button:hover {
    background-color: #fff;
}*/
section{
    position: relative;
    padding: 3rem 0;
}
section.background-image{
    color: #fff;
    background-size: cover;
}
section.background-image hr{
    background-color: #fff;
}
section > .container{
    position: relative;
    z-index: 1;
}

footer{
    background: #5d1f17;
    background: #b46e17;
    background: -moz-linear-gradient(top, #b46e17 0%, #5d1f17 100%);
    background: -webkit-linear-gradient(top, #b46e17 0%,#5d1f17 100%);
    background: linear-gradient(to bottom, #b46e17 0%,#5d1f17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b46e17', endColorstr='#5d1f17',GradientType=0 );
    color: #fff;
    font-size: 0.85rem;
    line-height: 1.3rem;
    padding: 1rem 0;
}
footer .headline4 {
    color: #fff;
}
footer a{
    color: #fff;
}
footer hr{
    background-color: #dba868;
    width: 100%;
}
footer input, footer input[type="button"] {
    max-width: 350px;
    background-color: #278408;
    border: solid 1px #278408;
}
footer input:hover, footer input[type="button"]:hover{
    color: #278408;
}
#footer-top-row > div{
    border-top: solid 1px #dba868;
}
#footer-top-row > div:first-of-type {
    border-top: 0;
}
#footer-social a {
    line-height: normal;
    display: inline-block;
    padding: 0 0.15rem;
}
#footer-social a img{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    width: 24px !important;
    height: 24px !important;
}

#div-sb-main-spacer{
    display: none;
}
#div-side-bar-outer > section{
    padding: 0 0 3rem 0;
}
.side-bar-contact{
    padding: 3rem 1rem;
    text-align: center;
}
.side-bar-contact h3{
    text-transform: uppercase;
    margin-bottom: -1rem;
}

.area-map-outer
{
    width: 100%;
    height: 100%;
    min-height: 400px;
}
.google-map{
    width: 100%;
    height: 100%;
    min-height: 250px;
}
.popup-quote{
    display: none;
}

ul.blocks{
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.blocks > li > a {
    display: block;
    background-color: #164388;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
    line-height: 1.7rem;
}
ul.blocks > li > a:hover .background-overlay{
    background: rgba(0, 0, 0, 0.25);
}
@media (min-width: 460px){
    #img-logo{
        max-height: 200px;
        margin-top: -6.25rem;
        margin-left: -0.5rem;
    }   
}
@media (min-width:720px) {
    footer { padding: 4rem 0; }
    #footer-top-row > div{ border-left: solid 1px #dba868; border-top: 0; }
    #footer-top-row > div:first-of-type { border-left: 0; }
    #top-bar-inner { font-size: 1.1rem; line-height: 1.1rem; padding: 0; }
    #top-bar-social{ display: inline-block; }
    #top-bar-contact {text-align: right;}
    #top-bar-contact img{ width: 32px; height: 32px; margin: 0 0.3rem; }
    .side-bar-contact{ padding: 5rem 1rem; }
    .side-bar-contact .headline2 {font-size: 3rem;}
    .side-bar-contact h3 { margin-bottom: 0; }
}
@media (min-width:1024px) {
    #nav-outer { display: block !important; }
    nav { position: static; background: none; padding: 0; }
    #div-nav-button { display: none; }
    #nav-headline { display: none; }
    #header-main{ font-size: 1.75rem; line-height: 2.25rem; }
    #header-main h1{ font-size: 3.25rem; line-height: 3.25rem; color: #fff; }
    #header-main input[type="button"],#header-main input[type="submit"],#header-main button,
    #header-main .button,#header-main a.button { font-size: 1rem; line-height: 1.2rem; }
    #header-main-content{ max-width: 95%; }
    #div-side-bar-outer > section{padding: 3rem 0;}
    .side-bar-contact .headline2 {font-size: 2.2rem;}
    .side-bar-contact h3 { margin-bottom: -0.5rem; }
    
    #img-logo{
        max-height: 230px;
        margin-top: -6.75rem;
    }
}
@media (min-width:1200px) {
    section{padding: 4rem 0;}
    footer{font-size: 0.9rem;}
    #header-main-content{ max-width: 80%; }
    #header-main h1{ font-size: 3.75rem; line-height: 3.75rem; color: #fff; }
    #div-sb-main-outer > section { padding-right: 2rem; }
    #div-side-bar-outer > section{padding: 4rem 0;}
    .side-bar-contact .headline2 {font-size: 2.4rem;}
    .side-bar-contact h3 { margin-bottom: -0.75rem; }
    #header-main-inner{padding: 6rem 1rem;}
    #img-logo{
        max-height: 260px;
        margin-top: -6.75rem;
        margin-left: 1rem;
    }
}
@media (min-width:1600px) {
    section{padding: 5rem 0;}
    #header-main-content{ max-width: 75%; }
    .side-bar-contact .headline2 {font-size: 3rem;}
    .side-bar-contact h3 { margin-bottom: -0.5rem; }
    #div-side-bar-outer > section{padding: 5rem 0;}
    #header-main-inner{padding: 6rem 1rem;}
    #img-logo{
        max-height: 280px;
        margin-top: -7rem;
    }
}
/*
     FILE ARCHIVED ON 01:38:24 Aug 18, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:23:47 Jul 28, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.267
  captures_list: 1227.116
  LoadShardBlock: 1014.507 (3)
  PetaboxLoader3.datanode: 1552.32 (4)
  exclusion.robots.policy: 0.256
  PetaboxLoader3.resolve: 266.232
  esindex: 0.014
  CDXLines.iter: 11.673 (3)
  RedisCDXSource: 198.279
  load_resource: 845.758
*/