@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");

      :root {
        --font: Montserrat;
        --alt-font: Montserrat;
        --accent-color: #1b4692;
        --secondary-color: #964069;
        --link-color: #1b4692;
        --accent-highlight-color: #1b4692;
        --accent-highlight-background-color: #e5edfa;
        --accent-tinted-color-70: #bbc8de;
        --accent-tinted-color-80: #d1dae9;
        --accent-tinted-color-90: #e8edf4;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #235bbd;
        --secondary-hover-color: #b65382;
        --secondary-contrast-color: #fff;
        --link-hover-color: #3973da;
      }
      
body { background: url('https://media.thoughtindustries.com/thoughtindustries/image/upload/v1/course-uploads/384ad47e-76d5-489f-b5c5-28d4ba9da409/segibf1qr3n1-GradientTDWIOnlineLearning1500x1000pxbgtopbottom.png'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1484771651/rbqqksaebmhssxvggevq.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
body{
    padding-top: 36px;
    position: relative;
}
.global-top-links{
    position: absolute;
    top: 0;
    left: 0;
    min-height: 36px;
    width: 100%;
    background-color: #ccc;
}
.global-top-links nav{
    margin: 0 auto;
    max-width: 100%;
}
.global-top-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.global-top-links ul a{
    display: block;
    height: 24px;
    padding: 0;
    margin: 5px 0 0;
    text-decoration: none;
    float: left;
    border-right: 1px solid #999;
    background-color: transparent;
    background-position: 50% 0;
    background-repeat: no-repeat;
    transition: none;
    width: 33.33%;
}
.global-top-links ul a:hover{
    background-position: 50% -28px;
}
.global-top-links .tdwi-global{
    background-image: url("https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1457664175/kqybbgtqmemms44bb9s2.png");
}
.global-top-links .tdwi-learning-global {
    background-image: url("");
    display: none;
}
.global-top-links .onsite-global {
    background-image: url("");
    display: none;  
}
.global-top-links .tdwi-events-global {
    background-image: url("https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1457664145/ibdx5itot5qtuvq26fgr.png");
}
.global-top-links .upside-global {
    background-image: url("https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1457664119/kohatuhmvbkj0bgwql3p.png");
    border-right: none;
}
@media only screen and (min-width: 48.063em) {
    .global-top-links ul .tdwi-global{
        width: 90px;
    }
    .global-top-links ul .tdwi-events-global {
        width: 154px;
    }
    .global-top-links ul .tdwi-learning-global {
        width: 218px;
    }
    .global-top-links ul .onsite-global {
        width: 224px;
    }
    .global-top-links ul .upside-global {
        width: 92px;
        border-right: none;
    }
}
@media only screen and (min-width: 64.063em){
    .global-top-links nav{
        max-width: 90%;
    }
}
.course__upsell .panel{
    background-color: #fff;
}
.course__upsell .panel .h4{
    color: #656565;
}
.course__upsell .panel .btn--alt.btn--primary{
    /* needed to override the btn--alt important*/
    background-color: #4e8abe !important;
    color: #000;
}
    .course__upsell img {
        border: none;
        display: block;
        float: left;
        width: 160px;
    }
    .course__upsell .h6.heading.heading--primary{
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
}
    .course__upsell .h6.heading.heading--secondary{
        font-size: 14px;
}
ol, ul {margin-left: 0px; }

/* Video Hero */
.boxHero {
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
	position:relative;
}

.boxHero h1 {
	padding: 0;
	margin: 0;
  z-index: 2;
}

.boxHero h1 a {
	color: #FFF;
	font-size: 6em;
	font-weight: normal;
	text-indent: -9999px;
	width: 100%;
	margin: auto;
	height: auto;
	min-height: 181px;
	max-width: 650px;
	background: transparent url(https://download.1105media.com/tdwi/events/textonvideo_new.png) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.boxHero h2 {
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: .5em 0 1em;
	text-shadow: 0 2px 3px #000;
	color: #00b1f0;
	z-index: 2;
	position: relative;
}

.boxHero h3 {
	font-size: 1.5em;
	color: #FFF;
	font-weight: normal;
	text-shadow: 0 0 4px #111;
	z-index: 2;
	position: relative;
}

.boxHero .cta_btn {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 1em;
	z-index: 2;
	position: relative;
}

.boxHero .bgvideo-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 540px;

}

.boxHero .bgvideo {
	display: block;
	width: 100%;
	z-index: 1;
	margin: -14% 0 0 0;
}

 @media screen and (max-width: 720px) {
.boxHero .bgvideo {
   margin: 0;
  }
 }
 /* Video Hero -2 */
.boxHero-2 {
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
	position:relative;
}

.boxHero-2 h1 {
	padding: 0;
	margin: 0;
  z-index: 2;
}

.boxHero-2 h1 a {
	color: #FFF;
	font-size: 6em;
	font-weight: normal;
	text-indent: -9999px;
	width: 100%;
	margin: auto;
	height: auto;
	min-height: 181px;
	max-width: 650px;
	background: transparent url(https://go.tdwi.org/rs/626-EMC-557/images/TextContactUs.png) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.boxHero-2 {
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: .5em 0 1em;
	text-shadow: 0 2px 3px #000;
	color: #00b1f0;
	z-index: 2;
	position: relative;
}

.boxHero-2 h3 {
	font-size: 1.5em;
	color: #FFF;
	font-weight: normal;
	text-shadow: 0 0 4px #111;
	z-index: 2;
	position: relative;
}

.boxHero-2 .cta_btn {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 1em;
	z-index: 2;
	position: relative;
}

.boxHero-2 .bgvideo-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 540px;

}

.boxHero-2 .bgvideo {
	display: block;
	width: 100%;
	z-index: 1;
	margin: -14% 0 0 0;
}

.outline { border: 1px solid #000; box-sizing: border-box; }

 @media screen and (max-width: 720px) {
.boxHero-2 .bgvideo {
   margin: 0;
  }
 }
 
 @media screen and (max-width: 480px) {
 .containermain .text,
 .containermain .logo,
 .containermain .social{
   width: 90%;
   float: none;
   margin: 0 auto;
   padding: 0;
 }
 
 .containermain .text p {
   width: auto;
 }
 
 .containermain .social ul {
 float: left;
 margin: 0 0 1em 0;
 }
}