/* Scss Document */
body, p, ul, ol, li {
  font-family: "Raleway", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Michroma", sans-serif;
  color: #2b3A94;
  text-transform: uppercase; }

h2 {
  margin-bottom: 1.5rem; }

@media print, screen and (min-width: 40em) {
  h2, .h2 {
    font-size: 1.75rem; } }
.fa {
  color: #2b3A94; }

.button {
  padding: 1rem 1.5rem;
  background-color: #2b3A94;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px; }
  .button:hover {
    background-color: #445CA7; }

section {
  padding: 3rem 0; }

.light-grey-bg {
  background: #EEEEEE; }

.medium-grey-bg {
  background: #AAAAAA; }

.dark-grey-bg {
  background: #555555; }

/* PRELOADER */
.loaded-block:after {
  content: "";
  position: fixed;
  background-color: #fff;
  background-image: url(/_assets/img/loading-img.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  -webkit-transition: opacity 0.2s, visibility 0.2s, top 0s 0.2s, left 0s 0.2s;
  transition: opacity 0.2s, visibility 0.2s, top 0s 0.2s, left 0s 0.2s; }

.loaded .loaded-block:after {
  opacity: 0;
  visibility: hidden;
  top: -9999px;
  left: -99999px; }

/* HEADER */
.header-area {
  z-index: 3; }
  .header-area .holder {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    background: #2b3A94;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .header-area a {
    color: #AAAAAA; }

a {
  color: #AAAAAA; }

.top-bar {
  text-align: center;
  color: #555555;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #555555; }
  .top-bar .menu-icon {
    margin-right: 40px; }

.title-bar {
  position: relative; }

.searchbar {
  position: absolute;
  top: 50%;
  right: 20px;
  width: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .searchbar .search-field {
    width: 0;
    height: 35px;
    margin-left: 1rem;
    padding: 0;
    border-radius: 50px;
    border: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%; }
  .searchbar .expand-search .input-group-button .opener {
    display: none; }
  .searchbar .expand-search .input-group-button .btn {
    display: inline-block;
    color: #000; }
  .searchbar .expand-search {
    width: 150px;
    border: 1px solid #c9c9c9;
    padding: .5rem; }
  .searchbar svg {
    width: 15px;
    height: 15px; }
  .searchbar .btn {
    display: none; }
  .searchbar .search {
    width: 15px;
    cursor: pointer;
    line-height: 1; }
  .searchbar .search-ico {
    fill: #000; }
  .searchbar .button {
    border-radius: 50px; }

.logo {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .logo img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.top-bar.nav-top {
  padding: 0; }

.top-bar, .top-bar ul {
  background-color: #2b3A94;
  padding: 0px; }

.top-bar {
  background: #2b3A94; }

.contact-header {
  padding: 1rem 0;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .contact-header img {
    max-width: 235px;
    margin-left: 1rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.navigation {
  width: 100%;
  font-weight: 400;
  padding: 20px 0; }
  .navigation > ul > li > a {
    text-transform: uppercase;
    font-weight: 500; }
  .navigation .dropdown.menu > li > a {
    padding-left: 2.9em;
    padding-right: 2.9em; }
  .navigation .menu .menu li:not(:last-child) {
    border-bottom: 1px solid #fff; }

#wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media screen and (min-width: 40em) {
  .logo {
    width: 50%; }

  .contact-header {
    width: 50%;
    text-align: right; }

  .sticky.is-stuck .logo {
    width: 40%; }
  .sticky.is-stuck .contact-header {
    width: 60%;
    font-size: 0.9rem; }
    .sticky.is-stuck .contact-header img {
      max-width: 200px; } }
@media screen and (min-width: 48em) {
  .logo {
    width: 40%; }

  .contact-header {
    width: 60%;
    font-size: 1.5rem; }
    .contact-header img {
      max-width: 220px; }

  .sticky.is-stuck .logo {
    width: 30%; }
  .sticky.is-stuck .contact-header {
    width: 70%;
    font-size: 1rem; }
    .sticky.is-stuck .contact-header img {
      max-width: 235px; }

  .searchbar .search-field {
    height: 40px;
    font-size: 1rem;
    height: 40px;
    font-size: 1rem; }
  .searchbar .expand-search {
    width: 200px;
    width: 200px; } }
@media print screen and (min-width: 64em) {
  .header-area .holder {
    background: white;
    background: -moz-linear-gradient(left, white 0%, white 27%, #2b3a94 27%, #2b3a94 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(27%, white), color-stop(27%, #2b3a94), color-stop(100%, #2b3a94));
    background: -webkit-linear-gradient(left, white 0%, white 27%, #2b3a94 27%, #2b3a94 100%);
    background: -o-linear-gradient(left, white 0%, white 27%, #2b3a94 27%, #2b3a94 100%);
    background: -ms-linear-gradient(left, white 0%, white 27%, #2b3a94 27%, #2b3a94 100%);
    background: linear-gradient(to right, white 0%, white 27%, #2b3a94 27%, #2b3a94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2b3a94', GradientType=1 ); }
  .header-area .active:not(.is-submenu-item) > a {
    color: #2b3A94; }

  .top-bar {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white;
    background: -moz-linear-gradient(left, white 0%, white 27%, #2b3a94 27%, #2b3a94 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(27%, white), color-stop(27%, #2b3a94), color-stop(100%, #2b3a94));
    background: -webkit-linear-gradient(left, white 0%, white 27%, #2b3a94 27%, #2b3a94 100%);
    background: -o-linear-gradient(left, white 0%, white 27%, #2b3a94 27%, #2b3a94 100%);
    background: -ms-linear-gradient(left, white 0%, white 27%, #2b3a94 27%, #2b3a94 100%);
    background: linear-gradient(to right, white 0%, white 27%, #2b3a94 27%, #2b3a94 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2b3a94', GradientType=1 ); }

  .top-bar.main-top-bar {
    min-height: 110px; }

  .searchbar {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .searchbar .search-field {
      height: 40px;
      font-size: 1rem; }
    .searchbar .expand-search {
      width: 200px; }

  .navigation {
    padding: 0; }
    .navigation ul ul {
      display: none; }
    .navigation .menu .menu {
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); } }
section.about {
  text-align: center; }

.features {
  text-align: center; }
  .features h2 {
    margin-bottom: 1rem; }
  .features .cell {
    text-align: center; }
    .features .cell .feature-box {
      padding: 1.5rem;
      background: #FFFFFF;
      margin: 1rem 0;
      -webkit-box-shadow: 0 0 28px -1px #AAAAAA;
      box-shadow: 0 0 28px -1px #AAAAAA;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      text-align: center;
      width: 100%;
      max-width: 250px;
      display: inline-block; }
      .features .cell .feature-box img {
        max-width: 60px;
        margin-bottom: 1rem; }
      .features .cell .feature-box h3 {
        color: #555555;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        font-size: 1rem; }

.unit-sizes {
  text-align: center; }
  .unit-sizes h2 {
    margin-bottom: 1rem; }
  .unit-sizes .cell {
    text-align: center; }
    .unit-sizes .cell .unit-box {
      padding: 1.5rem;
      background: #FFFFFF;
      margin: 1rem 0;
      -webkit-box-shadow: 0 0 28px -1px #EEEEEE;
      box-shadow: 0 0 28px -1px #EEEEEE;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      text-align: center;
      max-width: 250px;
      display: inline-block;
      width: 100%; }
      .unit-sizes .cell .unit-box img {
        max-width: 80px;
        margin-bottom: 1rem; }
      .unit-sizes .cell .unit-box h3 {
        color: #555555;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        font-size: 1rem; }

section.contact {
  text-align: center; }

footer {
  background: #2b3A94;
  padding: 1rem 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.9rem; }
  footer ul {
    list-style: none;
    color: #FFFFFF;
    margin: 0 0; }
    footer ul li a {
      color: #EEEEEE; }
      footer ul li a:hover {
        color: #FFFFFF; }

@media screen and (min-width: 40em) {
  footer ul.copyright {
    text-align: left; }
  footer ul.developer {
    text-align: right; } }
@media screen and (min-width: 52em) {
  footer ul li {
    display: inline; } }
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important; }

section.location {
  padding: 0 0; }
  section.location .location-content .content {
    padding: 3rem 0;
    text-align: center; }

@media screen and (min-width: 40em) {
  section.location {
    position: relative; }
    section.location .location-content {
      position: absolute;
      width: 100%;
      top: 0; }
      section.location .location-content .content {
        padding: 3rem 0 3rem 3rem;
        text-align: left; } }
section.map-holder {
  position: relative;
  overflow: hidden;
  height: 400px;
  padding: 0 0; }
  section.map-holder .google-map-holder {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media print, screen and (min-width: 48em) {
  section.map-holder {
    height: 450px; } }
@media print, screen and (min-width: 64em) {
  section.map-holder {
    height: 500px; } }
.map-container {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 21px; }
