﻿body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
  }
  
  header {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    z-index: 999;
    display: block;
    top: 0;
  }
  
  blockquote{
      margin-left: 40px;
      padding-left: 20px;
      padding: 10px 10px 10px 20px;
      border-left: #2B5593 solid 3px;
      font-size: 1rem;
      font-style: italic;
      color: #666;
  }

  cite{
      display: block;
      margin-top: 10px;
  }
  #header {
    background-color: #ffffff;
    width: 100%;
  
  }
  
  #header-content {
    margin-left: 10px;
    margin-right: 5px;
    /* max-width: 1024px; */
    display: block;
    position: relative;
    width: 100%;
    z-index: 1000;
    height: 65px;
    float: left;
}

#utilities {
    color: #C2CEE3;
    float: right;
    z-index: 2;
    margin-right: 50px;
}

#utilities ul {
    float: left;
    margin-bottom: 0;
    margin-left: 16px;
    list-style: none outside none;
    font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 11px;
}

#utilities ul li:after {
    content: "|";
    margin-left: 8px;
}

#utilities ul li { 
    float: left;
    margin-bottom: 0;
    margin-left: 8px;
    margin-top: 3px;
}

#utilities ul li.no-pipe:after {
    content: none;
}

#utilities ul li a {
    margin-bottom: 3px;
    line-height: inherit;
    text-decoration: none;
    color: #777;
}

#utilities a:hover {
    font-weight: bold;
}

#logo-container{
    width: 48px;
    float: left;
    height: inherit;
    position: relative;
}

#logo-container a:before {
    content: url("../images/logo_48.png");
    display: inline;
}

#logo-text{
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px #dedede;
    text-wrap: none;
    overflow: visible;
    left: 28px;
    top: -49px;
    width: 250px;
    position: relative;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
    width: 100%;
    height: auto;
    position: relative;
    /* opacity: 0.65; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
  .bgimg-1 {
    background-image: url("/images/highlight-0.png");
    min-height: 100%;
  }
  
  .bgimg-1 a {
    color: darkorange;
  }
  
  .bgimg-2 {
    background-image: url("/images/highlight-1.png");
    min-height: 600px;
  }
  
  .bgimg-3 {
    background-image: url("/images/18439204-orig.jpg");
    min-height: 600px;
  }
  
#nav-bar{
    min-height: 56px;
    margin: 0 0px 0 0px;
    position: absolute;
    top: 85px;
    right: 10px;
    left: 10px;
    z-index: 100;
}

#nav-bar-top{
    min-height: 40px;
    width: 100%;
    color: #cccccc;
    line-height: 30px;
}

#nav-bar-bottom{
    height: 10px;
    width: 100%;
    background-color: #e36d00;
    color: #cccccc;
    line-height: 30px;
    box-shadow: 5px 5px 5px #888888;
}

/*** Menu ***/
#main-nav {
    width: auto;
    margin-left: 15px;
    margin-top: 20px !important;
    float: rigth;
}

#main-nav, #main-nav ul, #main-nav ul li, #main-nav ul li a {
    color: #CCCCCC;
    font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease 0s;
}

#main-nav:before, #main-nav:after, #main-nav > ul:before, #main-nav > ul:after {
    content: "";
    display: table;
}

#main-nav:after, #main-nav > ul:after {
    clear: both;
}

#main-nav a {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#main-nav ul {
    /*background: none repeat scroll 0 0  rgb(43, 43, 43);*/
    /*border: 0px solid #2D4373;*/
    border-radius: 3px;
    /*box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), 0 1px 1px rgba(255, 255, 255, 0.15) inset;*/
}

#main-nav ul > li {
    float: left;
    list-style: none outside none;
}

#main-nav ul > li > a {
    display: block;
    padding: 0;
    margin-top: 14px;
    margin-left: 20px;
    position: relative;
    text-decoration: none;
	color: #333;
}

#main-nav ul > li > a:hover {
    box-shadow: 0 0 1px #1E2E4F inset;
    transition: all 0.3s ease 0s;
    color: #1E2E4F;
}


#main-nav ul > li > a:hover:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #FFFFFF;
    border-image: none;
    border-left: 1px solid #FFFFFF;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    content: "";
    height: 100%;
    left: -1px;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#main-nav ul > li > a:hover:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #FFFFFF -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 1px solid #FFFFFF;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    content: "";
    height: 100%;
    opacity: 0.2;
    position: absolute;
    right: -1px;
    top: 0;
    width: 100%;
    z-index: 2;
}

#main-nav > ul > li > ul {
    background: -moz-linear-gradient(center top , #4D80AF 0px, #2B5593 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 200px;
    border-bottom: solid 8px #e36d00;
    padding-bottom: 5px;
}

#main-nav > ul > li:hover > ul {
    border-radius: 0 0 3px 3px;
    box-shadow: none;
    opacity: 1;
    position: absolute;
    visibility: visible;
}

#main-nav > ul > li > ul > li:hover > ul {
    opacity: 1;
    position: absolute;
    visibility: visible;
}

#main-nav > ul > li > ul > li > ul {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    left: 200px;
    top: 1px;
    width: 200px;
    border-bottom: solid 8px #e36d00;
    padding-bottom: 5px;

}

#main-nav > ul > li > ul > li > ul > li {
    float: none;
}

#main-nav > ul > li > ul > li {
    float: none;
    width: 200px;
}


#nav-bar-top span.home {
    display: block;
    float: right;
    margin: 10px 5px 0 0;
    padding: 0 10px 0 0;
}
#nav-bar-top span.home a {
    opacity: 0.6;
}
#nav-bar-top span.home a:hover {
    opacity: 1;
}

#nav-bar-top span.logoff {
    display: block;
    float: right;
    margin: 10px 5px 0 0;
    padding: 0 10px 0 0;
}
#nav-bar-top span.logoff a {
    opacity: 0.6;
}
#nav-bar-top span.logoff a:hover {
    opacity: 1;
}

#nav-bar-top span.help {
    border-right: 0 none;
    display: inline;
    float: right;
    margin: 5px 15px 0 0;
    padding: 0 10px 0 0;
    padding: 0;
}
#nav-bar-top span.help a {
    color: #CCCCCC;
    font-family: Arial Heavy,Arial #000000,Tahoma;
    font-size: 23px;
    font-weight: bolder;
    border: 0 none;
    text-decoration: none;
}
#nav-bar-top span.help a:hover {
    color: #FFFFFF;
}

#mobile-nav {
    float: right;
    display: none;
    cursor: pointer;
}

.required {
    font-weight: bold;
    color: red;
    margin-top: -5px;
}
  .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
  }
  
  .content {
    color: #777;
    background-color:  white;
    text-align:center;
    padding:50px 80px;
    text-align: justify;
  }
  
  .caption .border {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 25px;
    font-size: 16px;
    letter-spacing: 5px;
    width: 80%;
    margin: auto;
    border: 0px !important;
  }
  
  h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #fff;
  }
  
  .icon-success {
    color: #336600;
  }
  
  .icon-error {
    color: #cc0000;
  }
  
  #mobileMenu {
    display: none;
  }
  
  .btn-mobile {
    color: #777;
  }
  .mobile-nav > a :active {
    border: 0;
  }
  
  .text-box.active {
      border: .0625rem solid #34b233;
  }
  .field-error-label {
    color:  #dc1431;
    display: none;
  }
  
  .btn-primary:disabled {
    cursor: not-allowed;
    background-color: #bacde3;
    border-color:  #bacde3;
  }
  
  .form-control:-moz-placeholder {
    color:#999
  }
  .form-control::-moz-placeholder {
    color:#999
  }
  .form-control:-ms-input-placeholder {
    color:#999
  }
  .form-control::-webkit-input-placeholder {
    color:#999
  }
  
  .text-box, .select-box, textarea {
      background: #fff;
      border: .0625rem solid #ece6dd;
      height: 4.0625rem;
      margin-bottom: .625rem;
      padding: 0;
    height: 3.25rem;
       border-radius: .25rem;
  }
  
  textarea {
    width: 100%;
    height: 85px;
  }
  
  .text-box.error, .text-box.inactive-error, .select-box.error, .select-box.inactive-error {
      border: .0625rem solid #dc1431;
  }
  
  .text-box-label, .select-box-label {
      font-size: 1rem;
      margin-top: .9375rem;
      color: #776;
      cursor: text;
      line-height: 1.25rem;
      margin: 1.3125rem 0 0 .5625rem;
      position: absolute;
      transition: all .2s;
  }
  
  .text-box-label.active, .select-box-label.active textarea.active {
    color: #070
  }
  
  .text-box input[type="text"], .text-box input[type="password"], .text-box input[type="tel"], .text-box input[type="email"] {
      font-size: 1rem;
      height: 1.375rem;
       border: 0;
      padding: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none;
      color: #000;
      font-size: 1.25rem;
      height: 1.8rem;
      margin: 1.0625rem 0 0;
      padding: 0 .5625rem;
    width: 100%;
  }
  
  select {
    background-size: 1.0625rem .6875rem;
    font-size: 1rem;
    height: 1.375rem;
    margin-top: 1rem;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("/images/dropdown.svg");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 1.25rem 1rem;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 1.375rem;
    height: 1.7rem;
    margin: 1.1rem 0 0;
    padding: 0 2rem 0 .4375rem;
    position: relative;
  }
  
  /* Small devices (landscape phones, 576px and up) */
  @media (max-width: 576px) {  
    #logo-text {
      display: none;
    }
    .bgimg-1, .bgimg-2, .bgimg-3 {
      background-image: none;
      min-height: initial;
      /* display: none; */
    }
    .bgimg-1 {
      margin-top: 70px;
    }
    .caption {
      position: relative;
      width: 100%;
      text-align: center;
      color: #000;
    }
    .caption .border {
      background-color: #111;
      color: #fff;
      /* padding: 25px; */
      font-size: 16px;
      letter-spacing: 5px;
      width: 100%; 
      margin: auto;
      opacity: 0.65;
    }
  
  }
  
  /* Medium devices (tablets, 768px and up) */
  @media screen and (max-width: 768px) {  
    #utilities {display: none;}
    #main-nav{display: none;}
    #logo-container {
      float: left;
      margin-right: 15px;   
    }
    #mobile-nav {
      display: block;
      float: right;
      margin: 15px;
    }
    .mobile-nav {
      list-style: none;
      box-sizing: border-box;
      margin-top: 63px;
      width:100%;
      position: absolute;
      z-index: 1000;
      background-clip: padding-box;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: .25rem;
    }
    .mobile-nav > li {
      position: relative;
      display: block;
      box-sizing: border-box;
      background-color: #fff;
      width: 100%;
      padding-left: 10px;
    }
    .mobile-nav > li:hover {
      background-color: #cccccc;
    }
    .mobile-nav > li > a {
      color: inherit;
    }
    .mobile-nav > li > a:hover {
      text-decoration: none;
    }
    h1 {
      font-size: 1.5rem;
    }
    .content {
      padding: 0 10px;;
    }
    #Services{
      padding-top: 55px;
    }
    .dropdown-toggle {
      max-width: 400px;
    }
  }
  
  /* Large devices (desktops, 992px and up) */
  @media (max-width: 992px) {  }
  
  /* Extra large devices (large desktops, 1200px and up) */
  @media (max-width: 1200px) {  }
  
  
  /* Turn off parallax scrolling for tablets and phones */
  @media only screen and (max-device-width: 1024px) {
      .bgimg-1, .bgimg-2, .bgimg-3 {
          background-attachment: scroll;
      }
  }
  
  