

      :root {
        --font: DM Sans;
        --alt-font: DM Sans;
        --accent-color: #0b0b0b;
        --secondary-color: #81fba5;
        --link-color: #909bf5;
        --accent-highlight-color: #0b0b0b;
        --accent-highlight-background-color: #d7d7d7;
        --accent-tinted-color-70: #b6b6b6;
        --accent-tinted-color-80: #cecece;
        --accent-tinted-color-90: #e7e7e7;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #252525;
        --secondary-hover-color: #50f982;
        --secondary-contrast-color: #111;
        --link-hover-color: #3247ed;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/3e721e81-e28c-46d9-9508-0e22e731e144/k0mas4uqcv8x-DRURelaunchBackground.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/v1/course-uploads/3e721e81-e28c-46d9-9508-0e22e731e144/gb3bf8badf30-DR_Logo_Black.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
TI CSS.css
/*Global Styles*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', 'Noto Sans JP', sans-serif !important;
}
html, body, div, p, ul, ol, dl, input, select, option, textarea {
    font-family: 'DM Sans', sans-serif;
}
span {
    font-family: inherit;
}

/* Typography Updates */
h1, .heading-01 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.2px;
    font-weight: 600;
}

h2, .heading-02 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.2px;
    font-weight: 600;
}

h3, .heading-03 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.2px;
    font-weight: 600;
    color: #53718F;
}

h4, .heading-04 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 600;
}

h5, .heading-05 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 600;
}

h6, .heading-06 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 600;
}

.body {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
}

.uppercase {
    font-family: 'DM Sans', monospace;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.2px;
    font-weight: 400;
}

.label-large {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
    font-weight: 700;
}

.label {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    font-weight: 700;
}

.caption {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: 400;
}

.code {
    font-family: 'DM Sans', monospace;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 400;
}

.widget__title {
    color: #0b0b0b;
    margin-bottom: 0.75em;
}

.catalog-grid-item {
    border-radius: 12px;
}

/*Font Awesome Awesomeness*/

.fa-alertBell:before{
    font-family: FontAwesome;
    content: "\f0f3   ";
    white-space: pre;
}
.fa-longRightarrow:after{
    font-family: FontAwesome;
    content: "\f178   ";
    white-space: pre;
    padding-left: 4px;
}
.fa-thumbsUpDown:before{
    font-family: FontAwesome;
    content: "\f164  \f165   ";
    white-space: pre;
    padding-right: 8px;
}

.fa-star:before{
    font-family: FontAwesome;
    content: "\f005   ";
    white-space: pre;
    padding-right: 8px;
}

.fa-bullseye:before{
    font-family: FontAwesome;
    content: "\f140   ";
    white-space: pre;
    padding-right: 8px;
}

/*DR Global : Header*/
body.home .header .company__beta-logo{
	max-width:400px;
	margin-left:30px;
}
.header .company__beta-logo{
	max-width:400px;
}
.header .company__school-name, .company__school-name__divider{
	display:none;
}
.header .company__beta-logo .company-logo__container img{
	/*max-height:70px;*/
    max-height:46px;
}
/*Main DRU Header*/
.dr-hp-DRUHeading{    
    font-family: 'DM Sans', 'Noto Sans JP', sans-serif;
    font-size: 3rem;
    margin-bottom: .3rem;
    background: linear-gradient(.301turn,#81fba5,#8ac2d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.dr-hp-DRUsubhead{
    font-family: 'DM Sans', 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
/* ::START:: Code for Home page buttons (On-Demand, Learning Paths, Live Training) */
.dr-hp-btnMenu{
    min-height: 122px; /*needed to hold the height*/
}
@media only screen and (max-width: 769px){
    .dr-hp-btnMenu{
        min-height: 122px; /*needed to hold the height*/
    }
}  
    .dr-hp-regBtnWrap {
        padding: 2px;
        height: 96px;
        min-width: 184px;
        order: 1;
        position: relative;
        display: block; 
        width: auto;
        border-radius: 20px;
        box-shadow: 0px 5px 10px rgba(25, 34, 74, 0.08), 0px 2px 5px rgba(25, 34, 74, 0.08);
    }

    .dr-hp-regBtnWrap:hover{
        transition: transform 0.3s;
        background: linear-gradient(144.2deg, #81fba5 0%, #86dac0 52.08%, #8ac2d5 100%);
        border-radius:22px;
    }

    a.dr-hp-regBtn {
        text-decoration: none;
        background: white;
        color: #86dac0 !important;
        font-family: 'DM Sans', 'Noto Sans JP', sans-serif !important;
        font-size: 20px;
        font-weight: 600;
        
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 16px 2px;
        flex: 1;
        align-self: stretch;
        flex-grow: 1;

        position:relative;
        top: 1px;
        left: 1px;
        margin-right: 2px
    }
    a.dr-hp-regBtn:hover, a.dr-hp-regBtn:active, a.dr-hp-regBtn:visited {
        color: #86dac0 !important;
    }
    a span.dr-hp-navBtn1stline{
        padding: 6px 0px;
    }
    a span.dr-hp-navBtn2ndline{
        color: #909bf5;
        font-size: 14px;
        line-height: 16px;
        position: relative;
        top: -4px;
    }
/* ::END:: Code for Home page registration (Register, Sign In, Redeem) */



/*Nav - resets padding so it appears more aligned -TEST THIS*/
/* @media only screen and (min-width: 48.063em){
	.layout__content .widget widget--navbar widget--navbar_standard{
  		padding: 0rem;
	}
} */

/*Detail Page*/
div.course__detail__sidebar .btn--primary{
    background-color: #44bffc !important;
    color: rgb(255, 255, 255);
    border:none;
    font-size:1.2rem;
}

/*DR Global : Page Hero images */
.hero .hero__caption{
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,0.852000175070028) 38%, rgba(5,5,59,0) 94%);
}
.hero .hero__caption .hero__title, .hero .hero__caption span{
	color: #fff;
}

/*DR Global : Login Widget */
/*Hide School password form*/
div.session form.session__form div.collapse{
	display:none;
}
div.session form.session__form h2{
	font-size: 16px;
}
div.session form.session__form p.pull-right{
	float: unset;
	text-align: center;
	font-size: 18px;
}
div.session form.session__form p.pull-right a{
	font-size: 18px;
	color:#44bffc;
}

/*Learning Paths*/
.learning-path .learning-content-hero--no-asset{
	max-height:275px;
}

/*LinkedLists*/
.link-matrix-category__subcategory a{
	text-decoration: none;
}


/*Custom Pages*/
a.widget__title-cta{
	background-color: #44bffc;
	color: rgb(255, 255, 255);
	border:none;
	padding:.5em .8em;
}
a.widget__title-cta:hover{
	background-color: #44bffc;
}
/*fixes size of quick update and time text in carousel*/
.featured-content-multi-carousel-item__source, .featured-content-multi-carousel-item__start-date{
	font-size: .75rem !important;
}
/*fixes missing CSS on jp.learn.datarobot.com */
.home__content {
	padding: 1rem 1rem 0 !important;
}



/*------- START SUBSCRIPTION COMPARISON TABLE ---------*/ 
#dr-subscriptions{
	margin-top: 24px;
	display:grid;
	grid-template-columns: 59% 18% 18%;
	grid-template-rows: auto;
  	/*grid-template-rows: [headerRow] 12% repeat(5, 16% [feature]) [buttons] 40px;*/
  	grid-template-areas: 
  		". standardHead premiumHead"
  		"detail standard premium"
  		". standardBtn premiumBtn";
 	column-gap: 20px;
 	row-gap: 0px;
 	/*justify-items: start;*/
 	align-items: end;
 	align-content: start;
}

.dr-subHeaderRow, .dr-feature, .dr-standardHead, .dr-premiumHead{
	background-color: #0b0b0b
    color: #fff;
    height: 74px;/*this MUST match the dr-isStandard and dr-isPremium heights*/
}

.dr-standardHead, .dr-premiumHead{
	font-family: 'DM Sans', 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height:22px;
	font-weight: 600;

	width: auto;
	height:68px; 
	text-align: center; 
	padding: 13px;
	border-radius: 20px;
	align-self:start;

	color: white;
}
/*standard and premium col headings*/
.dr-standardHead h4, .dr-premiumHead h4{
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	color: white;
}


/*row feature headings*/
.dr-feature h5{
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

.dr-feature p{
	font-size:14px;
	padding-bottom: 16px;
	border-bottom: 1px solid #FFFFFF;
}

.dr-subPrice{
	font-family: 'DM Sans', 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 600;
}
.dr-standardHead,.dr-premiumHead{
	grid-row: 1;
	position:relative;
	top: -24px;
}
.dr-standardHead{
	grid-column: 2/3;
	background: #81fba5;
}
.dr-premiumHead{
	grid-column: 3/4;
	background: #909bf5;
}

.dr-feature, .dr-subHeaderRow, .dr-subFooterRow{
	grid-column:1;
	min-width: 552px;
	padding: 0 20px 0 20px;
	background: #ffffff;
	color:black;
}
	.dr-isStandard,.dr-isPremium{
		margin: 0 auto;
		min-width:171px;
		height:74px;
		text-align:center;
		padding-top: 20px;
	}
	.dr-isStandard{
		grid-column:2;
		background: #81fba5;
	}
	.dr-isPremium{
		grid-column:3;
		background: #909bf5;
	}
	.dr-subHeaderRow{
		grid-row:1;
		border-radius: 20px 20px 0 0;
        padding-top: 20px;
        color: #44bffc;
	}
	.dr-isStandard img, .dr-isPremium img{
		display:block;
		margin: 0 auto;
	}
	.dr-fA{
		grid-row: 2;
	}

	.dr-fB{
		grid-row: 3;
	}
	.dr-fC{
		grid-row: 4;
	}
	.dr-fD{
		grid-row: 5;
	}
    .dr-subFooterRow{
        grid-row: 6;
        border-radius: 0 0 20px 20px;
    }



/*------- END SUBSCRIPTION COMPARISON TABLE ---------*/


/*---- START FOOTER code ----*/
.footer .link{
  font-size: .75rem;
  padding-right: 1rem;
  font-family: 'DM Sans', 'Noto Sans JP', sans-serif;
}
/*---- END FOOTER code ----*/


