a.join {
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  background-color: #199CD8;
  border: 1px solid #199CD8;
  border-radius: 5px;
  padding: 15px 30px;
  -moz-transition: all 0.7s; 
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
 
a.join:hover {
  background-color: #007CC0;
  border: 1px solid #007CC0;
}

a.join_banner {
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  background-color: #61BEDA;
  border: 1px solid #61BEDA;
  border-radius: 5px;
  padding: 15px 40px;
  -moz-transition: all 0.7s; 
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
 
a.join_banner:hover {
  background-color: #199CD8;
  border: 1px solid #199CD8;
}

a.learn_more {
  line-height: 40px;
  font-size: 14px;
  color: #3B9ABF;
  background-color: #ffffff;
  border: 1px solid #61BEDA;
  border-radius: 5px;
  padding: 15px 30px;
  -moz-transition: all 0.7s; 
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
 
a.learn_more:hover {
  background-color: #ffffff;
  border: 1px solid #3B5061;
}

a.learn_more_big {
  line-height: 40px;
  font-size: 14px;
  color: #3B9ABF;
  background-color: #ffffff;
  border: 1px solid #3B9ABF;
  border-radius: 5px;
  padding: 15px 40px;
  -moz-transition: all 0.7s; 
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
 
a.learn_more_big:hover {
  background-color: #ffffff;
  border: 1px solid #3B5061;
}

@media (max-width: 980px) {
.et_pb_section:first-child {
    padding: 0px;
}
.et_pb_section:first-child .et_pb_column {
    margin-bottom: 0px;
    width: 50% ! important;
}
.et_pb_section:first-child .et_pb_promo {
    text-align: right;
}
.et_pb_section:first-child .et_pb_row_0 {
    padding: 0px;
}
body.home .et_pb_section:first-child {
	padding-top: 30px;
	padding-bottom: 30px;
}
body.home .et_pb_section:first-child .et_pb_column {
    width: 100% ! important;
}
}

.main_section_annotations {
background: #ffffff; /* old browsers */
background: -webkit-linear-gradient(to bottom, #ffffff 50%,#eaf2f4 100%); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #ffffff 50%,#eaf2f4 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.main_section_quote {
background: #ffffff; /* old browsers */
background: -webkit-linear-gradient(to right, #69cef6 50%,#19b3e8 100%); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #69cef6 50%,#19b3e8 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.about_section_photos {
background: #ffffff; /* old browsers */
background: -webkit-linear-gradient(to bottom, #ffffff 60%,#dae4e5 100%); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #ffffff 60%,#dae4e5 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.annotations_section_shinewith {
background: #ffffff; /* old browsers */
background: -webkit-linear-gradient(to right, #dc616d 0%,#cf8670 100%); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #dc616d 0%,#cf8670 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}