@charset "UTF-8";
/* Scss Document */
/* ------ START: Global Reset ------ */
* {
  padding: 0;
  margin: 0; }

a {
  outline: none; }

a img {
  border: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
form,
label,
ul,
ol,
dl,
fieldset,
address {
  margin: 0; }

img,
object,
embed,
video {
  border: 0;
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

table,
pre,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin-bottom: 1em; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* HTML5 tags */
header,
section,
footer,
aside,
nav,
article,
figure,
main {
  display: block; }

html {
  -webkit-text-size-adjust: none; }

/* ------ END: Global Reset ------ */
/* -- SKIP LINKS START -- */
a#skiplink {
  position: absolute;
  top: auto;
  left: -99999px;
  height: 1px;
  width: 1px;
  overflow: hidden; }

/* -- SKIP LINKS END -- */
.fancybox-inner {
  overflow: auto !important; }

/* -- GENERAL STYLES START -- */
body {
  font-size: 1.375em;
  font-family: "Open Sans";
  background: #fff;
  color: #222; }

::-moz-selection {
  background: #024890;
  color: #fff; }

::selection {
  background: #024890;
  color: #fff; }

::-moz-selection {
  background: #024890;
  color: #fff; }

a,
a:link {
  color: #024890; }

a:visited {
  color: #1e496f; }

a:hover {
  color: #7db0dc; }

.button, .button:link, .button:visited {
  color: #fff;
  border: 2px solid #1d5d89;
  background: #024890;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  padding: 0.18182em 0.72727em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .button.alt, .button:link.alt, .button:visited.alt {
    color: #1d5d89;
    background: #fff; }

.button:hover {
  color: #1d5d89;
  background: #fff; }
  .button:hover.alt {
    color: #fff;
    background: #024890; }

.clear {
  clear: both; }

blockquote {
  background: #ebebeb;
  font-style: italic;
  padding: 1.25em;
  /* 20/16 */ }

blockquote p {
  font-size: 1em; }

.testimonial {
  margin: .5em 0 2em;
  padding: .5em .75em;
  position: relative;
  border-radius: .1em;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
  .testimonial:before {
    content: "\201c";
    /* “ */
    z-index: 0;
    color: #dedede;
    position: absolute;
    font-size: 10.90909em;
    font-family: "Oswald";
    top: -0.25em;
    left: -0.18333em; }
  .testimonial p {
    position: relative;
    z-index: 10;
    margin: 0 0 .5em; }
  .testimonial p:last-child {
    text-align: right; }

.gallery {
  margin: 0 -.5em .5em; }

.fancybox {
  border: 2px solid #024890;
  margin: .5em;
  display: inline-block; }
  .fancybox img {
    display: block; }
  .fancybox:hover {
    border-color: #1e496f; }

h1 {
  font-size: 2.5em;
  font-weight: 400;
  font-family: "Oswald";
  color: #024890;
  margin: 0.4em 0 0.5em; }

h2 {
  font-size: 1.81818em;
  font-weight: 400;
  font-family: "Oswald";
  color: #464646; }

hr {
  background-color: #b8b8b8;
  border: medium none;
  clear: both;
  color: #b8b8b8;
  display: block;
  height: 1px;
  margin: 1.25em 0;
  /* 20/16 */ }

img[style*="float: right"],
img[align=right] {
  display: block;
  float: right;
  margin: 0 .25em 1.25em 1.25em;
  border: 2px solid #024890;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

img[style*="float: left"],
img[align=left] {
  display: block;
  float: left;
  margin: 0 1.25em 1.25em 0;
  border: 2px solid #024890;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

p,
ol,
ul,
dl {
  line-height: 1.5em;
  margin: 0 0 1.5em; }

ol,
ul {
  margin: 0 0 1.5em 5%; }

ol ol,
ul ul,
ol ul,
ul ol,
ul p,
ol p {
  margin-bottom: 0;
  font-size: 1em; }

ul p:last-child,
ol p:last-child,
blockquote p:last-child {
  margin-bottom: 0; }

dt {
  font-weight: bold;
  font-style: italic; }

table {
  border-collapse: collapse;
  width: 100%; }

th {
  background: #333;
  border: 1px solid #fff;
  color: #fff;
  padding: .625em;
  /* 10/16 */ }

td {
  border: 1px solid #fff;
  padding: .625em;
  /* 10/16 */ }

table tr:nth-child(odd) {
  background: #eee; }

table tr:nth-child(even) {
  background: #dedede; }

.wrapper {
  margin: 0 auto;
  max-width: 1470px;
  padding: 0 0.68182em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

/* -- GENERAL STYLES END -- */
/* -- NAV (GENERAL) START -- */
.slicknav_menu {
  display: none; }

nav ul {
  list-style-type: none;
  margin: 0; }
  nav ul li {
    display: inline-block;
    vertical-align: top; }

nav a {
  display: block; }
  nav a, nav a:link, nav a:visited {
    text-decoration: none; }

/* -- NAV (GENERAL) END -- */
.micro-nav {
  font-size: 1.09091em; }
  .micro-nav.top {
    display: none; }
  .micro-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0; }
  .micro-nav li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .micro-nav a {
    background: #000;
    padding: 0 0.625em 0.1875em;
    font-weight: 600;
    display: block; }
    .micro-nav a, .micro-nav a:link, .micro-nav a:visited {
      text-decoration: none;
      color: #fff;
      -webkit-transition: background .5s;
      -o-transition: background .5s;
      transition: background .5s; }
    .micro-nav a:hover {
      background: #024890; }
  .micro-nav li.last a {
    margin: 0 0 0 0.16667em;
    background: #024890; }
    .micro-nav li.last a:hover {
      background: #000; }

header nav a, footer nav a {
  text-transform: uppercase; }

/* -- MAIN NAV START -- */
header > .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack:  space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack:  space-between;
  justify-content: space-between; 
}

header .logo-frame {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  header .logo-frame, header .logo-frame:link, header .logo-frame:visited {
    text-decoration: none;
    color: inherit; 
    margin-right: auto;
    max-width: max-content;
  }

header .logo {
  margin: 1.27273em 0.68182em 1.09091em;
  display: block; }

header .logo-text {
  text-align: right;
  margin: 0.22727em; }

header .company-name {
  font-family: "Oswald";
  font-size: 2.72727em; }

header .tagline {
  font-size: 1.63636em;
  font-style: italic;
  margin: -0.44444em 0.22222em 0 0;
  letter-spacing: -0.0375em; }

header .hours {
  font-size: 1.45455em;
  font-weight: 300;
  font-family: "Oswald";
  margin: 0.9375em 0.23438em 0;
  text-align: right; }
  header .hours strong {
    font-weight: inherit;
    color: #1d5d89; }

header .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  header .contact .item {
    font-size: 1.09091em;
    margin: 0 0.3125em; }
    header .contact .item label {
      display: inline-block;
      color: #1d5d89;
      font-weight: 400;
      font-style: italic;
      font-size: 1em; }

header nav {
  clear: both;
  background: #464646;
  text-align: center;
  position: relative;
  z-index: 100;
  font-size: 1.13636em; }
  header nav .wrapper > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  header nav ul li {
    position: relative;
    margin: 0; }
  header nav ul ul {
    background: rgba(51, 126, 192, 0.95);
    color: #fff;
    position: absolute;
    z-index: 110;
    display: none;
    width: 250px; }
    header nav ul ul li {
      display: block; }
    header nav ul ul a:link,
    header nav ul ul a:visited {
      font-size: 0.85em;
      text-transform: none;
      text-align: left;
      padding: 0.4em 0.5em;
      line-height: 1.3em; }
  header nav ul li:hover ul {
    display: block; }
  header nav a,
  header nav a:link,
  header nav a:visited {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0.29em 0.64em;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  header nav a:hover,
  header nav .current > a {
    background: #024890; }
  header nav .current .current a,
  header nav ul ul a:hover {
    background: #024890;
    background: #1e496f; }

/* -- MAIN NAV END -- */
footer {
  padding: 1px 0;
  background: #EBEBEB; }
  footer nav {
    background: #464646;
    font-size: 0.81818em; }
    footer nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    footer nav a, footer nav a:link, footer nav a:visited {
      text-decoration: none;
      color: #fff;
      padding: 0.44444em 0.88889em;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    footer nav a:hover {
      background: #024890; }
    footer nav .divider {
      position: relative;
      width: 1px;
      height: 1em;
      background: #fff; }
  footer .logos {
    text-align: center;
    margin: 1.47727em 0 -0.34091em; }
    footer .logos img {
      margin: 0.34091em 2.04545em;
      vertical-align: middle; }
  footer .copyright {
    font-size: 0.63636em;
    margin: 2.57143em 0 2.71429em;
    text-align: center; }
    footer .copyright a, footer .copyright a:link, footer .copyright a:visited {
      color: inherit;
      text-decoration: none; }
    footer .copyright a:hover {
      text-decoration: underline; }

#content > .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 22.72727em;
  -ms-flex: 1 1 22.72727em;
  flex: 1 1 22.72727em;
  max-width: 1086px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 15.90909em;
  -ms-flex: 0 1 15.90909em;
  flex: 0 1 15.90909em; }
  .sidebar .testimonial {
    margin: 0 .5em .5em;
    padding: .5em .75em; }
    .sidebar .testimonial p {
      font-size: 0.81818em;
      margin: 0 0 .5em; }
    .sidebar .testimonial p:last-child {
      text-align: right; }

.sub-nav {
  padding: .5em; }
  .sub-nav ul {
    padding: .5em; }
    .sub-nav ul li {
      display: block;
      margin: 0 0 .25em; }
  .sub-nav li:first-child {
    margin-left: -.5em; }
    .sub-nav li:first-child a {
      font-size: 1.09091em;
      font-weight: 600; }
  .sub-nav a {
    padding: .25em .5em;
    color: #fff;
    background: #024890;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .sub-nav a:hover {
      background: #464646; }


@media screen and (max-width: 1280px) {
  footer nav ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 1235px) {
  footer nav {
    font-size: 0.72727em; }
  header nav {
    font-size: 0.90909em; } }

@media screen and (max-width: 1185px) {
  header .logo-frame {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .logo-frame:link, 
  header .logo-frame:visited {
    max-width: 100%;
  }
  header .logo {
    margin: 0.68182em;
    max-width: 18%;  
  }
  header .logo-text {
    font-size: 1em;
    font-size: 1.8vw;
  }
  header .hours {
    text-align: center;
    margin: 0; }
  header .contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  header .header-right {
    padding-bottom: .5em; }
    header .header-right .micro-nav {
      display: none; }
  header .micro-nav.top {
    display: block; 
  } 
  
  header .wrapper {
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}

@media screen and (max-width: 1098px) {
  footer nav ul {
    max-width: 700px;
    margin: 0 auto; } }

@media screen and (max-width: 968px) {
  header nav .wrapper > ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 32em;
    max-width: 100%; } }

@media screen and (max-width: 850px) {
  header .logo-text {
    font-size: 2.58824vw; }
  h1 {
    font-size: 6.47059vw; }
  h2 {
    font-size: 4.70588vw; } }

@media screen and (max-width: 800px) {
  header .logo {
    padding-top: .5em;
    width: calc( 100vw - 650px); }
  header {
    padding-bottom: .5em;
    border-bottom: 2px solid #024890; }
  header nav, footer nav {
    display: none; }
  .slicknav_menu {
    display: block; }
  .micro-nav {
    position: absolute;
    top: .25em;
    left: .5em;
    right: 4.75em; }
    .micro-nav ul {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .header-right {
    display: none; }
  #body-home .header-right {
    display: block; }
  #body-home header .logo {
    display: block; }
  .sidebar nav {
    display: none; } }

@media screen and (max-width: 750px) {
  header .logo {
    width: 100px; } }

@media screen and (max-width: 700px) {
  .micro-nav a {
    font-size: 0.75em; } }

@media screen and (max-width: 566px) {
  header .logo-text {
    font-size: 0.66667em;
    text-align: center; }
  header .company-name {
    line-height: 1.1em;
    margin: 0.2em 0; } }

@media screen and (max-width: 556px) {
  h1 {
    font-size: 1.63636em; } }

@media screen and (max-width: 552px) {
  h2 {
    font-size: 1.18182em; } }

@media screen and (max-width: 550px) {
  header .logo {
    display: none; }
  #body-home header .logo {
    display: block;
    width: 100px;
    max-width: unset;
    margin: 0 0.68182em; } }

@media screen and (max-width: 540px) {
  .micro-nav a {
    font-size: 0.58333em; } }

@media screen and (max-width: 450px) {
  .micro-nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .micro-nav li.last a {
    margin: 2px 0 0; }
  .micro-nav a {
    font-size: 0.66667em;
    line-height: 1.5em; }
  .slicknav_menu .slicknav_btn {
    margin: 5px 5px 24px; } }

@media screen and (max-width: 340px) {
  .micro-nav a {
    font-size: 0.58333em; }
  .slicknav_menu .slicknav_btn {
    margin: 5px 5px 16px; } }

/* -- FORMS START -- */
form {
  background: #ebebeb;
  border-radius: .1em;
  padding: .75em 1em 1.1em;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

fieldset {
  border: none;
  padding: 0; }

legend {
  display: none; }

label,
.radio legend {
  display: block;
  font-size: .875em;
  /* 14/16 */
  font-weight: bold; }

.radio input,
.checkbox input,
.radio label,
.checkbox label,
.checkbox {
  display: inline-block;
  vertical-align: middle; }

.radio label,
.checkbox label {
  font-weight: normal;
  margin: 0 .8571428571428571em 0 .2857142857142857em;
  /* 12/14 | 4/14 */ }

input,
textarea,
select {
  border: 2px solid #024890;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.125em;
  padding: .375em;
  font-family: inherit;
  color: #024890; }

input,
textarea {
  width: 100%; }

.input {
  margin: 0 0 .75em;
  /* 12/16 */ }

option {
  padding: 0 .25em;
  /* 4/16 */ }

input:focus,
textarea:focus,
select:focus,
input:hover,
textarea:hover,
select:hover {
  border: 2px solid #91bce2; }

input[type=submit],
input[type=button],
input[type=checkbox],
input[type=radio] {
  border: none;
  padding: 0;
  width: auto; }

input[type=submit],
input[type=button] {
  display: inline-block;
  vertical-align: middle;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  width: auto !important;
  border-radius: 0;
  color: #fff;
  border: 2px solid #1d5d89;
  background: #024890;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  padding: 0.18182em 0.72727em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

input[type=submit]:hover,
input[type=button]:hover {
  color: #1d5d89;
  background: #fff; }

.content-wrapper .form_tip {
  display: inline-block;
  margin: .5em 0;
  font-size: 1em; }

.required {
  color: #cc0000; }

.optional {
  font-size: .875em;
  font-style: italic;
  font-weight: 400; }

/* -- FORMS END -- */
/* FORM ERRORS */
form .error {
  background: #FFCECE;
  border-radius: .25em;
  padding: .25em 0; }

form .error-message {
  border-radius: none;
  border: none;
  background: none;
  margin: 0;
  padding-left: 4px;
  padding-right: 0; }

form .error,
form .error-message {
  color: #9E2424;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  text-shadow: none; }

@media screen and (max-width: 380px) {
  input, textarea, select {
    font-size: 0.90909em; } }

@media screen and (max-width: 340px) {
  #security_code {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); } }

.notification {
  border-radius: 5px; }

.notification,
.error-message {
  position: relative;
  margin: 0 0 1.25em 0;
  border: 1px solid;
  background-position: 10px 11px !important;
  background-repeat: no-repeat !important; }

.notification.attention {
  background-color: #fffbcc;
  background-image: url("/img/icons/exclamation.png");
  border-color: #e6db55;
  color: #666452; }

.notification.information {
  background-color: #dbe3ff;
  background-image: url("/img/icons/information.png");
  border-color: #a2b4ee;
  color: #585b66; }

.notification.success {
  background-color: #d5ffce;
  background-image: url("/img/icons/tick_circle.png");
  border-color: #9adf8f;
  color: #556652; }

.notification.error,
.error-message {
  background-color: #ffcece;
  background-image: url("/img/icons/exclamation_circle.png");
  border-color: #df8f8f;
  color: #665252; }

.notification div {
  padding: 10px 60px 10px 36px; }

.notification .close {
  color: #990000;
  font-size: .8em;
  position: absolute;
  right: 5px;
  top: 5px; }

.notification .close:hover {
  background: transparent; }

.input .notification,
.input .error-message {
  background-color: transparent;
  margin: 0 0 0 5px;
  padding: 11px 0 11px 35px;
  display: inline;
  border: 0;
  font-size: .9em; }

.input .error-message {
  color: #665252;
  background: url("/img/icons/exclamation_circle.png") left center no-repeat; }

/** NOTICES AND ERRORS **/
.message {
  clear: both;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 5px; }

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
  background: #ffcc00;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
  padding: 7px 14px;
  color: #404040;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); }

.success {
  clear: both;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #3B8230;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

p.error {
  font-family: Monaco, Consolas, Courier, monospace;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0; }

p.error em {
  font-weight: normal;
  line-height: 140%; }

.notice {
  color: #000;
  display: block;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0; }

.success {
  color: #fff; }

#body-home h1 {
  margin: 0 0 0.18182em;
  text-align: center; }

.feature-boxes {
  overflow: hidden;
  margin: 0 0 1.04545em; }
  .feature-boxes .frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.18182em 0;
    margin: -0.11364em; }

.feature {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 9.09091em;
  -ms-flex: 1 1 9.09091em;
  flex: 1 1 9.09091em;
  max-width: 21.72727em;
  background: #024890;
  border-bottom: 5px solid #383838;
  margin: 0.11364em;
  -webkit-transition: background .5s, border .5s;
  -o-transition: background .5s, border .5s;
  transition: background .5s, border .5s; }
  .feature, .feature:link, .feature:visited {
    text-decoration: none;
    color: inherit; }
  .feature img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .feature:hover {
    background: #fff; }
    .feature:hover img {
      -webkit-filter: brightness(120%);
      filter: brightness(120%); }
    .feature:hover .name {
      color: #1d5d89; }
  .feature .name {
    color: #fff;
    font-size: 1.36364em;
    font-weight: 600;
    text-align: center;
    margin: 0.1em 0 0.26667em;
    padding: 0 0.2em;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }

.featured-project {
  margin: 1.5em 0 1.81818em;
  background: #ebebeb; }
  .featured-project > .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .featured-project .graphics {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    margin: 0.56818em 0.34091em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .featured-project .graphics .image-frame {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 9.09091em;
      -ms-flex: 1 1 9.09091em;
      flex: 1 1 9.09091em;
      margin: 0.34091em;
      position: relative; }
      .featured-project .graphics .image-frame img {
        display: block; }
      .featured-project .graphics .image-frame .caption {
        position: absolute;
        font-size: 1.18182em;
        font-weight: 600;
        bottom: 0.5em;
        left: .25em;
        right: .25em;
        text-align: center;
        display: block;
        color: #fff;
        text-shadow: 0 3px 7px rgba(0, 0, 0, 0.8); }
  .featured-project .right-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 13.63636em;
    -ms-flex: 1 1 13.63636em;
    flex: 1 1 13.63636em;
    max-width: 21.81818em;
    padding: 0.68182em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .featured-project .name {
    font-family: "Oswald";
    font-size: 1.81818em;
    color: #464646;
    margin-bottom: 0.375em;
    margin-top: -0.3em; }
  .featured-project .description {
    font-size: 0.90909em;
    margin-bottom: 1.1em; }
  .featured-project .buttons {
    text-align: right;
    margin: 0 -0.68182em; }
  .featured-project .button {
    margin: 0.68182em; }

@media screen and (max-width: 1180px) {
  .feature {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 18.18182em; } }

@media screen and (max-width: 615px) {
  .feature .name {
    font-size: 1.09091em; } }

@media screen and (max-width: 450px) {
  .feature {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

#body-past-projects .main-content {
  max-width: unset; }

.project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.68182em;
  margin: 0 -0.77273em 0.68182em;
  border: 2px solid transparent;
  border-bottom-color: #464646;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s; }
  .project, .project:link, .project:visited {
    text-decoration: none;
    color: inherit; }
  .project:last-child {
    border-color: transparent; }
  .project:hover {
    border-color: #464646; }
  .project .name {
    font-family: "Oswald";
    font-size: 1.81818em;
    margin: -0.25em 0 0.375em; }
  .project .gallery {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 9.09091em;
    -ms-flex: 1 1 9.09091em;
    flex: 1 1 9.09091em;
    max-width: 27.27273em;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .project .gallery img {
      width: 50%;
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 2px; }
  .project .right-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 13.63636em;
    -ms-flex: 1 1 13.63636em;
    flex: 1 1 13.63636em;
    margin: 0 0.68182em; }
  .project .description p:last-child {
    margin: 0; }

#body-contact-us .main-content,
#body-get-a-free-quote .main-content {
  max-width: unset; }

#content .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #content .contact > iframe {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 11.36364em;
    -ms-flex: 1 1 11.36364em;
    flex: 1 1 11.36364em;
    max-width: 600px;
    margin: 1em; }

#content .contact-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 13.63636em;
  -ms-flex: 1 1 13.63636em;
  flex: 1 1 13.63636em;
  margin: .5em; }

#content .contact-info {
  text-align: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
  #content .contact-info a, #content .contact-info a:link, #content .contact-info a:hover {
    text-decoration: none;
    color: inherit;
    font-weight: 600; }

/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  padding: 0;
  margin: 0;
  position: relative;
  outline: none; }

.fancybox-inner {
  overflow: auto !important; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 10px; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8020; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url("/img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  opacity: .8; }

.fancybox-prev span {
  left: 20px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 20px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible;
  opacity: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden; }

/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #000; }

#fancybox-overlay.overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8030;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  margin-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }
