@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600,800);
.font {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
}
.font-bold {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
.font-italic {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-style: italic;
}
.font-italic-bold {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-style: italic;
}
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #e7e7e7;
  border: thin solid lightgray;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}
::-webkit-scrollbar-thumb {
  background: #b1b1b1;
  border: thin solid #d2d2d2;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* GoArmy Styles revised
===============================================*/
body {
  background-image: none;
  background-color: #fff;
}
body.no-scroll {
  height: 400px;
}
@media (max-width: 960px) {
  body {
    overflow-x: hidden;
  }
}
#channelWrapper {
  min-width: 100% !important;
}
#site_wrapper {
  padding-top: 0;
}
#site_wrapper,
#page_content {
  width: 100% !important;
  background: none;
  margin-top: 0;
}
#main_content {
  margin: 0;
  background: #fff;
}
div#topNavigation {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -480px;
}
@media (max-width: 740px) {
  div#topNavigation {
    display: none;
  }
}
@media (max-width: 740px) {
  .topnav {
    display: none;
  }
  .responsive-nav {
    display: none;
  }
}
@media (max-width: 960px) {
  .footer {
    overflow: hidden;
  }
}
@media (max-width: 740px) {
  .footer {
    display: none;
  }
}
#sub_header {
  display: none;
}
.section .section-inside ul li {
  background: none !important;
  border: 0;
}
/* END OF GoArmy Styles revised
===============================================*/
@media (max-width: 740px) {
  #ac2rc-wrap {
    position: relative;
    padding-top: 55px;
    overflow: hidden;
  }
}
#ac2rc-wrap.open-mobile-nav {
  max-height: 600px;
}
.section-ac2rc {
  display: block;
  min-height: 200px;
  box-sizing: border-box;
}
@media (max-width: 740px) {
  .section-ac2rc {
    display: none;
  }
  .section-ac2rc#intro {
    display: block;
  }
  .section-ac2rc#locations {
    display: block !important;
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%;
  }
}
@media (min-width: 740px) {
  .section-ac2rc {
    display: block !important;
    position: relative !important;
    left: 0 !important;
  }
}
.section-ac2rc .section-inside {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.section-ac2rc .mobile-cta {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  display: none;
  height: 120px;
  width: 100%;
  background: #ffd530;
  line-height: 40px;
  padding-top: 8px;
  text-align: center;
  font-size: 20px;
  color: #000;
  box-sizing: border-box;
}
@media (max-width: 740px) {
  .section-ac2rc .mobile-cta {
    display: block;
  }
}
.section-ac2rc .mobile-cta span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-size: 12px;
  margin-top: -8px;
}
.section-ac2rc .mobile-cta div.links {
  width: 230px;
  margin: 0 auto;
  margin-top: 15px;
}
.section-ac2rc .mobile-cta div.links a {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
  color: #000;
  text-decoration: none;
  width: 48%;
  font-weight: 800;
  letter-spacing: 0pt;
  word-spacing: 0pt;
  font-size: 13px;
  background-color: #ffe16c;
  padding: 0;
  color: #000034;
  text-transform: uppercase;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  border: 1px solid #000;
  cursor: pointer;
  box-sizing: border-box;
  float: left;
  margin-right: 3%;
}
.section-ac2rc .mobile-cta div.links a:last-child {
  margin-right: 0;
}
#ac2rc-nav {
  position: absolute;
  top: 569px;
  left: 50%;
  width: 900px;
  margin-left: -450px;
  background: #fff;
  transition: width 0.2s, left 0.2s, margin-left 0.2s;
  z-index: 99;
}
@media (max-width: 900px) {
  #ac2rc-nav {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
@media (max-width: 740px) {
  #ac2rc-nav {
    top: 349px;
  }
}
#ac2rc-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  z-index: 999;
}
#ac2rc-nav.fixed li {
  height: 40px;
  line-height: 40px;
}
#ac2rc-nav ul {
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 740px) {
  #ac2rc-nav ul {
    display: block !important;
  }
}
#ac2rc-nav ul h2 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 900px) {
  #ac2rc-nav ul h2 {
    font-size: 16px;
  }
}
#ac2rc-nav ul li {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  float: left;
  height: 60px;
  width: 25%;
  background: #fff;
  border-right: 1px solid #d7d7d7;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  color: #000034;
  cursor: pointer;
  transition: height 0.2s, line-height 0.2s, background 0.2s, color 0.2s;
}
@media (min-width: 740px) {
  #ac2rc-nav ul li.active {
    background: #ffd530 !important;
    color: #fff;
  }
}
@media (max-width: 900px) {
  #ac2rc-nav ul li {
    font-size: 16px;
  }
}
@media (max-width: 740px) {
  #ac2rc-nav ul li {
    float: none;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    border-left: none;
    color: #000;
  }
}
#ac2rc-nav ul li:last-child {
  border-right: none;
}
#ac2rc-nav .mobile-header {
  display: none;
  position: fixed;
  top: 0;
  height: 55px;
  width: 100%;
  z-index: 99;
  background: #55584e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #55584e 0%, #393b35 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55584e), color-stop(100%, #393b35));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #55584e 0%, #393b35 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #55584e 0%, #393b35 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #55584e 0%, #393b35 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #55584e 0%, #393b35 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55584e', endColorstr='#393b35', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 740px) {
  #ac2rc-nav .mobile-header {
    display: block;
  }
}
#ac2rc-nav .mobile-header.open {
  height: 400px\9;
}
@media (max-height: 380px) {
  #ac2rc-nav .mobile-header.open {
    position: absolute;
    top: -349px;
  }
}
#ac2rc-nav .mobile-header.open .mobile-header-inside {
  left: -85%;
}
#ac2rc-nav .mobile-header.open ul {
  min-height: 600px;
  right: 0;
}
#ac2rc-nav .mobile-header .mobile-header-inside {
  position: relative;
  left: 0;
  transition: 0.3s;
}
#ac2rc-nav .mobile-header .mobile-header-inside .logo {
  display: inline-block;
  width: 35px;
  height: 43px;
  background: url('../images/mobile/logo.png') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 20px;
}
#ac2rc-nav .mobile-header .mobile-header-inside div.h1 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 65px;
  font-weight: 400;
  transition: 0.2s;
}
#ac2rc-nav .mobile-header .mobile-header-inside div.h2 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  left: 65px;
  top: 28px;
  font-weight: 400;
  font-size: 12px;
  transition: 0.5s;
}
#ac2rc-nav .mobile-header .mobile-header-inside.home div.h1 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 65px;
}
#ac2rc-nav .mobile-header .mobile-header-inside.home div.h2 {
  opacity: 0;
}
#ac2rc-nav .mobile-header .mobile-header-inside .hamburger {
  position: absolute;
  top: 6px;
  right: 12px;
  width: 36px;
  height: 40px;
  background: url('../images/mobile/hamburger.png') no-repeat center;
  background-size: 80%;
  cursor: pointer;
}
#ac2rc-nav .mobile-header ul {
  position: relative;
  top: 55px;
  right: -100%;
  transition: 0.3s;
  min-height: 700px;
  background: #fff;
  border-bottom: none;
}
#ac2rc-nav .mobile-header ul li:last-child {
  border-bottom: 1px solid #d7d7d7;
}
#intro {
  padding-top: 175px;
  height: 630px;
  background: url('../images/bg-intro.jpg') no-repeat center;
  background-size: cover;
}
@media (max-width: 740px) {
  #intro {
    position: relative;
    height: 295px;
    padding-top: 0;
    margin-bottom: 360px;
    background: url('../images/mobile/bg-intro.jpg') no-repeat center;
    background-size: cover;
  }
}
#intro .section-inside {
  position: relative;
}
#intro .section-inside .badge {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 86px;
  height: 86px;
  margin-left: -43px;
  background: url('../images/intro-badge.png') no-repeat center;
  background-size: cover;
}
@media (max-width: 740px) {
  #intro .section-inside .badge {
    top: 23px;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-left: -35px;
  }
}
#intro .section-inside .intro-copy {
  position: absolute;
  width: 100%;
  top: 115px;
  left: 0;
  text-align: center;
}
@media (max-width: 740px) {
  #intro .section-inside .intro-copy {
    top: 100px;
  }
}
#intro .section-inside .intro-copy h2 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 32px;
  color: #000034;
  text-transform: uppercase;
  line-height: 40px;
  letter-spacing: 0px;
}
@media (max-width: 740px) {
  #intro .section-inside .intro-copy h2 {
    font-size: 21px;
  }
}
#intro .section-inside .intro-copy h1 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #000034;
  text-transform: uppercase;
  letter-spacing: 0px;
}
@media (max-width: 740px) {
  #intro .section-inside .intro-copy h1 {
    font-size: 10px;
    font-weight: 800;
  }
}
#intro .section-inside .intro-copy h3 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 20px;
  color: #000034;
  letter-spacing: 0px;
  margin-top: 10px;
  font-weight: 400;
}
#intro .section-inside .intro-copy h3 br.mobileBr {
  display: none;
}
@media (max-width: 740px) {
  #intro .section-inside .intro-copy h3 {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 600;
  }
  #intro .section-inside .intro-copy h3 br {
    display: none;
  }
  #intro .section-inside .intro-copy h3 br.mobileBr {
    display: block;
  }
}
#intro .mobile-cta {
  position: absolute;
  left: 0;
  top: 535px;
}
#benefits {
  background: #fff;
  min-height: 580px;
  padding-top: 40px;
  box-sizing: border-box;
}
@media (max-width: 740px) {
  #benefits .section-inside {
    margin-bottom: 40px;
  }
}
#benefits .benefits-copy {
  width: 97%;
  text-align: center;
  margin: 0 auto 50px;
}
#benefits .benefits-copy h2 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #000034;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  #benefits .benefits-copy h2 {
    font-size: 17px;
    line-height: 22px;
    color: #000;
  }
}
#benefits .benefits-copy p {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  color: #000034;
  margin-bottom: 40px;
  letter-spacing: 0;
  line-height: 20px;
}
@media (max-width: 740px) {
  #benefits .benefits-copy p {
    color: #000;
    font-size: 13px;
  }
}
#benefits .benefits-copy p br {
  display: none;
}
@media (max-width: 740px) {
  #benefits .benefits-copy p br {
    display: inline;
  }
}
#benefits .benefits-copy h4 {
  position: relative;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 14px;
  color: #000034;
}
#benefits .benefits-copy h4:after {
  content: "";
  width: 16px;
  height: 10px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -8px;
  background: url('../images/benefits/arrow-down.png');
}
#benefits .benefits-icons {
  position: relative;
  width: 100%;
}
#benefits .benefits-icons ul {
  position: relative;
  width: 100%;
}
@media (max-width: 740px) {
  #benefits .benefits-icons ul.bottom-row li:last-child {
    position: absolute;
    top: -165px;
    left: 50%;
  }
}
#benefits .benefits-icons ul li {
  position: relative;
  float: left;
  width: 20%;
  height: 90px;
  margin-bottom: 55px;
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s;
}
@media (max-width: 740px) {
  #benefits .benefits-icons ul li {
    width: 50%;
    margin-bottom: 75px;
  }
}
#benefits .benefits-icons ul li.active {
  opacity: 1 !important;
}
#benefits .benefits-icons ul li.active span.icon {
  -webkit-transform: scale(1, 1) !important;
  -ms-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
}
#benefits .benefits-icons ul li.inactive span.icon {
  -webkit-transform: scale(0.75, 0.75) !important;
  -ms-transform: scale(0.75, 0.75) !important;
  transform: scale(0.75, 0.75) !important;
}
@media (min-width: 740px) {
  #benefits .benefits-icons ul li.inactive span.icon:hover {
    -webkit-transform: scale(0.85, 0.85) !important;
    -ms-transform: scale(0.85, 0.85) !important;
    transform: scale(0.85, 0.85) !important;
  }
}
#benefits .benefits-icons ul li.openMobile {
  margin-bottom: 325px;
}
#benefits .benefits-icons ul li.fix-icon {
  top: -415px !important;
}
#benefits .benefits-icons ul li span.icon {
  position: absolute;
  display: inline-block;
  width: 90px;
  height: 90px;
  top: 0;
  left: 50%;
  margin-left: -45px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all .2s;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  backface-visibility: hidden;
  background-size: cover;
}
@media (min-width: 740px) {
  #benefits .benefits-icons ul li span.icon:hover {
    -webkit-transform: scale(1, 1) !important;
    -ms-transform: scale(1, 1) !important;
    transform: scale(1, 1) !important;
  }
}
@media (max-width: 740px) {
  #benefits .benefits-icons ul li span.icon {
    width: 110px;
    height: 110px;
    margin-left: -60px;
  }
}
#benefits .benefits-icons ul li span.title {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 12px;
  color: #000;
  position: relative;
  bottom: -96px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media (max-width: 740px) {
  #benefits .benefits-icons ul li span.title {
    bottom: -117px;
  }
}
#benefits .benefits-icons .benefits-expanded {
  position: relative;
  width: 100%;
  height: 0;
  background: #ebebeb;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  #benefits .benefits-icons .benefits-expanded {
    position: absolute;
    z-index: 10;
  }
}
#benefits .benefits-icons .benefits-expanded p {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  padding: 35px 25px;
  color: #000;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 99;
}
#benefits .benefits-icons .benefits-expanded p a {
  display: block;
  color: #000034;
  margin-top: 4px;
  font-weight: 800;
}
@media (max-width: 740px) {
  #benefits .benefits-icons .benefits-expanded p {
    padding: 25px;
  }
}
#benefits .benefits-icons .benefits-expanded div.close {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  z-index: 100;
}
#benefits .benefits-icons .benefits-expanded .arrow-up,
#benefits .benefits-icons .benefits-expanded .arrow-down {
  width: 0;
  height: 0;
  position: absolute;
  display: inline-block;
  opacity: 0;
}
#benefits .benefits-icons .benefits-expanded .arrow-up {
  top: -15px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #ebebeb;
}
#benefits .benefits-icons .benefits-expanded .arrow-down {
  bottom: -15px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #ebebeb;
}
#success {
  position: relative;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 740px) {
  #success {
    height: 580px;
    overflow: visible;
    margin-bottom: 120px;
  }
}
#success .scalable-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../images/success/1-bg.jpg') center no-repeat;
  background-size: cover;
  -webkit-transform: translateZ(0);
}
#success .scalable-bg.next {
  opacity: 0;
}
#success .section-inside {
  position: relative;
  height: 500px;
  padding-top: 45px;
  box-sizing: border-box;
}
@media (max-width: 740px) {
  #success .section-inside {
    height: 580px;
    padding-top: 30px;
  }
}
#success .section-inside .mobile-avatar-wrap {
  display: none;
}
@media (max-width: 740px) {
  #success .section-inside .mobile-avatar-wrap {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
  }
}
#success .section-inside .mobile-avatar-wrap .mobile-avatar {
  display: none;
}
@media (max-width: 740px) {
  #success .section-inside .mobile-avatar-wrap .mobile-avatar {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    background-size: cover;
    border-radius: 50%;
    border: 2px solid #f9d030;
  }
}
#success .section-inside .mobile-avatar-wrap .arrow {
  position: absolute;
  width: 16px;
  height: 30px;
  top: 30px;
  cursor: pointer;
}
#success .section-inside .mobile-avatar-wrap .arrow.left {
  display: none;
  left: -90px;
  background: url('../images/mobile/arrows.png') left;
}
#success .section-inside .mobile-avatar-wrap .arrow.right {
  right: -90px;
  background: url('../images/mobile/arrows.png') right;
}
#success .section-inside .heading {
  width: 100%;
  margin-bottom: 30px;
}
#success .section-inside .heading .heading-section {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 740px) {
  #success .section-inside .heading .heading-section {
    height: 100% !important;
    top: 0 !important;
  }
}
#success .section-inside .heading .heading-section.left {
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 740px) {
  #success .section-inside .heading .heading-section.left {
    padding-right: 12px;
  }
}
#success .section-inside .heading .heading-section.right {
  text-align: left;
  padding-left: 20px;
  border-left: 2px solid #fff;
}
@media (max-width: 740px) {
  #success .section-inside .heading .heading-section.right {
    padding-left: 12px;
  }
}
#success .section-inside .heading .heading-section h2 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 24px;
  color: #f1ca32;
  font-weight: 600;
}
@media (max-width: 740px) {
  #success .section-inside .heading .heading-section h2 {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#success .section-inside .heading .heading-section h3 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  margin-top: 10px;
  font-weight: 600;
}
@media (max-width: 740px) {
  #success .section-inside .heading .heading-section h3 {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 400;
  }
}
#success .section-inside .table {
  display: table;
  height: 210px;
}
#success .section-inside p {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 740px) {
  #success .section-inside p {
    font-size: 14px;
    line-height: 30px;
  }
}
#success .section-inside ul {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 626px;
  margin-left: -313px;
}
@media (max-width: 740px) {
  #success .section-inside ul {
    width: 160px;
    margin-left: -80px;
    bottom: 30px;
  }
}
#success .section-inside ul li {
  float: left;
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 35px;
  cursor: pointer;
  transition: .3s;
  background-size: cover;
}
@media (max-width: 740px) {
  #success .section-inside ul li {
    width: 13px;
    height: 13px;
    background-image: none !important;
    background-color: #fff;
    margin-right: 16px;
  }
}
#success .section-inside ul li img {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background-size: cover;
  background-color: #757675;
  border: 2px solid #757675;
  transition: .2s;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
}
#success .section-inside ul li img.active {
  border-color: #f9d030;
  width: 75px;
  height: 75px;
  top: 0px;
  left: 0px;
  -webkit-filter: none;
  filter: none;
}
@media (max-width: 740px) {
  #success .section-inside ul li img {
    display: none;
  }
}
#success .section-inside ul li:hover img {
  -webkit-filter: none;
  filter: none;
}
@media (max-width: 740px) {
  #success .section-inside ul li.active {
    background-color: #f9d030;
  }
}
#success .section-inside ul li.active img {
  border-color: #f9d030;
  width: 75px;
  height: 75px;
  top: 0px;
  left: 0px;
  -webkit-filter: none;
  filter: none;
}
#success .section-inside ul li.disableClick {
  pointer-events: none;
}
#success .section-inside ul li:last-child {
  margin-right: 0;
}
.errors {
  display: none;
}
.form-error {
  color: red;
}
::-webkit-input-placeholder {
  color: #444469;
}
:-moz-placeholder {
  color: #444469;
}
::-moz-placeholder {
  color: #444469;
}
:-ms-input-placeholder {
  color: #444469;
}
#locations {
  position: relative;
  height: 500px;
  background: #fff;
  /* SELECT BOX
    ==================================================================================*/
}
@media (max-width: 740px) {
  #locations {
    height: auto;
  }
}
#locations .section-inside {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
#locations h2 {
  display: none;
}
#locations .map-wrapper {
  position: relative;
}
#locations .map-wrapper map {
  height: 500px;
}
#locations .map-wrapper .gm-style-iw {
  left: 25px !important;
}
#locations .map-wrapper .map-info-box {
  padding: 16px 0px;
  text-align: center;
}
#locations .map-wrapper .map-info-box h3 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 20px;
  color: black;
}
#locations .map-wrapper .map-info-box p {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
}
#locations .map-wrapper .map-info-box a {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  display: block;
  font-weight: 800;
  letter-spacing: 0pt;
  word-spacing: 0pt;
  font-size: 13px;
  border: none;
  padding: 0;
  color: #000034;
  text-transform: uppercase;
  height: 30px;
  width: 110px;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  border: 2px solid #ffd530;
  margin: 10px auto 0 auto;
  text-decoration: none;
}
#locations .search-window {
  position: absolute;
  top: 14%;
  left: 14%;
  z-index: 3;
  background: #fff;
  color: #000034;
  width: 210px;
  padding: 35px 40px;
  -webkit-box-shadow: 11px 10px 5px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 11px 10px 5px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 11px 10px 5px -7px rgba(0, 0, 0, 0.15);
}
@media (max-width: 900px) {
  #locations .search-window {
    left: 10%;
  }
}
@media (max-width: 740px) {
  #locations .search-window {
    width: 90%;
    padding: 20px;
    left: 5%;
    bottom: auto;
    top: 30px;
    box-sizing: border-box;
  }
}
#locations .search-window .career-search-box {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
}
#locations .search-window .career-search-box h3 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 15px;
  line-height: 120%;
}
@media (max-width: 740px) {
  #locations .search-window .career-search-box h3 {
    font-size: 15px;
  }
}
#locations .search-window .career-search-box p {
  margin-bottom: 15px;
  letter-spacing: 0;
  font-size: 12px;
}
#locations .search-window .career-search-box .form-group {
  min-height: 40px;
  margin-bottom: 20px;
}
#locations .search-window .career-search-box select {
  width: 100%;
  height: 30px;
}
#locations .search-window .career-search-box input {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-style: italic;
  padding: 10px;
  color: #000034;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 100%;
  border: none;
  background: #ebebeb;
}
#locations .search-window .career-search-box input[type=text] {
  height: 40px;
}
#locations .search-window .career-search-box input.text-button {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-weight: 800;
  letter-spacing: 0pt;
  word-spacing: 0pt;
  line-height: 0;
  font-size: 13px;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #000034;
  text-transform: uppercase;
  height: 30px;
  width: 140px;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  border: 2px solid #ffd530;
  cursor: pointer;
  margin-top: 5px;
}
#locations .search-window .career-search-box .form-error {
  margin-top: 5px;
}
#locations .search-message {
  position: fixed;
  top: 80px;
  width: 100px;
  height: 55px;
  opacity: 1;
  background: #fff;
  left: -110px;
  opacity: 0;
  cursor: pointer;
  -webkit-box-shadow: 11px 10px 5px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 11px 10px 5px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 11px 10px 5px -7px rgba(0, 0, 0, 0.15);
}
#locations .search-message img {
  position: absolute;
  left: 0;
  top: 8px;
}
#locations .search-message span {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #58595b;
  width: 60px;
  font-weight: 800;
  padding: 14px 8px 0;
}
#locations .jquery-selectbox {
  background: none repeat scroll 0 0 #ebebeb;
  border: none;
  border-radius: 0;
  color: #424242;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 40px;
  padding: 10px;
  margin: 0;
  position: relative;
  width: 100% !important;
  z-index: 5;
  box-sizing: border-box;
}
#locations .jquery-selectbox .jquery-selectbox-moreButton,
#locations .featured-videos .jquery-selectbox .jquery-selectbox-moreButton {
  background: url("../images/locations/arrow-down.png") no-repeat scroll 0 12px;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  border-left: none;
  cursor: pointer;
}
#locations .jquery-selectbox.selecthover,
#locations .featured-videos .jquery-selectbox.selecthover {
  background: #ddd;
  z-index: 4;
}
#locations .jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover,
#locations .featured-videos .jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
  background: url("../images/locations/arrow-down.png") no-repeat scroll 0 12px !important;
  z-index: 4;
}
#locations .jquery-selectbox .jquery-selectbox-currentItem,
#locations .featured-videos .jquery-selectbox .jquery-selectbox-currentItem {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-style: italic;
  padding: 10px;
  color: #000034;
  text-transform: uppercase;
  position: relative;
  bottom: -3px;
  white-space: nowrap;
  display: block;
  overflow: visible;
  padding: 0;
  font-weight: 400;
}
#locations .jquery-selectbox .jquery-selectbox-list,
#locations .featured-videos .jquery-selectbox .jquery-selectbox-list {
  background: #ebebeb;
  display: none;
  border: none;
  width: 135% !important;
  position: absolute;
  top: 40px;
  left: 0px;
  border-radius: 0;
  border-top: none;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 6;
  color: #424242;
}
@media (max-width: 740px) {
  #locations .jquery-selectbox .jquery-selectbox-list,
  #locations .featured-videos .jquery-selectbox .jquery-selectbox-list {
    width: 115% !important;
    max-height: 300px;
  }
}
#locations .jquery-selectbox .jquery-selectbox-item,
#locations .featured-videos .jquery-selectbox .jquery-selectbox-item {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 10px;
  color: #000034;
  height: 24px;
  padding: 8px 0 8px 6px;
  display: block;
  cursor: pointer;
  font-weight: 400;
  line-height: 25px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 740px) {
  #locations .jquery-selectbox .jquery-selectbox-item,
  #locations .featured-videos .jquery-selectbox .jquery-selectbox-item {
    font-size: 12px;
  }
}
#locations .jquery-selectbox .jquery-selectbox-item.listelementhover,
#locations .featured-videos .jquery-selectbox .jquery-selectbox-item.listelementhover {
  background: #ddd;
  width: 100%;
  height: 24px;
  padding: 8px 0 8px 6px;
  color: #000034;
}
#locations form input.text {
  border-radius: 0;
  height: 16px;
  width: 150px;
  border: none;
  padding: 5px;
  color: #48483c;
}
#locations .jquery-selectbox .jquery-selectbox-currentItem {
  width: 158px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#locations .mobile-cta {
  bottom: 0;
  left: 0;
}
#locations select.ac2rc-select {
  opacity: 0;
  top: 10px;
}
@media (min-width: 740px) {
  #locations select.ac2rc-select {
    opacity: 1;
  }
}
#locations .dummie-dd {
  display: none;
  top: -23px;
  background: none repeat scroll 0 0 #ebebeb;
  border: none;
  border-radius: 0;
  color: #424242;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 40px;
  padding: 10px;
  margin: 0;
  position: relative;
  width: 100% !important;
  z-index: 5;
  box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 740px) {
  #locations .dummie-dd {
    display: block;
  }
}
#locations .dummie-dd div {
  background: url("../images/locations/arrow-down.png") no-repeat scroll 0 12px;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  border-left: none;
  cursor: pointer;
}
#locations .dummie-dd span {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-style: italic;
  width: 158px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  color: #000034;
  text-transform: uppercase;
  position: relative;
  bottom: -3px;
  white-space: nowrap;
  display: block;
  overflow: visible;
  padding: 0;
  font-weight: 400;
}
#stepGuide {
  min-height: 470px;
  background: #fff;
  padding-top: 40px;
}
#stepGuide .section-inside {
  position: relative;
}
@media (max-width: 740px) {
  #stepGuide .section-inside {
    margin-bottom: 60px;
  }
}
#stepGuide .steps-copy {
  width: 97%;
  text-align: center;
  margin: 0 auto 80px;
}
#stepGuide .steps-copy h2 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #000034;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  #stepGuide .steps-copy h2 {
    font-size: 17px;
    line-height: 22px;
    color: #000;
  }
}
#stepGuide .steps-copy p {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  color: #000034;
  margin-bottom: 40px;
  letter-spacing: 0;
  line-height: 20px;
}
@media (max-width: 740px) {
  #stepGuide .steps-copy p {
    color: #000;
    font-size: 13px;
  }
}
#stepGuide .steps-copy h4 {
  position: relative;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 14px;
  color: #000034;
}
@media (max-width: 740px) {
  #stepGuide .steps-copy h4 {
    line-height: 18px;
  }
}
#stepGuide .steps-copy h4 br {
  display: none;
}
@media (max-width: 740px) {
  #stepGuide .steps-copy h4 br {
    display: inline;
  }
}
#stepGuide .steps-copy h4:after {
  content: "";
  width: 16px;
  height: 10px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -8px;
  background: url('../images/benefits/arrow-down.png');
}
#stepGuide .step-copy-inside {
  min-height: 310px;
  opacity: 0;
  backface-visibility: hidden;
}
@media (max-width: 740px) {
  #stepGuide .step-copy-inside p {
    padding: 0 10px;
  }
}
#stepGuide ul.steps-intro-nav {
  width: 100%;
}
#stepGuide ul.steps-intro-nav li {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-style: italic;
  position: relative;
  font-size: 24px;
  color: #000034;
  float: left;
  width: 33.3%;
  text-align: center;
  line-height: 26px;
}
@media (max-width: 740px) {
  #stepGuide ul.steps-intro-nav li {
    font-size: 14px;
    line-height: 18px;
  }
}
#stepGuide ul.steps-intro-nav li span {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 78px;
  margin: 0 auto;
  cursor: pointer;
  padding-top: 12px;
  box-sizing: border-box;
}
@media (max-width: 740px) {
  #stepGuide ul.steps-intro-nav li span {
    width: 80px;
    padding-top: 8px;
  }
}
#stepGuide ul.steps-intro-nav li span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 146px;
  height: 46px;
  left: 0;
  top: -30px;
  background: url('../images/steps/upper-ring.png') no-repeat center;
  transition: 0.2s;
}
@media (max-width: 740px) {
  #stepGuide ul.steps-intro-nav li span:before {
    background-size: cover;
    width: 80px;
    height: 27px;
    top: -22px;
  }
}
#stepGuide ul.steps-intro-nav li span:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 146px;
  height: 42px;
  left: 0;
  bottom: -37px;
  background: url('../images/steps/bottom-ring-1.png') no-repeat center;
  transition: 0.2s;
}
@media (max-width: 740px) {
  #stepGuide ul.steps-intro-nav li span:after {
    background-size: cover;
    width: 80px;
    height: 25px;
    bottom: 0;
  }
}
@media (min-width: 740px) {
  #stepGuide ul.steps-intro-nav li span:hover:before {
    top: -35px;
  }
  #stepGuide ul.steps-intro-nav li span:hover:after {
    bottom: -42px;
  }
}
#stepGuide .steps-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  left: 0;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap {
    padding-top: 55px;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
#stepGuide .steps-wrap .steps-wrap-inside h3 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 28px;
  color: #000034;
  line-height: 30px;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside h3 {
    font-size: 18px;
    font-weight: 800;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside h4 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 22px;
  color: #000034;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside h4 {
    font-size: 18px;
    font-weight: 800;
    color: #000;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside p {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  color: #000034;
  letter-spacing: 0;
  margin-bottom: 40px;
  line-height: 20px;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside p {
    color: #000;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside p a {
  color: #000034;
  text-decoration: underline;
}
#stepGuide .steps-wrap .steps-wrap-inside h5 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  color: #000034;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 800;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside h5 {
    margin-bottom: 30px;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside ul.links {
  display: inline-block;
  margin-bottom: 30px;
}
#stepGuide .steps-wrap .steps-wrap-inside ul.links li {
  float: left;
  margin-right: 20px;
}
@media (max-width: 790px) {
  #stepGuide .steps-wrap .steps-wrap-inside ul.links li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside ul.links li a {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000034;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 800;
}
#stepGuide .steps-wrap .steps-wrap-inside ul.links li:last-child {
  margin-right: 0;
}
#stepGuide .steps-wrap .steps-wrap-inside .back-btn {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  color: #000034;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 800;
  height: 30px;
  width: 140px;
  line-height: 30px;
  margin: 0 auto 30px;
  border: 2px solid #ffd530;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .back-btn {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -70px;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav {
  height: 36px;
  position: relative;
  width: 680px;
  margin: 30px auto;
  opacity: 0;
}
@media (max-width: 790px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav {
    width: 528px;
  }
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav {
    width: 290px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -145px;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step {
  position: relative;
  float: left;
  width: 90px;
  height: 36px;
}
@media (max-width: 790px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step {
    width: 70px;
  }
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step {
    width: 50px;
    height: 50px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step.mobMargin {
    margin-right: 0;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step p {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  z-index: 10;
  color: #c6c5c4;
  transition: font-size 0.3s, color 0.3s;
  cursor: pointer;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step p {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step p.active {
  font-size: 20px;
  color: #fafafa;
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .line {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 56px;
  height: 1px;
  background: #c6c5c4;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .line {
    display: none;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .line .progress {
  width: 0%;
  height: 1px;
  background: #ffd530;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .line .progress {
    display: none;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress {
  width: 36px;
  height: 36px;
  background-color: #c6c5c4;
  position: absolute;
  right: 0;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress {
    width: 50px;
    height: 50px;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .circle .mask,
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .circle .fill,
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .circle .shadow {
  width: 36px;
  height: 36px;
  position: absolute;
  border-radius: 50%;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .circle .mask,
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .circle .fill,
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .circle .shadow {
    width: 50px;
    height: 50px;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .circle .mask,
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .circle .mask {
  clip: rect(0px, 36px, 36px, 18px);
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .circle .mask {
    clip: rect(0px, 50px, 50px, 25px);
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .circle .mask .fill {
  clip: rect(0px, 18px, 36px, 0px);
  background-color: #ffd530;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .circle .mask .fill {
    clip: rect(0px, 25px, 50px, 0px);
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .inset {
  width: 32px;
  height: 32px;
  position: absolute;
  margin-left: 2px;
  margin-top: 2px;
  background-color: #ffd530;
  border-radius: 50%;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .inset {
    width: 46px;
    height: 46px;
    margin-left: 2px;
    margin-top: 2px;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step .radial-progress .inset .inner-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 50%;
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step.first {
  width: 36px;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step.first {
    width: 50px;
    height: 50px;
    margin-right: 30px;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step.first .radial-progress {
  -ms-transform: matrix(0, 1.3, -1.3, 0, 0, 0);
  -webkit-transform: matrix(0, 1.3, -1.3, 0, 0, 0);
  transform: matrix(0, 1.3, -1.3, 0, 0, 0);
  z-index: 10;
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step.first .circle .fill,
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step.first .circle .mask.full {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step.first .circle .fill.fix {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step.first .radial-progress.active .inner-circle {
  -ms-transform: matrix(0, 0, 0, 0, 0, 0);
  -webkit-transform: matrix(0, 0, 0, 0, 0, 0);
  transform: matrix(0, 0, 0, 0, 0, 0);
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .step.first .radial-progress.active .inner-circle {
    display: none;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .step.first p {
  color: #fafafa;
  font-size: 20px;
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .arrow {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  position: absolute;
  width: 400px;
  height: 76px;
  cursor: pointer;
  z-index: 10;
  top: -20px;
}
@media (max-width: 740px) {
  #stepGuide .steps-wrap .steps-wrap-inside .step-nav .arrow {
    display: none;
  }
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .arrow.left {
  left: -60px;
  background: url('../images/steps/arrow-left.png') no-repeat right;
  background-color: #fff;
}
#stepGuide .steps-wrap .steps-wrap-inside .step-nav .arrow.right {
  right: -60px;
  background: url('../images/steps/arrow-right.png') no-repeat left;
  background-color: #fff;
}
#call-to-action {
  position: fixed;
  width: 100%;
  bottom: -140px;
  height: 150px;
  box-sizing: border-box;
  background: rgba(241, 202, 50, 0.95);
  z-index: 10;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  padding: 38px;
  line-height: 30px;
}
#call-to-action p {
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0;
}
#call-to-action a {
  color: #000;
  text-decoration: underline;
}
