@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@700&display=swap');

@font-face {
  font-family:'rubikregular';
  src: url(../fonts/rubikRegular.eot);
  src: url(../fonts/rubikRegular.eot) format('embedded-opentype'),
       url(../fonts/rubikRegular.woff2) format('woff2'),
       url(../fonts/rubikRegular.woff) format('woff'),
       url(../fonts/rubikRegular.ttf)  format('truetype')
}

@font-face {
  font-family:'rubikmedium';
  src: url(../fonts/rubikMedium.eot);
  src: url(../fonts/rubikMedium.eot) format('embedded-opentype'),
       url(../fonts/rubikMedium.woff2) format('woff2'),
       url(../fonts/rubikMedium.woff) format('woff'),
       url(../fonts/rubikMedium.ttf)  format('truetype')
}

@font-face {
	font-family:'lato-bold';
	src: url(Lato-Bold.ttf)  format('truetype')
  }

html, body{
	box-sizing: border-box;
	background-color:#FFFFFF;
	font-family:'rubikregular', sans-serif;
	font-size:16px;
	height:100%;
	width:100%;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul{
  font-weight:normal;
  padding:0;
  margin:0;
}

ol, ul{
  list-style:none;
}

*, *:before, *:after{
  box-sizing:inherit;
}

img{
	display:block;
	width:100%;
}

a{
	text-decoration:none;
	color:#3aace2;
}

.desktop{
	display:block;
}

.mobile{
	display:none;
}

.wrapper{
	background-color:#e7e8e9;
	margin:0 auto;
	max-width:1300px;
	width:100%;
}

.sticky-wrapper{
	background-color:#e7e8e9;
	margin:0 auto;
	max-width:1160px;
	width:100%;
}

.wrapper header,
.wrapper section,
.wrapper footer{
	width:100%;
}

.wrapper section,
.wrapper footer{
	position:relative;
}

.wrapper header .sub-wrapper,
.wrapper section .sub-wrapper,
.wrapper footer .sub-wrapper{
}

header{
	border:0 solid #ffffff;
	position:fixed;
	height:61px;
	z-index:9;
	left:0;
	top:0;
}

.sub-header {
    padding: 0 30px;
}

.logo{
	background-color:#fff;
	width:100%;
}

main{
	margin-bottom:24px;
}

.banner{
	padding:0px 0 20px 0 !important;
}

.banner img{
	width:90%;
	margin:0 auto;
}

.logo-img{
	display:inline-block !important;
	position:relative;
	max-width:173px;
	margin: 0 auto;
}

.cta{
	outline:none;
	background-color:#E50303;
	border: 1px solid #E50303;
	border-radius:30px;
	box-shadow:0 1px 3px 0 #7d7a7a;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	position:relative;
	min-width:120px;
	font-size:1.34em;
	line-height:12px;
	padding:8px 12px;
	cursor:pointer;
	color:#fff;
}

.cta:hover{
	background-color:#E50303;
}

/* Accordion */
.list-wrapper{
	margin:0 auto;
	max-width:840px;
	width:100%;
	padding-top: 46px;
	background-color: #e7e8e9;
}

.list-step {
	position:relative;
	margin-bottom: 20px;
}

.list-header-wrapper{
	position:relative;
	cursor:pointer;
}

.list-header-logo {
	width: 162px;
    height: 100%;
	position: absolute;
    left: -5px;
    top: 0px;
	background-image: url("assets/btc_logo.png");
	background-size: contain;
    background-repeat: no-repeat;
}

.list-header-title {
	width: 140px;
    height: 100%;
	position: absolute;
    left: -5px;
    top: -0px;
	background-size: contain;
    background-repeat: no-repeat;
}

.list-header-title p {
	display: none;
}

.list-step:nth-child(2) .list-header-title {
	background-image: url("assets/step_1_heading.png");
}

.list-step:nth-child(3) .list-header-title {
	background-image: url("assets/step_2_heading.png");
}

.list-step:nth-child(4) .list-header-title {
	background-image: url("assets/step_3_heading.png");
}

.list-step:nth-child(5) .list-header-title {
	background-image: url("assets/step_4_heading.png");
}

.list-step:last-child .list-header-title {
	background-image: url("assets/step_5_heading.png") !important;
}

.list-header {
	position: absolute;
    margin: 0 auto;
    padding: 22px;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    text-align: left;
}

.list-header-copy {
	font-family: 'lato-bold', sans-serif;
	position: relative;
	line-height: 26px;
    font-size: 14px;
	top: 0;
	color: #ffffff;
	max-width: 500px;
	margin-left: 120px;
}

.list-step:nth-child(5) .list-header-copy {
	top: -7px;
}

.list-checkbox {
	position:absolute;
	right: 25px;
	bottom: 12px;
}

.list-checkbox:first-child,
.list-checkbox:last-child {
	bottom: 20px;
}

.list-checkbox:before {
	content: " ";
	background-image: url('assets/empty_circle.png');
	background-size: cover;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
    top: -48px;
    right: -4px;
}

.list-step:first-child .list-checkbox:before {
	background-image: url('assets/empty_circle.png');
}

.complete-step.list-step:first-child .list-checkbox:before {
	content: " ";
	background-image: url('assets/check_circle.png');
}

.complete-step .list-checkbox:before {
	content: " ";
	background-image: url('assets/check_circle.png');
	background-size: cover;
    height: 25px;
	width: 25px;
}

.list-header-background-wrapper {
	background-color: #414042;
	border-radius: 35px;
	border: 6px solid #6d6d6d;
	width: 100%;
	height: 80px;
	text-align: right;
    display: flex;
	align-items: flex-end;
    justify-content: flex-end;
}

.list-background {
    font-size: 16px;
	line-height: 65px;
    color: white;
    width: 100%;
	max-width: fit-content;
	max-width: -moz-fit-content;
    padding: 5px 30px 5px 15px;
    text-transform: uppercase;
	margin-right: 20px;
	display: flex;
	align-items: baseline;
}

.list-step:first-child .list-background {
	background-color: none;
}

.list-background::after {
	content: "";
	background-image: url('assets/golden_chevron_down.png');
	width: 30px;
	height: 20px;
	background-repeat: no-repeat;
    padding: 10px 0 0 22px;
	position: relative;
    bottom: -23px;
	left: -67px;
}

.list-content{
	color: #6d6d6d;
	max-height:600px;
	overflow-y:auto; 
	display:none;
}
.currently-open .list-background::after { 
    transform: scaleY(-1);
    transition: transform 0.2s ease-out;
}

.list-content-subwrapper{
	padding: 34px 20px 20px 20px;
}

.list-content-header{
	position:relative;
	text-transform:uppercase;	
	font-weight:900;
	line-height:26px;
	font-size:18px;
	margin:20px 0;
	padding-left:66px;
	color: #004c64;
}

.list-icon{
	position:absolute;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	display:block;
	height:46px;
	width:46px;
	top:-15px;
	left:0;
}

.list-need-icon{
	background-image:url("icon_need.png");
}

.list-reminder-icon{
	background-image:url("icon_reminder.png");
}

.list-think-icon{
	background-image:url("icon_think.png");
}

.list-why-icon{
	background-image:url("icon_why.png");
}

.list-content-ul{
	list-style-position:outside;
	margin-left:15px;
	list-style-type:disc !important;
	width:90%;
}

.list-content-ul li{
	margin-left:20px;
	color:#d2a516;
}

.list-content-li-spacer{
	position:relative;
	left:14px;
	color:#525254;
}

.list-content-li-spacer a{
	color:#3aace2;
	text-decoration: underline;
}

.list-content-center{
	text-align:center;
}

.list-content-center a{
	color:#3aace2;
	text-decoration: underline;
}

iframe, .video{
	max-width:500px;
	width:100%;
}

.step5{
	width:100%;
}

/* Video */

section.vid{
	max-width:80%;
	margin:0 auto;
}

.video-wrapper{
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
}

.main-vid{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.header{
	font-family:'rubikmedium', verdana, sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-size:25px;
	color:#014962;
}

.copy-series{
	font-family:'rubikmedium', verdana, sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-size:30px;
	color: #014962;
}

.sub-header{
	font-family:'rubikmedium', verdana, sans-serif;
	margin-bottom:10px;
	text-align:center;
	font-size:18px;
	color: #014962;
}

/* Video Library */

.cards ul{
	text-align:center;
}

.cards ul li{
	box-shadow:0 3px 20px #a6a6a6;
	display:inline-block;
    margin:0 1%;
	width:14.3%;
}

.cards ul li span{
	font-size:14px;
	padding:10px 5px;
	display:block;
	color:#414042;
	background:#F9BA15;
}

.cards ul li span a{
	color:#414042;
}
.outro-subheader{
	margin-top:15px;
	margin-bottom:15px;
	font-size:20px;
	color: #004c64;
	font-weight: bold;
}

.outro .sub-wrapper ol{
	list-style-position:outside;
	list-style-type:decimal;
	max-width:410px;
	margin:0 auto;
	width:96%;
}

.outro .sub-wrapper ol li{
	text-transform:uppercase;
	margin-bottom:4px;
	margin-left:18px;
	font-size:18px;
}

.outro-cta{
	text-align:center;
	margin-bottom:40px;
	margin-top:35px;
}

.outro-cta .cta{
	vertical-align:text-bottom;
	padding:13px 22px;
	font-size:35px;
}

footer .sub-wrapper img{
	max-width:300px;
	margin:0 auto;
}

footer .sub-wrapper p{
	color:#808080 !important;
	text-align: center;
	line-height:18px;
	font-size:12px;
	margin:20px auto 20px auto;
	max-width:650px;
	padding:20px;
	width:96%;
}

footer .sub-wrapper p a{
	color:#ED1C24;
}

.sticky-ul{
	text-align:center;
	height:61px;
}

.sticky-ul li{
	display:inline-block;
	vertical-align:middle;
	padding:1%;
	height:61px;
	width:30%;
}

.sticky-ul-offset{
  position:relative;
  transform:translateY(-50%);
  display:block;
  top:50%;
}

/* @ 830px */
@media screen and (max-width:830px){	
		
	.sticky-copy{
		display:none !important;
	}
		
}

/* @ 696px */
@media screen and (max-width:696px){
	main {
		padding: 0 20px;
	}

	.desktop{
		display:none !important;
	}
		
	.mobile{
		display:block !important;
	}
		
	.cta{
		font-size:0.8em;
	}	
		
	.banner-copy img{
		padding-bottom:10px;
	}
		
	.cards ul li {
		width: 42%;
		margin:4% 2%;
	}
		
	.outro-subheader{
		margin-top:20px;
	}
	
	.outro .sub-wrapper ol{
		max-width:330px;
	}
	
	.outro .sub-wrapper ol li{
		font-size:14px;
	}
	
	section.vid{
		max-width:100%;
	}
	
	.icons ul li{
		width:100%;
		margin-top:0;
		padding: 56px 40px 20px 40px;
	}	

	.icon-one{
		margin-top:10px !important;
	}	
	
	.list-header-copy{
		line-height:20px;
		font-size:15px;
	}
	
	.list-content-header{
		line-height:21px;
		font-size:15px;
		margin:22px 0;
	}
	
	.list-content{
		font-size:14px;
	}
	.list-header-wrapper {
		background-color: transparent;
	}
}


/* @ 464px */
@media screen and (max-width:585px){
	
	.list-step {
		margin-bottom: 34px;
	}
		
/* } */

/* @ 330px */
/* @media screen and (max-width:330px){ */
	.cards ul li{
		box-shadow:0 2px 10px #a6a6a6;
		width: 96%;
		margin:2%;
	}
  .inner-content {
    padding: 0.8rem;
  }
  .inner-content h3 {
    margin-bottom: 0.3rem;
  }	
  
  .header{
	font-size:16px;
}

    .copy-series{
	font-size:14px;
}

    .sub-header{
		font-size: 14px;
	}	

    .outro-cta .cta{
	font-size:15px;
}
	.outro .sub-wrapper ol{
		max-width:290px;
		width:86%;
	}
		
	.outro .sub-wrapper ol li{
		font-size:13px;
	}
		
	.sticky-ul li{
		width:40%;
	}
	
	.list-header-copy {
		line-height: 13px;
		font-size: 11px;
		max-width: 228px;
		top: 9px;
		padding: 0 20px;
	}

	.list-step:nth-child(2) .list-header-copy {
		max-width: 190px;
	}

	.list-step:nth-child(5) .list-header-copy {
		top: 28px;
	}
	
	.list-checkbox {
		right: 24px;
		bottom: 32px;que
	}

	.list-checkbox:before {
		top: -64px;
    	right: -10px;
	}

	.list-checkbox:first-child, .list-checkbox:last-child {
		bottom: -40px;
	}

	.list-checkbox:nth-child(4), .list-checkbox:nth-child(5) {
		bottom: -80px;
	}

	.list-content-li-spacer{
		left:10px;
	}

	.list-header-logo {
		width: 86px;
		left: 0px;
    	top: 0px;
	  }

	.list-header-title {
		top: 0px;
		width: 86px;
		left: 0px;
	}

	.list-header {
		height: auto;
		padding: 10px;
	}

	.list-header-wrapper {
		background-color: #31B0C8;
		border-radius: 60px;
	}

	.list-header-copy {
		top: 26px;
		padding: 0 6px;
		margin-left: 28px;
	}

	.currently-open.list-step .list-header-wrapper {
		background-color: #C42A57;
	}

	.list-background {
		font-size: 10px;
		line-height: 12px;
		padding: 5px 0px 22px 15px;
	}
	

    .list-background::after {
	content: "";
	background-image: url('assets/golden_chevron_down.png');
    padding: 10px 0 0 22px;
	position: relative;
    bottom: -13;
	left: -48px;
    }

	.list-header-background-wrapper {
		height: 110px;
	}

	.banner img {
		width: 100%;
	}
}









