@font-face {
  font-family: HelveticaNeueCondensedBold;
  src: url(fonts/HelveticaNeueCondensedBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: Miller;
  src: url(fonts/MillerDisplayRegular.otf);
  font-display: swap;
}
@font-face {
  font-family: CFAstyStd;
  src: url(fonts/CFAstyStd-Book.otf);
  font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue LT Std";
	src: url('https://foundr.com/wp-content/themes/foundr/fonts/HelveticaNeue-CondensedBold.ttf');
}

@font-face {
	font-family: "Helvetica Neue LT Std\ 57";
	src: url('https://foundr.com/wp-content/themes/foundr/fonts/HelveticaNeueLTStd-Cn.otf');
}

@font-face {
	font-family: "Miller";
	src: url('https://foundr.com/wp-content/themes/foundr/fonts/Miller-Display.otf');
}

@font-face {
	font-family: "Roboto";
	src: url('https://foundr.com/wp-content/themes/foundr/fonts/Roboto-Regular.ttf');
}

@font-face {
	font-family: "Roboto Bold";
	src: url('https://foundr.com/wp-content/themes/foundr/fonts/Roboto-Bold.ttf');
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.page-template-case-study-home .pd-ver.white-bg,
.page-template-case-study-single .pd-ver.white-bg { display: none !important; } /* What's this???? */

.site-header {
	background-color: #fff;
  position: fixed;
  top: 0;
	text-align: center;
	transition: all 0.1s ease-in-out;
	width: 100%;
	z-index: 7000;

	height: 65px; /* remove to make height 100% */
}

.site-header > .wrap {
    margin: 0 auto;
    max-width: 1180px;
}
a:hover{text-decoration: none;}
ul.sub-menu > li > a > span {
  color: #000 !important;
}

.front-page .site-header {
    background-color: transparent;
}

.front-page .site-inner {
    padding-top: 0;
}

.site-inner {
  padding-top: 0 !important;
}

.site-header > .wrap {
	max-width: none;
	padding: 11px 20px;
}

.site-header.scrolled {
	background-color: #fff!important;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	transition: all 0.1s ease-in-out;
}

.front-page .scrolled  .site-title a {
    background: url('/consulting-empire-reviews/images/logo.png') no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
    float: left;
	min-height: 24px;
	width: 100%;
}

#menu-item-10235 a,
#menu-item-14512 a {
	padding: 8px !important;
}

.site-header ul {
    margin-bottom: 0;
}

/* ## Title Area
--------------------------------------------- */


.title-area {
    float: left;
	margin: 0 auto;
    width: 95px;
	padding: 0;
    position: relative;
    z-index: 7001;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.is-dark .scrolled .site-title a {
    background: url('/consulting-empire-reviews/images/logo.png') no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
    float: left;
	min-height: 24px;
	width: 100%;
}

.front-page .site-title a,
.is-dark .site-title a {
    background: url('/consulting-empire-reviews/images/logo-light.png') no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
    float: left;
	min-height: 24px;
	width: 100%;
}

.site-title a:focus,
.site-title a:hover {
    opacity: 0.5;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.site-description,
.site-title {
	display: block;
	text-indent: -9999px;
}

.site-header span,
.site-header a  {
  font-family: "Heebo", Helvetica Neue, Helvetica, sans-serif !important;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.blog ul .sub-menu {
	border: 1px solid #eee;
	background-color: #FFF;
}

.blog .custom-menu ul .sub-menu a {
	width: 100%;
}

.single-portfolio_page .custom-menu {
	display: none;
}

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a,
.scrolled .genesis-nav-menu a,
.is-dark .scrolled .genesis-nav-menu a,
.front-page .scrolled .genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 12px 20px;
	text-decoration: none;
}

.is-dark .genesis-nav-menu a {
    color: #fff;
}

.front-page .genesis-nav-menu a {
    color: #fff;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	opacity: 0.9;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

.genesis-nav-menu .highlight a,
.scrolled .genesis-nav-menu .highlight a {
	background-color: #ff0042;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
}

/* ## Blog Categories Menu
--------------------------------------------- */

.custom-menu .genesis-nav-menu {
	z-index: 99;
    position: fixed;
    top: 62px;
	background: #EEEEEE;
	height: 50px;
	text-align: center;
}

.firsttime-menu {
	display: inline;
	text-align: left;
	float: left;
	margin-right: 20px;
}

.custom-menu .genesis-nav-menu .menu-item {
	line-height: 50px;
}

.firsttime-menu .genesis-nav-menu .menu-item {
	line-height: 76px;
	width: 100%;
}

.custom-menu .genesis-nav-menu a {
	border: none;
	font-size: .8em;
	margin: 0 20px;
	padding: 0;
	color: #646C77;
}

.firsttime-menu .genesis-nav-menu a {
	border: none;
	font-size: .8em;
	margin: 0;
	padding: 0;
	color: #FFF;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Header Navigation
--------------------------------------------- */

.nav-primary {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.nav-primary .genesis-nav-menu a {
	display: inline-block;
}

.header-menu-right {
	display: inline-block;
	vertical-align: top;
	float: right;
    position: relative;
    z-index: 7001;
}

@media only screen and (max-width: 1160px) {
  .nav-primary {
    display: none;
  }
}

body {
  /*font-family: 'Droid Serif', serif !important;*/
  font-size: 18px;
  color: #5b5e61;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
ul,
ol {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: normal;
  line-height: 1.3;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 47px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 19px;
}
h1,
h2,
h3,
h4,
h5 {
  /* font-family: 'Oswald', sans-serif !important; */
  font-family: "Helvetica Neue LT Std" !important;
  font-weight: 700;
  color: #303030;
}
h1 {
  color: #ffffff;
}
h1,
h2 {
  text-transform: uppercase;
}
ul li,
ol li {
  margin-bottom: 30px;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
.hero {
  color: #ffffff;
}
.hero p {
  font-family: 'Open Sans', sans-serif !important;
}
.callout-container h3 {
  font-family: 'Droid Serif', serif !important;
  font-weight: normal;
  font-style: italic;
  color: #5b5e61;
}
.callout p {
  font-family: 'Droid Serif', serif !important;
}
.media p {
  font-family: 'Droid Serif', serif !important;
  font-size: 18px;
}
.form p {
  font-family: 'Droid Serif', serif !important;
  font-size: 18px;
}
.individual-case p {
  font-family: 'Droid Serif', serif !important;
  font-size: 18px !important;
}
.testimonial-area p {
  font-family: 'Droid Serif', serif !important;
  font-size: 18px !important;
}
section {
  position: relative;
}
section.alt {
  padding: 80px 0;
  background-color: #f5f5f5;
}
section.white {
  padding: 80px 0;
}
section.thin {
  padding: 40px 0;
}
section.image {
  background-position: center;
  background-size: cover;
}
section.red {
  padding-top: 79px;
  padding-bottom: 73px;
  background: #ff0042;
  color: #ffffff;
}
section.red h1,
section.red h2,
section.red h3,
section.red h4 {
  color: white;
}
section.color2 {
  background: #f9f9f9;
}
section.color3 {
  background: #f0f0f0;
}
section.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
section.hero {
  padding-top: 262px;
}
#wistia-jcvwcwl5zc-1 {
  margin: 0 auto;
  display: block !important;
}
section.intro {
  padding-bottom: 100px;
}
section.intro.no-video {
  padding-bottom: 0;
}
section.callout-container {
  padding-top: 90px;
  padding-bottom: 99px;
}
section.callout-container h3 {
  font-weight: normal;
  font-style: italic;
  color: #5b5e61;
  margin: 0 auto;
  line-height: 1.6;
  max-width: 740px;
  padding: 40px 0;
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
}
section.info {
  padding-top: 88px;
  padding-bottom: 120px;
}
section.info2 {
  padding-top: 105px;
  padding-bottom: 119px;
}
section.form {
  padding-top: 79px;
  padding-bottom: 73px;
}
section.footer {
  padding-top: 30px;
  padding-bottom: 22px;
}
section.cta {
  background: #346c9b;
  color: white;
}
section.cta p {
  line-height: 1.6;
}
section.cta h1,
section.cta h2,
section.cta h3,
section.cta h4 {
  color: white;
  line-height: 1.4;
  letter-spacing: 2px;
}
section.hero.individual-case {
  padding-top: 120px;
  min-height: 600px;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #000000;
  color: white;
}
section.hero.individual-case h1 {
  color: white;
  margin-bottom: 45px;
}
section.hero.individual-case h2 {
  color: white;
}
section.hero.individual-case p {
  color: white;
  font-family: 'Droid Serif', serif !important;
  margin-bottom: 47px;
}
section.hero.individual-case button {
  font-size: 24.47px;
  padding: 30px 48px;
}
section.hero.individual-case.person-name {
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero2.jpg);
}
section.hero.individual-case.david-h {
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero-david-h.jpg);
}
section.hero.individual-case.pierre-b {
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero-pierre-b.jpg);
}
section.hero.individual-case.beck-r {
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero-beck-r.jpg);
}
section.hero.individual-case.case-k {
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero-case-k.jpg);
}
section.hero.individual-case.mikhaila-c {
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero-mikhaila-c.jpg);
}
section.hero.individual-case.lucy-h {
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero-lucy-h.jpg);
}
section.hero.individual-case.dan-d {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero-dan-d.jpg);
}
section.hero.individual-case.allie-f {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/allie-hero.jpg);
}
section.hero.individual-case.deonna-m {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero-deonna-m.jpg);
}
section.hero.individual-case.sarah-h {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/sarah-hero.jpg);
}
section.hero.individual-case.kristina-s {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_kristina.jpg);
}
section.hero.individual-case.lindsay-m {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_mccormack.png);
}
section.hero.individual-case.lucas-s {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_spinella.png);
}
section.hero.individual-case.tia-l {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/tia-hero.jpg);
}
section.hero.individual-case.brandon-m {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/brandon-hero.jpg);
}
section.hero.individual-case.adam-h {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_adamhendle.png);
}
section.hero.individual-case.tiemoko-d {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_tiemoko.png);
}
section.hero.individual-case.meagan-b {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_meaganbrettle.png);
}
section.hero.individual-case.shamanth-p {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_shamanthpereira.png);
}
section.hero.individual-case.yen-j {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_yenjapney.png);
}
section.hero.individual-case.monique-w {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_moniquewilsondebriano.png);
}
section.hero.individual-case.pinar-p {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_pinarparry.png);
}
section.hero.individual-case.piers-w {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/piers-hero.jpg);
}
section.hero.individual-case.alec-r {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/alec-hero.jpg);
}
section.hero.individual-case.gamal-c {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/gamal-hero.jpg);
}
section.hero.individual-case.shannon-w {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/shannon-hero.jpg);
}
section.hero.individual-case.gavin-s {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero-gavinsymes.png);
}
section.hero.individual-case.danielle-r {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_danielleroberts.png);
}
section.hero.individual-case.julian-w {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_julianweiland.png);
}
section.hero.individual-case.marc-d {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_marcday.png);
}
section.hero.individual-case.gordon-h {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero_gordonhiggins.png);
}
section.hero.individual-case.mateo-f {
  background-color: black;
  background-image: url(https://foundr.com/consulting-empire-reviews/images/hero-mateo.png);
}
.navbar-default {
  background-color: #ffffff;

  padding-top: 21px;
  padding-bottom: 21px;
}
.navbar-default .navbar-brand {
  padding: 0;
}
.navbar-default ul.nav li {
  margin-bottom: 0;
}
.navbar-default ul.nav li a {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  color: #9d9d9d !important;
  text-transform: uppercase;
}
.btn-reviews {
  font-family: 'Open Sans', sans-serif !important;
  background: #ff0042;
  color: #ffffff;
  border: none;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  display: table;
  height: 42px;
  margin: 0 auto;
  line-height: 42px;
  padding: 6px 12px;
}
.btn-reviews.reverse {
  background: #ffffff;
  color: #ff0042;
}
a.btn-reviews {
  display: table;
  height: 42px;
  margin: 0 auto;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  padding: 6px 12px;
}
.media {
  color: #5b5e61;
}
.media .media-body {
  width: auto;
}
.media.first .media-body {
  padding-right: 78px;
}
.media.second .media-left {
  padding-right: 120px;
}
hr {
  height: 2px !important;
  margin-top: 82px !important;
  margin-bottom: 72px !important;
  border: 0;
  border-top: 1px solid #eee !important;
}
hr .thin {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.gallery-lis .module-gallery .item-details > p {
    font-weight: 300 !important;
}
.module-gallery h4{padding-bottom: 90px;
    text-transform: uppercase;
    font-family: "Helvetica Neue LT Std\ 57" !important;
    font-size: 24px;
    color: #616161;
  font-weight: 300 !important;
}
.module-gallery h4 strong{
  font-family: "Helvetica Neue LT Std" !important;
}
.success-stories-blockquote {
  padding: 53px 43px 45px 35px !important;
  margin-bottom: 0;
  background: #ffffff;
  border: none;
}
.success-stories-blockquote p,
.success-stories-blockquote cite {
  font-size: 15px !important;
  font-family: 'Droid Serif', serif !important;
}
.success-stories-blockquote footer.no-dash:before {
  content: "" !important;
}
.success-stories-blockquote footer cite {
  font-style: normal;
  color: #2b2b2b;
}
.embed-responsive {
  margin-bottom: 40px;
}
.row.media-row {
  margin-right: -2px;
  margin-left: -2px;
  margin-bottom: 30px;
}
.row.media-row .media-item {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 2px;
  padding-left: 2px;
}
@media (min-width: 768px) {
  .hide-md {
    display: none !important;
  }
  .row.media-row .media-item {
    width: 33.33333333%;
    float: left;
  }
  .row.media-row .media-item.item-2x {
    width: 66.66666666%;
  }
}
.row.media-row .media-item img {
  width: 100%;
}
.row.media-row .media-item .text-block {
  height: 500px;
}
.row.media-row.media-trim {
  height: 500px;
  overflow: hidden;
}
.red-text {
  color: #ff0042;
}
.space-video-information {
  margin-bottom: 41px;
}
.image-size {
  max-width: 510px;
}
.container .video {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.video-trailer {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
  height: 0;
  margin-bottom: 150px;
  margin-top: 20px;
}
.video-trailer iframe {
  	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.container .video iframe,
.container .video object,
.container .video embed {
  width: 100%;
}
section.header .navbar-right {
  margin-right: 0;
}
section.header .navbar-default .navbar-form {
  margin-top: 17px;
  font-size: 13px;
  font-weight: 600;
  color: #9d9d9d !important;
}
section.header .navbar-default ul.nav li.red-li {
  background: #ff0042;
}
section.header .navbar-default ul.nav li.red-li a {
  color: #ffffff !important;
}
section.header .header-brand > img {
  margin: 0 auto;
}

/*.header-logo {
  float: left;
  margin-left: 100px;
}
.nav-button {
  float: right;
  margin-right: 100px;
} */
section.hero {
  background-image: url(https://foundr.com/consulting-empire-reviews/images/web_background_CE.jpg);
  background-size: cover;
  padding-top: 50px;
  min-height: 500px;
  background-repeat: no-repeat;
  color: white;
  text-shadow: 1px 1px 1px #000;
}
section.intro .callout {
  padding: 56px 0;
  border-bottom: 2px solid #d0d0d0;
  background: #ffffff;
  margin-top: -130px;
  margin-bottom: 60px;
}
section.intro .callout h5 {
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 16px;
}
section.intro .callout p {
  margin-bottom: 20px;
}
section.intro .callout p:last-child {
  font-size: 16px;
  color: #5b5e61;
}
section.intro .videos {
  padding-top: 90px;
}
section.intro .videos .first {
  margin-bottom: 70px;
}
section.info .first {
  margin-bottom: 94px;
}
section.info .second h2 {
  margin-bottom: 69px;
}
section.info .second .img-container {
  margin-left: 82px;
  margin-bottom: 40px;
}
section.info2 .wrapper.content-one {
  margin-bottom: 20px;
}
section.info2 .wrapper.content-two {
  margin-bottom: 18px;
}
section.info2 .wrapper div {
  color: #737578;
}
section.info2 .wrapper a:hover {
  text-decoration: none !important;
}
section.info2 .wrapper.content-three {
  margin-bottom: 16px;
}
section.info2 .wrapper.content-five {
  margin-top: -22px;
}
section.info2 .wrapper.content-six {
  margin-top: -24px;
}
section.info2 .wrapper div {
  max-width: 347px;
  margin: 0 auto;
  -webkit-box-shadow: 8px 8px 5px 0px #e7e7e7;
  -moz-box-shadow: 8px 8px 5px 0px #e7e7e7;
  box-shadow: 8px 8px 5px 0px #e7e7e7;
}
section.form h2 {
  color: #ffffff;
}
section.form .form-group {
  width: 49%;
  margin-bottom: 31px;
}
section.form .form-group .form-control {
  padding-top: 20px;
  padding-left: 22px;
  padding-bottom: 20px;
  color: #9d9d9d;
  width: 100%;
}
section.form button {
  display: block;
  padding: 0 31px;
  height: 42px;
  margin: 0 auto;
  background: #ffffff;
  color: #ff1e58;
  border: none;
}
section.footer nav {
  display: table;
  margin: 0 auto;
}
section.footer nav ul {
  display: table-row;
  width: 100%;
}
section.footer nav ul li {
  float: none;
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  width: auto;
  text-align: center;
  color: #757575;
  font-size: 11px;
}
section.footer nav ul li a {
  color: #757575;
  font-size: 11px;
}
section.footer nav ul li a:hover {
  text-decoration: none;
}
section.footer .links {
  margin-bottom: 32px;
}
section.footer .social {
  margin-bottom: 55px;
}
section.intro .videos h2 {
  margin-bottom: 68px;
}
section.intro .videos img {
  margin-bottom: 43px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  body,
  .success-stories-blockquote p,
  .success-stories-blockquote footer cite {
    font-size: 14px !important;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  hr {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
    border: 0;
    border-top: 1px solid #eee !important;
  }
  .container-fluid > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
  .nav-button {
    display: none !important;
  }
  .hide-sm {
    display: none !important;
  }
  .image-size {
    max-width: 100%!important;
  }
  .media .media-left,
  .media .media-right {
    display: inline;
  }
  .media .media-body {
    display: inline;
  }
  .media .media-object {
    margin: 0 auto;
  }
  .container .video iframe,
  .container .video object,
  .container .video embed {
    max-height: 300px;
  }
  section.header .navbar-default .navbar-form {
    border: none;
  }
  section.hero {
    padding-top: 70px;
    min-height: 540px;
    background-size: cover;
  }
  .hero-cta {
    padding-top: 5%;
  }
  section.hero.individual-case {
    min-height: 600px;
  }
  section.intro .callout {
    padding-bottom: 20px;
  }
  section.intro .callout > div {
    margin-bottom: 50px;
  }
  section.intro .callout > div h5 {
    margin-bottom: 10px;
  }
  section.intro {
    padding-bottom: 50px;
  }
  section.intro .videos {
    padding-top: 70px;
  }
  section.intro .videos .media > img {
    display: block;
    margin: 0 auto;
  }
  section.intro .videos .media.first {
    margin-bottom: 40px;
  }
  section.callout-container {
    padding-top: 30px;
    padding-bottom: 29px;
  }
  section.info {
    padding-top: 48px;
    padding-bottom: 60px;
  }
  section.info .first {
    margin-bottom: 54px;
  }
  section.info .second .img-container {
    display: inline;
    width: 100%;
  }
  section.info .second .img-container img {
    float: none!important;
    margin: 0 auto;
  }
  section.info2 {
    padding-top: 45px;
    padding-bottom: 59px;
  }
  section.form .form-group {
    width: 100%;
  }
  section.footer nav ul {
    padding-left: 0;
    display: block;
  }
  section.footer nav ul li {
    display: inline-block;
    margin-bottom: 15px;
  }
  section.footer nav ul li:last-child {
    margin-bottom: 15px;
  }
  section.footer .social {
    margin-bottom: 35px;
  }
  section.footer .copy ul {
    text-align: center;
  }
  section.footer .copy ul li {
    display: block;
  }
  section.footer .copy ul li:nth-child(2),
  section.footer .copy ul li:nth-child(4) {
    display: none;
  }
  section.hero.individual-case {
    background: #212121 !important;
    padding: 60px 0 0px 0;
    min-height: 0;
  }
  section.intro .callout {
    margin-top: 0;
  }
  body.individual-case section.hero {
    background-position-x: 70%;
    padding-top: 40px;
    min-height: 630px;
  }
  body.individual-case section.hero button {
    font-size: 14px;
    padding: 0 31px;
    height: 42px;
  }
  body.individual-case section.info .second .img-container img {
    margin: 0 auto 20px auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container .video iframe,
  .container .video object,
  .container .video embed {
    max-height: 450px;
  }
  .image-size {
    max-width: 350px;
  }
  .navigation-top > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-collapse .navbar-nav {
    margin-bottom: 7.5px;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
    overflow: hidden!important;
  }
  #navbar-top li a {
    border-left: none;
  }
  .media.first .media-body {
    padding-right: 58px;
  }
  .media.second .media-left {
    padding-right: 50px;
  }
  section.info .first {
    margin-bottom: 74px;
  }
  section.info .second h2 {
    margin-bottom: 49px;
  }
  section.info .second .img-container {
    margin-left: 42px;
  }
  section.hero.individual-case {
    background-position: right top;
  }
  body.individual-case section.hero {
    background-position: right top;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  body.individual-case section.hero {
    background-position-x: 0;
  }
  body.individual-case section.hero .col-xs-6 {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .success-stories-wrapper {
  display: flex;
  flex-wrap: wrap;
  }
}



/***
**** NEW TEMPLATE Case Studies BEGIN      !!!
***/

@media (min-width: 1400px) {
  .container.container--cs {
    width: 1350px;
  }
}

@media only screen and (max-width: 1160px) {
  .page-template-case-study-home .nav-primary,
  .page-template-case-study-single .nav-primary {
    display: inline-block;
  }
}

@media only screen and (max-width: 1023px) {
  .page-template-case-study-home .nav-primary,
  .page-template-case-study-single .nav-primary {
    display: none;
  }
  .page-template-case-study-home .menu-toggle,
  .page-template-case-study-home .sub-menu-toggle,
  .page-template-case-study-single .menu-toggle,
  .page-template-case-study-single .sub-menu-toggle {
  	display: block;
  	visibility: visible;
  }
}

.page-template-case-study-home .site-inner {
  background-color: #eae7e8;
  background-image: url(images/shape-large.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.section--cs {
  overflow: hidden;
}

.page-template-case-study-home .title-area,
.page-template-case-study-single .title-area {
  z-index: 4001;
}

.admin-bar.page-template-case-study-home .site-header,
.admin-bar.page-template-case-study-single .site-header {
  top: 32px;
}

@media only screen and (max-width: 767px) {
  .admin-bar.page-template-case-study-home .site-header,
  .admin-bar.page-template-case-study-single .site-header {
    top: 45px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar.page-template-case-study-home #wpadminbar,
  .admin-bar.page-template-case-study-single #wpadminbar {
    position: fixed;
  }
}

.cs h1 {
  font-size: 85px;
	line-height: 1;
}

.cs h1,
.cs h2,
.cs h3,
.cs h5 {
	font-family: "Helvetica Neue LT Std" !important;
  font-weight: 700;
  /* color: #231f20; */
}
.cs h1 span,
.cs h2 span,
.cs h3 span,
.cs h4 span,
.cs h5 span {
	font-family: "Helvetica Neue LT Std" !important;
}

.sep {
  display: block;
  overflow: hidden;
}
/*** !!! COLORS !!! ***/
.cs section.intro .callout h5,
.cs section.intro .callout p
{
  color: #231f20;
}

/*** !!! Hero !!! ***/
.hero-shape {
	background-image: url(images/shape-large.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	position: absolute;
	top: 0;
	z-index: 10;
}
@media only screen and (max-width: 991px) {
  .hero-shape {
    background-position: 0 400px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-shape {
    background-position: 0 250px;
  }
}
.hero-cta--cs {
  position: relative;
  z-index: 15;
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .hero-cta--cs {
    padding-top: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-cta--cs {
    padding-top: 315px;
    max-width: 360px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-left { 
    padding-top: 31px;
  }
}

.hero-left {
  color: #ffffff;
 
  min-height: 500px;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: contain;
  background-position: top right;
  color: white;
  text-shadow: none;
  max-width: none;
  margin: auto;
  overflow: hidden;
  padding-top: 35px;
}
h1.hero-left__title  {
  font-size: 85px;
  line-height: 1;
  letter-spacing: -1px;
}
h1.hero-left__title small {
  font-size: 65px;
  color: #231f20;
  display: inline-block;
  height: 340px;
}
.hero-shape {
  background-size: cover;
}
.page-template-case-study-home .site-inner {
  background-size: contain;
}
@media only screen and (min-width: 1600px) {
  .page-template-case-study-home .site-inner {
    background: #eae7e8;
  }
  .hero-left {
    max-width: 1600px;
    margin: 0 auto;

    position: relative;
    overflow: visible;
  }
  .hero-left:before {
    content: "";
    position: absolute;
    background: #f2f1f2;
    width: 9999px;
    height: 100%;
    left: -9999px;
    top: 0;
  }
  .hero-left:after {
    content: "";
    position: absolute;
    background: #f2f1f2;
    width: 9999px;
    height: 100%;
    right: -9999px;
    top: 0;
  }
  .hero-shape:before {
    content: "";
    position: absolute;
    /* background: #f2f1f2; */
    top: 0;
    left: -1383px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 1384px 1385px 0;
    border-color: transparent #ff0042 transparent transparent;
  }
  .hero-shape:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -500px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 500px 694px 0 0;
    border-color: #ff0042 transparent transparent transparent;
  }
  .callouts {
    z-index: 10;
  }
}
@media only screen and (max-width: 1600px) {
  .hero-left {
    background-size: cover;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-left {
    background-size: contain;
  }
}
@media only screen and (max-width: 991px) {
  .hero-left {
    background: none !important;
  }
}
.hero-mobile {
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .hero-mobile {
    background: none !important;
  }
}
.hero-left h1 {
	color: #231f20;
  margin-top: 40px;
}
.hero-left h1 span {
	display: block;
	color: #fff;
}
.ss-logo {
	margin: 40px 0 0;
}
.ss-logo.ss-logo--mobile {
  max-width: 206px;;
  height: auto;
  position: absolute !important;
}
.hero-left p {
	color: #231f20;
  font-family: Miller, sans-serif !important;
	font-size: 20px;
}
.btn-cs {
	background: none;
	font-size: 26px;
	font-family: "Helvetica Neue LT Std";
	text-transform: uppercase;
	color: #fff;
	padding: 0;
}
.btn-cs i {
	color: #fff;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 50px;
	transition: color 0.3s linear;
}
  .btn-cs:hover,
  .btn-cs:active,
  .btn-cs:focus {
  	color: #fff;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
  .btn-cs:hover i,
  .btn-cs:active i,
  .btn-cs:focus i {
  	color: #231f20;
}
.btn-stories {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	padding: 0;
	float: left;
	margin-left: 0 !important;
  font-weight: 700;
	margin: 70px 0 50px;
}
.btn-stories::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	background: url("images/ss-arrow-down.svg") no-repeat 0 0 scroll;
	margin-left: 10px;
}
.btn-stories:hover {
	color: #fff;
}
.btn-reviews-cs-container {
  margin-top: -25px;
  display: flex;
  justify-content: center;
}
.btn-reviews-cs {
  font-family: "Helvetica Neue LT Std";
  background: #ff0042;
  color: #fff;
  border: none;
  font-size: 22px;
  border-radius: 30px;
  display: flex;
  text-transform: uppercase;
  line-height: 42px;
  padding: 6px 100px;
}
.btn-reviews-cs:hover,
.btn-reviews-cs:active,
.btn-reviews-cs:focus {
  background-color: #231f20;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .btn-reviews-cs-container {
    padding-left: 0;
    padding-right: 0;
  }
  .btn-reviews-cs {
    padding: 6px 70px;
  }
  .ss-logo.ss-logo--mobile {
    max-width:  158px;
    margin-top: 3rem !important;
  }
}

/*** !!! Intro !!! ***/
section.callouts .callout--cs {
  background: #ffffff;
  margin-top: 35px;
  display: flex;
  padding: 0;
  margin-bottom: 0;
  border: 0;
}
@media only screen and (max-width: 991px) {
  /* section.intro-cs {
    padding-bottom: 0;
  } */
  section.callouts .callout--cs {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  section.callouts .callout--cs {
    margin-top: 50px;
  }
}
section.callouts .callout-item--cs {
  position: relative;
  padding: 55px;
}
section.callouts .callout-item-sep {
  position: absolute;
  content: "";
  background: #f1f0f0;
  width: 2px;
  height: 70%;
  right: -30px;
  top: 15%;
}
section.callouts .col-md-4:last-child .callout-item--cs .callout-item-sep {
  display: none;
}
section.callouts .callout--cs h5 {
  font-family: "Helvetica Neue LT Std";
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 16px;
}
section.callouts .callout--cs p {
  color: #231f20;
  font-family: Miller, sans-serif !important;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}
section.callouts .callout--cs p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  section.callouts .callout--cs {
    padding: 30px 0;
  }
  section.callouts .callout-item--cs {
    padding: 30px 155px;
  }
  section.callouts .callout-item-sep {
    width: 20%;
    height: 2px;
    right: 40%;
    bottom: 10px;
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  section.callouts .callout-item--cs {
    padding: 15px 20px;
  }
}

.cs-title {
  color: #231f20;
  font-size: 85px;
  line-height: 1;
  margin-bottom: 120px !important;
  margin-top: 20px;
}
.cs-title span {
  color: #ff0042;
}
@media only screen and (max-width: 991px) {
  .cs-title {
    font-size: 65px;
    margin-bottom: 45px !important;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cs-title {
    font-size: 43px;
  }
}

/*** !!! Media !!! ***/
section.intro--cs {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  section.intro--cs {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  section.intro--cs {
    padding-bottom: 30px;
  }
}
section.intro--cs .videos .first {
  margin-bottom: 19rem;
}
section.intro--cs .videos .second {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 991px) {
  section.intro--cs .videos .first,
  section.intro--cs .videos .second {
    margin-bottom: 10rem;
  }
}
.media--cs {
  margin-bottom: 150px;
  display: flex;
}
  .media--cs:hover .media-object {
    transform: scale(1.1);
}
  .media--cs:hover .btn-arrow-right::after {
    background-position-x: right;
}
.other.media--cs {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .media--cs {
    display: flex;
    flex-wrap: wrap;
  }
  .other.media--cs {
    display: block;
  }
}
.media--cs .media-left,
.media--cs .media-right,
.media--cs .media-body {
  width: 50%;
  flex-wrap: wrap;
  display: block;
}
@media only screen and (max-width: 767px) {
  .media--cs .media-left,
  .media--cs .media-right,
  .media--cs .media-body {
    width: 100%;
    display: flex;
  }
}
.media--cs.first .media-body {
  padding-right: 35px;
}
.media--cs.second .media-left {
  padding-right: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media--cs.first .media-right,
  .media--cs.second .media-left {
    position: absolute;
    z-index: 10;
    max-width: 510px;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .media--cs.first .media-body,
  .media--cs.second .media-body {
    position: relative;
    z-index: 15;
    width: 100%;
    margin-top: 285px;
    margin-left: 70px;
    overflow: visible;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .media--cs.first .media-body,
  .media--cs.second .media-body {
    order: 2;
    padding: 0;
  }
  .media--cs.first .media-right,
  .media--cs.second .media-left {
    order: 1;
    padding: 0;
  }

}

.media-name {
  color: #ff0042 !important;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
  .media-name span {
    color: #231f20 !important;
}
.cs .other .media-name {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cs .first .media-name,
  .cs .second .media-name {
    line-height: 1;
    position: absolute;
    top: -165px;
    left: 470px;
    z-index: 30;
    max-width: 190px;
  }
  .cs .first .media-name span,
  .cs .second .media-name span {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .cs .other .media-name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cs .first .media-name,
  .cs .second .media-name {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
p.media-description {
  color: #fff;
  background-color: #231f20;
	font-family: "Helvetica Neue LT Std" !important;
  font-size: 26px;
  line-height: 26px;
  padding: 30px;
  text-transform: uppercase;
}
  p.media-description span {
    color: #ff0042;
    font-family: inherit;
}

.other p.media-description {
  font-size: 20px;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  p.media-description {
    font-size: 22px;
  }
  .other p.media-description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  p.media-description {
    margin-bottom: 15px;
  }
}

.media-quote {
  font-family: CFAstyStd, sans-serif;
  font-style: italic;
  font-size: 19px;
  margin-top: 20px;
  line-height: 1.6;
  padding-left: 35px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .media-quote {
    font-size: 17px;
    margin: 0;
    padding-left: 30px;
  }
}
  .media-quote::before {
    content: "\“";
    font-family: Miller, sans-serif;
    font-size: 88px;
    font-style: normal;
    color: #ff0042;
    background: none;
    top: -10px;
    left: 0;
    height: auto;
    width: auto;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
  .media-quote::before {
    position: absolute;
    font-size: 70px;
    top: -7px;
  }
}
.other .media-quote {
  font-size: 16px;
  padding-left: 25px;
  margin: 0;
}
  .other .media-quote::before {
    font-size: 60px;
    top: -2px;
  }
  @media only screen and (max-width: 991px) {
    .other .media-quote {
      font-size: 15px;
    }
  }
.btn-success-story {
  color: #231f20;
  font-family: Miller, sans-serif;
  font-size: 16px;
  display: block;
  padding: 15px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  align-items: center;
  margin-top: 35px;
  position: relative;
}
  .btn-success-story span {
    color: #ff0042;
    font-family: Miller, sans-serif;
    margin-right: 5px;
}
  .btn-success-story:hover {
    color: #ff0042;
}
@media only screen and (max-width: 991px) {
  .other .btn-success-story {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-success-story {
    width: 100%;
    padding-left: 25px;
    margin-top: 20px;
  }
  .btn-success-story span {
    display: block;
  }
}
.other .btn-success-story span {
  display: block;
}
.btn-arrow-right::after {
  content: "";
  background: url(images/arrow-right.png) no-repeat 0 0 scroll;
  display: inline-block;
  width: 18px;
  height: 16px;
  padding-right: 35px;
  transition: all 0.2s linear;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.other .btn-arrow-right::after {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn-arrow-right:hover::after {
  background-position-x: right;
}
@media only screen and (max-width: 767px) {
  .btn-arrow-right::after {
    right: 0;
    position: absolute;
  }
}
p.media-name-only {
   color: #231f20;
   font-family: Miller, sans-serif !important;
   font-size: 16px;
   font-style: italic;
   margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cs .first p.media-name-only,
  .cs .second p.media-name-only {
    max-width: 190px;
    position: absolute;
    top: 0;
    left: 540px;
    width: 100%;
    font-size: 15px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .cs .first p.media-name-only{
    font-size: 14px;
    text-align: right;
    margin-bottom: 15px;
    width: 100%;
  }
   .cs .second p.media-name-only {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
  }
}
section.intro--cs .videos img {
  margin-bottom: 0;
}

.media-body-center,
.media-center {
  width: 100%;
}

/* .media-img-link {
  display: flex;
} */

.other.media--cs,
.media-body-center {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.other .btn-success-story {
  width: 100%;
  padding-left: 25px;
}
.flex-group-bottom {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-end;
}
.flex-group-center {
  align-self: center;
}
.col-4-flex {
  display: flex;
  flex: 33.3333%;
  width: 33.3333%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .col-4-flex {
    display: block;
    flex: none;
    width: 100%;
    margin-bottom: 60px;
  }
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .row-flex {
    display: block;
  }
}

/*** !!! Stories !!! ***/
.stories {
  padding-bottom: 12em;
}
.stories .cs-title {
  border-bottom: 15px solid #231f20;
  padding: 0 15px 60px;
  margin-bottom: 0!important;
}
.stories-filter {
  padding: 15px 15px 50px;
  overflow: hidden;
}
h3.stories-filter__title {
  font-family: Miller, sans-serif !important;
  font-size: 25px;
  margin: 10px 0 30px;
}
.grid {
  height: auto!important;
  overflow: hidden;
}
.grid-row {
  margin-left: -10px!important;
  margin-right: -10px!important;
}
.grid-item {
  display: flex;
  flex-wrap: wrap;
  position: relative!important;
  left: auto!important;
  top: auto!important;
  margin-bottom: 20px;
  padding-left: 10px !important;
  padding-right: 10px!important;
  /* width: 25%; */
}
.story-item {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 15px;
  transition: background-color 0.2s linear;
  width: 100%;
}
.story-item:hover {
  text-decoration: none;
  background-color: #f3f3f3;
}
.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom:hover .media-object,
.story-item:hover .img-hover-zoom .story-item__image {
  transform: scale(1.1);
}
.media-object {
  transition: transform .5s ease !important;
}
.story-item__image {
  transition: transform .5s ease !important;
  align-self: start;
}
.story-item__content .story-item__image {
    object-fit: cover;
    margin: auto;
    width: 100%;
    min-height: 200px;
}
.story-item__content {
  align-self: start;
  margin-bottom: 20px;
  width: 100%;
}
.story-item__content p {
  margin: 0;
}
.media-name--story {
  font-size: 22px;
  margin-top: 2.5rem;
}
  .media-name--story span {
    display: block;
}
p.course_name{
  font-size: 15px;
  color: #fff !important;
  font-family: 'Miller', sans-serif !important;
}
.story-description {
  color: #231f20;
  font-size: 15px;
  font-family: CFAstyStd, sans-serif;
  line-height: 1.4;
}
.story-item__footer {
  width: 100%;
}
.story-item__footer .btn-success-story {
  margin-top: 0;
  border: 0;
}
  .story-item__footer .btn-success-story span {
    display: block;
}
    .story-item__footer .btn-arrow-right::after {
      background-size: contain;
      padding-right: 0;
      margin-right: 5px;
      margin-top: 10px;
      width: 16px;
      height: 14px;
}
.story-item:hover .btn-arrow-right::after {
  text-decoration: none;
  margin-right: -8px;
}
@media only screen and (max-width: 991px) {
  .stories {
    padding-bottom: 7em;
  }
  .stories-filter {
    padding: 15px 15px 40px;
  }
  .stories .cs-title {
    padding-bottom: 15px;
  }
  h3.stories-filter__title {
    margin: 30px 0;
  }
  .media-name--story {
    font-size: 18px;
    margin-top: 2rem;
  }
  .story-description {
    font-size: 14px;
  }
  .story-item__footer .btn-success-story {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .stories {
    padding-bottom: 5em;
  }
  .stories .cs-title {
    padding-bottom: 30px;
  }
  h3.stories-filter__title {
    margin: 5px 0 20px;
  }
  .story-item__footer .btn-success-story {
    padding-left: 0;
    padding-bottom: 0;
  }
}

.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

/* Custom Select  */
.select {
  display: flex;
  position: relative;
  height: 47.5px;
  background: transparent;
  box-shadow: none;
  width: 22%;
  margin-right: 50px;
}
.select:last-child {  
  margin-right: 0px;
}
.select option {
  font-size: 16px;
}
.select:first-child {
  margin-left: 0;
}
  .select:after {
    content: '';
    color: #000;
    position: absolute;
    top: 9px;
    width: 0;
    height: 0;
    right: 13px;
    font-size: 20px;
    left: auto;
    bottom: auto;
    margin: auto;
    font-family: fontawesome;
    font-weight: 700;
    content: "\f107";
    pointer-events: none;
}
  .select:before {
    width: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    content: '';
    pointer-events: none;
}
.select:hover {}
.select select {
  color: #231f20;
  font-family: CFAstyStd, sans-serif;
  font-size: 15px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 0;
  border-bottom: 2px solid #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
}
  .select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
  .select select::-ms-expand {
    display: none;
}
.select-option {
  line-height: 1.3;
  padding: 0 5px;
}
.filter-reset {
  font-family: Miller, sans-serif !important;
  font-size: 15px;
  color: #231f20;
  float: right;
  font-style: italic;
  margin-top: 2em;
  font-weight: 700;
}
  .filter-reset:hover {
    color: #ff0042;
}
  .filter-reset .fa {
    font-style: normal;
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .select {
    width: 100%;
    margin-bottom: 15px;
  }
    .select {   
    margin-right: 0px;
}
}


/*** !!! Subscribe form !!! ***/
.subscribe-form {
  background-color: #ff0042;
  color: #fff;
  padding: 10em 0;
}
h2.subscribe-form__title {
  font-family: Oswald,serif !important;
  color: #fff !important;
  font-size: 85px;
  line-height: 100px;
  margin-bottom: 20px !important;
  margin-top: 0;
}
@media (max-width: 767px){
  h2.subscribe-form__title{
    font-size: 40px;
    line-height: 55px;
  }
}
.subscribe-form__subtitle {
  font-size: 26px;
  color: #fff !important;
  text-transform: uppercase;
}
.subscribe-form__p {
  font-size: 20px;
	font-family: Miller, sans-serif !important;
}
.btn-subscribe {
  font-family: "Helvetica Neue LT Std";
  font-size: 26px;
  background-color: #fff;
  color: #231f20;
  text-transform: uppercase;
  position: relative;
  border: 0;
  border-radius: 30px;
  padding: 10px 20px 10px 0;
  max-width: 350px;
  width: 100%;
  margin-top: 15px;
}
.btn-subscribe:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 17px;
    background-image: url(images/angle-right-black.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: .5em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    right: 75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-subscribe:hover:after{
  background-image: url(images/angle-right.svg);
  transform: translate(10px,-50%);
}
.btn-subscribe:hover,
.btn-subscribe:focus,
.btn-subscribe:active {
  background-color: #231f20;
  color: #fff;
  border-color: #231f20;
}

@media only screen and (max-width: 991px) {
  .subscribe-form {
    padding: 7em 0;
  }
  .subscribe-form__title {
    font-size: 65px;
  }
  .subscribe-form__subtitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-form {
    padding: 4em 0;
  }
  .subscribe-form__title {
    font-size: 52px;
  }
  .subscribe-form__subtitle {
    font-size: 22px;
  }
  .subscribe-form__p {
    font-size: 18px;
  }
  .btn-subscribe {
    max-width: 250px;
    font-size: 24px;
  }
  .btn-subscribe:after{
    right: 25px;
  }
}


/*** !!! Module Gallery !!! ***/
.module-gallery--cs {
  background-color: #f3f0f1;
  padding: 8em 0 12em;
}
.module-gallery__intro {
  color: #616161;
  font-size: 24px;
  font-family: "Helvetica Neue LT Std\ 57" !important;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 3em;
}
.module-gallery__intro span{
  font-family: "Helvetica Neue LT Std" !important;
}
@media only screen and (max-width: 991px) {
  .module-gallery--cs {
    padding: 6em 0;
  }
  .module-gallery__intro {
    font-size: 28px;
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .module-gallery--cs {
    padding: 4em 0;
  }
}

/* New Bottom media Queries (Hero parts) */
@media only screen and (max-width: 1600px) {
  h1.hero-left__title small {
    height: 330px;
  }
}
@media only screen and (max-width: 1400px) {
  h1.hero-left__title {
    font-size: 65px;
  }
  h1.hero-left__title small {
    font-size: 65px;
  }
  .btn-stories {
    font-size: 16px;
    margin: 40px 0;
  }
  .ss-logo {
    margin: 40px 0 0;
    position: relative;
    z-index: 20;
    max-width: 206px;
    height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  h1.hero-left__title small {
    height: 155px;
    font-size: 45px;
  }
  h2.cs-single-video__title br{
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  h1.hero-left__title  {
    font-size: 62px;
    margin-top: 20px;
  }
  h1.hero-left__title small {
    font-size: 55px;
  }
  .btn-stories {
    margin: 0;
    padding-top: 10px;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  h1.hero-left__title  {
    margin-top: 0;
    font-size: 43px;
    margin-bottom: 10px;
  }
  h1.hero-left__title small {
    font-size: 30px;
  }
  .hero-left p,
  .btn-stories,
  .btn-cs {
    font-size: 18px;
  }
  .btn-cs {
    position: absolute;
    top: -50px;
    left: 20px;
  }
  .btn-cs i {
    margin-right: 5px;
    font-size: 30px;
  }
  .btn-stories {
    float: left;
    text-align: left;
    line-height: 1.1;
    padding-top: 10px;
  }
  .hero-left p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 350px) {
  h1.hero-left__title  {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  .page-template-case-study-home .site-inner {
    background-size: contain;
  }
  .hero-shape {
    background-size: cover;
  }
}
@media only screen and (max-width: 1199px) {
  .page-template-case-study-home .site-inner,
  .hero-shape {
    background-size: 113%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-shape,
  .page-template-case-study-home .site-inner {
  	background-image: url(images/shape-tablet.png) !important;
    background-size: 100%;
    background-position: 0 400px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-shape,
  .page-template-case-study-home .site-inner {
    background-image: url(images/shape-mobile.png) !important;
    background-size: 100%;
    background-position: 0 200px;
  }
}
.break-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .break-xs {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .hero-shape,
  .page-template-case-study-home  .site-inner {
    background-size: 120%;
  }
}


/*** !!! Extra Testimonials !!! ***/
.extra-testimonials {
  margin-top: 100px;
}

.cs-title.extra-testimonials__title {
  margin-bottom: 60px !important;
}

@media only screen and (max-width: 1199px) {
  .extra-testimonials {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .extra-testimonials {
    margin-top: 60px;
  }
}

/*** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Case Study Single !!! ***/
/*** !!! Hero Single !!! ***/
.cs {
  overflow: hidden;
}
.red-bg {
  background-color: #ff0042;
  padding-bottom: 140px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .red-bg {
    background-color: #ff0042;
    margin-top: 35px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .red-bg {
    background-color: #ff0042;
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
.black-bg {
  background-color: #231f20;
  padding-bottom: 70px;
  position: relative;
  z-index: 7;
}
@media only screen and (max-width: 991px) {
  .black-bg {
    padding-bottom: 20;
    text-align: center;
  }
}
.hero-single {
  max-width: none;
  margin: auto;
  background: transparent;
  overflow: hidden;
}


@media only screen and (min-width: 1900px) {
  .hero-single {
    max-width: 1800px;
    margin: 0 auto;
    background-color: black;
    position: relative;
    overflow: visible;
  }
  .hero-single:before {
    content: "";
    position: absolute;
    background: #231f20;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
  }
  .hero-single:after {
    content: "";
    position: absolute;
    background: #f2f1f2;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
  }
}
.hero-single__bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 10;
  width: 50%;
  right: 0;
  background-position: left top;
  background-color: #f3f1f2;
  height: 100%;
}
.hero-single__bg--tablet {
  display: none;
}
.hero-single-image {
  max-width: 250px;
  margin-top: -35px;
  float: none;
  width: 100%;
}
@media only screen and (max-width: 1899px) {
  .hero-single__bg {
    background-color: transparent;
    background-position: center top;
  }
}
@media only screen and (max-width: 991px) {
  .hero-single__bg {
    display: none;
  }
  .hero-single__bg--tablet {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .hero-single__bg--tablet {
    display: none;
  }
}
.hero-single__heading {
  color: #fff;
  font-size: 20px;
  font-family: Miller, sans-serif;
  margin-top: 60px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .hero-single__heading {
    margin-top: 30px;
  }
}
h1.hero-single__title {
  color: #231f20;
  font-size: 50px;
  margin-bottom: 0;
}
h2.hero-single__company {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
}
.hero-single__description {
  font-family: "Helvetica Neue LT Std";
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 40px 55px;
  margin-top: -100px;
  margin-left: -55px;
  margin-bottom: 0;
  margin-right: 30px;
  background: #231f20;
}
@media only screen and (max-width: 1200px) {
  .hero-single__description {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  .hero-single__description {
    padding: 2.4em 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-single__description {
    padding: 1.3em 0;
    margin: 0;
  }
}
.hero-single__description span{
  color: #ff0042;
}
.ss-logo--single {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .ss-logo--single {
    max-width: 161px;
    margin-top: 25px !important;
  }
}
.btn-cs--single {
  font-size: 20px;
}
  .btn-cs--single:hover,
  .btn-cs--single:focus,
  .btn-cs--single:active {
    background: transparent;
}
.btn-cs--single i {
  color: #fff;;
  position: relative;
  z-index: 5;
}
  .btn-cs--single i::after {
    content: "";
    width: 22px;
    height: 22px;
    background-color: #ff0042;
    position: absolute;
    left: 13px;
    top: 15px;
    z-index: -1;
}
.btn-cs--single:hover i {
    color: #ff0042;
}
.btn-cs--single:hover i::after {
    background-color: #fff;
}
.btn-cs--single-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .btn-cs--single-mobile {
    display: block;
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .btn-cs--single-mobile {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 1em;
  }
}
/* Typo */
@media only screen and (max-width: 991px) {
  h1.hero-single__title,
  h2.hero-single__company {
    font-size: 45px;
  }
  .hero-single__description {
    font-size: 24px;
    text-align: left;
  }
  .hero-single__heading {
    font-size: 18px;
  }
  .btn-cs--single i {
    font-size: 40px;
  }
  .btn-cs--single i::after {
    left: 7px;
    top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  h1.hero-single__title,
  h2.hero-single__company {
    font-size: 35px;
  }
  .hero-single__description {
    font-size: 20px;
  }
  .hero-single__heading {
    font-size: 16px;
  }
  .btn-cs--single {
    font-size: 18px;
  }
}

/*** !!! Callouts Single !!! ***/
.page-template-case-study-single .site-inner {
  background-color: #e9e6e7;
}
.container--grey {
  background-color: #dbd8d9;
}
@media (min-width: 767px) {
  .container.container--grey {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container.container--grey {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container.container--grey {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1250px) {
  .container.container--grey {
    width: 1200px;
  }
}
@media (min-width: 1400px) {
  .container.container--grey {
    width: 1350px;
  }
}
.callouts-single-container {
  padding: 80px 20px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.callouts-single-column {
  color: #231f20;
  width: 28%;
  font-size: 15px;
}
.callouts-single-column p {
  font-family: CFAstyStd, sans-serif !important;
  line-height: 1.6;
}
h5.callouts-single-title {
  color: #231f20;
  font-family: Miller, sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-transform: none;
}
  h5.callouts-single-title span {
    color: #ff0042;
    font-family: Miller, sans-serif !important;
    font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .callouts-single-container {
    padding: 60px 20px;
  }
  .callouts-single-column {
    width: 30%;
    font-size: 14px;
  }
  h5.callouts-single-title  {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .callouts-single-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .callouts-single-column {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 400px;
  }
}

/*** !!! Single video !!! ***/
.cs-single-video {
  padding: 110px 0 80px;
}
.cs-full-video {
  padding: 20px 0 80px;
}
h2.cs-single-video__title {
  color: #231f20;
  font-size: 75px;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1;
}

.cs-single-video__title span {
  color: #ff0042;
}
.cs-single-video  .btn-reviews-cs {
  display: inline-block;
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta_wrap{
  display: block;
  width: 100%;
  height: auto;
  background: #231f20;
  margin-top: 65px;
    padding: 60px 50px;
}
.cta_wrap h2{
  color: #fff !important;
  font-size: 55px !important;
}
.fa {
    margin-left: 18px;
    font-size: 20px;
    margin-top: -3px;
}
.btn-md {
    background-color: #ff0042;
    color: #fff !important;
    border: 0 !important;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    height: 90px;
    max-width: 380px;
    width: 100%;
    font-size: 26px;
    font-family: 'Helvetica Neue LT Std';
    line-height: 26px;
    font-weight: bold;
}
.btn-md:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 66, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 200px;
    z-index: -1;
    color: #212529;
    text-decoration: none;
    color: #fff;
    -webkit-animation-name: playButton;
    animation-name: playButton;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: playButtonShadowMobile;
    animation-name: playButtonShadowMobile;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.btn-md:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 17px;
    background-image: url(images/angle-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: .5em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-md:hover:after{
 transform: translate(10px,-50%);
}
.btn-md:hover{
 text-decoration: none;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
.btn-md:after {
    right: 50px;
    top: 50%;
}
.btn-md{font-size: 21px;    
    padding-left: 0;
    line-height: 20px;}
    }
.foundr-mac .btn-md{
  padding-top: 12px;
}
.foundr-footer-subscribe-widget .textwidget .btn-primary{
  border: none !important;
  border-radius: 0 !important;
  text-transform: inherit !important;
}
@-webkit-keyframes playButton {
  0% {
    -webkit-box-shadow: 0;
    box-shadow: 0; }
  30% {
    -webkit-box-shadow: 0 0 0 17px rgba(255, 0, 66, 0.6);
    box-shadow: 0 0 0 17px rgba(255, 0, 66, 0.6); }
  60% {
    -webkit-box-shadow: 0 0 0 17px rgba(255, 0, 66, 0);
    box-shadow: 0 0 0 17px rgba(255, 0, 66, 0); }
  to {
    -webkit-box-shadow: 0 0 0 17px rgba(255, 0, 66, 0);
    box-shadow: 0 0 0 17px rgba(255, 0, 66, 0); } }

@keyframes playButton {
  0% {
    -webkit-box-shadow: 0;
    box-shadow: 0; }
  30% {
    -webkit-box-shadow: 0 0 0 17px rgba(255, 0, 66, 0.6);
    box-shadow: 0 0 0 17px rgba(255, 0, 66, 0.6); }
  60% {
    -webkit-box-shadow: 0 0 0 17px rgba(255, 0, 66, 0);
    box-shadow: 0 0 0 17px rgba(255, 0, 66, 0); }
  to {
    -webkit-box-shadow: 0 0 0 17px rgba(255, 0, 66, 0);
    box-shadow: 0 0 0 17px rgba(255, 0, 66, 0); } }

@-webkit-keyframes playButtonShadow {
  0% {
    width: 100%;
    height: 100%; }
  60% {
    width: calc(100% + 85px);
    height: calc(100% + 85px); }
  to {
    opacity: 0;
    width: calc(100% + 85px);
    height: calc(100% + 85px); } }

@keyframes playButtonShadow {
  0% {
    width: 100%;
    height: 100%; }
  60% {
    width: calc(100% + 85px);
    height: calc(100% + 85px); }
  to {
    opacity: 0;
    width: calc(100% + 85px);
    height: calc(100% + 85px); } }

@-webkit-keyframes playButtonShadowMobile {
  0% {
    width: 100%;
    height: 100%; }
  50% {
    width: calc(100% + 40px);
    height: calc(100% + 40px); }
  to {
    opacity: 0;
    width: calc(100% + 40px);
    height: calc(100% + 40px); } }

@keyframes playButtonShadowMobile {
  0% {
    width: 100%;
    height: 100%; }
  50% {
    width: calc(100% + 40px);
    height: calc(100% + 40px); }
  to {
    opacity: 0;
    width: calc(100% + 40px);
    height: calc(100% + 40px); } }

@media only screen and (max-width: 991px) {
  .cs-single-video {
    padding: 80px 0;
  }
  h2.cs-single-video__title {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .cs-single-video  .btn-reviews-cs {
    font-size: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .cs-single-video {
    padding: 60px 0;
  }
  h2.cs-single-video__title {
    font-size: 35px;
  }
  h2.cs-single-video__title span {
    /* display: block; */
  }
  .cs-single-video  .btn-reviews-cs {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}


/*** !!! Single stories !!! ***/
.stories--single {
  padding: 8em 0;
}
@media only screen and (max-width: 991px) {
  .stories--single {
    padding: 5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .stories--single {
    padding: 3em 0;
  }
}
.stories .cs-title.cs-title--single {
  font-size: 30px;
  text-align: center;
  padding: 0px 15px 40px;
  margin-bottom: 60px!important;
}
@media only screen and (max-width: 991px) {
  .stories .cs-title.cs-title--single {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .stories .cs-title.cs-title--single {
    font-size: 22px;
  }
}
.btn-back-to-reviews {
  color: #231f20;
  border: 0;
  border: 2px solid #fff;
  background: transparent;
  font-family: "Helvetica Neue LT Std";
  font-size: 22px;
  display: inline-block;
  margin: 30px auto;
  font-weight: 700;
  padding: 10px 100px;
}
.btn-back-to-reviews:focus,
.btn-back-to-reviews:active,
.btn-back-to-reviews:hover {
  background-color: #231f20;
  color: #fff;
  border-color: #231f20;
}
@media only screen and (max-width: 991px) {
  .btn-back-to-reviews {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-back-to-reviews {
    font-size: 13px;
    width: 100%;
        padding: 10px 80px;
  }
}
.btn-reviews-cs--get-started {
  font-size: 45px;
  padding: 25px 100px;
  display: inline-block;
  border-radius: 50px;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .btn-reviews-cs--get-started {
    font-size: 40px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-reviews-cs--get-started {
    font-size: 24px;
    margin-top: 0;
    max-width: 290px;
    width: 100%;
    padding: 10px 0;
  }
}


/*** !!! Single content area !!! ***/
.cs-content-area {
  padding-top: 5em;
}
.cs-content-area p,
.cs-content-area {
  color: #231f20;
  font-size: 15px;
  font-family: CFAstyStd, sans-serif;
  margin-bottom: 25px;
  line-height: 1.6;
}
.cs-content-area__container {
  overflow: hidden;
}
.cs-content-area  .cs-content-area__container > p:first-child strong,
.cs-content-area h1 {
  font-family: Miller, sans-serif !important;
  font-size: 70px;
  color: #231f20;
  padding: 25px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 100%;
  display: block;
  margin-bottom: 50px;
  font-weight: 400;
  text-transform: none;
}
.cs-content-area h1 span,
.cs-content-area .cs-content-area__container > p strong span {
  color: #ff0042;
  font-family: Miller, sans-serif !important;
  font-weight: 400;
}
.cs-content-area h2 {
  color: #fff;
  display: block;
  background-color: #231f20;
  font-size: 26px;
  width: 100%;
  
  text-transform: uppercase;
}
  .cs-content-area h2 span {
    color: #ff0042;
}
.cs-content-area h3 {
  color: #231f20;
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 20px;
}
.cs-content-area blockquote {
  background-color: #dbd8d9;
  position: relative;
  padding: 40px 40px 20px 120px;
  margin: 0 0 50px;
  display: block;
  font-family: CFAstyStd, sans-serif;
  font-style: italic;
}
.cs-content-area blockquote p {
  font-family: CFAstyStd, sans-serif;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 1.5;
}
  .cs-content-area blockquote::before {
    content: "“";
    font-family: Miller, sans-serif;
    font-size: 88px;
    font-style: normal;
    color: rgb(255, 0, 66);
    position: absolute;
    top: 30px;
    left: 75px;
    height: auto;
    width: auto;
    line-height: 1;
    background: none;
}
.cs-content-area img {
  margin-bottom: 50px;
}
/* Single content media queries */
@media only screen and (max-width: 991px) {
  .cs-content-area {
    padding-top: 2em;
  }
  .cs-content-area p,
  .cs-content-area {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .cs-content-area  .cs-content-area__container > p:first-child strong,
  .cs-content-area h1 {
    font-size: 55px;
    margin-bottom: 40px;
  }
  .cs-content-area h2 {
    font-size: 24px;
    margin-top: 45px;
  }
  .cs-content-area h3 {
    font-size: 20px;
    margin-top: 40px;
  }
  .cs-content-area blockquote {
    padding-left: 65px;
    margin-bottom: 30px;
  }
  .cs-content-area blockquote p {
    font-size: 17px;
  }
  .cs-content-area blockquote::before {
    font-size: 75px;
    top: 35px;
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cs-content-area {
    padding-top: 0;
  }
  .cs-content-area  .cs-content-area__container > p:first-child strong,
  .cs-content-area h1 {
    font-size: 35px;
    padding: 20px 0;
    margin-bottom: 35px;
  }
  .cs-content-area h2 {
    font-size: 20px;
    padding: 0px 0px 15px;
  }
  .cta_wrap {
    margin-top: 60px;
    padding: 30px 20px 60px;
}
  .cs-content-area h3 {
    font-size: 18px;
    margin: 35px 0 15px;
  }
  .cs-content-area blockquote {
    padding-left: 45px;
  }
  .cs-content-area blockquote p {
    font-size: 15px;
  }
  .cs-content-area blockquote::before {
    font-size: 60px;
    top: 35px;
    left: 15px;
  }
  .cta_wrap h2 {
    color: #fff !important;
    font-size: 31px !important;
}
}

/*** !!! Modal video CSS !!! ***/
@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}
.modal-video-movie-wrap {
  width: 95%;
  margin: 0 auto;
  background-color: transparent;
}
.modal-video-close-btn:hover,
.modal-video-close-btn:focus
.modal-video-close-btn:active {
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .modal-video-close-btn {
    top: -45px;
    right: 0;
  }
}
.page-template-case-study-single .site-title a,
.page-template-case-study-home .site-title a {
  background-image: url(images/logo.png) !important;
}
@-moz-document url-prefix() {
  @media only screen and (min-width: 1600px) {
    .hero-shape:before {
        border-color: transparent #F20246 transparent transparent;
    }
    .hero-shape:after {
        border-color: #F20246 transparent transparent transparent;
    }
  }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
  .select {   
    margin-right: 15px;
}
}