@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html {
	margin: 0 auto;
	width: 100%;
}
body {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size: 110%;
	line-height: 1;
	letter-spacing: 0.6px;
	color: #333;
	background: #fff;
	cursor: default;
}

.container {
	margin: 0 auto;
	max-width: 1800px;
	padding: 0 2%;
}

a {
	color: #43a828;
	text-decoration: none;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
a:hover, a:focus {
	color: #2cd300;
	text-decoration: none;
	outline: 0;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}

a[href^=tel] {
	background: none !important;
	padding: 0 !important; 
}
a img {
	border: 0;
}

/* FORMS */
input[type='text'], input[type='email'], input[type='password'], textarea {
	outline: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	font-weight: 300;
	padding: 12px 6px;
	border: 1px solid #43a828;
	-webkit-appearance: none;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
}
textarea {
	width: 99.7%;	
}
input[type='text']:focus,
textarea:focus {
	border: 1px solid rgba(50, 118, 245, 0.5);
}
input[type='submit'], input[type='button'], button {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	color: #fff;
	font-weight: 500;
	background: #368222;
	border: 0;
	border-radius: 5px;
	padding: 12px 18px;
	cursor: pointer;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
input[type='submit']:hover, input[type='button']:hover, button:hover {
	background: #3277f4;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}

div.formBody {
	float: none !important;
}
.formError {
	color: #ff0000 !important;
    font-size: 11px !important;
    font-weight: normal !important;
    padding-left: 5px;
    display: inherit;
}
.has-error-foundation .formValidation {
	margin-top: -0.9rem !important;
}
.formClr {
	display: inline-block !important;
}
fieldset.formFieldset, fieldset {
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
fieldset.formFieldset ol.formContainer li {
	padding-top: 5px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.formCaption2 {
	margin-bottom: 0.5%;	
}

hr {
	border: none;
	border-bottom: 1px solid #d2d6df;
	margin: 3% 0;
}
img {
	max-width:100%;
	max-height:100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1%;
	line-height: 1.3;
	font-weight: 400;
}
p {
	margin-top: 0;
	line-height: 1.35;
}
strong {
	font-weight: 500;
}

.p p {
	margin: 0;
}
.ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.li li {
	display: inline-block;
}


/* HEADER TOP */
#header-top {
	background: #43a828;
	color: #fff;
	padding: 10px 0;
	font-size: 110%;
}
#header-top .grid {
	display: inline-block;
	vertical-align: middle;
}

/* HEADER */
#header {
	clear: both;
	padding-top: 10px;
	color: #828282;
}
#header .grid {
	display: inline-block;
	vertical-align: middle;
}
#header-top .burger {
	float: right;
	margin-top: -8px;
}
.menu-icon-cont .menu-icon3 {
	margin: .0em !important;
	height: .55em !important;
}
.sm-btn-120::before {
	color: #fff !important;
	line-height: 40px !important;
	padding-right: 6px !important;
}
.sm-btn-120.sm-close::before {
	content: "CLOSE" !important;
	font-size: 11px !important;
	color: #43a828 !important;
	padding-right: 0 !important;
}
.sm-close .menu-icon3 span:nth-child(1),
.sm-close .menu-icon3 span:nth-child(3) {
	background: #43a828;
}
.sm-close .menu-icon3:hover span {
	background: #3277f4;
}

/* LOGO */
#header .logo a {
	width: 350px;
	background: url(../images/acnh-logo.svg) no-repeat 0 0 / 350px;
	padding-top: 80px;
	text-indent: -99999px;
	display: inline-block;
}
#header .contact {
	text-align: right;
	float: right;
	margin-top: 20px;
}


/* MENU */
#header .mainmenu {
	background: #f9ebe1 url(../images/menu-hr.png) repeat-x center bottom;
	padding: 15px;
	border-radius: 4px;
}
#header .mainmenu li a {
	font-weight: 500;
	font-size: 105%;
	color: #3277f4;
	margin-right: 20px;
}
#header .mainmenu li a:hover,
#header .mainmenu li.active a {
	color: #43a828;
}
#header .mainmenu li:last-child a {
	margin-right: 0;	
}


/* BANNER */ 
#banner {
	background: #f3f3f3;
	overflow: hidden;
}
#banner .slider {
	float: left;
	width: 60%;
}

/* BANNER DESCRIPTION TEXT */
#banner .text {
	float: right;
	margin: 2% 2% 0 0;
	width: 38%;
	font-size: 95%;
	color: #5a5a5a;
}
#banner .text p {
	margin-bottom: 3%;
}
#banner .text a {
	font-size: 90%;
}
#banner .text a:hover {
	color: #43a828;
	font-weight: 400;
}
#banner .text h3 {
	color: #43a828;
	margin-bottom: 5%;
	font-weight: 700;
	font-size: 128%;
}
#banner .text strong {
	font-weight: 700;
	display: block;
	font-size: 120%;
	margin-right: 5px;
}
#banner .text em {
	font-style: normal;
}
#banner .text li {
	margin: 4% 0;
	background: url(../images/arrow.png) no-repeat left center / 7px;
	padding-left: 17px;
}
#banner .text li:hover {
	background: url(../images/arrow-h.png) no-repeat left center / 7px;
}

#banner .group {
	clear: both;
	padding: 2%;
	margin-bottom: 2%;
	background: #f9ebe1;
	color: #525252;
	width: 100%;
	box-sizing: border-box;
	font-size: 125%;
	text-align: center;
}
#banner .group strong {
	float: right;
	color: #fff;
	background: #43a828;
	padding: 8px 14px;
	border-radius: 3px;
	font-weight: 300;
	margin-top: -10px;
}

/* FEATURED SERVICES */
#banner .grid {
	margin: 0 0 2% 1.8%;
	display: inline-block;
	vertical-align: top;
	width: 30.75%;
	background: #3277f4;
	border-radius: 5px;
	text-align: center;
}
#banner .grid:hover {
	background: #43a828;
	color: #fff;
}
#banner .grid img {
	border-radius: 5px 5px 0 0;
}
#banner .grid img:hover {
	opacity: 0.9;
}
#banner .grid a {
	color: #fff;
}
#banner .grid a strong {
	padding: 5px 8px 0;
	height: 40px;
	display: block;
}

/* CONTENT */
#content {
	color: #333;
	margin-top: 3%;
	overflow: hidden;
}
#content h1 {
	font-size: 130%;
	color: #43a828;
	font-weight: 500;
}
#content h2 {
	font-size: 130%;
	color: #43a828;
	font-weight: 500;
}
#content h3 {
	color: #43a828;
	font-size: 110%;
	font-weight: 100;
	margin-bottom: 3%;
	line-height: 1.4;
}
#content .item-page li {
	margin-bottom: 10px;
}
#content .item-page .item-image img {
	margin-bottom: 3%;
}

/* HOME FEATURED */
#home #content {
	width: 100%;
	margin-right: 0;
}
#content .home p {
	margin-bottom: 15px;
}
#content .home div.grid {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
#content .home div.grid:first-child {
	margin-right: 3%;
}
#content .home h1 {
	font-size: 140%;
	font-weight: 500;
	margin-bottom: 2%;
}
#content .home .item-image {
	width: 30%;
	width: 45%;
	margin-right: 4%;
	float: left;
}
#content .item-image img {
	border-radius: 5px;
	width: 100%;
}

#content .home ul {
	list-style: none;
	counter-reset: my-counter;
	padding-left: 0;
	margin-top: 1%;
	margin-bottom: 6%;
}
#content .home li {
	padding-left: 50px;
	line-height: 1.3;
}
#content .home li p {
	margin-bottom: 25px;
}
#content .home li::before {
	background: #43a828;
	content: counter(my-counter, decimal);
	counter-increment: my-counter;
	position: absolute;
	color: #fff;
	width: 39px;
    height: 28px;
    text-align: center;
    padding-top: 10px;
    border-radius: 50%;
    margin-left: -50px;
    font-weight: 500;
    font-size: 105%;
}

#content .home h3 {
	color: #333;
	font-weight: 700;
	font-size: 105%;
	margin-bottom: 5px;
}
#content .home em {
	font-style: normal;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 2%;
	display: inline-block;
	background: #43a828;
	color: #fff;
	border-radius: 5px;
	font-weight: 400;
}

/* CONTET DEFAULT */ 
.container div.grid-m {
	display: inline-block;
	vertical-align: top;
}
#content {
	width: 70%;
	margin-right: 3%;
}

/* RIGHT MODULES */
#right {
	width: 26%;
	margin-top: 2.9%;
}
#right h3 {
	font-size: 140%;
	font-weight: 500;
}
#right div.grid {
	margin-bottom: 10%;
	font-size: 85%;
}

/* RECRUITEMENT FORM */
#right .form {
	background: #43a828;
	box-sizing: border-box;
	padding: 5%;
	color: #fff;
	border-radius: 5px;
}
#right .form p {
	line-height: 1.2;
}

#right .form div.grid-x {
	margin-top: 5px;
}
#right .form div.rsform-block-upload {
	margin-top: 10px;
	font-size: 85%;
}
#right .form div.rsform-block-upload p {
	margin-top: 5px;
}

/* CONTACT NUMBER & INFO */
#right .contact {
	background: #f9ebe1;
	color: #000;
	padding: 6%;
	box-sizing: border-box;
	border-radius: 5px;
}
#right .contact h4 { 
	color: #43a828;
	font-size: 120%;
	font-weight: 500;
	margin-bottom: 3%;
	background: url(../images/phone.png) no-repeat left center / 50px;
	padding-left: 60px;
	height: 55px;
}
#right .contact h4 strong {
	font-weight: 400;
	display: block;
	font-size: 94%;
}
	
/* TESTIMONIALS */	
#right .testimonials h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	margin-bottom: 3%;
	font-size: 119%;
}
#right .testimonials h3::before {
	content: "";
	background: #43a828;
	display: block;
	height: 3px;
	position: relative;
	width: 130px;
	bottom: -35px;
}
	
/* Specialist Care */
#content .specialist-care ul li {
	line-height: 1.2;
	font-weight: 500;
}
#content .leading .item {
	margin-bottom: 70px;
}
#content .home .leading .item {
	margin-bottom: 10px;
}
#content li {
	margin-bottom: 10px;
	line-height: 1.2;
}	

/* CONTACT */
.formContainer .cell {
	display: inline-block;
	vertical-align: top;
	width: 48.66%;
	margin-bottom: 12px;
}
.formContainer .left {
	margin-right: 2%;
}
.formContainer .rsform-type-radiogroup {
	margin-bottom: 10px;
	font-weight: 500;
}
.formContainer .formControls {
	margin-top: 5px;
}
.formContainer .formControls input[type="radio"] {
	visibility: hidden;
	position: absolute;	
}
.formContainer .formControls label {
	background: #f9ebe1;
	display: inline-block;
	padding: 5px 8px;
	margin-right: 8px;
	margin-bottom: 7px;
	cursor: pointer;
	border-radius: 3px;
	font-weight: 400;
	font-size: 94%;
}
.formContainer .formControls label:hover {
	background: #3277f4;
	color: #fff;
	box-shadow: 0 2px 5px 0 #00000029;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.formContainer .formControls input[type="radio"]:checked + label {
	background: #43a828;
	color: #fff;
}
.formContainer .rsform-type-textarea {
	margin-bottom: 12px;
}


/* FOOTER */
#footer {
	background: #feece2;
	margin-top: 40px;
	padding: 0 0 45px;
	font-size: 90%;
	overflow: hidden;
}

/* BROCHURE */
#footer .brochure {
	background: #3277f4;
	color: #fff;
	padding: 2% 3.5%;
	margin-bottom: 40px;
	text-align: center;
	font-size: 160%;
	font-weight: 400;
	letter-spacing: 0.5px;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
	border-radius: 0 0 5px 5px;
}
#footer .brochure a {
	display: inline-block;
	font-size: 70%;
	font-weight: 400;
	margin-left: 20px;
	margin-right: 20px;
	color: #fff;
	background: #43a828;
	padding: 5px 20px;
	border-radius: 5px;
	letter-spacing: 0;
}
#footer .brochure a:hover {
	background: #fff;
	color: #3277f4;
}

/* MODULE GRID */	
#footer div.grid {
	display: inline-block;
	vertical-align: top;
	width: 27%;
	margin-right: 4%;
}
#footer h3 {
	color: #43a828;
	margin-bottom: 15px;
	font-size: 130%;
	font-weight: 400;
}

/* MENU ALIAS */
#footer div.grid.menu {
	width: 15%;
	margin-right: 1%;
}
#footer .menu li {
	margin-bottom: 8px;
	font-size: 93%;
}
#footer .menu li:last-child {
	margin-bottom: 0;
}
#footer .menu li a {
	color: #333;
}
#footer .menu li a:hover,
#footer .menu li.active a {
	color: #43a828;
}

/* CONTACT US */
#footer div.grid.contact {
	margin-right: 0;
	width: 20%;
}
#footer .contact p {
	line-height: 1;
	margin-bottom: 10px;
}
#footer .contact h4 {
	font-size: 120%;
	font-weight: 700;
	margin-bottom: 10px;
}

/* FOOTER END */
#footerend {
	background: #efd5c8;
	clear: both;
	padding: 35px 0 25px;
	font-size: 75%;
	text-align: center;
}
#footerend .cm a {
	color: #bfa598;
	text-transform: uppercase;
	font-size: 7px;
	font-weight: 400;
}
#footerend .cm a:hover {
	color: #43a828;
}

/* OVERRIDES */
.cpnb-m-cookies-floatButtonPosition_bottom_left {
	display: none;
}

/* SCROLL TO TOP */
#button_top {
  display: inline-block;
  background: linear-gradient(0deg,rgba(51, 152, 24, 1) 0%, rgba(34, 103, 223, 1) 100%);
  width: 42px;
  height: 32px;
  padding: 12px 5px 5px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 15px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 95;
}
#button_top::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button_top:hover {
  cursor: pointer;
  background: linear-gradient(0deg,rgba(34, 103, 223, 1) 0%, rgba(51, 152, 24, 1) 100%);
}
#button_top:active {
  background: linear-gradient(0deg,rgba(34, 103, 223, 1) 0%, rgba(51, 152, 24, 1) 100%);
}
#button_top.show {
  opacity: 1;
  visibility: visible;
}



/* RESPONSIVE ELEMENTS */
@media (max-width:1700px) {
	#banner .text {
		margin-left: 2%;
	}
	#banner .slider {
		width: 58%;
	}
}

@media (max-width:1515px) {
	#banner .grid a strong {
		height: 60px;
	}
}

@media (max-width:1150px) {
	.container {
		padding: 0 2%;
	}	
}

@media (max-width:1075px) {	
/* BANNER */ 	
	#banner .slider {
		width: 100%;
		clear: both;
	}
	
/* BANNER DESCRIPTION TEXT */
	#banner .text {
		width: 100%;
		margin: 0;
		padding: 2.2%;
		box-sizing: border-box;
		font-size: 100%;
	}
	#banner .text h3 {
		margin-bottom: 1.5%;
	}
	#banner .text p {
		margin-bottom: 1%;
	}
	#banner .text strong {
		display: inline-block;
		margin-bottom: 0;
	}
	#banner .text em {
		font-size: 113%;		
	}
	#banner .text em::before {
		content: "/";
		position: relative;
		padding-right: 5px;
	}
	#banner .text li {
		margin: 1% 0; 
	}
	
	#banner .group {
		padding: 3% 2%;
		font-size: 110%;
	}	
}

@media (max-width:1060px) {
	.formContainer .cell {
		width: 100%;
		margin-right: 0;
	}
	
	#footer {
		padding-bottom: 20px;
	}
	#footer div.grid {
		width: 47%;
		margin-bottom: 20px;
	}
	#footer div.grid.recruiting {
		margin-right: 0;
	}
	#footer div.grid.menu {
		width: 50%;
	}
	#footer div.grid.contact {
		width: 48%;
	}
}

@media (max-width:930px) {
	#content {
		width: 100%;
		margin-right: 0;
	}
	
/* RIGHT MODULES */
	#right {
		width: 100%;
		margin-top: 10%;
	}
	#right div.grid {
		margin-bottom: 3%;
	}
	#right .form {
		padding: 3%;
	}	
	#right .contact {
		padding: 3%;
	}
	#right .contact h4 {
		margin-bottom: 1%;
	}
}

@media (max-width:830px) {
	#footer .brochure {
		font-size: 140%;
	}
	#footer .brochure a {
		font-size: 75%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width:810px) {
	#header .mainmenu {
		display: none;
	}
	#banner .grid a strong {
		font-size: 90%;
		height: 55px;	
	}
	
	#content .leading .grid {
		margin-bottom: 50px;
	}
}

@media (max-width:768px) {
	#content .home div.grid {
		width: 100%;
		margin-right: 0;
	}
	#content {
		margin-top: 40px;
	}
	#contact-us #content {
		margin-top: 0;
	}
}

@media (max-width:740px) {
	#header .logo a {
		width: 280px;
		background-size: 280px;
		padding-top: 60px;
	}
	#header .contact {
		font-size: 90%;
		margin-top: 10px;
	}
	#banner .grid {
		width: 47%;
	}
}

@media (max-width:600px) {
	#header {
		text-align: center;
	}
	#header .logo a {
		width: 300px;
		background-size: 300px;
		padding-top: 65px;
		margin-left: -30px;
	}
	#header .contact {
		float: none;
		text-align: center;
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 95%;
	}
	#content .home .item-image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		float: none;
	}
	#footer div.grid,
	#footer div.grid.menu,
	#footer div.grid.contact {
		width: 100%;
		margin-right: 0;
	}
	#footer div.grid.menu {
		margin-bottom: 35px;
	}
	#footerend {
		font-size: 70%;
	}
}

@media (max-width:490px) {
	#banner .grid {
		width: 96%;
		margin-right: 0;
	}
	#banner .grid a strong {
		height: auto;
		padding-bottom: 15px;
	}
}

@media (max-width:350px) {
	#header-top {
		font-size: 100%;
	}
  #header .logo a {
    	width: 260px;
		background-size: 260px;
		padding-top: 55px;
  }	
}