#headerWrap {
  width: 100%;
  position: relative;
  z-index: 999;
  
  
}
#headerWrap .topContact {
  background: #045686;
  text-align: right;
  color: #ebebed;
  font-size: 16px;
  padding-top: 5px;
  margin: 0;
}
@media (max-width: 767px) {
  #headerWrap .topContact {
    clear: none;
    text-align: center;
  }
}
#headerWrap .topContact p {
  float: left;
  margin-top: 5px;
}
#headerWrap #t3-header {
  padding: 0;
  position: relative;
  z-index: 9999;
  width: 100%;
}
@media (max-width: 767px) {
  #headerWrap #t3-header {
    background: #ffffff;
  }
}
#headerWrap #t3-header .t3-header {
  color: #ffffff;
  padding-bottom: 0;
  padding-top: 0;
}
#headerWrap #t3-header .t3-header .logo img {
  position: relative;
  z-index: 1000;
}
#headerWrap #t3-header .t3-header .logo .logo-image .logo-control {
  box-shadow: 0 1px 4px #ebebed !important;
}
#headerWrap.stickyHeader {
  animation: slide-down 0.5s;
  position: fixed;
  top: 0;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.8;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  #headerWrap.stickyHeader {
    animation: none;
    border-bottom: 0;
    position: relative;
  }
}
#headerWrap.stickyHeader .logo img {
  width: 50% !important;
}
.t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}

#sl-Wrap {
  border-bottom: 2px ridge #ebebed;
}

#sl3-Wrap {
  border-bottom: 2px ridge #ebebed;
}
#sl3-Wrap .moduleItemTitle {
  font-size: 34px;
}

.home #sl4-Wrap {
  background: #045686;
  border-bottom: 2px ridge #ebebed;
}
.home #sl4-Wrap .t3-sl.t3-sl-4 {
  color: #ffffff;
}
.home #sl4-Wrap .t3-sl.t3-sl-4 h3.module-title {
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
}
#sl4-Wrap {
  border-bottom: 2px ridge #ebebed;
  background: #045686;
}
#sl4-Wrap .t3-module {
  color: #ffffff;
}
#sl4-Wrap .t3-module .moduleItemTitle,
#sl4-Wrap .t3-module h3 {
  color: #ffffff;
}

#sl5-Wrap {
  border-bottom: 2px ridge #ebebed;
}
#sl5-Wrap .t3-sl.t3-sl-5 h3.module-title {
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
}

.content-bottom {
  padding: 40px 0;
  background-color: #1b60a1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), #1b60a1);
}
.content-bottom .t3-module.module {
  color: #ffffff;
}
.content-bottom h1,
.content-bottom h2 {
  color: #ffffff;
  margin-top: 10px;
}
.content-bottom button {
  border: 2px solid #ffffff;
}

.social-wall {
  padding: 60px 0;
}
.social-wall .module-title {
  text-align: center;
  color: #1b60a1;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 10px;
}

.t3-navhelper {
  padding: 60px 0;
}
.t3-navhelper .t3-module.module {
  color: #5c6166;
  text-align: center;
}
.t3-navhelper .t3-module.module h3.module-title {
  text-align: center;
  color: #5c6166;
  font-size: 34px;
  text-transform: uppercase;
}