@font-face {
  font-family: "SteelfishEb-Regular";
  src: url("../fonts/steelfish_eb.eot?") format("eot"), url("../fonts/steelfish_eb.woff") format("woff"), url("../fonts/steelfish_eb.ttf") format("truetype"), url("../fonts/steelfish_eb.svg#SteelfishEb-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SteelfishRg-Bold";
  src: url("../fonts/steelfish_bd.eot?") format("eot"), url("../fonts/steelfish_bd.woff") format("woff"), url("../fonts/steelfish_bd.ttf") format("truetype"), url("../fonts/steelfish_bd.svg#SteelfishRg-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Brandon-Grotesque-Black";
  src: url("../fonts/Brandon_blk.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Brandon-Grotesque-Bold";
  src: url("../fonts/brandon-grotesque-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Brandon-Grotesque-Medium";
  src: url("../fonts/brandon-grotesque-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Brandon-Grotesque-Light";
  src: url("../fonts/brandon-grotesque-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Miller-Display-Roman";
  src: url("../fonts/Miller-DisplayRoman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Miller-Display-Italic";
  src: url("../fonts/Miller-DisplayItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

sup {
  /*font-size:.5em;*/
  line-height: .5em; }

/*body.menuOpen{
	overflow:hidden;
}*/
div, main, section, nav, header, footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noBreak {
  white-space: nowrap; }

.bodyItalic {
  font-style: italic; }

a {
  outline: 0; }

#preloadContainer {
  position: absolute;
  left: 0;
  top: -1px;
  height: 1px;
  overflow: hidden; }

.lityPopup {
  cursor: pointer; }

#topNavBar {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1500px;
  margin: 0 0 0 -750px;
  height: 0;
  z-index: 9000;
  overflow: visible;
  background-color: transparent;
  border-bottom: none;
  -webkit-transition: height .2s ease-in-out;
  -o-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out; }

#topNavLogoSquare {
  position: absolute;
  top: 36px;
  left: 36px;
  /*width:50px;*/
  width: 68px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  overflow: visible;
  /*background-image:url(../images/logo-scs-square-black-opaquewhitebg.png);*/
  background-image: url(../images/logo-scs-square-black.png);
  cursor: pointer;
  -webkit-transition: top .2s ease-in-out, left .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out;
  -o-transition: top .2s ease-in-out, left .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out;
  transition: top .2s ease-in-out, left .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out; }

#topNavLogoName {
  position: absolute;
  /*top:51px;
	left:104px;*/
  top: 15px;
  left: 68px;
  width: 230px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  overflow: hidden;
  background-image: url(../images/logo-scs-wide-black.png);
  cursor: pointer;
  -webkit-transition: top .2s ease-in-out, left .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, opacity .2s ease-in-out;
  -o-transition: top .2s ease-in-out, left .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, opacity .2s ease-in-out;
  transition: top .2s ease-in-out, left .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, opacity .2s ease-in-out; }

.logoNameHidden {
  opacity: 0; }

.menuOpen .logoNameHidden {
  opacity: 1; }

.logoNameVisible {
  opacity: 1 !important; }

#topNavMenuIconContainer {
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 86px;
  overflow: hidden;
  cursor: pointer;
  /*background-color:red;*/
  -webkit-transition: top .2s ease-in-out, left .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out;
  -o-transition: top .2s ease-in-out, left .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out;
  transition: top .2s ease-in-out, left .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out; }

/*#topNavMenuIconContainer:hover .hamburger{
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}*/
.hamburger {
  position: absolute;
  top: 36px;
  left: 0;
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  /*background-color:green;*/
  /*-moz-transition:-moz-transform .2s ease-in-out;
    -webkit-transition:-webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;*/ }

/*.hamburger:hover {
	opacity: 0.7; 
}*/
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  right: 0;
  background-color: #000000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: width, background-color, -webkit-transform;
  transition-property: width, background-color, -webkit-transform;
  -o-transition-property: transform, width, background-color;
  transition-property: transform, width, background-color;
  transition-property: transform, width, background-color, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 24px;
  right: 0; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  width: 40px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.menuOpen #topNavBar #topNavLogoSquare,
#topNavBar.overdark #topNavLogoSquare {
  background-image: url(../images/logo-scs-square-white.png); }

.menuOpen #topNavBar #topNavLogoName,
#topNavBar.overdark #topNavLogoName {
  background-image: url(../images/logo-scs-wide-white.png); }

/* CONDENSED */
.menuOpen #topNavBar {
  background-color: #000000; }

/*.menuOpen #topNavBar,
#topNavBar.condensed{
	height:61px;
}
.menuOpen #topNavBar #topNavLogoSquare,
#topNavBar.condensed #topNavLogoSquare{
	top:13px;
	left:15px;
	width:49px;
	height:36px;
}
.menuOpen #topNavBar #topNavLogoName,
#topNavBar.condensed #topNavLogoName{
	top:12px;
	left:49px;
	width:230px;
	height:13px;
	opacity:0;
}
.menuOpen #topNavBar #topNavLogoName{
	opacity:1;
}
.menuOpen #topNavBar #topNavMenuIconContainer,
#topNavBar.condensed #topNavMenuIconContainer{
	top:0;
	right:0;
	width:86px;
	height:60px;
}
.menuOpen #topNavBar .hamburger,
#topNavBar.condensed .hamburger {
	top:16px;
}*/
.menuOpen .hamburger-inner,
.menuOpen .hamburger-inner::before,
.menuOpen .hamburger-inner::after {
  background-color: #FFFFFF;
  -webkit-transition-property: width, background-color, -webkit-transform;
  transition-property: width, background-color, -webkit-transform;
  -o-transition-property: transform, width, background-color;
  transition-property: transform, width, background-color;
  transition-property: transform, width, background-color, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

.overdark .hamburger-inner,
.overdark .hamburger-inner::before,
.overdark .hamburger-inner::after {
  background-color: #FFFFFF; }

#mainMenuContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: visible;
  background-color: #000000;
  z-index: 8000;
  -webkit-transform: translateY(-122%);
  -ms-transform: translateY(-122%);
      transform: translateY(-122%);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

.menuOpen #mainMenuContainer {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
      transform: translateY(0%); }

#mainMenuBackgroundOverflow {
  display: block;
  position: absolute;
  width: 100%;
  height: 140%;
  top: -20%;
  left: 0;
  overflow: hidden;
  background-color: #000000; }

#mainMenuInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 60px;
  overflow: hidden; }

#mainMenuInner ul {
  position: relative;
  margin: auto 0;
  top: 0;
  left: 0;
  overflow: hidden; }

#mainMenuInner ul > li > a {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  font-family: 'Brandon-Grotesque-Bold', 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 2em;
  letter-spacing: .1em;
  /*margin:0;
	padding:0 10px;*/
  margin: 15px 0;
  padding: 5px 10px;
  text-align: left;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: color .2s ease-in-out, margin .5s ease-out, padding .2s ease-out;
  -webkit-transition: color .2s ease-in-out, margin .2s ease-out, padding .2s ease-out;
  -o-transition: color .2s ease-in-out, margin .2s ease-out, padding .2s ease-out;
  transition: color .2s ease-in-out, margin .2s ease-out, padding .2s ease-out;
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s; }

/*.menuOpen #mainMenuInner ul > li > a{
	margin:15px 0;
	padding:5px 10px;
}*/
#mainMenuInner ul > li > a:hover {
  color: #E7C247; }

.sectionFull {
  display: block;
  position: relative;
  width: 100%;
  /*height:100vh;*/
  min-height: 100px;
  top: 0;
  left: 0;
  overflow: hidden; }

.sectionInner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 30px; }

#mainContentHome.sectionFull {
  /*max-height:57vw;*/
  /*max-height:900px;*/
  max-height: 720px;
  height: 100vh;
  /*font-size:1em;*/
  font-size: .8em;
  /*margin-top:122px;*/
  /*min-height:600px;*/
  min-height: 400px;
  max-width: 1280px;
  overflow: hidden;
  margin: 0 auto; }

/*#mainContentHomeVideoContainer{
	display:none;
	position:relative;
	width:auto;
	height:auto;
	max-height:calc(100vh - 122px);
	margin:122px auto 0 auto;
}
#mainContentHomeVideoContainer::before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	padding-top:56.25%;
}
#mainContentHomeVideoContainer #mainContentHomeVideo{
	display:block;
	position:relative;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:calc(100vh - 122px);
	margin:0 auto;
}*/
#mainContentHomeSlider.homeSlider {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0; }

#mainContentHomeSlider.homeSlider.on {
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 1; }

#mainContentHomeSlider.homeSlider .slick-track {
  height: 100%; }

#mainContentHomeSlider.homeSlider .slideFull {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  outline: 0; }

#mainContentHomeSlider.homeSlider .slideFull:focus {
  outline: 0; }

#mainContentHomeSlider.homeSlider .slideFull .slideContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  /*max-width:1920px;*/
  height: 100%;
  margin: 0 auto;
  /*padding:36px 36px 50px 36px;*/
  /*padding:36px 36px 0 36px;*/
  padding: 36px 0 0 0;
  overflow: hidden; }

#mainContentHomeSlider.homeSlider .slideFull .slideContent a {
  text-decoration: none; }

#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer {
  /*flex-basis:620px;
	margin:66px 30px 40px 40px;*/
  -ms-flex-preferred-size: 480px;
      flex-basis: 480px;
  margin: 66px 20px 0 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
  /*background-color:#EEEEEE;*/ }

#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleNumber {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-family: 'SteelfishEb-Regular','SteelfishRg-Bold', 'Open Sans', sans-serif;
  font-size: 7em;
  color: #E7C247;
  border-bottom: 4px solid #000000;
  -webkit-transition: -webkit-transform 1s ease-out, opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
     transition-delay: .6s;
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
      transform: translate(100px, 0);
  opacity: 1; }

#mainContentHomeSlider.homeSlider.on .slideFull.slick-current .slideContent .slideContentTitleContainer .slideContentTitleNumber,
#mainContentHomeSlider.homeSlider.on .slideFull.slick-cloned.slick-cloned-active:first-of-type .slideContent .slideContentTitleContainer .slideContentTitleNumber,
#mainContentHomeSlider.homeSlider.on .slideFull.slick-cloned.slick-cloned-active:last-of-type .slideContent .slideContentTitleContainer .slideContentTitleNumber {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
      transform: translate(0px, 0);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s; }

#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleTitle {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 10px 0 0 0;
  padding-bottom: 10px;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 3.5em;
  line-height: 1.2em;
  letter-spacing: .05em;
  color: #000000;
  -webkit-transition: -webkit-transform 1s ease-out, opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
     transition-delay: .6s;
  -webkit-transform: translate(150px, 0);
  -ms-transform: translate(150px, 0);
      transform: translate(150px, 0);
  opacity: 1; }

#mainContentHomeSlider.homeSlider.on .slideFull.slick-current .slideContent .slideContentTitleContainer .slideContentTitleTitle,
#mainContentHomeSlider.homeSlider.on .slideFull.slick-cloned.slick-cloned-active:first-of-type .slideContent .slideContentTitleContainer .slideContentTitleTitle,
#mainContentHomeSlider.homeSlider.on .slideFull.slick-cloned.slick-cloned-active:last-of-type .slideContent .slideContentTitleContainer .slideContentTitleTitle {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
      transform: translate(0px, 0);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s; }

/*#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleTitle::after{
	content:'';
	display:block;
	position:relative;
	width:200px;
	height:4px;
	margin-top:10px;
	background-color:#000000;
}*/
#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle {
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-top: 12px;
  margin-top: 12px;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 1.2em;
  color: #E7C247;
  border-top: 4px solid #000000;
  -webkit-transition: -webkit-transform 1s ease-out, opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
     transition-delay: .6s;
  -webkit-transform: translate(150px, 0);
  -ms-transform: translate(150px, 0);
      transform: translate(150px, 0);
  opacity: 1; }

#mainContentHomeSlider.homeSlider.on .slideFull.slick-current .slideContent .slideContentTitleContainer .slideContentTitleSubtitle,
#mainContentHomeSlider.homeSlider.on .slideFull.slick-cloned.slick-cloned-active:first-of-type .slideContent .slideContentTitleContainer .slideContentTitleSubtitle,
#mainContentHomeSlider.homeSlider.on .slideFull.slick-cloned.slick-cloned-active:last-of-type .slideContent .slideContentTitleContainer .slideContentTitleSubtitle {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
      transform: translate(0px, 0);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s; }

#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#mainContentHomeSlider.homeSlider #mainContentHomeSlide02.slideFull .slideContent .slideContentTitleContainer .slideContentTitleNumber,
#mainContentHomeSlider.homeSlider #mainContentHomeSlide02.slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle {
  color: #DD5751; }

#mainContentHomeSlider.homeSlider #mainContentHomeSlide03.slideFull .slideContent .slideContentTitleContainer .slideContentTitleNumber,
#mainContentHomeSlider.homeSlider #mainContentHomeSlide03.slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle {
  color: #55B8D5; }

#mainContentHomeSlider.homeSlider #mainContentHomeSlide04.slideFull .slideContent .slideContentTitleContainer .slideContentTitleNumber,
#mainContentHomeSlider.homeSlider #mainContentHomeSlide04.slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle {
  color: #634998; }

#mainContentHomeSlider.homeSlider .slick-cloned:first-of-type .slideContent .slideContentTitleContainer .slideContentTitleNumber,
#mainContentHomeSlider.homeSlider .slick-cloned:first-of-type .slideContent .slideContentTitleContainer .slideContentTitleSubtitle,
#mainContentHomeSlider.homeSlider #mainContentHomeSlide05.slideFull .slideContent .slideContentTitleContainer .slideContentTitleNumber,
#mainContentHomeSlider.homeSlider #mainContentHomeSlide05.slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle {
  color: #CF3A8C; }

#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle .iconInline {
  font-size: .6em;
  line-height: 2.3em;
  margin: 0 0 0 .5em;
  padding: 0 .6em;
  color: #FFFFFF;
  background-color: #E7C247;
  vertical-align: text-bottom; }

#mainContentHomeSlider.homeSlider #mainContentHomeSlide02.slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle .iconInline {
  background-color: #DD5751; }

#mainContentHomeSlider.homeSlider #mainContentHomeSlide03.slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle .iconInline {
  background-color: #55B8D5; }

#mainContentHomeSlider.homeSlider #mainContentHomeSlide04.slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle .iconInline {
  background-color: #634998; }

#mainContentHomeSlider.homeSlider #mainContentHomeSlide05.slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle .iconInline,
#mainContentHomeSlider.homeSlider .slideFull.slick-cloned:first-of-type .slideContent .slideContentTitleContainer .slideContentTitleSubtitle .iconInline {
  background-color: #CF3A8C; }

#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*max-width:1200px;*/
  max-width: 960px;
  margin: 86px 0 0 0; }

#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage .slideContentImageBG {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  -webkit-transition: -webkit-transform 3s ease-out, opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 3s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 3s ease-out;
  -o-transition: transform 3s ease-out, opacity 1s ease-out;
  transition: transform 3s ease-out, opacity 1s ease-out;
  transition: transform 3s ease-out, opacity 1s ease-out, -webkit-transform 3s ease-out;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
     transition-delay: .6s;
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
      transform: translate(100px, 0);
  opacity: 1; }

#mainContentHomeSlider.homeSlider.on .slideFull.slick-current .slideContent .slideContentImage .slideContentImageBG,
#mainContentHomeSlider.homeSlider.on .slideFull.slick-cloned.slick-cloned-active:first-of-type .slideContent .slideContentImage .slideContentImageBG,
#mainContentHomeSlider.homeSlider.on .slideFull.slick-cloned.slick-cloned-active:last-of-type .slideContent .slideContentImage .slideContentImageBG {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
      transform: translate(0px, 0);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s; }

#mainContentHomeSlider .slick-cloned:last-of-type .slideContent .slideContentImage .slideContentImageBG,
#mainContentHomeSlide01 .slideContent .slideContentImage .slideContentImageBG {
  background-image: url(../images/slide-01-image.jpg); }

#mainContentHomeSlide02 .slideContent .slideContentImage .slideContentImageBG {
  background-image: url(../images/slide-02-image.jpg); }

#mainContentHomeSlide03 .slideContent .slideContentImage .slideContentImageBG {
  background-image: url(../images/slide-03-image.jpg); }

#mainContentHomeSlide04 .slideContent .slideContentImage .slideContentImageBG {
  background-image: url(../images/slide-04-image.jpg); }

#mainContentHomeSlider .slick-cloned:first-of-type .slideContent .slideContentImage .slideContentImageBG,
#mainContentHomeSlide05 .slideContent .slideContentImage .slideContentImageBG {
  background-image: url(../images/slide-05-image.jpg); }

#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentCopy {
  /*flex-basis:280px;*/
  /*font-family:'Miller-Display-Italic', 'Open Sans', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 300;
  color: #444444;
  /*margin:170px 0 0 0;*/
  margin: 0;
  -webkit-transition: -webkit-transform 1s ease-out, opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
     transition-delay: .6s;
  -webkit-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
      transform: translate(200px, 0);
  opacity: 1; }

#mainContentHomeSlider.homeSlider.on .slideFull.slick-current .slideContent .slideContentCopy,
#mainContentHomeSlider.homeSlider.on .slideFull.slick-cloned.slick-cloned-active:first-of-type .slideContent .slideContentCopy,
#mainContentHomeSlider.homeSlider.on .slideFull.slick-cloned.slick-cloned-active:last-of-type .slideContent .slideContentCopy {
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
      transform: translate(0px, 0);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s; }

#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage > .slideContentData {
  display: block;
  position: absolute;
  right: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  max-width: 400px;
  max-height: 400px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  /*opacity:.85;*/ }

#mainContentHomeSlider.homeSlider .slideFull#mainContentHomeSlide04 .slideContent .slideContentImage > .slideContentData {
  top: auto;
  bottom: 0;
  right: 10px;
  max-height: 400px; }

#mainContentHomeSlider.homeSlider .slideFull#mainContentHomeSlide02 .slideContent .slideContentImage > .slideContentData {
  top: auto;
  bottom: 0;
  right: 10px;
  max-height: 400px; }

#mainContentHomeSlider.homeSlider .slideFull#mainContentHomeSlide05 .slideContent .slideContentImage > .slideContentData {
  right: 10px;
  top: 10px; }

/*#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentData{
	display:block;
	position:absolute;
	right:80px;
	bottom:50px;
	width:330px;
	height:400px;
	background-repeat:no-repeat;
	background-position:bottom center;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
}*/
#mainContentHomeSlider.homeSlider .slick-cloned:last-of-type .slideContent .slideContentImage > .slideContentData,
#mainContentHomeSlider.homeSlider #mainContentHomeSlide01.slideFull .slideContent .slideContentImage > .slideContentData {
  /*background-image:url(../images/slide-01-data.png);*/ }

#mainContentHomeSlider.homeSlider #mainContentHomeSlide02.slideFull .slideContent .slideContentImage > .slideContentData {
  /*background-image:url(../images/slide-02-data.png);*/ }

#mainContentHomeSlider.homeSlider #mainContentHomeSlide03.slideFull .slideContent .slideContentImage > .slideContentData {
  /*background-image:url(../images/slide-03-data.png);*/ }

#mainContentHomeSlider.homeSlider #mainContentHomeSlide04.slideFull .slideContent .slideContentImage > .slideContentData {
  /*background-image:url(../images/slide-04-data.png);*/ }

#mainContentHomeSlider.homeSlider .slick-cloned:first-of-type .slideContent .slideContentImage > .slideContentData,
#mainContentHomeSlider.homeSlider #mainContentHomeSlide05.slideFull .slideContent .slideContentImage > .slideContentData {
  /*background-image:url(../images/slide-05-data.png);*/ }

/*#slideContentData04{
/*	background-image:url(../images/slide-04-data.png);
/*	-webkit-animation: DATA-ANIMATION 16s infinite; /* Safari 4+ */
/*	-moz-animation:    DATA-ANIMATION 16s infinite; /* Fx 5+ */
/*	-o-animation:      DATA-ANIMATION 16s infinite; /* Opera 12+ */
/*	animation:         DATA-ANIMATION 16s infinite; /* IE 10+, Fx 29+ */
/*	animation-timing-function: ease-in-out; 
/*}
@-webkit-keyframes DATA-ANIMATION {
	0%   { 
		-moz-transform:translateX(0%);
		-webkit-transform:translateX(0%);
		transform:translateX(0%);
	}
	50% { 
		-moz-transform:translateX(-20%);
		-webkit-transform:translateX(-20%);
		transform:translateX(-20%);
	}
	100% { 
		-moz-transform:translateX(0%);
		-webkit-transform:translateX(0%);
		transform:translateX(0%);
	}
}
@-moz-keyframes DATA-ANIMATION {
	0%   { 
		-moz-transform:translateX(0%);
		-webkit-transform:translateX(0%);
		transform:translateX(0%);
	}
	50% { 
		-moz-transform:translateX(-20%);
		-webkit-transform:translateX(-20%);
		transform:translateX(-20%);
	}
	100% { 
		-moz-transform:translateX(0%);
		-webkit-transform:translateX(0%);
		transform:translateX(0%);
	}
}
@-o-keyframes DATA-ANIMATION {
	0%   { 
		-moz-transform:translateX(0%);
		-webkit-transform:translateX(0%);
		transform:translateX(0%);
	}
	50% { 
		-moz-transform:translateX(-20%);
		-webkit-transform:translateX(-20%);
		transform:translateX(-20%);
	}
	100% { 
		-moz-transform:translateX(0%);
		-webkit-transform:translateX(0%);
		transform:translateX(0%);
	}
}
@keyframes DATA-ANIMATION {
	0%   { 
		-moz-transform:translateX(0%);
		-webkit-transform:translateX(0%);
		transform:translateX(0%);
	}
	50% { 
		-moz-transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	100% { 
		-moz-transform:translateX(0%);
		-webkit-transform:translateX(0%);
		transform:translateX(0%);
	}
}
*/
.sliderDots {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  height: 20px;
  padding: 0;
  border: none; }

.sliderDots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 25px;
  top: 0;
  margin: 0;
  padding: 0;
  border: none; }

.sliderDots ul li {
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  margin: 0 4px 0 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sliderDots ul li:last-child {
  margin: 0; }

.sliderDots ul li button {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  outline: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sliderDots ul li button::after {
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  top: 7px;
  margin: 0;
  padding: 0;
  width: 6px;
  height: 6px;
  background-color: #C2C2C2;
  border-radius: 3px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out; }

.sliderDots ul li button:hover::after {
  background-color: #333333; }

.sliderDots ul li button:focus {
  outline: 0; }

.sliderDots ul li.slick-active button::after {
  background-color: #E7C247; }

.sliderDots ul li.slick-active#slick-slide01 button::after {
  background-color: #DD5751; }

.sliderDots ul li.slick-active#slick-slide02 button::after {
  background-color: #55B8D5; }

.sliderDots ul li.slick-active#slick-slide03 button::after {
  background-color: #634998; }

.sliderDots ul li.slick-active#slick-slide04 button::after {
  background-color: #CF3A8C; }

#mainContentHomeNewsQuotes.sectionFull {
  /*background-color:#E7C247;*/
  height: auto;
  min-height: 120px;
  margin: 0 auto 0 auto;
  max-width: 1280px;
  margin-top: 12px;
  /*padding:0 36px;*/ }

#mainContentHomeNewsQuotes .sectionInner {
  padding: 30px 20px 30px 76px;
  background-color: #111111; }

#mainContentHomeNewsQuoteContainer {
  position: relative;
  margin: 0;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF; }

#mainContentHomeNewsQuoteTitleContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#mainContentHomeNewsQuoteTitleContainer a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  outline: 0; }

#mainContentHomeNewsQuoteTitleIcon {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  background-color: #000000;
  background-image: url(../images/agencynews_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden; }

#mainContentHomeNewsQuoteTitleTitle {
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 10px;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 1.6em;
  line-height: 1.2em;
  letter-spacing: .05em;
  color: #FFFFFF; }

#mainContentHomeNewsQuoteSliderContainer {
  display: block;
  position: relative;
  max-width: 640px;
  max-height: 100px;
  margin: 0 15px 0 30px;
  height: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1; }

#mainContentHomeNewsQuoteSlider {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-height: 100px;
  width: 100%;
  opacity: 0; }

#mainContentHomeNewsQuoteSlider.on {
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 1; }

#mainContentHomeNewsQuoteSlider .slick-list {
  height: 100%; }

#mainContentHomeNewsQuoteSlider .slick-track {
  height: 100%; }

#mainContentHomeNewsQuoteSlider .quoteSlide {
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
  outline: 0;
  overflow: hidden; }

#mainContentHomeNewsQuoteSlider .quoteSlide:focus {
  outline: 0; }

#mainContentHomeNewsQuoteSlider .quoteSlide .quoteSlideInner {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#mainContentHomeNewsQuoteSlider .quoteSlide .quoteSlideInner > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  outline: 0; }

#mainContentHomeNewsQuoteSlider .quoteSlide .quoteSlideInner .mainContentHomeNewsQuoteImageContainer {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  height: 100%;
  margin: 0;
  padding: 0; }

#mainContentHomeNewsQuoteSlider .quoteSlide .quoteSlideInner .mainContentHomeNewsQuoteImageContainer > img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0; }

.mainContentHomeNewsQuoteCopyContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  outline: 0; }

.mainContentHomeNewsQuoteCopy {
  /*font-family:'Miller-Display-Italic', 'Open Sans', sans-serif;*/
  font-family: 'Miller-Display-Roman', 'Open Sans', sans-serif;
  font-size: 1.3em;
  margin: 0 0 10px 0; }

.mainContentHomeNewsQuoteCopy::after {
  content: '';
  display: block;
  position: relative;
  width: 36px;
  height: 2px;
  margin-top: 10px;
  background-color: #FFFFFF; }

.mainContentHomeNewsQuoteByline {
  font-size: .9em; }

.mainContentHomeNewsQuoteByline > p {
  font-family: 'Brandon-Grotesque-Medium', 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  outline: 0; }

.mainContentHomeNewsQuoteByline > p .newsIcon {
  display: inline-block;
  margin: 0 .5em -.15em 0;
  width: 1em;
  height: 1em;
  line-height: 1em;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  overflow: hidden; }

.mainContentHomeNewsQuoteByline > p .newsIcon img {
  display: inline-block;
  margin: 0;
  width: auto;
  height: auto;
  max-width: 1em;
  max-height: 1em;
  line-height: 1em; }

.newsQuotesArrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#newsQuotesArrowPrev.newsQuotesArrow {
  bottom: 30px; }

.newsQuotesArrow:hover {
  opacity: 1; }

.newsQuotesArrowInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 15px;
  height: 15px;
  font-size: 1em;
  color: #FFFFFF; }

#newsQuotesArrowPrev.newsQuotesArrow .newsQuotesArrowInner {
  bottom: 2px; }

#mainContentHomeWork.sectionFull {
  height: auto;
  /*max-height:720px;*/ }

#mainContentHomeWorkInner.sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 36px;
  max-width: 1200px;
  margin: 0 auto; }

#mainContentHomeWorkTitle {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 10px 0;
  padding-bottom: 15px;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 2.5em;
  letter-spacing: .05em;
  text-align: center;
  color: #000000; }

#mainContentHomeWorkTitle::after {
  content: '';
  display: block;
  position: relative;
  width: 72px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #E7C247; }

#mainContentHomeWorkMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#mainContentHomeWorkMenu .mainContentHomeWorkMenuItem {
  margin: 0 10px;
  padding: 5px; }

#mainContentHomeWorkMenu .mainContentHomeWorkMenuItem.active {
  color: #E7C247; }

#mainContentHomeWorkBuckets {
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem {
  position: relative;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 30px 10px 0;
  padding: 150px 20px 100px 20px;
  height: 500px;
  max-height: 500px;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer; }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem:hover::before {
  opacity: 0; }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem#workClientBoostSwitch {
  background-image: url(../images/cs-boost-switch.jpg); }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem#workClientBlackberry1 {
  background-image: url(../images/cs-bb.jpg); }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem#workClientPrestone1 {
  background-image: url(../images/cs-prestone.jpg); }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem#workClientBoost1 {
  background-image: url(../images/cs-boost.jpg); }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem:last-child {
  margin-right: 0; }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20; }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem > .mainContentHomeWorkBucketItemOverlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  /*-moz-transition:-moz-transform .2s ease-in-out;
	-webkit-transition:-webkit-transform .2s ease-in-out;
	transition:transform .2s ease-in-out;
	-moz-transform:translate(-100%, 0);
	-webkit-transform:translate(-100%, 0);
	transform:translate(-100%, 0);*/
  /*mix-blend-mode:multiply;*/ }

/*#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem#workClientBlackberry1 > .mainContentHomeWorkBucketItemOverlay{
	background-color:#55B8D5;
}
#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem#workClientPrestone1 > .mainContentHomeWorkBucketItemOverlay{
	background-color:#E7C247;
}
#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem#workClientBoost1 > .mainContentHomeWorkBucketItemOverlay{
	background-color:#DD5751;
}*/
#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem:hover > .mainContentHomeWorkBucketItemOverlay {
  /*-moz-transform:translate(0, 0);
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0);*/
  opacity: 0; }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem > .mainContentHomeWorkBucketItemClientName {
  font-family: 'Brandon-Grotesque-Bold', 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 1em;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem > .mainContentHomeWorkBucketItemClientName::after {
  content: '';
  display: block;
  position: relative;
  width: 36px;
  height: 4px;
  margin-top: 10px;
  background-color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  z-index: 1; }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem > .mainContentHomeWorkBucketItemHeadline {
  font-family: 'Brandon-Grotesque-Bold', 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 1.4em;
  color: #FFFFFF;
  margin-top: 10px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem > .mainContentHomeWorkBucketItemCopy {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: .9em;
  line-height: 1.5em;
  color: #FFFFFF;
  margin-top: 10px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem:hover > .mainContentHomeWorkBucketItemClientName,
#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem:hover > .mainContentHomeWorkBucketItemHeadline,
#mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem:hover > .mainContentHomeWorkBucketItemCopy {
  opacity: 0; }

#mainContentHomeClients.sectionFull {
  background-color: #3c434e;
  /*height:66vh;*/
  height: auto;
  max-width: 1280px;
  margin: 0 auto; }

#mainContentHomeClientsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#mainContentHomeClientsTitle {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 10px 0;
  padding-bottom: 15px;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 2.5em;
  letter-spacing: .05em;
  text-align: center;
  color: #FFFFFF; }

#mainContentHomeClientsTitle::after {
  content: '';
  display: block;
  position: relative;
  width: 72px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #E7C247; }

#mainContentHomeClientsLogoGrid {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 12px auto;
  max-width: 1024px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#mainContentHomeClientsLogoGrid .clientLogo {
  position: relative;
  -ms-flex-preferred-size: 14%;
      flex-basis: 14%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: auto;
  min-height: 20px;
  margin: 15px 2%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
      transform: translate(0px, 40px);
  -webkit-transition: -webkit-transform .5s ease-out, opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out; }

#mainContentHomeClientsLogoGrid.animateIn .clientLogo {
  opacity: .2;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }

#mainContentHomeClientsLogoGrid.animateIn .clientLogo:hover {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoBoost {
  background-image: url(../images/logo-client-boost.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoAlcatel {
  background-image: url(../images/logo-client-alcatel.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoNetflix {
  background-image: url(../images/logo-client-netflix.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoEibach {
  background-image: url(../images/logo-client-eibach.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoPowerBuilt {
  background-image: url(../images/logo-client-powerbuilt.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoBlackBerry {
  background-image: url(../images/logo-client-blackberry.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoBlizzard {
  background-image: url(../images/logo-client-blizzard.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoPrestone {
  background-image: url(../images/logo-client-prestone.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoEdelbrock {
  background-image: url(../images/logo-client-edelbrock.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoFalken {
  background-image: url(../images/logo-client-falken.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoClassicIndustries {
  background-image: url(../images/logo-client-classic-industries.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoMothers {
  background-image: url(../images/logo-client-mothers.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoPieology {
  background-image: url(../images/logo-client-pieology.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoAutometer {
  background-image: url(../images/logo-client-autometer.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoVans {
  background-image: url(../images/logo-client-vans.png); }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoTooFaced {
  background-image: url(../images/logo-client-toofaced.png); }

#mainContentHomeClientsLogoGrid .clientLogo::before {
  content: '';
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 20%; }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoAutometer::before {
  margin: 5px 0; }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoBlizzard::before {
  margin: 10px 0; }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoClassicIndustries::before {
  margin: 20px 0; }

#mainContentHomeClientsLogoGrid .clientLogo#ClientLogoEdelbrock::before {
  margin: 5px 0; }

#mainContentHomeClientsLogoGrid .clientLogo a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#mainContentHomeSocial.sectionFull {
  background-color: #FFFFFF;
  /*height:66vh;*/
  height: auto; }

#mainContentHomeSocialInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

#mainContentHomeSocialTitle {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 10px 0;
  padding-bottom: 15px;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 2.5em;
  letter-spacing: .05em;
  text-align: center;
  color: #000000; }

#mainContentHomeSocialTitle::after {
  content: '';
  display: block;
  position: relative;
  width: 72px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #E7C247; }

#mainContentHomeSocialGrid {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px auto 20px auto;
  max-width: 1024px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#mainContentHomeSocialGrid .socialGridStack2 {
  position: relative;
  -ms-flex-preferred-size: 16.66%;
      flex-basis: 16.66%;
  height: auto;
  margin: 0; }

#mainContentHomeSocialGrid .socialGridStack2 .instagramImage {
  position: relative;
  width: 100%;
  height: 50%; }

#mainContentHomeSocialGrid .instagramImage {
  position: relative;
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  background-color: #111111;
  overflow: hidden; }

#mainContentHomeSocialGrid .instagramImage .instagramImageInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }

#mainContentHomeSocialGrid .instagramImage:hover .instagramImageInner {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }

#mainContentHomeSocialGrid .instagramImage.flex3x2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

#mainContentHomeSocialGrid .instagramImage.flex3x2::before {
  padding-top: 66.66%; }

#mainContentHomeSocialGrid .instagramImage.flex2x1 {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

#mainContentHomeSocialGrid .instagramImage.flex2x1::before {
  padding-top: 50%; }

#mainContentHomeSocialGrid .instagramImage.flexThird {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

#mainContentHomeSocialGrid .instagramImage.flexSixth {
  -ms-flex-preferred-size: 16.66%;
      flex-basis: 16.66%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

/*#mainContentHomeSocialGrid .instagramImage:nth-child(2){
	flex-basis:33.33%;
	flex-shrink:0;
}
#mainContentHomeSocialGrid .instagramImage:nth-child(3){
	flex-basis:33.33%;
	flex-shrink:0;
}*/
#mainContentHomeSocialGrid .instagramImage::before {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 100%; }

#mainContentHomeSocialGrid .instagramImage a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#mainContentHomeSocialBottomBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 40px;
  max-width: 1024px;
  margin: 0 auto 20px auto; }

#mainContentHomeSocialBottomBar a {
  text-decoration: none; }

.mainContentHomeSocialButtonMore {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  /*border:1px solid #000000;
	border-radius:5px;*/
  cursor: pointer; }

.mainContentHomeSocialButtonMore::after {
  content: '';
  display: block;
  position: relative;
  width: 50px;
  height: 4px;
  margin: 10px auto 0 auto;
  /*background-color:#E7C247;*/
  background-color: #E7C247;
  opacity: 0;
  -webkit-transform: scale(0.01, 1);
  -ms-transform: scale(0.01, 1);
      transform: scale(0.01, 1);
  -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out; }

.mainContentHomeSocialButtonMore:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -webkit-transition: -webkit-transform .3s ease-out, opacity .01s ease-out;
  -webkit-transition: opacity .01s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .01s ease-out, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .01s ease-out;
  transition: transform .3s ease-out, opacity .01s ease-out;
  transition: transform .3s ease-out, opacity .01s ease-out, -webkit-transform .3s ease-out; }

.mainContentHomeSocialButtonMore p {
  display: block;
  position: relative;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  color: #000000; }

.mainContentHomeSocialButtonMore p i {
  margin-left: 10px; }

#mainContentHomeSocialButtonMoreOnInstagram {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }

#mainContentHomeSocialButtonMoreOnInstagram.on {
  opacity: 1; }

#mainContentSectionFooter.sectionFull {
  background-color: #3c434e;
  /*background-color:#586273;*/
  /*height:33vh;*/
  height: auto;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }

#mainContentSectionFooter .sectionInner {
  position: relative;
  height: auto;
  /*max-width:1710px;*/
  width: 100%;
  max-width: 1084px;
  margin: 0 auto;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mainContentSectionFooterHorizontalDivide1,
.mainContentSectionFooterHorizontalDivide2 {
  display: none;
  width: 100%;
  height: 1px;
  margin: 30px 0;
  background-color: rgba(255, 255, 255, 0.2); }

.footerSection {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 100%;
  border-right: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 30px; }

.footerSection a {
  text-decoration: none;
  color: #FFFFFF; }

.footerSection:last-child {
  border-right: none; }

.footerSectionTitle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  color: #FFFFFF;
  font-size: .8em;
  margin-bottom: 15px; }

#mainContentSectionFooterLogo.footerSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 30px 0 0; }

#footerLogoSquare {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  background-image: url(../images/logo-scs-square-white.png); }

#footerLogoName {
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 180px;
  max-width: 230px;
  height: 16px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  overflow: hidden;
  background-image: url(../images/logo-scs-wide-white.png); }

#mainContentSectionFooterLinks > ul {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0; }

#mainContentSectionFooterLinks > ul > li {
  font-family: 'Brandon-Grotesque-Medium', 'Open Sans', sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  line-height: .8em;
  /*height:.8em;*/ }

#mainContentSectionFooterLinks > ul > li:first-child {
  margin-left: 0;
  padding-left: 0; }

#mainContentSectionFooterLinks > ul > li > a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-size: .8em;
  line-height: 1em;
  height: .8em;
  margin-bottom: .3em;
  white-space: nowrap;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

#mainContentSectionFooterLinks > ul > li > a:hover {
  color: #E7C247; }

#footerContactDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*font-family:'Brandon-Grotesque-Medium', 'Open Sans', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  color: #FFFFFF;
  font-size: .8em;
  line-height: 1em; }

.footerContactDetailsSection {
  white-space: nowrap;
  margin-bottom: .8em; }

.footerContactDetailsSection:last-child {
  margin-bottom: .3em;
  margin-top: .3em; }

#footerPhoneNumber {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #FFFFFF;
  font-size: .8em;
  line-height: 1em;
  height: 1em;
  /*margin:0 0 0 15px;
	padding:0 0 0 10px;
	border-left:1px solid #FFFFFF;*/
  white-space: nowrap; }

#mainContentSectionFooterSocial.footerSection {
  padding: 0 0 0 30px; }

#footerSocialLinks {
  height: 1em;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.socialIcon {
  display: block;
  position: relative;
  margin: 0 15px 0 0;
  padding: 0;
  width: auto;
  height: 1em;
  overflow: visible; }

.socialIcon:last-child {
  margin: 0; }

.socialIcon img {
  position: relative;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: auto; }

.socialIcon a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

.socialIcon a:hover {
  color: #E7C247; }

#mainContentErrorPage.sectionFull {
  height: calc(100vh - 110px);
  min-height: 500px; }

#mainContentErrorPageInner.sectionInner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#mainContentErrorPageTitle {
  font-size: 2em;
  font-family: "Open Sans", sans-serif;
  text-align: center; }

#mainContentErrorPageBodyCopy {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  margin: 20px 0 0 0; }

#mainContentErrorPageBodyCopy img {
  width: 100%;
  max-width: 472px;
  height: auto; }

.customBlack {
  background: #000000; }

@media screen and (min-width: 1025px) {
  .customBlack #topNavBar #topNavLogoSquare {
    background-image: url(../images/logo-scs-square-white.png); }
  .customBlack #topNavBar #topNavLogoName {
    background-image: url(../images/logo-scs-wide-white.png); }
  .customBlack .hamburger-inner,
  .customBlack .hamburger-inner::before,
  .customBlack .hamburger-inner::after {
    background-color: #FFFFFF; } }

@media screen and (max-width: 1500px) {
  #topNavBar {
    left: 0;
    margin: 0; }
  #mainContentHome.sectionFull {
    /*font-size:.9em;*/
    /*max-height:57vw;*/ }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer {
    /*flex-basis:520px;*/
    /*margin:140px 20px 0 40px;*/
    /*margin:66px 20px 0 40px;*/
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 1300px) {
  #mainContentHome.sectionFull {
    font-size: .8em;
    min-height: 400px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer {
    -ms-flex-preferred-size: 480px;
        flex-basis: 480px;
    /*margin:100px 20px 0 30px;*/
    margin: 66px 20px 0 30px; }
  /*.sliderDots ul{
		left:60px;
	}*/ }

@media screen and (max-width: 1280px) {
  #mainContentHomeSlider.homeSlider .slideFull .slideContent {
    /*padding:36px 36px 0 36px;*/
    padding: 30px 15px 0 0; }
  /*#mainContentSectionFooter .sectionInner{
		max-width:1080px;
		padding:30px;
		justify-content:center;
		flex-wrap:wrap;
	}
	.footerSection{
		flex-grow:1;
		flex-shrink:1;
		border-left:none;
		padding:0 30px;
	}
	.footerSectionTitle{
		font-size:.8em;
		margin-bottom:15px;
	}
	
	#mainContentSectionFooterLogo.footerSection{
		flex-basis:33.33%;
		padding:0 30px 0 0;
		display:flex;
		align-items:center;
		flex-wrap:nowrap;
		flex-grow:0;
	}
	#footerLogoSquare{
		width:50px;
		height:50px;
	}
	#footerLogoName{
		width:100%;
		min-width:150px;
		max-width:230px;
		height:16px;
		margin-left:20px;
	}
	#mainContentSectionFooterLinks.footerSection{
		flex-grow:1;
		padding:0 0 0 30px;
		border-left:1px solid #FFFFFF;
	}
	#mainContentSectionFooterLinks > ul > li{
		margin-left:15px;
		padding-left:10px;
		line-height:.8em;
		height:.8em;
	}
	#mainContentSectionFooterLinks > ul > li > a{
		font-size:.8em;
		line-height:1em;
		height:.8em;
	}
	.mainContentSectionFooterHorizontalDivide1{
		display:block;
	}
	#mainContentSectionFooterContact{
		flex-basis:33.33%;
		flex-grow:0;
		padding:0 15px 0 0;
	}
	#mainContentSectionFooterSocial{
		padding:0 0 0 30px;
		border-left:1px solid #FFFFFF;
	}
	.socialIcon{
		margin:0 15px 0 0;
		height:1em;
	}*/
  #mainContentErrorPage.sectionFull {
    height: calc(100vh - 220px); } }

@media screen and (max-width: 1050px) {
  #mainContentSectionFooter .sectionInner {
    padding: 30px 15px; }
  #footerLogoName {
    display: none; } }

@media screen and (max-width: 1024px) {
  .sectionInner {
    padding: 15px; }
  /* CONDENSED */
  #topNavBar {
    height: 61px;
    background-color: #FFFFFF;
    /*border-bottom:1px solid #DDDDDD;*/ }
  #topNavBar #topNavLogoSquare {
    top: 13px;
    left: 15px;
    /*width:36px;*/
    width: 49px;
    height: 36px; }
  #topNavBar #topNavLogoName {
    /*top:25px;
		left:64px;*/
    top: 12px;
    left: 49px;
    width: 230px;
    height: 14px;
    /*opacity:0;*/ }
  #topNavBar.condensed #topNavLogoName,
  .menuOpen #topNavBar #topNavLogoName {
    opacity: 1; }
  #topNavBar #topNavMenuIconContainer {
    top: 0;
    right: 0;
    width: 86px;
    height: 60px; }
  .menuOpen #topNavBar .hamburger,
  #topNavBar.condensed .hamburger,
  #topNavBar .hamburger {
    top: 16px; }
  #topNavBar #topNavMenuIcon {
    top: 23px;
    left: 36px;
    width: 36px;
    height: 30px; }
  #topNavBar #topNavMenuIcon span {
    height: 1px;
    margin-bottom: 8px;
    position: relative;
    background-color: #000000;
    z-index: 1;
    -ms-transform-origin: 0px 0px;
        transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
    -webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease, background-color .2s ease-in-out;
    -webkit-transition: opacity .2s ease, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out, opacity .2s ease, background-color .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease, background-color .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out; }
  .menuOpen #topNavBar #topNavMenuIcon span:first-child {
    -webkit-transform: rotate(45deg) scale(0.8, 1) translate(1.5px, -2px);
    -ms-transform: rotate(45deg) scale(0.8, 1) translate(1.5px, -2px);
        transform: rotate(45deg) scale(0.8, 1) translate(1.5px, -2px); }
  .menuOpen #topNavBar #topNavMenuIcon span:last-child {
    -webkit-transform: rotate(-45deg) scale(0.8, 1) translate(0, 2px);
    -ms-transform: rotate(-45deg) scale(0.8, 1) translate(0, 2px);
        transform: rotate(-45deg) scale(0.8, 1) translate(0, 2px); }
  #mainContentHome.sectionFull {
    font-size: .7em;
    min-height: 390px;
    max-height: 57vw; }
  #mainContentHomeVideoContainer {
    margin-top: 61px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent {
    /*padding:30px 15px 30px 15px;*/
    padding: 30px 15px 0 15px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer {
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    /*margin:80px 20px 0 10px;*/
    margin: 30px 20px 0 10px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin: 31px 0 0 0; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage > .slideContentData {
    right: 40px;
    top: 40px;
    width: 300px;
    height: 400px; }
  #mainContentHomeSlider.homeSlider .slideFull#mainContentHomeSlide04 .slideContent .slideContentImage > .slideContentData {
    max-height: 300px; }
  #mainContentHomeSlider.homeSlider .slideFull#mainContentHomeSlide02 .slideContent .slideContentImage > .slideContentData {
    max-height: 300px; }
  .sliderDots {
    bottom: 5px;
    height: 20px; }
  .sliderDots ul {
    left: 18px; }
  #mainContentHomeNewsQuotes.sectionFull {
    padding: 0; }
  #mainContentHomeNewsQuotes .sectionInner {
    padding: 30px 20px 30px 20px; }
  .mainContentHomeNewsQuoteCopy {
    font-size: 1.2em;
    margin: 10px 0 15px 0; }
  #mainContentHomeWork.sectionFull {
    max-height: 700px; }
  #mainContentHomeWorkInner.sectionInner {
    padding: 30px 15px; }
  #mainContentHomeWorkBuckets {
    margin-top: 15px; }
  #mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem {
    margin-right: 15px;
    padding: 150px 15px;
    font-size: .8em; }
  #mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem > .mainContentHomeWorkBucketItemClientName::after {
    width: 36px;
    height: 4px;
    margin-top: 5px; }
  #mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem > .mainContentHomeWorkBucketItemHeadline {
    margin-top: 5px; }
  #mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem > .mainContentHomeWorkBucketItemCopy {
    margin-top: 5px; }
  #mainContentSectionFooter .sectionInner {
    padding: 30px 15px; }
  #footerLogoName {
    display: none; }
  #mainContentErrorPageInner.sectionInner {
    padding: 60px 20px 30px 20px; } }

@media screen and (max-width: 900px) {
  #mainContentHome.sectionFull {
    font-size: .6em; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
    /*margin:60px 20px 0 15px;*/
    margin: 30px 20px 0 15px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage > .slideContentData {
    height: 350px; }
  #mainContentHomeSlider.homeSlider .slideFull#mainContentHomeSlide04 .slideContent .slideContentImage > .slideContentData {
    width: 100%;
    max-height: 250px; }
  #mainContentHomeSlider.homeSlider .slideFull#mainContentHomeSlide02 .slideContent .slideContentImage > .slideContentData {
    width: 100%;
    max-height: 250px; }
  #mainContentHomeNewsQuotes.sectionFull {
    min-height: 60px; }
  #mainContentHomeNewsQuotes .sectionInner {
    padding: 20px 20px 20px 20px; }
  #mainContentHomeNewsQuoteContainer {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF; }
  #mainContentHomeNewsQuoteTitleIcon {
    width: 20px;
    height: 20px; }
  #mainContentHomeNewsQuoteTitleTitle {
    margin: 0 10px;
    font-size: 1.2em;
    line-height: 1.1em; }
  #mainContentHomeNewsQuoteSliderContainer {
    max-height: 80px; }
  #mainContentHomeNewsQuoteSlider .quoteSlide {
    height: 80px; }
  #mainContentHomeNewsQuoteSlider .quoteSlide .quoteSlideInner .mainContentHomeNewsQuoteImageContainer {
    width: 120px; }
  .mainContentHomeNewsQuoteCopy {
    font-size: .9em;
    margin: 0 0 10px 0; }
  /*#mainContentSectionFooterLogo.footerSection{
		flex-grow:1;
		flex-shrink:1;
		padding:0 15px 0 0;
	}
	#footerLogoSquare{
		width:50px;
		height:50px;
	}
	#footerLogoName{
		width:100%;
		flex-shrink:1;
		min-width:150px;
		max-width:230px;
		height:16px;
		margin-left:20px;
	}
	#mainContentSectionFooterLinks.footerSection{
		flex-basis:50%;
		flex-grow:0;
		flex-shrink:1;
		padding:0 0 0 30px;
		border-left:1px solid #FFFFFF;
	}
	#mainContentSectionFooterLinks > ul > li{
		margin-left:15px;
		padding-left:10px;
		line-height:.8em;
		height:.8em;
	}
	#mainContentSectionFooterLinks > ul > li > a{
		font-size:.8em;
		line-height:1em;
		height:.8em;
	}
	#mainContentSectionFooterHorizontalDivide{
		display:block;
		width:100%;
		height:1px;
		margin:30px 0;
		background-color:rgba(255,255,255,.2);
	}
	#mainContentSectionFooterContact{
		flex-basis:50%;
		flex-grow:0;
		padding:0 15px 0 0;
	}*/ }

@media screen and (max-width: 850px) {
  #mainContentSectionFooter .sectionInner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #mainContentSectionFooterContact.footerSection {
    padding: 0 30px 0 0; }
  #mainContentSectionFooterLinks.footerSection {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-right: none; }
  .mainContentSectionFooterHorizontalDivide1 {
    display: block; } }

@media screen and (max-width: 800px) {
  #mainContentHome.sectionFull {
    font-size: .6em; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    /*margin:40px 20px 0 10px;*/
    margin: 30px 20px 0 10px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin: 25px 0 0 0; }
  /*#mainContentHomeWork.sectionFull{
		max-height:600px;
	}*/
  #mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem {
    padding: 120px 20px 0 20px;
    height: 400px; }
  #mainContentSectionFooter .sectionInner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #mainContentSectionFooterContact.footerSection {
    padding: 0 30px 0 0; }
  #mainContentSectionFooterLinks.footerSection {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-right: none; }
  .mainContentSectionFooterHorizontalDivide1 {
    display: block; } }

@media screen and (max-width: 720px) {
  /* CONDENSED MOBILE */
  #topNavBar,
  #topNavBar.condensed {
    height: 40px;
    background-color: #FFFFFF; }
  .menuOpen #topNavBar {
    height: 40px;
    background-color: #000000; }
  #topNavBar #topNavLogoSquare,
  .menuOpen #topNavBar #topNavLogoSquare,
  #topNavBar.condensed #topNavLogoSquare {
    top: 7px;
    left: 7px;
    /*width:25px;*/
    width: 25px;
    height: 25px; }
  #topNavBar #topNavLogoName,
  .menuOpen #topNavBar #topNavLogoName,
  #topNavBar.condensed #topNavLogoName {
    /*top:15px;
		left:42px;*/
    top: 8px;
    left: 35px;
    width: 120px;
    height: 11px; }
  #topNavBar #topNavMenuIconContainer,
  .menuOpen #topNavBar #topNavMenuIconContainer,
  #topNavBar.condensed #topNavMenuIconContainer {
    top: 0;
    right: 0;
    width: 50px;
    height: 40px; }
  .menuOpen #topNavBar .hamburger,
  #topNavBar.condensed .hamburger,
  #topNavBar .hamburger {
    top: 5px; }
  #topNavBar #topNavMenuIcon,
  .menuOpen #topNavBar #topNavMenuIcon,
  #topNavBar.condensed #topNavMenuIcon {
    top: 11px;
    left: 20px;
    width: 30px;
    height: 25px; }
  #topNavBar #topNavMenuIcon span,
  .menuOpen #topNavBar #topNavMenuIcon span,
  #topNavBar.condensed #topNavMenuIcon span {
    height: 1px;
    margin-bottom: 7px;
    position: relative; }
  .menuOpen #topNavBar #topNavMenuIcon span:first-child,
  .menuOpen #topNavBar.condensed #topNavMenuIcon span:first-child {
    -webkit-transform: rotate(45deg) scale(0.85, 1) translate(1.5px, -2px);
    -ms-transform: rotate(45deg) scale(0.85, 1) translate(1.5px, -2px);
        transform: rotate(45deg) scale(0.85, 1) translate(1.5px, -2px); }
  .menuOpen #topNavBar #topNavMenuIcon span:last-child,
  .menuOpen #topNavBar.condensed #topNavMenuIcon span:last-child {
    -webkit-transform: rotate(-45deg) scale(0.85, 1) translate(0, 2px);
    -ms-transform: rotate(-45deg) scale(0.85, 1) translate(0, 2px);
        transform: rotate(-45deg) scale(0.85, 1) translate(0, 2px); }
  .hamburger-box {
    width: 30px;
    height: 24px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 1px; }
  .hamburger-inner {
    margin-top: -1px;
    width: 18px; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }
  .hamburger--spin.is-active .hamburger-inner {
    width: 30px; }
  #mainMenuInner {
    padding-top: 40px; }
  #mainMenuInner ul > li > a {
    font-size: 1.4em;
    letter-spacing: .1em;
    /*margin:0;
		padding:0 10px;*/
    margin: 5px 0;
    padding: 5px 10px; }
  /*.menuOpen #mainMenuInner ul > li > a{
		margin:5px 0;
		padding:5px 10px;
	}*/
  #mainContentHome.sectionFull {
    font-size: .6em;
    /*max-height:480px;*/
    min-height: 360px; }
  #mainContentHomeVideoContainer {
    margin-top: 40px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent {
    /*padding:30px 0 40px 0;*/
    padding: 30px 0 0 0; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 20px 15px 0 20px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleTitle {
    margin: 5px 0 0 0;
    padding-bottom: 5px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin: 0 0 0 0;
    background-position: left;
    background-size: cover; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage .slideContentImageBG {
    background-position: left;
    background-size: cover; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage > .slideContentData {
    right: 10px;
    top: 40px;
    width: 200px;
    height: 300px; }
  #mainContentHomeSlider.homeSlider .slideFull#mainContentHomeSlide04 .slideContent .slideContentImage > .slideContentData {
    width: 100%;
    max-height: 200px;
    max-width: 200px; }
  #mainContentHomeSlider.homeSlider .slideFull#mainContentHomeSlide02 .slideContent .slideContentImage > .slideContentData {
    width: 100%;
    max-height: 200px;
    max-width: 200px; }
  #mainContentHomeNewsQuoteContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #mainContentHomeNewsQuoteSliderContainer {
    max-height: 80px;
    margin: 15px 0 0 0;
    width: 100%; }
  #mainContentHomeWorkTitle {
    margin: 5px 0;
    padding-bottom: 10px;
    font-size: 2em; }
  #mainContentHomeWorkTitle::after {
    width: 72px;
    height: 4px;
    margin: 5px auto 0 auto; }
  #mainContentHomeWorkMenu .mainContentHomeWorkMenuItem {
    margin: 0 5px;
    padding: 5px;
    font-size: .9em; }
  #mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem {
    height: 300px;
    padding: 80px 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  #mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem > .mainContentHomeWorkBucketItemClientName::after {
    height: 3px; }
  #mainContentHomeClientsTitle {
    margin: 5px 0;
    padding-bottom: 10px;
    font-size: 2em; }
  #mainContentHomeClientsTitle::after {
    width: 72px;
    height: 4px;
    margin: 5px auto 0 auto; }
  #mainContentHomeSocialTitle {
    margin: 5px 0;
    padding-bottom: 10px;
    font-size: 2em; }
  #mainContentHomeSocialTitle::after {
    width: 72px;
    height: 4px;
    margin: 5px auto 0 auto; }
  #mainContentErrorPage.sectionFull {
    height: calc(100vh - 360px); }
  #mainContentErrorPageInner.sectionInner {
    padding: 40px 15px 20px 15px; } }

@media screen and (max-width: 640px) {
  #mainContentHome.sectionFull {
    font-size: .5em; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer {
    margin: 10px 15px 0 20px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle {
    padding-top: 8px;
    margin-top: 8px; } }

@media screen and (max-width: 600px) {
  #mainContentHomeWork.sectionFull {
    max-height: 1000px;
    height: auto; }
  #mainContentHomeWork .sectionInner {
    height: auto; }
  #mainContentHomeWorkBuckets {
    margin-top: 15px; }
  #mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem {
    margin-right: 15px;
    padding: 70px 15px;
    font-size: .7em; }
  #mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem > .mainContentHomeWorkBucketItemClientName::after {
    width: 36px;
    height: 2px;
    margin-top: 5px; }
  #mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem > .mainContentHomeWorkBucketItemHeadline {
    margin-top: 5px; }
  #mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem > .mainContentHomeWorkBucketItemCopy {
    margin-top: 5px; }
  #mainContentHomeClientsLogoGrid {
    margin: 10px auto 10px auto; }
  #mainContentHomeClientsLogoGrid .clientLogo {
    margin: 15px 2%; }
  #mainContentHomeClientsLogoGrid .clientLogo#ClientLogoAutometer::before {
    margin: 3px 0; }
  #mainContentHomeClientsLogoGrid .clientLogo#ClientLogoBlizzard::before {
    margin: 5px 0; }
  #mainContentHomeClientsLogoGrid .clientLogo#ClientLogoClassicIndustries::before {
    margin: 15px 0; }
  #mainContentHomeClientsLogoGrid .clientLogo#ClientLogoEdelbrock::before {
    margin: 5px 0; } }

@media screen and (max-width: 520px) {
  #mainContentHomeNewsQuoteTitleTitle {
    font-size: 1em;
    line-height: 1.4em; }
  #mainContentHomeNewsQuoteSliderContainer {
    max-height: 60px; }
  #mainContentHomeNewsQuoteSlider .quoteSlide {
    height: 60px; }
  #mainContentHomeNewsQuoteSlider .quoteSlide .quoteSlideInner .mainContentHomeNewsQuoteImageContainer {
    width: 100px; }
  .mainContentHomeNewsQuoteCopyContainer {
    margin-left: 15px; }
  .mainContentHomeNewsQuoteCopy {
    font-size: .8em;
    margin: 0 0 6px 0; }
  .mainContentHomeNewsQuoteCopy::after {
    width: 36px;
    height: 1px;
    margin-top: 6px; }
  .mainContentHomeNewsQuoteByline {
    font-size: .7em; }
  #mainContentHomeWorkInner.sectionInner {
    padding: 30px 0; }
  #mainContentHomeWorkBuckets {
    margin-top: 20px;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
  #mainContentHomeWorkBuckets.on {
    opacity: 1; }
  #mainContentHomeWorkBuckets .mainContentHomeWorkBucketItem {
    width: 40%;
    height: 300px;
    margin: 0 10px 0 10px;
    padding: 50px 15px;
    outline: 0;
    font-size: .9em; } }

@media screen and (max-width: 450px) {
  #mainContentHome.sectionFull {
    max-height: 200vw;
    height: 100vh;
    font-size: .5em;
    min-height: 330px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 15px 15px 0 20px;
    padding-bottom: 10px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleNumber {
    border-bottom: 3px solid #000000; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleTitle {
    margin: 3px 0 0 0;
    padding-bottom: 3px;
    line-height: 1.1em; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle {
    padding-top: 4px;
    margin-top: 8px;
    border-top: 3px solid #000000; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentCopy {
    font-size: 1.5em;
    line-height: 1.6em; }
  #mainContentHomeSlider.homeSlider .slideFull.slick-cloned:last-of-type .slideContent .slideContentCopy,
  #mainContentHomeSlider.homeSlider #mainContentHomeSlide01.slideFull .slideContent .slideContentCopy,
  #mainContentHomeSlider.homeSlider #mainContentHomeSlide02.slideFull .slideContent .slideContentCopy {
    padding-right: 30px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage {
    position: relative;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin: 10px 0 0 0;
    padding: 0 15px;
    background-position: bottom center;
    background-size: contain;
    /*background-color:#FFFFFF;*/ }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage .slideContentImageBG {
    width: 90%;
    left: 5%;
    background-position: bottom left;
    background-size: contain;
    z-index: 10; }
  #mainContentHomeSlider .slick-cloned:last-of-type .slideContent .slideContentImage .slideContentImageBG,
  #mainContentHomeSlider.homeSlider #mainContentHomeSlide01.slideFull .slideContent .slideContentImage .slideContentImageBG {
    width: 125%; }
  #mainContentHomeSlider.homeSlider #mainContentHomeSlide03.slideFull .slideContent .slideContentImage .slideContentImageBG {
    width: 115%; }
  #mainContentHomeSlider.homeSlider #mainContentHomeSlide04.slideFull .slideContent .slideContentImage .slideContentImageBG {
    width: 115%;
    margin-top: 15px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #E7C247;
    /*mix-blend-mode:multiply;*/
    z-index: 0; }
  #mainContentHomeSlider.homeSlider #mainContentHomeSlide02.slideFull .slideContent .slideContentImage::after {
    background-color: #DD5751; }
  #mainContentHomeSlider.homeSlider #mainContentHomeSlide03.slideFull .slideContent .slideContentImage::after {
    background-color: #55B8D5; }
  #mainContentHomeSlider.homeSlider #mainContentHomeSlide04.slideFull .slideContent .slideContentImage::after {
    /*background-color:#586273;*/
    background-color: #634998; }
  #mainContentHomeSlider.homeSlider .slideFull.slick-cloned:first-of-type .slideContent .slideContentImage::after,
  #mainContentHomeSlider.homeSlider #mainContentHomeSlide05.slideFull .slideContent .slideContentImage::after {
    background-color: #CF3A8C; }
  #mainContentHomeSlider .slick-cloned:last-of-type .slideContent .slideContentImage .slideContentImageBG,
  #mainContentHomeSlide01 .slideContent .slideContentImage .slideContentImageBG {
    background-image: url(../images/slide-01-image-mobile.png); }
  #mainContentHomeSlide02 .slideContent .slideContentImage .slideContentImageBG {
    background-image: url(../images/slide-02-image-mobile.png); }
  #mainContentHomeSlide03 .slideContent .slideContentImage .slideContentImageBG {
    background-image: url(../images/slide-03-image-mobile.png); }
  #mainContentHomeSlide04 .slideContent .slideContentImage .slideContentImageBG {
    background-image: url(../images/slide-04-image-mobile.png); }
  #mainContentHomeSlider .slick-cloned:first-of-type .slideContent .slideContentImage .slideContentImageBG,
  #mainContentHomeSlide05 .slideContent .slideContentImage .slideContentImageBG {
    background-image: url(../images/slide-05-image-mobile.png); }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage > .slideContentData {
    height: 80%;
    top: auto;
    right: 20px;
    bottom: 20px;
    width: 60%;
    z-index: 20; }
  .sliderDots {
    bottom: 5px;
    height: 20px; }
  .sliderDots ul {
    left: 18px; }
  .sliderDots ul li {
    width: 20px;
    height: 20px;
    /*margin:0 4px 0 0;*/
    margin: 0; }
  .sliderDots ul li button {
    width: 20px;
    height: 20px; }
  #mainContentHomeSliderDots.sliderDots ul li button::after {
    background-color: #FFFFFF;
    opacity: .4; }
  #mainContentHomeSliderDots.sliderDots ul li button:hover::after {
    background-color: #FFFFFF; }
  .sliderDots ul li button:focus {
    outline: 0; }
  #mainContentHomeSliderDots.sliderDots ul li.slick-active button::after {
    background-color: #FFFFFF;
    opacity: 1; }
  #mainContentHomeWorkTitle {
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.5em; }
  #mainContentHomeClientsTitle {
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.5em; }
  #mainContentHomeClientsLogoGrid .clientLogo {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    min-height: 20px;
    margin: 10px 4%; }
  #mainContentHomeSocialTitle {
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.5em; }
  #mainContentSectionFooter .sectionInner {
    /*flex-direction:column;*/
    /*justify-content:flex-start;*/
    /*align-items:flex-start;*/
    /*flex-wrap:nowrap;*/
    height: auto;
    /*min-height:300px;*/
    padding: 15px; }
  #mainContentSectionFooter .sectionInner .footerSection {
    /*flex-basis:100%;*/
    min-height: 40px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  #mainContentSectionFooter .sectionInner #mainContentSectionFooterLogo.footerSection {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 25px 0 0;
    margin-right: 25px;
    border-right: 1px solid #FFFFFF; }
  #footerLogoSquare {
    width: 35px;
    height: 35px; }
  #footerLogoName {
    display: none;
    min-width: 130px;
    max-width: 230px;
    height: 12px;
    margin-left: 20px; }
  #mainContentSectionFooterLinks.footerSection {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 40px;
    padding: 0;
    border-left: none; }
  #mainContentSectionFooterContact.footerSection {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 25px 0 0; }
  #mainContentSectionFooter .sectionInner #mainContentSectionFooterSocial.footerSection {
    min-height: 10px;
    padding: 0 0 0 25px; }
  .mainContentSectionFooterHorizontalDivide1,
  .mainContentSectionFooterHorizontalDivide2 {
    margin: 20px 0; }
  #mainContentSectionFooterLinks > ul {
    margin-top: 4px; }
  #mainContentSectionFooterLinks > ul > li {
    margin-left: 15px;
    padding-left: 10px;
    line-height: .7em;
    height: .9em; }
  #mainContentSectionFooterLinks > ul > li > a {
    font-size: .7em;
    line-height: 1em;
    height: .8em; } }

@media screen and (max-width: 420px) {
  #mainContentHomeSlider.homeSlider .slideFull.slick-cloned:first-of-type .slideContent .slideContentTitleContainer .slideContentTitleTitle,
  #mainContentHomeSlider.homeSlider #mainContentHomeSlide05.slideFull .slideContent .slideContentTitleContainer .slideContentTitleTitle {
    font-size: 2.9em; }
  #mainContentHomeNewsQuoteSliderContainer {
    max-height: 80px; }
  #mainContentHomeNewsQuoteSlider .quoteSlide {
    height: 80px; }
  #mainContentHomeNewsQuoteSlider .quoteSlide .quoteSlideInner .mainContentHomeNewsQuoteImageContainer {
    width: 90px; }
  .mainContentHomeNewsQuoteCopyContainer {
    margin-left: 10px; } }

@media screen and (max-width: 400px) {
  #mainContentSectionFooter .sectionInner .footerSection {
    min-height: 30px; }
  #mainContentSectionFooter .sectionInner #mainContentSectionFooterLogo.footerSection {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 15px 0 0;
    margin-right: 15px;
    border-right: 1px solid #FFFFFF; }
  #footerLogoSquare {
    width: 30px;
    height: 30px; }
  #mainContentSectionFooterLinks.footerSection {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 30px;
    padding: 0;
    border-left: none;
    border-right: none; }
  #mainContentSectionFooterContact.footerSection {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 15px 0 0; }
  .mainContentSectionFooterHorizontalDivide1 {
    display: block;
    margin: 20px 0; }
  #mainContentSectionFooterHorizontalDivide2_first {
    display: none; }
  #mainContentSectionFooterLinks > ul > li {
    margin-left: 15px;
    padding-left: 5px;
    line-height: .6em;
    height: .6em; }
  #mainContentSectionFooterLinks > ul > li > a {
    font-size: .6em;
    line-height: 1em;
    height: .6em; }
  #footerContactDetails {
    font-size: .7em; }
  #mainContentSectionFooter .sectionInner #mainContentSectionFooterSocial.footerSection {
    padding: 0 0 0 15px;
    min-height: 20px; }
  .socialIcon {
    margin: 0 15px 0 0;
    height: .8em; } }

@media screen and (max-width: 350px) {
  #mainContentHomeSlider.homeSlider .slideFull.slick-cloned:first-of-type .slideContent .slideContentTitleContainer .slideContentTitleTitle,
  #mainContentHomeSlider.homeSlider #mainContentHomeSlide05.slideFull .slideContent .slideContentTitleContainer .slideContentTitleTitle {
    font-size: 2.7em; }
  #mainContentHomeNewsQuoteSlider .quoteSlide .quoteSlideInner .mainContentHomeNewsQuoteImageContainer {
    width: 80px; } }

@media screen and (max-width: 340px) {
  #mainContentSectionFooterHorizontalDivide2_first {
    display: none; }
  .mainContentSectionFooterHorizontalDivide2 {
    display: block;
    margin: 20px 0; }
  #mainContentSectionFooterContact.footerSection {
    border-right: none; }
  #mainContentSectionFooter .sectionInner #mainContentSectionFooterSocial.footerSection {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border-left: none;
    padding: 0;
    margin-bottom: 10px; } }

@media screen and (max-width: 300px) {
  #mainContentSectionFooter .sectionInner #mainContentSectionFooterLogo.footerSection {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage::before {
    /*background-color:rgba(232,188,32,.6);*/
    opacity: .6; } }

/* HEIGHT */
@media screen and (max-height: 600px) {
  #mainMenuInner ul > li > a {
    font-size: 1.4em;
    letter-spacing: .1em;
    /*margin:0;
		padding:0 10px;*/
    margin: 5px 0;
    padding: 5px 10px; }
  /*.menuOpen #mainMenuInner ul > li > a{
		margin:5px 0;
		padding:5px 10px;
	}*/ }

@media screen and (max-width: 330px) and (max-height: 600px) {
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentCopy {
    font-size: 1.4em;
    line-height: 1.5em; } }

@media screen and (max-height: 520px) {
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentImage {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; } }

@media screen and (max-height: 400px) and (max-width: 720px) {
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    margin: 25px 15px 0 20px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleNumber {
    font-size: 5em; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleTitle {
    margin: 5px 0 0 0;
    padding-bottom: 5px;
    line-height: 1.1em; }
  /*#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleTitle::after{
		width:200px;
		height:4px;
		margin-top:5px;
	}*/
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle {
    padding-top: 8px;
    margin-top: 8px; } }

@media screen and (max-height: 450px) and (max-width: 450px) {
  #mainContentHome.sectionFull {
    font-size: .5em; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    margin: 10px 15px 0 20px; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleNumber {
    font-size: 5em;
    border-bottom: 2px solid #000000; }
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleTitle {
    margin: 4px 0 0 0;
    padding-bottom: 4px;
    line-height: 1.1em; }
  /*#mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleTitle::after{
		width:200px;
		height:2px;
		margin-top:5px;
	}*/
  #mainContentHomeSlider.homeSlider .slideFull .slideContent .slideContentTitleContainer .slideContentTitleSubtitle {
    padding-top: 8px;
    margin-top: 5px;
    border-top: 2px solid #000000; } }

@media screen and (max-height: 440px) {
  #mainMenuInner ul > li > a {
    font-size: 1.2em;
    margin: 2px 0; } }

@media screen and (max-height: 380px) {
  #mainMenuInner ul > li > a {
    font-size: 1em;
    margin: 2px 0;
    padding: 2px 5px; } }

@media screen and (max-height: 320px) {
  #mainMenuInner ul > li > a {
    font-size: .8em;
    margin: 2px 0;
    padding: 2px 5px; } }

/* Layout */
/* ==========================================================================
   Header
   ========================================================================== */
/* ==========================================================================
   Footer
   ========================================================================== */
/* Pages */
#mainContentAbout.sectionFull {
  height: auto;
  max-height: auto;
  min-height: calc(100vh - 110px);
  padding-top: 120px; }

#mainContentAboutInner.sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 36px;
  max-width: 1200px;
  margin: 0 auto; }

#mainContentAboutTitle {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 10px 0;
  padding-bottom: 15px;
  font-family: 'SteelfishEb-Regular','SteelfishRg-Bold','Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 5em;
  text-align: left;
  color: #E7C247; }

#mainContentAboutImage {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto 30px auto; }

#mainContentAboutImage img {
  position: relative;
  width: 100%;
  height: auto; }

#mainContentAboutCopyContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

#mainContentAboutCopy1 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.1em;
  text-align: left; }

#mainContentAboutCopy2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 500px;
  padding-left: 30px;
  border-left: 2px solid #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
  line-height: 1.5em;
  text-align: left; }

#mainContentAboutCopy2 .copyBlockSpacer {
  margin-top: .5em; }

#mainContentAboutCopy3 {
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
  line-height: 1.5em;
  text-align: left;
  margin-top: 20px;
  max-width: 900px; }

@media screen and (max-width: 1280px) {
  #mainContentAbout.sectionFull {
    min-height: calc(100vh - 220px); } }

@media screen and (max-width: 1024px) {
  #mainContentAbout.sectionFull {
    padding-top: 60px; }
  #mainContentAboutInner.sectionInner {
    padding: 30px 15px; }
  #mainContentAboutCopyContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #mainContentAboutCopy1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  #mainContentAboutCopy2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 2px solid #000000; }
  #mainContentAboutCopy3 {
    max-width: 500px; } }

@media screen and (max-width: 720px) {
  #mainContentAbout.sectionFull {
    height: auto;
    min-height: calc(100vh - 360px);
    padding-top: 40px; } }

@media screen and (max-width: 600px) {
  #mainContentAbout .sectionInner {
    height: auto; } }

@media screen and (max-width: 520px) {
  #mainContentAboutTitle {
    font-size: 4em; } }

@media screen and (max-width: 400px) {
  #mainContentAboutTitle {
    font-size: 3em; }
  #mainContentAboutCopy1 {
    font-size: 1.1em;
    line-height: 1em; }
  #mainContentAboutCopy2 {
    font-size: .8em;
    line-height: 1.5em; } }

#mainContentServices.sectionFull {
  max-width: 1280px;
  min-height: 100vh;
  max-height: auto;
  margin: 0 auto;
  padding: 86px 30px 30px 30px; }

#mainContentServicesInner.sectionInner {
  position: relative;
  /*max-width:1024px;*/
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0; }

#mainContentServicesTitle {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 10px 0;
  padding-bottom: 15px;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 2.5em;
  letter-spacing: .05em;
  text-align: center;
  color: #000000; }

#mainContentServicesTitle::after {
  content: '';
  display: block;
  position: relative;
  width: 72px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #E7C247; }

#mainContentServicesGrid {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%; }

.mainContentServicesGridItem {
  position: relative;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #949494;
  margin: 0 15px 15px 0; }

.mainContentServicesGridItem:nth-child(3n) {
  margin: 0 0 15px 0; }

.mainContentServicesGridItemInner {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px; }

#mainContentServicesGridItem_Strategy.hover,
#mainContentServicesGridItem_Strategy:hover {
  background-color: #55B8D5; }

#mainContentServicesGridItem_Creative.hover,
#mainContentServicesGridItem_Creative:hover {
  background-color: #E7C247; }

#mainContentServicesGridItem_Media.hover,
#mainContentServicesGridItem_Media:hover {
  background-color: #495359; }

#mainContentServicesGridItem_Digital.hover,
#mainContentServicesGridItem_Digital:hover {
  background-color: #DD5751; }

#mainContentServicesGridItem_Content.hover,
#mainContentServicesGridItem_Content:hover {
  background-color: #CF3A8C; }

#mainContentServicesGridItem_SocialMedia.hover,
#mainContentServicesGridItem_SocialMedia:hover {
  background-color: #634998; }

.mainContentServicesGridItemCopy {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  color: #FFFFFF;
  margin-top: 50px;
  overflow: hidden;
  z-index: 20;
  -webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  opacity: 0; }

.mainContentServicesGridItem.hover .mainContentServicesGridItemCopy,
.mainContentServicesGridItem:hover .mainContentServicesGridItemCopy {
  -webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  opacity: 1; }

.mainContentServicesGridItemIcon {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 20;
  opacity: 1;
  -webkit-transform: translateY(-100%) scale(1, 1);
  -ms-transform: translateY(-100%) scale(1, 1);
      transform: translateY(-100%) scale(1, 1);
  -webkit-transition: -webkit-transform .5s ease-in-out, opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out;
  transition: transform .5s ease-in-out, opacity .5s ease-in-out, -webkit-transform .5s ease-in-out; }

.mainContentServicesGridItem.hover .mainContentServicesGridItemIcon,
.mainContentServicesGridItem:hover .mainContentServicesGridItemIcon {
  opacity: 0;
  -webkit-transform: translateY(-110%) scale(0.8, 0.8);
  -ms-transform: translateY(-110%) scale(0.8, 0.8);
      transform: translateY(-110%) scale(0.8, 0.8);
  -webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out; }

#mainContentServicesGridItem_Strategy .mainContentServicesGridItemIcon {
  background-image: url(../images/services/icon-services-strategy.png); }

#mainContentServicesGridItem_Creative .mainContentServicesGridItemIcon {
  background-image: url(../images/services/icon-services-creative.png); }

#mainContentServicesGridItem_Media .mainContentServicesGridItemIcon {
  background-image: url(../images/services/icon-services-media.png); }

#mainContentServicesGridItem_Digital .mainContentServicesGridItemIcon {
  background-image: url(../images/services/icon-services-digital.png); }

#mainContentServicesGridItem_Content .mainContentServicesGridItemIcon {
  background-image: url(../images/services/icon-services-content.png); }

#mainContentServicesGridItem_SocialMedia .mainContentServicesGridItemIcon {
  background-image: url(../images/services/icon-services-social.png); }

.mainContentServicesGridItemTitle {
  position: absolute;
  height: 30px;
  width: 100%;
  top: 55%;
  left: 0;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 1.1em;
  letter-spacing: .1em;
  text-align: center;
  color: #FFFFFF;
  overflow: hidden;
  z-index: 20;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  -webkit-transition: -webkit-transform .5s ease-in-out, top .5s ease-in-out;
  -webkit-transition: top .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: top .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out, top .5s ease-in-out;
  transition: transform .5s ease-in-out, top .5s ease-in-out;
  transition: transform .5s ease-in-out, top .5s ease-in-out, -webkit-transform .5s ease-in-out; }

.mainContentServicesGridItem.hover .mainContentServicesGridItemTitle,
.mainContentServicesGridItem:hover .mainContentServicesGridItemTitle {
  top: 30px;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
      transform: translateY(0%);
  -webkit-transition: -webkit-transform .5s ease-in-out, top .5s ease-in-out;
  -webkit-transition: top .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: top .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out, top .5s ease-in-out;
  transition: transform .5s ease-in-out, top .5s ease-in-out;
  transition: transform .5s ease-in-out, top .5s ease-in-out, -webkit-transform .5s ease-in-out; }

.mainContentServicesGridItemArrow {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

.mainContentServicesGridItem.hover .mainContentServicesGridItemArrow,
.mainContentServicesGridItem:hover .mainContentServicesGridItemArrow {
  opacity: 0; }

@media screen and (max-width: 1024px) {
  #mainContentServices.sectionFull {
    padding: 60px 25px 30px 25px; } }

@media screen and (max-width: 1100px) {
  .mainContentServicesGridItem,
  .mainContentServicesGridItem:nth-child(3n) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin: 0 15px 15px 0; }
  .mainContentServicesGridItem:nth-child(2n) {
    margin: 0 0 15px 0; }
  /*.mainContentServicesGridItemTitle,
    .mainContentServicesGridItemIcon{
        top:55%;
    }*/ }

@media screen and (max-width: 720px) {
  #mainContentServices.sectionFull {
    padding: 40px 15px 30px 15px; }
  #mainContentServicesGrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .mainContentServicesGridItemInner {
    min-height: 260px; }
  .mainContentServicesGridItem,
  .mainContentServicesGridItem:nth-child(3n),
  .mainContentServicesGridItem:nth-child(2n) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 15px 0; } }

@media screen and (max-width: 450px) {
  .mainContentServicesGridItemInner {
    padding: 30px 15px; } }

#mainContentNews.sectionFull {
  height: auto;
  max-height: auto;
  min-height: calc(100vh - 110px);
  padding-top: 120px; }

#mainContentNewsInner.sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 36px;
  max-width: 1200px;
  margin: 0 auto; }

#mainContentNewsTitle {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 10px 0;
  padding-bottom: 15px;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 2.5em;
  letter-spacing: .05em;
  text-align: center;
  color: #000000; }

#mainContentNewsTitle::after {
  content: '';
  display: block;
  position: relative;
  width: 72px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #E7C247; }

#mainContentNewsContainer .newsItem {
  display: block;
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  outline: 0;
  overflow: hidden;
  margin: 20px 30px;
  padding: 0 0 20px 0;
  /*border-bottom:1px solid #CCCCCC;*/ }

/*#mainContentNewsContainer .newsItem::after{
	content:'';
	display:block;
	position:relative;
	width:200px;
	height:2px;
	margin:0;
	background-color:#E7C247;
}*/
#mainContentNewsContainer .newsItem:focus {
  outline: 0; }

#mainContentNewsContainer .newsItem .newsItemInner {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#mainContentNewsContainer .newsItem .newsItemInner > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  outline: 0; }

#mainContentNewsContainer .newsItem .newsItemInner .mainContentNewsItemImageContainer {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  height: auto;
  max-width: 260px;
  min-width: 260px;
  max-height: 100%;
  margin: 0;
  padding: 0; }

#mainContentNewsContainer .newsItem .newsItemInner .mainContentNewsItemImageContainer > img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0; }

.mainContentNewsItemCopyContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 20px;
  outline: 0; }

.mainContentNewsItemCopy {
  /*font-family:'Miller-Display-Italic', 'Open Sans', sans-serif;*/
  font-family: 'Miller-Display-Roman', 'Open Sans', sans-serif;
  /*font-family:'Brandon-Grotesque-Bold','Open Sans', sans-serif;*/
  font-size: 1.3em;
  margin: 10px 0 0 0;
  /*text-transform: uppercase;*/ }

.mainContentNewsItemSummary {
  margin-top: 5px;
  font-size: .8em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-height: 1.4em;
  /* fallback */
  max-height: 2.8em;
  /* fallback */ }

.mainContentNewsItemByline {
  font-size: .9em; }

.mainContentNewsItemByline::after {
  content: '';
  display: block;
  position: relative;
  width: 36px;
  height: 2px;
  margin-top: 10px;
  background-color: #000000; }

.mainContentNewsItemByline > p {
  font-family: 'Brandon-Grotesque-Medium', 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #000000;
  outline: 0; }

.mainContentNewsItemByline > p .newsIcon {
  display: inline-block;
  margin: 0 .5em -.15em 0;
  width: 1em;
  height: 1em;
  line-height: 1em;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  overflow: hidden; }

.mainContentNewsItemByline > p .newsIcon img {
  display: inline-block;
  margin: 0;
  width: auto;
  height: auto;
  max-width: 1em;
  max-height: 1em;
  line-height: 1em; }

#mainContentNewsContainer #mainContentNewsFeatured {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 60px 0; }

#mainContentNewsContainer #mainContentNewsFeatured .newsItem::before {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  padding-top: 94%; }

#mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemCopyContainer {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  outline: 0;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9));
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9));
  /* Opera 11.1-12.0 */
  /* Firefox 3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9));
  /* Standard syntax */ }

#mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemCopyContainer .mainContentNewsItemCopy {
  font-size: 1.1em; }

#mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemCopyContainer .mainContentNewsItemSummary {
  font-size: .8em; }

#mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemCopyContainer .mainContentNewsItemByline {
  font-size: .8em; }

#mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemByline::after {
  background-color: #FFFFFF; }

#mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemByline > p {
  color: #FFFFFF; }

#mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemImageContainer,
#mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemImageContainerFeatured {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }

#mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemImageContainer {
  display: none; }

#mainContentNewsContainer #mainContentNewsList .newsItem .newsItemInner .mainContentNewsItemImageContainerFeatured {
  display: none; }

#mainContentNewsContainer #mainContentNewsList .newsItem .newsItemInner .mainContentNewsItemImageContainer {
  display: block; }

#mainContentNewsContainer #mainContentNewsFeatured .newsItem:hover .newsItemInner .mainContentNewsItemImageContainerFeatured,
#mainContentNewsContainer #mainContentNewsFeatured .newsItem:hover .newsItemInner .mainContentNewsItemImageContainer {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }

#mainContentNewsContainer #mainContentNewsFeaturedBox1 {
  position: relative;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#mainContentNewsContainer #mainContentNewsFeatured #mainContentNewsFeaturedBox1 .newsItem {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 6px 0;
  outline: 0;
  overflow: hidden;
  padding: 0;
  border-bottom: none; }

#mainContentNewsContainer #mainContentNewsFeatured #mainContentNewsFeaturedBox1 .newsItem .newsItemInner .mainContentNewsItemCopyContainer {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9));
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9));
  /* Opera 11.1-12.0 */
  /* Firefox 3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9));
  /* Standard syntax */ }

#mainContentNewsContainer #mainContentNewsFeaturedBox2 {
  position: relative;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#mainContentNewsContainer #mainContentNewsFeaturedBox2 .newsItem {
  width: auto;
  min-width: 40%;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  margin: 0 6px 6px 0;
  border-bottom: none; }

#mainContentNewsContainer #mainContentNewsFeaturedBox2 .newsItem:nth-child(2n) {
  margin: 0 0 6px 0; }

#mainContentNewsContainer #mainContentNewsFeatured #mainContentNewsFeaturedBox2 .newsItem .newsItemInner .mainContentNewsItemCopyContainer .mainContentNewsItemSummary {
  display: none; }

#mainContentNewsList {
  display: block;
  height: auto; }

#mainContentNewsListAdditional {
  display: none;
  height: auto; }

#newsContentMoreButton {
  position: relative;
  margin: 20px auto;
  padding: 10px 15px;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  cursor: pointer; }

#newsContentMoreButton::after {
  content: '';
  display: block;
  position: relative;
  width: 50px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #E7C247;
  opacity: 0;
  -webkit-transform: scale(0.01, 1);
  -ms-transform: scale(0.01, 1);
      transform: scale(0.01, 1);
  -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out; }

#newsContentMoreButton:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -webkit-transition: -webkit-transform .3s ease-out, opacity .01s ease-out;
  -webkit-transition: opacity .01s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .01s ease-out, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .01s ease-out;
  transition: transform .3s ease-out, opacity .01s ease-out;
  transition: transform .3s ease-out, opacity .01s ease-out, -webkit-transform .3s ease-out; }

@media screen and (max-width: 1280px) {
  #mainContentNewsContainer #mainContentNewsFeatured {
    min-height: 280px;
    margin: 20px 0 60px 0; } }

@media screen and (max-width: 1024px) {
  #mainContentNews.sectionFull {
    padding-top: 60px;
    min-height: 650px; }
  #mainContentNewsInner.sectionInner {
    padding: 30px 15px; }
  #mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemCopyContainer .mainContentNewsItemCopy {
    font-size: 1em; }
  #mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemCopyContainer .mainContentNewsItemSummary {
    font-size: .7em; }
  #mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemCopyContainer .mainContentNewsItemByline {
    font-size: .7em; } }

@media screen and (max-width: 900px) {
  #mainContentNewsTitleIcon {
    width: 20px;
    height: 20px; }
  #mainContentNewsTitleTitle {
    margin: 0 10px;
    font-size: 1.2em;
    line-height: 1.1em; }
  #mainContentNewsContainer .newsItem {
    margin: 15px 0;
    padding: 0 0 15px 0; }
  #mainContentNewsContainer .newsItem .newsItemInner .mainContentNewsItemImageContainer {
    max-width: 220px; }
  .mainContentNewsItemCopyContainer {
    margin-left: 15px; }
  .mainContentNewsItemCopy {
    font-size: 1em;
    margin: 5px 0 0 0; }
  .mainContentNewsItemSummary {
    margin-top: 4px;
    font-size: .7em;
    line-height: 1.4em;
    max-height: 2.8em; }
  .mainContentNewsItemByline {
    font-size: .7em; }
  .mainContentNewsItemByline::after {
    content: '';
    display: block;
    position: relative;
    width: 28px;
    height: 1px;
    margin-top: 8px; }
  #mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemCopyContainer {
    padding: 15px; }
  #mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemCopyContainer .mainContentNewsItemCopy {
    font-size: .9em; }
  #mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemCopyContainer .mainContentNewsItemSummary {
    font-size: .6em; }
  #mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemCopyContainer .mainContentNewsItemByline {
    font-size: .6em; } }

@media screen and (max-width: 720px) {
  #mainContentNews.sectionFull {
    height: auto;
    padding-top: 40px; }
  #mainContentNewsTitle {
    margin: 5px 0;
    padding-bottom: 10px;
    font-size: 2em; }
  #mainContentNewsTitle::after {
    width: 72px;
    height: 4px;
    margin: 5px auto 0 auto; }
  #mainContentNewsContainer #mainContentNewsFeatured {
    display: block; }
  #mainContentNewsContainer #mainContentNewsFeaturedBox1 {
    width: 100%;
    padding-top: 94%;
    margin-bottom: 6px; }
  #mainContentNewsContainer #mainContentNewsFeaturedBox2 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin-left: 0; }
  #mainContentNewsContainer .newsItem .newsItemInner .mainContentNewsItemImageContainer {
    max-width: 180px; }
  #newsContentMoreButton {
    margin: 10px auto;
    padding: 5px 15px;
    font-size: .9em; }
  #newsContentMoreButton::after {
    width: 40px;
    height: 3px;
    margin: 5px auto 0 auto; } }

@media screen and (max-width: 600px) {
  #mainContentNews .sectionInner {
    height: auto; } }

@media screen and (max-width: 520px) {
  #mainContentNewsInner.sectionInner {
    padding: 30px 15px; }
  #mainContentNewsTitleTitle {
    font-size: 1em;
    line-height: 1.4em; }
  #mainContentNewsContainer .newsItem .newsItemInner .mainContentNewsItemImageContainer {
    max-width: 140px; }
  .mainContentNewsItemCopyContainer {
    margin-left: 10px; }
  .mainContentNewsItemCopy {
    font-size: .8em;
    margin: 4px 0 0 0; }
  .mainContentNewsItemSummary {
    margin-top: 4px;
    font-size: .6em;
    line-height: 1.4em;
    max-height: 2.8em; }
  .mainContentNewsItemByline {
    font-size: .6em; }
  .mainContentNewsItemByline::after {
    margin-top: 4px; }
  #newsContentMoreButton {
    margin: 10px auto;
    padding: 5px 15px;
    font-size: .8em; }
  #newsContentMoreButton::after {
    width: 40px;
    height: 2px;
    margin: 5px auto 0 auto; } }

@media screen and (max-width: 450px) {
  #mainContentNewsTitle {
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.5em; }
  #mainContentNewsContainer .newsItem .newsItemInner .mainContentNewsItemImageContainer {
    max-width: 120px; }
  #mainContentNewsContainer #mainContentNewsFeatured {
    margin: 20px 0 6px 0; }
  #mainContentNewsContainer #mainContentNewsFeaturedBox2 .newsItem {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin: 0 0 6px 0; }
  #mainContentNewsContainer .newsItem::before,
  #mainContentNewsContainer #mainContentNewsFeatured #mainContentNewsFeaturedBox2 .newsItem::before {
    padding-top: 50%; }
  #mainContentNewsContainer #mainContentNewsFeatured .newsItem .newsItemInner .mainContentNewsItemCopyContainer {
    padding: 15px; }
  #mainContentNewsContainer .newsItem .newsItemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #mainContentNewsContainer .newsItem .newsItemInner .mainContentNewsItemImageContainer {
    max-width: 100%;
    max-height: auto; }
  #mainContentNewsContainer #mainContentNewsFeatured #mainContentNewsFeaturedBox2 .newsItem .newsItemInner .mainContentNewsItemImageContainerFeatured {
    display: none; }
  #mainContentNewsContainer #mainContentNewsFeatured #mainContentNewsFeaturedBox2 .newsItem .newsItemInner .mainContentNewsItemImageContainer {
    display: block; }
  .mainContentNewsItemCopyContainer {
    margin-left: 0; }
  /*#mainContentNewsContainer #mainContentNewsList,
	#mainContentNewsContainer #mainContentNewsListAdditional{
		position:relative;
		display:flex;
		flex-wrap:wrap;
	}*/
  #mainContentNewsContainer #mainContentNewsList .newsItem,
  #mainContentNewsContainer #mainContentNewsListAdditional .newsItem {
    width: 100%;
    height: auto;
    padding: 0 0 50% 0;
    margin: 0 6px 6px 0;
    border-bottom: none; }
  #mainContentNewsContainer .newsItem .newsItemInner {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #mainContentNewsContainer .newsItem .newsItemInner .mainContentNewsItemCopyContainer {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    outline: 0;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9));
    /* Safari 5.1-6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9));
    /* Opera 11.1-12.0 */
    /* Firefox 3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9));
    /* Standard syntax */ }
  #mainContentNewsContainer .newsItem .newsItemInner .mainContentNewsItemCopyContainer .mainContentNewsItemByline::after {
    background-color: #FFFFFF; }
  #mainContentNewsContainer .newsItem .newsItemInner .mainContentNewsItemCopyContainer .mainContentNewsItemByline > p {
    color: #FFFFFF; }
  #mainContentNewsContainer .newsItem .newsItemInner .mainContentNewsItemImageContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }
  #mainContentNewsContainer .newsItem:hover .newsItemInner .mainContentNewsItemImageContainer {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05); }
  #mainContentNewsContainer .newsItem .newsItemInner .mainContentNewsItemImageContainer img {
    min-width: 100%; } }

#mainContentTeam.sectionFull {
  height: auto;
  max-height: auto;
  min-height: calc(100vh - 110px);
  padding-top: 120px; }

#mainContentTeamInner.sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 36px;
  max-width: 1200px;
  margin: 0 auto; }

#mainContentTeamTitle {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 10px 0;
  padding-bottom: 15px;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 2.5em;
  letter-spacing: .05em;
  text-align: center;
  color: #FFFFFF; }

#mainContentTeamTitle::after {
  content: '';
  display: block;
  position: relative;
  width: 72px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #E7C247; }

#mainContentTeamFilterContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#mainContentTeamFilterContainer .mainContentTeamFilterItem {
  margin: 0 10px;
  padding: 5px;
  color: #FFFFFF;
  cursor: pointer; }

#mainContentTeamFilterContainer .mainContentTeamFilterItem::-moz-selection {
  background: transparent; }

#mainContentTeamFilterContainer .mainContentTeamFilterItem::selection {
  background: transparent; }

#mainContentTeamFilterContainer .mainContentTeamFilterItem.active {
  color: #E7C247; }

#mainContentTeamGrid {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.5s, height 250ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  -o-transition: opacity 0.5s, height 250ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: opacity 0.5s, height 250ms cubic-bezier(0.4, 0, 0.2, 1) !important; }

#mainContentTeamGrid.on {
  opacity: 1; }

#mainContentTeamGrid .teamGridItem {
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 19%;
  max-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 5px 3% 100px 3%;
  padding: 0;
  background-color: #000000;
  overflow: visible;
  /*cursor:pointer;*/
  -webkit-transition: -webkit-transform .5s ease-in-out, background-color .5s ease-in-out;
  -webkit-transition: background-color .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: background-color .5s ease-in-out, -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out, background-color .5s ease-in-out;
  transition: transform .5s ease-in-out, background-color .5s ease-in-out;
  transition: transform .5s ease-in-out, background-color .5s ease-in-out, -webkit-transform .5s ease-in-out; }

#mainContentTeamGrid .teamGridItem.show {
  display: block; }

/*#mainContentTeamGrid .teamGridItem.hover{
	z-index:100;
	-moz-transform:scale(1.5,1.5);
	-webkit-transform:scale(1.5,1.5);
	transform:scale(1.5,1.5);
	-moz-transition: -moz-transform .1s ease-in-out, background-color .1s ease-in-out;
    -webkit-transition: -webkit-transform .1s ease-in-out, background-color .1s ease-in-out;
    transition: transform .1s ease-in-out, background-color .1s ease-in-out;
}*/
/*#mainContentTeamGrid .teamGridItem:nth-child(2n){
	background-color:#222222;
}*/
#mainContentTeamGrid .teamGridItem::before {
  position: relative;
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%; }

#mainContentTeamGrid .teamListGridBGDefault {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden; }

#mainContentTeamGrid .teamListGridBGHover {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out; }

#mainContentTeamGrid .teamGridItem.hover .teamListGridBGHover {
  opacity: 1;
  -webkit-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out; }

#mainContentTeamGrid .teamGridItem .details {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #FFFFFF;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 15px 15px 5px 15px;
  left: 0;
  top: 100%;
  /*background-color:rgba(0,0,0,.4);*/
  background-color: #000000; }

#mainContentTeamGrid .teamGridItem .details .name {
  font-size: 1em;
  color: #FFFFFF; }

#mainContentTeamGrid .teamGridItem .details .name::after {
  content: '';
  display: block;
  position: relative;
  width: 30px;
  height: 2px;
  margin: 5px auto 5px auto;
  background-color: #FFFFFF; }

#mainContentTeamGrid .teamGridItem .details .title {
  font-size: .7em;
  color: #DDDDDD; }

#mainContentTeamGrid .teamGridItem.hover .details {
  display: block; }

/*@media screen and (max-width:1280px){
	#mainContentTeamGrid .teamGridItem{
		width:20%;
	}
}*/
@media screen and (max-width: 1024px) {
  #mainContentTeam.sectionFull {
    padding-top: 60px;
    min-height: 650px; }
  #mainContentTeamInner.sectionInner {
    padding: 30px 15px; }
  #mainContentTeamGrid {
    max-width: 740px; }
  #mainContentTeamGrid .teamGridItem {
    width: 30%; } }

@media screen and (max-width: 900px) {
  #mainContentTeamTitleIcon {
    width: 20px;
    height: 20px; }
  #mainContentTeamTitleTitle {
    margin: 0 10px;
    font-size: 1.2em;
    line-height: 1.1em; } }

@media screen and (max-width: 760px) {
  /*#mainContentTeamGrid{
		max-width:680px;
	}*/
  #mainContentTeamGrid .teamGridItem {
    width: 27%; } }

@media screen and (max-width: 600px) {
  #mainContentTeam.sectionFull {
    height: auto;
    padding-top: 40px; }
  #mainContentTeamTitle {
    margin: 5px 0;
    padding-bottom: 10px;
    font-size: 2em; }
  #mainContentTeamTitle::after {
    width: 72px;
    height: 4px;
    margin: 5px auto 0 auto; }
  #mainContentTeamFilterContainer .mainContentTeamFilterItem {
    margin: 0 5px;
    padding: 5px;
    font-size: .9em; }
  #mainContentTeamGrid {
    max-width: 468px; }
  #mainContentTeamGrid .teamGridItem {
    width: 44%; }
  #mainContentTeamGrid .teamGridItem .details .name {
    font-size: .8em;
    color: #FFFFFF; }
  #mainContentTeamGrid .teamGridItem .details .title {
    font-size: .5em;
    color: #DDDDDD; } }

@media screen and (max-width: 400px) {
  #mainContentTeam .sectionInner {
    height: auto; } }

@media screen and (max-width: 400px) {
  #mainContentTeamInner.sectionInner {
    padding: 30px 15px; }
  #mainContentTeamTitleTitle {
    font-size: 1em;
    line-height: 1.4em; }
  #mainContentTeamGrid .teamGridItem {
    /*width:45%;*/ } }

@media screen and (max-width: 450px) {
  #mainContentTeamTitle {
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.5em; } }

#mainContentCareers.sectionFull {
  height: auto;
  max-height: auto;
  min-height: calc(100vh - 110px);
  padding-top: 120px; }

#mainContentCareersInner.sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 36px;
  max-width: 1200px;
  margin: 0 auto; }

#mainContentCareersTitle {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 10px 0;
  padding-bottom: 15px;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 2.5em;
  letter-spacing: .05em;
  text-align: center;
  color: #000000; }

#mainContentCareersTitle::after {
  content: '';
  display: block;
  position: relative;
  width: 72px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #E7C247; }

#topVideo {
  position: relative;
  width: 96%;
  max-width: 768px;
  height: auto;
  min-height: 200px;
  margin: 20px auto 0 auto;
  background-color: #000000; }

#topVideo::before {
  content: '';
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 56.25%; }

#topVideo iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#careersList {
  position: relative;
  width: 96%;
  max-width: 768px;
  margin: 50px auto; }

#careersList > p {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 3em;
  color: #444444; }

#careersList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

#careersList ul li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: calc(25% - 8px);
  min-height: 60px;
  padding: 0;
  margin: 10px 10px 0 0;
  font-size: .9em;
  color: #444444;
  /*background-color:#EEEEEE;*/
  border: 2px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#careersList ul li:nth-child(4n) {
  margin: 10px 0 0 0; }

#careersList ul li > a {
  color: #444444;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#careersList ul li a:hover {
  color: #444444;
  text-decoration: underline; }

#careersList ul li > a > p {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center; }

#jobPosting {
  position: relative;
  width: 96%;
  max-width: 768px;
  margin: 0 auto 20px auto; }

#jobPosting .backLink {
  padding: 0 10px 5px 10px;
  margin: 0;
  font-size: 1em; }

#jobPosting .backLink a {
  color: #444444;
  text-decoration: none; }

#jobPosting .backLink a:hover {
  text-decoration: underline; }

.jobPostContent {
  padding: 5px 10px 30px 10px;
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  color: #444444; }

.jobPostContent .dividerLine {
  position: relative;
  padding: 0;
  margin: 0 0 30px 0;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC; }

.jobPostBody {
  margin: 0;
  padding: 0; }

.jobPostTitle {
  font-weight: 500;
  font-size: 1.4em;
  margin: 20px 0; }

.jobPostContent ul {
  margin: 6px 0 20px 0;
  -webkit-padding-start: 40px; }

.jobPostAdditional {
  margin: 0;
  padding: 0;
  font-size: .8em;
  line-height: 1.3em; }

.bodyBold {
  font-weight: bold; }

@media screen and (max-width: 1024px) {
  #mainContentCareers.sectionFull {
    padding-top: 60px;
    min-height: 650px; }
  #mainContentCareersInner.sectionInner {
    padding: 30px 15px; } }

@media screen and (max-width: 900px) {
  #mainContentCareersTitleIcon {
    width: 20px;
    height: 20px; }
  #mainContentCareersTitleTitle {
    margin: 0 10px;
    font-size: 1.2em;
    line-height: 1.1em; } }

@media screen and (max-width: 800px) {
  #careersList ul li {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: calc(50% - 5px); }
  #careersList ul li:nth-child(2n) {
    margin: 10px 0 0 0; } }

@media screen and (max-width: 720px) {
  #mainContentCareers.sectionFull {
    height: auto;
    padding-top: 40px; }
  #mainContentCareersTitle {
    margin: 5px 0;
    padding-bottom: 10px;
    font-size: 2em; }
  #mainContentCareersTitle::after {
    width: 72px;
    height: 4px;
    margin: 5px auto 0 auto; } }

@media screen and (max-width: 600px) {
  #mainContentCareers .sectionInner {
    height: auto; } }

@media screen and (max-width: 520px) {
  #mainContentCareersInner.sectionInner {
    padding: 30px 15px; }
  #mainContentCareersTitleTitle {
    font-size: 1em;
    line-height: 1.4em; } }

@media screen and (max-width: 450px) {
  #mainContentCareersTitle {
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.5em; } }

#mainContentContact.sectionFull {
  height: auto;
  max-height: auto;
  min-height: calc(100vh - 110px);
  padding-top: 120px; }

#mainContentContactInner.sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 36px;
  max-width: 1200px;
  margin: 0 auto; }

#mainContentContactTitle {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 10px 0;
  padding-bottom: 15px;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 2em;
  letter-spacing: .05em;
  text-align: left;
  color: #000000; }

#contactInfoContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 60px 0; }

#contactInfoContainer a {
  color: #000000; }

#contactInfoContainer .contactInfoSection {
  border-right: 2px solid #000000;
  padding-right: 30px;
  margin-right: 30px; }

#contactInfoContainer .contactInfoSection:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0; }

#contactImage {
  display: block;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  background-image: url(../images/contact/Jane.png); }

@media screen and (max-width: 1280px) {
  #mainContentContact.sectionFull {
    min-height: calc(100vh - 220px); } }

@media screen and (max-width: 1024px) {
  #mainContentContact.sectionFull {
    padding-top: 60px;
    min-height: calc(100vh - 60px); }
  #mainContentContactInner.sectionInner {
    padding: 30px 15px; }
  #mainContentContactTitle {
    width: 100%;
    max-width: 500px;
    margin: 10px auto; }
  #contactInfoContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 60px auto;
    padding: 0;
    max-width: 500px; }
  #contactInfoContainer .contactInfoSection {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 2px solid #000000;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  #contactInfoContainer .contactInfoSection:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; } }

@media screen and (max-width: 720px) {
  #mainContentContact.sectionFull {
    height: auto;
    padding-top: 40px;
    min-height: calc(100vh - 360px); } }

@media screen and (max-width: 600px) {
  #mainContentContact .sectionInner {
    height: auto; } }

@media screen and (max-width: 520px) {
  #mainContentContactInner.sectionInner {
    padding: 30px 15px; }
  #contactImage {
    height: 300px; } }

@media screen and (max-width: 450px) {
  #mainContentContactTitle {
    font-size: 1.5em; }
  #contactImage {
    height: 260px; } }

#mainContentWork.sectionFull {
  height: auto;
  max-height: auto;
  min-height: calc(100vh - 110px);
  padding-top: 120px; }

#mainContentWorkInner.sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 36px;
  max-width: 1200px;
  margin: 0 auto; }

#mainContentWorkTitle {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 10px 0;
  padding-bottom: 15px;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 2.5em;
  letter-spacing: .05em;
  text-align: center;
  color: #000000; }

#mainContentWorkTitle::after {
  content: '';
  display: block;
  position: relative;
  width: 72px;
  height: 4px;
  margin: 10px auto 0 auto;
  background-color: #E7C247; }

#mainContentWorkMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#mainContentWorkMenu .mainContentWorkMenuItem {
  margin: 0 10px;
  padding: 5px; }

#mainContentWorkMenu .mainContentWorkMenuItem.active {
  color: #E7C247; }

#mainContentWorkBuckets {
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#mainContentWorkBuckets .mainContentWorkBucketItem {
  position: relative;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 2% 40px 0;
  padding: 200px 20px;
  height: auto;
  max-height: 600px;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  outline: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer; }

#mainContentWorkBuckets .mainContentWorkBucketItem::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#mainContentWorkBuckets .mainContentWorkBucketItem:hover::before {
  opacity: 0; }

#mainContentWorkBuckets .mainContentWorkBucketItem#workClientBoostSwitch {
  background-image: url(../images/cs-boost-switch.jpg); }

#mainContentWorkBuckets .mainContentWorkBucketItem#workClientBlackberry1 {
  background-image: url(../images/cs-bb.jpg); }

#mainContentWorkBuckets .mainContentWorkBucketItem#workClientPrestone1 {
  background-image: url(../images/cs-prestone.jpg); }

#mainContentWorkBuckets .mainContentWorkBucketItem#workClientBoost1 {
  background-image: url(../images/cs-boost.jpg); }

#mainContentWorkBuckets .mainContentWorkBucketItem:last-child {
  margin-right: 0; }

#mainContentWorkBuckets .mainContentWorkBucketItem > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20; }

#mainContentWorkBuckets .mainContentWorkBucketItem > .mainContentWorkBucketItemOverlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  /*-moz-transition:-moz-transform .2s ease-in-out;
	-webkit-transition:-webkit-transform .2s ease-in-out;
	transition:transform .2s ease-in-out;
	-moz-transform:translate(-100%, 0);
	-webkit-transform:translate(-100%, 0);
	transform:translate(-100%, 0);*/
  /*mix-blend-mode:multiply;*/ }

/*#mainContentWorkBuckets .mainContentWorkBucketItem#workClientBlackberry1 > .mainContentWorkBucketItemOverlay{
	background-color:#52787a;
}
#mainContentWorkBuckets .mainContentWorkBucketItem#workClientPrestone1 > .mainContentWorkBucketItemOverlay{
	background-color:#E7C247;
}
#mainContentWorkBuckets .mainContentWorkBucketItem#workClientBoost1 > .mainContentWorkBucketItemOverlay{
	background-color:#b64f51;
}*/
#mainContentWorkBuckets .mainContentWorkBucketItem:hover > .mainContentWorkBucketItemOverlay {
  /*-moz-transform:translate(0, 0);
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0);*/
  opacity: 0; }

#mainContentWorkBuckets .mainContentWorkBucketItem > .mainContentWorkBucketItemClientName {
  font-family: 'Brandon-Grotesque-Bold', 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 1em;
  color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#mainContentWorkBuckets .mainContentWorkBucketItem > .mainContentWorkBucketItemClientName::after {
  content: '';
  display: block;
  position: relative;
  width: 36px;
  height: 4px;
  margin-top: 10px;
  background-color: #FFFFFF;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  z-index: 1; }

#mainContentWorkBuckets .mainContentWorkBucketItem > .mainContentWorkBucketItemHeadline {
  font-family: 'Brandon-Grotesque-Bold', 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 1.4em;
  color: #FFFFFF;
  margin-top: 10px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#mainContentWorkBuckets .mainContentWorkBucketItem > .mainContentWorkBucketItemCopy {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: .9em;
  line-height: 1.5em;
  color: #FFFFFF;
  margin-top: 10px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#mainContentWorkBuckets .mainContentWorkBucketItem:hover > .mainContentWorkBucketItemClientName,
#mainContentWorkBuckets .mainContentWorkBucketItem:hover > .mainContentWorkBucketItemHeadline,
#mainContentWorkBuckets .mainContentWorkBucketItem:hover > .mainContentWorkBucketItemCopy {
  opacity: 0; }

/*@media screen and (max-width:1280px){
    #mainContentWork.sectionFull{
        height:calc(100vh - 220px);
    }
}*/
@media screen and (max-width: 1024px) {
  #mainContentWork.sectionFull {
    padding-top: 60px;
    min-height: 650px; }
  #mainContentWorkInner.sectionInner {
    padding: 30px 15px; }
  #mainContentWorkBuckets {
    margin-top: 15px; }
  #mainContentWorkBuckets .mainContentWorkBucketItem {
    margin-right: 15px;
    padding: 150px 15px;
    font-size: .8em;
    max-height: 400px; }
  #mainContentWorkBuckets .mainContentWorkBucketItem > .mainContentWorkBucketItemClientName::after {
    width: 36px;
    height: 4px;
    margin-top: 5px; }
  #mainContentWorkBuckets .mainContentWorkBucketItem > .mainContentWorkBucketItemHeadline {
    margin-top: 5px; }
  #mainContentWorkBuckets .mainContentWorkBucketItem > .mainContentWorkBucketItemCopy {
    margin-top: 5px; } }

@media screen and (max-width: 720px) {
  #mainContentWork.sectionFull {
    height: auto;
    padding-top: 40px; }
  #mainContentWorkTitle {
    margin: 5px 0;
    padding-bottom: 10px;
    font-size: 2em; }
  #mainContentWorkTitle::after {
    width: 72px;
    height: 4px;
    margin: 5px auto 0 auto; }
  #mainContentWorkMenu .mainContentWorkMenuItem {
    margin: 0 5px;
    padding: 5px;
    font-size: .9em; }
  #mainContentWorkBuckets .mainContentWorkBucketItem {
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 80px 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin: 0 2% 20px 0; }
  #mainContentWorkBuckets .mainContentWorkBucketItem:nth-child(2n) {
    margin: 0 0 20px 0; }
  #mainContentWorkBuckets .mainContentWorkBucketItem > .mainContentWorkBucketItemClientName::after {
    height: 3px; } }

@media screen and (max-width: 600px) {
  #mainContentWork .sectionInner {
    height: auto; }
  #mainContentWorkBuckets {
    margin-top: 15px; }
  #mainContentWorkBuckets .mainContentWorkBucketItem {
    padding: 70px 15px;
    font-size: .7em; }
  #mainContentWorkBuckets .mainContentWorkBucketItem > .mainContentWorkBucketItemClientName::after {
    width: 36px;
    height: 2px;
    margin-top: 5px; }
  #mainContentWorkBuckets .mainContentWorkBucketItem > .mainContentWorkBucketItemHeadline {
    margin-top: 5px; }
  #mainContentWorkBuckets .mainContentWorkBucketItem > .mainContentWorkBucketItemCopy {
    margin-top: 5px; } }

@media screen and (max-width: 520px) {
  #mainContentWorkInner.sectionInner {
    padding: 30px 0; }
  #mainContentWorkBuckets {
    margin-top: 20px; }
  #mainContentWorkBuckets .mainContentWorkBucketItem {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 300px;
    margin: 0 15px 20px 15px;
    padding: 100px 15px;
    outline: 0;
    font-size: .9em; }
  #mainContentWorkBuckets .mainContentWorkBucketItem:last-child,
  #mainContentWorkBuckets .mainContentWorkBucketItem:nth-child(2n) {
    margin: 0 15px 20px 15px; } }

@media screen and (max-width: 450px) {
  #mainContentWorkTitle {
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.5em; } }

.mainContentCaseStudy .sectionFull {
  position: relative;
  max-width: 100%;
  height: 100vh;
  min-height: 320px;
  max-height: auto;
  margin: 0 auto;
  padding: 0; }

.mainContentCaseStudy .sectionFull .sectionInner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden; }

.mainContentCaseStudy .sectionFull .sectionInner.max1280 {
  max-width: 1340px; }

.caseStudyFullBG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden; }

.mainContentCaseStudy .mainContentCaseStudyHeader.sectionFull .sectionInner {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding: 0 30px 30px 30px; }

.caseStudyIntroCopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px; }

.caseStudyIntroCopyTitle {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  letter-spacing: .05em; }

.caseStudyIntroCopyTitleDivider {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 3px;
  margin-top: 15px;
  background-color: #FFFFFF; }

.caseStudyIntroCopyDetailsContainer {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden; }

.caseStudyIntroCopySubtitle {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-top: 15px;
  font-size: 1.1em;
  line-height: 1.5em; }

.caseStudyIntroCopySubtitleDivider {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  /*height:100%;*/
  width: 3px;
  margin: 0 30px;
  background-color: #FFFFFF; }

.caseStudyIntroCopyDetails {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 15px;
  font-size: .8em;
  line-height: 1.5em; }

.caseStudyIntroCopyDetails .caseStudyIntroCopyDetailsBold {
  font-weight: bold; }

.introAnimateIn {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
      transform: translate(0px, 100px);
  -webkit-transition: -webkit-transform 1s ease-out, opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out; }

.caseStudyFullBG.introAnimateIn {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }

.introAnimateIn.caseStudyIntroCopyTitle {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
      transform: translate(100px, 0px); }

.introAnimateIn.caseStudyIntroCopyTitleDivider {
  -webkit-transform: scale(0.01, 1);
  -ms-transform: scale(0.01, 1);
      transform: scale(0.01, 1);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left; }

.introAnimateIn.caseStudyIntroCopySubtitle {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
      transform: translate(0px, -100%);
  -webkit-transition: -webkit-transform .5s ease-out, opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
     transition-delay: 1s; }

.introAnimateIn.caseStudyIntroCopySubtitleDivider {
  opacity: 0;
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
      transform: scale(1, 0.01);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform .5s ease-out, opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
     transition-delay: 1s; }

.introAnimateIn.caseStudyIntroCopyDetails {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
      transform: translate(0px, -100%);
  -webkit-transition: -webkit-transform .5s ease-out, opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out;
  transition: transform .5s ease-out, opacity .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
     transition-delay: 1s; }

.introAnimateIn.animateIn {
  opacity: 1;
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
      transform: translate(0px, 0px) scale(1, 1); }

.mainContentCaseStudySection.sectionFull {
  height: auto;
  min-height: auto;
  background-color: #FFFFFF; }

.mainContentCaseStudySection .sectionInner {
  padding: 60px 20px 0 20px; }

.caseStudySectionHeaderCopy {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 80px 0 0 0; }

.caseStudySectionHeaderCopyTitle {
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 2em;
  line-height: 1.3em;
  letter-spacing: .05em;
  color: #000000;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 40px 0 0; }

.caseStudySectionHeaderCopyBody {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  line-height: 1.7em;
  color: #333333;
  border-left: 3px solid #000000;
  padding: 0 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.caseStudySectionHeaderImageContainer {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.caseStudySectionHeaderImageContainer .caseStudyImage {
  margin-top: 0; }

.caseStudySectionImageContainer {
  position: relative;
  margin: 0 0 0 auto;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.caseStudySectionImageContainer.alignWithHeader {
  /*opacity:0;*/
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }

.caseStudySectionImageContainer.alignWithHeader.on {
  /*opacity:1;*/ }

.caseStudySectionImageContainer .aspect16x9::before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.caseStudySectionImageContainer .aspect9x16_vertical::before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 177%; }

.caseStudySectionImageContainer .aspectSquare::before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%; }

.caseStudySectionImageContainer .aspectCustom974x694::before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 71.25%; }

.caseStudySectionImageContainer .aspectCustom1024x638::before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 62.29%; }

.caseStudyImage {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  height: auto;
  margin-top: 80px; }

.caseStudyImage img {
  width: 100%;
  height: auto; }

.caseStudyImage.half {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: auto;
  margin-right: 40px; }

.caseStudyImage.half:nth-child(2n) {
  margin-right: 0; }

.caseStudyImage.twoThirdsAlone {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: auto;
  margin-right: 0; }

.caseStudyImage.third {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: auto;
  margin-right: 20px; }

.caseStudyImage.third:nth-child(3n) {
  margin-right: 0; }

.caseStudyBodyCopy {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  height: auto;
  margin-top: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  line-height: 1.7em; }

.iframeVideo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* animate items in */
.itemAnimateIn-image {
  opacity: 0;
  -webkit-transform: translate(0px, 150px) scale(1.2);
  -ms-transform: translate(0px, 150px) scale(1.2);
      transform: translate(0px, 150px) scale(1.2);
  -webkit-transition: -webkit-transform 1s ease-out, opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out; }

.itemAnimateIn-sectionHeaderTitle {
  opacity: 0;
  -webkit-transform: translate(0px, 50px) scale(1);
  -ms-transform: translate(0px, 50px) scale(1);
      transform: translate(0px, 50px) scale(1);
  -webkit-transition: -webkit-transform 1s ease-out, opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out; }

.itemAnimateIn-sectionHeaderCopy {
  opacity: 0;
  -webkit-transform: translate(0px, 100px) scale(1);
  -ms-transform: translate(0px, 100px) scale(1);
      transform: translate(0px, 100px) scale(1);
  -webkit-transition: -webkit-transform 1s ease-out, opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out; }

.itemAnimateIn-image.animateIn,
.itemAnimateIn-sectionHeaderTitle.animateIn,
.itemAnimateIn-sectionHeaderCopy.animateIn {
  opacity: 1;
  -webkit-transform: translate(0px, 0px) scale(1);
  -ms-transform: translate(0px, 0px) scale(1);
      transform: translate(0px, 0px) scale(1); }

.caseStudyVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto; }

.caseStudyVideo.fullVideoContainer,
.caseStudyVideo.youTubeContainer,
.caseStudyVideo.vimeoContainer {
  height: 100%; }

.caseStudyVideo.vimeoContainer iframe {
  width: 100%;
  height: 100%; }

.caseStudyVideoLoading {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 90%;
  height: 90%;
  color: #FFFFFF;
  background-color: #000000; }

.youTubeContainerOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.caseStudySectionRevealContainer {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 80px auto 0 auto;
  overflow: hidden;
  background-color: #000000; }

.caseStudySectionRevealContainer.aspect16x9 {
  height: auto; }

.caseStudySectionRevealContainer.aspect16x9::before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.caseStudySectionRevealImageBackground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.caseStudySectionRevealImageBackground.fixed {
  background-attachment: fixed; }

.caseStudySectionRevealImageBackground.fixed.nofixed {
  background-attachment: scroll; }

.caseStudySectionRevealImageBackground[bgAbs="1"] {
  background-attachment: scroll; }

.caseStudySectionRevealVideoBackground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.caseStudySectionRevealVideoBackground.fixed {
  position: fixed;
  /*top:auto;
    bottom:0;*/ }

.caseStudySectionRevealContainer[bgVideoAbs="1"] .caseStudySectionRevealVideoBackground {
  position: absolute; }

.caseStudySectionRevealImageInnerOverlayLeft {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background-color: #FFFFFF; }

.caseStudySectionRevealImageInnerOverlayRight {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background-color: #FFFFFF; }

.caseStudySectionRevealImageInnerOverlayLeft.fullOpen,
.caseStudySectionRevealImageInnerOverlayRight.fullOpen {
  width: 0; }

#caseStudySectionTheResults.sectionFull.mainContentCaseStudySection {
  background-color: #000000;
  /*max-width:1280px;*/
  margin: 80px auto 0 auto; }

#caseStudySectionTheResults.sectionFull.mainContentCaseStudySection .caseStudySectionResultsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

#caseStudySectionTheResults.sectionFull.mainContentCaseStudySection .caseStudyFullBG {
  background-position: top center;
  background-size: contain;
  margin: 0;
  height: 100%; }

.caseStudySectionResultsCopy {
  color: #FFFFFF;
  margin: 80px 0 40px 0;
  width: 100%;
  max-width: 580px;
  min-height: 400px; }

.caseStudySectionResultsCopyTitle {
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 2em;
  line-height: 1.3em;
  letter-spacing: .05em; }

.caseStudySectionResultsCopyBodyContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.caseStudySectionResultsCopyBodyContainer .caseStudySectionResultsCopyBody.noshrink {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.caseStudySectionResultsCopyBodyContainer .caseStudySectionResultsCopyBody:first-child {
  border-right: 2px solid #FFFFFF;
  padding-right: 30px;
  margin-right: 30px;
  max-width: 300px; }

.caseStudySectionResultsCopyBody {
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
  line-height: 1.5em;
  margin-top: 10px; }

.caseStudySectionResultsNumbersContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  height: auto; }

.caseStudySectionResultsNumber {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: center; }

.caseStudySectionResultsNumberDivider {
  position: relative;
  display: block;
  width: 1px;
  height: 100%;
  min-height: 5.2em;
  background-color: #FFFFFF; }

.caseStudySectionResultsNumberLarge {
  font-family: 'SteelfishEb-Regular','SteelfishRg-Bold', 'Open Sans', sans-serif;
  font-size: 4em;
  line-height: .8em; }

.caseStudySectionResultsNumberLabel {
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
  margin-top: 15px; }

.caseStudySectionResultsQuoteContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.caseStudySectionResultsQuoteIcon {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  width: 60px;
  height: 60px; }

.caseStudySectionResultsQuoteCopy {
  font-family: 'Miller-Display-Italic', 'Open Sans', sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
  padding-top: 25px; }

.caseStudySectionResultsQuoteCopy .name {
  font-family: 'Brandon-Grotesque-Bold', 'Open Sans', sans-serif;
  font-size: .8em; }

.caseStudySectionResultsQuoteCopy .title {
  font-family: 'Brandon-Grotesque-Medium', 'Open Sans', sans-serif;
  font-size: .7em; }

.caseStudySectionNextPrev.sectionFull {
  width: 100%;
  padding: 10px 0;
  margin: 2px 0 15px 0;
  background-color: #000000; }

.caseStudySectionNextPrev a {
  color: #FFFFFF;
  /*color:rgba(255,255,255,.2);*/
  text-decoration: none;
  font-family: 'Brandon-Grotesque-Black', 'Open Sans', sans-serif;
  font-size: 1em;
  letter-spacing: .05em;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }

/*.caseStudySectionNextPrev a:hover{
    color:rgba(255,255,255,1);
}*/
.caseStudySectionNextPrev .sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.caseStudySectionNextPrevButtonPrev {
  padding: .3em 20px .3em 0; }

.caseStudySectionNextPrevButtonPrev i {
  margin-right: .8em; }

.caseStudySectionNextPrevButtonNext {
  padding: .3em 0 .3em 20px; }

.caseStudySectionNextPrevButtonNext i {
  margin-left: .8em; }

.caseStudySectionNextPrevButtonOurWork {
  padding: 0 20px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  /*border-left:1px solid rgba(255,255,255,.2);
    border-right:1px solid rgba(255,255,255,.2);*/
  font-size: 1.4em; }

#mainContentSectionFooter.sectionFull {
  max-width: 100%; }

@media screen and (max-width: 1500px) {
  #caseStudySectionTheResults.sectionFull.mainContentCaseStudySection .caseStudyFullBG {
    background-position: top center;
    background-size: cover; } }

@media screen and (max-width: 1024px) {
  .caseStudyFullBG {
    margin: 61px auto 0 auto;
    height: calc(100% - 61px); }
  #caseStudySectionTheResults.sectionFull.mainContentCaseStudySection {
    padding-top: 400px; }
  #caseStudySectionTheResults.sectionFull.mainContentCaseStudySection .caseStudyFullBG {
    background-position: top center;
    background-size: 100% auto;
    /*-webkit-background-size:contain;
        -moz-background-size:contain;
        -o-background-size:contain;
        background-size:contain;*/
    margin: 0; } }

@media screen and (max-width: 720px) {
  .mainContentCaseStudy .sectionFull .sectionInner {
    padding: 0 15px; }
  .mainContentCaseStudy .mainContentCaseStudyHeader.sectionFull .sectionInner {
    padding: 0 15px 30px 15px; }
  .caseStudyFullBG {
    margin: 40px auto 0 auto;
    height: calc(100% - 40px); }
  .caseStudyIntroCopy {
    margin-bottom: 0; }
  .caseStudyIntroCopyTitle {
    font-size: 2em; }
  .caseStudyIntroCopyTitleDivider {
    height: 2px;
    margin-top: 10px; }
  .caseStudyIntroCopyDetailsContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .caseStudyIntroCopySubtitle {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-top: 10px;
    font-size: .9em;
    line-height: 1.5em; }
  .caseStudyIntroCopySubtitleDivider {
    display: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    height: 2px;
    width: 100%;
    margin: 10px 0; }
  .caseStudyIntroCopyDetails {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 10px;
    font-size: .7em;
    line-height: 1.6em; }
  .caseStudySectionHeaderCopy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px 0 0 0; }
  .caseStudySectionHeaderCopyTitle {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 10px 0;
    font-size: 1.7em;
    line-height: 1.3em;
    letter-spacing: .05em; }
  .caseStudySectionHeaderCopyBody {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    border-left: none;
    border-top: 2px solid #000000;
    padding: 10px 0 0 0;
    font-size: .9em;
    line-height: 1.7em; }
  .caseStudySectionImageContainer {
    margin: 0 0 0 auto; }
  .caseStudyImage {
    margin-top: 40px; }
  .caseStudyImage.half {
    margin-right: 30px; }
  .caseStudyImage.twoThirdsAlone {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .caseStudySectionRevealContainer {
    margin: 40px auto 0 auto; }
  #caseStudySectionTheResults.sectionFull.mainContentCaseStudySection {
    margin: 40px auto 0 auto; }
  #caseStudySectionTheResults.sectionFull.mainContentCaseStudySection {
    padding-top: 300px; }
  .caseStudySectionResultsCopy {
    margin: 40px 0 80px 0;
    max-width: 480px;
    min-height: 200px; }
  .caseStudySectionResultsCopyTitle {
    font-size: 1.7em;
    line-height: 1.3em;
    letter-spacing: .05em; }
  .caseStudySectionResultsCopyBodyContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .caseStudySectionResultsCopyBodyContainer .caseStudySectionResultsCopyBody {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .caseStudySectionResultsCopyBodyContainer .caseStudySectionResultsCopyBody:first-child {
    border-right: none;
    padding-right: 30px;
    margin-right: 30px;
    max-width: 100%; }
  .caseStudySectionResultsCopyBody {
    font-size: .8em;
    line-height: 1.5em;
    margin-top: 5px; }
  .caseStudySectionResultsNumbersContainer {
    padding: 15px 0;
    margin: 0 0 15px 0; }
  .caseStudySectionResultsNumberDivider {
    min-height: 4.6em; }
  .caseStudySectionResultsNumberLarge {
    font-size: 3.5em;
    line-height: .8em; }
  .caseStudySectionResultsNumberLabel {
    font-size: .7em;
    margin-top: 15px; }
  .caseStudySectionResultsQuoteIcon {
    width: 40px;
    height: 40px; }
  .caseStudySectionResultsQuoteCopy {
    font-size: 1em;
    padding-top: 15px; }
  .caseStudySectionResultsQuoteCopy .name {
    font-size: .7em; }
  .caseStudySectionResultsQuoteCopy .title {
    font-size: .6em; } }

@media screen and (max-width: 450px) {
  #caseStudySectionTheResults.sectionFull.mainContentCaseStudySection {
    padding-top: 250px; }
  .caseStudySectionResultsCopy {
    margin: 40px 0 60px 0; }
  .caseStudySectionResultsCopyTitle {
    font-size: 1.7em;
    line-height: 1.3em;
    letter-spacing: .05em; }
  .caseStudySectionResultsCopyBody {
    font-size: .7em;
    line-height: 1.3em; }
  .caseStudySectionResultsNumberDivider {
    min-height: 3em; }
  .caseStudySectionResultsNumberLarge {
    font-size: 2em;
    line-height: .8em; }
  .caseStudySectionResultsNumberLabel {
    font-size: .6em;
    margin-top: 10px; }
  .caseStudySectionResultsQuoteIcon {
    width: 30px;
    height: 30px; }
  .caseStudySectionResultsQuoteCopy {
    font-size: .9em;
    padding-top: 10px; }
  .caseStudySectionResultsQuoteCopy .name {
    font-size: .7em; }
  .caseStudySectionResultsQuoteCopy .title {
    font-size: .6em; }
  .caseStudySectionNextPrev {
    padding: 10px 0;
    margin-bottom: 5px; }
  .caseStudySectionNextPrev a {
    font-size: .8em;
    letter-spacing: .05em; }
  .caseStudySectionNextPrevButtonPrev {
    padding: .2em 10px .2em 0; }
  .caseStudySectionNextPrevButtonPrev i {
    margin-right: .8em; }
  .caseStudySectionNextPrevButtonNext {
    padding: .2em 0 .2em 10px; }
  .caseStudySectionNextPrevButtonNext i {
    margin-left: .8em; }
  .caseStudySectionNextPrevButtonOurWork {
    padding: 0 10px;
    font-size: 1.4em;
    line-height: 1.2em; } }

@media screen and (min-aspect-ratio: 4 / 3) {
  .mainContentCaseStudyHeader .caseStudyFullBG {
    /*-webkit-background-size:auto calc(100% - 60px);
        -moz-background-size:auto calc(100% - 60px);
        -o-background-size:auto calc(100% - 60px);
        background-size:auto calc(100% - 60px);*/
    background-size: contain; } }

/*# sourceMappingURL=maps/style.css.map */
