body {
  color: #485358;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}
body.personal {
  background-color: #000000;
}

@media (min-width: 1290px) {
  .container {
    width: 1280px;
  }
}
@media (min-width: 1150px) {
  .container {
    width: 1280px;
  }
}
.site {
  overflow-x: hidden;
}

.tempcontent {
  padding: 50px;
  text-align: center;
  font-size: 24px;
}

p, a, li {
  color: #485358;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

a {
  color: #e11279;
}

a:hover {
  color: #e11279;
  text-decoration: underline;
}

a:visited {
  color: #e11279;
}

a:focus {
  color: #e11279;
  outline: none;
}

*:focus {
  outline: none;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.h1-title {
  display: flex;
  align-items: flex-start;
}

h1 {
  font-size: 36px;
  color: #485358;
  margin: 0px;
  padding-bottom: 16px;
  line-height: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: transparent url("../img/h1line.png") no-repeat 0 bottom;
  text-transform: uppercase;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #485358;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.home-page h2 {
  font-size: 36px;
  color: #485358;
  margin: 0px;
  padding-bottom: 16px;
  line-height: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: transparent url("../img/h1line.png") no-repeat 0 bottom;
  text-transform: uppercase;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #485358;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}

.form-control {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
}

.btn-default {
  position: relative;
  background-color: #e11279;
  border: solid 1px #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 24px 12px 24px;
  font-size: 20px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  transition: all 0.5s ease;
  align-items: center;
}
.btn-default .fa-chevron-circle-right {
  font-size: 30px;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  background-color: #e11279;
  color: #ffffff;
}
.btn-default:hover {
  background-color: #ffffff;
  color: #e11279;
}

.list-group-item-danger {
  text-decoration: line-through;
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

.logo-holder {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }

  h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .home-page h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .btn-default {
    font-size: 20px;
  }
  .btn-default .fa-chevron-circle-right {
    font-size: 24px;
  }

  .start-content h1 {
    text-align: center;
    font-size: 40px;
    color: #485358;
    margin: 0px;
    padding: 60px 0px 0px;
    font-family: "Aleo", serif;
  }
}
.header {
  z-index: 10000;
  position: relative;
}
.header.sticky {
  position: fixed;
  left: 0;
  margin: 0 0px;
  top: 0;
  width: calc(100%);
  z-index: 99900;
}
.header .top-bar {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 12px 20px;
  color: #ffffff;
}
.header .top-bar a {
  color: #ffffff;
  line-height: 16px;
  font-size: 16px;
}
.header .top-bar .fa-mobile-alt {
  color: #ffffff;
  font-size: 16px;
  margin-right: 5px;
}
.header .top-bar .fa-envelope {
  color: #ffffff;
  font-size: 16px;
  margin-right: 5px;
  margin-left: 20px;
}
.header .nav-bar {
  padding: 26px  0;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header .top-bar .top-bar-holder {
    margin-left: 200px;
    text-align: right;
  }
  .header .top-bar .top-bar-holder .contact-us ul {
    padding: 0px;
  }
  .header .top-bar .top-bar-holder .contact-us ul li {
    margin-right: 0px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .header .nav-bar {
    padding: 10px  0 0;
  }
  .header .top-bar {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 9px 0px;
    color: #ffffff;
  }
  .header .top-bar a {
    color: #ffffff;
    line-height: 20px;
    font-size: 20px;
  }
  .header .top-bar .fa-mobile-alt {
    color: #ffffff;
    font-size: 30px;
    margin-right: 5px;
  }
  .header .top-bar .fa-envelope {
    color: #ffffff;
    font-size: 30px;
    margin-right: 5px;
    margin-left: 20px;
  }
}
.navbar {
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 20px;
}

.navbar-toggler {
  display: none;
}

.dropdown-item {
  color: #e11279;
}

.navbar-default {
  border: none;
  min-height: auto;
  margin-bottom: 0px;
  margin-top: 4px;
  margin-right: -15px;
}
.navbar-default .navbar-right {
  margin-right: -40px;
}
.navbar-default .navbar-nav > li > a {
  background-color: transparent;
  color: #000000;
  padding: 0px 10px;
  font-weight: 600;
  line-height: 20px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
  height: 100%;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #e11279;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.last a {
  border-right: none;
}
.navbar-default .navbar-nav > li:hover {
  color: #e11279;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #e11279;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #e11279;
  background-color: transparent;
}
.navbar-default .navbar-nav .open > a:focus {
  color: #ffffff;
  background-color: #e11279;
}
.navbar-default .navbar-nav .open .dropdown-menu {
  background-color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #000000;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #e11279;
  color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #ffffff;
  font-size: 14px;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding: 0 10px;
}
.navbar-expand-sm .navbar-nav .nav-link.last {
  padding-right: 0px;
  border-right: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .navbar {
    margin-top: 0px;
  }

  .navbar-default {
    border: none;
    min-height: auto;
    margin-bottom: 0px;
    margin-right: -15px;
  }
  .navbar-default .navbar-nav > li > a {
    margin: 10px 5px;
  }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .navbar-toggler {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
  }
  .navbar-toggler .fa-bars {
    font-size: 30px;
    color: #ffffff;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .navbar-toggler {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
  }
  .navbar-toggler .fa-bars {
    font-size: 30px;
    color: #ffffff;
  }

  .navbar-default {
    background-color: #ffffff;
    margin-left: -15px;
  }
  .navbar-default .navbar-right {
    margin-right: -15px;
  }
  .navbar-default .text-right {
    text-align: left;
  }
  .navbar-default .navbar-nav > li {
    margin-left: 0px;
  }

  .navbar .navbar-collapse .nav > li > a {
    padding: 15px 8px;
    font-size: 15px;
  }

  .navbar-default {
    border: none;
    min-height: auto;
    margin-bottom: 0px;
    margin-top: 4px;
    margin-right: -15px;
  }
  .navbar-default .navbar-right {
    margin-right: -40px;
  }
  .navbar-default .navbar-nav > li > a {
    background-color: transparent;
    color: #000000;
    padding: 10px 10px;
    font-weight: 400;
    line-height: 21px;
    margin: 0px;
    font-family: "Aleo", serif;
    font-size: 21px;
    border-right: none;
    border-bottom: solid 1px #dadfe2;
    display: block;
    height: 100%;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #50a4a7;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > li > a:focus {
    color: #000000;
    background-color: transparent;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 10px;
  }
  .navbar-expand-sm .navbar-nav .nav-link.last {
    padding-right: 0px;
    border-right: none;
  }
}
.footer {
  background-color: #8d989d;
  color: #ffffff;
  padding: 70px 0;
  text-align: left;
}
.footer .footer-block {
  position: relative;
}
.footer .footer-content-holder {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}
.footer .footer-content-holder .footer-content {
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 200;
}
.footer .footer-content-holder .footer-address {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}
.footer .footer-content-holder .footer-address li {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 200;
}
.footer .footer-content-holder .footer-address li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 200;
}
.footer .footer-content-holder .footer-address li .fa-envelope {
  margin-left: 5px;
}
.footer ul.footer-social {
  list-style: none;
  margin: 0px 0 0 0px;
  padding: 0px 0px 20px 0px;
  text-align: right;
}
.footer ul.footer-social li {
  color: #8d989d;
  margin: 0px 5px;
  background-color: #ffffff;
  padding: 2px;
  display: inline-block;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.footer ul.footer-social li:first-of-type {
  margin-left: 0px;
}
.footer ul.footer-social li a {
  text-align: center;
  display: block;
}
.footer ul.footer-social li a .footer-icon {
  font-size: 40px;
  line-height: 48px;
  color: #8d989d;
  margin: 2px;
}
.footer .button-contact {
  margin: 30px 0px;
}
.footer .footer-image-holder {
  margin-bottom: 20px;
}
.footer ul.footer-navigation {
  text-align: right;
  list-style: none;
  margin: 0px;
  padding: 20px 0px 0px;
}
.footer ul.footer-navigation .pipe {
  font-size: 14px;
  font-weight: 200;
}
.footer ul.footer-navigation li {
  color: #ffffff;
  margin: 0px;
  padding: 0px 3px;
  display: inline-block;
}
.footer ul.footer-navigation li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 200;
}

.logos {
  margin-top: 130px;
  margin-bottom: 130px;
}
.logos h2 {
  margin-bottom: 60px;
  font-size: 36px;
  padding-bottom: 16px;
  line-height: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: transparent url("../img/h1line.png") no-repeat 0 bottom;
  text-transform: uppercase;
}
.logos .logos-holder {
  overflow: hidden;
}
.logos .logos-block {
  padding: 0 70px;
  position: relative;
}
.logos .swiper-wrapper {
  display: flex;
  align-items: center;
}
.logos .swiper-button-next {
  background-image: none;
  font-size: 30px;
  color: #a3a0a1;
}
.logos .swiper-button-prev {
  background-image: none;
  font-size: 30px;
  color: #a3a0a1;
}

@media only screen and (max-width: 575.98px) {
  .footer {
    margin-top: 50px;
  }
  .footer ul.footer-sitemap {
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .experience {
    height: 580px;
  }
  .experience .experience-title .exp-title {
    font-size: 40px;
    color: #e11279;
  }
  .experience .experience-slide .quote {
    font-size: 26px;
    line-height: 32px;
  }
  .experience .experience-slide .quote-name {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .logos {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .logos h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .footer .footer-content-holder .footer-address li a {
    display: block;
  }
  .footer .footer-content-holder .footer-address li .fa-envelope {
    margin-left: 0px;
  }
  .footer ul.footer-social {
    list-style: none;
    margin: 30px 0 0 0px;
  }
  .footer ul.footer-navigation {
    text-align: right;
    list-style: none;
    margin: 0px;
    padding: 30px 0px 0px;
  }

  .experience {
    height: 580px;
  }
  .experience .experience-title {
    text-align: center;
  }
  .experience .experience-title .exp-title {
    font-size: 40px;
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .experience .experience-slide .quote {
    font-size: 18px;
    line-height: 24px;
    padding-left: 15px;
    padding-top: 32px;
  }
  .experience .experience-slide .quote-name {
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    padding-left: 15px;
  }
}
.home-site {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 700px;
}

.intro-top {
  margin-top: 20px;
}

.home-divider {
  height: 60px;
  background-color: #dadfe2;
}

.blocks1-holder {
  padding: 40px 0px;
  background-color: #ffffff;
}

.blocks-item {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 100px;
}
.blocks-item .blocks-image {
  text-align: center;
  margin-bottom: 60px;
}
.blocks-item .blocks-title {
  color: #485358;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 6px;
}
.blocks-item .blocks-title .title-number {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #485358;
  color: #ffffff;
  margin-right: 6px;
  font-size: 20px;
  font-weight: 400;
}
.blocks-item .blocks-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}
.blocks-item .blocks-button {
  text-align: left;
}
.blocks-item .blocks-button a .fa-chevron-circle-right {
  font-size: 20px;
}

.motive-holder .motive-title {
  margin-bottom: 50px;
}
.motive-holder .motive-title h2 {
  font-size: 36px;
  color: #485358;
  margin: 0px;
  padding-bottom: 16px;
  line-height: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: transparent url("../img/h1line.png") no-repeat 0 bottom;
}
.motive-holder .motive-list-holder .motive-list {
  list-style: none;
  margin: 30px 0 0 0px;
  padding: 0px;
}
.motive-holder .motive-list-holder .motive-list li {
  padding: 10px 0px 30px 0px;
}
.motive-holder .motive-list-holder .motive-list li h3 {
  margin-bottom: 0px;
  font-weight: 400;
}
.motive-holder .motive-list-holder .motive-list li a {
  font-weight: 400;
}
.motive-holder .motive-more {
  text-align: center;
  margin: 73px 0 125px 0;
}

.main-quote {
  background-color: #e11279;
  margin-bottom: 70px;
  position: relative;
}
.main-quote .quote-row {
  padding: 50px 0px 90px;
  min-height: 600px;
}
.main-quote .quote-row .quote {
  font-size: 68px;
  line-height: 80px;
  background: transparent url("../img/quote-white.png") no-repeat left top;
  padding-left: 166px;
  padding-top: 50px;
  font-family: "Aleo", serif;
  color: #ffffff;
  font-weight: 300;
}
.main-quote .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.main-quote .carousel-indicators li.active {
  background-color: #c5c6c7;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .home-site {
    height: 530px;
  }

  .motive-holder .motive-title h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .main-quote {
    background-color: #e11279;
    padding: 50px 0px;
    margin-bottom: 70px;
  }
  .main-quote .quote-row .quote {
    font-size: 36px;
    line-height: 40px;
    background: transparent url("../img/quote-white.png") no-repeat left top;
    -webkit-background-size: 20%;
    background-size: 20%;
    padding-left: 20px;
    padding-top: 50px;
    font-family: "Aleo", serif;
    color: #ffffff;
    font-weight: 300;
  }
}
.page-image-holder {
  margin-top: 0px;
}
.page-image-holder .page-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 543px;
}
.page-image-holder .page-image .container {
  position: relative;
  height: 543px;
}
.page-image-holder .page-image .container .page-title-table {
  display: flex;
  height: 100%;
  width: 100%;
}
.page-image-holder .page-image .container .page-title-table .page-title-col {
  display: flex;
  align-items: center;
  justify-content: left;
}
.page-image-holder .page-image .container .page-title-table .page-title-td {
  margin-top: 93px;
}
.page-image-holder .page-image .container .page-title-table .page-title-td .title {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9);
}
.page-image-holder .page-image .container .page-title-table .page-title-td .intro {
  font-family: "Montserrat", sans-serif;
  padding: 7px 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.9);
}

.content-holder {
  margin-bottom: 30px;
}

.content-main-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-time-holder {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content .content-block {
  margin: 30px -15px 0px -15px;
}

.content-more {
  background-color: #ffffff;
  padding: 30px 100px;
}

.content-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.content-content h1 {
  padding: 20px 0 10px 0;
  margin: 0;
}
.content-content h2, .content-content h3, .content-content h4, .content-content h5, .content-content h6 {
  padding: 20px 0 5px 0;
  margin: 0;
}
.content-content p {
  margin: 0;
  padding: 0px 0 20px 0;
}

.contentH .content-content {
  padding: 30px 0px 0px 0px;
}

.image-block-small {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.base-content .base-title {
  display: table;
  height: 100%;
}
.base-content .base-title h1 {
  margin: 0px 0;
  padding: 0px;
  font-size: 34px;
  font-weight: 400;
  line-height: 38px;
  color: #000000;
  letter-spacing: 0.2px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.base-content-holder {
  background-color: #ffffff;
}

.main-content {
  background-color: #ffffff;
  min-height: 300px;
  padding-right: 0px;
  padding-bottom: 30px;
}
.main-content h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  letter-spacing: 0.2px;
}

.content1 h2, .content1 h3, .content1 h4, .content1 p, .content1 ul, .content1 ol {
  margin: 0px 0px;
}

.content-holder-1 .content1 {
  padding-top: 60px;
}
.content-holder-1 .content2 {
  padding-top: 60px;
}
.content-holder-1 .content3 {
  padding-top: 60px;
}
.content-holder-1 .content4 {
  padding-top: 60px;
}
.content-holder-1 .content5 {
  padding-top: 60px;
}
.content-holder-1 .content6 {
  padding-top: 60px;
}
.content-holder-1 .content7 {
  padding-top: 60px;
}

.content5 {
  margin-left: -30px;
  padding-left: -30px;
}

.content6 .content-image {
  text-align: center;
}
.content6 .content-image img {
  margin: 0px auto;
}

.content8 .base-quote-right {
  font-family: "Aleo", serif;
  font-weight: 400;
  color: 300;
  font-size: 28px;
  line-height: 40px;
  padding: 60px 10px;
  border-left: solid 1px #e11279;
}
.content8 .base-quote-right p {
  padding: 0px;
  margin: 0px;
  font-size: 28px;
  line-height: 40px;
  font-family: "Aleo", serif;
  font-weight: 300;
  color: #e11279;
}

.content9 h2 {
  margin-left: 50px;
  margin-bottom: 20px;
}
.content9 .content-list-holder {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.content9 .content-list-holder li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}
.content9 .content-list-holder li .content-list {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 50;
  color: #485358;
  font-size: 24px;
  line-height: 38px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: solid 2px #485358;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.content10 h2 {
  text-align: center;
  margin-bottom: 50px;
}
.content10 .card {
  border: none;
}
.content10 .card .block-image {
  text-align: center;
  margin-bottom: 30px;
}
.content10 .card h3 {
  min-height: 56px;
  margin-bottom: 30px;
}

.content-base-block {
  background-color: #ffffff;
}

.h2spacer {
  padding: 0 0 20px 0;
  margin: 0px;
  font-family: "Aleo", serif;
  font-size: 26px;
  line-height: 32px;
}

.content-base-block .content1 {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 667px) and (orientation: portrait) {
  .page-image-holder {
    margin-top: 0px;
  }
  .page-image-holder .page-image {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 543px;
  }
  .page-image-holder .page-image .container {
    position: relative;
    height: 543px;
  }
  .page-image-holder .page-image .container .header-right {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0px;
    right: -200px;
    display: none;
  }
  .page-image-holder .page-image .container .page-title-table {
    margin: 0px;
  }
  .page-image-holder .page-image .container .page-title-table .page-title-td {
    margin-top: 0px;
  }
  .page-image-holder .page-image .container .page-title-table .page-title-td .title {
    font-size: 36px;
    line-height: 38px;
  }
  .page-image-holder .page-image .container .page-title-table .page-title-td .intro {
    padding: 7px 0;
    font-size: 24px;
    line-height: 30px;
  }

  .contentH .content-content {
    padding: 30px 0px 0px 20px;
  }

  .content-main-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content8 .button-left {
    text-align: center;
  }
  .content8 .button-right {
    text-align: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 667px) and (orientation: landscape) {
  .container {
    max-width: 667px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .page-image-holder .page-image .container .page-title-table .page-title-td {
    margin-top: 10px;
  }
  .page-image-holder .page-image .container .page-title-table .page-title-td .intro {
    font-size: 54px;
  }
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
  .container {
    max-width: 812px;
  }
}
.contact-address h2 {
  margin-bottom: 30px;
}
.contact-address a {
  color: #000000;
}
.contact-address a:hover {
  color: #50a4a7;
}

h1.contact-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #485358;
  text-align: left;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
  background: none;
}

.contact-text {
  margin-bottom: 30px;
}

#map {
  margin-top: 70px;
  height: 400px;
  width: 100%;
}

/*# sourceMappingURL=all.css.map */
