@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");
.side-nav li:before {
  content: '';
  display: block;
  position: absolute; }

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

:focus {
  outline: 0; }

ol, ul {
  list-style: none; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: 0; }

figure {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* -------------------------------------------------------------- */
* {
  box-sizing: border-box; }

body {
  background: #f3f3f3;
  color: #333;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1b86c6; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 24px;
  margin-bottom: 15px; }

a {
  color: #791b1c;
  text-decoration: none; }
  a:hover {
    color: #1b86c6; }

img {
  max-width: 100%;
  height: auto; }

p {
  margin-bottom: 20px;
  line-height: 24px; }

.button {
  display: inline-block;
  padding: 10px 25px;
  background: #791b1c;
  border: none;
  font-size: 17px;
  color: #FFF;
  cursor: pointer; }
  .button:hover {
    background: #1b86c6;
    color: #FFF;
    text-decoration: none; }

.error {
  color: #F00;
  width: 100%; }

.container,
#wrapper {
  overflow: hidden;
  max-width: 960px;
  width: 100%;
  margin: auto; }

.content-container {
  padding: 20px 0; }
  @media screen and (max-width: 979px) {
    .content-container {
      padding: 20px 10px; } }

#header {
  min-height: 110px;
  background: #FFF; }
  #header .site-header {
    overflow: hidden;
    padding: 15px 0; }
    #header .site-header .top_left {
      float: left; }
      @media screen and (max-width: 979px) {
        #header .site-header .top_left {
          float: none;
          text-align: center;
          margin-bottom: 15px; } }
    #header .site-header .top_right {
      float: right;
      text-align: right; }
      @media screen and (max-width: 979px) {
        #header .site-header .top_right {
          float: none;
          text-align: center; } }
    @media screen and (max-width: 979px) {
      #header .site-header .logo {
        max-width: 68%;
        margin: auto; } }
    #header .site-header .header-contact {
      font-size: 13px;
      color: #373b3d; }
      #header .site-header .header-contact p {
        line-height: 18px;
        margin: 0; }
      #header .site-header .header-contact .tel {
        display: inline-block;
        vertical-align: middle;
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        font-weight: 600; }
      #header .site-header .header-contact .facebook {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
        #header .site-header .header-contact .facebook img {
          display: block; }
      #header .site-header .header-contact .address {
        margin-top: 10px;
        margin-bottom: 0; }
        @media screen and (max-width: 979px) {
          #header .site-header .header-contact .address {
            display: none; } }

#sidebar {
  float: left;
  max-width: 245px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 979px) {
    #sidebar {
      max-width: 100%; } }
  #sidebar .breadcrumbs {
    margin-top: 10px;
    margin-bottom: 20px; }

#main {
  float: right;
  max-width: 682px;
  width: 100%;
  padding-right: 15px; }
  @media screen and (max-width: 979px) {
    #main {
      max-width: 100%;
      padding-right: 0; } }

#mainBanner {
  margin-bottom: 15px;
  border: 3px solid #1b86c6; }
  #mainBanner img {
    display: block;
    width: 100%;
    height: auto; }

.gridWrapper {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .gridWrapper .grid {
    max-width: 290px;
    width: calc(33% - 24px);
    margin: 0 12px;
    margin-bottom: 10px; }
    @media screen and (max-width: 979px) {
      .gridWrapper .grid {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; } }
  .gridWrapper .box {
    height: 100%; }
    .gridWrapper .box h1 {
      padding-top: 10px;
      padding-bottom: 0; }
    .gridWrapper .box h2 {
      padding-top: 22px; }

.box {
  margin-bottom: 15px;
  background: #FFF;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.07); }
  .box.box-with-image article {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse; }
    @media screen and (max-width: 599px) {
      .box.box-with-image article {
        display: block; } }
  .box.staff .image {
    height: 229px;
    background-position: top center; }
    .box.staff .image:hover {
      background-position: bottom center; }
  .box > h1,
  .box > h2 {
    padding: 15px;
    padding-bottom: 5px;
    margin: 0;
    border-bottom: 1px solid #ebebeb; }
  .box article {
    padding: 20px; }
  .box .image {
    display: block;
    width: 180px;
    height: 140px;
    margin-bottom: 5px;
    border: 3px solid #1b86c6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  .box .box-content {
    width: calc(100% - 180px);
    padding-right: 30px; }
    @media screen and (max-width: 599px) {
      .box .box-content {
        width: 100%;
        padding-right: 0; } }
  .box .box-bottom {
    width: 100%; }

.combination {
  font-size: 11px;
  color: #333; }

.google-maps {
  position: relative;
  margin: -10px;
  max-height: 400px; }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .google-maps:after {
    content: '';
    position: relative;
    display: block;
    padding-top: 107%; }

.fb-feed {
  margin: -10px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.footer {
  background: #FFF;
  font-size: 13px; }
  .footer p {
    margin: 0; }

.site-footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 0; }
  @media screen and (max-width: 979px) {
    .site-footer {
      display: block;
      padding: 20px; } }
  .site-footer .footer-left,
  .site-footer .footer-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (max-width: 979px) {
      .site-footer .footer-left,
      .site-footer .footer-right {
        display: block;
        text-align: center; } }
  @media screen and (max-width: 979px) {
    .site-footer .footer-left {
      margin-bottom: 20px; } }
  .site-footer .footer-right {
    text-align: right; }
    @media screen and (max-width: 979px) {
      .site-footer .footer-right {
        text-align: center; } }
  .site-footer .footer-logo {
    display: inline-block;
    margin-bottom: 15px; }
  .site-footer .address {
    font-size: 14px; }

.sub-footer {
  padding: 16px 0;
  background: #373b3d;
  color: #6e828c;
  font-size: 12px;
  text-align: center; }
  @media screen and (max-width: 979px) {
    .sub-footer {
      padding: 20px; } }
  @media screen and (max-width: 979px) {
    .sub-footer .attribution {
      display: block; } }
  .sub-footer a {
    color: inherit;
    text-decoration: none; }
    .sub-footer a:hover {
      color: #FFF; }

form {
  margin: 10px 0;
  width: 100%; }
  form p {
    margin-bottom: 8px; }
  form input[type=text],
  form input[type=email],
  form textarea {
    width: 100%;
    padding: 10px;
    background: #f3f3f3;
    border: none;
    border-left: 3px solid #1b86c6;
    font-family: "Roboto", sans-serif;
    font-size: 14px; }
  form textarea {
    height: 75px; }

table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse; }
  table thead {
    background: #1b86c6;
    color: #FFF; }
  table tr {
    border-bottom: 1px solid #FFF; }
  table td,
  table th {
    padding: 10px; }
  table tbody tr {
    background: #f3f3f3; }

@media screen and (min-width: 980px) {
  .main-navigation-wrapper {
    background: #1b86c6;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#138ed1+0,138ed1+50,1b86c6+50,1b86c6+100 */
    background: -moz-linear-gradient(top, #138ed1 0%, #138ed1 50%, #1b86c6 50%, #1b86c6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #138ed1 0%, #138ed1 50%, #1b86c6 50%, #1b86c6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #138ed1 0%, #138ed1 50%, #1b86c6 50%, #1b86c6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#138ed1', endColorstr='#1b86c6',GradientType=0 );
    /* IE6-9 */ }

  .main-navigation > ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-size: 17px; }
    .main-navigation > ul li {
      position: relative;
      display: flex;
      flex-grow: 1;
      list-style-type: none;
      padding: 0;
      border-right: 1px solid #4cb9f7; }
      .main-navigation > ul li:first-child {
        border-left: 1px solid #4cb9f7; }
      .main-navigation > ul li:hover > a {
        background: #791b1c; }
      .main-navigation > ul li a {
        display: block;
        padding: 13px 0;
        width: 100%;
        text-align: center;
        color: #FFF;
        text-decoration: none; } }
@media screen and (max-width: 979px) {
  .main-navigation-wrapper {
    position: relative; }

  .main-navigation {
    bottom: 0;
    width: 100%;
    display: none; }
    .main-navigation > ul {
      z-index: 10000;
      margin: 0;
      padding: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.9); }
    .main-navigation li {
      display: block;
      position: relative;
      border-top: 1px solid #FFF;
      width: 100%;
      background-color: #1b86c6;
      line-height: 40px;
      text-align: left; }
      .main-navigation li:hover, .main-navigation li:focus, .main-navigation li:active {
        background-color: #791b1c; }
      .main-navigation li.sel {
        background-color: #791b1c; }
      .main-navigation li a {
        display: block;
        padding: 0 1em;
        color: #FFF;
        text-align: left;
        text-decoration: none; }
    .main-navigation li ul {
      display: none;
      position: relative;
      top: auto;
      left: auto;
      height: auto;
      margin-left: 0;
      padding-left: 0;
      width: 100%; }
      .main-navigation li ul li {
        width: 100%;
        background-color: #2975ac; }
        .main-navigation li ul li a {
          padding: 0 2.5em;
          line-height: 40px; }
    .main-navigation li.open .open-sub:after {
      transform: rotate(360deg); }
    .main-navigation li.open .open-sub:before {
      transform: rotate(180deg); }
    .main-navigation li.open ul {
      display: block; }

  .open-nav {
    display: block;
    position: absolute;
    top: -118px;
    right: 10px;
    height: 26px;
    width: 34px; }
    .open-nav .bar {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #000;
      transition: all 0.2s; }
      .open-nav .bar.top {
        top: 0; }
      .open-nav .bar.middle {
        top: 0;
        bottom: 0;
        margin: auto; }
      .open-nav .bar.bottom {
        bottom: 0; }
    .open-nav.open .bar {
      top: 0;
      bottom: 0;
      margin: auto; }
      .open-nav.open .bar.top, .open-nav.open .bar.middle {
        transform: rotate(135deg); }
      .open-nav.open .bar.bottom {
        transform: rotate(-135deg); }

  .open-sub {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer; }
    .open-sub:before, .open-sub:after {
      content: '';
      display: block;
      position: relative;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 4px;
      margin: auto;
      width: 50%;
      background: #FFF;
      transition: all 0.2s; }
    .open-sub:after {
      transform: rotate(90deg); } }
.side-nav li {
  position: relative;
  padding-left: 10px;
  line-height: 24px; }
  .side-nav li:before {
    left: 0;
    top: 0;
    height: 17px;
    width: 3px;
    background: #1b86c6; }

.footnav {
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 979px) {
    .footnav {
      margin-bottom: 20px; } }
  .footnav li {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0 6px; }
    .footnav li a {
      color: #791b1c;
      text-decoration: none; }

.slideshow {
  overflow: hidden;
  position: relative;
  padding-top: 15px;
  margin-top: -20px;
  margin-bottom: 20px;
  background: #373b3d; }
  @media screen and (max-width: 979px) {
    .slideshow {
      margin-left: -10px;
      margin-right: -10px; } }

.slider {
  display: block;
  position: relative;
  margin: auto;
  padding-bottom: 20px; }
  .slider .slick-slide {
    height: auto; }

.dot-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px; }

ul.slick-dots {
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  text-align: center; }
  ul.slick-dots li {
    display: inline-block;
    height: 3px;
    width: 21px;
    margin: 0 5px;
    padding: 0;
    background: #1b86c6;
    border: none;
    text-indent: -1000000px; }
  ul.slick-dots li.slick-active {
    background: #FFF; }
  ul.slick-dots li:hover {
    cursor: pointer; }

/*# sourceMappingURL=style.css.map */
