body {
  
    overflow-x: hidden;
	min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
  }


 :root {
  
    --wms-itm-navy: #00407A;
    --wms-main-banner-height: 450px;
  }

  
  /******VIDEO BANNER - MH 06/02/2024*********/
  .id7-main-content-area .id7-main-content>.layout>.column-1>.column-1-content>.wms-border-bottom {
     
  	  &.border-bottom-red {
  		 
  		 border-bottom: 20px #e32619 solid;
  	 }
  	 &.border-bottom-blue {
  		 border-bottom: 20px #009ddc solid;
  	 }
  	 &.border-bottom-orange {
  		 border-bottom: 20px #f47920 solid;
  	 }
  	 &.border-bottom-gold {
  		 
  		 border-bottom: 20px #fbb034 solid;
  	 }
  
  	 
   }
  
   .id7-main-content-area .id7-main-content>.layout>.column-1>.column-1-content>.wms-margin-bottom {
  	 
  	 margin-bottom: 10px;
  	 
   }
  
  .mainContainer {
    			
    			position: relative;
    			    /*margin: -20px -20px 0 -20px;*/
     padding: 0;
  	 
  	
  	 
    }
   .videoContainer {
   max-height: 500px;
     overflow: hidden;
   
   }
   
   .video {
   
     max-width: 100%;
   }  
   
     .shadow {
   
           background-color: rgba(0,0,0,0.5);
       position: absolute;
       top: 0;
       height: 100%;
       width: 100%;
     }
   
   #pause {
     position: absolute;
     color: white;
     bottom: 0;
     margin: 10px 10px 10px 35px;
     z-index: 10;
    
   }
   
   .overlayText {
   
         position: absolute;
     top: 0;
     height: 100%;
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     color: white;
   }
   
   .overlay p {
     text-transform: uppercase;
   }
   
   .headingText  {
     font-size: 25px;
     letter-spacing: 7px;
     line-height: 50px;
     text-align:center;
	   text-transform: uppercase;
	   color: #fff;
   }
   
   .headingText2 {
         font-size: 80px;
     letter-spacing: 13px;
     margin: 0 0 10px 0;
     text-align: center;
     line-height: 100px;
   }
	 
	 .fa-white {
		 color: #fff; 
	 }
  
  @media only screen and (max-width: 768px) {
  .headingText {
   font-size: 20px;
  }
  
    .headingText2 {
      font-size: 40px;
      line-height: 50px;
    }
  }
  /*******VIDEO BANNER END**********/
  
  /********SB NAVBAR ALTERATIONS*******/
  	.id7-navigation .navbar-primary {
  				
  				display:none;
  			}
  
  .id7-navigation .navbar-secondary {
  	
  	background-color: #D3D3D3;
  }
  
  .navbar-secondary .navbar-nav>li {
  	
  	color:#000;
  	font-size: 1.8rem;
  }
  
  @media screen and (min-width: 1200px){
  	.id7-navigation.affix {
  		width: 100%;
  	}
  }
  
  .id7-navigation.affix {
  	position: sticky;
  	top: 0rem;
  	width: 100%;
  	z-index: 10;
  }
  
  /********SB NAVBAR END*******/
  
    /*******WMS SITE OPTIONS - TO BE EXPORTED TO A SEPARATE CSS FILE (EVENTUALLY IMPORTED INTO SITE CSS)********/
  
    .wms-full-view-width {
  
      width: 100vw;
    }
  
  .wms-nopadding-left-right {
  
    padding-left: 0;
    padding-right: 0;
  }
  


  .wms-padding-top-bottom {
  
    padding-top: 40px;
    padding-bottom: 40px;
  }

.wms-padding-top {
	
	padding-top: 40px;
}

.wms-padding-bottom {
	
	padding-bottom: 40px;
}

.wms-margin-top-bottom {
	
margin: 20px 0 20px 0;
}
	 
	 .wms-margin-top-20 {
		margin-top: 20px; 
	 }
	 
	 .wms-margin-top-bottom-20 {
	margin: 20px 0 20px 0;	
	}
	 .wms-margin-top-bottom-40 {
	margin: 40px 0 40px 0;	
	}
	 
	.wms-margin-top-bottom-60 {
	margin: 60px 0 60px 0;	
	}

.wms-margin-bottom-20 {
	
	margin-bottom: 20px;
	
}

.wms-padding-bottom-20 {
	
	padding-bottom: 20px;
	
}

.wms-first-element-margin-top {
	
	margin-top: 50px;
	
}

.wms-wide-margin-left-right {
	
	margin-left: 100px;
	margin-right: 100px;
	
}


    .wms-bg-navy {
    background-color: #00407A;
		color: #fff;
		
		& h2, h3, h4, h5, h6, p, a {
			
			color: #fff!important;
		}
  }

.wms-bg-navy  {
	
	.wms-VB02-link::before{
		
	background-color: #fff!important;
	}
}

.wms-bg-grey {
	
	background-color: #e4e4e4;
	
}


.wms-a-white a {
	color: #fff;
}

.wms-a-white a:hover {
	
	text-decoration-color: #fff;
	
}
	
  .wms-h2-white h2 {
  
    color: #fff;
  }
  .wms-p-white  {
  
    color: #fff!important;
  }

.center-content {
	
	text-align: center;
	
}
    @media (min-width: 768px) {

    .wms-restore-left-margin {
        padding-left:max(calc(50vw - 585px),20px)
	}
    
  
    .wms-restore-both-margins,.wmg-restore-right-margin {
        padding-right: max(calc(50vw - 585px),20px)
    }
  
    .wms-restore-both-margins {
        padding-left: max(calc(50vw - 585px),20px)
    }
	}
  


  @media (min-width: 768px) {
  
  
    .wms-restore-both-margins-large,.wmg-restore-right-margin {
        padding-right: max(calc(60vw - 585px),20px)
    }
  
    .wms-restore-both-margins-large {
        padding-left: max(calc(60vw - 585px),20px)
    }
  }  
hr.wms-divider{
   
  border-top: 5px dotted #00407A;
  width: 25%;
  
  }

 /*******SITE OPTIONS END*******/

/**********BTNS********************/

  .wms-btn-clean {
    appearance: none;
    border-radius: 10px;
    box-sizing: border-box;
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;

    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
	  width: 230px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
	  
	  &.btn-light {
		  
		  background-color: transparent;
		  border: 2px solid #00407A;
		  
		  &.btn-light:hover {
			   color: #fff!important;
    background-color: #00407A;
    border-color: #00407A;
    transform: translateY(-2px);
		  }
		  
  }
	  
	  &.btn-dark {
		  
		  background-color: transparent;
		  border: 2px solid #fff;
		  color: #fff!important;
		  
		  &.btn-dark:hover {
			  
			     color: #333!important;
    background-color: #fff;
    border-color: #fff;
    transform: translateY(-2px);
			  
		  }
		  
		   
	 
  }
  }


  
  .wms-btn-clean:disabled {
    pointer-events: none;
  }
  
  /*.wms-btn-clean:hover {
   
  }*/
  
  .wms-btn-clean:active {
    box-shadow: none;
    transform: translateY(0);
  }

.wms-btn-clean::after {
  
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 0.5rem;
  }

@media (min-width: 768px) {
    .wms-btn-clean {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .wms-btn-clean {
        width: 75%;
    }
}

.btn-25 {
	width: 25%;
	
}

.btn-50 {
	width: 50%;
}
.btn-75 {
	width: 75%;
}

.btn-100 {
	width: 100%;
}


/**************END OF BTNS**************/
  
   
  
  /*******BLOCKS - TO BE EXPORTED TO A SEPARATE CSS FILE (EVENTUALLY IMPORTED INTO SITE CSS)********/
  
  .block-TB01 {
  
    display: flex;
  align-items: center;
  justify-content: center;
  
 
     
  
  }

  @media (max-width: 768px) {
	  
	  .block-TB01 {
		  
		  padding: 40px;
		  
	  }
  }
  
  .block-contents {
  
    text-align: center;
    width: 75%;
    height: 50%;
  }

.block-contents left {
text-align: left;
	width: 75%;
	height: 50%;
}
  
 .block-TB01-V2 {
  
    padding: 20px 40px;
    margin: 10px; 
  }

@media (min-width: 768px) {
    .block-TB01-V2-btn-contact-position {
        position:relative;
		top: 50px;
		left: 50px;
    }
  
  
  .block-IMB01 {
  
    margin-left: -20px;
    
  }

.block-CB01 {
	
}
	
	.CB01-card a {
      text-decoration:none; 
          max-width: max-content;
    display: inline-block;
    position: relative;
      
      }
    
     .CB01-card a::before {
  
      content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00407A;
    transition: width .3s cubic-bezier(.165,.84,.44,1);
    }
  
  
    .CB01-card a:hover {
  
      border-bottom-color: #00407A;
    }
  
   
    .CB01-card a:hover::before {
  
      width:100%;
    }

	.CB01-card a::after {
		
		
	    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    margin: 0 0 0 10px;
		
	}

  
  /*******BLOCKS END*******/
	
	/**********WMS HERO BANNERs**************/
	
	
	.wms-top-hero-banner {
    position: relative;
  
    overflow: hidden;
    margin-bottom: 10px;
  
  }
  
  .wms-top-hero-banner h2 {
  
    font-size: 3.2rem;
  }
  
 
  
  .wms-border-bottom {
  
    border-bottom: 5px solid #00407A;
  }
  
  .wms-border-left {
    border-left: 15px solid #00407A;
  }
  
  .wms-top-hero-content {
  
    position: absolute;
    height: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0,0,0,.8);
    width: 444px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
       border-radius: 0 0 70em 0;
  }
  
  .wms-top-hero-text {
  
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 122px;
    padding-bottom: 20px;
    background: transparent;
  }
	
	/***********WMS HERO BANNERS END*************/
  
  
  @media only screen and (max-width: 768px) {
  .buttons-component.buttons-component-horizontal {
  
  align-items: normal;
  }
  }
	
	
	.wms-VB02-link {
	

	display: inline-block;
    max-width: max-content;
    position: relative;
    text-decoration: none!important;
    float: right;
    top: -1em;
		color: #00407a!important;
}
	
.wms-VB02-link::before {
	
	content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00407a;
    transition: width .3s cubic-bezier(.165,.84,.44,1);
	
}
	
	
.wms-VB02-link:hover:before {
	
	width: 100%;
}
	
	
.wms-MI01-link::after {
  
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 0.5rem;
  }
	
		.wms-MI01-link {
	

	display: inline-block;
    max-width: max-content;
    position: relative;
    text-decoration: none!important;
    top: -1em;
		color: #00407a!important;
			margin-bottom:10px;
}
	
.wms-MI01-link::before {
	
	content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00407a;
    transition: width .3s cubic-bezier(.165,.84,.44,1);
	
}
	
	
.wms-MI01-link:hover:before {
	
	width: 100%;
}
	
	
.wms-VB02-link::after {
  
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 0.5rem;
  }
	
	   
      .wms-h2-hook {
    
  position: relative;
      
      }
	
	    .wms-card-bg-itm-blue:hover {
  
  background-color: #00407a; 
  
      & h2, h3, h4, h5, h6, p, a {
        color:var(--wms-white)!important;
        text-decoration-color: var(-wms-white)!important;
      }
  }  
  .wms-card {
    position: relative;
    color: #000 !important;
    transition: .4s;
  }
    .wms-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    transition: .4s;
    }
      .wms-card:hover img {
        transform: scale(1.15);
      }
  
  .wms-CB01-img {
    overflow:hidden!important;
  }
   .wms-card-bg-itm-blue a:hover {
  
     text-decoration-color: #fff;
   }
	
	.wms-LG01 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0; 
    
  }
  
  
  
  .block-contents .wms-LG01-img {
  
  max-width: 80%!important;
  max-height: 100px;
  object-fit: contain; 
  
    
  }
  .wms-card-content {
    padding: 10px;
  }
  
   /*************WMS-TB01 START*******************/
	
	  .wms-TB01-sub-title, .wms-TB01-sub-title-animated  {
  margin-left: -4vw;
    font-size: 6rem;
    letter-spacing: -4px;
  
  }
  
  .wms-TB01-main-title, .wms-TB01-main-title-animated {
    margin-left: 4vw; 
    width: 100%;
    text-align:right;
    font-size: 8.5rem;
    font-style: normal;
    font-weight: 600;
    color: #00407A;
    letter-spacing: -6px;
    margin-top: -5rem;
	
  	  
  	  &.wms-TB01-main-title-long {
  		margin-left: 2vw;  
  	  }
  }
  
  .wms-TB01 {
  
    display: flex;
  align-items: center;
  justify-content: center;
  }
  
  
  .wms-TB01-heading-content {
    position: relative;
  }
  
    .wms-TB01-info-content {
     display: flex;
  		flex-direction: row;
  		align-items:center;
  
  
    }
  
  
  
  
  .wms-TB01-callout {
    margin-left: auto;
    margin-right: auto;
    width: 81%;
  	  margin-bottom: -20px;
  }
  
  .wms-TB01-callout .wms-TB01-heading-content {
  	    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
  
  .wms-TB01-text {
    display: flex;
  
    justify-content: center;
    align-items: center;
    width:100%;
  	  
  	  &.wms-TB01-text-left {
  		justify-content: flex-start;  
  	  }
  	  
  	  &.wms-TB01-text-right {
  		justify-content: flex-end;  
  	  }
  }
  
  .wms-TB01-title-container {
  
    display: flex;
  
    flex-direction: column;
    align-items: center;
    width: auto;
  }
	
	
	
 
  	
  	
  	.wms-TB01 .wms-btn-clean {
  		
  		width: 35%;
  	}
  	
  	.fa-itm-navy {
  		color:#00407A;
  	}
  	
  	@media (max-width: 768px) {
  	/*.wms-TB01 {
  		
  		margin-left: 20px;
  		margin-right: 20px;
  		
  	}*/
    .wms-TB01-heading-content {
      display: flex;
      align-items: center;
      justify-content: center;
     
    }
  
   
  
    .wms-TB01-heading-margin-top {
    margin-top: 40px;
    }
    .wms-TB01-heading-margin-bottom {
      margin-bottom: 40px;
    }	
  
      .wms-TB01-info-content{
        padding: 0 7rem 0 7rem;
      }
  
     . wms-TB01-text {
  
        justify-content: flex-start;
      }
  }
  .fa-center {
    text-align: center;
  }
   .wms-video-placeholder {
  
    height: 150px; 
    
    position: relative;
    background-size: cover;
    background-position: center;
    }
    
  
   .wms-video-carousel .slick-prev:before {
  
     color: #000!important;
     content: '\f060';
    font-family: 'Font Awesome 5 Pro';
  }
  
   .wms-video-carousel .slick-prev {
     background: none!important;
     color:#000!important;
  }
  
   .wms-video-carousel .slick-next {
  
     background:none!important;
     color: #000!important;
  }
  
   .wms-video-carousel .slick-next:before {
     content: "\f061";
     color:#000!important;
    font-family: 'Font Awesome 5 Pro';
  }
  
  
  .wms-close {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        padding: 10px;
        cursor: pointer;
        font-size: 2rem;
	  background-color: var(--wms-grey);
	  color: #fff;
  }
    .wms-play {
  font-size: 24px;
   position: absolute;
   bottom: 0;
   right: 0;
   cursor: pointer;
   padding: 20px;
    }
    
  
    
    .wms-ITM-navy .wms-play {
  background-color: var(--wms-itm-navy);
  color: var(--wms-white);
    }
    
  .wms-ITM-navy .wms-close {
    
  background-color: var(--wms-itm-navy);
  color: var(--wms-white);
  }
    
    .wms-ITM-navy .wms-close {
    
   background-color: var(--wms-itm-navy);
  color: var(--wms-white);  
    }
    
     .wms-bright-blue .wms-close,
    .wms-bright-blue .wms-play {
  background-color: var(--wms-bright-blue);
  color: var(--wms-black);
    } 
    
  @media (max-width: 1200px) {
    
  .wms-CAB03 {
    padding: 5rem;
  }
    }
    
    .wms-VB03 p {
  font-size: 13px;
  font-weight: 600;
  color: grey!important;
    }
  .wms-block-contents-center {
  
    text-align: center;
    width: 100%;
    height: auto;
  }
  	.wms-full-padding {
      padding: 40px;
    }
  
  .wms-margin-top-bottom-40 {
  
    margin: 40px 0 40px 0;
  }
  
   .wms-margin-top-bottom-40 {
  
    margin: 20px 0 20px 0;
  }
  
    .wms-mainContainer {
  position: relative;
  width: 100%;
  height: var(--wms-main-banner-height);
  overflow: hidden;
  }
  
  
    .wms-videoContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
  
  .wms-videoContainer video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  }
  
  .wms-shadow {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
    z-index:1;
  }
    
  .wms-overlayText {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  top: 0;
  left: 0;
    z-index:2;
  }
  
  .wms-banner-sub-text, .wms-banner-main-text {
    color: var(--wms-white)!important;
    text-transform: uppercase;
    letter-spacing: 7px;
  }
  
  .wms-banner-sub-text {
    font-size: calc(2vw + 1vh);
  }
    .wms-banner-main-text {
    font-size: calc(3vw + 2vh);
      font-weight: 600;
  }
  /* Media Queries for Mobile Devices */
  @media (max-width: 768px) {
  :root {
    --wms-main-banner-height: 300px; /* Adjust height for mobile */
  }
  
  .wms-banner-sub-text {
    font-size: calc(1.5vw + 1vh);
  }
  
  .wms-banner-main-text {
    font-size: calc(2.5vw + 1vh);
  }
  }
  
  .wms-border-bottom-navy {
    border-bottom: 5px solid var(--wms-itm-navy);
  }
  
  .wms-logo-text {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
  }
  .wms-CB01-img {
    border-bottom: 5px solid var(--wms-itm-navy);
  }
	
	
	
 @media (min-width: 768px){
    .VB01-margin-fix {
      max-width: min(1170px,calc(100vw - 40px));
      margin-left: auto;
      margin-right: auto;
    }
  }
    
      
   
 
    
  
    .no-text-decoration {
  
      text-decoration: none;
  
      &:hover {
        text-decoration:none;
      }
      
    }