@charset "UTF-8";
/* homepage.css */

.content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content h2 {
  margin: 0;
  padding: 0 0 8px 0;
  color: #21356a;
  font-size: 2em;
  font-family: "museo-sans", Trebuchet MS, Helvetica, Arial, "sans-serif";
  font-weight: 700!important;
}
.content h3 {
  margin: 0;
  padding: 8px 0 5px 0;
  color: #21356a;
  font-family: "museo-sans", Trebuchet MS, Helvetica, Arial, "sans-serif";
	font-size: 1.625em;
  font-weight: 600;
	line-height: 1.5em;
}
.content p {
  line-height: 1.75em;
}
.content ul {
  margin: 0 0 0 1px;
  padding: 0 0 10px 0;
  list-style: none;
  font-size: 1.125em;
}
.content li {
  line-height: 2.125em;
}
.content li a:hover {
  color: #F47000;
}
.content .gutter {
  padding-left: 20px;
  padding-right: 20px;
}
#intro {
  border-right: 1px solid #ccc;
}
.disclaimer {
    font-size: .9375em;
}
/* Link boxes on home page
------------------------------------*/
.box {
  display: block;
  padding: 5px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #F9FAFB;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}
.box li {
	font-size: 14px;
}
.box h2 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	border-bottom: 1px solid #ccc;
}
.box h2 a, .box h2 a:visited {
	padding-right: 16px;
	color: #333;
	background: url(../images/sitemap_title_arrow.gif) no-repeat center right;
}
.box h2 a:hover {
	color: #00578d;
	text-decoration: none;
	background: url(../images/sitemap_title_arrow_on.gif) no-repeat center right;
}

/* Trust Pilot
===================================================================== */
#trustpilot {
  padding: 30px 15px;
  color: #fff;
  text-align: center;
  background: #F9FAFB;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* Footer
===================================================================== */
footer {
  margin: 20px 0;
  background: none;
}
footer .container {
  background: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
footer h2 {
  margin: 0;
  padding: 0 0 10px 0;
  color: #686868;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  border: none;
}
footer p {
  padding-right: 5%;
  color: #686868;
  font-size: 13.5px;
}
.social-icons {
  margin: 0 0 27px 0;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}
.social-icons ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
}
.social-icons ul li img {
  width: 32px;
  height: auto;
  margin: 0 5px;
}
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 28px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.footer-links li a {
  color: #00578d;
}
.footer-links li a:hover {
  color: #00578d;
  text-decoration: underline;
}
.copyright {
  margin-top: 62px;
  padding: 20px 0 10px 0;
  text-align: left;
  border-top: 1px solid #ebebeb;
}
#bbb {
  margin: 0;
  padding: 0;
  text-align: right;
}
.address-mobile {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  #intro {
    border: none;
  }
  .content .gutter {
    padding-left: 0;
  }
  footer p {
    padding-right: 10%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .gutter {
    padding-left: 0;
  }
  .content h2 {
    padding: 15px 0;
  }
  .content h3 {
    padding: 15px 0 10px 0;
  }
  .content ul {
    font-size: 1em;
  }
  .social-icons ul {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
  }
  footer h2 {
    margin-top: 30px;
  }
  footer p {
    padding-right: 0;
  }
  footer p a {
    color: #686868!important;
  }
  footer ul {
    text-align: left;
  }
  .copyright {
    margin-top: 20px;
    text-align: center;
  }
  #bbb {
    text-align: center;
  }

}