@charset "UTF-8";
/*
	css
	~ by a ninja
	!haiyah
	------------
	(c) INDRANIL
*/
* {
  margin: 0;
  padding: 0;
}

a {
  color: #ea7648;
  text-decoration: none;
  outline-style: none;
}
a img {
  outline: none;
  border: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

body {
  background: url(../i/bg.jpg) 0 0 repeat;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 400;
  color: #676666;
}
.touch body {
  -webkit-transform: translateZ(0);
}
body p em {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  font-variation-settings: "wdth" 600;
}
body p strong {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 600;
}

[data-icon]:before {
  font-family: "tcicons";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 522px) {
  #wrapper {
    max-width: 816px;
  }
}
@media only screen and (min-width: 940px) {
  #wrapper {
    width: 940px;
    max-width: 100%;
  }
}

#infscr-loading {
  clear: both;
  position: relative;
  font-size: 18px;
  padding: 10px 0 40px;
  color: #ea7648;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 400;
  z-index: 10000;
  text-align: center;
}
#infscr-loading img {
  display: none;
}

header {
  position: relative;
}
header .social-links {
  display: none;
}
@media only screen and (min-width: 522px) {
  header .social-links {
    float: right;
    display: block;
    margin: 45px 10px 25px;
  }
  header .social-links a {
    height: 38px;
    width: 38px;
    display: block;
    float: right;
    margin-left: 10px;
    color: #919190;
    font-size: 38px;
  }
}
@media only screen and (min-width: 940px) {
  header .social-links {
    margin: 15px 0 25px;
  }
  header .social-links a {
    width: 25px;
    height: 25px;
    font-size: 25px;
    transition: 0.2s color ease-in-out;
  }
  header .social-links a:hover {
    color: #4295A5;
  }
}
header nav {
  display: none;
  background: url(../i/grey.jpg) 0 0 repeat;
  padding: 10px;
}
header nav ul {
  list-style: none;
}
header nav ul li {
  position: relative;
}
header nav ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #bbbbbb;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  transition: 0.2s all ease-in-out;
}
header nav ul li a:hover {
  color: rgb(216.75, 216.75, 216.75);
}
header nav ul li:last-child a {
  border-bottom: none;
}
header nav ul li.site-for ul {
  display: none;
}
header nav ul li.site-for ul li {
  font-style: normal;
}
header nav ul li.site-for ul li a {
  text-transform: uppercase !important;
}
header nav ul li.site-for.on {
  font-style: italic;
  font-size: 15px;
}
header nav ul li.site-for.on a {
  text-transform: lowercase;
}
@media only screen and (min-width: 522px) {
  header nav {
    display: block !important;
    clear: right;
    background: transparent;
    margin-bottom: 20px;
  }
  header nav ul li {
    float: left;
    width: 13%;
    display: block !important;
  }
  header nav ul li.site-for {
    width: 22%;
  }
  header nav ul li.site-for.on {
    font-style: normal;
  }
  header nav ul li.site-for.on a {
    text-transform: uppercase;
  }
  header nav ul li.site-for.on ul {
    display: none;
  }
  header nav ul li.site-for ul {
    display: none;
    position: absolute;
    top: 17px;
    left: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 15px 15px 0;
    width: 180px;
    z-index: 1000;
  }
  header nav ul li.site-for ul li {
    width: 180px;
    padding-bottom: 15px;
  }
  header nav ul li.site-for ul li a {
    text-align: left;
    font-size: 15px;
    display: block;
    width: 180px;
    padding: 0;
    border-bottom: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    font-variation-settings: "wdth" 400;
    text-transform: none !important;
  }
  header nav ul li.site-for ul li a:hover {
    color: #ea7648;
  }
  header nav ul li a {
    float: left;
    font-size: 12px;
    font-weight: 500;
    color: #6c6c6a;
    border-bottom: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  header nav ul li a:hover, header nav ul li a.on {
    color: #ea7648;
  }
}
@media only screen and (min-width: 940px) {
  header nav {
    float: right;
    width: 600px;
    padding-right: 0;
  }
}
header .mobile-aid {
  background: url(../i/red.jpg) left top repeat;
  padding: 10px 20px;
  height: 51px;
}
header .mobile-aid .icon-home {
  height: 51px;
  width: 51px;
  display: block;
  float: left;
  font-size: 51px;
  color: #fff;
}
header .mobile-aid .icon-menu {
  line-height: 51px;
  height: 51px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  float: right;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
}
header .mobile-aid .icon-menu span {
  color: #fff;
  font-size: 51px;
  vertical-align: middle;
  padding-left: 10px;
}
@media only screen and (min-width: 522px) {
  header .mobile-aid {
    display: none;
  }
}
header .logo {
  max-width: 393px;
  width: 95%;
  background: url(../i/small/logo.png) center center no-repeat;
  background-size: contain;
  height: 72px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  text-indent: -9999px;
  margin: 25px auto;
  display: none;
  -ms-behavior: url(/css/backgroundsize.min.htc);
}
header .logo.home {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 522px) {
  header .logo.home {
    margin-bottom: 25px;
  }
}
header .logo a {
  display: block;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 522px) {
  header .logo {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 298px;
    background-size: contain;
    display: block;
  }
}
@media only screen and (min-width: 940px) {
  header .logo {
    left: 0;
  }
}
@media only screen and (min-width: 940px) {
  header {
    -webkit-animation: all 0.3s ease-in-out;
    -moz-animation: all 0.3s ease-in-out;
    animation: all 0.3s ease-in-out;
  }
  header.sticky-header {
    background: url(../i/bg.jpg) 0 0 repeat;
    height: 72px;
    position: fixed;
    top: 0px;
    z-index: 8009;
    width: 940px;
  }
  header.sticky-header .header-wrap {
    border-bottom: 1px solid #bbbbbb;
    height: 56px;
    padding-top: 15px;
  }
  header.sticky-header .header-wrap .social-links {
    float: left;
    margin-left: 75px;
  }
  header.sticky-header .header-wrap nav {
    padding-top: 20px;
    width: 700px;
  }
  header.sticky-header .header-wrap nav ul li {
    font-size: 13px;
  }
  header.sticky-header .header-wrap nav ul li.site-for ul {
    left: 25px;
  }
  header.sticky-header .header-wrap nav ul li.site-for ul li a {
    font-size: 15px;
  }
  header.sticky-header .header-wrap .logo {
    width: 43px;
    height: 41px;
    top: 15px;
    margin: 0;
    background: url(../i/small-logo.png) 0 0 no-repeat;
  }
}

#content {
  padding: 0 10px;
}
@media only screen and (min-width: 940px) {
  #content {
    padding: 0;
  }
  #content.sticker-above {
    padding-top: 119px;
  }
}
#content .banner {
  position: relative;
  margin-bottom: 15px;
  pointer-events: none;
  margin-top: 15px;
}
@media only screen and (min-width: 522px) {
  #content .banner {
    height: 350px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: none;
  }
}
@media only screen and (min-width: 940px) {
  #content .banner {
    height: 429px;
    pointer-events: all;
  }
}
#content .banner .banner-content {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  height: 100%;
  width: 100%;
  margin: auto;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  text-shadow: 0 0 20px rgb(0, 0, 0);
  display: table;
}
#content .banner .banner-content h1, #content .banner .banner-content h2, #content .banner .banner-content p {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  display: table-cell;
  vertical-align: middle;
  background: none;
  text-transform: none;
  padding: 0;
}
@media only screen and (min-width: 522px) {
  #content .banner .banner-content h1, #content .banner .banner-content h2, #content .banner .banner-content p {
    font-size: 32px;
  }
}
#content .banner .banner-content .ui-text-shadow, #content .banner .banner-content .ui-text-shadow-original {
  position: relative;
}
#content .banner .banner-content .ui-text-shadow-original {
  z-index: 1;
  text-shadow: none;
}
#content .banner .banner-content .ui-text-shadow-copy {
  position: absolute;
  z-index: 0;
  line-height: 110.74235%;
  left: 0;
  top: 0;
  zoom: 1;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#content .banner .image-wrap {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
}
@media only screen and (min-width: 522px) {
  #content .banner .image-wrap {
    right: -50%;
  }
}
#content .banner .image-wrap img {
  max-width: 100%;
  display: block;
}
@media only screen and (min-width: 522px) {
  #content .banner .image-wrap img {
    position: relative;
    left: -50%;
    max-width: 844px;
  }
}
@media only screen and (min-width: 940px) {
  #content .banner .image-wrap img {
    max-width: 100000px;
  }
}
#content p.banner-caption {
  float: right;
  font-size: 13px;
  font-style: italic;
  margin-top: -20px;
  display: none;
}
#content p.banner-caption::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 522px) {
  #content p.banner-caption {
    display: block;
  }
}
#content .full-blog-post {
  font-size: 13px;
}
#content .full-blog-post header {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 13px;
  border-bottom: 1px solid #bbbbbb;
}
@media only screen and (min-width: 522px) {
  #content .full-blog-post header {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
#content .full-blog-post header a {
  transition: 0.4s color ease-in-out;
}
#content .full-blog-post header a:hover {
  color: #298FA3;
}
#content .full-blog-post header h1 {
  color: #ea7648;
  border-left: 4px solid #ea7648;
  padding-left: 10px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  font-size: 17px;
  padding-bottom: 35px;
  line-height: 1;
  vertical-align: baseline;
}
@media only screen and (min-width: 522px) {
  #content .full-blog-post header h1 {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-optical-sizing: auto;
    letter-spacing: 0.05em;
    font-size: 20px;
  }
}
#content .full-blog-post header .post-author {
  margin: -14px 0 0;
  text-indent: 10px;
  color: #676666;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 400;
  font-size: 13px;
}
#content .full-blog-post header .post-date {
  color: #ea7648;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "wdth" 400;
  padding-bottom: 5px;
  text-align: right;
}
#content .full-blog-post header .post-feed {
  text-align: right;
  padding-bottom: 5px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  font-size: 12px;
  text-transform: uppercase;
}
#content .full-blog-post .blog-section {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bbbbbb;
  font-size: 13px;
  line-height: 1.6;
}
#content .full-blog-post .blog-section::after {
  clear: both;
  content: "";
  display: block;
}
#content .full-blog-post .blog-section h3 {
  color: #ea7648;
  border-left: 3px solid #ea7648;
  padding-left: 5px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  font-size: 13px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 522px) {
  #content .full-blog-post .blog-section h3 {
    font-size: 15px;
  }
}
#content .full-blog-post .blog-section h4 {
  color: #ea7648;
  border-left: 2px solid #ea7648;
  padding-left: 5px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  font-size: 13px;
  margin-bottom: 20px;
}
#content .full-blog-post .blog-section .img-block img {
  max-width: 100%;
}
#content .full-blog-post .blog-section p, #content .full-blog-post .blog-section ul, #content .full-blog-post .blog-section ol {
  padding-bottom: 20px;
}
#content .full-blog-post .blog-section p a, #content .full-blog-post .blog-section ul a, #content .full-blog-post .blog-section ol a {
  color: #298FA3;
  transition: 0.4s color ease-in-out;
}
#content .full-blog-post .blog-section p a:hover, #content .full-blog-post .blog-section ul a:hover, #content .full-blog-post .blog-section ol a:hover {
  color: #ea7648;
}
#content .full-blog-post .blog-section ul, #content .full-blog-post .blog-section ol {
  padding-left: 20px;
}
@media only screen and (min-width: 522px) {
  #content .full-blog-post .blog-section {
    border-bottom: none;
    margin-bottom: 0;
  }
  #content .full-blog-post .blog-section .left-content {
    float: left;
    width: 49%;
    padding-top: 20px;
    border-top: 1px solid #bbbbbb;
  }
  #content .full-blog-post .blog-section .right-content {
    float: right;
    width: 49%;
    padding-top: 20px;
    border-top: 1px solid #bbbbbb;
  }
  #content .full-blog-post .blog-section .right-content img {
    padding-bottom: 20px;
  }
}
#content .full-blog-post .blog-section.beginning-section {
  border-bottom: none;
}
#content .full-blog-post .blog-section.beginning-section .left-content, #content .full-blog-post .blog-section.beginning-section .right-content {
  padding-top: 0;
  border-top: none;
}
#content .full-blog-post .blog-section.middle-section .one-columned {
  border-top: 1px solid #bbbbbb;
  padding-top: 40px;
}
#content .full-blog-post .blog-section.middle-section .column {
  width: 100% !important;
}
@media only screen and (min-width: 522px) {
  #content .full-blog-post .blog-section.middle-section .column {
    width: 49% !important;
    border-top: 1px solid #bbbbbb;
    padding-top: 40px;
  }
  #content .full-blog-post .blog-section.middle-section .column.last {
    float: right !important;
  }
}
#content .full-blog-post .blog-share {
  padding-bottom: 30px;
}
#content .full-blog-post .blog-share::after {
  clear: both;
  content: "";
  display: block;
}
#content .full-blog-post .blog-share .twitter-share-button, #content .full-blog-post .blog-share .fb-like, #content .full-blog-post .blog-share .g-plus {
  float: left;
  width: 120px !important;
}
@media only screen and (min-width: 522px) {
  #content .full-blog-post .blog-share .twitter-share-button, #content .full-blog-post .blog-share .fb-like, #content .full-blog-post .blog-share .g-plus {
    width: 200px !important;
  }
}
#content .txt-highlight {
  background: #fff;
  border: 1px solid #bbbbbb;
  padding-bottom: 0 !important;
  margin-bottom: 24px;
  display: table;
  height: 308px;
}
@media only screen and (min-width: 940px) {
  #content .txt-highlight {
    height: 308px;
  }
}
#content .highlight {
  color: #ea7648;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.06em;
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 20px;
}
#content .highlight:before {
  content: "“";
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.06em;
  font-size: 52px;
  color: #ea7648;
  line-height: 0;
  vertical-align: -25px;
  font-size: 65px;
  padding-right: 10px;
  vertical-align: -28px;
}
#content .highlight:after {
  content: "”";
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.06em;
  font-size: 52px;
  color: #ea7648;
  line-height: 0;
  vertical-align: -25px;
  font-size: 65px;
  padding-left: 10px;
  vertical-align: -28px;
}
@media only screen and (min-width: 522px) {
  #content .highlight {
    padding-bottom: 0;
    font-size: 15px;
  }
}
@media only screen and (min-width: 940px) {
  #content .highlight {
    font-size: 22px;
  }
}
#content .highlight a {
  transition: 0.4s all ease-in-out;
}
#content .highlight a:hover {
  color: #298FA3;
}
#content .highlight.boxed {
  padding: 0 20px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
#content .sitemap h1 {
  color: #ea7648;
  border-left: 3px solid #ea7648;
  padding-left: 5px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  font-size: 13px;
  margin-bottom: 25px;
  background: none;
}
@media only screen and (min-width: 522px) {
  #content .sitemap h2 {
    font-size: 17px;
  }
}
#content .sitemap ul {
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 15px;
}
#content .sitemap ul li {
  padding-bottom: 3px;
}
#content .sitemap ul li ul {
  margin-bottom: 0;
}
#content .sitemap ul a {
  padding: 2px;
}
#content .case-study .fader {
  -webkit-mask-image: -webkit-linear-gradient(top, white 75%, transparent 100%);
}
@media only screen and (min-width: 522px) {
  #content .case-study .fader {
    -webkit-mask-image: -webkit-linear-gradient(top, white 85%, transparent 100%);
  }
}
@media only screen and (min-width: 940px) {
  #content .case-study .fader {
    -webkit-mask-image: -webkit-linear-gradient(top, white 80%, transparent 100%);
  }
}
#content .case-study .border {
  border: 1px solid #bbbbbb;
}
#content .case-study .fade {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  left: -50%;
  overflow: hidden;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(248, 241, 237, 0) 0%, rgba(247, 240, 236, 0) 85%, rgb(247, 240, 236) 99%);
  background: -o-linear-gradient(top, rgba(248, 241, 237, 0) 0%, rgba(247, 240, 236, 0) 85%, rgb(247, 240, 236) 99%);
  background: -ms-linear-gradient(top, rgba(248, 241, 237, 0) 0%, rgba(247, 240, 236, 0) 85%, rgb(247, 240, 236) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f8f1ed", endColorstr="#f7f0ec", GradientType=0 );
}
@media only screen and (min-width: 522px) {
  #content .case-study .fade {
    height: 350px;
  }
}
@media only screen and (min-width: 940px) {
  #content .case-study .fade {
    height: 429px;
  }
}
#content .case-study .article-title {
  color: #ea7648;
  border-left: 3px solid #ea7648;
  padding-left: 5px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  font-size: 17px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 522px) {
  #content .case-study .article-title {
    font-size: 20px;
  }
}
#content .case-study .work-url {
  margin: -14px 0 20px;
  padding-bottom: 0;
  text-indent: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 400;
  font-size: 13px;
}
#content .case-study .work-url a {
  transition: 0.4s all ease-in-out;
}
#content .case-study .work-url a:hover {
  color: #298FA3;
}
#content .case-study .work-article p:first-of-type, #content .case-study .work-article .column.last p:first-of-type {
  margin-top: 0 !important;
  text-indent: 0;
}
#content .case-study .skills-used h2 {
  margin-bottom: 20px;
  font-weight: 500;
}
#content .case-study .skills-used ul {
  margin-bottom: 40px;
  list-style: none;
}
#content .case-study .skills-used ul li {
  float: left;
  margin: 0 10px 10px 0;
  font-style: italic;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  padding: 5px 15px;
  float: left;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background: url(../i/grey.jpg) 0 0 repeat;
}
#content .case-study .skills-used ul li a {
  transition: 0.2s all ease-in-out;
}
#content .case-study .skills-used ul li a:hover {
  background: url(../i/red.jpg) 0 0 repeat;
}
#content .case-study .image-layout {
  margin-bottom: 10px;
}
#content .case-study .image-layout::after {
  clear: both;
  content: "";
  display: block;
}
#content .case-study .image-layout .img {
  display: block;
  border: 1px solid #bbbbbb;
  max-width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content .case-study .image-layout .img img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 522px) {
  #content .case-study .image-layout .img {
    float: left;
    width: 49%;
  }
  #content .case-study .image-layout .img.image-2, #content .case-study .image-layout .img.image-4 {
    float: right;
  }
}
#content .case-study .image-layout.layout-2 .img.image-2, #content .case-study .image-layout.layout-2 .img.image-3 {
  width: 49%;
  float: left;
}
#content .case-study .image-layout.layout-2 .img.image-3 {
  float: right;
}
@media only screen and (min-width: 522px) {
  #content .case-study .image-layout.layout-2 .img.image-2, #content .case-study .image-layout.layout-2 .img.image-3 {
    width: 24%;
  }
  #content .case-study .image-layout.layout-2 .img.image-2 {
    margin-left: 2%;
  }
  #content .case-study .image-layout.layout-2 .img.image-4 {
    float: left;
  }
  #content .case-study .image-layout.layout-2 .img.image-5 {
    float: right;
  }
}
#content .case-study .image-layout.layout-3 .img.image-3 {
  float: right;
}
#content .case-study .testimonial {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "wdth" 400;
  font-size: 15px;
  /* quote marks before and after testimonial */
}
#content .case-study .testimonial.main-article p:first-of-type:before {
  content: "“";
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.06em;
  font-size: 52px;
  color: #ea7648;
  line-height: 0;
  vertical-align: -25px;
}
#content .case-study .testimonial.main-article p:last-of-type:after {
  content: "”";
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.06em;
  font-size: 52px;
  color: #ea7648;
  line-height: 0;
  vertical-align: -25px;
}
#content .case-study .testimonial.main-article.two-columned .last p:first-of-type:before {
  content: none;
}
#content .case-study .testimonial.main-article.two-columned .first p:last-of-type:after {
  content: none;
}
#content .article-title {
  color: #ea7648;
  border-left: 3px solid #ea7648;
  padding-left: 10px;
  padding-bottom: 35px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.06em;
  font-size: 19px;
  line-height: 1;
  vertical-align: baseline;
}
@media only screen and (min-width: 522px) {
  #content .article-title {
    font-size: 20px;
  }
}
#content h1.article-title {
  margin-top: 30px;
}
@media only screen and (min-width: 522px) {
  #content h1.article-title {
    margin-top: 50px;
  }
}
#content .main-article {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid #bbbbbb;
}
@media only screen and (min-width: 522px) {
  #content .main-article {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 13px;
  }
}
#content .main-article h3, #content .main-article h4 {
  border-left: 3px solid #ea7648;
  color: #ea7648;
  padding-left: 5px;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#content .main-article h4 {
  border-left-width: 2px;
  font-size: 13px;
}
#content .main-article p {
  padding-bottom: 20px;
}
#content .main-article p:first-of-type {
  margin: -16px 0 20px;
  text-indent: 15px;
  padding-bottom: 0;
}
@media only screen and (min-width: 522px) {
  #content .main-article p:first-of-type {
    margin: -14px 0 20px;
  }
}
#content .main-article p a {
  color: #298FA3;
  transition: 0.4s all ease-in-out;
}
#content .main-article p a:hover {
  color: #ea7648;
}
#content .main-article ul {
  padding-left: 15px;
}
#content .main-article ul li {
  padding-bottom: 5px;
}
#content .main-article ul + h3, #content .main-article ul + h4 {
  margin-top: 20px;
}
#content .main-article.two-columned {
  border-bottom: none;
  padding-bottom: 0;
}
#content .main-article.two-columned::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 522px) {
  #content .main-article.two-columned {
    opacity: 0;
  }
}
#content .main-article.two-columned .column {
  width: 100% !important;
}
#content .main-article.two-columned .column.last p:first-of-type {
  text-indent: 0px;
}
@media only screen and (min-width: 522px) {
  #content .main-article.two-columned .column {
    width: 49% !important;
  }
  #content .main-article.two-columned .column.last {
    float: right !important;
  }
  #content .main-article.two-columned .column.last p:first-of-type {
    margin-top: -14px;
  }
}
#content h2 {
  background: url(../i/blue.jpg) left top repeat;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  font-size: 15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 522px) {
  #content h2 {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    padding: 5px 15px;
    margin-bottom: 30px;
  }
}
#content .all-work .site-for {
  display: block;
  background: url(../i/red.jpg) 0 0 repeat;
  color: #fff;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
}
#content .all-work .site-for a {
  color: #fff;
  display: block;
  background: url(../i/dropdown.png) right center no-repeat;
  padding: 5px 30px 5px 0;
  margin-right: 10px;
  margin-left: 10px;
}
#content .all-work .site-for ul {
  display: none;
  position: absolute;
  top: 28px;
  left: 0px;
  background: #fff;
  width: 100%;
  padding: 5px 0;
  list-style: none;
  z-index: 1000;
}
@media only screen and (min-width: 522px) {
  #content .all-work .site-for ul {
    width: 184px;
  }
}
#content .all-work .site-for ul li a {
  font-size: 16px;
  color: #676666;
  display: block;
  padding: 10px 10px;
  text-transform: none;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "wdth" 400;
  transition: 0.2s all ease-in-out;
}
@media only screen and (min-width: 522px) {
  #content .all-work .site-for ul li a {
    padding: 5px 10px;
    font-size: 14px;
  }
}
#content .all-work .site-for ul li a:hover {
  color: #ea7648;
}
@media only screen and (min-width: 522px) {
  #content .all-work .site-for {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-right: 20px;
  }
}
#content .all-work .loading {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-left: 20px;
  background: url(../i/loader.gif) center center no-repeat;
  height: 26px;
  width: 20px;
  vertical-align: middle;
}
#content .all-work .client-thoughts .project {
  border-bottom: none;
}
#content .all-work .client-thoughts .project .project-content header a {
  transition: 0.4s all ease-in-out;
}
#content .all-work .client-thoughts .project .project-content header a:hover {
  color: #298FA3;
}
#content .all-work .client-thoughts .project .project-content header h3 {
  padding-bottom: 0;
}
#content .all-work .client-thoughts .project .project-content p, #content .all-work .client-thoughts .project .project-content ul, #content .all-work .client-thoughts .project .project-content ol {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "wdth" 400;
  font-size: 14px;
}
#content .all-work .star-blog {
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 20px;
}
#content .all-work .star-blog .blog-img {
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (min-width: 522px) {
  #content .all-work .star-blog .blog-img {
    float: left;
    width: 49%;
  }
}
@media only screen and (min-width: 940px) {
  #content .all-work .star-blog .blog-img {
    width: 460px;
  }
}
#content .all-work .star-blog .blog-img img {
  max-width: 100%;
  border: 1px solid #bbbbbb;
}
@media only screen and (min-width: 940px) {
  #content .all-work .star-blog .blog-img img {
    width: 458px;
  }
}
@media only screen and (min-width: 522px) {
  #content .all-work .star-blog .blog-content {
    float: right;
    width: 49%;
  }
}
@media only screen and (min-width: 940px) {
  #content .all-work .star-blog .blog-content {
    width: 460px;
  }
}
#content .all-work .star-blog .blog-content header {
  margin-bottom: 20px;
  border-left: 3px solid #ea7648;
  padding-left: 5px;
}
#content .all-work .star-blog .blog-content header a {
  transition: 0.2s color ease-in-out;
}
#content .all-work .star-blog .blog-content header a.more {
  font-size: 13px;
}
#content .all-work .star-blog .blog-content header a:hover {
  color: #298FA3;
}
#content .all-work .star-blog .blog-content header h2 {
  color: #ea7648;
  background: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 13px;
  padding-bottom: 5px;
  display: block;
  font-weight: 500;
}
#content .all-work .star-blog .blog-content article p, #content .all-work .star-blog .blog-content article ul, #content .all-work .star-blog .blog-content article ol {
  padding-bottom: 20px;
  line-height: 1.6;
  font-size: 13px;
}
#content .all-work .star-blog .blog-content article a {
  transition: 0.2s color ease-in-out;
}
#content .all-work .star-blog .blog-content article a:hover {
  color: #298FA3;
}
#content .all-work .project {
  margin-bottom: 20px;
  border-bottom: 1px solid #bbbbbb;
  opacity: 0;
}
@media only screen and (min-width: 522px) {
  #content .all-work .project {
    margin-bottom: 30px;
    float: left;
    width: 49%;
  }
  #content .all-work .project.even {
    float: right;
  }
}
@media only screen and (min-width: 940px) {
  #content .all-work .project {
    width: 460px;
  }
}
#content .all-work .project .project-content header {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  color: #ea7648;
  padding-right: 45px;
  margin-bottom: 20px;
}
#content .all-work .project .project-content header a {
  transition: 0.4s all ease-in-out;
}
#content .all-work .project .project-content header a:hover {
  color: #298FA3;
}
#content .all-work .project .project-content header h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  border-left: 3px solid #ea7648;
  padding-left: 10px;
  padding-bottom: 20px;
}
#content .all-work .project .project-content header .more {
  display: block;
  text-indent: 10px;
  padding-bottom: 0;
  padding-left: 4px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 400;
  margin-top: -13px;
}
#content .all-work .project .project-content p, #content .all-work .project .project-content ul, #content .all-work .project .project-content ol {
  padding-bottom: 20px;
  line-height: 1.6;
  font-size: 13px;
}
#content .all-work .project .project-images {
  text-align: center;
  padding-bottom: 20px;
}
#content .all-work .project .project-images .pi-wrap.roll-fx {
  position: relative;
}
#content .all-work .project .project-images .pi-wrap.roll-fx a {
  display: block;
  position: relative;
}
#content .all-work .project .project-images .pi-wrap.roll-fx a img.first-img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
}
#content .all-work .project .project-images .pi-wrap.roll-fx a img.rollover-img {
  position: relative;
  z-index: 10;
}
#content .all-work .project .project-images .pi-wrap .cycle-prev {
  position: absolute;
  right: 25px;
  bottom: -40px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  width: 20px;
  height: 20px;
  background: url(../i/work-cycle-nav.png) 0 0 no-repeat;
  cursor: pointer;
  z-index: 1000;
}
#content .all-work .project .project-images .pi-wrap .cycle-next {
  position: absolute;
  right: 0px;
  bottom: -40px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  width: 20px;
  height: 20px;
  background: url(../i/work-cycle-nav.png) left bottom no-repeat;
  cursor: pointer;
  z-index: 1000;
}
#content .all-work .project .project-images img {
  max-width: 100%;
  border: 1px solid #bbbbbb;
}
@media only screen and (min-width: 940px) {
  #content .all-work .project .project-images img {
    width: 458px;
  }
}
#content .pagination {
  padding: 0 0 20px;
  clear: both;
}
#content .pagination::after {
  clear: both;
  content: "";
  display: block;
}
#content .pagination a.paginate-prev {
  float: left;
}
#content .pagination a.paginate-next {
  float: right;
}
#content .proper-pagination {
  border: 1px solid #bbbbbb;
  padding: 20px 0;
  margin: 20px 0;
  border-width: 1px 0;
}
#content .proper-pagination::after {
  clear: both;
  content: "";
  display: block;
}
#content .proper-pagination.blog-pagination {
  margin-bottom: 40px;
}
#content .proper-pagination a {
  color: #676666;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.2s all ease-in-out;
  height: 20px;
  line-height: 20px;
  background: url(../i/work-cycle-nav.png) 0 0 no-repeat;
}
#content .proper-pagination a:hover {
  color: #ea7648;
}
#content .proper-pagination a.page-next {
  float: right;
  padding-right: 30px;
  background-position: right bottom;
}
#content .proper-pagination a.page-prev {
  float: left;
  padding-left: 30px;
}
#content .processes {
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 940px) {
  #content .processes {
    background: url(/i/line.gif) repeat-y 240px 0;
  }
}
#content .processes .process {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#content .processes .process:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 522px) {
  #content .processes .process {
    border-bottom: none;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
#content .processes .process .pstep {
  padding-top: 20px;
  padding-bottom: 40px;
  display: table;
  margin: 0 auto;
}
@media only screen and (min-width: 522px) {
  #content .processes .process .pstep {
    padding-top: 0px;
    padding-bottom: 20px;
    float: left;
    width: 49%;
  }
}
#content .processes .process .pstep span {
  display: block;
  width: 120px;
  height: 120px;
  font-size: 120px;
  float: left;
  margin: 0 10px;
}
@media only screen and (min-width: 522px) {
  #content .processes .process .pstep span {
    width: 45%;
    font-size: 7em;
    margin: 0;
  }
  #content .processes .process .pstep span.icon {
    float: right;
  }
}
@media only screen and (min-width: 940px) {
  #content .processes .process .pstep span {
    width: 120px;
    font-size: 120px;
    margin: 0 20px;
  }
  #content .processes .process .pstep span.icon {
    float: left;
  }
}
#content .processes .process .pstep span.step {
  text-align: center;
  color: #4ea5b6;
  text-shadow: 2px 2px 2px #fff;
}
#content .processes .process .pstep span.icon {
  color: #EBB730;
  text-shadow: 0px 0px 100px #fff;
}
@media only screen and (min-width: 522px) {
  #content .processes .process .pcont {
    float: right;
    width: 49%;
  }
}
#content .processes .process .pcont h2 {
  background: none;
  padding: 0;
  margin-bottom: 15px;
  color: #ea7648;
  font-size: 15px;
  font-weight: 500;
}
#content .processes .process .pcont p, #content .processes .process .pcont ul, #content .processes .process .pcont ol {
  font-size: 13px;
  line-height: 1.6;
  padding-bottom: 20px;
}
#content .processes .process .pcont p a, #content .processes .process .pcont ul a, #content .processes .process .pcont ol a {
  color: #298FA3;
  transition: 0.4s all ease-in-out;
}
#content .processes .process .pcont p a:hover, #content .processes .process .pcont ul a:hover, #content .processes .process .pcont ol a:hover {
  color: #ea7648;
}
#content .area-expertise {
  margin-bottom: 30px;
  border-bottom: 1px solid #bbbbbb;
}
@media only screen and (min-width: 522px) {
  #content .area-expertise .css {
    float: left;
    width: 49%;
    border-top: 1px solid #bbbbbb;
    padding-top: 30px;
  }
  #content .area-expertise .css a {
    transition: 0.4s all ease-in-out;
  }
  #content .area-expertise .css a:hover {
    color: #298FA3;
  }
}
#content .area-expertise .css .cs {
  float: left;
  padding-bottom: 20px;
  width: 49%;
}
#content .area-expertise .css .cs.even {
  float: right;
}
#content .area-expertise .css .cs img {
  padding-bottom: 10px;
  display: block;
  max-width: 100%;
}
#content .area-expertise .css .cs h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 13px;
  border-left: 3px solid #ea7648;
  padding-left: 5px;
}
#content .area-expertise .view-all {
  padding: 20px 0 40px 0;
  font-style: italic;
  font-size: 13px;
  text-align: left;
}
#content .area-expertise .view-all::after {
  clear: both;
  content: "";
  display: block;
}
#content .area-expertise .view-all:before {
  clear: both;
}
#content .area-expertise .view-all a {
  transition: 0.4s all ease-in-out;
}
#content .area-expertise .view-all a:hover {
  color: #298FA3;
}
#content .area-expertise .related-entries {
  padding-bottom: 20px;
}
@media only screen and (min-width: 522px) {
  #content .area-expertise .related-entries {
    float: right;
    width: 49%;
    border-top: 1px solid #bbbbbb;
    padding-top: 30px;
  }
}
#content .area-expertise .related-entries .post-excerpt {
  padding-bottom: 25px;
  font-size: 13px;
  line-height: 1.6;
}
#content .area-expertise .related-entries .post-excerpt h3 {
  padding-bottom: 10px;
  font-weight: 500;
}
#content .area-expertise .related-entries .post-excerpt h3 a {
  padding: 0px 5px;
  line-height: 2;
  font-style: italic;
  color: #fff;
  background: url(../i/grey.jpg) 0 0 repeat;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
#content .area-expertise .related-entries .post-excerpt h3 a:hover {
  background: #ea7648;
}
#content .recent-work h2 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 940px) {
  #content .recent-work h2 {
    margin-bottom: 0px;
  }
}
#content .recent-work .see-more {
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-style: italic;
  display: block;
  border-bottom: 1px solid #bbbbbb;
  text-align: right;
  font-size: 17px;
}
@media only screen and (min-width: 522px) {
  #content .recent-work .see-more {
    font-size: 15px;
  }
}
#content .recent-work .see-more a {
  transition: 0.4s all ease-in-out;
}
#content .recent-work .see-more a:hover {
  color: #298FA3;
}
#content .recent-work .work {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bbbbbb;
}
#content .recent-work .work:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 522px) {
  #content .recent-work .work:last-of-type {
    border-bottom: 1px solid #bbbbbb;
  }
}
@media only screen and (min-width: 522px) {
  #content .recent-work .work {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 940px) {
  #content .recent-work .work {
    position: relative;
  }
}
@media only screen and (min-width: 940px) {
  #content .recent-work .work .work-content {
    position: absolute;
    bottom: 33px;
  }
}
#content .recent-work .work .work-content .work-txt header {
  margin-bottom: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  letter-spacing: 0.03em;
  color: #ea7648;
}
#content .recent-work .work .work-content .work-txt header a {
  transition: 0.4s all ease-in-out;
}
#content .recent-work .work .work-content .work-txt header a:hover {
  color: #298FA3;
}
#content .recent-work .work .work-content .work-txt header h3 {
  padding-bottom: 20px;
}
#content .recent-work .work .work-content .work-txt header h3, #content .recent-work .work .work-content .work-txt header h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  border-left: 3px solid #ea7648;
  padding-left: 5px;
  line-height: 1;
}
@media only screen and (min-width: 522px) {
  #content .recent-work .work .work-content .work-txt header h3, #content .recent-work .work .work-content .work-txt header h4 {
    padding-bottom: 20px;
  }
}
#content .recent-work .work .work-content .work-txt header h4 {
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (min-width: 522px) {
  #content .recent-work .work .work-content .work-txt header h4 {
    padding-bottom: 20px;
  }
}
#content .recent-work .work .work-content .work-txt header .url {
  display: none;
}
@media only screen and (min-width: 522px) {
  #content .recent-work .work .work-content .work-txt header .url {
    display: block;
    padding-bottom: 0;
    font-size: 12px;
    margin: -15px 0 20px;
    text-indent: 10px;
  }
}
@media only screen and (min-width: 940px) {
  #content .recent-work .work .work-content .work-txt header .url {
    margin-bottom: 35px;
  }
}
#content .recent-work .work .work-content .work-txt p, #content .recent-work .work .work-content .work-txt ul, #content .recent-work .work .work-content .work-txt ol {
  padding-bottom: 20px;
  line-height: 1.6;
  font-size: 14px;
}
@media only screen and (min-width: 940px) {
  #content .recent-work .work .work-content .work-txt p, #content .recent-work .work .work-content .work-txt ul, #content .recent-work .work .work-content .work-txt ol {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 522px) {
  #content .recent-work .work .work-content .work-txt {
    width: 49.5%;
    float: left;
  }
}
@media only screen and (min-width: 940px) {
  #content .recent-work .work .work-content .work-txt {
    width: 460px;
  }
}
#content .recent-work .work .work-imgs {
  text-align: center;
}
@media only screen and (min-width: 940px) {
  #content .recent-work .work .work-imgs {
    overflow: hidden;
  }
}
#content .recent-work .work .work-imgs img {
  max-width: 100%;
  border: 1px solid #bbbbbb;
}
#content .recent-work .work .work-imgs .cycle-prev {
  float: right;
  margin: 10px 0 0 5px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  width: 20px;
  height: 20px;
  background: url(../i/work-cycle-nav.png) 0 0 no-repeat;
  cursor: pointer;
  display: none;
}
@media only screen and (min-width: 522px) {
  #content .recent-work .work .work-imgs .cycle-prev {
    display: block;
  }
}
#content .recent-work .work .work-imgs .cycle-next {
  float: right;
  margin: 10px 0 0 5px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  width: 20px;
  height: 20px;
  background: url(../i/work-cycle-nav.png) left bottom no-repeat;
  cursor: pointer;
  display: none;
}
@media only screen and (min-width: 522px) {
  #content .recent-work .work .work-imgs .cycle-next {
    display: block;
  }
}
@media only screen and (min-width: 522px) {
  #content .recent-work .work .work-imgs {
    float: right;
    width: 50%;
  }
}
@media only screen and (min-width: 940px) {
  #content .recent-work .work .work-imgs {
    width: 460px;
  }
  #content .recent-work .work .work-imgs img {
    max-width: 458px;
  }
}
#content .reasons article {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (min-width: 940px) {
  #content .reasons article {
    padding-bottom: 20px;
  }
}
#content .reasons article h2 {
  margin-top: 10px;
  line-height: 1;
}
#content .reasons article h3 {
  color: #ea7648;
  border-left: 3px solid #ea7648;
  padding: 0 0 25px 5px;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 15px;
}
#content .reasons article h2 + h3 {
  margin-top: 0;
}
#content .reasons article p {
  padding-bottom: 20px;
  font-size: 14px;
}
@media only screen and (min-width: 522px) {
  #content .reasons article p {
    font-size: 13px;
  }
}
#content .reasons article p a {
  color: #298FA3;
  transition: 0.4s all ease-in-out;
}
#content .reasons article p a:hover {
  color: #ea7648;
}
#content .reasons article h3 + p {
  margin: -16px 0 20px;
  text-indent: 10px;
  padding-bottom: 0;
}
@media only screen and (min-width: 522px) {
  #content .reasons article h3 + p {
    margin-top: -14px;
  }
}

footer {
  border-bottom: 5px solid #ffcc00;
}
@media only screen and (min-width: 940px) {
  footer {
    border-bottom: none;
    margin-bottom: 10px;
  }
}
footer .map-location {
  border: 1px solid #bbbbbb;
  position: relative;
  padding: 30px 0 36.25%;
  margin: 0 10px 30px;
  height: 0;
  overflow: hidden;
}
footer .map-location iframe, footer .map-location object, footer .map-location embed {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 940px) {
  footer .map-location {
    margin: 0 0 40px;
    padding: 0;
    height: 350px;
  }
}
footer .contact-form {
  margin: 0 10px 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bbbbbb;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "wdth" 400;
  font-size: 17px;
}
@media only screen and (min-width: 940px) {
  footer .contact-form {
    margin: 0 0 20px;
  }
}
footer .contact-form h3 {
  text-align: center;
  color: #ea7648;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  font-size: 21px;
  padding-bottom: 20px;
}
footer .contact-form p.top-txt, footer .contact-form p.orange {
  line-height: 1.6;
  padding-bottom: 35px;
  text-align: center;
}
footer .contact-form p.orange {
  color: #ea7648;
}
footer .contact-form fieldset {
  border: none;
}
footer .contact-form fieldset label {
  display: block;
  padding-bottom: 20px;
}
footer .contact-form fieldset input, footer .contact-form fieldset textarea {
  padding: 5px;
  width: 97.5%;
  border: 1px solid #fff;
  font: inherit;
  outline-style: none;
  background: url(../i/darker.jpg) 0 0 repeat;
}
footer .contact-form fieldset input:focus, footer .contact-form fieldset textarea:focus {
  border-color: #bbbbbb;
}
footer .contact-form fieldset p {
  padding-bottom: 15px;
  position: relative;
}
footer .contact-form fieldset p .error {
  height: 28px;
  line-height: 22px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "wdth" 400;
  background: url(../i/tooltip.png) 0 0 no-repeat;
  padding: 0 5px;
  color: #fff;
  display: block;
  position: absolute;
  top: -24px;
  left: 0px;
}
footer .contact-form fieldset p.checkers label {
  display: block;
  float: left;
  padding-right: 10px;
}
footer .contact-form fieldset p.checkers label input {
  width: auto;
}
footer .contact-form fieldset p.submitter .loading {
  width: 16px;
  height: 16px;
  background: url(../i/ajax-loader.gif) 0 0 no-repeat;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  display: block;
  margin: 0 auto;
}
footer .contact-form fieldset p.submitter .thanks {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #4394a3;
  font-size: 21px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "wdth" 400;
  padding-top: 20px;
}
footer .contact-form fieldset p.submitter .fail {
  color: #ff3737;
}
footer .contact-form fieldset p.submitter button {
  color: #ea7648;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  letter-spacing: 0.06em;
  border: 1px solid #fff;
  background: url(../i/darker.jpg) 0 0 repeat;
  padding: 5px;
  display: block;
  width: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 940px) {
  footer .contact-form fieldset {
    font-size: 16px;
  }
  footer .contact-form fieldset.form-left {
    float: left;
    width: 460px;
  }
  footer .contact-form fieldset.form-right {
    float: right;
    width: 460px;
  }
  footer .contact-form fieldset p.submitter {
    text-align: right;
  }
  footer .contact-form fieldset p.submitter::after {
    clear: both;
    content: "";
    display: block;
  }
  footer .contact-form fieldset p.submitter .loading {
    float: right;
    margin: 12px 15px 0 0;
  }
  footer .contact-form fieldset p.submitter .thanks {
    float: right;
    margin: 0 15px 0 0;
    text-align: left;
  }
  footer .contact-form fieldset p.submitter button {
    width: auto;
    float: right;
    font-size: 13px;
    padding: 10px;
    color: #676666;
  }
  footer .contact-form fieldset p.submitter button:hover {
    color: #ea7648;
  }
}
footer .info-tidbits {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 400;
  font-size: 13px;
  line-height: 1.5;
  padding: 10px;
}
footer .info-tidbits a {
  color: #ea7648;
}
footer .info-tidbits .footer-social {
  display: block;
  font-size: 25px;
}
footer .info-tidbits .footer-social a {
  color: #919190;
}
@media only screen and (min-width: 940px) {
  footer .info-tidbits .footer-social {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    margin-right: 5px;
  }
  footer .info-tidbits .footer-social a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    width: 25px;
    height: 25px;
    line-height: 38px;
    margin-right: 5px;
    font-size: 25px;
    color: #919190;
    transition: 0.2s color ease-in-out;
  }
  footer .info-tidbits .footer-social a:hover {
    color: #4295A5;
  }
}
@media only screen and (min-width: 940px) {
  footer .info-tidbits {
    text-align: left;
    padding: 0;
    height: 25px;
    line-height: 25px;
  }
  footer .info-tidbits .info a {
    transition: 0.4s all ease-in-out;
  }
  footer .info-tidbits .info a:hover {
    color: #676666;
  }
}

#main-footer {
  display: none;
}
@media only screen and (min-width: 940px) {
  #main-footer {
    display: block;
    border-top: 5px solid #ffcc00;
    background: url(../i/darker.jpg) 0 0 repeat;
  }
  #main-footer .wrap {
    width: 940px;
    margin: 0 auto;
    text-align: left;
    position: relative;
  }
  #main-footer .main-footer-toggle a {
    display: block;
    position: absolute;
    top: -55px;
    right: 0px;
    font-style: italic;
    color: #676666;
    text-transform: lowercase;
    padding-right: 80px;
    height: 55px;
    line-height: 55px;
    transition: 0.4s all ease-in-out;
  }
  #main-footer .main-footer-toggle a:hover {
    color: #ea7648;
  }
  #main-footer .main-footer-toggle a.show-more {
    background: url(../i/btn-more.png) right top no-repeat;
  }
  #main-footer .main-footer-toggle a.show-less {
    background: url(../i/btn-less.png) right top no-repeat;
  }
  #main-footer .full-footer {
    padding: 50px 0;
    display: none;
  }
  #main-footer .full-footer .about {
    float: left;
    width: 460px;
  }
  #main-footer .full-footer .important {
    float: right;
    width: 460px;
  }
  #main-footer .full-footer .hand-craft {
    margin-top: 20px;
    float: right;
    width: 460px;
    height: 86px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    background: url(../i/hand-craft.png) 0 0 no-repeat;
  }
  #main-footer .full-footer h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-optical-sizing: auto;
    letter-spacing: 0.05em;
    font-size: 15px;
    padding-bottom: 20px;
    color: #676666;
    text-transform: uppercase;
  }
  #main-footer .full-footer ul {
    list-style: none;
  }
  #main-footer .full-footer ul li {
    padding-bottom: 5px;
  }
  #main-footer .full-footer ul li a {
    font-size: 14px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 400;
    transition: 0.4s all ease-in-out;
  }
  #main-footer .full-footer ul li a:hover {
    color: #676666;
  }
}

.checkbox, .radio {
  width: 24px;
  height: 24px;
  padding: 0 5px 0 0;
  background: url(../i/custom-radio.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 400;
  font-size: 13px;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../i/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
  background-position: 0 -107px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 86px;
  height: 86px;
  background: url("../i/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: 24px;
  height: 25px;
  cursor: pointer;
  z-index: 99999;
  background-position: -5px 0;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../i/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -72px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -36px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../i/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 400;
  font-size: 12px;
  position: relative;
  text-shadow: none;
  text-align: left;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
/* Cookie Monster */
#idcookiemonster {
  position: relative;
  z-index: 8500;
  text-align: left;
}
#idcookiemonster .idcm-content {
  overflow: hidden;
  display: none;
  opacity: 0;
  width: 100%;
  position: fixed;
  bottom: -1px;
  font-size: 14px;
  border-top: 1px solid #c1c1c1;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.25);
}
#idcookiemonster .idcm-content .idcm-content-close, #idcookiemonster .idcm-content .idcm-content-agree {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  text-shadow: none;
  width: 15%;
  height: 40px;
  background-color: #c1c1c1;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
#idcookiemonster .idcm-content .idcm-content-close:hover, #idcookiemonster .idcm-content .idcm-content-agree:hover {
  background-color: #589e6e;
}
#idcookiemonster .idcm-content h3 {
  color: #6c6c6a;
  background: white;
  padding: 25px 15px 6px 15px;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
#idcookiemonster .idcm-content h3 a {
  display: none;
}
#idcookiemonster .idcm-content .content-area {
  background: #fff;
  color: #676666;
  padding: 20px 15px 20px;
}
#idcookiemonster .idcm-content .content-area p, #idcookiemonster .idcm-content .content-area ul, #idcookiemonster .idcm-content .content-area ol {
  margin: 0;
  padding: 0 0 10px;
  width: 80%;
}
#idcookiemonster .idcm-content .content-area p a, #idcookiemonster .idcm-content .content-area ul a, #idcookiemonster .idcm-content .content-area ol a {
  font-style: italic;
  display: inline-block;
  color: #6c6c6a;
}
#idcookiemonster .idcm-content .content-area .more-link {
  text-align: left;
}
@media (max-width: 1023px) {
  #idcookiemonster .idcm-content {
    width: 100%;
    bottom: 0;
  }
  #idcookiemonster .idcm-content h3 {
    font-size: 1.2em;
  }
  #idcookiemonster .idcm-content h3 a {
    text-transform: lowercase;
    font-style: italic;
    font-size: 0.8em;
    color: inherit;
    text-decoration: none;
    padding-left: 20px;
    display: inline-block;
  }
  #idcookiemonster .idcm-content .content-area {
    font-size: 1em;
  }
  #idcookiemonster .idcm-content .content-area .more-link {
    display: none;
  }
}
@media (max-width: 620px) {
  #idcookiemonster .idcm-content h3 {
    text-align: center;
  }
  #idcookiemonster .idcm-content .content-area {
    padding-bottom: 80px;
  }
  #idcookiemonster .idcm-content .content-area p {
    padding-bottom: 20px;
    width: 100%;
  }
  #idcookiemonster .idcm-content .idcm-content-agree {
    width: 30%;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto 20px auto;
    display: inline-block;
  }
}
#idcookiemonster .idcm-icon {
  display: none;
  opacity: 0;
  position: fixed;
  bottom: 0px;
  left: 0;
  font-size: 12.5px;
  background: #fff;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.7);
  color: #6c6c6a;
  text-align: center;
}
#idcookiemonster .idcm-icon span {
  display: block;
  height: 30px;
  width: 25px;
  background: url(../i/cookie.svg) 0 0 no-repeat;
  margin: 8px auto 0;
}
@media print {
  #idcookiemonster {
    display: none;
  }
}

.cf::after {
  clear: both;
  content: "";
  display: block;
}

.clearer {
  clear: both;
}

.old-ie * {
  font-weight: normal !important;
  font-style: normal !important;
}
