

      :root {
        --font: inter;
        --alt-font: Inter;
        --accent-color: #ff1515;
        --secondary-color: #9f0c54;
        --link-color: #4e0389;
        --accent-highlight-color: #950000;
        --accent-highlight-background-color: #ffe1e1;
        --accent-tinted-color-70: #ffb9b9;
        --accent-tinted-color-80: #ffd0d0;
        --accent-tinted-color-90: #ffe8e8;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #ff4848;
        --secondary-hover-color: #ce106d;
        --secondary-contrast-color: #fff;
        --link-hover-color: #8705ed;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/e546d2da-8954-4b2d-adbe-0138517b4dba/5e9ae4oviw43-background-LMS.png'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://media.thoughtindustries.com/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/e546d2da-8954-4b2d-adbe-0138517b4dba/6i3xhzk8m8tz-Ivanti-Advantage_logo_600x1101.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* Remove gifting option */
.enroll__secondary-actions {
  display:none;
}

/*Get's rid of the lines below the titles*/
.hr__accent{
  display:none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', Arial, "Helvetica Neue", inter, sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 48.063em) {
  .banner-no-white-bar .hero .hero__caption {
      background: none;
  }
}
.banner-no-white-bar .hero .hero__caption .hero__title, .banner-no-white-bar .hero .hero__caption span {
  color: #FFFFFF;
}

/* .banner-no-white-bar span.h4 {
  position: absolute;
  max-width: 400px;
  width: 100%;
}
@media screen and (min-width: 544px) {
  .banner-no-white-bar span.h4 {
    max-width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .banner-no-white-bar span.h4 {
    max-width: 300px;
  }
}

@media screen and (min-width: 992px) {
  .banner-no-white-bar span.h4 {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-no-white-bar span.h4 {
    max-width: 500px;
  }
} */

.widget--hero-image_standard .btn--primary {
  margin-left: 20px;
  margin-top: 0px;
}
  .ember-view row widget widget--learning-path-content-hero widget--learning-path-content-hero_standard {
    height: 200px;
  width: 200%;
  }

  

@media screen and (min-width: 1200px) {
	.widget--hero-image_standard .btn--primary {
    margin-left: 20px;
    margin-top: 0px;
  }
}

/*Padding for three callouts*/
.blackwhite {
  box-shadow: -10px 10px;
}

/*Background for purchase section*/
.advancetoday {
  background-color:f2f2f2;
}
.widget--course-purchase .btn--secondary {
  display:none;
}


.drop-shadow-img img {
  -webkit-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.8);
  -moz-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.8);
  box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.8);
  transition: 300ms;
}
.drop-shadow-img img:hover {
  -webkit-box-shadow: 2px 2px 3px -2px rgba(0,0,0,0.8);
  -moz-box-shadow: 2px 2px 3px -2px rgba(0,0,0,0.8);
  box-shadow: 2px 2px 3px -2px rgba(0,0,0,0.8);
}

.section-title-no-hr h3 {
  color: #53565A;
  font-size: 24px;
  margin: 24px 0;
}
.section-title-no-hr hr {
  display: none;
}

.three-icons-section .columns {
    text-align: center;
}
.three-icons-section img {
    max-width: 200px;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.three-icons-section img {
      max-width: 260px;
  }
}

.discover-section .btn--primary {
  margin-left: 20px;
}

.grey-section-bg {
  font-family: 'Inter', "Helvetica Neue", Arial, sans-serif;
  background: #53565a;
  color: #ffffff;
}
.grey-section-bg h3 {
  font-family: 'Inter', "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
}
.grey-section-bg hr {
  display: none;
}

/* Button styles */
.btn.btn--primary, .btn--alt.btn--primary {
	background-color: #DA291C;
	border: 2px solid #DA291C;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.4);
	color: #FFFFFF;
	font-family: 'Inter',"Helvetica Neue",Arial,sans-serif;
	font-size: .875rem;
	letter-spacing: 1px;
	padding: .8em 1em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s;
	}
	.btn.btn--primary:hover, .btn--alt.btn--primary:hover {
		background-color: #FFFFFF !important;
		border: 2px solid #DA291C !important;
		color: #DA291C !important;
	}
	
.btn.btn--primary {
  background-color: #DA291C !important;
}
.btn.btn--link {
  padding: .4em .4em !important;
}

.widget--catalog .btn.btn--small {
  background-color: #DA291C !important;
  font-size: .875rem;
	padding: .8em 1em !important;
  }
  .widget--catalog .btn.btn--small:hover {
		background-color: #FFFFFF !important;
		border: 2px solid #DA291C !important;
		color: #DA291C !important;
	}
.catalog-item .btn.btn--primary, .widget--redemption-form .btn.btn--link {
  background-color: #DA291C !important;
  padding: 5px !important;
  font-size: .675rem;
  }
  .catalog-item .btn.btn--primary:hover, .widget--redemption-form .btn.btn--link:hover {
		background-color: #FFFFFF !important;
		border: 2px solid #DA291C !important;
		color: #DA291C !important;
	}
.widget--redemption-form .btn.btn--inherit-font {
	background-color: inherit !important;
  padding: initial !important;
  font-size: inherit !important;
  }
  .widget--redemption-form .btn.btn--inherit-font:hover {
  	background-color: initial !important;
    border: none !important;
    color: initial !important;
  }
  
.catalog-search-bar .btn.btn--primary {
  background-color: inherit !important;
  padding: initial !important;
  font-size: inherit !important;
  box-shadow: none;
  color: #cbcbcb;
  }
  .catalog-search-bar .btn.btn--primary:hover {
  	background-color: initial !important;
    border: 1px solid #cbcbcb;
    color: #53565a;
  }
		
/* Footer styles */
footer .xsmall-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media only screen and (min-width: 768px) {
  footer .medium-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
  footer .medium-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  footer .xlarge-4 {
      flex: 0 0 33.3%;
      max-width: 33.3%;
  }
  footer .xlarge-8 {
      flex: 0 0 66.6%;
      max-width: 66.6%;
  }
}

footer .container > .row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  footer .container > .row {
    flex-direction: row;
  }
}

footer {
    background-color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

footer .container {
  box-shadow: none;
}

footer .social-links {
    border-top: 1px solid #9d968d;
    border-bottom: 1px solid #9d968d;
    margin-bottom: 40px;
    padding: 40px 20px;
    text-align: center
}

footer .social-links a {
    background-color: #53565a;
    display: inline-block;
    height: 58px;
    line-height: 58px;
    text-align: center;
    width: 58px;
    transition: all .5s ease-in-out
}

footer .social-links a img {
    max-width: 30px
}

footer .social-links a:hover {
    opacity: .7
}

footer .logo {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    text-align: center
}

@media screen and (min-width: 544px) {
    footer .logo {
        -webkit-box-ordinal-group:2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin-bottom: 0;
        text-align: left
    }
}

@media screen and (min-width: 768px) {
    footer .logo {
        -webkit-box-ordinal-group:1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
}

@media screen and (min-width: 992px) {
    footer .logo {
        align-self:flex-start
    }
}

footer .logo img {
    padding: 20px 15px;
    width: 125px;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    footer .logo img {
      padding: 0 10px;
    }
}

footer .menu {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

@media screen and (min-width: 768px) {
    footer .menu {
        -webkit-box-ordinal-group:2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

footer .menu>.row {
    justify-content: center
}

@media screen and (min-width: 544px) {
    footer .menu>.row {
        justify-content:flex-start
    }
}

footer .menu>.row .layout-cols {
    -webkit-columns: 200px 1;
    -moz-columns: 200px 1;
    columns: 200px 1;
    padding-left: 15%
}

@media screen and (min-width: 544px) {
    footer .menu>.row .layout-cols {
        -webkit-columns:145px 3;
        -moz-columns: 145px 3;
        columns: 145px 3;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        padding-left: 15px;
        display: flex;
    }
}

footer .menu>.row .menu-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    font-size: .85rem;
}

footer .menu>.row .menu-item:empty {
    display: none
}

footer .menu>.row .menu-item.menu-item.cookie-settings-button {
    font-family: 'Inter',"Helvetica Neue",Arial,sans-serif;
    letter-spacing: 1px;
    font-weight: 500
}

footer .menu>.row .menu-item.menu-item.cookie-settings-button:hover {
    color: #da291c;
    text-decoration: underline;
    cursor: pointer
}

footer .menu a,footer .menu a:link,footer .menu a:visited {
    color: #53565a;
    font-family: 'Inter',"Helvetica Neue",Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 1px
}

footer .menu a:active,footer .menu a:hover {
    color: #da291c;
    text-decoration: underline
}

footer .copyright {
    align-self: flex-end;
    font-size: .7rem;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    padding: 40px 15px;
    text-align: center
}

@media screen and (min-width: 544px) {
    footer .copyright {
        text-align:right
    }
}

@media screen and (min-width: 768px) {
    footer .copyright {
        padding:40px 0px;
    }
}

.footer .footer__company__info {
    display: none;
}
 


 
#cart-button { display: none; }

/* widget backgrounds */
.bk-color-1 {background: #ff1515;}
.bk-color-2 {background: #9f0c54;}
.bk-color-3 {background: #4e0389;}
.bk-color-4 {background: #000;}
.bk-color-5 {background: #e7e7e7;}
.bk-color-6 {background: #fff;}

/* widget title color */
.title-color-1 .widget__title {color:#000;}
.title-color-2 .widget__title {color:#ff1515;}
.title-color-3 .widget__title {color:#9f0c54;}
.title-color-4 .widget__title {color:#fff; background:#9f0c54;}
.title-color-5 .widget__title {color:#ffffff;}
.title-color-6 .widget__title {color:#fff; background:#4e0389;}
.title-color-7 .widget__title {color:#fff; background:#FF5E09}
.title-color-8 .widget__title {color:#fff; background:#FF9D00}

/* widget title font size */
.title-size-1 .widget__title {font-size: 24px;}
.title-size-2 .widget__title {font-size: 32px;}
.title-size-3 .widget__title {font-size: 48px;}
.title-size-4 .widget__title {font-size: 72px;}

/* button variations */
.cta-btn-1 .widget__cta a {background: #FF1515; color:#fff; font-size: 16px; border: 1px solid #50456D; border-radius: 9px;}
.cta-btn-2 .widget__cta a {background: #FF1515; color:#fff; font-size: 24px; border: 1px solid #50456D; border-radius: 9px;}
.cta-btn-3 .widget__cta a {background: #FF1515; color:#fff; font-size: 32px; border: 1px solid #50456D; border-radius: 9px;}
.cta-btn-4 .widget__cta a {background: #9F0C54; color:#fff; font-size: 16px; border: 1px solid #222160; border-radius: 9px;}
.cta-btn-5 .widget__cta a {background: #9F0C54; color:#fff; font-size: 24px; border: 5px solid #222160; border-radius: 9px;}
.cta-btn-6 .widget__cta a {background: #9F0C54; color:#fff; font-size: 32px; border: 1px solid #222160; border-radius: 9px;}
.cta-btn-7 .widget__cta a {background: #4E0389; color:#fff; font-size: 16px; border: 1px solid #222160; border-radius: 9px;}
.cta-btn-8 .widget__cta a {background: #4E0389; color:#fff; font-size: 24px; border: 1px solid #222160; border-radius: 9px;}
.cta-btn-9 .widget__cta a {background: #4E0389; color:#fff; font-size: 32px; border: 1px solid #222160; border-radius: 9px;} 



.cta-btn-1 .btn {background: #FF1515; color:#fff; font-size: 16px; border: 1px solid #50456D; border-radius: 9px;}
.cta-btn-2 .btn {background: #FF1515; color:#fff; font-size: 24px; border: 1px solid #50456D; border-radius: 9px;}
.cta-btn-3 .btn {background: #FF1515; color:#fff; font-size: 32px; border: 1px solid #50456D; border-radius: 9px;}
.cta-btn-4 .btn {background: #9F0C54; color:#fff; font-size: 16px; border: 1px solid #222160; border-radius: 9px;}
.cta-btn-5 .btn {background: #9F0C54; color:#fff; font-size: 24px; border: 1px solid #222160; border-radius: 9px;}
.cta-btn-6 .btn {background: #9F0C54; color:#fff; font-size: 32px; border: 1px solid #222160; border-radius: 9px;}
.cta-btn-7 .btn {background: #4E0389; color:#fff; font-size: 16px; border: 1px solid #222160; border-radius: 9px;}
.cta-btn-8 .btn {background: #4E0389; color:#fff; font-size: 24px; border: 1px solid #222160; border-radius: 9px;}
.cta-btn-9 .btn {background: #4E0389; color:#fff; font-size: 32px; border: 1px solid #222160; border-radius: 9px;} 

