html {
  font-size: 19px; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 38px;
  background-color: #E5E5E5;
  min-height: 100vh; }
  body .quote-box {
    background-color: #e9e9e9;
    position: relative;
    text-align: center;
    padding: 30px 60px;
    margin-bottom: 15px;
    /*max-width: 350px;*/ }
  body .quote-box::before, body .quote-box::after {
    content: "";
    background-image: url("/files/content/www/images/quotes.png");
    background-size: 45px 33px;
    width: 45px;
    height: 33px;
    position: absolute;
    color: #bab8b9;
    font-size: 45px;
    z-index: 1; }
  body .quote-box::before {
    top: 15px;
    left: 15px; }
  body .quote-box::after {
    bottom: 15px;
    right: 15px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  body .quote-content {
    position: relative;
    padding-bottom: 15px;
    z-index: 10; }
  body .quote-author {
    position: relative;
    font-weight: bold;
    z-index: 10; }
  body .main-wrapper {
    position: relative;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 100vh; }
    body .main-wrapper .h1, body .main-wrapper .h2, body .main-wrapper .h3, body .main-wrapper .h4, body .main-wrapper .h5, body .main-wrapper .h6, body .main-wrapper h1, body .main-wrapper h2, body .main-wrapper h3, body .main-wrapper h4, body .main-wrapper h5, body .main-wrapper h6 {
      font-weight: 700;
      line-height: 150%; }
    body .main-wrapper .h1, body .main-wrapper h1 {
      font-weight: 900;
      font-size: 42px;
      line-height: 105%; }
    body .main-wrapper .h2, body .main-wrapper h2 {
      font-size: 36px; }
    body .main-wrapper .h3, body .main-wrapper h3 {
      font-size: 28px; }
    body .main-wrapper .h4, body .main-wrapper h4 {
      font-size: 24px; }
    body .main-wrapper .h5, body .main-wrapper h5 {
      font-size: 20px; }
    body .main-wrapper .h6, body .main-wrapper h6 {
      font-size: 18px; }
    body .main-wrapper a {
      color: #222; }
    body .main-wrapper .btn {
      padding-left: 24px;
      padding-right: 24px;
      white-space: nowrap; }
      body .main-wrapper .btn:hover {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
    body .main-wrapper .btn-default {
      background-color: #fff;
      border: 1px solid #CCC;
      color: #666; }
    body .main-wrapper .btn-primary {
      color: #fff;
      background-color: #E4002B;
      border: 1px solid #E4002B; }
      body .main-wrapper .btn-primary:hover, body .main-wrapper .btn-primary:active, body .main-wrapper .btn-primary:focus, body .main-wrapper .btn-primary.dropdown-toggle {
        background-color: #E4002B !important;
        border: 1px solid #E4002B !important;
        box-shadow: none !important; }
      body .main-wrapper .btn-primary.dropdown-toggle:after {
        display: none; }
    body .main-wrapper .btn-outline,
    body .main-wrapper .form-control {
      border: 1px solid #ddd; }
    body .main-wrapper .locatorbar.dropdown {
      text-align: right; }
      body .main-wrapper .locatorbar.dropdown .dropdown-menu {
        right: 0px; }
    body .main-wrapper .col-2dot4,
    body .main-wrapper .col-sm-2dot4,
    body .main-wrapper .col-md-2dot4,
    body .main-wrapper .col-lg-2dot4,
    body .main-wrapper .col-xl-2dot4 {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px; }
    body .main-wrapper .col-2dot4 {
      -webkit-box-flex: 0;
      flex: 0 0 20%;
      max-width: 20%; }
    @media (min-width: 540px) {
      body .main-wrapper .col-sm-2dot4 {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%; } }
    @media (min-width: 720px) {
      body .main-wrapper .col-md-2dot4 {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%; } }
    @media (min-width: 960px) {
      body .main-wrapper .col-lg-2dot4 {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%; } }
    @media (min-width: 1140px) {
      body .main-wrapper .col-xl-2dot4 {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%; } }
    @media (max-width: 575.98px) {
      body .main-wrapper .container {
        max-width: none; } }
    body .main-wrapper header {
      font-family: "Roboto", sans-serif;
      background-color: #fff;
      padding: 15px 0; }
      body .main-wrapper header .container-fluid {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center; }
        body .main-wrapper header .container-fluid .navbar {
          width: 100%;
          -webkit-box-pack: justify;
          justify-content: space-between;
          padding: .5rem 0; }
          body .main-wrapper header .container-fluid .navbar button.btn {
            display: inline-block; }
            @media (max-width: 575.98px) {
              body .main-wrapper header .container-fluid .navbar button.btn {
                display: none; } }
          body .main-wrapper header .container-fluid .navbar .nav-toggler {
            display: none;
            cursor: pointer; }
            body .main-wrapper header .container-fluid .navbar .nav-toggler:after {
              display: none; }
            @media (max-width: 575.98px) {
              body .main-wrapper header .container-fluid .navbar .nav-toggler {
                display: inline-block; } }
      body .main-wrapper header form {
        width: 100%; }
        @media (max-width: 991.98px) {
          body .main-wrapper header form {
            display: none; } }
      body .main-wrapper header .input-group {
        padding: 0 30px;
        -webkit-box-align: center;
        align-items: center; }
      body .main-wrapper header .form-control {
        border-right: none; }
      body .main-wrapper header .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
      body .main-wrapper header .input-group > .input-group-prepend > .input-group-text {
        border-radius: 0px 6px 6px 0px;
        background-color: #fff;
        line-height: 1;
        padding: 12px 30px;
        color: #222; }
      body .main-wrapper header .navbar-collapse .dropdown {
        position: static; }
        body .main-wrapper header .navbar-collapse .dropdown .megamenu {
          right: -15px;
          left: -15px;
          border: none;
          border-radius: 0;
          margin-left: 0;
          margin-right: 0;
          border-top: 3px solid #E4002B;
          overflow: hidden;
          padding: 0; }
          body .main-wrapper header .navbar-collapse .dropdown .megamenu.show {
            box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.1); }
          body .main-wrapper header .navbar-collapse .dropdown .megamenu .row {
            margin: 0; }
          body .main-wrapper header .navbar-collapse .dropdown .megamenu .title {
            text-transform: uppercase;
            font-weight: 400;
            font-size: 18px;
            padding: 0 30px 15px;
            margin: 0; }
            body .main-wrapper header .navbar-collapse .dropdown .megamenu .title a:hover {
              color: #E4002B; }
          body .main-wrapper header .navbar-collapse .dropdown .megamenu .megamenucol {
            padding-top: 30px;
            padding-bottom: 30px;
            padding-left: 0;
            padding-right: 0; }
            body .main-wrapper header .navbar-collapse .dropdown .megamenu .megamenucol ul {
              padding-left: 0;
              margin-bottom: 0; }
              body .main-wrapper header .navbar-collapse .dropdown .megamenu .megamenucol ul li {
                list-style: none;
                padding: 0; }
                body .main-wrapper header .navbar-collapse .dropdown .megamenu .megamenucol ul li a {
                  padding: 0 30px;
                  font-size: 15px;
                  display: block;
                  background-color: transparent; }
                  body .main-wrapper header .navbar-collapse .dropdown .megamenu .megamenucol ul li a:hover {
                    background-color: #f4f4f4;
                    color: #222; }
            body .main-wrapper header .navbar-collapse .dropdown .megamenu .megamenucol.morecol {
              background-color: #E4002B; }
              body .main-wrapper header .navbar-collapse .dropdown .megamenu .megamenucol.morecol a, body .main-wrapper header .navbar-collapse .dropdown .megamenu .megamenucol.morecol a:hover, body .main-wrapper header .navbar-collapse .dropdown .megamenu .megamenucol.morecol .title {
                color: #fff; }
              body .main-wrapper header .navbar-collapse .dropdown .megamenu .megamenucol.morecol a:hover {
                color: #E4002B; }
          body .main-wrapper header .navbar-collapse .dropdown .megamenu a, body .main-wrapper header .navbar-collapse .dropdown .megamenu a:hover {
            text-decoration: none;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
      @media (max-width: 991.98px) {
        body .main-wrapper header .navbar-collapse {
          -webkit-box-pack: end;
          justify-content: flex-end; } }
    body .main-wrapper #body-wrap {
      background-color: #fff; }
    body .main-wrapper .breadcrumb {
      padding: 0 15px; }
      body .main-wrapper .breadcrumb .breadcrumb-item a,
      body .main-wrapper .breadcrumb .breadcrumb-item {
        font-size: 14px;
        color: #666; }
        body .main-wrapper .breadcrumb .breadcrumb-item a.active,
        body .main-wrapper .breadcrumb .breadcrumb-item.active {
          color: #888; }
    body .main-wrapper .home {
      font-family: "Roboto", sans-serif;
      font-size: 18px;
      line-height: 21px;
      color: #333;
      background-color: #DDD; }
      body .main-wrapper .home #bannerwrap {
        position: relative; }
        body .main-wrapper .home #bannerwrap .banner {
          position: relative;
          height: 620px;
          background-size: cover;
          background-repeat: no-repeat; }
          body .main-wrapper .home #bannerwrap .banner .bannertext {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            padding: 30px;
            color: #fff; }
            body .main-wrapper .home #bannerwrap .banner .bannertext h1 {
              font-weight: 900;
              font-size: 48px;
              line-height: 56px;
              text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5); }
        body .main-wrapper .home #bannerwrap .bannerboxes {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          display: -webkit-box;
          display: flex;
          color: #fff; }
          body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox {
            padding: 16px 44px 24px;
            background-color: rgba(0, 0, 0, 0.7);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            text-align: center;
            -webkit-box-flex: 1;
            flex: 1 1 100%;
            color: #fff;
            -webkit-box-pack: justify;
            justify-content: space-between;
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column; }
            @media (max-width: 767.98px) {
              body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox {
                padding: 16px 15px 24px; } }
            body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox:not(:last-child) {
              border-right: 1px solid #fff; }
            body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox .boxwrap {
              position: relative;
              display: inline-block;
              margin: 0 auto; }
              body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox .boxwrap img {
                max-height: 60px;
                max-width: 100%; }
              body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox .boxwrap .boxhover {
                opacity: 0;
                position: absolute;
                left: 0;
                top: 0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s; }
            body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox .boximg {
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
            body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox h4 {
              font-size: 28px;
              line-height: 33px;
              font-weight: 400;
              margin-top: 10px; }
              @media (max-width: 767.98px) {
                body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox h4 {
                  font-size: 5vw; } }
            body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox:hover {
              text-decoration: none;
              background-color: rgba(228, 0, 43, 0.7);
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
              body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox:hover .boxhover {
                opacity: 1;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                max-height: 70px; }
              body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox:hover .boximg {
                opacity: 0;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
                max-height: 70px; }
            body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox p {
              margin-bottom: 0;
              line-height: 21px;
              opacity: 0.87; }
              @media (max-width: 767.98px) {
                body .main-wrapper .home #bannerwrap .bannerboxes .bannerbox p {
                  display: none; } }
      body .main-wrapper .home #hometabbies {
        padding: 30px 0 0; }
        body .main-wrapper .home #hometabbies .nav {
          -webkit-box-pack: start;
          justify-content: flex-start; }
        body .main-wrapper .home #hometabbies .nav-link {
          padding: .7rem 0.85rem; }
        body .main-wrapper .home #hometabbies .nav-tabs .nav-link {
          background-color: #fff;
          margin: 0 2px;
          color: #222;
          border: 1px solid #CCC;
          border-bottom: 1px solid #fff; }
        body .main-wrapper .home #hometabbies .nav-tabs .nav-link.active {
          background-color: #E4002B;
          border-color: #E4002B;
          color: #fff; }
        body .main-wrapper .home #hometabbies #tabsContent {
          background-color: #fff;
          padding: 30px 0; }
          body .main-wrapper .home #hometabbies #tabsContent .tab-pane center {
            margin-top: 30px; }
          body .main-wrapper .home #hometabbies #tabsContent .form-control:focus {
            box-shadow: none; }
        body .main-wrapper .home #hometabbies .card {
          border-radius: 0;
          border: 0; }
          body .main-wrapper .home #hometabbies .card.pinned:before {
            content: "\f08d";
            position: absolute;
            top: 5px;
            right: 8px;
            color: #fff;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          body .main-wrapper .home #hometabbies .card .card-body {
            padding: 16px 0 30px; }
            body .main-wrapper .home #hometabbies .card .card-body h5 {
              font-size: 18px;
              line-height: 21px;
              font-weight: 400; }
            body .main-wrapper .home #hometabbies .card .card-body p {
              font-size: 16px; }
            body .main-wrapper .home #hometabbies .card .card-body a {
              color: #222; }
        @media (max-width: 767.98px) {
          body .main-wrapper .home #hometabbies .panel-group {
            background-color: #fff; }
            body .main-wrapper .home #hometabbies .panel-group .panel:not(:first-child) .panel-collapse .panel-body .col-sm-6:not(:last-child) .card-body {
              padding-bottom: 0; }
            body .main-wrapper .home #hometabbies .panel-group .panel-title {
              margin-bottom: 0; }
              body .main-wrapper .home #hometabbies .panel-group .panel-title a {
                font-size: 18px;
                line-height: 21px;
                font-weight: 400;
                color: #222;
                padding: 10px 15px;
                border-bottom: 1px solid #ccc;
                display: block;
                background-color: #fff;
                text-decoration: none; }
                body .main-wrapper .home #hometabbies .panel-group .panel-title a[aria-expanded="true"] {
                  background-color: #E4002B;
                  color: #fff;
                  text-decoration: none; }
                body .main-wrapper .home #hometabbies .panel-group .panel-title a:hover {
                  text-decoration: none; }
            body .main-wrapper .home #hometabbies .panel-group .panel-body {
              padding-top: 15px;
              padding-bottom: 15px; } }
      body .main-wrapper .home .divider {
        background-color: #CCC;
        padding: 5px;
        font-size: 0;
        line-height: 0; }
    body .main-wrapper .inner-wrap {
      padding: 30px 0;
      font-family: "Roboto", sans-serif;
      overflow-wrap: break-word; }
    body .main-wrapper #sitemenu {
      background-color: #AF292E;
      padding: 30px;
      color: #fff; }
      body .main-wrapper #sitemenu ul {
        padding: 0;
        margin: 0; }
        body .main-wrapper #sitemenu ul li {
          list-style: none;
          line-height: 125%;
          padding: 9px 0; }
          body .main-wrapper #sitemenu ul li.here {
            border-bottom: 1px solid #fff; }
          body .main-wrapper #sitemenu ul li.here, body .main-wrapper #sitemenu ul li.here.parent a {
            font-family: "Roboto", sans-serif;
            font-size: 19px;
            padding: 0 0 15px;
            margin-bottom: 10px; }
          body .main-wrapper #sitemenu ul li a {
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            color: #fff; }
          body .main-wrapper #sitemenu ul li.sub {
            padding: 0; }
            body .main-wrapper #sitemenu ul li.sub > ul > li {
              padding: 9px 0 9px 18px; }
    body .main-wrapper .sidebar {
      padding-right: 45px; }
      @media (max-width: 991.98px) {
        body .main-wrapper .sidebar {
          padding-right: 0; } }
    body .main-wrapper .innercontent {
      font-family: "Roboto", sans-serif; }
      body .main-wrapper .innercontent h1.pagetitle {
        font-family: "Roboto", sans-serif;
        font-size: 48px;
        margin-bottom: 30px; }
        body .main-wrapper .innercontent h1.pagetitle.detail {
          font-size: 38px;
          font-weight: 900;
          line-height: 120%; }
      body .main-wrapper .innercontent a {
        color: #007bff; }
      body .main-wrapper .innercontent h4.newstitle-home {
        font-size: 22px;
        font-weight: 900;
        line-height: 130%; }
      body .main-wrapper .innercontent img {
        max-width: 100%; }
      body .main-wrapper .innercontent .media {
        margin: 30px 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd; }
        body .main-wrapper .innercontent .media .pull-left a img.img-thumbnail {
          background-color: #fff;
          padding: 0;
          margin-right: 15px;
          margin-top: 5px;
          height: auto;
          width: 150px;
          max-width: 100%;
          border: 0;
          border-radius: 0; }
        body .main-wrapper .innercontent .media .media-body {
          font-family: "Roboto", sans-serif;
          line-height: 150%; }
          body .main-wrapper .innercontent .media .media-body h4.newstitle-home {
            margin-bottom: 0; }
      body .main-wrapper .innercontent table.cal .cal-day p,
      body .main-wrapper .innercontent table.cal .cal-day-weekend p {
        line-height: 175%; }
      body .main-wrapper .innercontent #eventdetailpage .innernarrow a {
        overflow-wrap: break-word; }
      body .main-wrapper .innercontent #photogalleries .albumbox {
        margin-bottom: 30px;
        position: relative; }
      body .main-wrapper .innercontent #gridpage .card {
        margin-bottom: 30px; }
        body .main-wrapper .innercontent #gridpage .card a {
          color: #fff; }
        body .main-wrapper .innercontent #gridpage .card img {
          -webkit-filter: grayscale(100%);
          /* Safari 6.0 - 9.0 */
          filter: grayscale(100%); }
        body .main-wrapper .innercontent #gridpage .card .card-body {
          text-align: center;
          position: absolute;
          width: 100%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 50; }
          body .main-wrapper .innercontent #gridpage .card .card-body .divider {
            content: "";
            width: 50%;
            padding: 1px;
            background-color: #fff;
            margin: 15px auto; }
          body .main-wrapper .innercontent #gridpage .card .card-body p {
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            color: #fff;
            line-height: 1.3; }
    body .main-wrapper footer {
      background-color: #222;
      color: #fff;
      padding: 60px 0;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      line-height: 29px; }
      @media (max-width: 767.98px) {
        body .main-wrapper footer .col-sm-4:not(:first-child) {
          margin-top: 45px; } }
      body .main-wrapper footer a, body .main-wrapper footer a:hover {
        color: #fff;
        text-decoration: none; }
      body .main-wrapper footer .quicklinks p {
        margin-bottom: 0; }
      body .main-wrapper footer .form-control {
        border: none; }
        body .main-wrapper footer .form-control:focus {
          border: none;
          box-shadow: none; }
      body .main-wrapper footer h4 {
        font-weight: 400;
        font-size: 28px;
        line-height: 33px; }
      body .main-wrapper footer .social i {
        background-color: #fff;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        font-size: 22px;
        color: #222;
        margin-right: 16px;
        position: relative; }
        body .main-wrapper footer .social i:before {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
