/* In body styles added post launch */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.body-copy-button {
    background-color: #97C222; /* TN Green */
    border: none;
    color: white;
    padding: 6px 16px;
	font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.body-copy-button:hover {
    background-color: #DB9030; /* TN Orange */
    color: black;
}

.body-copy-button-alt {
    background-color: #FAAF3F; /* TN Orange */
    border: none;
    color: black;
    padding: 6px 16px;
	font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.body-copy-button-alt:hover {
    background-color: #E03C31; /* TN Lighter Orange */
    color: black;
}

.body-copy-button-blue {
    background-color: #00a3e0; /* TN Pantone 299 */
    border: none;
    color: white;
    padding: 6px 16px;
	font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.body-copy-button-blue:hover {
    background-color: #ffcc66; /* TN Pantone 129 */
    color: black;
}


/* END In body styles added post launch */


/* IMN Interlinking Sets */
	.isets-outer {max-width: 1178px; border-top: 1px solid #ccc; margin: 50px 0 20px 0;}
	.isets-inner {display: inline-block; vertical-align: text-top; width: 33%; margin-top: 20px;}
	.isets-inner ul {list-style: none; margin: 0; padding-left: 0px; text-transform: capitalize;}
	.isets-inner li a {text-decoration: none; color: #337ab7; font-family: "HelveticaNeueW01-65Medi"; font-size: 16px; -moz-osx-font-smoothing: grayscale;}
	.isets-inner li a:hover {color: #92c221;}
	.isets-inner h5 {-moz-osx-font-smoothing: grayscale; color: #434d57; font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; font-size: 16px; font-weight: 500;}
	
/* END IMN Interlinking Sets */	


/* 2021 Post Launch */
	.bttn-orange{display:inline-block;text-transform:uppercase;background:#ff6600;border-radius:5px;padding:15px 25px;color:#fff;font-size:18px;font-weight:500;text-decoration:none;margin-top:28px}
	.bttn-orange:hover{background:#fff;color:#99c221;-webkit-box-shadow:0 2px 30px 0 rgba(0,0,0,.25)
/* 2021 Post Launch */
		
/* CTA Button Colors */
.cta-button-blue {
    display: inline-block;
    text-transform: uppercase;
    background: #33ccff;
    border-radius: 5px;
    padding: 15px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 28px
}

.cta-button-blue:hover {
    background: #fff;
        color: #99CC33;
        -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.25);
        box-shadow: 0 2px 30px 0 rgba(0,0,0,.25);
        text-decoration: none
}



.cta-button-orange {
    display: inline-block;
    text-transform: uppercase;
    background: #FF6600;
    border-radius: 5px;
    padding: 15px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 28px
}

.cta-button-orange:hover {
    background: #fff;
        color: #99CC33;
        -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.25);
        box-shadow: 0 2px 30px 0 rgba(0,0,0,.25);
        text-decoration: none
}
/* CTA Button Colors */		
		
		
.video-embed {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}