@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,800');

/* Standard Styles */
.prlx {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Text */
.modal{
  z-index: 9999;
}
.modal button{
  width: initial;
}
.modal button:hover{
background: initial;
}
.modal button.green {
  width: 100%;
}
.modal .graphic img{
  max-width: 320px;
}

html {font-size: 16px;}
p {margin-bottom: 1.25em;}

h1, h2, h3, h4, h5 {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

h1 {
  font-size: 2.488em;
}

h2 {font-size: 2.074em;}

h3 {font-size: 1.728em;}

h4 {font-size: 1.44em;}

h5 {font-size: 1.2em;}

small, .text_small {font-size: 0.833em;}

/* Inputs, Forms and Buttons */

form label{
  display: flex;
  font-size: 12.64px;
  color: #39464E;
  font-size: 0.833em;
  text-transform: uppercase;
  font-weight: 600;
}
textarea{
  min-height: 140px;
}
input[type=text], input[type=password], input[type=date], input[type=time], input[type=datetime-local],
input[type=email], input[type=number],input[type=range],
input[type=search], input[type=color], input[type=ipaddress],textarea {
  background: #EBF2F6;
  border-radius: 3px;
  border: none;
  font-size: 16px;
  padding: 12px;
  width: 100%;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
input[type=text]:hover, input[type=password]:focus, input[type=date]:focus, input[type=time]:focus, input[type=datetime-local]:focus,
input[type=email]:focus, input[type=number]:focus,input[type=range]:focus,
input[type=search]:focus, input[type=color]:focus, input[type=ipaddress]:focus {
background: #fff;
box-shadow: 0 2px 8px 0 rgba(131,149,162,0.16);
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=time]:focus, input[type=datetime-local]:focus,
input[type=email]:focus, input[type=number]:focus,input[type=range]:focus,
input[type=search]:focus, input[type=color]:focus, input[type=ipaddress]:focus {
outline: 0;
border: none;
background: #fff;
box-shadow: 0 2px 8px 0 rgba(131,149,162,0.16);
}
a.call_to_action.green, button.green, input[type=submit].green{
  border: 2px solid #56B156;
  background-color: #56B156;
}
a.call_to_action.green:hover,button.green:hover, input[type=submit].green:hover{
  border: 2px solid #4FA04F;
  background-color: #4FA04F;
}
a.call_to_action.dark-blue, button.dark-blue, input[type=submit].dark-blue{
  border: 2px solid #003573;
  background-color: #003573;
}
a.call_to_action.dark-blue:hover,button.dark-blue:hover, input[type=submit].dark-blue:hover{
  border: 2px solid #002756;
  background-color: #002756;
}
a.call_to_action.white, button.white, input[type=submit].white{
  border: 2px solid #fff;
  background-color: #fff;
  color: #000;
}
a.call_to_action.white:hover,button.white:hover, input[type=submit].white:hover{
  border: 2px solid #f9f9f9;
  background-color: #f9f9f9;
  color: #000;
}
a.call_to_action, button, input[type=submit]{
  border: 2px solid #00AFC2;
  color: #fff;
  border-radius: 3px;
  padding: 10px 25px;
  transition: all 0.3s ease;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #00AFC2;
  width: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
button:hover, input[type=submit]:hover{
background-color: #009BAC;
}
button:focus, input[type=submit]:focus{
  outline: 0;
}
.form-container{
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.05);
  border-radius: 10px;
  padding: 16px;
}

.form-container form{
  background-color: #F5F8FA;
  padding: 16px;
}

.notification-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3bd38f;
  box-shadow: 0 7px 13px 0 rgba(27, 58, 108, 0.11),
    0 3px 8px 0 rgba(27, 58, 108, 0.11);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  position: fixed;
  top: -60px;
  -webkit-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
  -webkit-transform-origin: top;
  transform-origin: top;
  width: 100%;
  z-index: 9998;
}

.notification-wrapper.show {
  opacity: 1;
  top: 0;
  left: 0;
}

.notification-wrapper.close {
  opacity: 0;
  top: -60px;
}

.notification-wrapper .notification-icon .icon.success {
  background-image: url(http://www.quagrowth.com/fonts/successcheck.svg);
}

.notification-wrapper .notification-icon .icon.error {
  background-image: url(http://www.quagrowth.com/fonts/error.svg);
}
button {
  outline: none;
}
button.primary.sq{
  border: 2px solid #56B156;
  color: #fff;
  border-radius: 3px;
  padding: 10px 25px;
  background-color: #56B156;
  transition: all 0.3s ease;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}
button.primary.sq:hover{
  background-color: #4FA04F;
  border-color: #4FA04F;
}
button.secondary.sq{
  border: 2px solid #fff;
  color: #000;
  border-radius: 3px;
  padding: 10px 25px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}
button.secondary.sq:hover{
  background-color: rgb(231, 231, 231);
  border-color: rgb(231, 231, 231);
}
button.secondary.sq.blue{
  border: 2px solid #003573;
  color: #003573;
}
button.secondary.sq.blue:hover{
  background-color: #003573;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 128px;
  overflow-x: hidden;
  transition: all 0.3s ease;
}

body.skew {
  padding-top: 88px;
  transition: all 0.3s ease;
}

body.skew header.main {
  padding: 0px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.validate-submission {
  display: none;
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  text-align: center;
}
body.skew header.main,
body.skew header.main.transparent.decoration {
  background-color: #fff;
}
body.skew header.main a.logo svg #color{
  fill: #003573;
}

header.main {
  padding: 64px 0px;
  height: 88px;
  background-color: #003573;
  display: flex;
  align-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 9997;
}
header.main.transparent{
  background-color: #fff;
}
header.main.transparent.decoration {
  background-color: transparent;
}
header.main.transparent a.logo svg #color{
  fill: #003573;
}
header.main.transparent  nav.main ul li a {
  color: #414661;
}
header.main.transparent nav.main ul li a:hover {
  text-decoration: none;
  color: #6f7494;
}

header.main.transparent a.call-to-action{
  border-color: #56B156;
  background-color: transparent;
  color: #56B156
}
header.main.transparent a.call-to-action:hover{
  transition: all 0.3s ease;
  background-color: #4FA04F;
  border-color: #4FA04F;
  color: #fff;
}
header.main a.logo {
  display: flex;
}
body.skew header.main a.call-to-action{
  background-color: #56B156;
  color: #fff;
  text-decoration: none;
  border-color: #56B156;
  transition: all 0.3s ease;
}
body.skew header.main a.call-to-action:hover{
  transition: all 0.3s ease;
  background-color: #4FA04F;
  border-color: #4FA04F;
}

body.skew  header.main nav.main ul li a {
  color: #414661;
}
body.skew  header.main nav.main ul li a:hover {
  text-decoration: none;
  color: #6f7494;
}

body.skew header.main a#contact-cta2 {
  align-self: center !important;
}

header.main a.call-to-action{
 border: 2px solid #fff;
 color: #fff;
 border-radius: 3px;
 padding: 8px 24px;
 transition: all 0.3s ease;
 font-size: 14px;
 text-transform: uppercase;
 font-weight: 600;
}
header.main a.call-to-action:hover{
  background-color: #fff;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
header.main nav.mobile {
  display: none;
}

header.main > .container-fluid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: inherit;
  align-self: center;
  align-items: center;
}

header.main nav.main {
  display: flex;
  justify-content: center;
  flex: 1;
  padding-left: 130px;
  align-items: center;
  align-content: center;
}

header.main nav.main ul {
  display: flex;
  align-items: center;
  padding: 0px;
  margin: 0px
}

header.main nav.main ul li {
  list-style: none;
}


header.main nav.main ul li a {
  padding: 12px 22px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: color 0.3s ease;
  position: relative;
  width: fit-content;
}

header.main nav.main ul li a.active::after {
  position: absolute;
  display: block;
  content: ' ';
  width: calc(100% - 44px);
  left: 22px;
  bottom: 3;
  height: 3px;
  background-color: #56b156;
}

header.main nav.main ul li a.right-of-logo {
  padding: 12px 10px;
}

header.main nav.main ul li a:hover {
  text-decoration: none;
  color: #fff;
}

header.main nav.main ul li a.center-logo img.logo-white {
  width: 170px;
  height: auto;
}

header.main nav.main ul li a.center-logo img.logo-color {
  width: 130px;
  height: auto;
}

header.main nav.main ul li a.center-logo img.logo-color {
  display: none;
}

header.main.transparent nav.main ul li a.center-logo img.logo-color {
  display: inline-block;
  width: 170px;
}

body.skew header.main nav.main ul li a.center-logo img.logo-color {
  width: 130px;
  display: inline-block;
}

body.skew header.main nav.main ul li a.center-logo img.logo-white,
header.main.transparent nav.main ul li a.center-logo img.logo-white {
  display: none;
}

header.main nav.main ul li.has-children:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
}
header.main nav.main ul li .dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  z-index: 9998;
  max-width: max-content;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.dropdown-content a {
  color: #000 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.hero-section {
  background-color: #003573;
  height: 496px;
  text-align: center;
  overflow: auto;
  background-image: url("../assets/citybackground.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
.thank-you .hero-section{
  background-image: url('../assets/thank-you-background.jpg');
  background-size: cover;
  height: 280px;
}
.hero-section.no-bg{
  background-image: none;
}

.hero-section.case-study {
  background-color: #003573;
  height: 496px;
  text-align: center;
  overflow: auto;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.hero-section.case-study h3 {
  margin-top: 80px;
  margin-bottom: 32px;
  text-align: left;
}

.hero-section.case-study .overlay {
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
}

.hero-section.case-study h3 {
  font-size: 24px;
  color: #ffffff;
}

.hero-section.case-study .case-study-brand-container {
  border: 2px solid #fff;
  padding: 64px;
}

.hero-section.case-study .case-study-brand-container img {
  width: 100%;
}

.hero-section button.primary.sq {
  margin-top: 40px;
  margin-right: 15px;
  width: 100%;
}

.hero-section button.secondary.sq {
  margin-top: 40px;
  width: 100%;
}

.hero-section h1 {
  margin-top: 128px;
  color: #fff;
}

.hero-section p {
  color: #fff;
  margin: 40px auto 0px;
  text-transform: uppercase;
}

.case-study-article-section {
  margin: 64px 0px;
}

.case-study-article-section .success-highlights{
  text-align: center;
  margin-top:40px;
  margin-bottom: 40px;
}
.case-study-article-section .success-highlights h5{
  margin-bottom: 32px;
}
.case-study-article-section .success-highlights .success-circle{
  background-color: #003573;
  color: #fff;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
}
.case-study-article-section h3 {
  font-size: 24px;
  color: #013471;
  margin-top: 24px;
  font-weight: 600;
}

.case-study-article-section h4 {
  font-size: 20px;
  margin-top: 24px;
  color: #000;
  font-weight: 600;
}

.case-study-article-section p {
  margin-top: 24px;
}

.case-study-article-section article {
  margin-top: 24px;
}

.case-study-article-section article .image-embed {
  text-align: center;
  width: 100%;
}

.case-study-article-section article .image-embed img {
  max-height: 500px;
  max-width: 100%;
}

.case-study-article-section .block-quote {
  color: #003573;
  margin: 24px 0px;
  border-left: 4px solid #003573;
  padding-left: 16px;
  display: flex;
}

.case-study-article-section .block-quote .author-photo img {
  width: 100%;
  max-width: 160px;
  max-height: 160px;
}

.case-study-article-section .block-quote .quote {
  font-size: 20px;
  color: #013471;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.case-study-article-section .block-quote .author {
  font-size: 16px;
  color: #414661;
  letter-spacing: 0;
  text-transform: uppercase;
}

.case-study-article-section .video-link {
  position: relative;
  text-align: center;
  width: 100%;
}

.case-study-article-section .video-link img {
  transition: all 0.3s ease;
  width: 100%;
}

.case-study-article-section .video-link img:hover {
  transition: all 0.3s ease;
  opacity: 0.9;
}


.thank-you-section {
  text-align: left;
  padding-bottom: 64px;
}

.thank-you-section h2 {
  font-size: 32px;
  color: #414661;
  letter-spacing: 0;
  margin-top: 64px;
}

.thank-you-section p {
  margin: 32px 0px;
}
.thank-you-section .section-heading{
  text-align: center;
  padding: 64px 0px;
}
.thank-you-section .ebook-graphic{
  margin-top: 64px;
}
.thank-you-section .ebook-graphic img{
  width: 100%;
}
.thank-you-section.conversational .ebook-graphic img {
  display: block;
  margin-left: auto;
  width: 45%;
  object-fit: contain;
}
.thank-you-section button{
  width: 100%;
}

@media (max-width: 992px) {
  .thank-you-section button{
    margin-top: 24px;
  }
}


.services-section {
  text-align: center;
  padding-bottom: 64px;
}

.services-section h2 {
  text-align: center;
  font-size: 32px;
  color: #414661;
  letter-spacing: 0;
  margin-top: 64px;
}

.services-section p {
  margin: 32px 0px 0px 0px;
}
ul.special-list {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  padding: 32px;
  width: 100%;
  display: block;
}
ul.special-list li:before {    
  content: '';
  background-image: url('../assets/list-check.svg');
  display: inline-block;
  margin: 0 12px 0 -15px;
  width: 16px;
  height: 16px;
  background-size: cover;
}
ul.special-list li{
  text-align: left;
  margin-bottom: 24px;
    text-indent: -13px;
    padding-left: 1em;
    display: block;
}
ul.special-list li:last-child{
  margin-bottom: 0px;
}
.services-section ul.services-list {
  display: flex;
  margin: 40px 0px 0px 0px;
  padding: 0px;
}

.services-section ul.services-list li {
  list-style: none;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 64px;
  text-align: center;
  min-height: 430px;
}
.services-section ul.services-list li p{
  margin-bottom: 32px;
}
.case-studies-section {
  text-align: center;
  background-color: #fcfeff;
  padding-bottom: 64px;
}

.case-studies-section h2 {
  text-align: center;
  font-size: 32px;
  color: #414661;
  letter-spacing: 0;
  margin-top: 64px;
}

.case-studies-section p {
  margin: 32px 0px 0px 0px;
}

.case-studies-container {
  margin-top: 40px;
}

@media screen and (min-width: 1380px) {
  .case-studies-container {
    flex-direction: row;
  }
}

.case-study-item {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  max-width: 100%;
}


.case-study-card {
  cursor: pointer;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.05);
  border-radius: 8px;
  border: 1px solid #003573;
}
.case-study-card .case-study-card-front.black{
  background-color: #000;
}
.case-study-card .content-container{
  display: flex;
  flex-direction: column;
}
.case-study-card .image-container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.case-study-card .image-container img{
  max-width: 100%;
  max-height: 160px;
}
.case-study-card .pill-background{
  background-color: #414661;
  display: block;
  padding: 6px 16px;
  border-radius: 40px;
  margin-top: 24px;
}
.case-study-card .pill-background p{
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0px;
}
.case-study-card.black{
  background-color: #000;
}
.case-study-card.black .case-study-card-button{
background-color: #000;
border-color: #fff;
color: #fff;
}
.case-study-card .case-study-card-button{
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  text-transform: uppercase;
  position: relative;
  margin-top: 40px;
  color: #414661;
    border-color: #414661;
    text-align: center;
}
.case-study-card:hover .overlay {
  opacity: 1;
  color: #fff;
}
.case-study-card .overlay h3{
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.case-study-card .case-study-card-button:hover{
  text-decoration: none;
}
.case-study-card .overlay{
  padding: 24px;
  background: #003573;
  transition: all 0.3s ease;
  position: absolute;
  top: 16px;
  opacity: 0;
  left: 32px;
  width: calc(100% - 64px);
  height:  calc(100% - 32px);
  text-align: left;
  display: flex;
  text-align: center;
}
.case-study-card .overlay .inside{
display: flex;
flex-direction: column;
width: 100%;
}
.case-study-card .overlay ul{
  margin-top: 24px;
  padding: 0px;
  margin-left: 24px;
}
.case-study-card .overlay ul li{
text-align: left;
}
.case-study-card .overlay .case-study-card-button{
margin-top: 24px;
display: block;
}
.partners-section {
  text-align: center;
}

.partners-section h2 {
  margin-top: 64px;
  color: #414661;
}

.partners-section p {
  margin-top: 40px;
}

#conversational-ebook-modal .graphic img {
  height: 227px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}


.ebooks-section {
  text-align: center;
  background-color: #fcfeff;
  padding-bottom: 64px;
}

.ebooks-section h2 {
  text-align: center;
  font-size: 32px;
  color: #414661;
  letter-spacing: 0;
  margin-top: 64px;
}

.ebooks-section p {
  margin: 32px 0px 0px 0px;
}

.ebooks-container {
  margin-top: 40px;
}




/* Updated Style */
section{
  padding: 64px 0px;
}
section .section-title{
text-align: center;
margin-bottom: 56px;
}
section .section-title h2{
  margin-bottom: 32px;
}
.case-studies .card.img-core{
  margin-bottom: 30px;
}
.card.img-core img{
  width: 100%;
}
.card.ebook button{
  margin-top: 24px;
}
.card.img-core a{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
.card.blck{
  border: 1px solid #000;
}
.card{
  border: none;
  box-shadow: 0 1px 3px 1px rgba(160,161,188,.14);
  border-radius: 8px;
  padding: 32px;
  text-align: center;
  align-items: center;
  transition: all ease 0.3s;
}
.card:hover{
  box-shadow: 0 24px 24px 0 rgba(0,0,0,0.12);
}
.card .call_to_action {
  position: relative;
  bottom: 0;
}
.card .featured-image {
  min-height: 180px;
  margin-bottom: 24px;
}
.card .featured-image img {
  max-width: 90%;
}
.card p{
  flex-grow: 1;
}
.card h4{
  margin-bottom: 24px;
}
.card.case-study{
  border-color: #6f7494;
}
.card.case-study:hover .overlay{
  opacity: 1;
}
.card.case-study .overlay{
  padding: 32px;
  background: #003573;
  transition: all 0.3s ease;
  position: absolute;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  color: #fff;
}
.card.case-study .overlay h3{
  margin-bottom: 24px;
}
.card.case-study .overlay ul{
  flex-grow: 1;
  text-align: left;
}
.card.case-study .overlay ul li:first-child{
  margin-top: 0px;
}
.card.case-study .overlay ul li{
  margin-top: 8px;
}
.card.case-study .category {
  flex-grow: 1;
  margin-bottom: 24px;
}
.card.case-study .category span{
  background-color: #6f7494;
  color: #fff;
  border-radius: 20px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

/* New Style */

section.hero {
  background-color: #003573;
  height: 496px;
  text-align: center;
  overflow: auto;
  display: flex;
  position: relative;
}
section.hero > .container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-study section.hero .brand{
  border: 2px solid #fff;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study section.hero .overlay {
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.case-study section.hero .brand img{
  max-width: 50%;
}
.case-study section.hero h3{
  margin-bottom: 24px;
  text-align: left;
  line-height: 40px;
}
.case-study section.hero{
  overflow: auto;
  background-size: cover;
  background-position: center top;
  color: #fff;
}
section.hero.slim{
  height: 248px;
}
section.hero .content{
  width: 100%;
}
section.hero .row {
  width: 100%;
}
.home section.hero{
  overflow: auto;
  background-image: url("../assets/citybackground.png");
  background-size: auto;
  background-position: center 350px
}
section.hero button.primary.sq {
  margin-top: 40px;
  margin-right: 15px;
  width: 100%;
}

section.hero button.secondary.sq {
  margin-top: 40px;
  width: 100%;
}
section.hero h1 {
  color: #fff;
}

section.hero p {
  color: #fff;
  margin: 40px auto 0px;
  text-transform: uppercase;
}

section.white{
  background-color: #fff;
}
section.off-white{
  background-color: #f8f9fc;
}
section#case-studies h2, section#partners h2{
  margin: 0px;
}
 ul.partners-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  padding: 0px;
  justify-content: center;
}

#partners {
  background-color: #ededed;
  position: relative;
}

#partners .decoration-left {
  position: absolute;
  height: 520px;
  width: auto;
}

#partners .section-title {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 1090px;
  color: #242b34;
}

#partners h2, #partners h5 {
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
}

@media (max-width: 1199px) {
    #partners .section-title {
      width: 686px;
    }
}

@media (max-width: 991px) {
  #partners .section-title {
    width: 672px;
  }
}

@media (max-width: 767px) {
  #partners .section-title {
    width: 392px;
  }
}

@media (max-width: 575px) {
  #partners .section-title {
    width: 475px;
  }
}

@media (max-width: 515px) {
  #partners .section-title {
    width: 350px;
  }
}

@media (max-width: 389px) {
  #partners .section-title {
    width: 225px;
  }
}

@media (max-width: 264px) {
  #partners .section-title {
    width: 112.5px;
  }
}

#partners .section-title .brands-upper-title {
  color: #6e6e6e;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #1db446;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #partners .section-title .brands-upper-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

ul.partners-grid li {
  list-style: none;
  width: 228px;
  height: 148px;
  display: flex;
  justify-content: center;
}
ul.partners-grid li img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  align-self: center;
}

/* Introducing Qua */
#introducing-qua {
  color: #242b34;
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
  position: relative;
  overflow: hidden;
}

#introducing-qua .container {
  position: relative;
}

#introducing-qua h2, #introducing-qua h4 {
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
}

#introducing-qua .section-title .green-bar {
  margin-left: auto;
  margin-right: auto;
  background-color: #1db446;
  width: 121px;
  height: 4px;
  margin-bottom: 50px;
}

#introducing-qua .content p {
  font-size: 1.4em;
  margin-bottom: 20px;
}

#introducing-qua .qua-decoration {
  position: absolute;
}

#introducing-qua .qua-decoration.left {
  top: -200px;
}

#introducing-qua .qua-decoration.top-right {
  right: -50px;
}

#introducing-qua .qua-decoration.bottom-right {
  right: 0;
  bottom: -650px;
}

/* Contact Conversion section */

section.conversion{
  text-align: center;
  background-color: #ededed;
  color: #242b34;
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
}
section.conversion h2{
  margin-bottom: 30px;
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
}
section.conversion p{
  margin-bottom: 30px;
  font-size: 1.6em;
}

section.conversion form label {
  text-transform: none;
}

section.conversion .form-container form {
  background-color: #fff;
}

/* News letter */
section.newsletter  {
  background-color: #222b35;
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
  color: #fff;
  border-bottom: 1px solid #7a8086;
  position: relative;
}

section.newsletter .newsletter-decoration {
  position: absolute;
  right: 0;
  top: -64px;
  height: 455px;
}

section.newsletter .container {
  position: relative;
}

section.newsletter input[type=text]{
  margin: 0px;
}
section.newsletter h2 {
  margin-bottom: 56px;
  color: #fff;
  text-align: left;
}

section.conversion button, section.newsletter button {
  font-size: 18px;
  font-weight: 700;
}

section.newsletter {
  overflow: hidden;
}

section.newsletter input::placeholder {
  color: #242b34;
  opacity: 1;
}

section.newsletter input:-ms-input-placeholder {
  color: #242b34;
}

section.newsletter input::-ms-input-placeholder {
  color: #242b34;
}

section.newsletter p {
  font-size: 1.2em;
  margin-bottom: 0px;
}

section.newsletter .newsletter-contact {
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

section.newsletter .newsletter-contact div {
  width: fit-content;
  white-space: nowrap;
}

section.newsletter .newsletter-contact button {
  font-size: 40px;
  font-weight: 400;
  border-radius: 50%;
  padding: 0px;
  padding-bottom: 10px;
  width: 45px;
  height: 45px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
}

section.about {
  color: #252b33;
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
  position: relative;
}

section.about .section-title {
  position: relative;
  padding-bottom: 2.488em;
}

section.about .section-title::after {
  position: absolute;
  content: ' ';
  display: block;
  width: 85px;
  height: 3px;
  background-color: #55b054;
  bottom: 0;
  left: -60px;
}

section.about .section-title h1 {
  text-align: left;
  color: #252b33;
}

section.about .content p {
  font-size: 1.4em;
  margin-bottom: 30px;
}

section.about img.decoration {
  position: absolute;
}

section.about .content,
section.about .section-title {
  position: relative;
}

section.about.what-we-do {
  padding-bottom: 32px;
}

section.about.what-we-do .video-container {
  width: 70%;
  position: relative;
  margin-bottom: 20px;
  margin-top: 64px;
}

section.about.what-we-do video {
  width: 100%;
}

section.about.what-we-do .video-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

section.about.what-we-do .video-wrapper img {
  width: 100%;
  cursor: pointer;
}

section.about.what-we-do .video-wrapper .player-icon {
  width: 70px;
  height: 70px;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}

section.about.what-we-do .content-1 {
  width: 70%;
}

section.about.what-we-do .content-2 {
  width: 82%;
}

section.about.what-we-do .decoration.left {
  top: -30px;
  left: -75px;
}

section.about.what-we-do .decoration.left-middle {
  top: 300px;
  left: 0px;
  width: 180px;
}

section.about.what-we-do .decoration.top-right {
  top: -128px;
  width: 380px;
  right: 0;
}

section.about.how-do {
  padding-top: 0;
}
section.about.how-do .decoration.left {
  top: -96px;
  left: -75px;
}
section.about.our-story {
  background-color: #ededed;
  overflow: hidden;
}
section.about.our-story .decoration.left {
  top: 56px;
  left: 0px;
}

section.about.our-story .decoration.bottom-right {
  right: 0;
  width: 270px;
  bottom: -350px;
}

section.about-news.newsletter button {
  background-color: #5c996c;
  border-color: #5c996c;
}
section.about-news.newsletter button:hover {
  background-color: #4c895c;
  border-color: #4c895c;
}

section.about.our-story .btn-start-conv {
  color: white;
  background-color: #5e9c6e;
  width: fit-content;
  width: auto;
  display: flex;
  align-items: center;
  border: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 35px;
  padding-right: 10px;
  margin-top: 40px;
  margin-bottom: 10px;
}

section.about.our-story .btn-start-conv .icon-send {
  background-color: white;
  color: #5e9c6e;
  font-size: 40px;
  font-weight: 400;
  border-radius: 50%;
  padding: 0px;
  padding-bottom: 10px;
  width: 45px;
  height: 45px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
}

section.about.our-story .btn-start-conv:hover {
  background-color: #4e8c5e;
}

section.about.our-story .btn-start-conv .icon-send {
  color: #4e8c5e;
}

/* col-xl */

@media (max-width: 1200px) {
  ul.partners-grid li {
    width: 245px;
    height: 149px;
  }
}
/* col-lg */
@media (max-width: 991px) {
  .card.img-core {
    padding: 16px;
  }
  ul.partners-grid li {
    width: 240px;
    height: 156px;
  }
  .home section#services .card{
    margin-top: 30px;
  }
  header.main #contact-cta2, header.main .spl-cta{
    display: none;
  }
  header.main nav.mobile {
    display: flex;
    align-items: center;
  }

  header.main nav.main {
    display: none;
  }
  .case-study-article-section .success-highlights .success-circle{
    margin-top: 32px;
  }
}
/* col-md */
@media (max-width: 767px) {

  section{
    padding: 32px 0px;
  }
  section .section-title{
    margin-bottom: 24px;
  }

  p {margin-bottom: 1.25em;}

  h1, h2, h3, h4, h5 {
    margin: 0px;
    line-height: 1.15;
  }

  h1 {
    margin-top: 0;
    font-size: 1.802em;
  }

  h2 {font-size: 1.602em;}

  h3 {font-size: 1.424em;}

  h4 {font-size: 1.266em;}

  h5 {font-size: 1.125em;}

  small, .text_small {font-size: 0.889em;}

  .card.img-core {
    padding: 8px;
  }
  ul.partners-grid li {
    width: 140px;
    height: 91px;
  }
  .hero-section {
    height: 560px;
  }
  ul.special-list .row .col-12:nth-child(n+4){
    padding-top: 24px;
  }
  .services-section ul.services-list li:first-child {
    margin-top: 0px;
  }

  .services-section ul.services-list li {
    margin-top: 30px !important;
  }

  section.newsletter button.button.secondary.rnd {
    margin-top: 30px;
  }
  .case-study-article-section .block-quote .quote {
        margin-top: 24px;
  }
  .case-studies-container .row > .col-md-4:first-child{
    margin-top: 0px;
  }
  .case-studies-container .row > .col-md-4{
    margin-top: 30px;
  }

  #introducing-qua .section-title .green-bar {
    width: 90px;
    height: 3px;
    margin-bottom: 25px;
  }

  #introducing-qua .img-gua {
    width: 350px;
    height: 100%;
    max-width: 100%;
  }

  #introducing-qua .content p {
    font-size: 1.2em;
    margin-bottom: 16px;
  }

  #introducing-qua .qua-decoration.left {
    top: -150px;
    width: 120px;
  }

  #introducing-qua .qua-decoration.top-right {
    right: -30px;
    width: 230px;
  }

  #introducing-qua .qua-decoration.bottom-right {
    bottom: -400px;
    width: 230px;
  }

  section.conversion p {
    font-size: 1.25em;
  }

  section.conversion button, section.newsletter button {
    font-size: 16px;
  }

  section.newsletter p {
    font-size: 1.2em;
  }

  section.about .section-title {
    padding-bottom: 1.802em;
  }
  
  section.about .section-title::after {
    width: 60px;
    left: -40px;
  }

  section.about.what-we-do .video-container {
    margin-top: 37px;
  }

  section.about.what-we-do .video-container,
  section.about.what-we-do .content-1,
  section.about.what-we-do .content-2 {
    width: 100%;
  }

  section.about .content p {
    font-size: 1.2em;
    margin-bottom: 22px;
  }

  section.about.our-story .btn-start-conv {
    font-size: 16px;
    border-radius: 34px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  section.about.our-story .btn-start-conv .icon-send {
    font-size: 36px;
    padding-bottom: 10px;
    width: 41px;
    height: 41px;
    line-height: 34px;
  }
}
/* col-sm */
@media (max-width: 576px) {
  ul.partners-grid li {
    width: 125px;
    height: 81px;
  }
  .thank-you-section .section-heading{
    margin: 24px 0px;
    display: none;
  }
  .thank-you .ebook-graphic{
    display: none;
  }
  .modal-body .graphic{
    display: none;
  }
	
  .card.case-study .category span{
    font-size: 11px;
  }

  section.about.what-we-do .video-container {
    display: none;
  }

  section.about .section-title::after {
    width: 50px;
    left: 0px;
  }
}
/* col-xs */
@media (min-width: 575px) {
  .partner-scroll .slick-initialized .slick-slide{margin: 0px 32px;}
}

@media only screen and (max-width : 320px)
{
  .card.case-study .category span{
    font-size: 8px;
  }
}

.partner-scroll .slick-initialized .slick-slide{margin: 0px 96px;}
.partner-scroll  .slick-track{display: flex; align-items: center;}	
.partner-scroll .carousel-img img{filter:grayscale(100%);}
.partner-scroll  .carousel-img {text-align: center; max-width: 140px;}
.partner-scroll  .carousel-img img{width: 100% !important}


.service-card{
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.05);
  border-radius: 8px;
  padding: 32px;
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.portfolio-item{
  margin-top:30px;
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.05);
  padding: 24px;
}
.portfolio-item img{
  width: 100%;
}
.service-card .description{
  margin-top: 24px;
  font-weight: 500;
}
.service-card h5{
  margin-bottom: 24px;
}

section.email-agnostic .email-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-top: 56px;
}
.main-content-section h1 {
  margin-top: 64px;
  color: #414661;
  font-weight: 600;
  text-align: center;
}

.main-content-section p.intro {
  text-align: center;
  margin-top: 40px;
}

.main-content-section .story {
  margin-top: 40px;
}
.main-content-section .story .head-shot{
  margin-bottom: 48px;
}

footer.main {
  padding: 64px 0px;
  font-size: 1.2em;
  background-color: #222b35;
  color: white;
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
  position: relative;
}

footer.main .footer-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
}

footer.main p.copyright {
  font-size: 1em;
}

footer.main nav.footer-menu ul {
  display: flex;
  align-items: center;
  padding: 0px;
  margin: 0px;
  margin-left: -15px;
}

footer.main nav.footer-menu ul li {
  list-style: none;
  position: relative;
}

footer.main nav.footer-menu ul li a {
  padding: 0 15px;
  color: #fff;
  transition: color 0.3s ease;
}

footer.main nav.footer-menu ul li .dropdown-content a {
  padding: 4px 15px;
}

footer.main nav.footer-menu ul li a:hover {
  text-decoration: none;
  color: #fff;
}

footer.main nav.footer-menu ul li.has-children:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
}
footer.main nav.footer-menu ul li .dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  z-index: 9998;
  max-width: max-content;
  /* margin-bottom: 20px; */
  transition: all 0.3s ease;
  bottom: 30px;
  width: max-content;
  white-space: nowrap;
}

#menuToggle {
  display: block;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 100vw;
  height: calc(100vh + 100px);
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: 0;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menu .child-menu ul li{
  background-color: #f9f9f9;
  padding-left: 24px;
}
#menu .has-children::after{
  content: '';
  background-image: url('../assets/plus.svg');
  height: 16px;
  width: 16px;
  display: block;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
}
#menu a[aria-expanded="true"] .has-children::after{
  margin-top: 11px;
  background-image: url('../assets/minus.svg');
}
#menu ul{
  padding: 0px;
  margin: 0px;
}
#menu li {
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #cdcdcd;
  padding: 16px 0px;
  font-weight: 600;
  text-transform: uppercase;
  list-style: none;

}
#menu li:hover{
  text-decoration: none;
}
#menu a{
  color: #000;
}
#menu a:hover{
  color: #000;
  text-decoration: none;
}
#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
}

.partner-scroll{
  overflow: hidden;
}

section.success-stories{
  background-color: #EBF2F6;
}
.success-item-image{
  width: 100%;
  max-width: 256px;
}
.success-item-image img{
  width: 100%
}
.success-item-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.image-embed {
  text-align: center;
  width: 100%;
}

.image-embed img {
  max-height: 500px;
  max-width: 100%;
}
.case-studies-container .row > .col-md-4:nth-child(n+4){
  margin-top: 30px;
}
section.home-hero .col-sm {
  max-width: 900px;
}
section.home-hero .col-sm h1 {
  margin-bottom: 10px;
}
section.increase-revenue .col {
  max-width: 900px;
}
.email-carousel-container .slick-list .carousel-block {
  padding: 12px 12px;
  outline: none;
}
.email-carousel-container .slick-list .carousel-block .card:hover {
  box-shadow: 0 10px 24px 0 rgba(0,0,0,0.12);
}

.case-studies-container .slick-list .carousel-block {
  padding: 0px 12px;
  outline: none;
}