﻿@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,700);

body {
  background-color: #fff;
  font-family: Raleway, Sans-Serif;
  font-size: 14px;
}

p {
  margin: 0 0 15px;
}

.container {
  width: 90%;
}

.btn-success {
  background: #a0c300;
  border: 1px solid #a0c300;
  color: #000;
  text-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  white-space: normal;
}

.btn-success span.fa {
  margin-left: 30px;
}

span.green {
  color: #a0c300;
}

ul.green-list {
  margin: 0;
  padding: 0;
}

ul.green-list li {
  list-style-type: none;
  line-height: 28px;
}

ul.green-list li:before {
  content: " ";
  display: inline-block;
  background-image: url("../_Resources/ListItem.png");
  width: 15px;
  height: 17px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

@media (min-width: 1200px) {
  .vertical-center {
    display: flex;
    align-items: center;
  }
}

#Header {
  padding: 20px 0;
  background-color: #4b5a73;
}

#Header #Logo img {
  max-height: 50px;
}

#Header #Menu ul {
  margin: 0;
  padding: 0;
}

#Header #Menu li {
  list-style-type: none;
  margin: 0 15px;
  padding: 0;
  display: inline-block;
}

#Header #Menu ul {
  padding: 15px 0;
}

#Header #Menu li:not(.last):after {
  margin-top: 5px;
  margin-left: 15px;
  color: #fff;
  content: "|";
  display: inline-block;
  position: absolute;
  top: calc(50% - 15px);
}

#Header #Menu a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

#Header #Menu li.spacial a {
  color: #a0c300 !important;
}

#Header #Menu li.spacial a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f023";
  display: inline-block;
  margin-right: 10px;
  font-weight: 900;
}

#Header #Menu li.selected a {
  font-weight: bold;
}

@media (max-width: 1200px) {
  #Header #Menu li {
    margin: 0 5px;
  }

  #Header #Menu li:not(.last):after {
    display: none;
  }
}

@media (max-width: 991px) {
  #Header #Logo {
    text-align: center;
  }

  #Header #Menu {
    text-align: center;
  }

  #Header #Menu ul {
    padding-top: 25px;
    padding-bottom: 0;
  }

  #Header #Menu li {
    line-height: 30px;
  }
}

@media (max-width: 776px) {
  #Header #Menu a {
    font-size: 14px;
  }
}

.Banner-Button {
  margin: 0 auto;
  position: relative;
  top: -70px;
  width: 90%;
  height: 0;
}

.WhiteBG {
  background-color: #fff;
  padding: 60px 0 50px;
}

.GrayBG {
  background-color: #f5f5f5;
  padding: 60px 0 50px;
}

.WhiteBG .col,
.GrayBG .col {
  padding: 0 30px;
}

.WhiteBG .extra-space-top,
.GrayBG .extra-space-top {
  margin-top: 60px;
}

.WhiteBG h2,
.GrayBG h2 {
  margin: 0 0 25px;
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 300;
}

.WhiteBG p,
.GrayBG p {
  line-height: 28px;
  font-size: 16px;
}

.WhiteBG li,
.GrayBG li {
  line-height: 28px;
  font-size: 16px;
}

@media (max-width: 776px) {
  .WhiteBG {
    padding: 30px 0 20px;
  }

  .GrayBG {
    padding: 30px 0 20px;
  }

  .WhiteBG .extra-space-top,
  .GrayBG .extra-space-top {
    margin-top: 30px;
  }

  .WhiteBG h2,
  .GrayBG h2 {
    margin: 0 0 15px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
  }

  .WhiteBG p,
  .GrayBG p {
    line-height: 20px;
    font-size: 14px;
  }

  .WhiteBG li,
  .GrayBG li {
    line-height: 20px;
    font-size: 14px;
  }
}

#Contact {
  background-color: #fff;
  padding: 50px 0;
}

.Contact_Left {
  width: 50%;
}

.Contact_Right {
  width: calc(50% - 80px);
  border-left: 1px solid #aaa;
  padding-left: 80px;
}

.Person {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.Person:last-of-type {
  margin-bottom: 0px;
}

.Person .Person_Photo {
  min-width: 160px;
}

.Person .Person_Description {
  margin-left: 30px;
}

.Person .Person_Description h4 {
  font-size: 32px;
  margin-bottom: 35px;
}

.Person .Person_Description p {
  line-height: 28px;
}

.Person .Person_Description p strong {
  color: #a0c300;
}

@media (max-width: 1600px) {
  .Person {
    display: block;
    margin-bottom: 50px;
    text-align: center;
  }

  .Person .Person_Photo img {
    margin: 0 auto;
  }

  .Person .Person_Description {
    margin: 0;
  }

  .Person .Person_Description h4 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .Contact_Left {
    width: 100%;
  }

  .Contact_Right {
    width: 100%;
    border-left: none;
    padding-left: 0px;
  }

  #Contact .Person {
    display: flex;
    text-align: left;
  }

  #Contact .Person .Person_Description {
    margin: 30px;
  }

  #Contact .Person:last-of-type {
    margin-bottom: 50px;
  }
}
@media (max-width: 700px) {
  #Contact .Person {
    display: block;
    text-align: center;
  }
}

#Map iframe {
  width: 100%;
  height: 500px;
  border: none;
  display: block;
}

#Bottom {
  padding: 45px 0 30px;
  background-color: #4b5a73;
  color: #fff;
}

#Bottom p {
  font-size: 14px;
}

#Bottom h6 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 776px) {
  #Bottom p {
    font-size: 12px;
  }

  #Bottom h6 {
    font-size: 12px;
  }
}

#Footer {
  padding: 20px 0;
  color: #fff;
}

#Footer #Logo img {
  max-height: 50px;
}

#Footer h5 {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 991px) {
  #Footer .row > div {
    text-align: center !important;
    padding: 5px 0;
  }
}

@media (max-width: 776px) {
  #Footer h5 {
    font-size: 12px;
  }
}
