@media all and (min-width: 768px)  {
   .menu-wrap {
      display: none;
    }
   
    .mobileImg{
        display: none;
    }
	
	
  }

  @media all and (max-width: 767px)  {
    .menu-wrap {
       display: block;
     }
    
     .navigation{
         display: none;
     }
	  
	  /* MENU STYLES */
  .menu-wrap {
    position: fixed;
	  top:0;
	  left:0;
	  width:100%;
    
  }
  
  .menu-wrap .toggler {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
  }
  
  .menu-wrap .hamburger {
    position: absolute;
    top: 22px;
    right: 15px;
    z-index: 1;
    width: 35px;
    height: 50px;
   
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Hamburger Line */
  .menu-wrap .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
  }
  
  /* Hamburger Lines - Top & Bottom */
  .menu-wrap .hamburger > div::before,
  .menu-wrap .hamburger > div::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit;
  }
  
  /* Moves Line Down */
  .menu-wrap .hamburger > div::after {
    top: 10px;
  }
  
  /* Toggler Animation */
  .menu-wrap .toggler:checked + .hamburger > div {
    transform: rotate(135deg);
  }
  
  /* Turns Lines Into X */
  .menu-wrap .toggler:checked + .hamburger > div:before,
  .menu-wrap .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
  }
  
  /* Rotate On Hover When Checked */
  .menu-wrap .toggler:checked:hover + .hamburger > div {
    transform: rotate(225deg);
  }
  
  /* Show Menu */
  .menu-wrap .toggler:checked ~ .menu {
    visibility: visible;
  }
  
  .menu-wrap .toggler:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: var(--menu-speed);
  }
  
  .menu-wrap .toggler:checked ~ .menu > div > div {
    opacity: 1;
    transition:  opacity 0.4s ease 0.4s;
  }
  
  .menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.menu-wrap .menu .greenbox {
    background-color: #275B57;
    top: 0;
    padding: 10px 25vw 10px 25vw;
}
  
  .menu-wrap .menu > div {
    background: var(--overlay-color);
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
  }
  
  .menu-wrap .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  
  .menu-wrap .menu > div > div > ul > li {
    list-style: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem;
  }
  
  .menu-wrap .menu > div > div > ul > li > a {
    color: white;
    text-decoration: none;
    transition: color 0.4s ease;
  }
   

 
    .centered-mobile h1 {
    font-size: 25px;
    }
    .centered-mobile p{
      font-size: 13px;
    }

:root {
    --primary-color: transparent;
    --overlay-color: rgba(24, 39, 51 , 0.85);
    --menu-speed: 0.75s;
  }



  a{
      color: white;
  }
  
  .container {
    max-width: 960px;
    margin: auto;
    overflow: hidden;
    padding: 0 3rem;
  }
  


  
  .btn {
    display: inline-block;
    border: none;
    background: var(--primary-color);
    color: #fff;
    padding: 0.75rem 1.5rem;
    margin-top: 1rem;
    transition: opacity 1s ease-in-out;
    text-decoration: none;
  }
  
  .btn:hover {
    opacity: 0.7;

  }
	  header li {
		  padding-left: 0;
	  }

}


/*Jessica additions */

@media all and (max-width:1500px) {
	h3 {
		font-size:26px;
	}
	
	h2 {
		font-size:40px;
	}
	
	h1 {
		font-size:60px;
	}
	 #mobileMenu.sticky {
		  background-color:#275B57;
		 height:100px;
		 position: fixed;
		 z-index: 100;
	  }
	
.headerLogo {

	max-width: 200px;
	
}
	p {
		font-size: 20px;
	}
	.homeOverlayText {
		font-size:40px;
	}
}


@media all and (max-width:1024px) {
	.lImage {
		display: none;
	}
	
	.mImage {
		display: block;
	}
}

@media all and (max-width:1023px) {
	.homeOverlayText {
		font-size:28px;
	}
	
	.viewMore {
		flex-basis: 50%;
		justify-content: center;
	}
	.popupWindow .flex-container {
		justify-content: center;
	}
	.closePopup img {
	max-width:50px;
}
	
	h2 {
		font-size:34px;
		margin-bottom: 20px;
	}
	
	h1 {
		font-size:50px;
	}
	
	.combtn {
		font-size:16px;
	}
	
	.button {
		font-size: 16px;
	}
	
	.applybtn {
		font-size: 16px;
	}
	
	.sndbtn {
		font-size: 16px;
	}
	
	.headerCol a {
		font-size:18px;
	}
	
}

@media all and (max-width:850px) {
	.headerCol {

    padding: 0 15px;
	}
}
	  
	  @media all and (max-width:768px) {
		  .mImage {
			  display: none;
		  }
		  
		  .sImage {
			  display: block;
		  }
		  .popupWindow .section {
			  padding: 50px 0;
		  }
		  .flex-container > div {
			  margin: 20px auto;
		  }
		  .col1 {
		flex-basis: 100%;
		padding-bottom: 20px;
	}
	
	.col2 {
		flex-basis: 100%;
	}
	  }
	  
@media all and (max-width:767px) {
	
	.logo {
		max-width:75px;
	}
	
	
	#applyNowPopup {
		padding: 25px 0;
	}
	
	#applyNowForm {
		width:85%;
	}
	.viewMore {
		flex-basis: 100%;
	}
	.twoColumn .viewMore {
		flex-basis: 100%;
	}
	
	.colThird {
		flex-basis: 100%;
	}
	#applyNowForm .colThird {
		justify-content: flex-start;
	}
	h3 {
		font-size:22px;
	}
	
	h2 {
		font-size:26px;
		
	}
	
	.colHalf {
		flex-basis: 100%;
	}
	
	p{
		font-size:16px;
	}
	
	h1 {
		font-size:40px;
	}
	
	.popupHeaderImage {
		padding: 25px;
	}
	.headerOverlay h1 {
		margin-top: 20px;
	}
	
	.contactIcon {

	max-width: 30px;
}
	.contactInfo {
		font-size:18px;
	}
	
	.headerLogo {
		max-width:175px;
	}

}

@media all and (max-width:500px) {
	.headerLogo {
		max-width:150px;
	}
}


@media all and (max-width:450px) {
	  
  .menu-wrap .hamburger {
  
    right: 35px;
 
    width: 35px;
	}
	
	.logo {
		max-width:75px;
	}
	
	h1 {
		font-size:32px;
	}
	
	p {
		font-size:14px;
	}
	
	.section {
		padding: 25px 0;
	}
	
	h2 {
		font-size:24px;
	}
	
	
}


@media all and (max-width:360px) {
	.sImage {
		display: none;
	}
	
	.xsImage {
		display: block;
	}
	
	.headerLogo {
		max-width: 125px;
	}
	
	.contactInfo {
	font-size:13px;
	}
}