* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Metropolis', 'Montserrat', sans-serif !important;
	background-color: white;
	
	
}
:root {
	--new-growth-green: rgba(67, 176, 42, 1);
	--algonquin-green: rgba(0, 99, 65, 1);
	--algonquin-green-80: rgba(51, 130, 103, 1);
	--algonquin-green-10: rgba(229, 239, 236, 1);
	--white: rgba(255, 255, 255, 1);
	--charcoal: rgba(33, 39, 33, 1);
	--charcoal-80: rgba(86, 86, 86, 1);
	--charcoal-30: rgba(204, 204, 204, 1);
	--charcoal-10: rgba(233, 233, 233, 1);
	--red: rgba(172, 34, 34, 1);
	--red-10: rgba(250, 236, 236, 1);
	--h1-font-family: 'Metropolis', 'Montserrat';
	--h1-font-weight: 800;
	--h1-font-size: 32px;
	--h1-letter-spacing: 0.03839999914169311px;
	--h1-line-height: 48px;
	--h1-font-style: normal;
	--h2-font-family: 'Metropolis', 'Montserrat';
	--h2-font-weight: 700;
	--h2-font-size: 28px;
	--h2-letter-spacing: 0.03359999924898147px;
	--h2-line-height: 42px;
	--h2-font-style: normal;
	--h3-font-family: 'Metropolis', 'Montserrat';
	--h3-font-weight: 700;
	--h3-font-size: 20px;
	--h3-letter-spacing: 0.023999999463558196px;
	--h3-line-height: 30px;
	--h3-font-style: normal;
	--h4-font-family: 'Metropolis', 'Montserrat';
	--h4-font-weight: 400;
	--h4-font-size: 16px;
	--h4-letter-spacing: 0.019199999570846556px;
	--h4-line-height: 24px;
	--h4-font-style: normal;
	--h5-font-family: 'Metropolis', 'Montserrat';
	--h5-font-weight: 700;
	--h5-font-size: 16px;
	--h5-letter-spacing: 0.016799999624490736px;
	--h5-line-height: 21px;
	--h5-font-style: normal;
	--p-font-family: 'Metropolis', 'Montserrat';
	--p-font-weight: 400;
	--p-font-size: 1.2rem;
	--p-letter-spacing: 0.016799999624490736px;
	--p-line-height: 21px;
	--p-font-style: normal;
	--testimonial-font-family: "Freight-TextMedium", Helvetica;
	--testimonial-font-weight: 500;
	--testimonial-font-size: 24px;
	--testimonial-letter-spacing: 0.028799999356269836px;
	--testimonial-line-height: 36px;
	--testimonial-font-style: normal;
	--hyperlink-font-family: 'Metropolis', 'Montserrat';
	--hyperlink-font-weight: 400;
	--hyperlink-font-size: 16px;
	--hyperlink-letter-spacing: 0.016799999624490736px;
	--hyperlink-line-height: 21px;
	--hyperlink-font-style: normal;
	--fineprint-font-family: 'Metropolis', 'Montserrat';
	--fineprint-font-weight: 400;
	--fineprint-font-size: 12px;
	--fineprint-letter-spacing: 0.014399999678134918px;
	--fineprint-line-height: 18px;
	--fineprint-font-style: italic;
}

/* 
Cannot style container due to Bootstrap
.container {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 80px;
    padding-right: 80px;
	max-width: 1400px;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
} */

h1 {
	font-size: 2.5em;
}

h1,
h2,
h4 {
	margin: 0 0 30px 0;
	color: #0d6936;
	letter-spacing: -1px;
	
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1em;
}

h2 {
	margin: 30px 0 20px 0;
	color: #318077;
	letter-spacing: -1px;
	font-size: 1.75em;
	line-height: 1.3em;
}

h4 {
	margin: 0 0 8px 0;
	color: #338267;
	letter-spacing: -0.5px;
}

h4 {
	color: #338267;
	font-size: 1.2em;
	line-height: 26px;
}

a {
	color: #338267;
	text-decoration: underline;
	font-size: inherit;
}
a:hover {
    color: #006341;
    text-decoration: none;
}
#postimagediv {
    display: block !important;
}
@media screen and (max-width: 959px) {


	nav .menu li:hover>ul {
		display: block;
	}
}

footer {
	padding: 1.25em;
	background-color: #212721;
	box-shadow: inset 0 15px 18px rgba(0, 0, 0, 0.24);
	text-align: center;
}

.js-scroll-top {
	-webkit-transition: background 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: background 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: background 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	position: fixed;
	bottom: 0;
	z-index: 9999;
	display: none;
	padding: 10px 0;
	width: 100%;
	height: 40px;
	background: #006341;
	text-align: center;
	cursor: pointer;
}

.js-scroll-top .icon-fnt_arrow_up_small {
	color: #fff;
}

.js-scroll-top:hover {
	background: #009a5d;
}

@media screen and (max-width: 767px) {


	.js-scroll-top {
		right: 20px;
		bottom: 20px;
		padding-top: 15px;
		width: 50px;
		height: 50px;
		border-radius: 2px;
	}
	.navigation-2 {
		height: auto!important;
		position: absolute!important;
        top: 120px;
        width: 100% !important;
		z-index: 1000!important;
		
	}
	.navigation-2 .menu-item:hover{
		padding: 15px;
	}
	.navigation-2 .sub-menu .menu-item
	{
		padding: 15px !important;
	}
	.navigation-2 .menu-item a{
		font-size: 1em !important;
		padding: 15px 0px;

	}
	.navigation-2 .menu-item{
		border-bottom: 1px solid #565656;
	}
}

/* General Styles */
footer#footer-dark {
	background: #333333 !important;
	width: 100%;
  }
  
  .footer-wrapper {
	padding: 20px;
  }
  
  .footer-wrapper hr {
	margin: 40px 0px 25px 0px !important;
	background: transparent !important;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  
  #footer-dark .campus-info-wrapper .campus-info h4,
  #footer-dark .footer-nav-wrapper span a,
  #footer-dark .campus-info-wrapper .campus-info a,
  #footer-dark .campus-info-wrapper .campus-info a:hover,
  #footer-dark .campus-info-wrapper .campus-info a:focus {
	color: #ffffff;
  }
  
  #footer-dark .campus-info-wrapper .campus-info address {
	color: #f0f0f0;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	margin-bottom: 0px;



  }
  .campus-info-wrapper{
	margin-top: 20px;
	padding-bottom: 0px !important;
  }
  .campus-info-wrapper .campus-info address span {
	padding: 3px 0px;
	font-size: 0.95rem;
	font-weight: 400;
	
    align-items: center;
  }
  
  .campus-info-wrapper .campus-info a {
	font-size: 0.95rem;
	text-decoration: none;
	padding: 3px 0px;
	font-weight: 400;
  }
  .campus-info p{
		color: #f0f0f0;
		text-align: left;
		padding-top: 21px;
	  }
  .footer-nav-wrapper span a {
	font-size: 0.95rem !important;
	text-align: center !important;
	text-decoration: none ;
  }
  
  .campus-info-wrapper .campus-info a:hover,
  .campus-info-wrapper .campus-info a:focus,
  .footer-nav-wrapper span a:hover,
  .footer-nav-wrapper span a:focus {
	text-decoration: underline !important;
  }
  
  .footer-social-wrapper span {
	width: 32px !important;
	height: 32px !important;
	display: flex;
	padding: 16px 0px;
	align-items: center;
  }
  
  .footer-social-wrapper span a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 36px !important;
	height: 36px !important;
	margin: 0px 5px !important;
	border-radius: 50%;
  }
  
  .footer-social-wrapper span a img {
	height: 30px !important;
	width: 30px !important;
	padding: 4px;
    max-width: none;
  }
  
  .footer-social-wrapper span a img:hover {
	cursor: pointer;
  }
  
 
  #copyright a{
	color: white;
  }
  /* Responsive Styles */
  
  /* Tablets and larger screens */
  @media screen and (min-width: 768px) {
	
	footer#footer-dark {
	  /* padding: 30px 80px !important; */
      padding: 30px 20px !important;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
  
	.footer-section {
	  
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	 
	}
  
	.campus-info-wrapper {
	  
	 margin: 0px;
	 width: 80%;
	 
	}
	.logo-wrapper{
		margin-bottom: 98px;
	}
	.logo-wrapper,
	.footer-social-wrapper {
		display: flex;
		width: 35%;
		justify-content: flex-end;
		align-items: center;
		
	}
  
	.footer-nav-wrapper {
	 
	  min-width: 680px;
	  max-width: 600px;
	  display: flex;
	  justify-content: space-between;
	 
	}
  
	.logo-wrapper a img {
	  max-width: 235px !important;
	}
  
	.campus-info-wrapper .campus-info {
	  display: flex;
	  flex-direction: column;
	  justify-content: flex-start;
	  align-items: flex-start;
	}
  
	.campus-info-wrapper .campus-info h4 {
	  font-size: 1.15rem;
	  font-weight: 600;
	  margin: 0 0 3px 0 !important;
	}
  }
  
  /* Mobile screens */
  @media screen and (max-width: 767px) {
	footer#footer-dark {
	  padding: 15px !important;
	  min-height: auto !important;
	}
  
	.footer-section {
        /* text-align: left; */
	  width: 100%;
	  text-align: center;
	}
  
	.campus-info-wrapper,
	.footer-nav-wrapper {
	  min-width: 100%;
	  max-width: 100%;
	}
  
	.logo-wrapper,
	.footer-social-wrapper {
	  width: 100%;
	  /* text-align: left; */
      text-align: center;
	}
  
	.logo-wrapper a img {
	  /* max-width: 260px; */
      max-width: 175px;
	  /* display: none; */
	}
  
	.campus-info-wrapper .campus-info address span,
	.campus-info-wrapper .campus-info a {
	  padding: 2px 0px;
	  font-size: 0.9rem;
	  text-align: left;
	}
	#footer-dark .campus-info-wrapper .campus-info address {
		color: #f0f0f0;
		text-align: left;
	
	
	  }
	 
	.campus-info-wrapper .campus-info h4 {
	  /* font-size: 1.15rem; */
      font-size: 17px;
	}
  
	.footer-social-wrapper span {
	  width: 30px !important;
	  height: 30px !important;
	}
  
	.footer-social-wrapper span a img {
	  height: 28px !important;
	  width: 28px !important;
	}
	#copyright a {
		text-align: left;
		padding-bottom: 20px;
	}
	.campus-info-wrapper, .footer-nav-wrapper {
		padding-bottom: 20px;
	}
	.footer-social-wrapper {
		width: 100%;
		/* text-align: left; */
		display: flex;
        justify-content: center;
		margin-left: -16px;
  }
  .footer-social-wrapper span a {
	margin: 0px;
  
  }
  .footer-social-wrapper span {
	margin: 0px !important;
  }

  #footer-dark .campus-info-wrapper .campus-info address {
	 flex-direction: column;
    justify-content: center;
    align-items: center;
  }


}

/* -- RESPONSIVE MEDIA QUERIES -- */
 
/* -- MIN 1240px -- */
@media screen and (min-width: 1240px) {
	.custom-container,
	nav .custom-container {
	max-width: 1400px !important;
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px;
	padding-right: 25px;
	}
}
/* -- MAX 1239px -- */
@media screen and (max-width: 1239px) {
	.custom-container,
	nav .custom-container {
	width: 100%;   
	margin-right: auto;
	margin-left: auto;
	padding-left: 25px !important;
	padding-right: 25px !important;
	}
}
/* -- MAX 767px -- */
@media screen and (max-width: 767px) {
	.custom-container,
	nav .custom-container {
	padding-left: 25px !important;
	padding-right: 25px !important;
	}
}
/* -- MAX 575px -- */
@media screen and (max-width: 575px) {
	.custom-container,
	nav .custom-container {
	padding-left: 20px !important;
	padding-right: 20px !important;
	}
	nav .custom-container {
	max-width: 575px !important;
	}
}
/* -- MAX 480px -- */
@media screen and (max-width: 480px) {
	.custom-container,
	nav .custom-container {
	padding-left: 15px !important;
	padding-right: 15px !important;
	}
	nav .custom-container {
	max-width: 480px !important;
	}
}
.desktop-page {
	
	flex-direction: column;
	/*align-items: flex-start;*/
	position: relative;
	background-color: #ffffff;
}

.desktop-page .combined-navigation {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
	
}

.desktop-page .navigation {
	
	/*padding-left: 85px;*/
	display: flex;
	align-items: center;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
	justify-content: flex-end;
}

.desktop-page .frame {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0px 16px 0px;
	position: relative;
	flex: 1;
	flex-grow: 1;
	background-color: var(--white);
	/* important stuff below */
	max-width: calc(1400px - 482px); /* 482px is width of 3 header divs on right side */
	margin-left: auto;
	margin-right: auto;
	/*padding-left: 25px;
	padding-right: 25px;*/
}

.desktop-page .ACCT-logo-horizontal {
	position: relative;
	width: 388px;
	height: 48px;
}

.desktop-page .div {
	/* width: 467.89px; */
	align-items: center;
	justify-content: flex-end;
	display: flex;
	position: relative;
}

.desktop-page .iconmonstr-magnifier {
	position: relative;
	width: 64px;
	height: 44px;
}

.desktop-page .iconmonstr-shopping a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 13px 20px;
	position: relative;
	flex: 0 0 auto;
	text-decoration: none;
}

.desktop-page .vector {
	position: relative;
	width: 24px;
	height: 18px;
}

.desktop-page .text-wrapper {
	position: relative;
    top: -1px;
	width: fit-content;
	margin-top: -1px;
	font-weight: var(--h5-font-weight);
	/* color: var(--algonquin-green-80); */
	font-size: var(--h5-font-size);
	letter-spacing: var(--h5-letter-spacing);
	line-height: var(--h5-line-height);
	white-space: nowrap;
	font-style: var(--h5-font-style);
}

.desktop-page .div-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px;
	position: relative;
	align-self: stretch;
	flex: 0 0 auto;
	background-color: #F8F9F8;
}

.desktop-page .text-wrapper-2 {
	position: relative;
	width: fit-content;
	font-weight: var(--h5-font-weight);
	color: var(--algonquin-green-80);
	font-size: var(--h5-font-size);
	letter-spacing: var(--h5-letter-spacing);
	line-height: var(--h5-line-height);
	white-space: nowrap;
	font-style: var(--h5-font-style);
}

.desktop-page .text-wrapper-2 a {
	position: relative;
	width: fit-content;
	font-weight: var(--h5-font-weight);
	color: var(--algonquin-green-80);
	font-size: var(--h5-font-size);
	letter-spacing: var(--h5-letter-spacing);
	line-height: var(--h5-line-height);
	white-space: nowrap;
	font-style: var(--h5-font-style);
	text-decoration: none;
}
.desktop-page .text-wrapper-2 a:hover {
    text-decoration: none;
	cursor: pointer;
}
.desktop-page .div-apply-now {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px;
	position: relative;
	align-self: stretch;
	flex: 0 0 auto;
	background-color: #338267;
}
.desktop-page .text-wrapper-3 {
	position: relative;
	width: fit-content;
	font-weight: var(--h5-font-weight);
	color: #fff;
	font-size: var(--h5-font-size);
	letter-spacing: var(--h5-letter-spacing);
	line-height: var(--h5-line-height);
	white-space: nowrap;
	font-style: var(--h5-font-style);
}

.desktop-page .text-wrapper-3 a {
	position: relative;
	width: fit-content;
	font-weight: var(--h5-font-weight);
	color: #fff;
	font-size: var(--h5-font-size);
	letter-spacing: var(--h5-letter-spacing);
	line-height: var(--h5-line-height);
	white-space: nowrap;
	font-style: var(--h5-font-style);
	text-decoration: none;
}
.desktop-page .text-wrapper-3 a:hover {
    text-decoration: none;
	cursor: pointer;
}
.desktop-page .custom-container-2{
	width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 25px;
      
}

.frame-search {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/* gap: 32px; */
	padding: 0px;
	position: relative;
	border: 1px solid;
	border-color: var(--charcoal-30);
	width: 50%;
	min-width: 300px;
	border-radius: 6px;

}

.frame-search input[type="text"] {
	position: relative;
	width: 100%;
	font-weight: var(--p-font-weight);
	color: var(--charcoal-80);
	font-size: 0.95rem;
	letter-spacing: var(--p-letter-spacing);
	line-height: var(--p-line-height);
	border: none;
	outline: none;
	background: transparent;
}

.frame-search img.iconmonstr-magnifier-1 {
	width: 44px;
	height: 44px;
}

/*** Google Search ***/
.entry-content table.gsc-search-box{
	width: 100% !important;
}
table.gsc-search-box{
	width: 250px !important;
}
.gsc-control-searchbox-only .gsc-search-button, .gsib_b {
    display: none;
}

.gsc-control-searchbox-only .gsc-input-box {
    border: 0 !important;
}

.gsib_b {
    display: none !important;
}
/*** Google Search ***/

#open-profile {
    cursor: pointer;
}

.profile-menus{
	display: none;
	flex-direction: column;
	align-items: center;
	/* box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25); */
	position: absolute;
	top: 50px;
    left: 0px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
    z-index: 1;
}
.profile-menus .iconmonstr-polygon{
	width: 27px;
	height: 27px;
	margin-top: -20px;
	
}
.profile-menus .gap{

	width: 21px;
	height: 9px;
	margin-bottom: -10px;
}
.profile-menus h5 a{
	color: var(--Charcoal, #212721);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 150% */
	letter-spacing: 0.017px;
	padding: 16px;
	border-bottom: 1px solid var(--charcoal-30, #CCC);
	background: var(--White, #FFF);

}

.profile-menus p {
	display: flex;
	height: 26px;
	padding: 16px;
	padding-top: 25px;
	padding-bottom: 25px;
	align-items: center;
	align-self: stretch;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
.profile-menus p:hover {
    color: var(--algonquin-green-80);
	background-color: var(--algonquin-green-10);
}
.profile-menus p:hover a {
    color: var(--algonquin-green-80);
}
.profile-menus p a{
	color: var(--Charcoal, #212721);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	letter-spacing: 0.017px;
    text-decoration: none;
}

.profile-menus .profile-menu-name {
	font-weight: bold;
    justify-content: center;
}

.navigation-2 {

	background-color: var(--charcoal);
	display: flex;
	align-items: center;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
	height: 53px;
	justify-content: flex-start;
  
   
	
}
.navigation-2 .custom-container {
	width: 100%;
    height: 100%;
}
.navigation-2 .menu {
    height: 100%;
}
.navigation-2 ul.menu {
	list-style: none;
    display: flex;
	padding: 0px;
	margin: 0px;
	width: 100%;
	justify-content: space-between; /* add this */
	/*align-items: center;  add this */
	
}
/* 
.navigation-2 .menu .menu-item:first-child {
	padding-left: 85px !important;
	padding-right: 65px !important;
  }
  .navigation-2 .sub-menu .menu-item:first-child {
	padding-left: 15px !important;
	padding-right: 0px !important;
  } */

.navigation-2 .menu-item {
	position: relative;
    text-align: center;
	/* padding: 14px 58px; */
   
}
@media (min-width: 992px) {
	.navigation-2 .menu-item {
        position: relative;
		text-align: center;
		padding: 14px 20px;
		/* width: 20%; */ /* remove this */
		display: flex;
		justify-content: center;
		align-items: center;
    }
}

.navigation-2 .menu-item a {
    text-decoration: none;
    position: relative;
    width: fit-content;
    font-weight: var(--p-font-weight);
    color: var(--white);
    letter-spacing: var(--p-letter-spacing);
    line-height: var(--p-line-height);
    /* white-space: nowrap; */
    font-style: var(--p-font-style);
    display: flex; /* Use flexbox */
	align-items: center;
	font-size: 1.05rem !important;
    text-align: left;
}
@media (min-width: 992px) {
    .navigation-2 .menu-item a {
        white-space: nowrap;
    }
}

.navigation-2 .menu-item-has-children > a::after {
    
		content: "";
		display: inline-block;
		width: 25px;
		height: 25px;
		background: url(../images/icns/icn-ac-caret-down.png) no-repeat;
		background-size: contain;

}


.navigation-2 .menu-item:hover {
	background: #565656;
	
}

.navigation-2 .sub-menu {
	display: none;
 }
.navigation-2 .menu-item:hover>.sub-menu {
	display: flex;
}

.navigation-2 .sub-menu {
	
	position: absolute;
	top: 100%;
	left: -40px;
	z-index: 200;

}

.navigation-2 .sub-menu .menu-item {
	margin-top: -2px;
	/* width: 340px; */
	padding: 15px;
	background: #565656;
	justify-content: flex-start;
	align-items: center;
	display: inline-flex
}
@media (min-width: 992px) {
    .navigation-2 .sub-menu .menu-item {
        width: 333px;
		
    }
}
@media (max-width: 767px) {
    .navigation-2 .sub-menu .menu-item {
       
		padding: 0px !important;
		display: flex !important;
    }
}
.navigation-2 .sub-menu a {
	color: white;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0.02px;

}

.navigation-2 .menu-item:hover .sub-menu {
	display: flex;
	flex-direction: column;
}

.navigation-2 .sub-menu li:hover {
	background: #212721;
}
.wrapper {
    max-width: 1240px;
	margin: 0 65px;
    width: 95%;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

  /* .container {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
  } */
 
h1, h2 {
    margin: 0;
    padding: 0px;
    font-size: 2em;
   
    border-bottom: none;
    color: #383838;
}

article .entry-title {
    color: var(--algonquin-green-80, #338267);
    font-size: 1.75rem !important;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.034px;
    /* line-height: 60px; */
}

.navigation-mobile{
	display: none;
}

.profile-menus.show {
	display: inline-flex;
 
}

/* Top navigation for mobile/tablet */
@media only screen and (max-width: 960px) {
   
	.navigation-mobile{
		display: block;
		width: 100%;
	}
	.desktop-page .navigation {
		display: none;
	}
	.navigation-2{
		display: none;
		/* height: 285px; */
       /* min-height: 260px;*/
	   padding: 30px 0px;
	}
	.navigation-2 ul.menu {
		display: block;
		
	}
	
	
	.navigation-2 .menu-item-has-children > a::after {
		/* Change the background position to place the arrow on the right */
		background-position: right center;
	}
	.desktop-page .frame {
        display: flex;
        flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
		/* padding: 16px 16px 16px 16px; */
        padding: 0;
    }

    .mobile-icons {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .logo-hamburger {
		width: 100%; /* add this */
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        padding: 10px 18px;
		gap: 150px;
    }

    /* .logo-hamburger img {
        width: 80%;
    } */
	.desktop-page .ACCT-logo-horizontal {
		position: relative;
		width: 100%;
        /* width:58%; */
		height: 100%;
	}
	
    .hamburger-icon {
        font-size: 24px; /* Adjust as needed */
        cursor: pointer;
    }

   
	.desktop-page .div-wrapper {
		text-align: center; /* Center My Learning Portal link */
		width: 100%;
		display: none; /* Initially hide the button */

	}
	.navigation-2 ul.menu {
		padding-left: 0px;
		
	}
	.profile-menus {
		top: 72px;
	}
	.navigation-2 .menu-item {
		position: relative;
		text-align: center;
		/* padding: 14px 58px; */
		/* width: 20%; */ /* remove this */
	}
	.navigation-2 .menu-item:hover {
		padding: 12px 15px;
		background-color: #212721;
	}
	
	.div-wrapper {
        text-align: center;
       
    }

    .div-wrapper.show {
        display: flex; /* Show the button when the 'show' class is present */
    }
	.navigation-2.show {
        display: flex !important; /* Show the button when the 'show' class is present */
    }
	.navigation-2 .sub-menu {
		
		flex-direction: column;
		position: relative;
		left: 0px;
	}
	.arrow {
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
	  }
	
	  .navigation-2 .menu-item:hover .sub-menu {
		display: none;
		
	  }
	  .navigation-2 .sub-menu li:hover {
		background: #565656;
		/*padding-left: 15px;*/
	}
	

	.navigation-2 .menu .menu-item:first-child {
		/* padding-left: 15px !important;
		padding-right: 15px !important;*/  
	}
	.navigation-2 .sub-menu .menu-item:first-child {
		/*padding-left: 15px !important;
	   padding-right: 0px !important;  */
   }
	  .up-arrow:before {
		content: '\25B2'; /* Unicode character for up arrow */
	  }
	  
	  .down-arrow:before {
		content: '\25BC'; /* Unicode character for down arrow */
	  }
	  .footer-nav-wrapper span a {
		padding-right: 20px;
		text-decoration: underline;
	  }
	  .navigation-2 .submenu-open .sub-menu {
		background-color: #565656;
		display: flex !important;
	}
	.navigation-2 .menu-open {
		background-color: #565656 !important;
	}
	.navigation-2 .menu-open> a::after {
		content: "";
		display: flex;
		width: 20px;
		height: 20px;
		background: url(../images/icns/icn-caret-up.png) no-repeat !important;
		align-items: center;
		justify-content: flex-end;
	}
}

.btn-green {
    padding: 13px 22px !important;
    background: #338267 !important;
    align-items: center !important;
    gap: 16px !important;
    display: inline-flex !important;
    cursor: pointer !important;
    border-radius: 6px !important;
    border: 0 !important;
    color: white !important;
    font-size: 0.9em !important;
}
.btn-green:hover, .btn-green:focus {
    background: #235845;
}

.custom-container article.page,
.custom-container article.post {
    margin-top: 40px;
    margin-bottom: 40px;
}


/* Gravity Forms */

.gform_wrapper .gform_fields {
    row-gap: 15px !important;
} 

.gform_wrapper label {
    color: var(--charcoal-80) !important;
}

/*
@media (min-width: 992px) { 
    .gform_wrapper .gfield {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
    .gform_wrapper fieldset.gfield .gfield_label {
        float: left;
    }
}
*/

.gform_wrapper .gfield .gfield_label {
    font-weight: 400 !important;
    margin-bottom: 5px !important;
}

.gform_wrapper .gfield .gfield_description {
    font-style: italic;
}

/* @media (min-width: 992px) { 
    .gform_wrapper .gfield .ginput_container {
        width: 100% !important;
    }
    .gform_wrapper fieldset.gfield .ginput_container {
        width: 105% !important;
    }
} */

.gform_wrapper .gfield .ginput_container input,
.gform_wrapper .gfield .ginput_container textarea {
    border-color: lightgrey !important;
	/*height: 30px !important;
	padding-left: 5px !important;*/
}

.gform_wrapper .ginput_container input:focus {
    box-shadow: none !important;
    border-color: #006341 !important;
}

.gform_wrapper .gfield_required {
    margin-left: -2px !important;
    color: var(--charcoal-80) !important;
}
.gform_wrapper input[type=submit], .gform_wrapper input[type=submit]{
	background: var(--algonquin-green-80, #338267) !important;
	border: 4px solid #e2e2e0;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
	padding: 10px 10px 10px 10px;
	width: auto;
	text-decoration: none;
	border-radius: 0px;
}
 

.gform_wrapper input.gform_button[type=submit]{
	border-radius: 6px !important;
}


.gform_wrapper input:hover[type=submit], .gform_wrapper input:hover[type=submit]{
	background-color: #00472B !important;
}
/* WooCommerce Forms */

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
}

.woocommerce-form label,
.woocommerce-ResetPassword label {
	color: var(--charcoal-80);
    margin-bottom: 3px;
}

.woocommerce-Input {
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(18,25,97,.078);
}
.woocommerce-Input:focus {
    outline: 1px solid #006341 !important;
}

.woocommerce-Button[type="submit"] {
	background-color: green !important;
}

.woocommerce-Button[type="submit"] {
    padding: 13px 22px !important;
    background: #338267 !important;
    align-items: center !important;
    display: inline-flex !important;
    border-radius: 6px !important;
    color: white !important;
    font-size: 0.9em !important;
    font-weight: 400 !important;
}
.woocommerce-Button[type="submit"]:hover,
.woocommerce-Button[type="submit"]:focus {
    background-color: #235845 !important;
}


/* WooCommerce Notice Alerts */

.wc-block-components-notice-banner.is-info {
    background-color: #f4fff7 !important;
    border-color: #4ab866 !important;
}

.woocommerce-message {
    background-color: #e5efec;
    color: #006341;
    border-radius: 5px;
    border: 0;
    border: 1px solid #569881;
	line-height: 35px;
}
.woocommerce-message::before {
    color:#006341
}

.woocommerce-message .button {
    background-color: #006341 !important;
    color: white !important;
}

.woocommerce-error {
    background-color: #faecec;
    color: #ac2222;
    border-radius: 5px;
    border: 0;
    border: 1px solid #ac2222;
}
.home-button-text a {
    justify-content: center !important;
    padding: 16px 32px;
    background: #338267;
    align-items: center;
    gap: 16px;
    display: inline-flex;
    color: white !important;
    font-size: 1.09rem!important;
    font-weight: 500!important;
    line-height: 24px!important;
    letter-spacing: 0.02px!important;
    border-radius: 6px;
    text-decoration: unset!important;
}

/* Hover effect */
.home-button-text a:hover {
    background-color: var(--algonquin-green);
}

/* Add arrow icon after text */
.home-button-text a::after {
    content: "";
    background-image: url('/wp-content/themes/ac-realestate/images/icns/icn-arrow-right-white-v2.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-left: 8px; /* Adds space between text and icon */
    display: inline-block;
}
/*  User dashboard styles  */


.tabs {
   /* display: none;*/
    padding: 0;
    /* padding-left: 0px; */
    /* border-right: 1px solid #ccc; */
  }

  @media (min-width: 992px) { 

    .info {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    border: 0;
     padding-top: 40px; 
  }
  .account-info {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    border: 0;
     padding-top: 40px; 
  }
        .tabs {
            display: block;
        }
}

  .tabs-mob-show {
    display: block !important;
  }
  .tabs-mob-hide {
    display: none !important;
  }

  .tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    position: relative;
    border-bottom: 1px solid lightgrey;
	text-decoration: none;
    /*margin-bottom: 8px;*/
    /* border-radius: 4px; */
  }

  .tab:hover {
    cursor: pointer;
    box-shadow: inset 6px 0px 0px 0px  var(--algonquin-green-80);
    border-radius: 0px;
    
  }
  .tab:hover .text-wrapper{
    color: #338267;
  }
  .tabs .active:hover {
    box-shadow: none;
    border-radius: 4px;
  }
  .tabs .active {
    /* background-color: var(--algonquin-green-80); */
    background-color: var(--algonquin-green-10);
  }

/* Hover styles for each tab */
.tab.my-application:hover .img,
.tab.application-requirements:hover .img,
.tab.my-account:hover .img,
.tab.order-history:hover .img,
.tab.my-learning-path:hover .img
 {
    background-color: #338267;
    border-radius: 16px;
    width: 30px;
    height: 30px;
}
        
/* Change images on hover */
.tab.my-application:hover .img {
    background-image: url('../images/icns/icn-no-bg-monograph-info-white.png');
}

.tab.order-history:hover .img {
    background-image: url('../images/icns/icn-no-bg-monograph-overview-white.png');
}

.tab.my-account:hover .img {
    background-image: url('../images/icns/icn-user-white.png');
}

.tab.application-requirements:hover .img {
    background-image: url('../images/icns/icn-no-bg-monograph-details-white.png');
}
.tab.my-learning-path:hover .img {
    background-image: url('../images/icns/icn_learning_path_white.svg');
}
  @media (min-width: 992px) { 

    .tab {
        border-radius: 4px;
        border: 0;
    }
    .tabs .active {
    background-color: var(--algonquin-green-80);
  }
  }

  .tab .text-wrapper {
    position: relative;
    width: fit-content;
    font-weight: 500;
    color: var(--charcoal);
    font-size: var(--h4-font-size);
    letter-spacing: var(--h4-letter-spacing);
    line-height: var(--h4-line-height);
    white-space: nowrap;
    font-style: var(--h4-font-style);
  }

  .tabs .active .text-wrapper {
    position: relative;
    width: fit-content;
    font-weight: 500;
    /* color: var(--white); */
    font-size: var(--h4-font-size);
    letter-spacing: var(--h4-letter-spacing);
    line-height: var(--h4-line-height);
    white-space: nowrap;
    font-style: var(--h4-font-style);
  }
  @media (min-width: 992px) { 
    .tabs .active .text-wrapper {
        color: white;
    }

  }

  .tab .img {
    position: relative;
    width: 32px;
    height: 32px;
  }

  .tab-content {
    flex: 1;
    /* padding: 10px; */
    padding-top: 30px;
  }
  @media (min-width: 992px) {
    .tab-content {
        padding: 10px;
    }
  }

  .tab-content>div {
    display: none;
  }

  .tab-content>div.active {
    display: block;
  }
.info{
  margin-top: 30px;
  margin-left: -10px;
  margin-bottom: 40px;
}
.account-info{
	margin:0px -15px;
}

  .info h2 {
    position: relative;
    align-self: stretch;
    margin-top: -1px;
    font-family: var(--h2-font-family);
    font-weight: var(--h2-font-weight);
    color: var(--charcoal);
    font-size: var(--h2-font-size);
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    font-style: var(--h2-font-style);
  }

  #my-application .flexcontainer {
   /* display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;*/
    display: block;
  }
 
  .info .text {
    position: relative;
    align-self: stretch;
    font-family: var(--p-font-family);
    font-weight: var(--p-font-weight);
    color: var(--charcoal);
    font-size: var(--p-font-size);
    letter-spacing: var(--p-letter-spacing);
    line-height: var(--p-line-height);
    font-style: var(--p-font-style);
  }

  .info .span {
    font-family: var(--p-font-family);
    font-weight: var(--p-font-weight);
    color: #212721;
    font-size: var(--p-font-size);
    letter-spacing: var(--p-letter-spacing);
    line-height: var(--p-line-height);
    font-style: var(--p-font-style);
  }

  a.application-requirements span.img {
    background-image: url('../images/icns/icn-no-bg-monograph-details-dark.png');
    background-repeat: no-repeat;
    background-size: 27px 27px;
  }

  a.order-history span.img {
    background-image: url('../images/icns/icn-no-bg-monograph-overview-dark.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }


  a.my-account span.img {
    background-image: url('../images/icns/icn-user.png');
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
  }



  a.my-application span.img {
    background-image: url('../images/icns/icn-no-bg-monograph-info-dark.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }

  a.my-learning-path span.img {
    background-image: url('../images/icns/icn_learning_path_black.svg');
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }
 
  @media (min-width: 992px) { 

        a.my-application.active span.img {
            background-image: url('../images/icns/icn-no-bg-monograph-info-white.png');
        }
        
        a.order-history.active span.img {
            background-image: url('../images/icns/icn-no-bg-monograph-overview-white.png');
        }

        a.my-account.active span.img {
            background-image: url('../images/icns/icn-user-white.png');
        }

        a.application-requirements.active span.img {
            background-image: url('../images/icns/icn-no-bg-monograph-details-white.png');
        
        }
		 a.my-learning-path.active span.img {
            background-image: url('../images/icns/icn_learning_path_white.svg');
        
        }
 

  }
  .gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
	color: #383838 !important;
  }
  .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filename{
	color: #383838 !important;
  }
  .title-wrap{
	margin-bottom: 40px;
}
#content {
	margin-top: 60px !important;
    margin-bottom: 60px !important;
    /* margin-left: 80px !important; */
    max-width: 1400px !important;
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 250px;
}
.greenlabel{
	color: #338267 !important;
}
.gform_title{
	color: #338267 !important;
}
.woocommerce-info
 {
    border-top-color: #338267 !important;
}
.woocommerce-info::before {
    color: #338267 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{
	background-color: #338267 !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
	background-color: #338267 !important;
	border-radius: 6px !important;
}
.gform-theme--framework .gform-field-label--type-inline:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
	font-size: 16px !important;
}
div.gfield--type-html {
	margin-top: 20px;

}
  /* User Dashboard styles ends  */