/* ===== Primary Styles ========================================================
   Author: Dan Mitchell / Creative Edge / www.creativeedge.co.uk
   ========================================================================== */

@import url("../fonts/helveticaneue/stylesheet.css");
@import url("../fonts/artifex/stylesheet.css");
/* Artifex-book */
/* Artifex-light */
@import url("../fonts/crossten/stylesheet.css");
/* Crossten-bold */

nav:before,
nav:after {
  content: "";
  display: table;
}
nav:after {
  clear: both;
}
nav {
  *zoom: 1;
}

footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer {
  *zoom: 1;
}

article:before,
article:after {
  content: "";
  display: table;
}
article:after {
  clear: both;
}
article {
  *zoom: 1;
}

.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container {
  *zoom: 1;
}

.slideshow:before,
.slideshow:after {
  content: "";
  display: table;
}
.slideshow:after {
  clear: both;
}
.slideshow {
  *zoom: 1;
}

.mobile {
  display: none;
}

html {
  background: #fff;
  font-size: 75%; /* 12px */
}

body {
font-family: "Artifex-book", Helvetica, Arial, sans-serif;
  color: #949484;
  background: #fff;
}

body.home {
  overflow: hidden;
}

body.bg1 {
  background-image: url("../images/bg1.jpg");
  background-repeat: no-repeat;
  background-position: 0% 80%;
  background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "helveticaneuebold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

strong {
font-family: "Crossten-bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1 strong {
  color: #803e1e;
  font-weight: normal;
}

p:last-child {
  margin-bottom: 0;
}

p strong {
  color: #803e1e;
  font-weight: normal;
}

a,
a:visited {
  color: #803e1e;
  text-decoration: none;
}
a:hover {
  color: #803e1e;
  text-decoration: underline;
}

#middle ul {
  padding-left: 18px;
  padding-left: 1.5rem;
}

header {
  position: relative;
  z-index: 999;
  padding: 12px;
  padding: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 #545454;
  -webkit-box-shadow: 0 0 1.25rem 0 #545454;
  box-shadow: 0 0 15px 0 #545454;
  box-shadow: 0 0 1.25rem 0 #545454;
}
header h5 {
  padding: 0;
  margin: 0;
  line-height: 0;
}
header h5 a {
  display: block;
  width: 313px;
  width: 26.083rem;
  height: 60px;
  height: 5rem;
  background: url("../images/logo.png") left center no-repeat;
  background-size: contain;
}
header h5 a span {
  display: none;
}

nav {
  font-size: 16px;
  font-size: 1.333rem;
  border-bottom: 1px solid #d1d2d4;
  margin-left: 45pxpx;
  margin-left: 3.75rem;
  margin-top: 6px;
  margin-top: 0.5rem;
  background: #fff;
}
body.home nav {
  border-bottom: 0;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav li {
  float: left;
  margin-right: 1.25em;
  position: relative;
}
nav a,
nav a:visited {
  display: block;
  text-decoration: none;
  color: #949484;
  padding: 1em 1em;
  border: 1px solid #fff;
}
nav a:hover {
  color: #803e1e;
  text-decoration: none;
}
nav a.selected {
  color: #803e1e;
}
nav ul ul {
  position: absolute;
  z-index: 999999999;
  width: 15em;
  display: none;
  background: #fff;
  line-height: 1.2em;
  border: 1px solid #d1d2d4;
  border-top: none;
  opacity: 0;
  margin-top: -1em;
  -webkit-box-shadow: 0px 5px 5px 0px #d1d2d4;
  box-shadow: 0px 5px 5px 0px #d1d2d4;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
nav ul ul ul {
  left: 14em;
  display: block;
  border: 1px solid #d1d2d4;
  border-top: 1px solid #d1d2d4;
}
nav ul ul.opened {
  opacity: 1;
  margin-top: 0;
}
nav ul ul li {
  float: none;
  margin: 0;
}
nav ul ul a,
nav ul ul a:visited {
  display: block;
  padding: 0.5em 1em;
}
nav ul ul a:hover {
}
nav li:hover ul {
  display: block;
}
nav > ul > li.hasChild:hover > a {
  border: 1px solid #d1d2d4;
  border-bottom: none;
}

.header-wrapper {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.social-links {
  position: fixed;
  left: 0;
  bottom: 8em;
  display: none;
}
.social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.social-links li {
  padding: 0;
  margin: 0.2em 0;
}
.social-links a {
  display: block;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.social-links a span {
  display: none;
}
.social-links a:hover {
  z-index: 2;
  padding-left: 1em;
  /*
				-webkit-box-shadow:  0 0 1.250em 0 #545454;
				box-shadow:  0 0 1.250em 0 #545454;
				*/
}
.social-links a.icon-fb {
  background: #dddddd url("../images/icon.facebook.png") right center no-repeat;
}
.social-links a.icon-twitter {
  background: #dddddd url("../images/icon.twitter.png") right center no-repeat;
}

footer {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  font-size: 1.083em;
  overflow: hidden;
}
footer hr {
  height: 1em;
  background: #fff;
  border: 0;
  margin: -1em 0 0 4.769em;
  padding: 0;
  -webkit-box-shadow: 0 0 1.154em 0 #545454;
  box-shadow: 0 0 1.154em 0 #545454;
}
footer div {
  float: left;
  margin: 1.15em 0 1em 0;
}
footer div.first {
  float: right;
  margin-right: 2em;
}
footer div.second {
  float: left;
  margin-left: 4.769em;
}
footer p {
  padding: 0;
}
footer a,
footer a:visited {
  /* margin-right: 10px; */
  color: #949484;
  text-decoration: none;
}
footer a:hover {
  color: #803e1e;
  text-decoration: none;
}
footer a.open-home-content-trigger {
  display: block;
  position: absolute;
  left: 940px;
  top: -28px;
  width: 28px;
  height: 28px;
  background: url("../images/button.plus.png") center top no-repeat;
}

.signupform {
  float: left;
  margin-right: 3em;
}
.signupform input {
  border: 1px solid #c9c9c1;
  padding: 0.25em;
  color: #333;
  font-size: 1em;
  outline: none;
  width: 21em;
}
.signupform input:focus {
  border-color: #803e1e;
}
.signupform button {
  border: 1px solid #c9c9c1;
  background: #c9c9c1;
  color: #fff;
  line-height: 1.6em;
  outline: none;
}
.signupform button:hover {
  border-color: #803e1e;
  background: #803e1e;
}

body.home footer hr,
body.home footer p {
  margin-left: 0;
}
body.home footer p {
  padding-left: 4.769em;
}

#middle {
  background: #fff;
  position: relative;
  font-size: 1em; /* 12px */
  margin-left: 5em; /* 60px */
  width: 76.667em; /* 920px */
  margin-bottom: 8em;
  margin-top: 14em;
}

body.home #middle {
  position: absolute;
  z-index: -1;
  margin: 0;
  width: 100%;
  height: 100%;
  /* margin-top: 11.8em; */
}

body.item #middle {
  width: 95%;
}

.preamble {
  font-size: 1.667em;
  padding-bottom: 1.1em;
  margin-bottom: 1.5em;
  font-family: "Artifex-book", Helvetica, Arial, sans-serif;
}
.preamble.nodots {
  background: none;
  margin-bottom: 0;
}
.preamble strong {
  font-weight: normal;
}
.preamble h1 {
  font-size: 1.25em;
  margin: 0;
  line-height: 1.2em;
  font-weight: normal;
}

.sectionheading {
  font-size: 1.667em;
  padding: 1.1em 0;
  font-family: "Artifex-book", Helvetica, Arial, sans-serif;
  background: url("../images/picshadow.png") left top repeat-x;
}
.sectionheading strong {
  font-weight: normal;
}
.sectionheading p {
  margin: 0;
}

.column,
.columns {
  float: left;
  margin-right: 3.333em; /* 40px */
}
.one {
  width: 23.333em; /* 280px; */
}
.two {
  width: 50em; /* 600px; */
}
.three {
  width: 76.667em; /* 920px; */
}
.last {
  margin-right: 0;
}

.slideshow {
  margin-bottom: 2em;
}

.slideshow-home {
  margin: 0;
}
.home-item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home-item h2 {
  position: absolute;
  z-index: 3;
  left: 0.714em;
  top: 0.5em;
  margin: 0;
  padding: 0;
  font-size: 7em;
  color: #fff;
  font-family: "helveticaneuelight", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1em;
}
.home-item h2 a,
.home-item h2 a:visited {
  color: #fff;
  text-decoration: none;
}
.home-item h2 a:hover {
  color: #e0e0e0;
  text-decoration: none;
}
.home-item .shadow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 340px;
  height: 28.333rem;
  background: url("../images/homeslides/fade.png") left bottom repeat-x;
}
/*
	.home-item img {
		width:100%;
		height:100%;
	}
	*/

.teamperson:before,
.teamperson:after {
  content: "";
  display: table;
}
.teamperson:after {
  clear: both;
}
.teamperson {
  *zoom: 1;
}

.teamperson {
  background: url("../images/dots.png") left top repeat-x;
  padding: 1.5em 0 1em 0;
  font-size: 1.167em;
}
.teamperson img {
  padding: 0 0 10px 0;
  background: url("../images/picshadow.png") left bottom repeat-x;
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.teamperson p {
  margin: 0 0 1em 0;
  margin-left: 338px;
}
.teamperson p:last-child {
  margin-bottom: 0;
}
.teamperson p strong {
  color: #53534a;
}
.teamperson:hover img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.testimonial {
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  background: url("../images/dots.png") left bottom repeat-x;
}
.testimonial .image {
  float: left;
  width: 308px;
}
.testimonial .image img {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  background: url("../images/picshadow.png") left bottom repeat-x;
}
.testimonial .copy {
  position: relative;
  margin-left: 340px;
  color: #949484;
  background: #e1e1e1;
  padding: 1em;
}
.testimonial .copy em {
  display: block;
  width: 11px;
  height: 22px;
  background: url("../images/testimonials/left-arrow.png") left center no-repeat;
  position: absolute;
  left: -11px;
  top: 50%;
  margin-top: -11px;
}
.testimonial .copy .quote-left {
  display: block;
  background: url("../images/testimonials/quote-left.png") left center no-repeat;
  height: 17px;
}
.testimonial .copy .quote-right {
  display: block;
  background: url("../images/testimonials/quote-right.png") right center
    no-repeat;
  height: 17px;
}
.testimonial .copy p {
  margin: 0 35px;
}
.testimonial .copy p strong {
  color: #53534a;
}

.home-content {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 99999999;
  color: #fff;
  display: none;
}
.home-content .tint {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #53534a; */
  background: #cbcccd;
  opacity: 0.9;
}
.home-content .inner {
  position: relative;
  z-index: 2;
  width: 920px;
  width: 76.667rem;
  margin-left: 4.769em;
  /* padding: 1em 4.769em 2em 4.769em; */
  padding: 1em 0 2em 0;
}
.home-content .container {
  display: none;
}
.home-content h1 {
  position: relative;
  font-size: 20px;
  font-family: "helveticaneuelight", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  font-weight: normal;
  color: #fff;
  width: 840px;
  width: 70rem;
  margin-bottom: 0;
}
.home-content h1 strong {
  font-family: "helveticaneuelight", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #803e1e;
}
.home-content a.close-home-content-trigger {
  display: block;
  position: absolute;
  right: 1em;
  top: 2em;
}

.projects-top-level {
}
#middle .projects-top-level ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.projects-top-level ul li {
  float: left;
  width: 48%;
  margin: 0;
  margin-bottom: 1em;
  margin-right: 2%;
  padding: 0;
  text-align: left;
}
.projects-top-level ul li.l {
  width: 48%;
}
.projects-top-level ul li a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  color: #949484;
  font-family: "helveticaneuelight", Helvetica, Arial, sans-serif;
  text-align: left;
}
.projects-top-level ul li a img {
  width: 100%;
  height: auto;
  filter: grayscale(100%) blur(2px);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.projects-top-level ul li a:hover {
  color: #803e1e;
}
.projects-top-level ul li a:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.projects-category {
  padding-bottom: 2em;
  margin-bottom: 1em;
  background: url("../images/dots.png") left bottom repeat-x;
}

.project-thumbnail {
  float: left;
  width: 170px;
  height: 200px;
  margin: 0 14px 0 0;
}
.project-thumbnail a {
  display: block;
  text-decoration: none;

  filter: grayscale(100%) blur(2px);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-thumbnail a img {
  width: 170px;
  height: 133px;
}
.project-thumbnail a strong {
  display: block;
  font-weight: normal;
  color: #949484;
  margin-top: 5px;
  font-size: 1.1em;
  font-family: "Artifex-light", Helvetica, Arial, sans-serif;
}
.project-thumbnail a:hover,
.project-thumbnail a.over {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}


.portfolio-item .left {
  float: left;
  width: 25em;
}
.portfolio-item .right {
  margin-left: 28em;
  margin-top: 2em;
  position: relative;
}
.portfolio-item p.categoryname {
  line-height: 20px;
}
.portfolio-item p.categoryname a {
  display: block;
  background: url("../images/categoryicon.png") left center no-repeat;
  padding-left: 32px;
  line-height: 20px;
  color: #949484;
}
.portfolio-item p.categoryname a:hover {
  text-decoration: none;
  color: #803e1e;
}
.portfolio-item h1 {
  color: #803e1e;
  font-size: 20px;
}
.portfolio-item .thumbs {
  margin-top: 5em;
}
.portfolio-item .thumbs a {
  display: block;
  float: left;
  width: 65px;
  height: 65px;
  margin: 0 10px 10px 0;
  overflow: hidden;

  filter: grayscale(100%) blur(2px);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.portfolio-item .thumbs a img {
  width: 100%;
  height: auto;
}
.portfolio-item .thumbs a:hover,
.portfolio-item .thumbs a.active {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.portfolio-item .caption {
  margin-top: 1em;
}

.fotorama__arr {
  width: 67px;
  margin-top: -70px;
}
.slideshow-home .fotorama__arr {
  margin-top: -50px;
}
.fotorama__arr__arr {
  width: 67px;
  height: 135px;
  /*
		margin-left: -34px;
		margin-top: 0;
		*/
  background: none;
}
.fotorama__arr--prev {
  background: url("../images/slide-left.png") center center no-repeat;
  height: 135px;
}
.fotorama__arr--next {
  background: url("../images/slide-right.png") center center no-repeat;
  height: 135px;
}
.grid-top-level ul li span em .fotorama__arr--prev,
.grid-top-level ul li span em .fotorama__arr--next {
  margin-top: -67px;
}

article {
  background: url("../images/dots.png") left bottom repeat-x;
  padding: 1em 0 2em 0;
}
article:first-child {
  padding-top: 0;
}
article img {
  max-width: 100%;
  height: auto;
}
article p.pubdate {
  margin-bottom: 0;
}
article h1 {
  margin-top: 0;
}

.blog-left {
  float: left;
  width: 80%;
}

.blog-right {
  float: right;
  width: 18%;
}

.blog-side {
  margin-top: 14px;
}
.blog-side h5 {
  font-weight: normal;
  font-size: 14px;
  color: #803e1e;
  margin: 0 0 1em 0;
  padding: 0;
  line-height: 1.2em;
}
#middle .blog-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-side li {
  padding: 0;
  margin: 0;
}
.blog-side li a {
  padding: 0;
  margin: 0;
}

article iframe {
  width: 100%;
  height: 46em;
}

iframe#map {
  width: 100%;
  height: 400px;
  border: none;
}

.press {
  background: url("../images/dots.png") left bottom repeat-x;
  padding: 0 0 2em 0;
  margin-bottom: 2em;
}
.press .info {
  float: left;
  width: 30%;
}
.press .info h3 {
  font-size: 20px;
  font-family: "helveticaneuelight";
  font-weight: normal;
  margin: 0 0 1em 0;
  line-height: 1.2em;
}
.press .info p {
}
.press .thumbs {
  margin-left: 35%;
}
.press .thumbs ul {
  list-style: none;
  margin: 0;
  padding: 0 0 2em 0;
  background: url("../images/icon.magnify.png") 20px bottom no-repeat;
}
.press .thumbs li {
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
}
.press .thumbs a {
  display: block;
  -webkit-box-shadow: 0 0 1.25em 0 #aaa;
  box-shadow: 0 0 1.25em 0 #aaa;
}

.grid-top-level {
}
#middle .grid-top-level ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid-top-level ul li {
  float: left;
  width: 48%;
  margin: 0;
  margin-bottom: 12px;
  margin-bottom: 1rem;
  margin-right: 2%;
  padding: 0;
  text-align: left;
}
.grid-top-level ul li.l {
  width: 48%;
}
.grid-top-level ul li span {
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-size: 1.667rem;
  color: #949484;
  font-family: "helveticaneuelight", Helvetica, Arial, sans-serif;
  text-align: left;
}
.grid-top-level ul li span em {
  display: block;
  overflow: hidden;
  /*
					height: 191px; height: 15.917rem;
					*/
  padding: 0;
  margin: 0;
  line-height: 12px;
  line-height: 1rem;
  position: relative;
  z-index: 1;
}
/*
				.grid-top-level ul li span img {
					width: 100%;
					height: auto;
					
					-webkit-transition: all 500ms ease;
					-moz-transition: all 500ms ease;
					-ms-transition: all 500ms ease;
					-o-transition: all 500ms ease;
					transition: all 500ms ease;
				}
					.grid-top-level ul li span em img {
						position:absolute;
						left:0;
						top:0;
						z-index:1;
						display:none;
						-webkit-transition: none;
						-moz-transition: none;
						-ms-transition: none;
						-o-transition: none;
						transition: none;
					}
					.grid-top-level ul li span em img.top {
						z-index:3;
						display:block;
					}
					.grid-top-level ul li span em img.next {
						z-index:2;
						display:block;
					}
					*/
.grid-top-level ul li span.info {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-family: "helveticaneue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.25em;
}

.mobileheader,
.mobilefooter {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
}

.mobileheader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  /*background: #525248;*/
  background: white;
  color: #fff;
  border-bottom: 1px solid #803e1e;
  -webkit-box-shadow: 0 0 0.5em 0 #333;
  box-shadow: 0 0 0.5em 0 #333;
}
.mobileheader .mobiletitle {
  text-align: center;
  font-size: 1.3em;
  padding: 0.75em 0;
}
.mobileheader .mobiletitle a,
.mobileheader .mobiletitle a:visited {
  color: #fff;
  text-decoration: none;
}
.mobileheader .mobiletitle img {
  width: 60%;
  height: auto;
  vertical-align: middle;
}

.mobilefooter {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #803e1e;
  padding: 0;
  background: #525248;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px #333;
  box-shadow: 0px 0px 10px 0px #333;
}
.mobilefooter .inner {
  padding: 1em 0;
}
.mobilefooter a,
.mobilefooter a:visited {
  color: #fff;
  text-decoration: none;
}
.mobilefooter a:hover {
  color: #fff;
  text-decoration: none;
}

.slider-button {
  background: #36573d;
  color: #d6d1c9;
  display: inline-block;
  font-size: 25px;
  padding: 10px 25px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 1em;
  border: 2px solid transparent;
  font-family: "Artifex-light", Helvetica, Arial, sans-serif;
}

.slider-button:hover {
	background: #3d3836;
  }

.slider-big-text h2 {
  margin-top: -60px;
  line-height: 1;
}

.main-logo {
  display: inline-block;
  margin-left: 50px;
  /* border: green solid 2px; */
}

.contacts-header {
  display: inline-block;
  /* border: purple solid 2px; */
  text-align: right;
  margin-bottom: 40%;
  margin-right: 10px;
}

.accredited-business {
  display: inline-block;
  margin: 0;
  padding: 0;
  /* border: red solid 2px; */
}

.accredited-business img {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-bottom: 30px;
  margin-right: -80px;
}

.left-info-header {
  display: block;
  margin-top: -10px;
  /* border: blue solid 2px; */
  float: right;
}

.block-with-ul .my-ul {
  font-size: 20px;
  font-size: 1.667rem;
}

.block-with-ul .my-img img {
  width: 100%;
  height: auto;
}

.Artifex-light{
	font-family: "Artifex-light", Helvetica, Arial, sans-serif;
}

header{
background-color: white !important;
}

.index-header-fix{
  margin-top: 30px;
}
