/***************************************************************
HELPERS
***************************************************************/
body {
  width: 100% !important;
  overflow-x: hidden !important;
}
.margin-top-20 {margin-top: 20px;}
.margin-top-100 {margin-top: 100px;}
/***************************************************************
SECTIONS
***************************************************************/
#section-one-home {
	 background: url('../images/home-banner.png');
    background-size: cover;
    min-height:760px;
    padding: 100px 0 50px 0;
    position: relative;
    z-index: 2;
    border-bottom: 4px solid #ECB765;
}
#section-two-home {
  	min-height: 800px;
  	background: #fff;
  	position: relative;
  	padding: 280px 0 50px 0;
    z-index: 1;
}
#section-three-home {
    background: url('../images/bg1.png');
    background-size: cover;
    padding: 50px 0 50px 0;
    position: relative;
    z-index: 2;
}
#section-four-home {
  padding: 150px 0 100px 0;
}
#section-six-home {
    background: #fff;
    padding: 160px 0 50px 0;
    position: relative;
    z-index: 1;
}
#section-one-how-it-works {
    background: url('../images/home-banner.png');
    background-size: cover;
    padding: 140px 0 50px 0;
    position: relative;
    z-index: 1;
    border-bottom: 4px solid #ECB765;
}
#section-two-how-it-works {
  padding: 50px 0 100px 0;
  position:relative;
  z-index: 1;
}
#footer {
    background: url('../images/footer-bg.png');
    background-size: cover;
    padding: 50px 0 50px 0;
    position: relative;
}
/***************************************************************
NAVIGATION
***************************************************************/
.main-nav {
  background: #215558;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 900 !important;
  box-shadow: 0px 0px 2px #000;
  position: fixed;
}
.main-nav-inner {
	max-width: 960px;
	display: block;
	margin: 0 auto;
  z-index: 901 !important;
}
.nav {
  list-style-type: none;
  float: right;
  text-align: right;
  margin: 10px 0 0 0;
}
.nav li {
	display: inline;
	padding: 0 18px;
}
.nav li a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 600;
    z-index: 902 !important;
    padding: 20px 0;
    width: 110px !important;
    text-transform: uppercase;
}
.main-nav ul ul {
  background: #5f6975; border-radius: 0px; padding: 0;
  position: absolute; top: 100%;
}
.main-nav ul ul {
  display: none;
}
.main-nav ul li:hover > ul {
  display: block;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.main-nav ul ul li {
  float: none;
  border-top: 1px solid #eee;
  position: relative;
  display: block;
  background: #fff;
  color: #E98537;
  padding: 11px 0 12px 0;
  text-align: left;
}
.main-nav ul ul li span {
  float:left;
}
.main-nav ul ul li:hover {
  background: #eee;
}
.main-nav ul ul li a {
  padding: 15px 40px;
  color: #E98537;
}
.main-nav ul ul li .fa-angle-right{ display: none;}
.main-nav ul ul li:hover .fa-angle-right{ display: block;}
.navicons {
  padding: 0 10px 0 20px;
  float: left;
}
.cta-btn {
    margin: -15px 0 !important;
}
.cta-btn a {
    background: #ECB765;
    border-bottom: 3px solid #D8A351;
    margin: 5px auto;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    padding: 10px 30px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main-logo {
    margin-top: 5px;
}
/***************************************************************
FOOTER
***************************************************************/
#footer {
    background: url('/main-website/images/footer-bg.png');
    background-size: cover;
    padding: 50px 0 120px 0 !important;
    position: relative;
}
#footer a.text-white:hover {
  color: #E98537 !important;
}
#footer .socials {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#very-bottom {
  background: #215558;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
}
#very-bottom #copy {
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
/***************************************************************
FONT-AWESOME
***************************************************************/
.fa-facebook-square,
.fa-instagram,
.fa-linkedin,
.fa-twitter-square {
	color: #fff;
	padding: 0 10px;
}
.fa-facebook-square:hover,
.fa-linkedin:hover,
.fa-instagram:hover,
.fa-twitter-square:hover  {
    color: #ECB765;
}
/***************************************************************
TEXT CLASSES
***************************************************************/
.text-italic {font-style: italic;}
.text-white {color: #fff !important;}
.text-green{color: #255F62;}
.text-yellow{color: #ECB765;}
.text-black {color: #000;}
.text-grey {color: #9A9A9A;}
.text-center {text-align: center;}
.text-green {color: #257B6E;}
.header-small {
  text-align: center;
  font-size: 42px;
  display: block;
  margin: 20px auto 0 auto;
  padding: 10px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  max-width: 800px;
}
.header-medium {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 35px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.header-large {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 50px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.btn {
  display: block;
  text-align: center;
  background: #F68D2E;
  padding: 18px 10px 15px 10px;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  font-size: 18px;
  z-index: 999 !important;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn:hover {
    background: #DE7523;
    color: #fff;
    text-decoration: none;
}
.body-p {
	color: #000;
	font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}
.body-h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.number-step {
    text-align: center;
    font-size: 250px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 900;
    color: #f0f0f0;
    position: absolute !important;
    z-index: -1;
    left: 0;
    right: 0;
    top: -140px;
}
.step-divs * {
    vertical-align: middle !important;
    position: relative;
}
.step-divs {
  height: 270px;
  position: relative;
}
/***************************************************************
STYLES
***************************************************************/
.grey-callout {
	background: #eee;
	width: 100%;
	padding: 20px 50px;
  margin: 0 0 25px 0;
}
.center-btn {
  display: block;
  margin: 0 auto;
}
.green-btn {
	background: #255F62;
	border-bottom: 3px solid #215558;
  border-radius: 5px;
  width: 250px;
  display: block;
  margin: 40px auto;
  font-weight: 600;
}
.yellow-btn {
	background: #ECB765;
	border-bottom: 3px solid #D8A351;
  border-radius: 5px;
  width: 250px;
  display: block;
  margin: 5px auto;
  font-weight: 600;
}
.green-btn:hover {
	background: #215558;
}
.yellow-btn:hover {
	background: #D8A351;
}
.main-nav .yellow-btn {
  display: inline-block;
}
.icon-holder {
  height: 100px;
  margin: 0 0 0 0;
}
.icon-block {
  margin: 40px 0 40px 0;
}
.icon-block .body-p {
    width: 90%;
    display: block;
    margin: 0 auto;
}
.adv-icons {
  display: block;
  margin: 0 auto 0 auto;
  padding: 15px 0;
  height: 100px;
}
#icon-divs .columns {
  padding:0;
}
#icon-divs {
  padding: 30px;
}
/***************************************************************
BODY STYLES
***************************************************************/
.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding:0;
    margin-bottom:-5px;
}
.btn-footer {
    display: block;
    text-align: center;
    background: #F68D2E;
    padding: 30px 10px 28px 10px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 12px;
    z-index: 999 !important;
    position: relative;
}
.btn-footer:hover {
    background: #DE7523;
    color: #fff;
    text-decoration: none;
}
#footer-contact {
    color: #fff;
    text-align: center;
    padding-top: 40px;
}
#footer-contact span a {
    color: #F68D2E;
    font-weight: 400;
    border-bottom: 4px solid #F68D2E;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.7);
    font-size: 26px;
}
#footer-contact span:hover a {
    color: #DE7523;
    border-bottom: 4px solid #DE7523;
}
/***************************************************************
MOBILE NAVIGATION
***************************************************************/
.slicknav_menu, #menu {
    display: none;
}
.slicknav_menu {max-width: 860px !important; overflow:hidden; z-index: 9999 !important;}
.slicknav_menutxt {
    display: none !important;
}
.slicknav_menu {
  background: #255F62 url('../images/main-logo.png') 10px 11px no-repeat !important;
  padding: 10px !important;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
  background-size: 130px !important;
}
.slicknav_menu .slicknav_icon {
    margin: 0px !important;
}
.slicknav_btn {
    background-color: #ECB765 !important;
    padding: 0.5em 0.625em 0.6em 0.625em !important;
}
.slicknav_btn:hover {
    cursor: pointer;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff !important;
}
.slicknav_nav a {
    padding: 15px 0px 15px 0px !important;
    margin: 0px !important;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 16px !important;
    text-align: center !important;
    background: none !important;
    font-weight: 500;
    border-top: 1px solid #eee;
    line-height: 20px;
    font-family: 'Quicksand', sans-serif;
}
.slicknav_nav li:first-child {
    margin-top: 10px !important;
}
.slicknav_nav a:hover {
    border-radius: 0px !important;
    background: #215558 !important;
    color: #fff !important;
}
.slicknav_menu {
    z-index: 9999 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
/***************************************************************
MEDIA QUERIES
***************************************************************/
@media (max-width:640px) {
    .slicknav_menu {
        display: block;
    }
    .main-nav {
        display: none;
    }
}
@media (max-width:860px) {
    .slicknav_menu {
        display: block;
    }
    .main-nav {
        display: none;
    }
}
@media screen and (min-width: 641px) {
    .mobile-only {display: none;}
    .desktop-only {display: block;}
}
@media screen and (max-width: 641px) {
    #section-one-home h1.text-white.header-small {
        font-size: 25px;
    }
    .mobile-only {display: block;}
    .desktop-only {display: none;}
    .header-h1-main {padding-top: 0px;}
    .phone-btm {width:40%;}
    #scroll {position: absolute;bottom: -100px;}
    #section-one .header-h1-main {font-size: 38px !important;}
    .xxx .body-p {
      text-align: left !important;
      float: right !important;
    }
    .appstore, .googleplay {display: block;margin: 0 auto;}
    .home-logo {display: block;margin: 35px auto -20px auto;width: 80%;}
}
@media screen and (max-width: 997px) {
    #section-one .header-h1-main {font-size: 38px; padding-top: 120px;}
    #section-one .subheader-h2-white {font-size: 16px;}
}
@media screen and (max-width: 870px) {
    #section-one .header-h1-main {font-size: 28px; padding-top: 40px;}
}
@media screen and (max-width: 860px) {
    .header-h1-orange,
    .header-h1-white {
        font-size: 28px;
    }
    .subheader-h2-white,
    .subheader-h2-orange {
        font-size: 16px;
        padding: 0 10px;
        font-weight:400;
    }
    #accordion {width:80%;}
}
@media screen and (max-width: 658px) {
    #section-one .header-h1-main {font-size: 25px;}
    .subheader-h2-white,
    .subheader-h2-orange {
        padding: 0 80px;
    }
}
@media screen and (max-width: 641px) {
  .header-small-2 {font-size: 20px;}
  .appstore, .googleplay {display:inline;max-width: 40%;}
  #section-one-home {min-height: 600px;}
}
@media screen and (max-width: 500px) {
    .header-h1-orange,
    .header-h1-white {
        font-size: 28px;
    }
    .subheader-h2-white,
    .subheader-h2-orange {
        font-size: 16px;
        font-weight: 300;
        padding: 0 25px;
    }
    #arrowup, #very-bottom {display:none;}
    .xxx .columns {display: block !important; width: 100% !important;}
    .xxx .body-p {text-align: center !important; float: none !important;}
}
@media screen and (max-width: 429px) {
    #section-one .header-h1-main {  padding: 50px 0 10px 0; font-size: 31px !important;}
    .subheader-h2-white {padding: 0 0 10px 0;}
}
@media screen and (max-width: 425px) {
    #section-one,
    #section-two,
    #section-three {
        height: 525px !important;
    }
}
@media screen and (min-width: 642px) {
  .no-desktop, #mobile-phones {display:none !important;}
}
/***************************************************************
FINAL MEDIA QUERIES      ***************************************
***************************************************************/
@media screen and (max-width: 641px) {
  * {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .wow,
  .animated{
    animation-name: none !important;
    visibility: visible !important;
  }
  .no-mobile {display:none;}
  .body-p {text-align: center !important;}
  .label-btn {float:none !important;}
  #footer .appstore,
  #footer .googleplay {
    float:none !important;
    display: block;
    margin: 10px auto;
  }
  #section-two-home #green-btn,
  #section-two-home #orange-btn {
    margin-top: 10px !important;
  }
  #icon-divs .columns {
    margin: 0 0 50px 0;
    padding: 0;

    display: block;
  }
  .h1-large {
    font-size:40px;
  }
  .icon-holder img {
    min-width: 40px !important;
    height: 75px !important;
    padding: 20px;
    margin: -40px auto 0 auto;
  }
  .icon-holder {
    height: 45px;
  }
}
@media screen and (max-width: 1025px) {
  #icon-divs .columns {
    padding: 0;
  }
}
.form-row.submitted form { display: none; }
.form-row h3 {display: none;}
.form-row.submitted h3 {display: block;}
.home-feature-screenshot {
    max-width: 90%;
    display: block;
    margin: 0 auto -150px auto;
    z-index: -8;
}
.home-feature2-screenshot {
    max-width: 90%;
    display: block;
    margin: 50px auto -120px auto;
    z-index: 5;
}



/***************************************************************
FORMS
***************************************************************/
.input-group label {
    color: #257b6e;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
}
.input-group input, .input-group select {
    background: rgba(255,255,255,0.7);
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 2px solid #257b6e;
    box-shadow: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding-left: 20px;
    color: #515151;
    font-size: 16px;
    height: 60px;
    font-family: 'Quicksand', sans-serif;
}

.header-bar {
    padding: 20px 20px 10px 20px;
    margin-bottom: 15px;
    color: #515151;
    width: 100%;
    border-top: 2px solid #F2F2F2;
}
.header-bar.video {
  margin-bottom: 0 !important;
}
.video-block {
  margin-bottom: 100px;
}
.header-uppercase {
  font-size: 12px !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}