/* GRID restructure */

/* HTML5 display-role reset for older browsers */


p,
li,
dt,
dd,
th,
td {
  width: auto;
  line-height: 18px;
  font-size: 14px;
  color: #71757a;
}
.sectionheader {
  padding: 9px 0;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px dotted #5f5f5f;
}
.technology .sectionheader {
  padding: 4.5px 0;
}
a,
a:visited {
  color: #d61c15;
  text-decoration: none;
}
a:hover {
  color: #d61c15;
}
a:hover,
a:focus {
  text-decoration: underline;
}
/* -- GRID STUFF -- */
.container {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
}
.griditem {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  width: 98%;
  width: auto;
  float: left;
  margin: 10.5px;
}
.griditem .griditem {
  margin: 10.5px 0;
}
.griditem img {
  max-width: 100%;
}

a.bigred {
  font-family: "ITCAvantGardeGothicBold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0.5em 1.2em;
  background: #d61c15;
  
  /* Old browsers */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2MWMxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhODAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d61c15 0%, #a80000 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d61c15), color-stop(100%, #a80000));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #d61c15 0%, #a80000 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #d61c15 0%, #a80000 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #d61c15 0%, #a80000 100%);
  /* IE10+ */

  background: linear-gradient(top, #d61c15 0%, #a80000 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d61c15', endColorstr='#a80000', GradientType=0);
  /* IE6-8 */

  text-shadow: #333333 0 -1px 1px;
  border-radius: 1px;
  -webkit-border-radius: 2px;
}

section {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  width: 100%;
  clear: both;
}
section.no-bg {
  background: none;
}
section .background {
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.section-title {
  font-family: "NovecentowideBookBold", sans-serif;
  font-size: 17px;
  line-height: 48px;
  background: transparent url(../images/common/section-title-top.gif) repeat-x 0 0;
  color: #21272e;
  border-bottom: 1px dotted #b3b5b8;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 18px 0 14px;
}
.container-section-title .container {
  padding-top: 0;
}

.background-container {
  border-bottom: 1px solid transparent;
  margin-top: -1px;
  padding: 0;
}

.light-bg {
  background-color: #F7F7F7;
}
.light-bg section {
  background-color: rgba(247, 247, 247, 0.9);
}
.light-bg.bordered-top .container,
.mid-bg.bordered-top .container {
  margin: 0 auto;
  padding: 0 0 17px;
}
section.light-bg {
  background-color: rgba(247, 247, 247, 0.9);
}
.mid-bg section {
  background-color: rgba(237, 237, 237, 0.9);
}
section.mid-bg {
  background-color: rgba(237, 237, 237, 0.9);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
.section-start {
  background-image: url(../images/common/light-bg-divider.gif);
  background-position: center 0;
  background-repeat: repeat-x;
  padding-top: 10px;
}
.section-start .container {
  border-top: none;
}

.screenshots {
  height: 0;
  overflow: hidden;
}
.screenshots .container {
  padding: 26px 0;
  text-align: center;
}

a.flexible:hover {
  text-decoration: none;
}
a.flexible:hover img {
  opacity: .93;
}
a.service-orb {
  width: 259px;
  margin: 0 auto;
  height: 285px;
  display: block;
  position: relative;
  outline: none;
}
a.service-orb .outer,
a.service-orb .inner,
a.service-orb .icon,
a.service-orb .circle,
a.service-orb .circle-over,
a.service-orb .shadow {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://web.appcookers.com/wp-content/uploads/2019/05/serv-sprite-copy.png);
  position: absolute;
}
a.service-orb .inner {
  width: 259px;
  height: 259px;
  background-position: 0 -1px;
  top: 3px;
  left: 3px;
  -moz-transform: rotateZ(0deg);
  -moz-transition: all 1400ms ease-in;
  -webkit-transition: all 1400ms ease-in;
  -o-transition: all 1400ms ease-in;
  transition: all 1400ms ease-in;
}
a.service-orb .circle,
a.service-orb .circle-over {
  width: 219px;
  height: 219px;
  top: 25px;
  left: 22px;
}
a.service-orb .circle {
  background-position: -20px -350px;
}
a.service-orb .icon {
  width: 90px;
  height: 90px;
  top: 62px;
  left: 67px;
  text-indent: -9999px;
}
a.service-orb .circle-over {
  background-position: -350px -349px;
  opacity: 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
a.service-orb .circle-over .icon {
  background-position: -12px -713px;
}
a.service-orb .shadow {
  bottom: -182px;
  left: 0;
  width: 100%;
  height: 40px;
  background-position: -640px -430px;
  opacity: 1;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
a.service-orb:hover,
a.service-orb.active {
  text-decoration: none;
}
a.service-orb:hover .circle-over,
a.service-orb.active .circle-over {
  opacity: 1;
}
a.service-orb:hover .shadow,
a.service-orb.active .shadow {
  opacity: 1;
}
a.service-orb:hover .inner,
a.service-orb.active .inner {
  -moz-transform: rotateZ(270deg);
}
a.service-orb:active {
  text-decoration: none;
  outline: none;
}
.services-home-container {
  text-align: center;
}
.services-home-container h4.service-title {
  font-family: "NovecentowideLightRegular", sans-serif;
  font-size: 35px;
  position: relative;
  top: -3px;
  margin-bottom: 26px;
}
.services-home-container h4.service-title a {
  color: #666666;
}
.services-home-container h4.service-title a:hover {
  text-decoration: none;
}
.strategy a.service-orb .inner {
  background-position: 0 -1px;
}
.strategy a.service-orb .icon {
  background-position: -12px -600px;
}
.strategy a.service-orb .circle-over .icon {
  background-position: -12px -713px;
}
.creative a.service-orb .inner {
  background-position: -341px -1px;
}
.creative a.service-orb .icon {
  background-position: -139px -597px;
  left: 77px;
  top: 60px;
}
.creative a.service-orb .circle-over .icon {
  background-position: -139px -710px;
}
.technology a.service-orb .inner {
  background-position: -664px -1px;
}
.technology a.service-orb .icon {
  background-position: -244px -600px;
}
.technology a.service-orb .circle-over .icon {
  background-position: -244px -713px;
}
/* Desktop and iPad/Tablet specific styles. */
@media only screen and (min-width: 765px) {
  /* GRID restructure */
  .sixth {
    width: 139px;
  }
  .quarter {
    width: 219px;
  }
  .third {
    width: 299px;
  }
  .bordered-columns .third {
    width: 32.333%;
  }
  .half {
    width: 459px;
  }
  .twothirds {
    width: 619px;
  }
  .threequarters {
    width: 699px;
  }
  .fivesixths {
    width: 779px;
  }
  .full {
    width: 939px;
    float: none;
  }
  
  /* Start Services nav Styles - ANTHONYM */
  .dark {
    background-image: url(../images/common/dark-bg.png);
    background-position: center 0;
    background-repeat: repeat-y;
    color: #5f5f5f;
  }
  .dark h1,
  .dark h2,
  .dark h3,
  .dark h4,
  .dark h5,
  .dark h6 {
    color: #FFFFFF;
  }
  /* Start technology Styles - ANTHONYM */
  div.content-section {
    background-color: #ffffff;
  }
  div.columns-section {
    text-align: left;
  }
  div.header-section {
    text-align: left;
  }
  div.header-section h1,
  div.header-section h2,
  div.header-section h3 {
    /*margin: 0 auto;*/
  
  }
  div.columns-holder {
    background: #f4f4f4;
    /* Old browsers */
  
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 20%);
    /* FF3.6+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(20%, #ffffff));
    /* Chrome,Safari4+ */
  
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 20%);
    /* Chrome10+,Safari5.1+ */
  
    background: -o-linear-gradient(top, #f4f4f4 0%, #ffffff 20%);
    /* Opera 11.10+ */
  
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ffffff 20%);
    /* IE10+ */
  
    background: linear-gradient(top, #f4f4f4 0%, #ffffff 20%);
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);
    /* IE6-8 */
  
  }
  .flexible {
    position: relative;
    min-height: 1px;
    width: 100%;
  }
  .positioned img {
    position: absolute;
  }
  div.columns-section div.column {
    padding: 10.5px;
    float: left;
  }
  div.columns-section h4 {
    font-family: "EnriquetaRegular", serif;
    padding-top: 0;
    color: #42474d;
    font-size: 21px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 15px;
  }
 
  .centered .griditem {
    text-align: center;
  }
  .circle-image img {
    width: 458px;
    border: 0 transparent;
    border-radius: 230px;
    overflow: hidden;
    box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.2);
    background-color: #f2f2f2;
    margin: -20px 0 -40px 0;
  }
  .bordered-columns .container > .griditem {
    border-left: 1px dotted #b3b5b8;
  }
  .bordered-columns .container > .griditem:first-child {
    border-left: none;
  }
  .half:last-child {
    text-align: left;
  }
  .large-left .half:first-child {
    width: 486px;
  }
  .large-left .half:last-child {
    width: 432px;
  }
  /*.container {
  		.griditem:first-child {
  			padding-left: 0;
  		}
  		.griditem:last-child {
  			padding-right: 0;
  		}
  	} */
  .double-text .griditem.half:first-child {
    padding-right: 40px;
  }
  .bordered-top .container {
    padding-top: 0;
    background-image: url(../images/common/line-no-shadow.png);
    background-position: center 0;
    background-repeat: repeat-x;
    margin: 17px auto;
  }
  .bordered-top .griditem {
    margin: 0;
    padding: 31.5px;
    padding-bottom: 21px;
  }
  .bordered-top .griditem.third {
    width: 320px;
  }
  .bordered-top .griditem.third:first-child {
    width: 299px;
  }
  .bordered-top .griditem.third:last-child {
    width: 320px;
  }
  .bordered-top .griditem.half {
    width: 459px;
  }
  .bordered-top .griditem.half:last-child {
    padding-left: 21px;
  }
  .bordered-top .griditem:first-child {
    padding-left: 3px;
    margin-left: 10.5px;
  }
  .bordered-top .griditem:last-child {
    padding-right: 0;
    margin-right: 10.5px;
  }
  
  .flush-boxes .container {
    margin: 0 auto;
  }
  .bordered-top .inner .griditem {
    border-top: 1px dotted #B3B5B8;
  }
  .top-shadow {
    background: url(../images/common/line-no-shadow.png) no-repeat center -1px;
  }
  .top-shadow.bordered-top {
    background-position: center 0;
  }
  .top-shadow.bordered-top .container {
    margin: 0 auto;
    border-top: none;
  }
  .top-shadow.bordered-top .inner .griditem {
    border-top: none;
  }
 
  .bordered-section .container {
    padding-top: 0;
    border-top: 1px dotted #b3b5b8;
  }

  .screenshot {
    padding-top: 20px;
  }
  .screenshot .griditem:first-child {
    padding-left: 0;
    padding-top: 17px;
  }
  .screenshot .griditem:last-child {
    text-align: right;
  }
  .screenshot .griditem:last-child .flexible {
    text-align: right;
  }
  .screenshot .threequarters:last-child {
    float: right;
  }
  /* Circles */
  .circles-container {
    padding: 0 0 5px;
    height: 280px;
    /* .griditem:first-child {
  			margin-left: 0;
  		}
  		.griditem:last-child {
  			margin-right: 0;
  		} */
  
  }
  .circles-container .griditem {
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    overflow: hidden;
    width: 279px;
    height: 279px;
    margin: 20.5px;
    text-align: center;
    position: relative;
  }
  .circles-container .griditem .circle,
  .circles-container .griditem .circle-description,
  .circles-container .griditem circle-title {
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    display: block;
  }
  .circles-container .griditem .circle-description {
    opacity: 0;
    height: 108px;
    position: absolute;
    top: 74px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    padding: 0 30px;
  }
  .circles-container .griditem .circle {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.73) inset;
  }
  .circles-container .griditem .circle-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 123px;
    color: #FFFFFF;
    font-weight: 'NovecentowideBookBold';
    font-size: 32px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    opacity: 1;
    letter-spacing: -2px;
  }
  .circles-container .griditem .more {
    font-family: 'NovecentowideLightBold';
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    position: absolute;
    background: url(../images/common/circle-elements.png) no-repeat center -499px;
    top: 180px;
    padding-top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 41px;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .circles-container .griditem .more span {
    text-indent: -9999px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #c91009 url(../images/common/circle-elements.png) no-repeat -87px 3px;
    -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
  }
  .circles-container .griditem.hover {
    background-color: #c91009;
  }
  .circles-container .griditem.hover .circle-description {
    opacity: .92;
    top: 74px;
  }
  .circles-container .griditem.hover .circle {
    opacity: 0;
  }
  .circles-container .griditem.hover .more span {
    background-color: #FFFFFF;
    background-position: 5px 3px;
  }
  .circles-container .griditem.touch-hover {
    background-color: #c91009;
  }
  .circles-container .griditem.touch-hover .circle-description {
    opacity: .92;
  }
  .circles-container .griditem.touch-hover .circle {
    opacity: .2;
  }
  .circles-container .griditem.touch-hover .circle h5 {
    opacity: 0;
  }
  .circles-container .griditem.touch-hover .more span {
    background-color: #FFFFFF;
    background-position: 5px 3px;
  }
  /* Services - home page */
  /* Client Logos */
 
  .logo-grid .griditem {
    position: relative;
    min-height: 133px;
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin: 0;
    width: 16.666%;
    padding: 1%;
  }
  .logo-grid .griditem img {
    margin-top: 15%;
  }
  .logo-grid .griditem:before,
  .logo-grid .griditem:after {
    position: absolute;
    content: "";
    display: block;
    width: 10%;
    height: 10%;
    background: #fff;
  }
  .logo-grid .griditem:before {
    left: -1px;
    top: -1px;
  }
  .logo-grid .griditem:after {
    right: -1px;
    bottom: -1px;
  }
  .logo-grid .griditem:nth-child(6n+7) {
    border-right: 0;
  }

  .screenshots {
    height: 0;
    overflow: hidden;
    margin-top: -15px;
  }
  .screenshots .container {
    padding: 26px 0;
    text-align: center;
  }
  
  /* section title */
  /*ONE IMAGE - microtemplate rules*/
  /* Contact */
 
  /* =============================================================================
     custom-header-styles
     ========================================================================== */
  .mfw-header {
    height: 561px;
  }
  .mfw-header .griditem:first-child {
    padding: 81px 100px 0 0;
    position: relative;
    left: -5px;
  }
}
/* iPad/Tablet portrait specific styles. */
@media only screen and (min-device-width: 765px) and (max-device-width: 1024px) and (orientation: portrait), only screen and (min-width: 765px) and (max-width: 960px) {
  .one-image-text-above .griditem.full {
    text-align: center;
  }
  .one-image-text-above .griditem.full h2 {
    margin: 60px 0 21px;
  }
  .flush-boxes .inner {
    width: 100%;
  }
  .tablet-sixth {
    width: 14.667%;
  }
  .tablet-quarter {
    width: 23.0%;
  }
  .tablet-third {
    width: 31.333%;
  }
  .tablet-half {
    width: 48.0%;
  }
  .tablet-twothirds {
    width: 64.667%;
  }
  .tablet-threequarters {
    width: 73.0%;
  }
  .tablet-fivesixths {
    width: 81.333%;
  }
  .tablet-full {
    width: 98.0%;
  }
  .digital-strategy {
    display: none;
  }
  .accordion-header h2 img {
    margin-left: 0;
    margin-right: 5px;
    width: 45px;
  }
  section.mobile-collapse {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
  }
  section.mobile-reset .flexible {
    height: auto !important;
  }
  section.mobile-reset .flexible img {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  section.mobile-reset .background {
    background-size: auto 80% !important;
  }
  /* GRID restructure */
  .container {
    max-width: 744px;
  }
  .sixth {
    width: 104px;
  }
  .quarter {
    width: 166px;
  }
  .third {
    width: 228px;
  }
  .bordered-columns .third {
    width: 32.333%;
  }
  .half {
    width: 352px;
  }
  .twothirds {
    width: 476px;
  }
  .threequarters {
    width: 538px;
  }
  .fivesixths {
    width: 600px;
  }
  .full {
    width: 724px;
    float: none;
  }
  .flexible {
    width: 100% !important;
  }
  .flexible img {
    width: 100% !important;
  }
  .griditem {
    margin-left: 10px;
    margin-right: 10px;
  }
  .griditem.sixth {
    width: 104px;
  }
  .griditem.quarter {
    width: 166px;
  }
  .griditem.third {
    width: 228px;
  }
  .griditem.bordered-columns .third {
    width: 32.333%;
  }
  .griditem.half {
    width: 352px;
  }
  .griditem.twothirds {
    width: 476px;
  }
  .griditem.threequarters {
    width: 538px;
  }
  .griditem.fivesixths {
    width: 600px;
  }
  .griditem.full {
    width: 724px;
    float: none;
    margin: 10px auto;
  }
  .bordered-top {
    /* .griditem {
  			&.sixth { width: @sixthwidth; }
  			&.quarter { width: @quarterwidth; }
  			&.third { width: @thirdwidth; }
  			&.bordered-columns .third { width: @borderedcolumnwidth; }
  			&.half { width: @halfwidth; }
  			&.twothirds { width: @twothirdswidth; }
  			&.threequarters { width: @threequarterswidth; }
  			&.fivesixths {  width: @fivesixthswidth; }
  			&.full { width: @fullwidth; float: none; }
  		} */
  
  }
  .bordered-top .griditem {
    margin: 0;
    padding: 30px;
    padding-bottom: 20px;
  }
  .bordered-top .griditem.third {
    width: 248px;
  }
  .bordered-top .griditem.third:first-child {
    width: 228px;
  }
  .bordered-top .griditem.third:last-child {
    width: 248px;
  }
  .bordered-top .griditem.half {
    width: 352px;
  }
  .bordered-top .griditem.half:last-child {
    padding-left: 20px;
  }
  .bordered-top .griditem:first-child {
    padding-left: 3px;
    margin-left: 10px;
  }
  .bordered-top .griditem:last-child {
    padding-right: 0;
    margin-right: 10px;
  }

  .mfw-header {
    height: auto;
  }
  .mfw-header .griditem:first-child {
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.75);
    padding: 0 100px 0 0;
    position: relative;
    left: -5px;
  }
  .mfw-header .griditem:first-child h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .mfw-header .griditem:first-child h3 {
    font-size: 14px;
    line-height: 16px;
  }
  .mfw-header .griditem:last-child {
    height: 320px;
  }
  .mfw-header .griditem:last-child .flexible.positioned {
    height: 320px;
  }
  .mfw-header .griditem:last-child .flexible.positioned img {
    right: 0 !important;
    top: auto !important;
    bottom: -58px !important;
  }
 
  .logo-grid .griditem.sixth {
    border: none;
    width: 124px;
    height: 124px;
  }

  .container {
    width: 100%;
  }
  section.mobile-reset .flexible {
    height: auto !important;
    width: auto !important;
  }
  section.mobile-reset .flexible img {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  section.mobile-reset .background {
    background-size: auto 80% !important;
  }
  .btt {
    height: 50px;
  }
  .mobile-bg-full .background {
    position: relative;
    top: 0;
    left: 0;
    clear: both;
    display: block;
    background-position: center center !important;
    background-size: auto 80% !important;
    max-height: 100px;
  }
  .half .flexible {
    width: auto !important;
    height: auto !important;
    margin-left: 20px;
  }
  .half .flexible img {
    max-height: 200px;
    width: auto !important;
    margin: 0 auto;
  }
  .half:first-child .flexible {
    float: right;
  }
  .half:last-child .flexible {
    float: right;
  }
  .flush-boxes .griditem {
    height: auto !important;
  }
  .griditem {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: auto;
    float: none;
    margin: 10px;
  }
  .screenshots .griditem {
    display: none;
  }
  .screenshots .griditem:first-child {
    display: block;
  }
  .screenshots .griditem:first-child img.screen {
    width: 100% !important;
    height: auto !important;
  }
  .full h1,
  .full h2,
  .full h3,
  .full h4,
  .full h5,
  .full h6 {
    margin-left: 0;
    margin-right: 0;
  }
  
  h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 16px 0 14px;
  }
 
  section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .section-title {
    font-family: "NovecentowideBookBold", sans-serif;
    font-size: 17px;
    line-height: 30px;
    margin: 0;
    padding: 13px 0 10px;
  
 }
  section .container {
    padding-top: 0;
  }
  .section-title {
    margin-bottom: 18px;
  }
  .container-section-title.no-border {
    margin-top: 0;
    padding-top: 1px;
  }

  .case-study-header .griditem {
    margin-top: 0;
  }
  .case-study-header .griditem h2 {
    margin-top: 0;
    padding-top: 20px;
  }
 
  .mfw-header .griditem {
    margin-top: 0;
  }
  .mfw-header .griditem:first-child {
    text-shadow: none;
  }
  .mfw-header .griditem:first-child h2 {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.45);
  }
  .mfw-header .griditem:first-child h3 {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.25);
  }
  .mfw-header .griditem h2 {
    margin-top: 0;
    padding-top: 20px;
  }

  .logo-grid.container {
    text-align: center;
  }
  .logo-grid .griditem {
    display: inline-block;
  }
  .logo-grid .griditem.sixth {
    border: none;
    width: 23%;
    height: 90px;
  }
