main {
  font-size: 16px;
  position: relative;
  margin-bottom: 30px;
  font-family: 'Roboto', PT Sans Caption, sans-serif;
}
main a:link, main a:visited {
  color: inherit;
}
main section, main aside, main div, main h1, main h2, main p {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
main section, main aside, main div {
  overflow: hidden;
  float: none;
  clear: both;
}
main h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  position: relative;
}
main h2.divider {
  text-transform: uppercase;
}
main h2.divider span {
  display: inline-block;
  background-color: #245c89;
  padding: 20px;
  color: #ffffff;
}
main h2.divider span:before, main h2.divider span:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #245c89;
  top: 30px;
  width: 35%;
}
main h2.divider span:before {
  left: 0;
  margin-right: 15px;
}
main h2.divider span:after {
  right: 0;
  margin-left: 15px;
}
main .content-wrapper {
  overflow: hidden;
  float: none;
  clear: both;
  width: 900px;
  margin: 0 auto;
}
main .cols-2 {
  width: 66.6%;
}
main .cols-3 {
  width: 33.3%;
}
main .cols-3, main .cols-2 {
  margin-bottom: 20px;
  padding: 0 15px;
  float: left;
  clear: none;
  text-align: center;
  position: relative;
}
main .cols-3 a, main .cols-2 a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 10px;
}
main .cols-3 a:hover, main .cols-2 a:hover {
  text-decoration: underline;
}
main .cols-3 > a.cta, main .cols-2 > a.cta {
  bottom: -50px;
  left: 80px;
}
main .cols-3:hover > a.cta, main .cols-2:hover > a.cta {
  bottom: 60px;
}
main .cols-3 img, main .cols-2 img {
  width: 100%;
  height: auto;
}
main h2 a.dont-miss {
  font-size: 25px;
  font-family: "Roboto", PT Sans Caption, sans-serif !important;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #245c89 !important;
}
main h2 a.dont-miss:hover {
  text-decoration: underline;
}
main h2 span.dont-miss {
  font-size: 20px;
  color: #245c89 !important;
}
main a.cta {
  background: #245c89;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
  padding: 12px 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 150px;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  position: absolute;
}
main a.cta:hover {
  background: #000;
  text-decoration: none;
}
main section#row-1 {
  position: relative;
  margin-bottom: 20px;
}
main section#row-1 h1 {
  position: absolute;
}
main section#row-1 .hero {
  position: relative;
  overflow: hidden;
}
main section#row-1 .hero img {
  display: block;
}
main section#row-2 {
  margin-top: 15px;
}
main h2.base-layers {
  background-color: #245c89;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-top: 20px;
}
main .top, main .bottom, main .left-container, main .right-container {
  border: 2px solid #245c89;
  padding: 12px;
}
main .top h3, main .bottom h3, main .left-container h3, main .right-container h3 {
  color: #245c89;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 22px;
}
main .top img, main .bottom img, main .left-container img, main .right-container img {
  float: left;
}
main .top p, main .bottom p, main .left-container p, main .right-container p {
  font-size: 13px;
  line-height: 1.5em;
}
main .top p.question, main .bottom p.question, main .left-container p.question, main .right-container p.question {
  font-size: 16px;
  margin-bottom: 7px;
}
main .top, main .left-container, main .right-container {
  margin-bottom: 20px;
}
main .top {
  margin-top: 40px;
}
main .left-container, main .right-container {
  float: left;
  clear: none;
  width: 49%;
}
main .left-container {
  margin-right: 1%;
}
main .right-container {
  margin-left: 1%;
}
main #btt {
  position: fixed;
  bottom: -150px;
  width: 990px;
  z-index: 9999;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-box-shadow: 0px -5px 6px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -5px 6px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -5px 6px -2px rgba(0, 0, 0, 0.5);
}
main #btt span {
  color: #4d4d4d;
  font-weight: bold;
  border-bottom: 1px solid #4d4d4d;
}
main #btt.active {
  bottom: 0;
}
