﻿.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.masthead {
  height: 230px;
  background: url("../img/sunshineAffairs/masthead-bg.png") top center no-repeat;
  color: #fff;
}
.masthead h2 {
  margin-top: 50px;
  margin-left: 160px;
  font-weight: bold;
  font-size: 44px;
  letter-spacing: 10px;
}
.section {
  position: relative;
  padding: 0 35px;
}
.section:nth-child(1) {
  padding-top: 15px;
  margin-top: -70px;
  background: #F6F7F6;
  background: linear-gradient(to bottom, #fff 0%, #F6F7F6 40%);
}
.section .section-header {
  border-bottom: 1px solid #CAD3CE;
  margin-bottom: 30px;
}
.section .section-header:before,
.section .section-header:after {
  display: table;
  content: "";
}
.section .section-header:after {
  clear: both;
}
.section .section-title {
  float: left;
  margin-top: 0;
  margin-bottom: -1px;
  line-height: 50px;
  font-size: 24px;
  border-bottom: 5px solid #649f76;
  border-top: 5px solid transparent;
}
.section .section-extra,
.section .section-link {
  margin-top: 25px;
  float: right;
}
.section .section-link:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAGCAYAAAAooAWeAAAAjklEQVQoU2NkoAJImV/Wz/CfgX9OUlcyAwPDf5iRjFQwmyFtZhrXPzaBHQz/Gc7PSerKp6rhIMOilzTwcf7+uo+BgXHbnMSuOpAYVVwOc2nazGKRv2xMBxn+M82fm9TZw5g2s4HrN+tnBWoED8gMZkYGaQYG5pUMjP8rGJPnlJkxMjPMo5bhMHP+M/zfAwB5GiXt7RPjCAAAAABJRU5ErkJggg==");
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -4px;
}
.btn-list .btn {
  padding: 20px;
  margin-bottom: 25px;
  border: 0;
  font-size: 18px;
  transition: all ease-in-out 0.2s;
}
.btn-list .btn:hover,
.btn-list .btn:focus {
  background-color: #649f76;
  color: #fff;
}
@media (max-width: 767px) {
  .section {
    position: relative;
    padding: 0 20px;
  }
  .section:nth-child(1) {
    padding-top: 0;
  }
  .masthead {
    height: 200px;
    text-align: center;
  }
  .masthead h2 {
    margin-left: 0;
  }
}
/*# sourceMappingURL=sunshineAffairs.css.map */