.ex-list {
  position: relative;
  overflow: hidden;
}
.ex-ul {
  position: relative;
  overflow: hidden;
}
.ex-ul li {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}

.expanding-ul li .title {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.expanding-ul .title i {
  color: #e74c3c;
  font-size: 32px;
  display: inline-block;
  margin-right: 24px;
}
.ex-ul .title span {
  position: relative;
  bottom: 8px;
}
.ex-ul .title strong {
  font-weight: 600;
  color: #333333;
}
.ex-ul .text-content {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  max-height: 0px;
}
.ex-ul li.active .title {
  margin-bottom: 24px;
}
.ex-ul li.active .text-content {
  max-height: 800px;
  opacity: 1;
}
.ex-ul li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.feature-icon-large i {
    display: block;
    height: 80px;
    width: 80px;
    border: 2px solid #e74c3c;
    border-radius: 50%;
    text-align: center;
    color: #e74c3c;
    font-size: 40px;
    padding-top: 20px;
    margin-bottom: 32px;
}

.overlay:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    content: '';
    opacity: 0.5;
    z-index: 2;
    background-color: #b05e5e;
    left: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  min-width: 155px;
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #b05e5e;
  color: #b05e5e;
  max-width: 155px;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.menu {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 215px;
}

.logo.logo-wide {
    max-width: 380px;
    bottom: 23px;
    margin-bottom: -6px;
}

.logo.logo-square {
    max-width: 380px;
    max-height: 60px;
    bottom: 23px;
    margin-bottom: -20px;
}

.nav-sticky .logo-wide {
    bottom: 23px !important; 
}

.overlay::before {
    background-color: #04729C;
    opacity: 0.2;
   
}

footer.short ul {
    line-height: 20px;
}

.top-bar .logo {
  /* max-width: 80px; */
  position: relative;
  bottom: 7px;
}
.logo.logo-wide {
  /* max-width: 140px; */
  bottom: 12px;
  margin-bottom: -6px;
}

.logo.logo-wide {
    max-width: 380px;
    bottom: 23px;
    margin-bottom: -6px;
}