* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  color: #333333; }

@font-face {
  font-family: 'gooddog';
  src: url("font/gooddog/GoodDog-webfont.eot");
  src: url("font/gooddog/GoodDog-webfont.eot?#iefix") format("embedded-opentype"), url("font/gooddog/GoodDog-webfont.woff") format("woff"), url("font/gooddog/GoodDog-webfont.ttf") format("truetype"), url("font/gooddog/GoodDog-webfont.svg#gooddogregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "klavika";
  src: url("font/klavika.otf"); }
a {
  text-decoration: none; }

p {
  font-size: 0.8em;
  font-weight: 700;
  text-align: center; }

h1 {
  display: none; }

h2 {
  color: #0a3477;
  font-size: 3em;
  font-family: gooddog; }

h3 {
  color: #333333;
  font-family: Open Sans;
  font-size: 1.2em;
  text-align: center;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px; }

.bind {
  max-width: 960px;
  width: 100%;
  left: 0px;
  right: 0px;
  margin: auto; }

body {
  background-color: #f2f2f2;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }
  body header {
    height: 140px;
    border-top: solid 5px #0a3477;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 99;
    background-color: #f2f2f2; }
    body header .logo {
      height: 120px;
      padding-top: 10px;
      padding-left: 20px;
      display: inline-block;
      float: left; }
    body header #navbox {
      display: inline-block;
      float: right; }
      body header #navbox nav {
        width: 100%;
        font-size: 0.8em;
        padding-right: 20px; }
        body header #navbox nav #navcontact {
          display: inline-block;
          float: left;
          padding-top: 18px;
          margin-right: 35px; }
          body header #navbox nav #navcontact img {
            height: 30px;
            display: inline-block;
            float: left;
            margin-top: 7px; }
          body header #navbox nav #navcontact h2 {
            display: inline-block;
            float: left; }
        body header #navbox nav a #btnon {
          background-color: #0a3477; }
          body header #navbox nav a #btnon span {
            color: white; }
        body header #navbox nav a .navbtn {
          width: 80px;
          height: 70px;
          text-align: center;
          display: inline-block;
          padding-top: 14px;
          margin-left: 10px; }
          body header #navbox nav a .navbtn img {
            height: 30px;
            display: block;
            left: 0px;
            right: 0px;
            margin: auto; }
      body header #navbox #creditbox {
        float: right;
        padding-right: 20px; }
        body header #navbox #creditbox span {
          font-size: 0.8em;
          display: inline-block;
          float: left;
          margin-top: 28px;
          color: #0a3477; }
        body header #navbox #creditbox img {
          height: 22px;
          margin-left: 10px;
          margin-top: 24px; }
  body #spacer {
    height: 140px; }
    body #spacer img {
      display: none; }
  body .slideshow {
    background-color: #0a3477;
    width: 100%;
    height: 470px;
    overflow: hidden; }
    body .slideshow #arrowBox {
      position: absolute;
      width: 100%;
      text-align: center;
      margin-top: 210px; }
      body .slideshow #arrowBox img {
        height: 40px; }
      body .slideshow #arrowBox #leftArrow {
        margin-right: 500px; }
      body .slideshow #arrowBox #rightArrow {
        margin-left: 500px; }
    body .slideshow .bind {
      margin: 0px auto;
      position: relative;
      background-color: #f2f2f2;
      height: 100%; }
      body .slideshow .bind img {
        max-width: 100%;
        top: 0px;
        bottom: 0px;
        left: 20px;
        right: 20px;
        position: absolute; }
      body .slideshow .bind .none {
        opacity: 0;
        transition: 0.5s; }
      body .slideshow .bind #shownBG {
        opacity: 1;
        display: block;
        transition: 0.5s; }
      body .slideshow .bind #mapfloat {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 20px; }
        body .slideshow .bind #mapfloat h2 {
          color: white;
          display: block;
          font-size: 1.8em;
          font-weight: 400;
          margin-bottom: 20px; }
        body .slideshow .bind #mapfloat h4 {
          color: #ffb600;
          font-family: gooddog;
          display: inline-block;
          font-size: 1.4em;
          font-weight: 400; }
        body .slideshow .bind #mapfloat span {
          color: white;
          font-family: gooddog; }
        body .slideshow .bind #mapfloat a {
          height: 36px;
          background-color: white;
          bottom: 20px;
          position: absolute;
          font-family: klavika;
          color: #0a3477;
          width: 180px;
          text-align: center;
          padding-top: 9px; }
  body #notslideshow {
    background-color: #0a3477;
    width: 100%;
    height: 470px;
    overflow: hidden; }
    body #notslideshow img {
      max-width: 100%;
      top: 0px;
      bottom: 0px;
      left: 20px;
      right: 20px;
      position: absolute; }
    body #notslideshow .bind {
      margin: 0px auto;
      position: relative;
      background-color: #f2f2f2;
      height: 100%; }
      body #notslideshow .bind #mapfloat {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 20px; }
        body #notslideshow .bind #mapfloat h2 {
          color: white;
          display: block;
          font-size: 1.8em;
          font-weight: 400;
          margin-bottom: 20px; }
        body #notslideshow .bind #mapfloat h4 {
          color: #ffb600;
          font-family: gooddog;
          display: inline-block;
          font-size: 1.4em;
          font-weight: 400; }
        body #notslideshow .bind #mapfloat span {
          color: white;
          font-family: gooddog; }
        body #notslideshow .bind #mapfloat a {
          height: 36px;
          background-color: white;
          bottom: 20px;
          position: absolute;
          font-family: klavika;
          color: #0a3477;
          width: 180px;
          text-align: center;
          padding-top: 9px; }
    body #notslideshow #downArrow {
      display: none;
      width: 40px;
      bottom: 40px;
      left: 0px;
      right: 0px;
      margin-bottom: 25px;
      margin: 0px auto;
      position: absolute;
      transform: rotate(90deg);
      animation-duration: 4s;
      animation-name: arrowBounce;
      animation-delay: 2s;
      animation-iteration-count: infinite; }
  body #sloganbox h2 {
    font-size: 1.8em;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px; }
  body #content {
    margin-bottom: 30px; }
    body #content .bind {
      clear: both;
      overflow: hidden;
      min-height: 20px; }
      body #content .bind #servicetitle {
        margin-top: 5px;
        margin-bottom: 5px; }
      body #content .bind .cpad {
        margin-left: 35px;
        margin-right: 35px; }
      body #content .bind .bulletbox {
        width: 33.3%;
        padding-left: 40px;
        display: inline-block;
        float: left;
        font-size: 0.8em;
        font-weight: 700; }
        body #content .bind .bulletbox li {
          padding-bottom: 0.6em; }
      body #content .bind a .tile {
        width: 280px;
        margin: 4px;
        text-align: center;
        display: inline-block;
        margin-bottom: 20px;
        padding-bottom: 10px; }
        body #content .bind a .tile:hover {
          background-color: white; }
        body #content .bind a .tile img {
          padding-bottom: 5px; }
        body #content .bind a .tile span {
          color: #0a3477;
          font-weight: 600; }
      body #content .bind h2 {
        text-align: center;
        margin-top: 28px;
        margin-bottom: 18px;
        font-size: 2em; }
      body #content .bind .textbox {
        padding-left: 10px;
        padding-right: 20px;
        padding-bottom: 50px; }
      body #content .bind form {
        padding: 20px; }
        body #content .bind form input {
          width: 32%;
          border: none;
          display: inline-block;
          float: left;
          margin-bottom: 2%;
          height: 30px;
          padding: 6px;
          border-bottom: solid 1px #bdbdbd; }
        body #content .bind form .crinput {
          margin-left: 2%;
          margin-right: 2%; }
        body #content .bind form textarea {
          width: 100%;
          border: 0px;
          height: 100px;
          padding: 6px;
          margin-bottom: 2%;
          resize: none;
          border-bottom: solid 1px #bdbdbd; }
        body #content .bind form button {
          border: 0px;
          background-color: #ffb600;
          padding: 10px;
          width: 180px;
          color: white;
          font-weight: 600;
          margin-bottom: 20px;
          display: block; }
          body #content .bind form button:hover {
            background-color: white;
            color: #ffb600; }
        body #content .bind form p {
          text-align: left;
          color: #ffb600; }
    body #content .logobox {
      text-align: center;
      display: block;
      margin-top: 40px;
      margin-bottom: 50px; }
      body #content .logobox span {
        font-size: 0.8em;
        display: block;
        text-align: center;
        font-weight: 600; }
      body #content .logobox img {
        height: 40px;
        margin: 20px; }
    body #content #servicepad {
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
  body footer {
    height: 30px;
    background-color: #0a3477;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed; }
    body footer .footerlft {
      float: left;
      margin-right: 20px; }
      body footer .footerlft img {
        height: 22px;
        display: inline-block;
        margin-top: 4px;
        float: left; }
      body footer .footerlft h2 {
        font-size: 1.2em;
        display: inline-block;
        color: white;
        font-weight: 100;
        font-family: gooddog;
        margin-top: 4px;
        margin-right: 30px; }
      body footer .footerlft a {
        font-size: 1.2em;
        color: white;
        font-weight: 100;
        font-family: gooddog; }
    body footer .footerrgt {
      float: right; }
      body footer .footerrgt span {
        font-size: 0.6em;
        color: white;
        padding-top: 8px;
        float: right;
        padding-right: 8px; }

@media screen and (max-width: 1250px) and (min-width: 961px) {
  .bind {
    max-width: 780px; }

  body header .bind #navbox nav #navcontact {
    display: none; }
  body .slideshow {
    height: 378px; }
    body .slideshow #arrowBox {
      margin-top: 165px; }
      body .slideshow #arrowBox #leftArrow {
        margin-right: 400px; }
      body .slideshow #arrowBox #rightArrow {
        margin-left: 400px; }
    body .slideshow .bind img {
      width: 740px; }
  body #notslideshow {
    height: 378px;
    position: relative; }
    body #notslideshow .bind img {
      width: 740px; }
    body #notslideshow #downArrow {
      display: block; } }
@media screen and (max-width: 960px) and (min-width: 615px) {
  body header .bind #navbox nav #navcontact {
    display: none; }
  body .slideshow {
    height: unset; }
    body .slideshow #arrowBox {
      display: none; }
    body .slideshow .bind {
      height: unset; }
      body .slideshow .bind img {
        left: 0px;
        right: 0px;
        width: 100%; }
  body #notslideshow {
    height: unset;
    position: relative; }
    body #notslideshow .bind {
      height: unset; }
      body #notslideshow .bind img {
        left: 0px;
        right: 0px;
        width: 100%;
        position: static; }
    body #notslideshow #downArrow {
      display: block; }
  body #content .bind .bulletbox {
    width: 100%;
    padding-right: 170px;
    padding-left: 170px; }
  body footer .footerlft h2 {
    margin-right: 0px;
    font-size: 1.6em;
    margin-top: 0px; } }
@media screen and (max-width: 615px) and (min-width: 0px) {
  body header {
    height: 80px; }
    body header .logo {
      display: none; }
    body header .bind #navbox {
      left: 0px;
      right: 0px;
      margin: auto;
      position: absolute;
      top: 0px;
      width: 298px; }
      body header .bind #navbox #creditbox {
        display: none; }
      body header .bind #navbox nav #navcontact {
        display: none; }
  body #spacer {
    height: 175px; }
    body #spacer img {
      position: absolute;
      height: 78px;
      display: block;
      left: 0px;
      right: 0px;
      margin: auto;
      top: 86px; }
  body .slideshow {
    height: unset; }
    body .slideshow #arrowBox {
      display: none; }
    body .slideshow .bind {
      height: unset; }
      body .slideshow .bind img {
        left: 0px;
        right: 0px;
        width: 100%; }
  body #notslideshow {
    height: unset; }
    body #notslideshow .bind {
      height: unset; }
      body #notslideshow .bind #mapimg {
        display: none; }
      body #notslideshow .bind #mapfloat {
        height: 320px; }
      body #notslideshow .bind img {
        left: 0px;
        right: 0px;
        width: 100%;
        position: static; }
  body #content .bind .bulletbox {
    width: 100%; }
  body #content .bind form input {
    width: 100%; }
  body #content .bind form .crinput {
    margin-left: 0px;
    margin-right: 0px; }
  body footer .footerlft h2 {
    margin-right: 0px; } }
/* Chrome, Safari, Opera */
@-webkit-keyframes arrowBounce {
  0% {
    margin-bottom: 0px; }
  50% {
    margin-bottom: 25px; }
  70% {
    margin-bottom: 0px; }
  /* 80% {margin-bottom:25px;} */
  90% {
    margin-bottom: 25px; }
  /*  100% {margin-bottom:25px;} */ }
/* Standard syntax */
@keyframes arrowBounce {
  0% {
    margin-bottom: 0px; }
  50% {
    margin-bottom: 25px; }
  70% {
    margin-bottom: 0px; }
  /* 80% {margin-bottom:25px;} */
  90% {
    margin-bottom: 25px; }
  /*  100% {margin-bottom:25px;} */ }

/*# sourceMappingURL=css.css.map */
