#logo img {
  max-width: unset;
  padding-top: 10px;
}
#mainHeader-inner {
  padding: 40px 0 20px 0;
}
@media only screen and (min-width: 992px) {
  #navbar {
      float: left !important;
      margin-left: 200px;
  }
}
#dnnMenu {
  text-transform: uppercase;
  font-weight: bold;
}
#dnnMenu .topLevel>li>a {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 15px;
}
#dnnMenu .topLevel>li.active>a:focus, #dnnMenu .topLevel>li.active>a:hover {
  color: #eee;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  text-decoration: underline;
}
@media only screen and (max-width: 767px){
  #dnnMenu .topLevel li.active a {
      color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 769px){
  ul.nav.navbar-nav.topLevel.sm {
      margin-left: 150px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
}
h3 {
  font-size: 24px;
}
main h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 36px;
}
.banner-container-lp {    
  font-family: 'Raleway', sans-serif;
  padding: 25px 0;
  min-height: 255px;
  color: #fff;
}
@media only screen and  (min-width: 768px) and (max-width: 991px) {
    .banner-container-lp .container {    
    width: unset;
	}
}
.banner-container-lp h1 {
  color: #fff;
  font-weight: bold;
}
.banner-container-lp h2, .banner-container-lp h3, .banner-container-lp p, .banner-container-lp p strong, .banner-container-lp span {
  color: #fff;
}
.banner-container-lp h1 span {
  font-size: inherit;
}
.banner-container-lp span {
  font-size: 18px;
  color: #fff;
  line-height: 150%;
  text-align: right;
}
.banner-container-lp ul li {
   list-style-type: disc !important;
  padding-bottom:  8px;
}
a.CTA-button, a.CTA-button:focus {
  text-decoration: none;
  color: #FFF;
  border: 1px solid #ed3f3f;
  background: #ed3f3f;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  width: 250px;
  margin: 40px 0;
  text-align: center;
  padding: 18px 30px;
  transition: all 0.5s ease-in-out 0s;
  font-family: 'Raleway', sans-serif;
}
a.CTA-button:hover {
  background: #eb2828;
  border: 1px solid #ed3f3f;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
    a.CTA-button, a.CTA-button:focus {    
    margin: 40px auto;
	}
}
#dnn_ctr514_HtmlModule_lblContent table {
  font-size: 15px;
}
#dnn_ctr514_HtmlModule_lblContent table tr:first-child td {
  border-top: 0;
}
.social-custom {
 display: block;
  margin: 20px auto;
  text-align: center;
}
.social-custom i, .social-custom em {
  color: #0d3035;
  padding-right: 20px;
}
.social-custom-white i, .social-custom-white em {
  color: #fff;
  padding-right: 20px;
}
.copyright {
  padding-top: 7px;
}




































