/*!
Theme Name: Ignite Partnership
Theme URI: http://ignitepartnership.com
Author: Keith Bates - Lunarbot Studio, LLC
Author URI: http://lunarbotstudio.com
Description: A custom, responsive Wordpress theme designed for Ignite Partnership.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: sidebar, menu, responsive, mobile, tablet, desktop
Text Domain: ign
*/
/* CSS CONTENT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  1. Global Styles
    1.1 Animations
    1.1 Styles
  2. Header
  3. Main Body Content
    3.1 Home Page Template
    3.2 Case Study Template
    3.3 Post Template
  4. Footer
  5. Forms
  6. Modal
  10. Media Queries

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 1. GLOBAL STYLES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 1.1. ANIMATIONS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@-webkit-keyframes slideLeft {
  0% {
    left: 0;
  }
  100% {
    left: 50px;
  }
}
@-moz-keyframes slideLeft {
  0% {
    left: 0;
  }
  100% {
    left: 50px;
  }
}
@-ms-keyframes slideLeft {
  0% {
    left: 0;
  }
  100% {
    left: 50px;
  }
}
@-o-keyframes slideLeft {
  0% {
    left: 0;
  }
  100% {
    left: 50px;
  }
}
@keyframes slideTileRight {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes slideTileRight {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes slideTileRight {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes slideTileRight {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes slideTileRight {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes slideTileLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-moz-keyframes slideTileLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-ms-keyframes slideTileLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-o-keyframes slideTileLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes slideTileLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@-moz-keyframes grow {
  0% {
    -moz-transform: scale(0, 0);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}
@-ms-keyframes grow {
  0% {
    -ms-transform: scale(0, 0);
  }
  100% {
    -ms-transform: scale(0, 0);
  }
}
@-o-keyframes grow {
  0% {
    -o-transform: scale(0, 0);
  }
  100% {
    -o-transform: scale(1, 1);
  }
}
@keyframes grow {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes growVerticleLine {
  0% {
    -webkit-transform: scale(1, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@-moz-keyframes growVerticleLine {
  0% {
    -moz-transform: scale(1, 0);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}
@-ms-keyframes growVerticleLine {
  0% {
    -ms-transform: scale(1, 0);
  }
  100% {
    -ms-transform: scale(0, 0);
  }
}
@-o-keyframes growVerticleLine {
  0% {
    -o-transform: scale(1, 0);
  }
  100% {
    -o-transform: scale(1, 1);
  }
}
@keyframes growVerticleLine {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes growHorizontalLine {
  0% {
    -webkit-transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@-moz-keyframes growHorizontalLine {
  0% {
    -moz-transform: scale(0, 1);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}
@-ms-keyframes growHorizontalLine {
  0% {
    -ms-transform: scale(0, 1);
  }
  100% {
    -ms-transform: scale(0, 0);
  }
}
@-o-keyframes growHorizontalLine {
  0% {
    -o-transform: scale(0, 1);
  }
  100% {
    -o-transform: scale(1, 1);
  }
}
@keyframes growHorizontalLine {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* 1.2. STYLES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.slide-left {
  -webkit-animation-name: slideLeft;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slideLeft;
  -moz-animation-duration: 0.25s;
  -moz-animation-timing-function: ease;
  -moz-animation-delay: 0.75s;
  -moz-animation-fill-mode: forwards;
  -ms-animation-name: slideLeft;
  -ms-animation-duration: 0.25s;
  -ms-animation-timing-function: ease;
  -ms-animation-delay: 0.75s;
  -ms-animation-fill-mode: forwards;
  animation-name: slideLeft;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 0.75s;
  animation-fill-mode: forwards;
}
.grow {
  -webkit-animation-name: grow;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: grow;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -ms-animation-name: grow;
  -ms-animation-duration: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: forwards;
  animation-name: grow;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.grow-verticle-line {
  -webkit-animation-name: growVerticleLine;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: growVerticleLine;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -ms-animation-name: growVerticleLine;
  -ms-animation-duration: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: forwards;
  animation-name: growVerticleLine;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.grow-horizontal-line {
  -webkit-animation-name: growHorizontalLine;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: growHorizontalLine;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -ms-animation-name: growHorizontalLine;
  -ms-animation-duration: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: forwards;
  animation-name: growHorizontalLine;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
ul li,
ol li {
  margin-bottom: 25px;
}
.emphasis {
  color: #00def7;
  display: block;
  font-family: 'EksellDisplayMedium', Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  line-height: 35px;
}
body {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  padding-top: 53px;
}
audio,
canvas,
embed,
iframe,
object,
video {
  border: none !important;
  display: inline-block;
  max-width: 100%;
  vertical-align: baseline;
}
span.highlight {
  background-image: linear-gradient(180deg, transparent 65%, #00def7 0);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
span.blue-text {
  color: #00def7;
}
span.author {
  display: block;
  font-family: 'EksellDisplayMedium', Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 50px;
}
.section {
  padding-top: 65px;
  padding-bottom: 30px;
  position: relative;
}
/*.section .container {
    padding-left: 30px;
    padding-right: 30px;
  } */
.section header {
  margin-bottom: 60px;
}
.section-gray {
  background-color: #f5f5f5;
}
.blue-bar,
.mini-blue-bar {
  display: none;
  background-color: #00def7;
  max-width: 420px;
  margin: -72px auto 60px;
  width: 100%;
  height: 15px;
}
.mini-blue-bar {
  margin: 15px auto 0;
  max-width: 53px;
}
.padding {
  padding-left: 8.33333333%;
  padding-right: 4%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blue-box {
  border: 12px solid #00def7;
  padding: 20px;
  width: 55%;
  height: 370px;
}
.blue-box header {
  margin-bottom: 100px;
}
.blue-box h3 {
  font-size: 65px;
  line-height: 68px;
  margin: 0;
}
.blue-box.pull-left {
  margin-right: 7%;
}
.blue-box.pull-right {
  margin-left: 7%;
}
.back-to-top {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMyAzMyI+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE2LjUsMzNDNy40LDMzLDAsMjUuNiwwLDE2LjVTNy40LDAsMTYuNSwwUzMzLDcuNCwzMywxNi41UzI1LjYsMzMsMTYuNSwzM3ogTTE2LjUsMUM4LDEsMSw4LDEsMTYuNVM4LDMyLDE2LjUsMzJTMzIsMjUsMzIsMTYuNVMyNSwxLDE2LjUsMXoiLz48cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjIxLjgsMTUuMiAxNi41LDkuNCAxMS4yLDE1LjIgMTIuMSwxNiAxNiwxMS45IDE2LDIzLjYgMTcsMjMuNiAxNywxMS45IDIwLjksMTYgIi8+PC9zdmc+) center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
}
img.img-responsive.aligncenter {
  margin: 75px auto 15px;
}
img.img-responsive.aligncenter.reduce-margin {
  margin-top: 20px;
}
.pagination a,
.btn-paginate {
  background-color: #fff;
  border: 3px solid #00def7;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  color: #000;
  display: inline-block;
  font-family: 'EksellDisplayMedium', Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  margin: 0 15px;
  padding: 5px 100px;
  transition: all 0.2s ease-in-out;
}
.pagination a:hover,
.btn-paginate:hover {
  color: #000;
  text-decoration: none;
  transform: scale(0.95);
}
.pagination a:active,
.btn-paginate:active {
  text-decoration: none;
}
/* 2. HEADER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header.navbar-default {
  border: none;
}
#header.navbar .container-fluid {
  padding-left: 0;
  padding-right: 30px;
}
#header.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.nav > li {
  margin-bottom: 0;
}
/* 3. MAIN BODY CONTENT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 3.1. HOME PAGE TEMPLATE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#intro {
  position: fixed;
  top: 53px;
  width: 100%;
  height: 400px;
  z-index: 0;
}
#intro .container {
  text-align: center;
}
#intro .container .caption {
  display: inline-block;
  margin: 7% auto;
  text-align: left;
}
#intro h1 {
  font-size: 65px;
  line-height: 65px;
}
#intro h1 span.highlight {
  display: block;
}
#intro h1 br {
  display: none;
}
.scroll-wrapper {
  margin-top: 400px;
  position: relative;
  z-index: 5;
}
#section1 {
  text-align: center;
}
#section1 #traits {
  padding-bottom: 75px;
}
#section1 #traits .row {
  display: flex;
  /* flex-wrap: wrap; */
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
#section1 #traits .tile {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-clip: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#section1 #traits .tile.tile-lg {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-clip: content-box;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
#section1 #traits .tile.hover:hover {
  background-size: 120%;
}
#section1 #traits .tile a {
  flex: 1;
}
#section1 #traits img.img-responsive.bg-img {
  align-self: center;
  width: 100%;
  position: relative;
  z-index: 5;
}
#section1 #traits .caption {
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 6;
}
#section1 #traits .tile-sm.number {
  overflow: hidden;
}
#section1 #traits .number .caption {
  bottom: 5px;
}
#section1 #traits .number .hover-caption {
  position: absolute;
  top: 0;
  left: -100%;
  padding: 0 15px;
  text-align: left;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#section1 #traits .number .hover-caption .hover-wrapper {
  background-color: #000000;
  position: relative;
  width: 100%;
  height: 100%;
}
#section1 #traits .number .hover-caption .hover-wrapper .hover-copy {
  position: absolute;
  bottom: 10px;
}
#section1 #traits .number .hover-caption h3 {
  color: #fff;
  font-size: 30px;
  padding: 0 15px;
}
#section1 #traits .number .hover-caption h3:first-child {
  margin-top: 0;
}
#section1 #traits .number .hover-caption h3:last-child {
  margin-bottom: 0;
}
#section1 #traits .tile-sm.number.slide-tile-right .hover-caption {
  -webkit-animation-name: slideTileRight;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slideTileRight;
  -moz-animation-duration: 0.25s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -ms-animation-name: slideTileRight;
  -ms-animation-duration: 0.25s;
  -ms-animation-timing-function: ease;
  -ms-animation-delay: 0.75s;
  -ms-animation-fill-mode: forwards;
  animation-name: slideTileRight;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
#section1 #traits .tile-sm.number.slide-tile-left .hover-caption {
  -webkit-animation-name: slideTileLeft;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slideTileLeft;
  -moz-animation-duration: 0.25s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -ms-animation-name: slideTileLeft;
  -ms-animation-duration: 0.25s;
  -ms-animation-timing-function: ease;
  -ms-animation-delay: 0.75s;
  -ms-animation-fill-mode: forwards;
  animation-name: slideTileLeft;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
#section1 #traits .caption h3 {
  color: #fff;
  font-size: 35px;
  padding: 0 30px;
}
#section1 #traits .tile-sm .caption {
  text-align: left;
}
#section1 #traits .caption img.img-responsive {
  margin: 0 auto;
}
#section2 {
  background-color: #fff;
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
}
#section2 span.logo img.img-responsive {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
#section3 {
  background-color: #f3f3f3;
  /* background-image: url(/wp-content/themes/ignite-20/images/bg-section-3.jpg); */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: relative;
}
#section3 .section-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section3 .section-bg .section-bg-left,
#section3 .section-bg .section-bg-right {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
}
#section3 .section-bg .section-bg-left {
  max-width: 300px;
  top: -25px;
  left: -25px;
}
#section3 .section-bg .section-bg-right {
  top: 0;
  right: -70px;
}
#section3 .section-bg .section-bg-left .blue-line-1 {
  max-height: 50%;
  position: absolute;
  top: 50px;
  left: 200px;
  width: 1px;
  height: 50%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
#section3 .section-bg .section-bg-left .blue-line-2 {
  max-height: 50%;
  position: absolute;
  bottom: 100px;
  left: 225px;
  width: 1px;
  height: 40%;
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  transform: rotate(12deg);
}
#section3 .section-bg .section-bg-left .blue-line-3 {
  max-width: 50%;
  position: absolute;
  bottom: 250px;
  left: 0;
  width: 100px;
  height: 1px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
#section3 .section-bg .section-bg-left .blue-line-1 .blue-line-inner {
  border-left: 1px solid #00DEF7;
  width: 1px;
  height: 100%;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
}
#section3 .section-bg .section-bg-left .blue-line-2 .blue-line-inner {
  border-left: 1px solid #00DEF7;
  width: 1px;
  height: 100%;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
}
#section3 .section-bg .section-bg-left .blue-line-3 .blue-line-inner {
  border-top: 1px solid #00DEF7;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: right 0;
}
#section3 .section-bg .circle {
  background-color: #f3f3f3;
  border: 1px solid #00DEF7;
  border-radius: 300px;
}
#section3 .section-bg .section-bg-left .circle-1 {
  max-width: 260px;
  max-height: 260px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 260px;
  height: 260px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
#section3 .section-bg .section-bg-left .circle-2 {
  max-width: 73px;
  max-height: 73px;
  position: absolute;
  top: 50%;
  left: 250px;
  width: 73px;
  height: 73px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
#section3 .section-bg .section-bg-left .circle-3 {
  max-width: 215px;
  max-height: 215px;
  position: absolute;
  bottom: 100px;
  left: 75px;
  width: 215px;
  height: 215px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
#section3 .section-bg .section-bg-right .blue-line-1 {
  max-height: 200px;
  position: absolute;
  top: 0;
  right: 150px;
  width: 1px;
  height: 50%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
#section3 .section-bg .section-bg-right .blue-line-2 {
  max-height: 50%;
  position: absolute;
  top: 300px;
  right: 220px;
  width: 1px;
  height: 40%;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
#section3 .section-bg .section-bg-right .blue-line-3 {
  max-height: 50%;
  position: absolute;
  bottom: 190px;
  right: 295px;
  width: 1px;
  height: 350px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
#section3 .section-bg .section-bg-right .blue-line-4 {
  max-width: 50%;
  position: absolute;
  bottom: 157px;
  right: 54px;
  width: 200px;
  height: 1px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
#section3 .section-bg .section-bg-right .blue-line-1 .blue-line-inner {
  border-left: 1px solid #00DEF7;
  width: 1px;
  height: 100%;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
}
#section3 .section-bg .section-bg-right .blue-line-2 .blue-line-inner {
  border-left: 1px solid #00DEF7;
  width: 1px;
  height: 100%;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
}
#section3 .section-bg .section-bg-right .blue-line-3 .blue-line-inner {
  border-left: 1px solid #00DEF7;
  width: 1px;
  height: 100%;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
}
#section3 .section-bg .section-bg-right .blue-line-4 .blue-line-inner {
  border-top: 1px solid #00DEF7;
  width: 100%;
  height: 1px;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  transform-origin: left 0;
}
#section3 .section-bg .section-bg-right .circle-1 {
  max-width: 260px;
  max-height: 260px;
  position: absolute;
  top: 150px;
  right: 0px;
  width: 260px;
  height: 260px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
#section3 .section-bg .section-bg-right .circle-2 {
  max-width: 35px;
  max-height: 35px;
  position: absolute;
  top: 60%;
  right: 300px;
  width: 35px;
  height: 35px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
#section3 .section-bg .section-bg-right .circle-3 {
  max-width: 141px;
  max-height: 141px;
  position: absolute;
  bottom: 75px;
  right: 200px;
  width: 141px;
  height: 141px;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
#section3 .icon-row {
  display: flex;
  flex-wrap: wrap;
}
#section3 p.normal {
  margin: 40px 0 60px;
}
#section3 .alt-text {
  font-family: 'EksellDisplayMedium', Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  line-height: 38px;
}
#section3 p span.alt-text {
  display: inline-block;
  margin-top: 10px;
}
#section3 p.alt-text {
  margin-top: 35px;
  margin-bottom: 35px;
}
#section3 .icon-content {
  margin-top: 60px;
  margin-bottom: 60px;
}
#section3 .icon-wrapper {
  padding: 0 10%;
}
#section3 .icon-wrapper img.img-responsive {
  display: inline-block;
  margin: 0 auto;
  max-width: 50px;
}
#section3 .icon-content {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
#section3 .icon-content .content-wrapper {
  padding: 0 10%;
}
#section3 .icon-content .content-wrapper .content {
  border-left: 3px solid #53c7e3;
  padding-left: 2%;
}
#section3 .icon-content .content-wrapper .content h1,
#section3 .icon-content .content-wrapper .content h2,
#section3 .icon-content .content-wrapper .content h3,
#section3 .icon-content .content-wrapper .content h4,
#section3 .icon-content .content-wrapper .content h5,
#section3 .icon-content .content-wrapper .content h6 {
  font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
}
#section3 .icon-content .content-wrapper .content p {
  margin: 0 0 10px;
}
/* 3.2. CASE STUDY TEMPLATE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#csIntro {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 560px;
  position: fixed;
  top: 53px;
  width: 100%;
  z-index: 0;
}
#csIntro .caption {
  font-size: 16px;
  margin: 80px 10% 0;
  max-width: 440px;
  position: relative;
  z-index: 10;
}
#csIntro .caption .brand-logo {
  margin-bottom: 40px;
}
#csIntro .caption h1 {
  color: #fff;
  font-size: 50px;
  line-height: 53px;
  margin-bottom: 40px;
}
#cs.cs-scroll-wrapper {
  background-color: #fff;
  font-size: 16px;
  margin-top: 560px;
  position: relative;
  z-index: 5;
}
#cs.cs-scroll-wrapper .section .intro-copy {
  margin-bottom: 50px;
}
#cs.cs-scroll-wrapper h2 {
  margin-bottom: 35px;
}
#cs.cs-scroll-wrapper .section .img-wrapper img.img-responsive {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#cs.cs-scroll-wrapper .section .video-container .video {
  margin: 2% 0;
}
#cs.cs-scroll-wrapper .section .video-container .video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
#cs.cs-scroll-wrapper .section .video-container .video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cs.cs-scroll-wrapper .section .video-container p {
  margin-bottom: 0;
}
#cs.cs-scroll-wrapper .section .container-fluid.media-cover {
  padding: 0;
  margin-top: 0px;
  margin-bottom: -30px;
}
#cs.cs-scroll-wrapper .section .container-fluid.media-padded {
  padding: 30px;
}
#cs.cs-scroll-wrapper .section .container-fluid.media-padded img.img-responsive,
#cs.cs-scroll-wrapper .section .container-fluid.media-cover img.img-responsive {
  margin-bottom: 0;
  width: 100%;
}
.samsung-j7-container {
  background-image: url(/wp-content/uploads/2018/03/samsung-j7.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 335px;
  height: 624px;
}
.samsung-j7-container p {
  display: block;
  margin: 0 auto;
  max-width: 257px;
  /* max-height: 465px; */
  padding-top: 63px;
  width: 100%;
  height: 100%;
}
.samsung-j7-container video#video-background {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.ms-path-to-purchase {
  background: url(/wp-content/uploads/2017/03/microsoft-02-1.jpg) top center no-repeat;
  background-size: 100%;
  margin: 0 auto 90px;
  overflow: hidden;
  width: 100%;
}
.ms-path-to-purchase img.img-responsive {
  position: relative;
  max-width: 100%;
}
/* 3.3. BLOG TEMPLATE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#archiveIntro {
  position: fixed;
  top: 53px;
  width: 100%;
  height: 400px;
  z-index: 0;
}
#archiveIntro .container {
  text-align: center;
}
#archiveIntro .container .caption {
  display: inline-block;
  margin: 7% auto;
  text-align: left;
}
#archiveIntro h1 {
  font-size: 50px;
  line-height: 50px;
}
#archiveIntro h1 span.highlight {
  display: block;
}
#archiveIntro h1 br {
  display: none;
}
#archiveIntro .archive h1 br {
  display: block;
}
#archive #section1 article.hover a {
  overflow: hidden;
}
#archive #section1 article.hover img.bg-img {
  transition: all 200ms ease-in;
  transform: scale(1);
}
#archive #section1 article.hover:hover img.bg-img {
  transition: all 200ms ease-in;
  transform: scale(1.2);
}
#archive .brand-logo {
  max-height: 59px;
}
#blogIntro {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  min-height: 540px;
  position: fixed;
  top: 53px;
  width: 100%;
  z-index: 0;
}
#blog.blog-scroll-wrapper {
  background-color: #fff;
  font-size: 16px;
  margin-top: 540px;
  position: relative;
  z-index: 5;
}
#blog blockquote {
  border: none;
  color: #00def7;
  font-family: 'EksellDisplayMedium', Georgia, "Times New Roman", Times, serif;
  font-size: 32px;
  line-height: 35px;
  padding: 0;
}
#blog .transcript {
  background-color: #ddd;
  padding: 40px;
}
/* 4. FOOTER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
footer#footer {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 10;
}
footer#footer h1,
footer#footer h2,
footer#footer h3,
footer#footer h4,
footer#footer h5,
footer#footer h6 {
  color: #fff;
}
footer#footer a {
  color: #fff;
}
footer#footer #contact {
  font-family: 'EksellDisplayMedium', Georgia, "Times New Roman", Times, serif;
}
.adr {
  display: block;
  margin-bottom: 5px;
}
.phone,
.email {
  padding-top: 15px;
  padding-bottom: 15px;
}
footer#footer #social {
  text-align: center;
}
footer#footer #social .back-to-top {
  margin: 0 auto 30px;
}
footer#footer #social h4 {
  color: #fff;
}
footer#footer #social .social-icon {
  display: inline-block;
  margin: 10px 5px;
  width: 34px;
  height: 34px;
}
footer#footer #contactUs .gform_wrapper {
  margin: 0;
}
footer#footer #contactUs .gform_wrapper ul li.gfield {
  margin-top: 10px;
}
footer#footer #contactUs h4 {
  color: #fff;
}
footer#footer #contactUs .form-control {
  border-radius: 0;
  font-size: 16px;
  max-width: 260px;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  height: 34px;
}
footer#footer #contactUs .gform_wrapper .gform_footer {
  margin: 0;
  padding-top: 10px;
}
footer#footer #contactUs #gform_submit_button_16 {
  background-color: transparent;
  border: 3px solid #00def7;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: 'EksellDisplayMedium', Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  max-width: 260px;
  margin-left: auto;
  margin-right: 0;
  padding: 2px 12px;
  width: 100%;
}
footer#footer .copyright {
  font-size: 12px;
}
/* 10. MEDIA QUERIES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media (max-width: 1199px) and (min-width: 992px) {
  .padding {
    padding-left: 4%;
  }
  #section1 #traits .number .hover-caption h3 {
    font-size: 25px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /* .section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  } */
  .padding {
    padding-left: 0;
  }
  .blue-box.pull-left {
    margin-bottom: 50px;
  }
  #section1 #traits .caption {
    bottom: 10px;
  }
  #section1 #traits .caption h3 {
    font-size: 26px;
  }
  #section1 #traits .number .hover-caption h3 {
    font-size: 20px;
  }
  #section3 .section-bg {
    display: none;
  }
  #section3 p.normal {
    margin: 10px 0 20px;
  }
  #contact {
    text-align: center;
  }
  #contact .back-to-top {
    margin: 0 auto 15px;
  }
  footer#footer #contactUs .gform_wrapper {
    margin-top: 20px;
  }
  footer#footer #contactUs .form-control,
  footer#footer #contactUs #gform_submit_button_16 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blue-bar {
    max-width: 75%;
  }
  .blue-box.pull-left,
  .blue-box.pull-right {
    border: none;
    float: none !important;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    height: auto;
  }
  .padding {
    padding: 0;
    margin: 0;
  }
  .section header {
    margin-bottom: 40px;
  }
  #header.navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  #intro {
    height: 250px;
  }
  #intro h1,
  #archiveIntro h1 {
    font-size: 33px;
    line-height: 43px;
  }
  #archiveIntro .archive h1 br {
    display: none;
  }
  .scroll-wrapper {
    margin-top: 250px;
  }
  /*.section .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }*/
  #section1 #traits {
    padding-bottom: 50px;
  }
  #section1 #traits .row {
    display: block;
    margin-top: -15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #section1 #traits .tile {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  #section1 #traits .tile.tile-lg {
    background-image: none !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #section1 #traits .number .hover-caption h3 {
    font-size: 25px;
  }
  #section3 .section-bg {
    display: none;
  }
  #section3 p.normal,
  #section3 p.alt-text {
    margin: 20px 0;
  }
  #section3 p span.alt-text {
    margin: 0;
  }
  #section3 .icon-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #csIntro {
    background-position: 90%;
  }
  #csIntro .caption {
    max-width: 100%;
    margin: 50px 0 0;
    padding: 0 30px;
  }
  #csIntro .caption h1 {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 30px;
  }
  #cs.cs-scroll-wrapper .section .container-fluid.media-padded {
    padding: 15px;
  }
  #archive #section1 article.hover:hover img.bg-img {
    transform: scale(1);
  }
  .pagination {
    display: block;
  }
  .pagination a,
  .btn-paginate {
    display: block;
    font-size: 20px;
    margin: 15px auto 0;
    padding: 5px 0;
    width: 100%;
  }
  footer#footer #contact {
    text-align: center;
  }
  footer#footer #contact .back-to-top {
    margin: 0 auto 15px;
  }
  footer#footer #contactUs .gform_wrapper {
    margin-top: 20px;
  }
  footer#footer #contactUs .form-control,
  footer#footer #contactUs #gform_submit_button_16 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 568px) {
  #intro h1,
  #archiveIntro h1 {
    font-size: 28px;
  }
  #archiveIntro .container .caption {
    margin: 0 auto;
  }
  .blue-box h3 {
    font-size: 55px;
    line-height: 58px;
  }
  .samsung-j7-container {
    margin-left: -15px;
    margin-right: -15px;
    width: 320px;
    height: 596px;
  }
  .samsung-j7-container p {
    max-width: 246px;
    /* max-height: 444px; */
    padding-top: 59px;
  }
}
