.desktop-visible {
  display: block !important;
}

.mobile-visible {
  display: none !important;
}

.back-to-top {
  position: fixed;
  background: #536e8a;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 1em;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
  border: none;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.container-fluid {
  width: 85%;
}

.myModal {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  transition: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

.myModal button {
  position: absolute;
  z-index: 1000;
  top: 40px;
  right: 80px;
  height: 10px;
  width: 10px;
  font-size: 5em;
  color: #fbfbfb;
  cursor: pointer;
}

.myModal div {
  bottom: 0;
  background-color: #f3f3f3;
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 1s;
  animation-name: slideIn;
  animation-duration: 1s;
  border: 3px solid #8a8989;
  padding: 1.5em;
  overflow: scroll;
  height: 75%;
}

.myModal div h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 1.1em;
}

.myModal div img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.myModal #art-bunce-bio-,
.myModal #blake-murillo-bio-,
.myModal #steven-c-moore-bio-,
.myModal #heather-whiteman-bio-,
.myModal #manny-rosas-bio-,
.myModal #russ-martin-bio- {
  display: none;
}

@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#header #mainNav {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: padding-top 0.3s, padding-bottom 0.3s;
}

#header #mainNav img {
  width: 130px;
}

#header #mainNav .navbar-brand {
  font-size: 2em !important;
  transition: font-size 0.3s;
  display: inline-block;
  margin-left: 2rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px #000;
  text-transform: none;
  padding-top: 3em;
  position: absolute;
}

#header #mainNav #logo-text {
  display: none;
}

#header #mainNav #logo-img {
  display: block;
}

#header #mainNav ul li a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  outline: 0;
  color: #fff;
  font-size: 0.8em;
  text-shadow: 0 0 4px #182533;
  transition: 0.4s;
}

#header #mainNav ul li:hover:not(.active) {
  transition: 0.3s;
  background: #27384a;
  border-radius: 10px;
}

#header #mainNav .active {
  transition: 0.3s;
  background: #27384a;
  border-radius: 10px !important;
}

#header #mainNav button {
  background-color: transparent;
  font-size: 2em;
}

@media all and (max-width: 998px) {
  #header .navbar-brand {
    position: inherit !important;
  }

  #header #logo-text {
    display: block !important;
  }

  #header #logo-img {
    display: none !important;
  }
}

#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
  background-image: url(../img/introImg4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .intro-container {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container .weather-widget {
  display: block;
  top: 0;
  position: absolute;
  right: 0;
  margin-top: 90px;
}

#intro .intro-container .weather-widget form {
  margin-right: 30px;
}

#intro .intro-container .weather-widget form input {
  width: 60%;
  font-size: 1em;
  padding: 6px 10px;
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: -5px;
}

#intro .intro-container .weather-widget form button {
  background-color: #fff;
  padding: 9px 20px 8px 20px;
  border: none;
  outline: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  font-size: 0.9em;
  font-weight: 700;
}

#intro .intro-container h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3em;
  font-weight: 700;
  text-shadow: 0 0 5px #06192d;
}

#intro .intro-container p {
  margin: 0 auto 30px auto;
  color: #fff;
  text-shadow: 0 0 5px #000;
  width: 70%;
  font-size: 1.1em;
}

#intro .intro-container a {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  background: #fff;
  color: #02234c;
}

#intro .intro-container a:hover {
  text-decoration: none;
  background: #3c4f63;
  color: #fff;
}

#intro-details {
  background: #273d50;
}

#intro-details .row div {
  padding: 30px 20px;
}

#intro-details .row div i {
  color: #fff;
  font-size: 35px;
}

#intro-details .row div h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
  color: #fff;
}

#intro-details .row div p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

#intro-details .row div:nth-child(2) {
  background: #1d3244;
}

#about-us {
  background: url(../img/about-bg.jpg) center top no-repeat fixed;
  background-size: cover;
  padding: 4em 0;
  position: relative;
}

#about-us .header h3 {
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 20px 0;
  font-family: Montserrat, sans-serif;
  text-shadow: 0 0 4px #000;
}

#about-us .header h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

#about-us .header h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #08294c;
  bottom: 0;
  left: calc(50% - 20px);
}

#about-us .header p {
  text-align: center;
  padding-bottom: 30px;
  font-size: 1.1em;
  background: rgba(29, 50, 68, 0.5);
  padding: 10px;
  color: #fff;
}

#about-us .sections {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  height: 500px;
  box-shadow: 0 0 4px #516f93;
}

#about-us .sections .section-img {
  position: relative;
}

#about-us .sections .section-img img {
  border-radius: 4px 4px 0 0;
}

#about-us .sections .section-img i {
  width: 54px;
  height: 54px;
  padding-top: 15px;
  position: absolute;
  background-color: #21476f;
  text-align: center;
  border: 3px solid #fff;
  left: calc(50% - 31px);
  bottom: -25px;
  color: #fff;
  font-size: 1.3em;
}

#about-us .sections h2 {
  color: #21476f;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about-us .sections p {
  font-size: 1em;
  line-height: 24px;
  color: #696868;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
  text-align: justify;
}

#services {
  background: #fff;
  background-size: auto;
  padding: 4em 0;
  background-image: url(../img/texture_1.png);
  color: #666;
}

#services .header h3 {
  font-size: 2em;
  color: #08294c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 20px 0;
  font-family: Montserrat, sans-serif;
}

#services .header h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

#services .header h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #08294c;
  bottom: 0;
  left: calc(50% - 20px);
}

#services .header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
  font-size: 1.1em;
}

#services .row div {
  margin-bottom: 30px;
}

#services .row div i {
  float: left;
  line-height: 1;
  transition: 0.5s;
  color: #2c3b4a;
  font-size: 1.7em;
}

#services .row div h4 {
  margin-left: 50px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #111;
}

#services .row div p {
  font-size: 1em;
  margin-left: 50px;
  line-height: 24px;
  margin-bottom: 0;
}

#services .row div div {
  background: rgba(206, 205, 205, 0.3);
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  padding: 15px;
  border-radius: 15px;
}

#operating-documents {
  background-color: #f9f9f9;
  padding: 5em 0;
  background-image: url(../img/texture_1.png);
}

#operating-documents h3 {
  font-size: 2em;
  color: #08294c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 20px 0;
  font-family: Montserrat, sans-serif;
}

#operating-documents h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

#operating-documents h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #08294c;
  bottom: 0;
  left: calc(50% - 20px);
}

#operating-documents .section {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  margin-bottom: 2em;
}

#operating-documents .section .img-section {
  position: relative;
}

#operating-documents .section .img-section:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#operating-documents .section .img-section img {
  display: block;
  width: 100%;
  height: auto;
}

#operating-documents .section .img-section .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3 ease;
}

#operating-documents .section .img-section a {
  font-size: 1.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #fff;
  padding: 7px 12px;
  border-radius: 50%;
  color: #333;
  transition: 0.4s ease-in-out;
}

#operating-documents .section .img-section a:hover {
  background-color: #3c4f63;
  color: #fff;
}

#operating-documents .section .info {
  background: #fff;
  text-align: center;
  padding: 20px 15px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#operating-documents .section .info h4 {
  font-size: 1em;
  padding-bottom: 0;
  font-weight: 700;
}

#operating-documents .section .info h4 a {
  color: #333;
}

#operating-documents .section .info h4 a:hover {
  color: #96a6b7;
  text-decoration: none;
}

#operating-documents .section .info p {
  padding: 0;
  margin: 0;
  color: #6c757d;
  font-weight: 500;
  font-size: 0.8em;
  text-transform: uppercase;
}

#extra {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/extra-section.jpg) fixed center center;
  background-size: cover;
  padding: 4em 0;
  text-align: center;
  color: #fff;
}

#extra h3 {
  font-size: 3em;
  text-shadow: 0 0 4px #000;
  margin-bottom: 20px;
}

#extra p {
  font-size: 1.1em;
  text-shadow: 0 0 5px #000;
  margin-bottom: 15px;
  background: rgba(29, 50, 68, 0.5);
}

#extra a {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 0 0 #040f1b;
  background: rgba(29, 50, 68, 0.5);
}

#extra a:hover {
  background: #3c4f63;
  border: 1px solid #fdfffe;
  text-decoration: none;
}

#meeting-agendas {
  background-color: #f9f9f9;
  padding: 5em 0;
  background-image: url(../img/texture_1.png);
}

#meeting-agendas h3 {
  font-size: 2em;
  color: #08294c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 20px 0;
  font-family: Montserrat, sans-serif;
}

#meeting-agendas h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

#meeting-agendas h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #08294c;
  bottom: 0;
  left: calc(50% - 20px);
}

#meeting-agendas .section {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  margin-bottom: 2em;
}

#meeting-agendas .section .img-section {
  position: relative;
}

#meeting-agendas .section .img-section:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#meeting-agendas .section .img-section img {
  display: block;
  width: 100%;
  height: auto;
}

#meeting-agendas .section .img-section .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3 ease;
}

#meeting-agendas .section .img-section a {
  font-size: 1.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #fff;
  padding: 7px 12px;
  border-radius: 50%;
  color: #333;
  transition: 0.4s ease-in-out;
}

#meeting-agendas .section .img-section a:hover {
  background-color: #3c4f63;
  color: #fff;
}

#meeting-agendas .section .info {
  background: #fff;
  text-align: center;
  padding: 20px 15px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#meeting-agendas .section .info h4 {
  font-size: 1em;
  padding-bottom: 0;
  font-weight: 700;
}

#meeting-agendas .section .info h4 a {
  color: #333;
}

#meeting-agendas .section .info h4 a:hover {
  color: #96a6b7;
  text-decoration: none;
}

#meeting-agendas .section .info p {
  padding: 0;
  margin: 0;
  color: #6c757d;
  font-weight: 500;
  font-size: 0.8em;
  text-transform: uppercase;
}

#board {
  background: #fff;
  padding: 60px 0;
  background-size: auto;
  background-image: url(../img/texture_1.png);
}

#board .header {
  text-align: center;
}

#board .header h3 {
  font-size: 2em;
  color: #08294c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 20px 0;
  font-family: Montserrat, sans-serif;
}

#board .header h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

#board .header h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #08294c;
  bottom: 0;
  left: calc(50% - 20px);
}

#board .header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
  font-size: 1em;
}

#board h2 {
  text-align: center;
  margin-top: 1.5em;
  font-size: 1em;
}

#board p {
  text-align: center;
  padding-bottom: 30px;
  font-size: 0.8em;
  font-style: italic;
}

#board .boardImg {
  transition: all 0.3s ease-in-out;
}

#board .boardImg:hover {
  transform: translateY(-8px);
}

#board .imageHolder {
  position: relative;
  width: 100%;
}

#board .imageHolder img {
  display: block;
  width: 100%;
  height: auto;
}

#board .imageHolder .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(60, 79, 99, 0.7);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#board .imageHolder .overlay div {
  color: #fff;
  font-size: 0.8em;
  position: absolute;
  top: 7%;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 2px #000;
}

#board .imageHolder .overlay div p {
  font-style: normal;
  padding: 0;
  margin-bottom: 0.3em;
  font-size: 0.9em;
}

#board .description {
  background: #fff;
  margin-top: -20px;
  padding: 10px;
  box-shadow: 0 0 3px #8c9194;
  height: auto;
  margin-bottom: 5em;
}

#board .description a {
  font-size: 0.8em;
  font-style: normal;
  padding-top: 10px;
  text-align: right;
  margin-bottom: 0;
  cursor: pointer;
  display: block;
  color: #08294c;
  font-weight: 500;
}

#board .description p {
  margin-bottom: 3px;
  padding-bottom: 0;
  word-break: break-word;
}

#board .description hr {
  margin-bottom: 0;
}

#board .description div {
  display: none;
}

#board .description2 {
  background: #fff;
  margin-top: -20px;
  padding-top: 10px;
  box-shadow: 0 0 3px #8c9194;
  height: 120px;
  margin-bottom: 5em;
}

#board .description2 p {
  padding-bottom: 10px;
}

#newsroom {
  background-color: #f9f9f9;
  padding: 5em 0;
  background-image: url(../img/texture_1.png);
}

#newsroom .section2 {
  margin-bottom: 25px;
}

#newsroom h3 {
  font-size: 2em;
  color: #08294c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 20px 0;
  font-family: Montserrat, sans-serif;
}

#newsroom h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

#newsroom h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #08294c;
  bottom: 0;
  left: calc(50% - 20px);
}

#newsroom .section {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#newsroom .section .img-section {
  position: relative;
}

#newsroom .section .img-section:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#newsroom .section .img-section img {
  display: block;
  width: 100%;
  height: auto;
}

#newsroom .section .img-section .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3 ease;
}

#newsroom .section .img-section a {
  font-size: 1.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #fff;
  padding: 7px 12px;
  border-radius: 50%;
  color: #333;
  transition: 0.4s ease-in-out;
}

#newsroom .section .img-section a:hover {
  background-color: #3c4f63;
  color: #fff;
}

#newsroom .section .info {
  background: #fff;
  text-align: center;
  padding: 20px 15px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#newsroom .section .info h4 {
  font-size: 1.1em;
  padding-bottom: 0;
  font-weight: 700;
}

#newsroom .section .info h4 a {
  color: #333;
}

#newsroom .section .info h4 a:hover {
  color: #96a6b7;
  text-decoration: none;
}

#newsroom .section .info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 0.9em;
  text-transform: uppercase;
}

#newsroom #faq {
  font-family: Montserrat, sans-serif;
}

#newsroom #faq .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-size: 15px;
  transition: 0.4s;
}

#newsroom #faq .accordion:hover,
#newsroom #faq .active {
  background-color: #ccc;
}

#newsroom #faq .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}

#newsroom #faq .active:after {
  content: '\2212';
}

#newsroom #faq .panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#newsroom #faq .panel p {
  padding-top: 10px;
  font-size: 0.9em;
}

#contact {
  background: #fff;
  background-size: auto;
  padding: 5em 0;
  background-image: url(../img/texture_1.png);
  color: #666;
}

#contact .header h3 {
  font-size: 2em;
  color: #08294c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 20px 0;
  font-family: Montserrat, sans-serif;
}

#contact .header h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

#contact .header h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #08294c;
  bottom: 0;
  left: calc(50% - 20px);
}

#contact .header p {
  text-align: center;
  padding-bottom: 30px;
  font-size: 1.1em;
}

#contact .row div {
  padding: 20px 0;
  text-align: center;
}

#contact .row div i {
  font-size: 2em;
  margin-bottom: 0.5em;
  color: #10273f;
}

#contact .row div h3 {
  font-size: 1em;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
}

#contact .row div p {
  font-size: 1em;
}

#contact .row div:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

footer {
  background: #2c4458;
  padding: 4em 0 0 0;
  margin: 0;
  font-family: Montserrat, sans-serif;
  color: #eee;
}

footer p {
  font-size: 0.9em;
  margin-bottom: 0;
  line-height: 1.7;
}

footer img {
  width: 100px;
}

footer .row div h4 {
  font-size: 0.9em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  margin: 0 0 20px 0;
}

footer .row div h4:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  right: 0;
  background: #f7f7f7;
}

footer .row div h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60px;
  background: #687c92;
}

footer .row div ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

footer .row div ul .first-child {
  padding-top: 0;
}

footer .row div ul li {
  border-bottom: 1px solid #687c92;
  padding: 10px 0;
}

footer .row div ul li i {
  padding-right: 10px;
  color: #ddd;
  float: left;
  margin-bottom: 15px;
}

footer .row div ul li a {
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
}

footer .row div ul li a:hover {
  color: #e9ecef;
  text-shadow: 0 0 15px #fff;
}

footer .row div .social-media {
  margin-top: 25px;
}

footer .row div .social-media a {
  background: #fffefe;
  color: #3c4f63;
  font-size: 1.2em;
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

footer .row div .social-media a:hover {
  background: #10273f;
  color: #fff;
}

footer .copyright {
  text-align: center;
  padding: 1em 0;
  color: #fff;
  font-size: 0.9em;
  background-color: #1d3244;
  margin-top: 3em;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: none;
  display: table;
}

@media all and (max-width: 1600px) {
  .container-fluid {
    width: 100%;
  }
}

@media all and (max-width: 998px) {
  .collapse:not(.show) {
    display: none !important;
  }

  .desktop-visible {
    display: none !important;
  }

  .mobile-visible {
    display: block !important;
  }

  #header .bg-secondary {
    background-color: #3c4f63 !important;
  }

  #header #mainNav .navbar-brand {
    margin-left: 0;
    font-size: 1.8em !important;
    padding-top: 0;
  }

  #header #mainNav .active {
    transition: 0.3s;
    text-decoration: underline;
    font-weight: 700;
    background: 0 0;
  }

  #header #mainNav .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-right: -15px;
    margin-left: -15px;
    background: rgba(0, 0, 0, 0.5);
  }

  #header #mainNav button {
    display: block;
    font-size: 1.5em;
  }

  #header #mainNav ul {
    margin-left: 2rem !important;
  }

  #header #mainNav ul li a {
    font-weight: 400;
    text-shadow: 0 0 0 #000;
    line-height: 5px;
  }

  #header #mainNav ul li:hover {
    background: 0 0 !important;
  }

  #intro .intro-container .weather-widget {
    position: initial;
    padding-bottom: 10px;
    margin-top: 190px;
  }

  #intro .intro-container .weather-widget form {
    margin-right: 0;
    text-align: center;
  }

  #intro .intro-container p {
    padding: 10px;
    font-size: 1em;
  }

  .myModal button {
    right: 50px;
  }

  footer img {
    width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  #about-us .header p {
    background: rgba(29, 50, 68, 0.5);
    padding: 10px;
    font-size: 1em;
    color: #fff;
  }

  #about-us .header h3 {
    text-shadow: 0 0 4px #000;
    color: #fff;
  }

  #extra p {
    background: rgba(29, 50, 68, 0.5);
    padding: 10px;
    font-size: 1em;
    color: #fff;
  }

  #extra h3 {
    text-shadow: 0 0 4px #000;
    color: #fff;
  }
}

@media all and (max-width: 768px) {
  #header #mainNav .navbar-brand {
    font-size: 1.8em !important;
  }

  #header #mainNav ul {
    margin-left: 2rem !important;
  }

  #header #mainNav ul li a {
    font-weight: 400;
    text-shadow: 0 0 0 #000;
    line-height: 14px;
  }

  #services .row div {
    margin-bottom: 15px;
  }

  #contact .row div:nth-child(2) {
    border-left: 0 solid #ddd;
    border-right: 0 solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }

  footer .row div h4 {
    margin-top: 2em;
  }
}

@media (min-width: 992px) {
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.5rem !important;
  }
}
