/* --DIV Columns on Catalog-- */
/* 2 Column Layout */
.column2 {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* 3 Column Layout */
.column3 {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* 4 Column Layout */
.column4 {
  float: left;
  width: 25%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*Special 3 Column Layout 25, 50, 25 */
.column3s {
  float: left;
}

.left {
  width: 25%;
}

.middle {
  width: 50%;
}

.right {
	width: 25%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  
}


.columns {
Width: 100%;
}
.column-1, .column-2 {
  width:100%;
}

.columnsinstructor {
Width: 100%;
}
.column-1instructor, .column-2instructor {
  width:100%;
}

.sellingpoints {
Width: 100%;
}
.sellingpoints-1, .sellingpoints-2 {
  width:75%;
  padding-bottom:40px;
}


  .sellingpoints-1 {
    width: 50px;
    float:left;
	display: inline-block;
	text-align:center;
  }
  .sellingpoints-2 {
	margin-left: 60px;
  }

  .sellingpoints {
    content:"";
    display: table;
    clear: both;
  }




  .column-1 {
    width: 65%;
    float:left;
  }
  .column-2 {
    width: 35%;
    float:left;
  }
  .column-2a{
	padding-left: 50px;
  }

  .columns {
    content:"";
    display: table;
    clear: both;
  }
  
  .instructordisclaimer {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
  }
  
  .previewthumbnail {
	padding: 10%;
}

  .column-faq {
    width: 60%;
    margin: auto;
}

  .title-faq {

}
	.bundlebadgeimage {
	float: center;
	padding: 5px;
	display: inline-block;
}		

@media only screen and (max-width: 1000px){
  .column-1 {
    width: 100%;
    float:left;
  }
  .column-2 {
    width: 100%;
    float:left;
  }
  .column-2a {
	  padding-left: 0px;
  }
  .column-faq {
	width: 90%;
  }
  
}

@media only screen and (max-width: 600px){
  .column-faq {
	display: none;
  }

  .title-faq {
	display: none;
  }
  
}

  .column-1instructor {
    width: 30%;
    float:left;
  }
  .column-2instructor {
    width: 70%;
    float:left;
  }

  .columns {
    content:"";
    display: table;
    clear: both;
  }

/* Responsive layout - when the screen is less than 864px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .column3s {
    width: 100%;
  }
}

/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .column2 {
    width: 100%;
  }
}
/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .column3 {
    width: 100%;
  }
}
/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .column4 {
    width: 100%;
  }
}

/* --Box styling on login page-- */
.panel1.stripe > div .block {
    border: 1px solid #e5e5e5;
    border-top-width: 3px;
	border-top-color: #e0b22f !important;
    padding: 10px 20px;
    color: #fff;
    background-color: #1178be;
    border-radius: 4px 4px 8px 8px;
	}

/* --Select a Seession box styling-- */
div.block.select_session {
	border: 4px solid !important;
	border-color: #5f5f5f !important;
	}

/* --Next Course Start Style on Catalog Page-- */
#StartDate {
  position: -webkit-sticky !important;
  position: sticky !important; 
  top:0 !important;
  border-radius: 0px 100px;
  font-family: roboto;
  font-size: 24px;
  color: #ffffff;
  background: #75C353;
  padding: 20px; 
  width: 200px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 5px 5px #B7B5AD;
} 

/* --Next Session Start Date Banner on Catalog Page-- */
.start-date-banner {
	max-width: 2050px; 
	margin: auto; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	position: -webkit-sticky; 
	position: sticky; 
	top: 79px; 
	z-index: 3 !important;  
	text-align: center; 
	background: #75C353; 
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
}

/* --Message Instructor Test-- */
.message-instructor-banner {
	max-width: 2050px; 
	margin: auto; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	position: -webkit-sticky; 
	position: sticky; 
	top: 79px; 
	z-index: 3 !important;  
	text-align: center; 
	background: #ffffff; 
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
}

/* --Category Header Styling-- */
.category-header {
	background-color: #004a75; 
	padding: 10px 10px 10px 50px;
	color: #ffffff;
	font-size: 24pt;
  }

.start-date-banner-user {
	max-width: 2050px; 
	margin: auto; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	position: -webkit-sticky; 
	position: sticky; 
	top: 44px; 
	z-index: 3 !important;  
	text-align: center; 
	background: #75C353; 
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
}

@media screen and (max-width: 700px) {
  .start-date-banner-user {
    top: 44px !important;
  }
  
  .start-date-banner {
	  top: 44px !important;
  }
  
}

/* Logo adjustment on Dashboard Banner */
.sliding_banner_half > img {
	width: 50%; 
	max-width: 350px; 
	margin: auto; 
	border-radius: none; 
	box-shadow: none; 
	display: block
}
/* Move Notification Popout to the Front */
.quickLinks .dropDownHolder .dDownShow, nav#leftColumn .dropDownHolder .dDownShow, table .dropDownHolder .dDownShow, .optionsRibbon .dDownShow {
	z-index: 20 !important;
}
/* Set Video Embedded List & Catalog Register Now Default to Hidden */
#embedList {
  display: none;
}
#courseTips {
  display: none;
}
#register {
	display: none;
	  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.applyButton {
  border-radius: 5px;
  font-family: roboto;
  font-size: 20px;
  background: #1178be;
  padding: 5px 10px 5px 10px;
}

.registerButton {
  border-radius: 5px;
  font-family: roboto;
  font-size: 20px;
  background: #1178be;
  padding: 5px;
}

/* Hide Register Button on Mobile */
@media screen and (max-width: 1000px) {
  .registerButton {
    display: none;
  }
}

/* Hides Jan 1 Start Date from Template Lessons Tab */
.catalog_item .modern_module_overview .header .label.box {
	display: none;
}

/* Container for WYWL Table */
 .containerWYWL {
        display: flex;
        align-items: top;
        justify-content: left;
		padding: 15px;
		
      }
      .imageWYWL {
        padding-left: 15px;
		padding-top: 0px;
		font-stretch: expanded; 
		font-family: Wingdings; 
		color: #75c353; 
		font-size: 16pt;
      }
      .textWYWL {
        color: #5f5f5f;
        padding-left: 15px;
		padding-top: 4px;
        font: 14px "Roboto", serif;
		font-size:16px; 
		font-weight: 300; 
		margin-top: 0px;
		margin-bottom: 0px; 
		display: inline-block;
		line-height: 1.4;
      }
	

.myimg{
  width:150px;
  height:150px;
  object-fit:cover;
  border-radius:50%;
}

/* Container for Skills */
.tag2 {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #696969;
  font-size: 15px;
  background: #dbdbdb;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  margin-left: 5px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}

.tag2:hover {
  text-decoration: none;
}

.accordion {
  background-color: #1178be;
  font-family:'Roboto';
  font-stretch: condensed;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 99%;
  border: none;
  border-radius: 12px 12px 12px 12px;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: bold;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 10px;
}

.CTABox {
  border-radius: 12px;
  background-image: linear-gradient(to right, rgba(17, 120, 190, 1), rgba(23, 154, 225, 1));
  padding: 50px;
  width: 60%;
  height: 100%;
  float: left;
}

.CTAHalf {
  width: 50%;
  float: left;
  padding: 40px 0px 40px 0px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

.CTADescription {
  padding: 50px;
  float: left;
}

.CTACourseParagraph {
color:white;
font-family:'Roboto';
text-align: center;
padding: 10px;
width: 400px;
}

.CTAAction {
  width: 100%;
  padding: 50px;

}
.CTAButton-Gold {
  background: #facc35;
  border-width: 0;
  border-radius: 50px;
  color: #004b7a;
  display: inline-block;
  font: normal bold 16px/52px "Roboto", sans-serif;
  text-align: center;
  padding: 2px 30px 2px 30px;
  text-decoration: none;
}

.CTAButton-White {
  background: transparent;
  color: white;
  border-width: 2px !important;
  border-radius: 50px;
  border-color: white;
  border-style: solid;
  display: inline-block;
  font: normal bold 16px/52px "Roboto", sans-serif;
  text-align: center;
  padding: 0px 30px 0px 30px;
  text-decoration: none;
}

a.CTAButton-White {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: transparent;
  color: white;
  border-width: 2px !important;
  border-radius: 50px;
  border-color: white;
  border-style: solid;
  display: inline-block;
  font: normal bold 16px/52px "Roboto", sans-serif;
  text-align: center;
  padding: 0px 30px 0px 30px;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .CTAHalf {
    display: none;
  }
  
  
  /* Message CSS Styling */

.message-body {
    font-family: 'Arial', sans-serif;
    background-color: #f5f5f5;
    color: #333;
    margin: 0;
    padding: 20px;
    text-align: left;
}

.message-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.message-title {
    color: #1178be;
}

.message-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.message-link {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    text-decoration: none;
    background-color: #1178be;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.message-link:hover {
    background-color: #004080;
}

.message-image {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}
        .video-mode-button-container {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 50px;
        }

        .playlist-button, .list-button {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 7.5px; /* Reduced padding by 50% */
            border-radius: 15px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
            text-decoration: none;
            color: black;
            transition: opacity 0.3s;
            width: 100px; /* Reduced width by 50% */
        }

        .playlist-button img, .list-button img {
            width: 50px; /* Reduced image size by 50% */
            height: 50px; /* Reduced image size by 50% */
        }

        .playlist-button:hover, .list-button:hover {
            opacity: 0.8;
        }