@charset "UTF-8";
/* Padding */
/* Transition */
/* Transition */
/* Sizes */
/*AAP Live*/
/* Button Γû╕ Colors */
/* Social Γû╕ Colors */
/* Border Γû╕ Widths */
/* line 1, ../../sass/_typography.scss */
h1, h2, h3 {
  font-family: "Raleway", Arial, sans-serif;
}

/* line 5, ../../sass/_typography.scss */
p {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 568px) and (max-width: 767px), screen and (max-width: 567px) {
  /* line 5, ../../sass/_typography.scss */
  p {
    font-size: 16px;
  }
}

/* line 14, ../../sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.4;
}

/* line 20, ../../sass/_typography.scss */
h1 {
  font-size: 42px;
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  /* line 20, ../../sass/_typography.scss */
  h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 567px) {
  /* line 20, ../../sass/_typography.scss */
  h1 {
    font-size: 28px;
  }
}

/* line 31, ../../sass/_typography.scss */
h2 {
  font-size: 40px;
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  /* line 31, ../../sass/_typography.scss */
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 567px) {
  /* line 31, ../../sass/_typography.scss */
  h2 {
    font-size: 26px;
  }
}

/* line 42, ../../sass/_typography.scss */
h3 {
  font-weight: 600;
  font-size: 30px;
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  /* line 42, ../../sass/_typography.scss */
  h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 567px) {
  /* line 42, ../../sass/_typography.scss */
  h3 {
    font-size: 24px;
  }
}

/* line 54, ../../sass/_typography.scss */
h4 {
  font-weight: 600;
  font-size: 28px;
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  /* line 54, ../../sass/_typography.scss */
  h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 567px) {
  /* line 54, ../../sass/_typography.scss */
  h4 {
    font-size: 22px;
  }
}

/* line 66, ../../sass/_typography.scss */
h5 {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  /* line 66, ../../sass/_typography.scss */
  h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 567px) {
  /* line 66, ../../sass/_typography.scss */
  h5 {
    font-size: 20px;
  }
}

/* line 78, ../../sass/_typography.scss */
h6 {
  font-weight: 600;
  font-size: 22px;
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  /* line 78, ../../sass/_typography.scss */
  h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 567px) {
  /* line 78, ../../sass/_typography.scss */
  h6 {
    font-size: 18px;
  }
}

/* line 1, ../../sass/_buttons.scss */
.btn-group {
  margin-bottom: 30px;
}

/* line 5, ../../sass/_buttons.scss */
.btn-group > .button:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 567px) {
  /* line 5, ../../sass/_buttons.scss */
  .btn-group > .button:first-child {
    margin-right: 0px;
  }
}

/* line 12, ../../sass/_buttons.scss */
.button {
  z-index: 2;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 18px;
  padding: 8px 25px 6px;
  font-weight: 300;
  line-height: 1.42857;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Source Sans Pro", Arial, sans-serif;
  border: 2px solid rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  font-weight: 600;
}
@media screen and (max-width: 567px) {
  /* line 12, ../../sass/_buttons.scss */
  .button {
    margin-bottom: 20px;
  }
}
/* line 45, ../../sass/_buttons.scss */
.button.small {
  font-size: 12px;
  padding: 6px 25px;
}
/* line 49, ../../sass/_buttons.scss */
.button.medium {
  font-size: 12px;
  padding: 9px 20px;
}
/* line 53, ../../sass/_buttons.scss */
.button.large {
  font-size: 18px;
  padding: 12px 35px;
}
/* line 58, ../../sass/_buttons.scss */
.button.button-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 63, ../../sass/_buttons.scss */
.button.button-square {
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 0;
  border: 0px solid transparent;
  background: none repeat scroll 0 0 transparent;
}
/* line 71, ../../sass/_buttons.scss */
.button.button-rectangular {
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 74, ../../sass/_buttons.scss */
.button.button-rounded {
  -webkit-border-radius: 33px;
  border-radius: 33px;
}
/* line 77, ../../sass/_buttons.scss */
.button.button-border-less {
  padding: 0;
  border: 0px solid transparent;
  background: none repeat scroll 0 0 transparent;
}
/* line 83, ../../sass/_buttons.scss */
.button.withIcon-Left i {
  margin-right: 10px;
}
/* line 88, ../../sass/_buttons.scss */
.button.withIcon-right i {
  margin-left: 10px;
}
/* line 92, ../../sass/_buttons.scss */
.button.pink {
  color: #ffffff;
  border-color: #E2174F;
  background: none repeat scroll 0 0 #E2174F;
}
/* line 96, ../../sass/_buttons.scss */
.button.pink:hover, .button.pink:focus, .button.pink.focus, .button.pink.disabled, .button.pink[disabled] {
  color: #E2174F;
  border-color: #E2174F;
  background: none repeat scroll 0 0 transparent;
}
/* line 102, ../../sass/_buttons.scss */
.button.white {
  color: #2c2c3a;
  border-color: #ffffff;
  background: none repeat scroll 0 0 #ffffff;
}
/* line 106, ../../sass/_buttons.scss */
.button.white:hover, .button.white:focus, .button.white.focus, .button.white.disabled, .button.white[disabled] {
  color: #ffffff;
  border-color: #ffffff;
  background: none repeat scroll 0 0 transparent;
}

/* Layout Γû╕ Header Area
----------------------------- */
/* line 8, ../../sass/default.scss */
body {
  background-image: url("../images/headerBgFeatures.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
}

/* line 14, ../../sass/default.scss */
.page-header {
  top: 0px;
  width: 100%;
  height: 93px;
  z-index: 1000;
  border: 0px none;
  margin-bottom: 0px;
  margin-top: 0px !important;
  padding: 40px 0px 0px 0px;
}
@media screen and (max-width: 567px) {
  /* line 14, ../../sass/default.scss */
  .page-header {
    margin-top: 20px;
  }
}
/* line 29, ../../sass/default.scss */
.page-header > .container {
  padding: 0px 10px;
}

/* line 37, ../../sass/default.scss */
.page-logo > a {
  display: block;
  text-align: center;
}
/* line 40, ../../sass/default.scss */
.page-logo > a img {
  max-width: 300px;
}

/* line 47, ../../sass/default.scss */
.content-wrap {
  margin-top: 80px;
  color: #ffffff;
  text-align: center;
}
/* line 53, ../../sass/default.scss */
.content-wrap .supporting-text {
  padding: 10px;
  font-style: italic;
}
