.main_container {
}

.main_background {	
	background: url('/images/turnkey/header-background.jpg');    
    background-repeat: no-repeat;
    background-size: cover;
  	padding-bottom: 75px;
}

.main_background_inner {
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}

.main_banner {
	margin: 5vh auto 0px auto;
    padding: 20px;
    width: fit-content;
}

.main_section {
	max-width: 1250px;
	padding-top: 125px;
	margin: 0px auto;
}

.main_title {
	font-size: 70px;
    line-height: 70px;
}

.tam_head_advert {
	height: 35px;
	font-size: 24px;
	text-align: center;
	color: var(--white);
	background-color: var(--red);
	position: absolute;
	top: 70px;
	width: 100vw;
}

.tam_vid_control {
	width: 500px;
	padding-top: 215px; /*65px;*/
}

.tk_banner_main {
	max-width: 1325px;
}

.tam_blue {
	color: var(--blue-turnkey-light);
}

.tam_title_cont {
	padding-top: 20px;
	text-align: left;
}

.tam_subtitle_cont {
	text-align: left;
}

.tam_title_cont h1 {
	color: var(--blue-turnkey);
	text-transform: uppercase;
}

.tam_banner_button_cont .flex_sub_container {
	padding-left: 10px;
	padding-right: 10px;
}

.tam_banner_members {
	padding-top: 15px;
}

.tamb_outer {
   	background-color: var(--blue-turnkey);
}

.tamb_list {
	display: flex;
  	justify-content: space-around;
  	padding: 0px;
  	font-size: 32px;
  	color: var(--white);
  	list-style-position: inside;
}

.tamb_list li {
	padding: 20px;
	font-style: italic;
	list-style-type: none;
	text-indent: -10px;
}

.tamb_list li::marker {
	padding-right: 5px;
	margin-right: 5px;
}

.solid_dot {
    height: 10px;
    width: 10px;
    margin-bottom: 7px;
    margin-right: 28px;
    background-color: var(--white);
    border-radius: 50%;
    display: inline-block;
}

.tamp_inner_adj {
   	padding-top: 30px;
}

.tamp_title {
	text-align: center;
	font-weight: 500;
	font-size: 32px;
}

.tamp_num_list {
  align-content: center;
  align-items: center;
  counter-reset: stepCount;
  display: flex;
  justify-content: space-around;
  font-size: 1.3em;
  
  min-width: 590px;
  max-width: 845px;
  width: 45vw;
  margin: 0px auto;
}

.tamp_num_list li {
  background: var(--orange-turnkey);
  color: white;
  content: ' ';
  display: flex;
  flex-grow: 1;
  height: .3em;
  line-height: 1em;
  margin: 0;
  position: relative;
  text-align: right;
  z-index: -1;
}

.tamp_num_list li::before {
  color: white;
  background: var(--orange-turnkey);
  border-radius: 50%;
  counter-increment: stepCount;
  content: counter(stepCount); 
  height: 2em;
  left: -2em;
  line-height: 2em;
  position: absolute;
  text-align: center;
  top: -.85em;
  width: 2em;
}

.tamp_num_list li:last-child {
  flex-basis: 0;
  flex-grow: 0;
  flex-shrink: 1;
  /* Shorthand: flex: 0 1 0; */
}


.tamp_tile_title {
	font-weight: 600;
	margin-bottom: 15px;
}

.tamp_tile {
	text-align: center;
	padding: 40px;
	max-width: 260px;	
}

.tamai_outer {
	margin-bottom: 20px;
	text-align: center;
}

.tamai_outer img {
    max-width: 900px;
	width: 100%;
}

.tama_outer {
	background-color: var(--slate-gray-light);
	padding-bottom: 0px;
}

.tama_inner {
	padding-top: 0px;
}

.tama_img {
	max-height: 350px;
}

.tama_comp_img {
	max-height:  265px;
	padding-left: 30px;
}

.tama_text {
	padding-left: 40px;
}

.tama_text h4 {
	font-size: 38px;
	font-weight: 600;
	color: var(--blue-turnkey);
	text-transform: uppercase;
	line-height: 42px;
}

.tama_acc {
	font-size: 45px;
}

.tama_tk {
	font-size: 60px;
}

.tama_memb {
	font-size: 42px;
}

.tama_anyt {
	font-size: 60px;
}

.tama_anyw {
	font-size: 45px;
}

.tamwyg_outer {
	background-color: var(--blue-turnkey);
	text-align: center;	
    padding-bottom: 40px;
}

.tamwyg_outer img {
	width: 100%;
	max-width: 400px;
}

.tamwyg_inner_adj {
	padding-top: 30px;
}

.tamwyg_wyg_img {
	max-width: 225px !important;
}

.tamawyg_button_outter {
	position: relative;
}

.tamawyg_button50 {
   	position: absolute;
    bottom: 40px;
    left: 53%;
    transform: translateX(-50%);
}

.tamawyg_button250 {
   	position: absolute;
    bottom: 40px;
    left: 52%;
    transform: translateX(-50%);
}

.tams_outer {
	background-color: var(--slate-gray-med);
	padding-bottom: 15px;
}

.tams_inner {
	padding-top: 0px;
}

.tams_text {
	font-size: 29px;
	padding-right: 40px;
	padding-top: 10px;	
}

.tamo_outer {
	background-color: var(--slate-gray-light);
}

.tamo_inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.tk_pill {
	max-width: 540px;
    margin: 20px;
    border-radius: 20px;
    height: 185px;
}

.tk_pill_1 {	
	border: 1px solid var(--blue-turnkey-tile1);
	background-color: var(--blue-turnkey-tile1);
}

.tk_pill_2 {
	border: 1px solid var(--blue-turnkey-tile2);
	background-color: var(--blue-turnkey-tile2);
}

.tk_pill_3 {
	border: 1px solid var(--blue-turnkey-tile3);
	background-color: var(--blue-turnkey-tile3);
}

.tk_pill_4 {
	border: 1px solid var(--blue-turnkey-tile4);
	background-color: var(--blue-turnkey-tile4);
}

.tk_img_cont, .tk_text_cont {
	display: inline-block;
}

.tk_img_cont {
	width: 30%;
	background-color: var(--white);
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.tk_img_cont img {
	margin: 7px;
}

.tk_text_cont {
	width: 70%;
	color: var(--white);
	text-align: center;
	padding: 10px 25px 0px 25px;
}

.tk_pill_title {
	font-size: 21px;
	font-weight: 600;
}

.tk_pill_cont {
	padding-top: 8px;
	padding-bottom: 15px;
}

.tamt_outer {
	background-color: var(--slate-gray-light);
}

.tamt_top {
	text-align: center;
}

.tamt_join, .tamt_5 {
	font-size: 27px;
}

.tamt_rev {
	color: var(--blue-turnkey-light);
}

.tkt_main {
	margin-top: 40px;
}

.tamt_inner {
	padding-bottom: 75px;
}

.tkt_tile {
	text-align: center;
	max-width: 500px;
	background-color: var(--white);
	margin: 10px;
	padding: 25px;
	height: 400px;
	justify-content: flex-start;
}

.tkt_tile_name {
	font-size: 21px;
	font-weight: 600;
	color: var(--blue-turnkey);
}

.tamt_stars_img {
	max-height: 40px;
}

.tamj_inner {
	padding-bottom: 75px;
}

.tamj_main {
	line-height: 75px;
	font-style: italic;
	font-weight: 600;
}

.tamj_ready {
	color: var(--blue-turnkey);
	font-size: 30px;
	text-transform: uppercase;
}

.tamj_turnkey {
	color: var(--blue-turnkey);
	font-size: 100px;
	text-transform: uppercase;
}

.tamj_member {
	color: var(--blue-turnkey);
	font-size: 68px;
	text-transform: uppercase;
}

.tamj_action {
	color: var(--blue-turnkey-light);
	font-size: 21px;
}

/* -- Thank You Page ----------------------------------------------------------------- */
.tktymain_cont {
	min-height: 0px;
}

.tkty_main {
	padding-bottom: 0px;
}

.tkty_inner {
	padding-top: 30px;
}

.tkty_logo {
	max-height: 185px;
}

.tkty_gc {
	max-height: 75px;
}

.tkty_mbi {
	padding-bottom: 0px;
}

.tkty_sec {
	padding-top: 0px;
}

.tkm_ty_bar {
	height: 55px;
	background-color: var(--white);
}

.tkty_outer {
	background-color: var(--slate-gray-light);	
}

.tkty_ty h1 {
	color: var(--blue-turnkey);
	font-size: 55px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.tkty_details, .tkty_contact {
	max-width: 700px;
}

.tkty_tiles_main {
	margin-top: 20px;	
}

.tkty_tile {
	background-color: var(--white);
    padding: 20px;
    margin: 40px;
    border-radius: 20px;
    width: 260px;
    height: 160px;
}

.tkty_icon_cont img {
	max-height: 64px;
}

.tkty_contact_outer {
	background-color: var(--white);
}

.tkty_contact_inner {
	padding-top: 15px;
	padding-bottom: 15px;
}
/* ----------------------------------------------------------------------------------- */

/* -- Start Mobile Styles ------------------------------------------------------------ */

/*portrait*/
@media screen and (max-width: 480px) and (max-aspect-ratio: 13/9) { 
	.main_section {
	    padding-top: 50px;
	}
	
	.main_background {
		padding-bottom: 0px;
	}
	
	.main_banner {
		margin-top: 20px !important;
	}		
	
	.tam_head_advert {
		font-size: 15px;
    	height: 27px;
	}
	
	.tam_vid_control {
    	width: 370px;
    	padding-top: 21px;
	}

	.tam_banner_members {
	    padding-top: 35px;
	}
	
	.tam_banner_members img {
		max-width: 390px;
	}
	
	.tam_logo_main {
		flex-flow: row !important;
	}
	
	.tam_logo {
		max-height: 165px;
		padding-left: 10px;
	}
	
	.tam_title_cont .main_title {
		font-size: 34px; /*45px;*/
        line-height: 34px; /*48px;*/
        padding-bottom: 10px;
	}
	
	.tam_subtitle_cont {
		text-align: center;
	}
	
	.tam_subtitle_cont h2 {
		margin-bottom: 0px;
	}
	
	.tamb_inner_adj {
		text-align: center;
	}
	
	.tamb_list {
		display: inherit;
	}
	
	.solid_dot {
		display: block;
    	margin: 0px auto;
    	margin-bottom: 30px;
	}
	
	.tamp_num_list {
		display: none;
	}
	
	.tama_flex_main {
		flex-flow: column-reverse !important;
	}
	
	.tama_img {
	    max-height: 350px;
	}
	
	.tama_comp_img {
		max-height: 230px;
		padding-left: 0px;
		padding-top: 30px;
	}
	
	.tama_text {
	    padding-left: 0px;
	}
	
	.tama_text h4 {
    	font-size: 30px;
	}
	
	.tams_text {
		text-align: center;
    	padding-right: 0px;
    }
    
    .tk_pill {
    	height: 340px;
    	align-items: center;
    	justify-content: flex-start;
    }
    
    .tk_img_cont {
    	width: 100%;
    	background-color: var(--white);
    	border-top-left-radius: 20px;
    	border-top-right-radius: 20px;
    	border-bottom-left-radius: 0px;
    	text-align: center;
    }
    
    .tk_img_cont img {
    	height: 80px;
    }
      
	.tk_pill_cont {
    	line-height: 28px;
    }
    
    .tkt_tile {
    	height: 415px;
    }
    
    .tamwyg_button_cont {
    	padding-bottom: 40px;
    }
    
    .tamawyg_button50 {
    	bottom: 74px;
    }
    
    .tamawyg_button250 {
    	bottom: 33px;
    }
    
    .tamt_join, .tamt_5 {
	    font-size: 24px;
	}
	
	.tamj_ready {
    	font-size: 25px;
	}
	
	.tamj_turnkey {
    	font-size: 80px;
	}
	
	.tamj_member {
    	font-size: 55px;
	}
	
	/* Thank You Page */		  
	.tkty_logo {
		max-width: 355px;
	}
	
	.tkty_gc {
		max-width: 100px;
	}
	
	.tkty_ty h1 {
    	font-size: 60px;
	}
	
	.tkty_tile {
    	height: 340px;
	}
	
	.tkty_tile_web {
		height: 170px;
	}	
}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 
 
}

/* -- Tablets (Android) ------------------------- */

/*Portrait*/
@media (min-width: 768px) and (max-width: 1024px) {	
	.main_section {
    	padding-top: 40px;
	}
	
	.main_background {
		padding-bottom: 0px;
	}
	
	.main_title {
 	    font-size: 38px;
        line-height: 46px;
	}
	
	.main_subtitle {
    	font-size: 17px;
	}
	
	.tam_banner_button_cont {
		flex-flow: row !important;
	}
	
	.tam_banner_members img {
		max-width: 280px;
	}
	
	.tam_logo_main {
		flex-flow: row !important;
	}
	
	.tam_logo {
	    max-width: 145px;
	}
	
	.tam_vid_control {
    	padding-top: 30px;
	}
	
	.tamb_list {
		text-align: center;
		font-size: 21px;
	}
	
	.tamb_list li {
		text-indent: 0px;
	}
	
	.solid_dot {
		display: none;
	}
	
	.tamp_num_list {
		display: none;
	}
	
	.tama_flex_main {
		flex-flow: column-reverse !important;
	}
	
	.tk_pill {
    	height: 340px;
    	align-items: center;
    	justify-content: flex-start;
    }
    
    .tk_img_cont {
    	width: 100%;
    	background-color: var(--white);
    	border-top-left-radius: 20px;
    	border-top-right-radius: 20px;
    	border-bottom-left-radius: 0px;
    	text-align: center;
    }
    
    .tk_img_cont img {
    	height: 150px;
    }
      
	.tk_pill_cont {
    	line-height: 28px;
    }
    
    .tamo_tile_main {
    	align-items: center;
    }
    
    .tkt_main {
    	align-items: center;
    }
    
    .tkt_tile {
 	    height: 370px;
    	line-height: 32px;
    }
    
    /*-- Thank You Page */
    .tkty_tiles_main, .tkty_icon_cont {
    	flex-flow: row !important;
    }
}

/*Landscape*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	
}

/* ----------- iPad Pro ----------- */
/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1376px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  	.main_section {
    	padding-top: 40px;
	}
	
	.main_background {
		padding-bottom: 0px;
	}
	
	.main_title {
 	    font-size: 54px;
        line-height: 54px;
	}
	
	.main_subtitle {
    	font-size: 17px;
	}
	
	.tam_banner_button_cont {
		flex-flow: row !important;
	}
	
	.tam_banner_members img {
		max-width: 280px;
	}
	
	.tam_logo_main {
		flex-flow: row !important;
	}
	
	.tam_logo {
	    max-width: 170px;
	}
	
	.tam_br {
		display: none !important;
	}
	
	.tam_vid_control {
    	padding-top: 30px;
	}
	
	.tamb_list {
		text-align: center;
		font-size: 21px;
	}
	
	.tamb_list li {
		text-indent: 0px;
	}
	
	.solid_dot {
		display: none;
	}
	
	.tamp_num_list {
		display: none;
	}
	
	.tama_flex_main {
		flex-flow: column-reverse !important;
	}
	
	.tk_pill {
    	height: 340px;
    	align-items: center;
    	justify-content: flex-start;
    }
    
    .tk_img_cont {
    	width: 100%;
    	background-color: var(--white);
    	border-top-left-radius: 20px;
    	border-top-right-radius: 20px;
    	border-bottom-left-radius: 0px;
    	text-align: center;
    }
    
    .tk_img_cont img {
    	height: 150px;
    }
      
	.tk_pill_cont {
    	line-height: 28px;
    }
    
    .tamo_tile_main {
    	align-items: center;
    }
    
    .tkt_main {
    	align-items: center;
    }
    
    .tkt_tile {
 	    height: 370px;
    	line-height: 32px;
    }
    
    /*-- Thank You Page */
    .tkty_tiles_main, .tkty_icon_cont {
    	flex-flow: row !important;
    }
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1376px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .main_subtitle {
    	padding-left: 27px;
	}
	
	.tkt_tile {
    	height: 525px;
	}
}
/* ------------------------------------------ */

/* -- End Mobile Styles -------------------------------------------------------------- */