/* For ETF Banner 1 */
.ETFBanner1 {position: relative;}
.ETFBanner1::before {content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:rgba(255, 255, 255, .2); z-index: 1;}
.ETFBanner1 .hero__caption {background: #10361F; left:0%; top: 50%; right:50%; transform: translateY(50%); bottom: auto; z-index: 2;}
.ETFBanner1 .hero__caption .hero__title {font-size: 50px; color: #fff; font-weight: 700;}
.ETFBanner1 .hero__caption span {font-size: 26px; color: #fff; margin-bottom: 36px; margin-right: 2%;}
.ETFBanner1 .btn--primary {color:#10361F; background-color: #A2F028; border: none; font-family: open sans; font-size: 20px; font-weight: 700; margin-left:0%;}
@media only screen and (max-width: 1430px) {
    .ETFBanner1 .hero__caption {transform: translateY(-5%)}
	.ETFBanner1 .hero__caption .hero__title {font-size: 32px !important;}
	.ETFBanner1 .hero__caption span {font-size: 18px; margin-bottom:14px;}
	.ETFBanner1 .btn--primary {font-size: 18px;}
}
@media only screen and (max-width: 797px) {
	.ETFBanner1::before {display: none;}
	.ETFBanner1 .hero__caption {transform: translateY(-20%)}
	.ETFBanner1 .hero__caption .hero__title {color: #fff !important;}
	.ETFBanner1 .hero__caption span {color: #fff !important; font-size: 16px;}
   .ETFBanner1 .btn--primary {color:#10361F; background-color: #A2F028; border: none; font-family: open sans; font-size: 12px;}

    .header .company__beta-logo {float: none; display: block; text-align: center; width: 100%; max-width: none;}
    .company__school-name {margin-left: 0em !important;}
}

/* for Link text style 1 */
.LinkText1 .link-matrix-category__subcategory a {color: #1650cd;}
.LinkText1 .link-matrix-category__subcategory a:hover {color: #068A8F;}

/*footer*/
.footer__company__info {display: none;}
.footer__inner {background: #10361F;}
.footerbanner li {list-style-type:none; color: #fff; font-size:14px;}
.footerbanner li a {list-style-type:none; color: #fff; font-size:14px;}
.footerbanner li a:hover {list-style-type:none; color: #B0FE98; font-size:14px;}
.fBannerLeft {display: inline-block; float:left; margin-right: 100px; padding-top: 40px;}
.FBannerMid {display: inline-block; float:left; margin-right: 100px; padding-top: 40px;}
.FBannerRight {display: inline-block; float:left; padding-top: 40px;}

/*header nav links*/
.top-bar-section ul li {font-family: var(--alt-font); text-transform: uppercase; font-size: 1.2rem !important; margin-bottom: 0.5em;}
.top-bar-section ul li a {color: #10361F; text-transform: uppercase; font-size: 1.2rem !important;}

/*hide divider between logo and org name in header*/
.company__school-name__divider {display: none;}
.company__school-name {margin-left: 1.5em;}

/*logo container*/
.header .company__beta-logo {margin-bottom: 0.5em;}

/*background banner for learning paths*/
.learning-content-hero__overlay {background-image: linear-gradient(0deg,rgba(16,54,31,0.7),rgba(16,54,31,0.7)) !important;}

/* Hide Runs date on Detail Page */
.course__detail__runs{display:none;}

/*Hide's Gift Icon on Detail Page*/
.enroll__secondary-actions .icon-gift {display:none !important;}

/*Color and size of course detail login button*/
.course__detail__enrolled .btn {color:#1650cd ; font-size: 1.0em; font-weight: 500;}

/* Milestone text on Learning Path */
.center-ruled-title {
    display: none;
}

/* Hide learning-path-detail-milestone-list */
.learning-path-detail-milestone-list {
    display: none;
}

/* Hide Course Feedback */

div.panel.panel--secondary > textarea {
 display: none !important;}

 .sidebar__testimonial__rating {
 display: none;
}
.stars > span {
  display: none;
}

/*style button*/

.btn-green {
color:#0C150F; background-color: #A2F028; font-weight: 700; border-bottom-color:#A2F028; border-top-color:#A2F028; border-right-color: #A2F028; border-left-color:#A2F028;
}
.btn-green:hover {
      background-color:#A2F028;
      color: #10361F; font-weight: 600;
      transition: 0.7s;
  }