/**
 * Theme Name: Beacon Astra 
 * Template:   astra
 * Description:       Astra child theme
 * Version:           1.0.0
 * Author:            Beacon Design Collective
 * Author URI:        https://beaconcollective.com/
 */

 @import "./css/typography.css";
 @import "./css/disctict-map.css";
 
/* Custom styles */
/* Executive member profile picture style */
.profile-img {
  position: relative;
  width: 134px !important;
  height: 134px !important;
  padding: 9px;
  border: 1px solid #D4DBD9;
  border-radius: 50%;
  margin-right:auto;

  &::before {
    content: "";
    position: absolute;
    right: 22px;
    display: block;
    width: 12px;
    height: 4px;
    border-radius: 4px;
    background-color: #D4DBD9;
    transform: rotate(.1turn);
  }

}

/* Circle border animation */
.circle-animation-wrapper {
  position: relative;
  width: 283px !important;
  height: 283px;
  margin-top: 84px;
  margin-bottom: 20px;
  border-radius: 50%;


  &::before {
    content: "";
    position: absolute;
    top: -73px;
    left: 50%;
    display: block;
    width: 1px;
    height: 64px;
    background-color: #D4DBD9;
  }

  & figure,
  & .circle-content-wrapper {
    width: 253px;
    height: 253px;
    margin-right: auto;
    margin-left: auto;

    &::before {
      content: "";
      position: absolute;
      top: -8px;
      left: -8px;
      display: block;
      width: 301px;
      height: 301px;
      border: 1px solid #D4DBD9;
      border-radius: 50%;
    }
  
    &::after {
      content: "";
      position: absolute;
      top: -9px;
      left: calc(50% - 8px);
      display: block;
      width: 17px;
      height: 4px;
      border-radius: 4px;
      background-color: #D4DBD9;
      transform: rotate(.5turn);
    }
  }

  & img {
    width: 253px;
    height: 253px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 50%;
  }

  & .circle-content-wrapper {
    padding-top: 15px;

    & .circle-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 253px;
      height: 253px;
      border-radius: 50%;
      background-color: black;
      color: #8C8984;
      font-size: 38px;
      font-family: "Big Shoulders Display", sans-serif;
      text-align: center;
      text-transform: uppercase;
      
      span {
        display: block;
        color: #E87511;
        font-size: 80px;
        font-family: "Vanguard CF", sans-serif;
        line-height: 80px;
      }

      p {
        margin-bottom: 0;
      }
    }
  }
}

svg.image-border {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 283px;
  height: 283px;
  transform: translate(-50%, -50%);
}

circle.image-border-animation {
  fill: transparent;
  stroke: #CE5420;
  transform: rotate(-90deg);
  transform-origin: center;
/*   animation: clock-animation 1s ease-in 1; */
  stroke-width: 15px;
  stroke-dasharray: 886;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

@keyframes clock-animation {
  0% {
    stroke-dashoffset: 886;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/* Full width slider - homepage */
.fullwidth-slider.uagb-slider-container.wp-block-uagb-slider {
  width: 100vw;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;

  & .swiper-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    height: 785px;
    padding-bottom: 0;

    & .fullwidth-slider-content {
      width: calc(100% + 40px);
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0;

      & p {
        margin-bottom: 12px;
      }
		
		& .wp-block-uagb-buttons {
			margin-bottom: 0;
		}
    }

    & .full-width-slider-btn {
      justify-content: flex-start;
      width: 100%;
	  
		& a {
			padding-top: 20px;
	  		padding-bottom: 20px;
		}
	    
		& .uagb-button__link {
			display: flex;
			align-items: center;
			&:after {
				content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNyAzNyI+PHBhdGggZD0ibTI1LjggMTguNy0xMS4xIDEwdi0yMGwxMS4xIDEwWiIgc3R5bGU9ImZpbGw6IzBFMEQwQyIvPjxwYXRoIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwRTBEMEM7c3Ryb2tlLW1pdGVybGltaXQ6MTAiIGQ9Ik0zNi4zLjd2MjcuMWwtOC44IDguNUguN1YuN2gzNS42eiIvPjwvc3ZnPg==");
				display: inline-block;
				width: 30px;
				height: 30px;
				margin-left: 15px;
			}
		}
    }
  }

  & .swiper-pagination {
    bottom: 120px;
  }

  & .swiper-pagination-bullet {
    width: 81px;
    height: 10px;
    border: 1px solid white;
    border-radius: 7px;
    background-color: transparent;
    opacity: 1;
  }

  & .swiper-pagination-bullet-active {
    background-color: #fff;
  }
}

/* Homepage training links */
.training-link-group {
  position: relative;
  background-color: #0E0D0C;

  & .training-link-label {
    position: absolute !important;
    top: 0px;
    left: 10px;
    z-index: 10;
    max-width: 56%;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 15px;;
    border-bottom: 1px solid #525654;
    border-left: 1px solid #0E0D0C;
    text-transform: uppercase;
    
    &::before {
      content: "";
      position: absolute;
      right: -13px;
      bottom: -6px;
      display: block;
      width: 1px;
      height: 33px;
      background-color: #525654;
      transform: rotate(.14turn);
    }

    &::after {
      content: "";
      position: absolute;
      top: 18px;
      right: -23px;
      display: block;
      width: 17px;
      height: 4px;
      border-radius: 4px;
      background-color: #525654;
      transform: rotate(.89turn);
    }
  }

  & .training-link-img {
    max-width: 600px;
    padding: 15px;
    border-right: 1px solid #525654;
    border-bottom: 1px solid #525654;
    border-left: 1px solid #525654;

    &::before {
      content: "";
      position: absolute;
      top: 0px;
      right: 0px;
      display: block;
      width: 86px;
      height: 1px;
      background-color: #525654;
    }
	  
	  &:hover {
		  opacity: .5;
	  }

    & img {
      position: relative;
      z-index: 5;
      padding-bottom: 20px;
    }

    & a {
      color: #fff;
      font-size: 20px;
      font-family: "Big Shoulders Display", sans-serif;
      line-height: 1;
      text-decoration: none;
      text-transform: uppercase;
		
		& svg {
			position: absolute;
			bottom: 20px;
			right: 15px;
			width: 35px;
			height: 35px;
		}

    }
  }
}

/* Full width dividers and borders */

.full-width-divider {
  position: relative;
  max-width: calc(75vw);
  height: 24px;
  margin-right: -40px;
  border-top: 1px solid #525654;

    &::before {
      content: "";
      position: absolute;
      top: -5px;
      left: -9px;
      display: block;
      width: 1px;
      height: 24px;
      background-color: #525654;
      transform: rotate(.14turn);
    }

    &::after {
      content: "";
      position: absolute;
      top: 14px;
      left: calc((25vw + 40px)* -1);
      display: block;
      width: calc(25vw + 23px);
      height: 1px;
      background-color: #525654;
    }
}

/* Custom button styles */

a:focus {
	outline: solid !important;
	outline-width: medium !important;
	background-color: transparent !important;
	border-radius: 0 !important;
}
.btn {
  width: 100% !important;
	
  & .uagb-button__wrapper {
    position: relative;
    padding: 1px;

    & a.uagb-buttons-repeater.wp-block-button__link {
      padding: 12px 0px 12px 12px;
      border: 1px solid transparent;
      color: #E87511;
      text-transform: uppercase;

      &:hover {
        border: 1px solid transparent;
        background: transparent;
        text-decoration: underline;
      }
    }

    &::before {
      content: "";
      position: absolute;
      background: #E87511;
      inset: 0;
      clip-path: polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 0,1px  1px ,1px calc(100% - 1px),calc(100% - 10px - 0.41px) calc(100% - 1px),calc(100% - 1px) calc(100% - 10px - 0.41px),calc(100% - 1px) 1px,1px 1px);
    }

    & .uagb-button__link {
      position: relative;
      padding-right: 20px;
      color: #E87511;
	  width: 100%;
	  text-align: left;
	  background-color: transparent;

      &::after {
        content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAxMiI+PHBhdGggZmlsbD0iI0U4NzUxMSIgZD0iTTEwLjUgMTEuNTQuNDYuNDZoMjAuMDhMMTAuNSAxMS41NFoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MCIvPjwvc3ZnPg==");
        position: absolute;
        top: -3px;
        right:0;
        display: block;
        width: 16px;
        height: 20px;
        transform: rotate(-90deg);
      }

      /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 12"><path d="M10.5 11.54.46.46h20.08L10.5 11.54Z" style="stroke-width:0"/></svg> */

      /* btoa('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 12"><path d="M10.5 11.54.46.46h20.08L10.5 11.54Z" style="stroke-width:0"/></svg>') */

    }
  }

  &.white {
    & .uagb-button__wrapper {
      & a.uagb-buttons-repeater.wp-block-button__link {
        color: #fff;
      }

      &::before {
        background: white;
      }

      & .uagb-button__link { 
        color: #fff;

        &::after {
          content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAxMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEwLjUgMTEuNTQuNDYuNDZoMjAuMDhMMTAuNSAxMS41NFoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MCIvPjwvc3ZnPg==");
        }
      }
    }
  }
	
  &.orange-dark {
    & .uagb-button__wrapper {
      & a.uagb-buttons-repeater.wp-block-button__link {
        color: #CE5420;
      }

      &::before {
        background: #CE5420;
      }

      & .uagb-button__link { 
        color: #CE5420;

        &::after {
          content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAxMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNDRTU0MjA7c3Ryb2tlLXdpZHRoOjBweDt9PC9zdHlsZT48L2RlZnM+PHBhdGggaWQ9IlBvbO1nb25vXzIiIGNsYXNzPSJjbHMtMSIgZD0iTTEwLjUsMTEuNTRMLjQ2LjQ2aDIwLjA4bC0xMC4wNCwxMS4wOFoiLz48L3N2Zz4=");
        }
      }
    }
  }

  &.black {
    & .uagb-button__wrapper {
      & a.uagb-buttons-repeater.wp-block-button__link {
        color: #0E0D0C;
      }

      &::before {
        background: #0E0D0C;
      }

      & .uagb-button__link {
        color: ##0E0D0C;

        &::after {
          content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAxMiI+PHBhdGggZD0iTTEwLjUgMTEuNTQuNDYuNDZoMjAuMDhMMTAuNSAxMS41NFoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MCIvPjwvc3ZnPg==");
        }
      }
    }
  }

  &.black-background {
    background: black;
    clip-path: polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%);
	  
	  &:hover {
		  opacity: .85;
	  }

    & .uagb-button__wrapper {
      & a.uagb-buttons-repeater.wp-block-button__link {
        color: #fff;
		  
		  &:hover {
			  text-decoration: none;
		  }
      }

      &::before {
        background: black;
      }

      & .uagb-button__link { 
        color: #fff;
		  
        &::after {
          content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAxMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEwLjUgMTEuNTQuNDYuNDZoMjAuMDhMMTAuNSAxMS41NFoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MCIvPjwvc3ZnPg==");
        }
      }
    }
  }
}

.box {
  clip-path: polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%);
}


@media (min-width: 768px) {
	.btn {
		max-width: 300px;
	}
}

/* Footer social media icons */
.footer__sm-icons {
  & .sm-link {
    display: inline-block;
    margin-left: 17px;

    & svg {
      width: 27px;
      height: 27px;
      fill: #8c8984;
    }

    &:hover {
      & svg {
        fill: #E87511
      }
    }
	  
	&:first-of-type {
      margin-left: 0;
    }
  }
}

/* Header and main navigation */
/* Custom styled button as last nav menu item */
.site-header .main-header-menu .menu-button a {
    background-color: #f58220;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 999px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.site-header .main-header-menu .menu-button a:hover {
    background-color: #e67300;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


.site-header {
  position: fixed;
  width: 100%;

  & .ast-primary-header-bar {
    border-bottom: none;
	background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    background-color: transparent;
  }
}

.ast-site-identity {
	.custom-logo {
		width: 150px;
	}
}

.mega-menu-primary-mobile-open {
  & .site-header {
    & .ast-primary-header-bar {
      background: #0E0D0C;
    }
  }
}

ul.menu {
	margin-left: 0;
	list-style: none;
	
	& .menu-item {
		& .menu-link {
			color: #D4DBD9;
			line-height: 2.2;
		}
		
	}
}

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
	color: #E87511 !important;
}

.ast-builder-menu-1 .menu-item:hover > .menu-link {
	color: #E87511 !important;
	text-decoration: underline;
}

ul[id^='menu-post-pages-menu']{

	& .menu-item {
		& .menu-link {
			color: #E87511 !important;
			text-transform: uppercase;
		}
	}
}

.menu-policy-link {
	padding: 4px 20px 4px 8px;
	width: 100%;
		
	&::after {
		top: 6px !important;
		right: 6px !important;
	}
}

.mobile-menu-contact-info {
	& p {
		margin-bottom: 0 !important;
		color: #D4DBD9;
	}
	
	& .footer__sm-icons {
		margin-top: 20px;
	}
}

/* Hide top level menu item on mobile */
@media (max-width: 840px) {
	#mega-menu-item-221 {
		
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		color: #0E0D0C !important;
		pointer-events: none;
		font-size:0px;
		height: 0px;
		
		& span.mega-indicator {
			height: 0px;
			
			&::after {
				height: 0;
			}
		}
	
	}
	
	#mega-menu-primary {
		height: calc(100vh - 100px) !important;
		overflow: scroll;
	}
}

/* Footer menu */
.footer-widget-area {
	h2.widget-title {
		color: #E87511;
		font-weight: 400;
		font-size: 16px;
		font-family: news-gothic-std, sans-serif;
	}
	
}


/**
.wpcf7-form {
  & .wpcf7-form-control-wrap {
    position: relative;
    margin-top: 10px;
    padding: 1px;
  
    &::before {
      content: "";
      position: absolute;
      background: #0E0D0C;;
      inset: 0;
      clip-path: polygon(0 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 0,1px  1px ,1px calc(100% - 1px),calc(100% - 10px - 0.41px) calc(100% - 1px),calc(100% - 1px) calc(100% - 10px - 0.41px),calc(100% - 1px) 1px,1px 1px);
    }
  }

  & .wpcf7-form-control-wrap[data-name="checkbox-340"] {
    &::before {
      content: none;
    }
  
    & .first {
      margin-left: 0;
		
		& .wpcf7-list-item-label {
			font-size: 10px;
			font-weight: 800;
		}
    }
  }

  & label {
    font-size: 16px;
    text-transform: uppercase;
  }

  & input[type="text"],
  & input[type="email"],
  & input[type="tel"],
  & textarea {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    box-shadow: none;
	background: transparent;
  }

  & input[type="submit"].black-background {
    border-radius: 0px;
    color: #fff;
  }
}
**/


/* Custom list marker */
ul.custom-list {
	list-style-type: none;
	& li {
		&::before {
			content:"";
			display: inline-block;
			height: 14px;
			width: 14px;
			background: url(/wp-content/uploads/2025/03/Arrow_Bullet-U1F886-UP.svg);
			margin-right: 5px;
		}
	}
}

/* Custom list with checkmark */
ul.custom-checkmark {
	list-style-type: none;
	& li {
		&::before {
			content:"";
			display: inline-block;
			height: 14px;
			width: 14px;
			background: url(/wp-content/uploads/2025/06/iuoe_checkmark.svg);
			margin-right: 5px;
		}
	}
}

/* Custom campaign, news and job post display */
.campaign, .media, 
.news {
  width: 140px;

  & a.post-link {
    color: #D4DBD9;
    text-decoration: none;

    &:hover {
      text-decoration: underline;
    }
  }

  & .post-wrapper {
    padding-bottom: 40px;
    & .post-date {
      margin-top: 10px;
      margin-bottom: 0;
      color: #E87511;
      font-weight: 800;
      font-size: 10px;
      line-height: 14px;
      text-transform: uppercase;
    }

    &.has-img {
      position: relative;

      &::after {
        content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAxMiIgZmlsbD0iIzBlMGQwYyI+PHBhdGggZD0iTTEwLjUgMTEuNTQuNDYuNDZoMjAuMDhMMTAuNSAxMS41NFoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MCIvPjwvc3ZnPg==");
        position: absolute;
        top: 112px;
        right: -24px;
        display: block;
        width: 64px;
        height: 32px;
        transform: rotate(312deg);
      }
    }
  }
}

.news {
  & a.post-link {
    color: #525654;
  }

  .post-wrapper {
    & .post-date {
      color: #0E0D0C;
    }

    &.has-img {

      &::after {
        content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAxMiIgZmlsbD0iI0Q0REJEOSI+PHBhdGggZD0iTTEwLjUgMTEuNTQuNDYuNDZoMjAuMDhMMTAuNSAxMS41NFoiIHN0eWxlPSJzdHJva2Utd2lkdGg6MCIvPjwvc3ZnPg==");
      }
    }
  }
}

.widget-recent-news,
.widget-recent-campaigns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 340px !important;
}

.job-post-wrapper {
  padding-top: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8C8984;

  a.job-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0E0D0C;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;

    & svg {
      width: 20px;
      height: 20px;
      transform: rotate(270deg);
    }

    &:hover {
      text-decoration: underline;
    }
  }
}

/* Custom post styles */
.single-post {
	.site-content {
		padding-top: 100px;
		background-color: #D4DBD9;
	}
	
	& article.post.format-standard {
	    margin-bottom: 0;
    }
	
	& .post-navigation {
		display: none;
	}
}
.kt-accordion-panel-inner {
  border: none !important;
}
