.greendot {
  background-position: -15px -15px;
  background-size: 30px;
  background-repeat: no-repeat;
  transition: all 0.7s;
  background-image: url(../../images/ds_dot.png); }
  .greendot:hover {
    background-size: 150%;
    background-position: -50px; }
    .greendot:hover * {
      color: #fff; }

.green_dot {
  background-position: -15px -15px;
  background-size: 30px;
  background-repeat: no-repeat;
  transition: all 0.7s;
  background-image: url(../images/ds_dot.png); }
  .green_dot:hover {
    background-size: 150%;
    background-position: -50px; }
    .green_dot:hover * {
      color: #fff; }

.one_third {
  width: 31%;
  display: inline-block;
  vertical-align: top; }
  .one_third:first-child {
    margin-right: 2%; }
  .one_third:nth-child(2) {
    margin-right: 2%; }

.two_third {
  width: 67%;
  display: inline-block;
  vertical-align: top; }

.one_fourth {
  width: 24%;
  display: inline-block;
  vertical-align: top; }
  .one_fourth:first-child {
    margin-right: 2%; }

.three_fourth {
  width: 74%;
  display: inline-block;
  vertical-align: top; }

.block_wrapper.cta {
  background-color: #af9d81;
  text-align: center;
  padding: 3em 0; }
  .block_wrapper.cta.white {
    background-color: #fff; }
    .block_wrapper.cta.white h3, .block_wrapper.cta.white .text {
      color: #000; }
  .block_wrapper.cta h3, .block_wrapper.cta .text {
    color: #fff; }
  .block_wrapper.cta h3 {
    font-size: 2em;
    margin: 0;
    margin-bottom: 10px;
    font-family: "Baskervville"; }
  .block_wrapper.cta .text {
    font-size: 1.25em; }

.button {
  display: inline-block; }

.buttonwrap {
  margin-top: 2em; }
