/*
Theme Name: MIL Theme
Theme URI: 
Author: Denny Edwards
Author URI: 
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: MIL Theme

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
a, a:link, .choose-link {
   background-color: transparent;
   color: #4993CF;
   font-size:1rem;
   font-weight: 600;
   text-decoration: none;
}
a:hover {
  color: #F2644F;
  font-weight: 600;
  text-decoration: underline;
}
.footer_link {
   color: white !important;
   font-size: 14px;
   font-weight: 400 !important;
}
.footer_link:hover {
   text-decoration: none !important;
}
b, strong {
   font-weight: bolder;
}
body {
   font-family: "Poppins", sans-serif;
   color: #4E4E4E;

}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
article > div > h2 {
   color: rgb(73, 147, 207);
   padding-top: 75px;
}
#body_center_content {
   margin-top:80px;
   height: 1150px;
   background-color: transparent !important;
}
.button {
   display: inline-block;
   padding: 15px 40px;
   color: #ffffff !important;
   text-align: center;
   font-size: 16px;
   font-weight: 500 !important;
   font-family: "Poppins", sans-serif;
   line-height: 16px;
   text-transform: uppercase;
   text-decoration: none;
   white-space: nowrap;
   background-color: #452E86; 
   border-radius: 40px;
   border: 3px solid #452E86;
   cursor: pointer;
   box-sizing: border-box;
   margin-bottom: 1rem;
   transition: 0.2s linear;
}

.button-primary {
   color: #ffffff !important;
   font-weight: 500 !important;
   background-color: #F2644F !important;
   border-color: #F2644F; /* orange */
}
.button-primary:hover {
   background-color: #ffffff !important;
   color: #F2644F !important;
   outline: 2px solid #F2644F;
   text-decoration: none;
   font-weight: 600 !important;
}
.button-purple {
   color: #ffffff !important;
   font-weight: 500 !important;
   background-color: #452e86 !important;
   border-color: #452e86; /* purple */
}
.button-purple:hover {
   background-color: #ffffff !important;
   color: #452e86 !important;
   outline: 2px solid #452e86;
   text-decoration: none;
   font-weight: 600 !important;
}

div {
   font-family:"Poppins",sans-serif;
   border:0;
   font:inherit;
   padding:0;
   vertical-align: baseline;
}

footer {
  display: grid;
  grid-template-columns: 20% 65% 15%;
  grid-template-rows: auto auto;
  width: 100%;
  padding-top: 350px;
  position: relative;
  
  height: 350px; /* or whatever you need */
  background-image: url('/images/footer_bg.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain; /* or cover, depending on desired scaling */
}
#footer-frame {   
   background-image: url('/images/footer_bg.png');
   width:100vw;
}

/* Empty side gutters */
#footer-left-margin,
#footer-right-margin {
   grid-row: 1 / 3;
}

/* Main footer content */
#footer {
  grid-column: 2 / 3;
  grid-row: 1;
}
.footer-side-by-side {
  margin-top:-300px;
  display: flex;
  justify-content: space-between;
  align-items: center; /* vertical alignment */
  gap: 20px;
  flex-wrap: wrap; /* optional for small screens */
}
.footer-container-left, .footer-container-right {
  flex: 1;
  padding:20px;
  padding-top:75px;
}
.footer-container-right {
  display: flex;
  align-items: center; /* vertically center icons within the container */
  gap: 15px;
}
/* Bottom row content (policy, copyright) */
.footer-container-bottom {
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  margin-top:-10px;
  margin-left: 20px;
}

/* Full-width <hr> line */
.footer-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px; /* adjust based on .footer-container-bottom padding */
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
  z-index: 1 !important;
}

/* Hamburger component base (shared) */
.simple-hamburger { position: relative; z-index: 1000; width: 100%; display: none; } /* hidden by default (desktop) */


/* Panel (closed by default so it doesn't affect desktop layout) */
.menu-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 220ms ease;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
}
/* .menu-panel.open { max-height: 100vh; } */

/* Links */
.mega-menu-link { text-decoration: none; color: #1a1a1a; }
.mega-menu-link:hover, .mega-menu-link:focus { text-decoration: underline; }

/* Show your existing desktop mega menu on desktop */
#mega-menu-wrap-main-menu { display: block; }



.home_first_box {
    margin-left: 50px;
    margin-top:-75px;
    text-align: center;
    width: 75%;
    z-index:999;
}
h1 {
  font-size: 4rem;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  color: #452E86;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform:lowercase;
}
.page-heading-h1 {
    grid-column: 1 / -1;       
    margin-top: 10vw; 
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;               
}
@media (max-width: 1650px) { .page-heading-h1 { margin-top: 5vw !important; } }
@media (max-width: 1400px) { .page-heading-h1 { margin-top: 5vw !important; } }
@media (max-width: 1200px) { .page-heading-h1 { margin-top: 0 !important;  } }
@media (max-width: 1024px) { .page-heading-h1 { margin-top: 5vw !important; } }
@media (max-width: 800px) { .page-heading-h1 { margin-top: 7vw !important; } }
@media (max-width: 600px) { .page-heading-h1 { margin-top: 20vw !important; } }
@media (max-width: 400px) { .page-heading-h1 { margin-top: 40vw !important; } }


h2 {
   font-size: 2.6rem;
   font-family: "Poppins", sans-serif;
   font-weight: 600;
   color: #F2644F;
   letter-spacing: normal;
   line-height: 1.3;
   margin-bottom: 40px;
   margin-top: 0px;
   text-transform:lowercase;
}
h3 {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #4993CF;
  letter-spacing: normal;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 50px;
  text-transform:lowercase;
}
h4 {
   font-size: 2.4rem;
   font-family: "Poppins", sans-serif;
   font-weight: 600;
   color: #452E86;
   letter-spacing: normal;
   line-height: 1.3;
   margin-bottom: 20px;
   margin-top: 0px;
   padding-top: 20px;
}
#content {
   padding-left: 100px;
}
#header-donate {
   padding-top: 15px;
   margin-left:50px;
}
p, li {
   font-family:"Poppins",sans-serif;
   color: rgb(78, 78, 78);
   font-size: 1.2rem;
   line-height: 35px;
   margin: 0 0 18px 0;  
}
p {
   margin-bottom: 35px;
}

ol li, ul li {
  margin-left: 3.5rem;
  padding-left: 0.5em; /* shifts the text inside the list item */
}
.arrow_link {
   font-weight: 600;
   font-size: 2.4rem;
   color: #452E86;
   text-transform: initial;
   border-bottom: 6px solid transparent;
   padding: 0px 0 10px;
   display: inline-block;
   margin-bottom: 25px;
}
.arrow_link:hover {
   color: #F2644F;
   font-weight: 600;
   text-decoration: none;
   border-bottom: 6px solid #F2644F;
}

header {
   height:700px;
   width: 100vw; /* 100% of the viewporat width */
   display: flex;
   justify-content: center;
   align-items: flex-start;

   background-image: url('/images/background.png') !important;   
   background-repeat: no-repeat;
   background-position: top center;
   background-size: contain;
}

#header-top-right {
   display:flex;
   align-items: center;   /* optional: vertically align if needed */
   gap: 10px;             /* NEW: adds spacing between items */
   justify-content: center;  /* optional: align contents to the right */
}

.header-top-right-child {
   padding: 0 10px;       /* reduce padding for tighter layout */
   width: auto;           /* NEW: let child width depend on content */
}
.float-right {
  float: right;
  margin: 0 0 1em 1em; /* top: 0, right: 0, bottom: 1em, left: 1em */
  max-width: 45%;      /* optional: control image size */
}

.image-wrap::after {
  content: "";
  display: table;
  clear: both;
}

.img-responsive {
  max-width: 100%;
  box-sizing: border-box;
}

#circle_container {
   background-image: url('/images/image_background.jpg') !important;   
   background-repeat: no-repeat;
   background-position: center center;
   background-size: contain;
   position: relative;
   width: 33vw;           /* Responsive: scales with viewport width */
   max-width: 500px;      /* Optional: cap width on large screens */
   aspect-ratio: 1/1;     /* Keeps it a square, modern browsers only */
   height: auto;          /* Let height follow width/aspect-ratio */
   margin: 0 auto 250px auto;  /* Center horizontally, space below */
   z-index: 2;
   float: none;           /* Remove float for easier centering */
}

/* Fallback for aspect-ratio in older browsers */
@supports not (aspect-ratio: 1/1) {
  #circle_container {
    padding-top: 100%;    /* 1:1 ratio fallback */
    height: 0;
  }
}
.choose-link {
   display:block !important;
   color: #452e86 !important;
   font-size: 24px !important;
}
.choose-link:hover {
  color: #F2644F !important;
  font-weight: 600 !important;
  text-decoration: underline;
}
#choose_your_path {
   padding-top: 50px;
   margin-top: -50px !important;
   position: relative;   
}
.fade-up {
   animation: fadeup 2s ease-out forwards;
}
@keyframes fadeup {
   from {
    transform: translateY(300px); /* Start 300px below */
    opacity: 0;
  }
  to {
    transform: translateY(0); /* Final position */
    opacity: 1;
  }
}

#container {
   margin-top:-100px;
   width: 100%;           /* Will occupy full width of outer container */
   display: grid;
   grid-template-columns: 15% 70% 15%;
}

.container-home {
   background-image: url('/images/top_background.png') !important;   
   background-repeat: no-repeat;
   background-position: top center;
   background-position-y: 100px;
   background-size: 1920px 850px; 
   /* background-size: contain; */
}

.entry-content {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.entry-title {
  font-size: 275%;
  margin: 0;
  padding: 0;
}
.grid-side-by-side {
  display: flex;
  justify-content: space-between;
  align-items: center; /* vertical alignment */
  gap: 20px;
  flex-wrap: wrap; /* optional for small screens */
}
.grid-container-left, .grid-container-right {
  flex: 1;
  padding:20px;
  padding-top:75px;
}
.header-grid-container {
   width: 100%;           /* Will occupy full width of outer container */
   max-width: 1200px;     /* Optional: constrain grid max width */
   max-height: 300px;
   display: grid;
   grid-template-columns: 40% 60%;
   grid-template-rows: auto auto;
}
.header-grid-box {
   padding: 5px;
   align: center;
}
.home_subtitle {
   font-size: 5rem;
   text-transform: lowercase;
   font-weight: 600;
   display: block;
   margin-bottom: 30px !important;
}
.home_subtitle_blue {
   color: #4993CF;
}
.home_subtitle_orange {
   color: #F2644F;   
}
.home_subtitle_purple {
   color: #452E86;
}
.home_title {
  font-size: 3.8rem;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  color: #6F9A3F;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform:lowercase;
}
.img-hover-opacity:hover {
  opacity: 0.6;
}
.img-hover-opacity {
  transition: opacity 0.3s;
}
#operation-change {
   margin-left: 100px;
   width:70%;
   min-width:700px; 
   text-align: center; 
}
.operation_change {
   background-color: transparent !important; 
   background-image: url('/images/center_background.png') !important;   
   background-repeat: no-repeat;
   background-position: bottom center;
   background-position-y: 400px;
   background-size:  1920px 900px; 
   left:50%;
   min-height:1300px; /* Ensures background is visible */
   position: absolute;
   transform: translateX(-50%); /* Center across the viewport */
   width: 100vw;     
}

#partners_home_tile {
    margin: 0 auto 40px auto;  /* bottom margin for spacing */
    text-align: center;
    width: fit-content;
}

/*
#partners_home_tile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#partners_home {
  position: relative;
  margin-left:-75px;
  margin-top: 500px;
  width: 100%;
  display: flex;
  justify-content: center;

  z-index: 3;
}
*/
#partners_home {
  position: relative;
  margin-left: -75px;
  margin-top: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;     /* <--- ADD THIS */
  justify-content: center;    /* keeps them centered horizontally */
  align-items: center;        /* centers children horizontally */
  z-index: 3;
}

/*
.partner_row {
  margin: 0 auto 0 auto;
  margin-left:-40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 600px;
}
*/

.partner_row {
  margin: 0 auto 0 auto;  /* Top margin + auto horizontal centering */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 600px;
}


.box {
  text-align: center;
}

#sponsors_home {
   position: relative;
   margin: 0 auto;
   margin-top:100px;
   width: 1000px;
   z-index: 2;
}
#sponsors_wrapper {
   background-image: url('/images/bottom_background.png') !important;   
   background-repeat: no-repeat;
   background-position: top left;
   /* background-size: 2000px 797px; */
   background-size: contain;
   left: 50%;
   min-height: 800px;
   position: absolute;
   transform: translateX(-50%);
   height: 800px;
   width: 100vw;
   z-index: 1;
}

.social_media {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 40px;
  height: 40px;
  border-radius: 50%; /* circle */
  background-color: #FFD700 !important; /* yellow */
  color: white !important;
  text-decoration: none;
  font-size: 18px;

  border: 2px solid #FFD700;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.side-margin {
   width: 40%;
}
.social_media:hover {
  background-color: transparent !important;
  color: #FFD700; /* or #FFD700 if you want yellow icon text on hover */
  border-color: #FFD700;
}
#table-registration-links td {
   padding-right: 30px;
   padding-top: 15px;
}
.title-viewport-wrapper {
  display: flex;
  justify-content: center;  /* horizontal centering */
  align-items: center;      /* vertical centering */
  height: 100vh;            /* full viewport height */
  position: relative;
  z-index: 2;               /* above background if needed */
  text-align: center;
}

#tune_it_podcast {
  padding-top: 100px;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left:50px;
}

ul {
  list-style-type: disc;
}
.row {
  margin-bottom: 25px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.six.columns {
    width: 49%;
  }

/* Leadership Styles
--------------------------------------------------------- */
.leader_row {
  margin-bottom: 60px;
}

.leader_name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #452E86;
  padding-bottom: 5px;
  display: block;
}

.leader_title {
  font-weight: 600;
  color: #F2644F;
  display: block;
  padding-bottom: 15px;
}

.leader_info {
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.5;
}

.leader_image {
  width: 250px;
  height: auto;
  border-radius: 50%;
  border: 3px solid #F2644F;
  padding: 10px;
  margin: 0px 0px -15px -30px;
}

#podcast_image {
  max-width: 50%;
  height: auto;
  display: block;
}
.video-element {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

#vidoe01_container {
  position: absolute;
  top: 217px;
  right: -45px;
  width: 605px;
  height: 605px;
  display: inline-block;
  z-index: 100;
}

#video01 {
  position: absolute;
  top: 57px;
  left: 27px;
  width: 85%;
  height: 85%;
  z-index: 100;
}

#circle01, #circle04, #circle05 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.circle01 {
  stroke-dasharray: 1880;
  stroke-dashoffset: 1880;
  animation: stroke 3s ease-out forwards;
}

@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

.bg_yellow_circle {
  position: absolute;
  left: 15%;
}

#vidoe02_container {
  position: absolute;
  width: 375px;
  height: 375px;
  top: 535px;
  left: 55%;
  display: inline-block;
  z-index: 200;
}

#video02 {
  position: absolute;
  top: 40px;
  left: 20px;
  width: 85%;
  height: 85%;
  z-index: 400;
}

#circle02 {
  position: absolute;
  width: 100%;
  height: 100%;
}
#circle02 .circle02 {
  stroke-dasharray: 1169;
  stroke-dashoffset: 1169;
  animation: stroke 3s ease-out forwards;
  animation-delay: 2s;
}

.bg_green_circle {
  position: absolute;
  left: 56%;
  margin-top: 170px;
}

#vidoe03_container {
  position: absolute;
  width: 380px;
  height: 380px;
  top: 370px;
  left: 7%;
  display: inline-block;
  z-index: 300;
}

#video03 {
  position: absolute;
  width: 80%;
  height: 80%;
  z-index: 100;
  right: 20px;
  margin-top: 48px;
}

#circle03 {
  width: 380px;
  height: 380px;
  position: absolute;
  z-index: 200;
}
.circle03 {
  stroke-dasharray: 1169;
  stroke-dashoffset: 1169;
  animation: stroke 3s ease-out forwards;
  animation-delay: 3s;
}

.bg_blue_circle {
  position: absolute;
  right: 5%;
  margin-top: -70px;
}

.youtube_wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.youtube_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Home Page pop-up
================================================== */
 #popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.5s ease;
      background-image: url('/images/2025 Summit Registration slide.jpg');
      background-repeat: no-repeat;        
      background-size: 50%; /* or cover, depending on desired scaling */

 }

    #popup-overlay.visible {
      opacity: 1;
      pointer-events: auto;
    }

    #popup-overlay img {
      max-width: 90%;
      max-height: 90%;
      border: 4px solid white;
      box-shadow: 0 0 20px rgba(0,0,0,0.8);
      cursor: pointer;
    }
    
    
/* Mobile CSS
================================================== */
@media only screen and (min-width: 1800px) and (max-width: 1870px) {
  #video01 {
    top: 83px;
    left: 67px;
    width: 75%;
    height: 75%;
  }
}
@media only screen and (max-width: 1799px) {
  #vidoe03_container {
    left: 5%;
  }
  #vidoe01_container {
    width: 480px;
    height: 480px;
    right: -25px;
  }
  #video01 {
    top: 48px;
    left: 27px;
  }
}
@media only screen and (max-width: 1660px) {
  #vidoe03_container {
    top: 450px;
    width: 320px;
    height: 320px;
  }
  #vidoe01_container {
    width: 350px;
    height: 350px;
    top: 290px;
  }
  #video01 {
    top: 38px;
    left: 17px;
  }
}
@media only screen and (max-width: 1300px) {
  #vidoe03_container {
    top: 490px;
    width: 290px;
    height: 290px;
  }
  #vidoe01_container {
    width: 270px;
    height: 270px;
    top: 410px;
  }
}
@media (max-width: 1080px) {
  /* Hide video containers */
  #vidoe01_container,
  #vidoe02_container,
  #vidoe03_container,
  
  /* Hide decorative background circle images */
  .bg_yellow_circle,
  .bg_green_circle,
  .bg_blue_circle, #circle_container {
    display: none !important;
    visibility: hidden;
  }
}

/* From DNN */
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

/* Helpers */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width, .img-responsive {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}
/* Default Over-rides
-------------------------------------------------*/
.row {
  margin-bottom: 25px;
}
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 14%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 31.7666666669%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 49%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.next, .prev, .page-numbers {
   font-size: 150% !important;
}
.podcast-link {
   color: rgb(69, 46, 134) !important;
   font-size: 20px !important;
   line-height:30px;
   padding-bottom: 20px !important; 
}
.podcast-link:hover {
  text-decoration: none !important;
  color: #F2644F !important;
}

/* Presenter Photo Rotator
================================================== */
.presenter-slideshow-container {
  max-width: 500px;
  max-height: 500px;   /* ✅ constrain height */
  position: relative;
  margin: auto;
  overflow: hidden;    /* ✅ window effect */
  cursor: pointer;
}

/* The strip that holds all slides */
.slides-strip {
  display: flex;
  transition: transform 0.7s ease;
  width: 100%;
  height: 100%;
}

/* Each slide */
.presenterSlides {
  flex: 0 0 100%;   /* ✅ each slide exactly fills viewport */
  height: 100%;
}

.presenterSlides img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* ✅ fit image inside frame */
  display: block;
}

/* Prev/Next buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 12px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  user-select: none;
  background-color: rgba(0,0,0,0.5);
  transform: translateY(-50%);
  border-radius: 3px;
  z-index: 2;
}

.prev { left: 5px; }
.next { right: 5px; }

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Dots */
.dots {
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
}
.dot {
  height: 12px;
  width: 12px;
  margin: 0 3px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.4s;
  cursor: pointer;
  vertical-align: middle;
}
.dot.active { background-color: #717171; }	

/* PHOTO ROTATATOR - DE ====================================
*/
   .photo-frame {
      width: 1050px;
      height: 640px;
      position: relative;
      overflow: hidden;
      margin: 0px auto;
      background: transparent;
      border: none;
    }
  
    .gradient-overlay {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      pointer-events: none;
      z-index: 2;
      background-image: linear-gradient(to bottom, #fbf9f9, #f8e5ea, #efd2e3, #dec1e2, #c2b4e5, #acb7ef, #8fbbf6, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
      opacity: 0.5;
      transition: opacity 0.3s;
    }
       
    .zoom-image {
      position: absolute;
      top: 50%; left: 50%;
      width: 100%; height: 100%;
      object-fit: cover;
      opacity: 0.6;
      transform: translate(-50%, -50%) scale(1);
      transition: transform 5s cubic-bezier(.32,.63,.45,1), opacity 0.7s;
      z-index: 1;
    }

    .zoom-image.zoomed {
      transform: translate(-50%, -50%) scale(1.2);
    }

    .photo-frame:hover .zoom-image {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
      transition: transform 0.1s, opacity 0.1s;
    }
    
    .photo-frame:hover .gradient-overlay {
      opacity: 0;
      transition: opacity 0.3s;
    }

/* FLIP card styling =======================================
*/
    :root {
      --card-w: 284px;
      --card-h: 284px;
      --radius: 10px;
      --shadow: 0 10px 30px rgba(0,0,0,.15);
      --back: #452e86; /* purple */
      --text: #ffffff;
    }


    /* --- Flip card core --- */
    .flip-scene {
      width: var(--card-w); height: var(--card-h);
      perspective: 1200px;
    }

    .flip-card {
      width: 100%; height: 100%; position: relative;
      transform-style: preserve-3d;
      transition: transform 800ms cubic-bezier(.2,.6,.2,1);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    .flip-card > * {
      position: absolute; inset: 0;
      border-radius: var(--radius) !important;
      backface-visibility: hidden;
      overflow: hidden;
    }

    .flip-front {
      display: grid; 
	  place-items: center;  
	  z-index: 1;
    }

    .flip-front img {
      width: 101%; height: 101%; display: block;
    }

    .flip-back {
      background: var(--back);
      color: var(--text);
      transform: rotateY(180deg);
      display: grid; place-items: center;
      padding: 20px; text-align: center;
	  z-index: 2; /* Make sure the back is higher to pick up click on hyperlinks */
    }

    .flip-scene:hover .flip-card,
    .flip-scene:focus-within .flip-card {
      transform: rotateY(180deg);
    }
	
	.flip-card h3, .flip-card p {
	   color: white !important;
	   line-height: 1.2;
	}

    /* Responsive tweak */
    @media (max-width: 380px){
      :root { --card-w: 92vw; --card-h: 56vw; }
    }

/* Search button styling ===================================
*/
/* Style the search field */
.search-form .search-field {
    padding: 10px 14px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 40px; /* rounded corners */
    outline: none;
    width: 250px; /* adjust width */
    box-sizing: border-box;
    margin-right: 8px;
}

/* Style the search submit button to match .button.button-primary */
.search-form .search-submit {
    display: inline-block;
    padding: 10px 25px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgb(69, 46, 134); /*#F2644F match primary button */
    border-radius: 40px;
    border: 3px solid rgb(69, 46, 134);
    cursor: pointer;
    transition: background-color 0.2s linear, color 0.2s linear;
}

/* Hover effect to match the primary button hover */
.search-form .search-submit:hover {
    background-color: #ffffff;
    color: #452E86 !important;
    outline: 2px solid rgb(69, 46, 134);
    font-weight: 600 !important;
}

/* Round desktop submenus (Max Mega Menu) */
#mega-menu-wrap-main-menu ul.mega-sub-menu {
  border-radius: 12px !important;
  overflow: hidden !important;              /* clip child hovers/backgrounds */
  background: rgb(255,242,210) !important;              /* ensure the radius is visible */
  border: 1px solid rgba(0,0,0,.08);        /* optional subtle border */
  background-clip: padding-box;             /* avoid bleed */
  /* belt-and-suspenders: */
  clip-path: inset(0 round 12px);
}

/* Prevent child links from painting square corners */
#mega-menu-wrap-main-menu ul.mega-sub-menu .mega-menu-item > a.mega-menu-link {
  background: transparent !important;       /* or match the panel bg */
}

/* Flyout/accordion variants, just in case */
#mega-menu-wrap-main-menu .mega-menu-flyout ul.mega-sub-menu,
#mega-menu-wrap-main-menu .mega-sub-menu.mega-sub-menu {
  border-radius: 12px !important;
  overflow: hidden !important;
}

