@charset "UTF-8";
/* CSS Document */
h1.headline {
    font-family: BentonSans, "Helvetica Neue", Helvetica, fallbackBold, sans-serif;
    font-weight: 600;
    font-size: 3.625rem;
    line-height: 4rem;
    color: #fff;
}
h2 .heading-4 {
    font-family: BentonSans,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 3.125rem;
}
p .heading-2 {
	font-family: "Benton Sans Book", sans-serif;
    color: #fff;
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 300;
}
body p {
    font-family: Helvetica Neue,Helvetica,sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.875rem;
}
#vid-sect {
    background-color: #000;
}
.vid {
	max-width:460px;
}
#firstSect {
	min-height: 484px;
	overflow: hidden;
}
#secondSect {
	min-height:545px;
}
#thirdSect {
	min-height:605px;
	overflow: hidden;
}
#firstSect-top-spacer {
	height: 85px;
}
.secondSect-top-spacer1, .secondSect-top-spacer2  {
	height: 80px;
}
.thirdSect-top-spacer1, .thirdSect-top-spacer2 {
	height: 30px;
}
#bal-app {
	position: relative;
    top: 64px;
}
#bal-app img {
	max-width:100%;
}
#laptop {
	position:relative;
	left:10%;
}
#laptop img {
	max-width:120%;
}
#faqs {
	background-color:#606267;
	color:#fff;
}
#faqs .body-1, #faqs .body-2 {
    font-family: Helvetica Neue,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
	font-weight:600;
}
#faqs .dls-white-bg, #faqs .dls-white-bg-hvr:hover {
    background-color: #606267!important;
}
#faqs .border {
	border: none;
}
#faqs .bordered-a>*, #faqs .bordered>:not(:last-child) {
    border-bottom: none;
}
#faqs .collapsible[aria-expanded=true], #faqs .collapsible[aria-expanded=true] .icon, #faqs .collapsible[aria-expanded=false], #faqs .collapsible[aria-expanded=true] .icon {
    color: #fff;
    font-family: Helvetica Neue,Helvetica,sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight:600;
}
#faqs .collapsible-caret:before {
    background-image: none;
    background-repeat: no-repeat;
    content: "\002B";
    font-size: 1rem;
    color: #fff;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    position: relative;
    transform: rotate(0deg);
    transition: color .25s ease-out,transform .25s ease-out;
    line-height: 1rem;
}

#faqs .collapsible[aria-expanded=true] .collapsible-caret:before {
	content: "\2212";
}
#faqs p {
	font-size: 1rem;
    line-height: 1.25rem;
}
#faqs a {
	color:#fff;
	padding-top: 0;
	padding-bottom: 0;
}
#faqs .dls-gray-01-bg, #faqs .dls-gray-01-bg-hvr:hover {
    background-color: #606267!important;
}
#faqs .border-t, #faqs .border-tb {
    border-top: none;
}
#faqs .stack-md-down {
	padding: 10px 0 40px 47px!important;
}
#faqs .stack-md-down .stack {
	margin: 0;
}
#faqs .stack-md-down .stack .pad-3-t.pad-3-b {
	margin: 0;
	padding: 0!important;
}
[data-dls-glyph] svg, [data-dls-icon] svg, .links-item i {
    display: none;
}
table.faqsTable {
  border: 1px solid #fff;
  width: 80%;
  text-align: left;
  border-collapse: collapse;
  color:#fff;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.75rem;
}
table.faqsTable td, table.faqsTable th {
  border: 1px solid #FFFFFF;
  padding: 5px 5px;
}
/* Terms & Conditions */
#tc-top-spacer {
	height: 48px;
}
#tc-bottom-spacer {
	height: 190px;
}
/* End Terms & Conditions */
@media only screen and (min-width: 1450px) {
	#firstSect {
		min-height:584px;
	}
	#secondSect {
		min-height:661px;
	}
	#thirdSect {
		min-height:726px;
	}
	#firstSect-top-spacer {
		height: 110px;
	}
	#bal-app {
		top: 81px;
	}
	#bal-app img {
		max-width:120%;
	}
	.secondSect-top-spacer1, .secondSect-top-spacer2  {
		height: 121px;
	}
	.thirdSect-top-spacer1, .thirdSect-top-spacer2 {
		height: 65px;
	}
	#laptop img {
		max-width: 136%;
	}
}
@media only screen and (min-width: 1760px) {
	#firstSect {
		min-height:684px;
	}
	#secondSect {
		min-height: 771px;
	}
	#thirdSect {
		min-height: 853px;
	}
	#firstSect-top-spacer {
	    height: 135px;
	}
	#bal-app {
		top: 100px;
	}
	#bal-app img {
		max-width: 140%;
	}
	.secondSect-top-spacer1, .secondSect-top-spacer2  {
		height: 189px;
	}
	.thirdSect-top-spacer1, .thirdSect-top-spacer2 {
		height: 60px;
	}
	#laptop img {
	    max-width: 165%;
	}
}
@media only screen and (min-width: 2060px) {
	#firstSect {
		min-height:784px;
	}
	#secondSect {
		min-height: 895px;
	}
	#thirdSect {
		min-height: 987px;
	}
	#firstSect-top-spacer {
	    height: 176px;
	}
	#bal-app {
		top: 138px;
	}
	#bal-app img {
		max-width: 155%;
	}
	.secondSect-top-spacer1, .secondSect-top-spacer2  {
		height: 250px;
	}
	.thirdSect-top-spacer1, .thirdSect-top-spacer2 {
		height: 49px;
	}
	#laptop img {
	    max-width: 195%;
	}
}
@media only screen and (min-width: 2380px) {
	#firstSect {
		min-height: 884px;
	}
	#secondSect {
		min-height: 1003px;
	}
	#thirdSect {
		min-height: 1110px;
	}
	#firstSect-top-spacer {
	    height: 201px;
	}
	#bal-app {
		top: 154px;
	}
	#bal-app img {
		max-width: 175%;
	}
	.secondSect-top-spacer1, .secondSect-top-spacer2  {
		height: 300px;
	}
	.thirdSect-top-spacer1, .thirdSect-top-spacer2 {
		height: 104px;
	}
	#laptop img {
	    max-width: 215%;
	}
}
@media (max-width: 1279px) {
	h1.headline {
		font-size: 3.025rem;
		line-height: 3.6rem;
	}
	h2 .heading-4 {
		font-size: 2.02rem;
		line-height: 2.425rem;
	}
	p .heading-2 {
		font-size: 1.375rem;
	    line-height: 2.075rem;
	}
	body p {
		font-size: 1.15rem;
    	line-height: 1.575rem;
	}
	#firstSect .col-md-offset-1 {
	    margin-left: 0;
	}
	#bal-app {
	    top: 64px;
	}
	#bal-app img {
		max-width: 135%;
	}
	#secondSect .col-md-offset-1 {
	    margin-left: 5.3333333333%;
	}
	#secondSect .col-md-5 {
	    /* flex: 0 0 50%; */
	    /* max-width: 50%; */
	    flex: 0 0 44.6666666667%;
	    max-width: 44.6666666667%;
	    padding-left: 5px;
	    padding-right: 0;
	}
	.secondSect-top-spacer1 {
		height: 133px;
	}
	.secondSect-top-spacer2  {
		height: 104px;
	}
	.thirdSect-top-spacer1 {
		height: 95px;
	}
	.thirdSect-top-spacer2 {
		height: 55px;
	}
	#laptop {
		left:10%;
	}
	#laptop img {
		max-width: 150%;
	}
	/* Terms & Conditions */
		#tc-top-spacer {
			height: 0px;
		}
		#tc-bottom-spacer {
			height: 20px;
		}
	/* End Terms & Conditions */
}
@media (max-width: 1023px) {
	h1 {
		font-size: 3.025rem;
		line-height: 3.6rem;
	}
	.heading-2 {
	    font-size: 1.375rem;
	    line-height: 2.075rem;
	}
	h2 .heading-4 {
		font-size: 2.02rem;
		line-height: 2.425rem;
	}
	body {
		font-size: 1.15rem;
    	line-height: 1.575rem;
	}
	#firstSect .col-md-offset-1 {
	    margin-left: 0;
	}
	#bal-app {
	    top: 64px;
	}
	#bal-app img {
		max-width: 180%;
	}
	#secondSect .col-md-offset-1 {
	    margin-left: 5.3333333333%;
	}
	#secondSect .col-md-5 {
	    /* flex: 0 0 50%; */
	    /* max-width: 50%; */
	    flex: 0 0 44.6666666667%;
	    max-width: 44.6666666667%;
	    padding-left: 5px;
	    padding-right: 0;
	}
	.secondSect-top-spacer1 {
		height: 169px;
	}
	.secondSect-top-spacer2  {
		height: 104px;
	}
	.thirdSect-top-spacer1 {
		height: 80px;
	}
	.thirdSect-top-spacer2 {
		height: 105px;
	}
	#laptop {
		left:10%;
	}
	#laptop img {
		max-width: 150%;
	}
	/* Terms & Conditions */
		#tc-top-spacer {
			height: 20px;
		}
		#tc-bottom-spacer {
			height: 50px;
		}
	/* End Terms & Conditions */
}

@media (max-width: 767px) {
	h1 {
		font-size: 1.875rem;
		line-height: 2.375rem;
	}
	.heading-2 {
		font-size: 1.238rem;
    	line-height: 1.675rem;
	}
	h2 .heading-4 {
		font-size: 1.5rem;
		line-height: 1.875rem;
	}
	body {
		font-size: 0.938rem;
		line-height: 1.375rem;
	}
	#firstSect-top-spacer {
	    height: 50px;
	}
	#bal-app {
		top: 3px;
	}
	#bal-app img {
		max-width: 100%;
	}
	#secondSect  .container > div {
		flex-wrap: wrap-reverse !important;
	}
	#secondSect .col-md-offset-1 {
	    margin-left: 0%;
	}
	#secondSect .col-md-5 {
	    /* flex: 0 0 50%; */
	    /* max-width: 50%; */
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding-left: 6px;
	    padding-right: 6px;
	}
	.secondSect-top-spacer1 {
		height: 25px;
	}
	.secondSect-top-spacer2  {
		height: 25px;
	}
	.secondSect-bottom-spacer {
		height: 40px;
	}
	.thirdSect-top-spacer1 {
		height: 50px;
	}
	.thirdSect-top-spacer2 {
		height: 0px;
	}
	#laptop {
		left:10%;
	}
	#laptop img {
		max-width: 150%;
	}
	#faqs .collapsible[aria-expanded=true], #faqs .collapsible[aria-expanded=true] .icon, #faqs .collapsible[aria-expanded=false], #faqs .collapsible[aria-expanded=true] .icon {
		font-size: 0.625rem;
		line-height: 1.25rem;
	}
	#faqs p {
		font-size: 0.625rem;
		line-height: 1.25rem;
	}
	table.faqsTable {
	    font-size: 0.625rem;
	    line-height: 1.75rem;
	}
	/* Terms & Conditions */
		#tc-top-spacer {
			height: 50px;
		}
		#tc-bottom-spacer {
			height: 200px;
		}
	/* End Terms & Conditions */
}
@media (max-width: 425px) {
	/* Terms & Conditions */
		#tc-top-spacer {
			height: 30px;
		}
		#tc-bottom-spacer {
			height: 205px;
		}
	    .container {
		    padding-left: 20px;
		    padding-right: 20px;
		}
	/* End Terms & Conditions */
}
@media (max-width: 380px) {
	/* Terms & Conditions */
		#tc-top-spacer {
			height: 20px;
		}
		#tc-bottom-spacer {
			height: 76px;
		}
	    .container {
		    padding-left: 20px;
		    padding-right: 20px;
		}
	/* End Terms & Conditions */
}