/* KEY
test_1 is now eyebrow
test_2 & headline_2 are now headline_1
body_copy_2 is now body_1
 */


/* BASIC TYPE STYLES - UNIVERSAL */

body {
 	padding-top: 0px;
  	padding-bottom: 0px;
 	font-family:'TradeGothicLTPro', sans-serif;
 	font-size: 10pt;
  	background-color: #ffffff;
}

a {
  color:black;
  text-decoration: none;
  font-family: 'TradeGothicLTPro', sans-serif;
  font-weight: normal;
  font-style: normal;
}

b {
	font-family: 'TradeGothicLT-BoldTwo', TradeGothicLTPro-Bold, sans-serif;
}

p {
	margin: 0px;
}



/* TYPE STYLES - UNIVERSAL + MOBILE */
.textbox_top {
	text-align: center;
	margin-top: 64px;
	margin-bottom: 64px;
	margin-left: 24px;
	margin-right: 24px;
}

.textbox {
	text-align: center;
	margin: 24px;
}

.eyebrow {
	font-family: 'TradeGothicLTPro-Light', sans-serif;
	font-size: 12px;
	letter-spacing: 1pt;
	line-height: 20px;
	margin-bottom: 8px;
}

.headline_1 {
	font-family: 'TradeGothicLTPro-Light', sans-serif;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
}

.body_1 {
	font-family: 'TradeGothicLTPro-Light', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}

.logo_orange {
	font-family: 'TradeGothicLTPro-Bold', sans-serif;
	font-size: 24px;
	color: black;
	margin-left: 0%;
	margin-right: 5%;
	letter-spacing: .5pt;
	margin-top: 10px;
	width: 250px;
}

.logo_orange:hover {
	color: #F2391B;
}

.btn_test {
		width: 50% !important;
		margin-bottom: 10px !important;
		margin-top: 40px;
}


/*IPAD*/
@media (min-width: 48em) {

	.textbox_top {
		text-align: center;
		margin-top: 72px;
		margin-bottom: 96px;
		margin-left: 96px;
		margin-right: 96px;
	}

	.textbox {
		text-align: center;
		margin: 64px;
	}

	.eyebrow {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 8px;
	}	

	.headline_1 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 8px;
	}

	.body_1 {
		font-size: 16px;
		line-height: 28px;
	}

	.logo_orange {
		font-size: 32px;
	}

	.btn_test {
		width: 50% !important;
		margin-bottom: 10px !important;
		margin-top: 40px;
	}

	.space {
		padding-top: 30px !important;
	}
}



/*IPAD PRO*/
@media (min-width: 62em) {

	.textbox_top {
		text-align: center;
		margin-top: 72px;
		margin-bottom: 96px;
		margin-left: 96px;
		margin-right: 96px;
	}

	.textbox {
		text-align: center;
		margin: 64px;
	}	

	.eyebrow {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 8px;
	}	

	.headline_1 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 8px;
	}

	.body_1 {
		font-size: 16px;
		line-height: 28px;
	}

	.logo_orange {
		font-size: 32px;
	}


	.btn_test {
		width: 25% !important;
		margin-bottom: 20px !important;
	}
	.space {
		padding-top: 35px !important;
	}
}



/*DESKTOP*/
@media (min-width: 75em) {

	.textbox_top {
		margin-top: 96px;
		margin-bottom: 144px;
		margin-left: 144px;
		margin-right: 144px;
	}

	.textbox {
		margin: 64px;
	}

	.eyebrow {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 8px;
	}	

	.headline_1 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 8px;
	}

	.body_1 {
		font-size: 16px;
		line-height: 28px
	}

	.logo_orange {
		font-size: 32px;
	}


	.btn_test {
		width: 20% !important;
		margin-bottom: 30px !important;
	}
	.space {
		padding-top: 75px !important;
	}
}



/* FOOTER */
.footer_text {
	font-family: 'TradeGothicLTPro-Bold', sans-serif;
	font-size: 12pt;
	text-align: center;
	color: #cccccc;
	margin-left: 10px;
	margin-right: 10px;
	letter-spacing: 1pt;
	margin-top: 50px;
	line-height: 30px;
}

.footer_text:hover {
	color: black;
	text-decoration: none;
}

.footer_text:active {
	color: #cccccc;
	text-decoration: none;
}

.footer-clean {
  font-weight: normal;
  font-size: 9pt;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 12px;
  
}

.footer-clean-2 {
  font-family: 'TradeGothicLTPro-Bold', sans-serif;
  font-weight: normal;
  font-size: 10pt;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 10px;
  margin-top: 3px;
}



/* LINKS */

.p_link {
	color: black;
	text-decoration: underline;
}

.p_link:hover {
	color: #F2391B;
	text-decoration: underline;
}

.p_link:focus {
	color: black;
	text-decoration: underline;
}



/* BUTTONS */

.btn_test {
  padding: 6px 12px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  width: 52%;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  background-color: #000;
  border-color: #fff;
}



.btn_inline {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.button {
  padding:0;
  border: 0;
  border-radius: 0px;
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}
 
.button:hover {
  opacity: .8;
}

.btn_test:hover {
	background-color: #F2391B;
	-webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;

}

.btn_test:not(:hover) {
	background-color: #000000;
	-webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;

}

.btn_text {
	font-family: 'TradeGothicLTPro-Bold', sans-serif;
	letter-spacing: 2pt;
	margin-bottom: 30px;
	color: #ffffff;
}

.btn_text:hover {
	text-decoration: none;
	color: white;
}

.btn_text:focus {
	text-decoration: none;
	color: white;
}



/* SOCIAL ICONS */

.scale {
  width: 25px;
  height: 25px;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}



/* SPACING */

.space {
  padding-top: 10px;
}

.center {
	text-align: center;
}

.centered {
	display: block;
	margin-left: 40%;
	margin-right: 40%;
}

.marg-bottom {
  margin-bottom: 20px;
}

.no-gutter > [class*='col-'] {
    padding: 10px;
}



/* VIDEO WRAPPER */

.videoWrapper {
  position: relative;
  padding-bottom: 53.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
