:root {
  --aka-primary-color: #034786;
  --aka-primary-color-darken: #022d54;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #d7d7d7;
  --aka-secondary-opposite-color: #000000;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes stretchup15 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@-webkit-keyframes stretchup15 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
  }
}
@-ms-keyframes stretchup15 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1.5);
  }
}
@-moz-keyframes stretchup15 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1.5);
  }
}
@keyframes stretchup2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
@-webkit-keyframes stretchup2 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@-ms-keyframes stretchup2 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(2);
  }
}
@-moz-keyframes stretchup2 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(2);
  }
}
@keyframes stretchup3 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(3);
  }
}
@-webkit-keyframes stretchup3 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(3);
  }
}
@-ms-keyframes stretchup3 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(3);
  }
}
@-moz-keyframes stretchup3 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(3);
  }
}
@-webkit-keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #034786;
  }
  33% {
    border-left: 10px solid #034786;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #034786;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #034786;
  }
  33% {
    border-left: 10px solid #034786;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #034786;
    border-right: 10px solid #f7f7f7;
  }
}
#wrapper {
  margin: 0 auto;
  width: 1000px;
}
.landing_title {
  width: 100%;
}
.landing_title h2 {
  color: #353b41;
  font: bold 24px 'Source Sans Pro';
  margin: 0;
  padding: 0;
  background: none;
}
.landing_subheadlines {
  color: #353b41;
  font: italic 17px 'Source Sans Pro';
  padding-left: 19px;
}
.lpmt_right_side {
  width: 480px;
  float: left;
}
.lpmt_delimeter {
  float: left;
  width: 40px;
  height: 100px;
}
.lpmt_delimeter2 {
  float: left;
  width: 1000px;
  height: 30px;
}
.lpmt_right_side h3 {
  font: bold 17px/24px 'Source Sans Pro';
  color: #353b41;
}
.lp_title_subheadlines {
  font: 17px/24px 'Source Sans Pro';
  color: #353b41;
}
.main_text_link {
  font: 17px 'Source Sans Pro';
  color: #1f72cb;
  text-decoration: none;
}
.main_text_link:hover {
  text-decoration: underline;
}
#ccc_blue_block {
  background: #eef8fc;
  width: 1000px;
  height: 60px;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font: 17px 'Source Sans Pro';
  text-align: center;
  line-height: 20px;
  padding-top: 20px;
  margin: 30px 0;
}
.lp_main_text_style {
  width: 100%;
  border-top: 1px solid #e7e7e7;
  font: 17px/24px 'Source Sans Pro';
  color: #353b41;
  padding: 20px 0;
}
.lp_main_text_style h3 {
  font: bold 17px/24px 'Source Sans Pro';
  color: #353b41;
  margin: 0;
}
.landing_subheadlines_ccc {
  list-style: decimal;
  color: #353b41;
  font: italic 17px 'Source Sans Pro';
  padding-left: 20px;
  margin: 0;
  padding-top: 0;
}
.landing_subheadlines_ccc li {
  margin-bottom: 10px;
}
.landing_subheadlines_ccc a {
  font: italic 17px 'Source Sans Pro';
  color: #1f72cb;
  text-decoration: none;
}
.landing_clear {
  clear: both;
}
#affiliate-info {
  margin: 0 auto;
  width: 1000px;
}
#affiliate-info .landing_title {
  font-family: Source Sans Pro;
  font-size: 24px;
  color: #353b41;
  font-weight: bold;
  width: 1000px;
}
#affiliate-info .lp_bottom_text_style {
  width: 1000px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  font-family: Source Sans Pro;
  font-size: 17px;
  color: #353b41;
  margin-bottom: 25px;
}
#affiliate-info .lp_main_text_style {
  width: 1000px;
  line-height: 24px;
  border-top: 1px solid #e7e7e7;
  font-family: Source Sans Pro;
  font-size: 17px;
  color: #353b41;
  padding: 20px 0;
  overflow: hidden;
}
#affiliate-info .lpmt_left_side {
  width: 450px;
  float: left;
  margin: 0 70px 0 0;
}
#affiliate-info .lpmt_right_side {
  width: 480px;
  float: left;
}
#affiliate-info .lpmt_isons {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
}
#affiliate-info .lpmt_isons_ba,
#affiliate-info .lpmt_isons_lp,
#affiliate-info .lpmt_isons_gp {
  width: 140px;
  float: left;
  margin: 0 auto;
  text-align: center;
}
#affiliate-info .lpmt_isons_ba img,
#affiliate-info .lpmt_isons_lp img,
#affiliate-info .lpmt_isons_gp img {
  height: 50px;
}
#affiliate-info .lpmt_isons_lp {
  width: 275px;
}
#affiliate-info .lpmt_isons_gp {
  width: 65px;
}
#affiliate-info .landing_ul_hdw {
  font-family: Source Sans Pro;
  font-size: 14px;
  color: #353b41;
  font-style: italic;
  list-style-type: decimal;
}
