/*Change the color of the accent lines underneath the page headings. */
.accent-line {
  width:10%;
  border-top:5px solid #23B5D3;
}
/*Change the color of the accent lines underneath the primary page title. */
.accent-header {
  width:30%;
  padding:1% 0;
  border-top:5px solid #23B5D3; 
}
/*Change the color of the menu bar and the border to the right of it. */
#main-header {
  background-color:#75ABBC;
  border-right:3px solid #A2AEBB;
}
/*Change the footer color. */
#main-footer {
  background-color:#071013;
}
#main-footer .container {
  max-width:none;
  width:90%;
}
.et-pb-active-slide .et_pb_slide_description {
 -webkit-animation: none;
 -moz-animation: none;
 -o-animation: none;
 -ms-animation: none;
 animation: none;
}
.et_pb_slide_description {
  text-align:left;
  padding:0px;
}
.et_pb_slider .et_pb_container {
  width:100%;
  margin:0;
}
#top-menu li a {
  color:rgba(255, 255, 255, .6);
  font-size:120%;
  text-transform:uppercase;
  line-height:1.1em
}
#top-menu li.current-menu-item > a {
  color:white;
}
#top-menu li {
  margin-bottom:2%;
}
#et_search_icon {
  display:none;
}
.single .container {
  width:90%;
  max-width:none;
}
.mobile_menu_bar:before {
  color:white;
}
@media only screen and (max-width: 781px) {
  .home .et_pb_row {
    padding:0px;
  }
  .home .et_pb_section {
    padding:20px 0;
  }
  .home .et_pb_fullwidth_section {
    padding:0px;
  }
}
