@charset "utf-8";
/* **********************************************************************/

/* PLEASE USE COMMENTS TO BREAK IT UP AND EXPLAIN WHAT EVERYTHING IS!!! */

/* **********************************************************************/


body {
    font-family: 'Poppins', "Arial", sans-serif;}
p {
    font-family: 'Poppins', "Arial", sans-serif;}

#masthead-itemtype-select {    
    border: 1px solid #03173b;
}

#mainSearchForm input[type=text] {
	width: 300px;
    border: 1px solid #03173B;
}

.publish-strip {
    width: 130px;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
        background-color: #172D50;
    margin-left: 5px;
    
}

.publish-strip-large {
    width: 195px;
    margin-right: 10px;
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    background-color: #172D50;
    
}

.publish-strip:hover {

    background-color: #0382FC;
    
}

.publish-strip-large:hover {

    background-color: #0382FC;
    
}

.button- .secondary {font-family: 'Poppins', 'Arial', sans-serif; font-weight: normal !important;}
.button {   font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: normal;}
.button .primary {background-color: #0382FC;}

.register-button {background-color: ##ff00ba;}

.menu a {
    font-family: 'Poppins', 'Arial', 'sans-serif';
    font-size: 0.9em;
    color: black;
}

.bullet {
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 12px;
    font-family: 'Inter', Arial, sans-serif;
}

.welcome-today {
    border: 0;
    font-size: 14px;
    font-family: 'Poppins', 'Arial', 'sans-serif';
}

    .defaultcolor {color: #939393}
    .boldcolor {color: #0382FC}
    .highlightcolor {color: #FF71BA;}
    .thinktext {font-weight: 500;}
  
.item-implications-title   {  display: none!important; }

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.blockquote-new {
    margin-top: 20px;
    font-size: 14px;
    padding: 0 20px;
  font-family: "Poppins", sans-serif!important; 
  font-weight: 500!important;
  font-style: normal!important;
    color: #0382FC!important;
}

.container {
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(10px);
        }
        
        .overview {
            background: linear-gradient(135deg, #f8f9ff, #e8edff);
            padding: 30px;
            border-radius: 15px;
            margin-bottom: 40px;
            border-left: 5px solid #667eea;
        }
        
        .overview h2 {
            color: #2c3e50;
            margin-top: 0;
            font-size: 1.5rem;
        }
        
        .categories {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .category {
            background: white;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            border-top: 4px solid #667eea;
        }
        
        .category h3 {
            margin-top: 0;
            color: #2c3e50;
            font-size: 1.2rem;
        }
        
        .category ul {
            margin: 0;
            padding-left: 20px;
        }
        
        .category li {
            margin: 8px 0;
            color: #34495e;
        }
        
        .use-case {
            background: white;
            margin: 30px 0;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border-left: 6px solid #667eea;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .use-case:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        
        .use-case h2 {
            color: #2c3e50;
            margin-top: 0;
            font-size: 1.8rem;
            font-weight: 600;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .use-case h3 {
            color: #34495e;
            font-size: 1.2rem;
            margin: 20px 0 10px 0;
            font-weight: 600;
        }
        
        .challenge-tag {
            display: inline-block;
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
            margin: 10px 10px 10px 0;
        }
        
        .segment-tag {
            display: inline-block;
            background: linear-gradient(135deg, #36d1dc, #5b86e5);
            color: white;
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
            margin: 10px 10px 10px 0;
        }
        
        .tools-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 10px;
        }
        
        .tool-tag {
            background: #f8f9fa;
            border: 2px solid #e9ecef;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 0.85rem;
            color: #495057;
            font-weight: 500;
        }
        
        .objectives-list {
            background: #f8f9ff;
            padding: 15px;
            border-radius: 10px;
            margin: 10px 0;
        }
        
        .objectives-list ul {
            margin: 0;
            padding-left: 20px;
        }
        
        .objectives-list li {
            margin: 8px 0;
            color: #2c3e50;
        }
        
        .description {
            color: #34495e;
            line-height: 1.7;
            margin: 15px 0;
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 20px;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            .categories {
                grid-template-columns: 1fr;
            }
            
            .use-case {
                padding: 20px;
            }
        }
