/* Compiled Less CSS File */
/* Generated from "layout.css" */

/*!
 * Layout v0.1
*/
/* Table of Content
==================================================
	#Font-Face
	#Default Styles
	#Font Styles
	#Animation Effects
	#Site Styles
	#Page Styles
	#Media Queries */


/* #Font
================================================== */
@font-face {
  font-family: 'interstate';
  src: url('../fonts/interstate-regular.eot');
  src: url('../fonts/interstate-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/interstate-regular.woff') format('woff'), url('../fonts/interstate-regular.ttf') format('truetype'), url('../fonts/interstate-regular.svg#interstate-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'interstate-bold';
  src: url('../fonts/interstate-bold.eot');
  src: url('../fonts/interstate-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/interstate-bold.woff') format('woff'), url('../fonts/interstate-bold.ttf') format('truetype'), url('../fonts/interstate-bold.svg#interstate-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, .title-wrap
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* #Default Styles
================================================== */
.left, .alignleft {
  float: left;
}
.alignleft {
  margin: 0 20px 20px 0;
}
.right, .alignright {
  float: right;
}
.alignright {
  margin: 0 0 20px 20px;
}

/* WordPress --- */
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], img.size-full, img.size-large, img.header-image, img.wp-post-image {
  height: auto;
  display: block;
}
img.alignleft, .wp-caption.alignleft {
  margin: 12px 24px 12px 0;
  float: left;
}
img.alignright, .wp-caption.alignright {
  margin: 12px 0 12px 24px;
  float: right;
}
img.aligncenter {
  display: block;
  margin: 14px auto;
}
img.alignnone {
  margin-bottom: 24px !important;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 1.3;
  padding: 5px 0;
  color: #757575;
}


.full {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.half {
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.table {
  display: table;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.hide {
  display: none;
}
.mobile-hide, .tablet-hide {
  display: block;
}
.mobile-show, .tablet-show {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
}
.button {
  background: #61b5a2;
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  font-family: 'ingra', sans-serif;
  text-decoration:none;
}
.button:hover {
  background-color: #b9271e;
  color: #ffffff;
  text-decoration: none;
}
.button:hover:before {
  right: -30px;
}
.button:before {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 19px;
  height: 19px;
}
.button.red {
  background: #ed2024;
}
.page-template-page-team #readytotalk .button {
  font-size: 18px;
  padding: 15px 40px;
}
.button.red:hover {
  background: #b9271e;
}
.button.grey {
  background: #adadad;
}
.button.grey:hover {
  background: #ef4035;
}
.button.bg-white {
  background: #ffffff;
  color: #000000;
  top: 5px;
  left: 10px;
}
.button.bg-white:hover {
  background: #ececec;
}
.button.white {
  background: none;
  color: #ef4035;
  padding-right: 25px;
  margin-top: 5px;
}
.button.white:hover {
  background: none;
  color: #b9271e;
}
.button.white:hover:before {
  right: -50px;
}
.button.white:before {
  background: url(../images/icon-arrow-right-red.png) no-repeat center;
  right: 0;
}
.button.arrowdown:hover:before {
  right: 10px;
  top: 150%;
}
.button.arrowdown:before {
  background: url(../images/icon-arrow-down.png) no-repeat center;
}
.button.arrowleft {
  padding-left: 35px;
  padding-right: 15px;
}
.button.arrowleft:hover:before {
  left: -50px;
}
.button.arrowleft:before {
  right: inherit;
  left: 10px;
  background: url(../images/icon-arrow-left.png) no-repeat center;
}
.knowledgebase-single-full .btn {
    font-size: 14px;
}
.readmore {
  background: #000000;
  color: #ffffff;
  padding: 5px 35px 5px 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 5px 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.readmore:hover {
  background-color: #b9271e;
  color: #ffffff;
  text-decoration: none;
}
.readmore:hover:before {
  right: -30px;
}
.readmore:before {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 19px;
  height: 19px;
  background: url(../images/icon-arrow-right.png) no-repeat center;
}
.readmore:before {
  display: none;
}
.readmore:hover {
  background: #b9271e;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}
body, p {
  font-size: 14px;
}
body, p {
  font-family: 'ingra', sans-serif;
  line-height: 1.5;
}
#main-content b, #main-content strong, #main-content i, #main-content blockquote {
  font-family: 'ingra', sans-serif;
}
#main-content p, #main-content ul {
  margin-bottom: 18px;
  font-family: 'merriweather', serif;
  line-height: 2;
}
#main-content ul, article ul {
  list-style: none;
  margin-left: 12px;
  margin-bottom: 20px;
}
#main-content ul li:before, article ul li:before {
  position: absolute;
  font-size: 18px;
  line-height: 1.5;
  margin-left: -12px;
  content: "\00B7 ";
  color: #eb2024;
  font-weight: bold;
}
#main-content #sidebar ul li:before {
  display:none;
}

#main-content table td {
  padding: 5px 15px 5px 0;
}
h1 {
  font-size: 42px;
  line-height: 48px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-family: 'ingra', sans-serif;
  font-weight: 600;
}
h1 a, h1 span {
  font-size: 17px;
  line-height: 27px;
  right: 40px;
  bottom: -30px;
  background: #000000;
  color: #ffffff;
  padding: 5px 35px 5px 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
h1 a:hover, h1 span:hover {
  background-color: #b9271e;
  color: #ffffff;
  text-decoration: none;
}
h1 a:hover:before, h1 span:hover:before {
  right: -30px;
}
h1 a:before, h1 span:before {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 19px;
  height: 19px;
  background: url(../images/icon-arrow-right.png) no-repeat center;
}
h1 span {
  padding-right: 15px;
}
h1 span:before {
  background: none;
}
.front-page h1 {
  margin-top: 130px;
}
h2 {
  font-family: 'ingra';
  font-size: 34px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 20px;
}
h2.white {
  color: #ffffff;
}
h2.white a {
  color: #ffffff;
  font-family: 'ingra';
  font-size: 36px;
  line-height: 42px;
}
h2.red {
  color: #ef4035;
}
h2 span, h2 em {
  font-family: 'ingra';
  font-size: 36px;
  line-height: 42px;
}
h2 span.white, h2 em.white {
  color: #ffffff;
}
h2 em {
  color: #ffffff;
  font-style: normal;
}
#sub-title h2 {
  font-family: 'ingra', sans-serif;
  color: #ed2024;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
h3, #random_fact p {
  font-family: 'ingra';
  font-size: 21px;
  line-height: 23px;
}
h3 .paragraph, #random_fact p .paragraph {
  font-size: 14px;
}
h3 .paragraph a, #random_fact p .paragraph a {
  font-size: 14px;
}
h3 span, #random_fact p span, h3 em, #random_fact p em {
  font-family: 'ingra', sans-serif;
  font-size: 21px;
  line-height: 23px;
}
h3 span.white, #random_fact p span.white, h3 em.white, #random_fact p em.white {
  color: #ffffff;
}
h3 em, #random_fact p em {
  color: #ffffff;
  font-style: normal;
}
h4 {
  font-family: 'ingra', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 10px;
}
h4, h4 a {
  color: #ef4035;
}
h4.grey, h4 a.grey {
  color: #adadad;
}
h4.grey span, h4 a.grey span {
  color: #000000;
}
h4.white, h4 a.white {
  color: #ffffff;
}
h4.black, h4 a.black {
  font-family: 'ingra', sans-serif;
  color: #ed2024;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
h4.black a, h4 a.black a {
  font-family: 'ingra', sans-serif;
  color: #ed2024;
  text-transform: uppercase;
}
a {
  transition: all 0.5s;
  text-decoration: none;
  color: #ef4035;
}
a:hover, a:focus {
  color: #b9271e;
}
p b, p strong, b, strong {
  font-weight: 700;
}
p i, i, {
  font-style: italic;
}
blockquote {
  font-family: 'ingra';
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 30px;
}
.single-client_stories blockquote {
  color: #000000;
}
#main-content blockquote {
  font-weight: 500;
}
p em, em {
  font-weight: bold;
}
img {
  display: block;
}
input, textarea, select, button {
  width: 100%;
  background: #ececec;
  border: none;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 2px 10px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background: #ef4035;
  background: #000000;
  color: #ffffff;
  padding: 5px 35px 5px 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: auto;
  background-image: url(../images/icon-arrow-right.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #b9271e;
  color: #ffffff;
  text-decoration: none;
}
button:hover:before, html input[type="button"]:hover:before, input[type="reset"]:hover:before, input[type="submit"]:hover:before {
  right: -30px;
}
button:before, html input[type="button"]:before, input[type="reset"]:before, input[type="submit"]:before {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 19px;
  height: 19px;
  background: url(../images/icon-arrow-right.png) no-repeat center;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #b9271e;
  color: #ffffff;
  text-decoration: none;
}
button:hover:before, html input[type="button"]:hover:before, input[type="reset"]:hover:before, input[type="submit"]:hover:before {
  right: -30px;
}
button:before, html input[type="button"]:before, input[type="reset"]:before, input[type="submit"]:before {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 19px;
  height: 19px;
  background: url(../images/icon-arrow-right.png) no-repeat center;
}
button.red, html input[type="button"].red, input[type="reset"].red, input[type="submit"].red {
  background: #ef4035;
}
button.red:hover, html input[type="button"].red:hover, input[type="reset"].red:hover, input[type="submit"].red:hover {
  background: #b9271e;
}
button.grey, html input[type="button"].grey, input[type="reset"].grey, input[type="submit"].grey {
  background: #adadad;
}
button.grey:hover, html input[type="button"].grey:hover, input[type="reset"].grey:hover, input[type="submit"].grey:hover {
  background: #ef4035;
}
button.bg-white, html input[type="button"].bg-white, input[type="reset"].bg-white, input[type="submit"].bg-white {
  background: #ffffff;
  color: #000000;
  top: 5px;
  left: 10px;
}
button.bg-white:hover, html input[type="button"].bg-white:hover, input[type="reset"].bg-white:hover, input[type="submit"].bg-white:hover {
  background: #ececec;
}
button.bg-white:before, html input[type="button"].bg-white:before, input[type="reset"].bg-white:before, input[type="submit"].bg-white:before {
  background: url(../images/icon-arrow-right-black.png) no-repeat center;
}
button.white, html input[type="button"].white, input[type="reset"].white, input[type="submit"].white {
  background: none;
  color: #ef4035;
  padding-right: 25px;
  margin-top: 5px;
}
button.white:hover, html input[type="button"].white:hover, input[type="reset"].white:hover, input[type="submit"].white:hover {
  background: none;
  color: #b9271e;
}
button.white:hover:before, html input[type="button"].white:hover:before, input[type="reset"].white:hover:before, input[type="submit"].white:hover:before {
  right: -50px;
}
button.white:before, html input[type="button"].white:before, input[type="reset"].white:before, input[type="submit"].white:before {
  background: url(../images/icon-arrow-right-red.png) no-repeat center;
  right: 0;
}
button.arrowdown:hover:before, html input[type="button"].arrowdown:hover:before, input[type="reset"].arrowdown:hover:before, input[type="submit"].arrowdown:hover:before {
  right: 10px;
  top: 150%;
}
button.arrowdown:before, html input[type="button"].arrowdown:before, input[type="reset"].arrowdown:before, input[type="submit"].arrowdown:before {
  background: url(../images/icon-arrow-down.png) no-repeat center;
}
button.arrowleft, html input[type="button"].arrowleft, input[type="reset"].arrowleft, input[type="submit"].arrowleft {
  padding-left: 35px;
  padding-right: 15px;
}
button.arrowleft:hover:before, html input[type="button"].arrowleft:hover:before, input[type="reset"].arrowleft:hover:before, input[type="submit"].arrowleft:hover:before {
  left: -50px;
}
button.arrowleft:before, html input[type="button"].arrowleft:before, input[type="reset"].arrowleft:before, input[type="submit"].arrowleft:before {
  right: inherit;
  left: 10px;
  background: url(../images/icon-arrow-left.png) no-repeat center;
}
/* #Site Styles
================================================== */
body {
  overflow-x: hidden;
  height: auto !important;
}
header {
  height: 360px;
  border-bottom: 10px solid #ef4035;
}
#top {
  overflow:visible;
}
header:after {
  content: "";
  clear: both;
  display: table;
}
header ul, header li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
header a:hover {
  text-decoration: none;
}
.home header {
  height: 550px;
}
#header-over {
  position: fixed;
  width: 100%;
  height: 90px;
  top: 0;
  z-index: 9999;
  padding: 15px 15px;
  background: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#header-over .container {
  width: 1200px;
}
header.full.left.rel.header-bg {
  background: #444;
  overflow: hidden;
  border-bottom: 11px solid #ed2024;
  height: 800px;
}
.header-bg #video-container {
  max-width: 1200px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.page-id-7276 .header-bg #video-container {
  max-width: initial;
  background-position: 0px 80px;
}

/* new styles for home page */
.page-id-7276 h2 {
  font-family: "ingra", sans-serif;
  font-weight: 800;
  margin-bottom: 35px;
}
.page-id-7276 .title-row {
  text-align: center;
}
.page-id-7276 .title-row h2 {
  text-transform: uppercase;
  font-size: 45px;
}
body.page-id-7276 .title-row p {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  color: #656565;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 45px;
}

#white h2 {
  color: white;
  text-align: center;
}
.btn {
  display: inline-block;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 15px 15px;
  font-family: "ingra", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  background-color: #61b5a2;
  min-width: 220px;
  max-width: 100%;
}
.button-nav {
  font-size: 0;
  margin-left: -8px;
  margin-bottom: 20px;
  text-align: center;
}
.button-nav .btn, .button-nav .button {
  margin-bottom: 8px;
  margin-left: 8px;
  min-width: 160px;
  padding-left: 25px;
  padding-right: 25px;
}

.widget-subtitle {
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.aside-single h4 {
  font-family: "ingra", sans-serif;
  font-size: 16px;
}
#home-headline {
  text-align: center;
}
#home-headline .row > div {
  max-width: 600px;
  width: 100%;
  padding: 0 15px;
  float: right;
}
#home-headline h2 {
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}
#home-headline h1 {
  position: relative;
  color: #ed2024;
  padding: 30px 0;
  font-weight: 700;
  font-size: 54px;
  line-height: 1.15;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#home-headline h1:before, #home-headline h1:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-top: dashed white;
  width: 230px;
  max-width: 100%;
}
#home-headline h1:before {
  top: 0;
}
#home-headline h1:after {
  bottom: 0;
}

.headline-btn {
  padding: 17px 20px;
  position: relative;
  font-size: 26px;
  width: 400px;
  max-width: 100%;
  letter-spacing: 2px;
}


/* play/pause button */

.bottom-buttons a.button {
  display: inline-block;
  bottom: -6px;
  margin-left: 20px;
}
div#video-controls {
  display: inline-block;
}
.full.abs.bottom-buttons {
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1000;
  text-align: center;
}

#play-pause:before, #play-pause:hover:before {
  background: transparent;
}
button#play-pause, .bottom-buttons a.button {
  display: inline-block;
  vertical-align: bottom;
  bottom: -11px;
  text-transform: capitalize;
  padding: 10px 40px 10px 18px;
  width: auto;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}
.full.abs.bottom-buttons a.button.solutions {
  background-image: url(../images/icon-arrow-white-lg.png);
  background-repeat: no-repeat;
  width: auto;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
a.button.solutions:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 19px;
  height: 19px;
  background: none;
}
.bottom-buttons #video-controls button#play-pause, .bottom-buttons #video-controls button#play-pause:hover {
  background-image: url(../images/icon-pause-video.png);
  background-position: 96% 50%;
}
.bottom-buttons #video-controls button#play-pause.play {
  background-image: url(../images/icon-play-video.png);
  background-position: 96% 50%;
}
/* end play/payse button */


#logo {
  background: url(../images/new-logo.png) no-repeat;
  background-position: center;
  max-width: 125px;
  height: 60px;
  background-size: contain;
  z-index: 1;
}
#logo:hover {
  opacity: 0.75;
}

/* Full width template */
.page-template-template-full-width .footer-container p, .page-template-template-full-width .footer-container h3 {
  text-align: left;
  line-height: initial;
}
.page-template-template-full-width #main-content .main-content p {
  text-align: justify;
}

.page-template-template-full-width .gray-section {
  background-color: #f2f0f0;
}
.page-template-template-full-width .gray-section h4 {
  color: #61b5a2;
  font-weight: bold;
  margin-bottom: 6px;
}
.page-template-template-full-width .gray-section .right {
  width: 85%;
}
.page-template-template-full-width .gray-section .left {
  margin-top: 100px;
  max-width: 15%;
  text-align: center;
  padding-right: 15px;
}
.page-template-template-full-width .gray-section .left img {
  max-width: 100%;
  margin: 0 auto;
  float: none;
}
.page-template-template-full-width #main-content h2, .page-template-template-full-width #main-content h3 {
  color: #ed2024;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  font-family: 'ingra', sans-serif;
  padding: 20px 0;
}
.page-template-template-full-width #main-content h2 {
  margin-bottom: 35px;
}
.page-template-template-full-width #main-content h1 {
  padding-bottom:20px;
  text-align:center;
}
.page-template-template-full-width .full-width-text .btn {
  padding: 15px 60px;
  margin: 20px 0 0 0;
}
.icon-flex {
  display: flex;
  flex-wrap: wrap;
}
.small-image img {
  max-width: 100%;
  margin: 0 auto;
}
.page-template-template-full-width .one-half {
  width: 50%;
  float: left;
}
.page-template-template-full-width .one-half p {
  padding-right: 30px;
}
.page-template-template-full-width .one-third {
  width: 33%;
  float: left;
  text-align:center;
}
.page-template-template-full-width .one-third p {
  padding-top: 25px;
  font-family: 'ingra', sans-serif;
  padding-bottom: 25px;
}
.page-template-template-full-width #main-content .photo-section h2, .page-template-template-full-width .photo-section h4, .page-template-template-full-width .photo-section p, .page-template-template-full-width #main-content .photo-section h3 {
  color: white;
}
.page-template-template-full-width #main-content .photo-section li {
  color: white;
}
.page-template-template-full-width #main-content .photo-section li:before {
  position: absolute;
  font-size: 18px;
  line-height: 1.5;
  margin-left: -12px;
  content: "\00B7 ";
  color: #fff;
  font-weight: bold;
}
.page-template-template-full-width .photo-section h4 {
  font-weight: bold;
  margin-bottom: 6px;
}
.page-template-template-full-width .photo-section {
  background-color: #a32027;
}
.three-column-section .icon {
    max-width: 200px;
    height: 200px;
    margin: 0 auto;
    border: solid 4px #61b5a2;
    border-radius: 50%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.three-column-section .grid {
  margin: 0 -10px;
}
.three-column-section .grid .col {
  padding: 0 10px 40px;
}
.three-column-section {
  text-align: center;
}
.three-column-section img {
  max-width: 108px;
  margin: 0 auto;
}

#main-content .three-column-section h3 {
  margin-bottom: 16px;
}
#main-content .three-column-section p {
  font-weight: 700;
  color: #4d4d4d;
  font-family: 'ingra', sans-serif;
  max-width: 270px;
  margin: 0 auto 22px;
  line-height: 1.8;
}
.three-column-section .red-btn {
    padding: 9px 20px;
    background-color: #ed2024;
    font-size: 14px;
    min-width: 0;
}
/* This line hides the empty container on the What We Do Page. Remove this line to show icons if they are added */
.page-id-8359 .three-column-section, .page-id-6369 .three-column-section {
  display: none;
}

.page-template-template-full-width #testimonials {
  background-color: #ed2024;
  padding: 40px 0;
}
.page-template-template-full-width #testimonials .quote-icon {
  display: none;
}
.page-template-template-full-width #testimonials .quote-area {
  padding-left: 0;
}
.page-template-template-full-width #testimonials .quote-area p, .page-template-template-full-width #testimonials .quote-area cite {
  color: white;
}
.page-template-template-full-width #testimonials blockquote {
  padding: 0;
}
.page-template-template-full-width #testimonials .container {
  padding: 0;
  max-width: 900px;
}


/* SEARCHFORM */

img.searchsite {
  cursor: pointer;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin-top: 0px;
  margin-bottom: -8px;
  width: 25px;
}
img.searchsite:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
div#searchform {
  top: 0;
  z-index: 5000;
  left: 0;

    float: left;
    width: 100%;
    background-color: #adadad;
    position: relative;
    text-align: center;
}

div#searchform form label {
  display: none;
}
#searchform form input {
  display: inline-block;
  width: auto;
}
#searchform form input[type="text"], #searchform form input[type="submit"] {
	margin:10px 5px;
}
.searchpage h2, .searchpage h3 {
  text-align: center;
}
.searchform label.screen-reader-text {
  display: none;
}
.searchpage form#searchform {
  text-align: center;
}
.searchpage input#s {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.searchpage-formblock form#searchform {
  display: block !Important;
}

p#breadcrumbs {
  font-family: 'ingra', serif;
  margin-bottom: 0;
  line-height: 1.6;
}
#breadcrumbs a {
  color: #636363;
}

/* END SEARCHFORM */

#main-nav {
  width: 85%;
  float: right;
}
nav {
  margin-top: 8px;
  font-size: 0;
}
nav li {
  padding: 0 0 0 15px;
  position: relative;
}
nav li a {
  color: #ed2024;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  font-family: 'ingra', sans-serif;
  font-weight: 600;
  padding: 10px;
  letter-spacing: 0.5px;
}
nav li a:hover {
  color: #000000;
}
nav li:first-child {
  padding-left: 0;
}
nav li:last-child a {
  padding: 2px 20px;
  background: #000000;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #61b5a2;
}

nav ul li ul li:last-child a {
	background: none;
}


nav li:last-child a > ul li {
  background: none;
}

nav li:last-child a:hover {
  background-color: #b9271e;
  color: #ffffff;
  text-decoration: none;
}
nav li:last-child a:hover:before {
  right: -30px;
}
nav ul li:last-child a:before {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 19px;
  height: 19px;
}
nav ul li:last-child a:hover {
  background-color: #b9271e;
  color: #ffffff;
  text-decoration: none;
}
nav li:last-child a:hover:before {
  right: -30px;
}
nav ul li:last-child a:before {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 19px;
  height: 19px;
}

nav li:last-child a

nav li:last-child a.red {
  background: #ef4035;
}
nav li:last-child a.red:hover {
  background: #b9271e;
}
nav li:last-child a.grey {
  background: #adadad;
}
nav li:last-child a.grey:hover {
  background: #ef4035;
}
nav li:last-child a.bg-white {
  background: #ffffff;
  color: #000000;
  top: 5px;
  left: 10px;
}
nav li:last-child a.bg-white:hover {
  background: #ececec;
}
nav li:last-child a.bg-white:before {
  background: url(../images/icon-arrow-right-black.png) no-repeat center;
}
nav li:last-child a.white {
  background: none;
  color: #ef4035;
  padding-right: 25px;
  margin-top: 5px;
}
nav li:last-child a.white:hover {
  background: none;
  color: #b9271e;
}
nav li:last-child a.white:hover:before {
  right: -50px;
}
nav li:last-child a.white:before {
  background: url(../images/icon-arrow-right-red.png) no-repeat center;
  right: 0;
}
nav li:last-child a.arrowdown:hover:before {
  right: 10px;
  top: 150%;
}
nav li:last-child a.arrowdown:before {
  background: url(../images/icon-arrow-down.png) no-repeat center;
}
nav li:last-child a.arrowleft {
  padding-left: 35px;
  padding-right: 15px;
}
nav li:last-child a.arrowleft:hover:before {
  left: -50px;
}
nav li:last-child a.arrowleft:before {
  right: inherit;
  left: 10px;
  background: url(../images/icon-arrow-left.png) no-repeat center;
}
nav li:last-child a:hover {
  color: #ffffff;
}

.fixedborder {
  border-bottom: 5px solid #ef4035;
  background: #ffffff;
}
.home .fixedborder {
  border-bottom: none;
}
.menu-collapser {
  position: relative;
  background-color: #fff;
  color: #ffffff;
  width: 100%;
  height: 90px;
}
.menu-collapser:nth-child(2) {
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
}
.collapse-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 90px;
  padding-top: 30px;
  padding-left: 25px;
  background-repeat: repeat-x;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}

.collapse-button .icon-bar {
  background-color: #61b5a2;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 4px;
  width: 30px;
  margin: 5px 0;
}
ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.slimmenu li {
  position: relative;
  display: inline-block;
  background-color: #AAA;
}
ul.slimmenu > li {
  margin-right: -5px;
  border-left: 1px solid #999999;
}
ul.slimmenu > li:first-child {
  border-left: 0;
}
ul.slimmenu > li:last-child {
  margin-right: 0;
}
ul.slimmenu li a {
  display: block;
  color: #333;
  padding: 12px 64px 12px 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
}
ul.slimmenu li a:hover {
  background-color: #999;
  text-decoration: none;
}
ul.slimmenu li .sub-collapser {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
ul.slimmenu li .sub-collapser > i {
  color: #333;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
}
ul.slimmenu li ul li {
  background-color: #bbbbbb;
}
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
}
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
span.sub-collapser {
display: none;
}
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

i {
display: none;
}


/* NEW DROPDOWN MENU INFORMATION */

ul.right li ul li {
	background: rgba(239, 64, 53, .9);
	right: 0px;
	color: white !important;
	width: 200px;
	margin-bottom: -1px;
	padding-left: 0px;
}

ul.right li ul li:hover {
	color: white;
}
ul.right li ul li:hover {
background: #000000;
}

nav ul.right li ul li:last-child a:before {
	background: none;
}

nav ul.right li ul li:last-child a:hover {
	background: #000000;
}

ul.right li > ul {
display: none;
position: absolute;
left: 0px;
top: 100%;
z-index: 999;
width: 200px;
}

	ul.right li:hover > ul {
		display: inline-block;
	}

ul.right li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}

ul.right.collapsed li {
    display: block;
    width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.right.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.right.collapsed li .sub-collapser {
    height: 46px;
}
ul.right.collapsed li > ul {
    display: none;
    position: static;
}

ul.sub-menu li a {
color: white;
padding: 10px;
}

/* SECTION SOLUTIONS */

section#solutions {
  background: #ececec;
  text-align: center;
}
section#approach {
  background: #ffffff;
  padding: 25px 0 46px 0;
}

#solutions img {
  text-align: center;
  margin: 8px auto;
  float: none;
  max-width: 80px;
}

#solutions img :first-child {
  padding-bottom: 20px;
}


#solutions h3, #approach h3 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 30px;
}
#approach h3 {
  font-size: 30px;
  margin: 0;
}
.solution-box h4, .toggle-wrap h4 , #approach h4 {
  font-size: 24px;
  margin-bottom: 8px;
}
#approach h4 {
	  font-size: 24px;
  margin: 17px 0 7px 0;
 }
.solution-box h5, .use-case h5 , #approach h5 {
  font-size: 18px;
}
#approach p {
  font-size: 15px;
  font-weight: 600;
  color: #636363;
  line-height: 24px;
  text-align: center;
}
.solution-wrap, .infographic-wrap {
  background: white;
  text-align: center;
  padding: 0px 45px 13px 45px;
  margin-top: 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
.solution-wrap {
  padding: 0px 35px 13px 35px;
  width: 100%;
  position: relative;
}
.solution-wrap:hover {
  background: #ececec;
}

.infographic-wrap.rel {
  padding: 10px 25px 54px 25px;
  text-align: center;
}
.infographic-wrap.rel a img:hover {
  opacity: .5;
}
a.infographic-btn {
  width: 100%;
  background: #adadad;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 0;
  color: black;
  font-size: 17px;
}
a.infographic-btn:hover {
	background: black;
	color: white;
}
.infographic-wrap img {
  max-width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.solution-item-wrap h3 {
  font-size: 30px;
  line-height: 25px;
  width: 68%;
  float: left;
  text-align: left;
  padding: 14px 9px;
}
.solution-item-wrap img {
  width: 75px;
  float: left;
  text-align: left;
}

.solution-item-wrap a.button {
  width: 100%;
}
.solution-item-wrap-inner {
  padding: 0 25px;
}
.solution-item-wrap-inner p {
  font-size: 16px;
  text-align: left;
  width: 100%;
  float: left;
  margin: 25px 0 30px 0;
  line-height: 22px;
}
.solution-item-wrap {
  text-align: center;
  padding: 10px 0 30px 0;
  margin: 30px 0 50px 0;
  border-top: 8px solid red;
  border-bottom: 8px solid #ef4035;
  height: 378px;
  position: relative;
  float: left;
}
.solution-item-wrap a.button {
  width: 86%;
  position: absolute;
  bottom: 30px;
  left: 7%;
}
#solutions .button.red {
  padding: 5px 40px 5px 13px;
  float: left;
}
#solutions h3 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 30px;
  width: auto;
  float: left;
  margin-right: 15px;
}
#solutions h4 {
  width: 100%;
  float: left;
}
/* END SOLUTIONS */


/* END NEW MENU INFORMATION */
.one-fourth {
  width: 22%;
  display: inline-block;
  vertical-align: top;
  padding: 0 2%;
}
footer .textwidget {
  padding-left: 0;
  background: transparent;
  padding-top: 0;
  padding-right: 0;
}
footer input.hs-button.primary.large {
  background-color: #61b5a2;
}
#email-2e957e57-24ed-4566-951c-4b2058576f68 {
  background-color:white;
  border: solid 1px #ccc;
  margin: 25px 0 15px;
  padding: 8px;
  padding-left: 40px;
  background: #fff url(../images/email.png) no-repeat;
  background-size: 20px;
  background-position: 10px;
  border-radius: 3px;
}
.one-fourth input[type="submit"] {
  background-image: none;
  padding: 5px 35px;
  text-transform: uppercase;
  background-color: #61b5a2;
}
footer .hbspt-form .hs-form label, .hbspt-form .hs-form.stacked label {
  display: none;
}
.one-fourth h4 {
  color: black;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 15px;
}
footer img {
  display: inline;
  width: 70px;
  top: 25px;
  position: relative;
  padding-right: 5px;
}
section {
  background: #ffffff;
  padding: 40px 0;
}
footer {
  padding: 50px 0 100px;
  background: #ececec;
  border-top: 10px solid #a32027;
}
.footer-container {
  width: 65%;
}
footer #site-links li {
  line-height: 2;
}
footer #social {
  margin-top: -25px;
}
footer .container .one-fourth p, .page-template-template-full-width footer p, footer a, footer li {
  font-family: "ingra", sans-serif;
  color: #656565;
  font-weight: bold;
}
footer li {
  padding: 3px 0;
}
footer .one-fourth h3, .page-template-template-full-width footer h3 {
  font-weight:600;
  color: #ed2024;
  margin-bottom: 25px;
  font-size: 20px;
  text-transform: none;
}
footer .email {
  color: #ed2024;
  text-decoration: underline;
}
footer .btn {
  padding: 8px 35px;
  font-size: 14px;
  min-width: 0;
}
#logo-footer, #company-info {
  padding-left: 190px;
  padding-bottom: 15px;
}
#company-info li {
  width: 50%;
  float: left;
}
#contact-links {
  padding-top: 15px;
}
#contact-links li {
  width: 30%;
  float: left;
  margin-left: 5%;
}
#contact-links li:first-child {
  margin-left: 0;
}
#copyright-info {
  padding: 10px 0;
  background: #ececec;
}
#copyright-info p, #copyright-info a {
  color: #000;
  font-family: 'ingra', sans-serif;
}
article img, aside img, article iframe, aside iframe {
  max-width: 100%;
}
article img, aside img {
  height: auto !important;
}
article .button {
  margin-bottom: 25px;
}
/* #Page Styles
================================================== */
#video-container {
  top: 0%;
  left: 0%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
}
#video-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/bg-header-squares.png) repeat;
  z-index: 1;
}
video {
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
/* HOMEPAGE *****************************/

#how-we-can-help {
  text-align: center;
}
#how-we-can-help h2 {
  color: #ed2024;
  margin-bottom: 35px;
}
.icon-container {
  position: relative;
  height: 160px;
  width: 160px;
  margin: 0 auto 30px;
  border: 3px dotted #b70c0c;
  border-radius: 50%;
}
.icon-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80px;
}

.circle-row {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px;
}
.circle-row > div {
  padding: 0 10px 40px;
}
.circle-row h3 {
  text-transform: uppercase;
  color: #ed2024;
  font-weight: bold;
  margin-bottom: 20px;
}
.circle-row p {
  line-height: 1.8;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 300px;
}

.help-wrap a.abs {
  bottom: 25px;
  left: 0;
}
#how-we-can-help .help-wrap a.abs {
  top: 92px;
  left: 25px;
}

.gfield_radio li input[type=radio], input[type=radio] {
	margin-left:1px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

#client-stories-slider {
  background: #ed2024;
}
.carousel-single a {
  display: block;
}
.carousel-single a.rel:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  background: #ef4035;
}
.carousel-single:hover a.rel:before {
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
}
.client-story-logo {
  width: 104px;
  height: 104px;
  background-color: #FFF;
  border: 7px solid #656565;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  border-radius: 52px;
  bottom: -52px;
  left: 50%;
  margin-left: -52px;
  background-size: cover;
  background-position: center center;
}
#read-more {
  text-decoration:none;
}
#read-more p {
  text-align: left;
  color: #ed2024;
  margin-top: 10px;
  font-weight: 600;
}
.solution-type {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
}
#solutions .solutions {
  margin-bottom: 40px;
}
.solution-box {
  background-color: white;
  box-shadow: 0 0 12px 1px rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 30px 20px;
  min-height: 320px;
  text-align: center;
  margin-bottom: 20px;
}
.solution-box h5 {
  color: #ed2024;
  font-weight: 600;
  margin: 25px 0 15px;
}
.solution-box h5 br {
  display: none;
}
.solution-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.solution-type.connect {
  background-image: url(../images/icon-service-connect.png);
}
.solution-type.develop {
  background-image: url(../images/icon-service-develop.png);
}
.solution-type.develop2 {
  background-image: url(../images/icon-service-develop2.png);
}
.solution-type.gauge {
  background-image: url(../images/icon-service-gauge.png);
}
.solution-type.identity {
  background-image: url(../images/icon-service-identity.png);
}
.solution-type.sense {
  background-image: url(../images/icon-service-sense.png);
}
.solution-image {
  background-size: cover;
  background-position: center center;
}
.solution-description {
  margin-top: 75px;
  margin-bottom: 35px;
}
.solution-description p {
  color: #ffffff;
}
.solution-description p a {
  color: #ffffff;
}
.solution-description p a:hover {
  color: #ef4035;
  text-decoration: none;
}
#client-list {
  background: #a32027;
  padding: 30px 0;
}
#client-list img {
  display: inline-block;
  vertical-align: middle;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  padding-left: 15px;
}
/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
/* Invisible left hotspot */
div.scrollingHotSpotLeft {
  /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */

  min-width: 75px;
  width: 10%;
  height: 100%;
  /* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */

  position: absolute;
  z-index: 200;
  left: 0;
}
/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
  opacity: 0.35;
  /* Standard CSS3 opacity setting */

  -moz-opacity: 0.35;
  /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */

  zoom: 1;
  /* Trigger "hasLayout" in Internet Explorer 6 or older versions */

}
/* Invisible right hotspot */
div.scrollingHotSpotRight {
  min-width: 75px;
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: 200;
  right: 0;
}
/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  -moz-opacity: 0.35;
  zoom: 1;
}
/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}
#clientScroller {
  width: 100%;
  position: relative;
}
#clientScroller img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.knowledgebase-featured .featured-image, .knowledgebase-single .featured-image, .knowledgebase-featured .single-image, .knowledgebase-single .single-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 320px;
}
.knowledgebase-featured .featured-image:before, .knowledgebase-single .featured-image:before, .knowledgebase-featured .single-image:before, .knowledgebase-single .single-image:before {
  content: '';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  /*background: #ef4035;*/
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.knowledgebase-featured .featured-image.blackbg:before, .knowledgebase-single .featured-image.blackbg:before, .knowledgebase-featured .single-image.blackbg:before, .knowledgebase-single .single-image.blackbg:before {
  background: #000000;
}
.knowledgebase-featured .featured-image.blackbg a:hover, .knowledgebase-single .featured-image.blackbg a:hover, .knowledgebase-featured .single-image.blackbg a:hover, .knowledgebase-single .single-image.blackbg a:hover {
  color: #adadad;
}
.knowledgebase-featured .featured-image:hover:before, .knowledgebase-single .featured-image:hover:before, .knowledgebase-featured .single-image:hover:before, .knowledgebase-single .single-image:hover:before {
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
}
.knowledgebase-featured .featured-image a, .knowledgebase-single .featured-image a, .knowledgebase-featured .single-image a, .knowledgebase-single .single-image a {
  position: relative;
}
.knowledgebase-featured .featured-image a:hover, .knowledgebase-single .featured-image a:hover, .knowledgebase-featured .single-image a:hover, .knowledgebase-single .single-image a:hover {
  color: #000000;
}
.knowledgebase-featured .featured-title a:hover, .knowledgebase-single .featured-title a:hover {
  color: #ef4035 !important;
}
.knowledgebase-single .single-image {
  min-height: 150px;
}
.knowledgebase-single .title-arrange {
  padding: 20px 20px 60px 20px;
  bottom: 0;
}
.knowledgebase-single .title-arrange h3 {
  padding-bottom: 10px;
}
#knowledgebase-title {
  width: 100%;
  padding-bottom:15px;
}
.title-arrange {
  width: 100%;
  left: 0;
  padding: 40px 40px 80px 40px;
}
.title-arrange .readmore {
  display: block;
  position: absolute !important;
  bottom: 15px;
}
.author-profileimage {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 7px solid #adadad;
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
  top: -43px;
  left: 50%;
  margin-left: -43px;
  overflow: hidden;
}
.author-profileimage:hover {
  border-color: #ffffff;
}
.author-profileimage img {
  -webkit-border-radius: 43px;
  -moz-border-radius: 43px;
  border-radius: 43px;
}
.knowledgebase-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
}
/*.knowledgebase-icon.blog-posts {
  background-image: url(../images/icon-knowledgebase-blogpost.png);
}
.knowledgebase-icon.infographics {
  background-image: url(../images/icon-knowledgebase-infographics.png);
}
.knowledgebase-icon.press {
  background-image: url(../images/icon-knowledgebase-press.png);
}
.knowledgebase-icon.research-reports {
  background-image: url(../images/icon-knowledgebase-researchreports.png);
}
.knowledgebase-icon.webinars {
  background-image: url(../images/icon-knowledgebase-webinars.png);
}
.knowledgebase-icon.white-papers {
  background-image: url(../images/icon-knowledgebase-whitepapers.png);
}*/
.featured-title, .single-title {
  padding: 55px 15px 15px;
  text-align: center;
}
.featured-title h3, .single-title h3 {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 15px;
  margin-bottom: 0;
  margin-left: 5px;
}
.featured-title h3 a, .single-title h3 a {
  line-height: 25px;
}
.single-title {
  text-align: left;
  padding-top: 15px;
}
.featured-title .knowledgebase-icon {
  width: 42px;
  height: 42px;
}
.featured-title .knowledgebase-icon.blog-posts {
  background-image: url(../images/icon-knowledgebase-blogpost-large.png);
}
.featured-title .knowledgebase-icon.infographics {
  background-image: url(../images/icon-knowledgebase-infographics-large.png);
}
.featured-title .knowledgebase-icon.press {
  background-image: url(../images/icon-knowledgebase-press-large.png);
}
.featured-title .knowledgebase-icon.research-reports {
  background-image: url(../images/icon-knowledgebase-researchreports-large.png);
}
.featured-title .knowledgebase-icon.webinars {
  background-image: url(../images/icon-knowledgebase-webinars-large.png);
}
.featured-title .knowledgebase-icon.white-papers {
  background-image: url(../images/icon-knowledgebase-whitepapers-large.png);
}
.separate-top {
  margin-top: 15px;
}
#readytotalk {
  background: #000;
  text-align: center;
  font-family: "ingra", sans-serif;
  padding: 50px 0;
}
#readytotalk h2, #readytotalk h3 {
  color: white;
  text-transform:none;
  font-weight: 700;
}
#readytotalk .red {
  color: #ed2024;
}
footer .red-letter {
  font-weight: 600;
  color: #ed2024;
}
#readytotalk .green-phone a {
  color: #61b5a2;
  font-weight: 600;
}

/*crunchify social sharing*/


.crunchify-link {
  padding: 2px 8px 4px 8px !important;
  color: white;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 2px;
  text-decoration: none;
  font-family: 'merriweather', serif;
  cursor: pointer;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
  margin-top: 2px;
  display: inline-block;
}
.crunchify-social h5 {
  color: #444;
  font-family: 'merriweather', serif;
}

.crunchify-link:hover,.crunchify-link:active {
  color: white;
}

.crunchify-twitter {
  background: #00aced;
}

.crunchify-twitter:hover,.crunchify-twitter:active {
  background: #0084b4;
}

.crunchify-facebook {
  background: #3B5997;
}

.crunchify-facebook:hover,.crunchify-facebook:active {
  background: #2d4372;
}

.crunchify-googleplus {
  background: #D64937;
}

.crunchify-linkedin {
  background: #0077B5;
}
.crunchify-linkedin:hover, .crunchify-linkedin:active {
  background: #00A0DC;
}

.crunchify-googleplus:hover,.crunchify-googleplus:active {
  background: #b53525;
}



.crunchify-social {
  margin: 20px 0px 25px 0px;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}


/* KNOWLEGEBASE ON THE HOMEPAGE */
.knowledgebase-featured a.category-name {
  text-align: left;
  width: 90%;
  margin: 5%;
}
.knowledgebase-featured a.view-category.button.red.abs.left {
  left: 49px;
  width: 130px;
  bottom: -24px;
}
a.view-category.sm.button.red.abs.left {
  left: 22px;
  bottom: -39px;
}
.knowledgebase-featured a.paragraph {
  float: left;
  width: auto;
}
a.paragraph {
  margin-right: 5px;
}

.full .left .knowledgebase-single {
  min-height: 300px;
}

.animated {
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
}
.animated.hinge {
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    -ms-animation-duration:1s;
    -o-animation-duration:1s;
    animation-duration:1s;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}


/***********************************************/

.first:hover > .second {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
}
.first {
    float: left;
}
.second {
    float: left;
}


/* USE CASE 2015 */

.use-case .knowledgebase-single-full {
  margin-top: 0px;
}

.use-case h2.title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 45px;
}



#main-content.use-case .row.knowledgebase-single-full p, #main-content.use-case .row.knowledgebase-single-full b, #main-content.use-case .row.knowledgebase-single-full span, #main-content.use-case .row.knowledgebase-single-full strong, #main-content.use-case .row.knowledgebase-single-full i, #main-content.use-case .row.knowledgebase-single-full a, #main-content.use-case .row.knowledgebase-single-full blockquote {
  font-size: 15px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  line-height: 24px;
}

#main-content.use-case .row.knowledgebase-single-full p {
  margin: 20px 0 28px 0;
}


.accordion {display: none;}
  .accordion.default {display: block;}


.top-down {
  border-top: 5px solid black;
  padding: 15px 0;
}

.top-down .icon-active {
  display: block;
}

.top-down .icon-inactive {
  display: none;
}

.top-down.active .icon-active {
  display: none;
}
.top-down.active .icon-inactive {
	display: block;
}


.top-down img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.top-down h4 {
  color: black;
  margin-top: 29px;
}
.top-down a.button {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.accordion h5 {
  border-top: 5px solid #ef4035;
  color: #ef4035;
  text-align: right;
  padding-top: 5px;
}
.accordion h5.side {
	text-align: left;
}
.row.knowledgebase-single-full .toggle-wrap .accordion p {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.accordion .left.row-wrap {
  margin: 10px 0 0 0;
}
.accordion h5.side {
  text-align: left;
  margin: 10px 0 25px 0;
}
.toggle-wrap .full.left.solution-description {
  background: black;
  padding: 70px 0 80px 0;
  margin-top: 0;
}

.toggle-wrap a.button.open {
  background: #ef4035;
  color: white;
  text-decoration: none;
}
.no-before#video-container:before { background: transparent; }

/* END USE CASE 2015 */


/* CLIENT STORIES *****************************/
#home-headline, #sub-headline {
  padding-top: 90px;
  height: 100%;
  z-index: 1;
  transform-style: preserve-3d;
}
#sub-headline h1, #sub-headline h2 {
  color: #fff;
}
#sub-headline h2 {
  margin-top: 10px;
  margin-bottom: 0;
}
#home-headline .container, #sub-headline .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#cat-changer {
  background: #ececec;
  padding: 15px 0;
  text-align: center;
}
#cat-changer ul, #cat-changer li {
  display: inline-block;
  vertical-align: middle;
  color: #656565;
  font-family: 'ingra', sans-serif;
}
#cat-changer ul a, #cat-changer li a {
  color: #656565;
  font-family: 'ingra', sans-serif;
}
#cat-changer ul a:hover, #cat-changer li a:hover {
  color: #ef4035;
  text-decoration: none;
}
#cat-changer ul {
  margin-left: -20px;
}
#cat-changer li {
  padding-left: 20px;
}
#cat-changer li a {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  padding: 5px;
  font-weight:bold;
  /*background: url(../images/icon-service-connect-small.png) no-repeat left;*/
}
#cat-changer li a.connect {
  background-image: url(../images/icon-service-connect-small.png);
}
#cat-changer li a.develop {
  background-image: url(../images/icon-service-develop-small.png);
}
#cat-changer li a.develop2 {
  background-image: url(../images/icon-service-develop2-small.png);
}
#cat-changer li a.gauge {
  background-image: url(../images/icon-service-gauge-small.png);
}
#cat-changer li a.identity {
  background-image: url(../images/icon-service-identity-small.png);
}
#cat-changer li a.sense {
  background-image: url(../images/icon-service-sense-small.png);
}
/*#cat-changer li a.blog-posts {
  background-image: url(../images/icon-knowledgebase-blogpost.png);
}
#cat-changer li a.white-papers {
  background-image: url(../images/icon-knowledgebase-whitepapers.png);
}
#cat-changer li a.research-reports {
  background-image: url(../images/icon-knowledgebase-researchreports.png);
}
#cat-changer li a.webinars {
  background-image: url(../images/icon-knowledgebase-webinars.png);
}
#cat-changer li a.infographics {
  background-image: url(../images/icon-knowledgebase-infographics.png);
}
#cat-changer li a.press-releases {
  background-image: url(../images/icon-knowledgebase-press.png);
}*/
#content-list .row {
  margin-bottom: 50px;
}
#content-list article {
  display: inline-block;
}
#viewmore {
  text-align: center;
}
#viewmore a {
  background: #ef4035;
  background: #000000;
  color: #ffffff;
  padding: 5px 35px 5px 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #adadad;
}
#viewmore a:hover {
  background-color: #b9271e;
  color: #ffffff;
  text-decoration: none;
}
#viewmore a:hover:before {
  right: -30px;
}
#viewmore a:before {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 19px;
  height: 19px;
}
#viewmore a:hover {
  background-color: #b9271e;
  color: #ffffff;
  text-decoration: none;
}
#viewmore a:hover:before {
  right: -30px;
}
#viewmore a:before {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 19px;
  height: 19px;
}
#viewmore a.red {
  background: #ef4035;
}
#viewmore a.red:hover {
  background: #b9271e;
}
#viewmore a.grey {
  background: #adadad;
}
#viewmore a.grey:hover {
  background: #ef4035;
}
#viewmore a.bg-white {
  background: #ffffff;
  color: #000000;
  top: 5px;
  left: 10px;
}
#viewmore a.bg-white:hover {
  background: #ececec;
}
#viewmore a.white {
  background: none;
  color: #ef4035;
  padding-right: 25px;
  margin-top: 5px;
}
#viewmore a.white:hover {
  background: none;
  color: #b9271e;
}
#viewmore a.white:hover:before {
  right: -50px;
}
#viewmore a.white:before {
  right: 0;
}
#viewmore a.arrowdown:hover:before {
  right: 10px;
  top: 150%;
}

#viewmore a.arrowleft {
  padding-left: 35px;
  padding-right: 15px;
}
#viewmore a.arrowleft:hover:before {
  left: -50px;
}
#viewmore a.arrowleft:before {
  right: inherit;
  left: 10px;
}
#viewmore a:hover {
  background: #ef4035;
}
#viewmore a:hover:before {
  right: 10px;
  top: 150%;
}

#testimonials, #quote {
  background: #fff;
  padding: 60px 0;
}

.quote-area blockquote {
  padding-bottom: 0;
}
.quote-area blockquote p, .quote-area blockquote cite {
  color: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6 !important;
  font-family: 'ingra', sans-serif !important;
}
.quote-area p {
  font-size: 17px;
}
.quote-area cite {
  font-size: 19px;
  margin-top: 20px;
}
.quote-area cite .author {
  font-weight: 700
}
#testimonials .read-more {
  font-size: 20px;
}

.quote-icon {
  float: left;
  background-color:#a32027;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: relative;
}
.quote-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  max-width: 55%;
}
.quote-area {
  padding-left: 120px;
}


.page-id-7276 .quote-icon {
  width: 120px;
  height: 120px;
}
.page-id-7276 .quote-area {
  padding-left: 140px;
}
.page-id-7276 #testimonials h2 {
  text-align:center;
  text-transform: uppercase;
  font-size: 45px;
  color: #ed2024;
}
.page-id-7276 #testimonials blockquote {
  padding: 50px 0 20px;
}
.page-id-7276 #testimonials .quote-area p {
  font-size: 22px;
}
.page-id-7276 #testimonials blockquote cite {
  margin-top: 25px;
}
}
.page-id-7276 #testimonials blockquote cite:before, .page-id-7276 #testimonials blockquote cite .author {
  color: #ed2024;
}

.page-id-6369 #testimonials {
  background-color: #ed2024;
}
.page-id-6369 #testimonials blockquote, .page-id-6369 #testimonials .quote-area p, .page-id-6369 #testimonials .quote-area p .author {
  color: white;
  font-family: 'ingra', sans-serif;
  line-height: 1.3;
}


.quote-area p .author {
  color: #ef4035;
  font-weight:600;
  font-size: 16px;
}

.right-link {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    font-weight: 600;
    text-decoration: none;
}

#email-digest {
  background: #ffffff;
  padding: 25px 50px;
}
#email-digest .gform_wrapper .top_label input.medium {
  width: 100%;
}
/* CLIENT STORIES - SINGLE *****************************/
#crumbs {
  margin-top: 25px;
  margin-bottom: 25px;
}
#headline {
  margin-bottom: 25px;
}
#headline .client-story-logo, #headline h2 {
  display: inline-block;
  vertical-align: middle;
}
#headline .client-story-logo {
  width: 75px;
  height: 75px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
  border-width: 3px;
  margin: 20px;
  margin-left: 40%;
}
#headline h2 {
  width: 625px;
  margin-left: 20px;
  margin-bottom: 0;
}
#solutionused, #clientstory {
  width: 45%;
  border-top: 7px solid #ef4035;
  border-bottom: 7px solid #ef4035;
  padding: 20px 25px 20px 0;
  margin: 0 25px 20px 0;
}
#solutionused-area, #clientstory-area {
  margin-bottom: 25px;
}
#solutionused-area img, #clientstory-area img {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7%;
}
#solutionused-area h4, #clientstory-area h4 {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
#solutionused-area h4 span, #clientstory-area h4 span {
  font-family: 'interstate';
  font-size: 18px;
  line-height: 18px;
  float: left;
  margin-top: 5px;
}
#clientstory-area img {
  border: 5px solid #adadad;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
#clientstory-area h4 span {
  font-size: 28px;
  line-height: 28px;
}
#solution-single-header {
  margin-bottom: 25px;
}
#solution-single-header img, #solution-single-header h2 {
  display: inline-block;
  vertical-align: middle;
}
#solution-single-header img {
  width: 75px;
}
#solution-single-header h2 {
  width: 620px;
  padding-left: 25px;
  margin-bottom: 0;
}
.checkmarks li {
  background: url(../images/icon-check.png) no-repeat left;
  min-height: 52px;
  padding-left: 65px;
}
#quote {
  background: none;
  padding: 25px 0;
}

#quote .quote-area {
  width: 82%;
}
.aside-single {
  padding: 20px;
  margin-bottom: 30px;
  background: #ef4035;
}
.aside-single p {
  color: #ffffff;
}
.aside-single.grey {
  background: #f2f0f0;
  border-radius: 0;
}

.aside-single.grey p {
  color: #000000;
}
#newsletter p {
  background: url(../images/icon-email.png) no-repeat left;
  padding: 10px 0 10px 70px;
}
/* KNOWLEDGEBASE *****************************/
#knowledgebase-featured {
  background: #ececec;
}
#knowledgebase-featured .featured-title a {
  line-height: 0;
  color: #ffffff;
}
#knowledgebase-featured .featured-title a:hover {
  color: #ef4035;
}

.knowledgebase-cat {
  background: rgba(0,0,0,0.35) no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 400px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 12px 1px rgba(0,0,0,0.1);
}
.knowledgebase-cat .details {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 20px 30px;
  padding-bottom: 160px;
}
.knowledgebase-cat h3 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
}
.knowledgebase-cat h3 a {
  color: #fff;
}
.knowledgebase-cat .btn {
  min-width: 0;
  padding: 10px 30px;
}

.knowledgebase-cat .featured {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
  background: #fff;
  min-height: 140px;
}
.knowledgebase-cat p {
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 5px;
}
.knowledgebase-cat h5 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.single-article img {
  margin-bottom: 10px;
}
.single-article p {
  padding-bottom: 70px;
  font-family: 'merriweather', serif;
}
article p {
  font-family: 'ingra', sans-serif;
}
.single-article a.continued {
  color: #ef4035;
}
.single-article .button {
  margin: 15px 0;
  position: absolute;
  bottom: 20px;
  display: inline-block;
}
.single-article.post {
  margin-bottom: 25px;
}
.single-article.post .button {
  position: absolute;
  bottom: 10px;
}
#latest-knowledgebase .single-article.post {
  box-shadow: 0 0 12px 1px rgba(0,0,0,0.1);
}
#latest-knowledgebase #viewmore a {
  background-image: none;
  background-color: #61b5a2;
  padding: 5px 15px;
  text-transform: uppercase;
  font-family: 'ingra', sans-serif;
  font-weight: 600;
}

.blog-card {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0 12px 1px rgba(0,0,0,0.1);
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}
.blog-card img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
.blog-card .inner {
  padding: 20px 20px 80px;
}
.blog-card .cat {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-card .cat a {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
.blog-card h4 {
  font-weight: 700;
  line-height: 1.4;
}
.blog-card .btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  min-width: 0;
  padding: 8px 25px;
}

a.subcat {
  position: relative;
  left: 0;
  bottom: 40px;
  width: 100%;
  color: white;
  padding: 5px 10px;
  background: #ef4035;
  margin-right: 2px;
}
a.subcat:hover {
  background-color: #b9271e;
  color: #ffffff;
  text-decoration: none;
}
#authors, #full-team-grid {
  background: #ef4035;
}
#authors .carousel2-single .author-profileimage, #full-team-grid .carousel2-single .author-profileimage {
  padding: 5px;
  margin-left: inherit;
  left: inherit;
  top: inherit;
  display: inline-block;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  border-width: 5px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
#authors .carousel2-single .author-profileimage img, #full-team-grid .carousel2-single .author-profileimage img {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
  border: 5px solid #ffffff;
  margin-top: -5px;
  margin-left: -5px;
}
#authors .carousel2-single h4, #full-team-grid .carousel2-single h4 {
  margin: 5px 0;
}
#authors .carousel2-single h4 a, #full-team-grid .carousel2-single h4 a {
  color: #000000;
}
#authors .carousel2-single p, #full-team-grid .carousel2-single p {
  font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
  line-height: 16px;
  margin-bottom: 10px;
}
#authors .carousel2-single p b, #full-team-grid .carousel2-single p b {
  font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
}
#authors .carousel2-single a, #full-team-grid .carousel2-single a {
  color: #ef4035;
}
#authors .carousel2-single a:hover, #full-team-grid .carousel2-single a:hover {
  color: #b9271e;
  text-decoration: none;
}
.textwidget .author-profileimage img {
  max-width: 60px;
  margin: 0 auto;
  border: 2px solid #656565;
  margin-left: 0;
}
.textwidget a.author-profileimage {
  border: none;
  border-radius: none;
  margin-left: initial;
  overflow: initial;
  margin-right: 0;
}
.thumb {
  display: block;
  width: 100%;
  float: left;
}
.thumb-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.thumb .thumb-top {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background: #ffffff;
  padding: 15px;
}
.thumb .thumb-detail {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  padding: 15px;
  top: 0;
  left: 0;
}
/*
	* Without CSS3
	*/
.thumb.scroll {
  overflow: hidden;
}
.thumb.scroll .thumb-detail {
  top: 100%;
}
/*
	* CSS3 Flip
	*/.thumb-wrapper {
  position: relative;
  height: 300px;
  width: 100%;
}
.thumb-wrapper > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  -webkit-transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
.thumb-wrapper > .thumb-detail {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(800px) rotateY(180deg);
  -webkit-transform: perspective(800px) rotateY(180deg);
  transform: perspective(800px) rotateY(180deg);
}
.thumb-wrapper > .thumb-top {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(800px) rotateY(0deg);
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}
.thumb-wrapper:hover > .thumb-detail {
  -moz-transform: perspective(800px) rotateY(0);
  -webkit-transform: perspective(800px) rotateY(0);
  transform: perspective(800px) rotateY(0);
}
.thumb-wrapper:hover > .thumb-top {
  -webkit-transform: perspective(800px) rotateY(-179.9deg);
  -moz-transform: perspective(800px) rotateY(-179.9deg);
  transform: perspective(800px) rotateY(-179.9deg);
}
/* KNOWLEDGEBASE - SINGLE *****************************/
.knowledgebase-link {
  padding-left: 50px;
}
.knowledgebase-link:before {
  background: url(../images/icon-knowledgebase-blogpost.png);
  width: 32px;
  height: 32px;
  left: 10px;
  right: inherit;
  margin-top: -16px;
}
.knowledgebase-link:hover:before {
  right: inherit;
  left: -50px;
}
.knowledgebase-single-full {
  margin: 50px 0;
}
#name-date {
  margin: 15px 0;
}
#name-date p {
  color: #adadad;
}
#share-this {
  margin: 0 0 30px 0;
}
#share-this p {
  color: #adadad;
}
#share-this a {
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 29px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon-social-share-facebook.png) no-repeat center;
}
#share-this a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
#share-this a.twitter {
  background-image: url(../images/icon-social-share-twitter.png);
}
#share-this a.linkedin {
  background-image: url(../images/icon-social-share-linkedin.png);
}
#author-block {
  margin: 15px 0 30px 0;
  padding: 30px 0;
  border-top: 7px solid #ef4035;
  border-bottom: 7px solid #ef4035;
}
.author-left {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
  margin-bottom: 15px;
}
.author-left .author-profileimage {
  display: block;
  width: 80px;
  height: 80px;
  left: inherit;
  margin-left: 0;
  border-width: 5px;
}
.author-left .author-profileimage img {
  position: relative;
  left: 50%;
  margin-left: -36px;
  top: 50%;
  margin-top: -36px;
}
.author-right {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  margin-left: 5%;
  margin-bottom: 15px;
}
.author-right p {
  color: #adadad;
  margin-bottom: 0 !important;
}
#related h3 a {
  color: #ffffff;
}
#related h3 a:hover {
  color: #000000;
}
#related .readmore {
  color: #ffffff;
}
#related .readmore:hover {
  color: #ef4035;
}
.title-arrange {
  width: 100%;
  left: 0;
  padding: 40px 40px 80px 40px;
}
.title-arrange .readmore {
  position: absolute !important;
  width: 130px;
  margin-left: -65px;
  left: 50%;
  bottom: 15px;
}
.knowledgebase-featured .title-arrange {
  min-height: 360px;
  padding-bottom: 100px;
}
#knowledgebase-featured .title-arrange .readmore, .knowledgebase-featured .title-arrange .readmore {
  bottom: 60px;
}
#related .knowledgebase-single h3 a:hover {
  color: #ef4035;
}
/* SOLUTIONS *****************************/

.page-id-7341 p {
	margin:15px !important;
}
.page-id-7341 #main-content {
  display: none;
}
.page-id-7341 .solution-item-wrap {
  border: none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}
.solutions-area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.solutions-area h2 {
  text-align: center;
  padding: 15px 0 30px;
}
#solutions h2 {
  text-transform: uppercase;
  font-size: 45px;
  text-align: center;
  color: #ed2024;
  margin-top: 20px;
}
.solution-overview {
  padding: 15px 8.333333%;
  border-top: 7px solid #ef4035;
  border-bottom: 7px solid #ef4035;
  margin-bottom: 25px;
}
.solution-overview-title {
  margin-bottom: 15px;
}
.solution-overview-title .solution-overview-title-left {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}
.solution-overview-title .solution-overview-title-right {
  display: inline-block;
  vertical-align: middle;
  width: 66.666667%;
  margin-left: 6%;
}
#team-video img {
  border: 3px solid #ef4035;
}
#team-video a {
  height: 100%;
  background: url(../images/icon-play.png) no-repeat center;
  background-color: rgba(0, 0, 0, 0.25);
  display: block;
}
.single-jobposting {
  padding: 25px 0;
  border-top: 1px solid #ef4035;
}
h4.toggle-view {
  cursor: pointer;
}
div.panel {
  display: none;
}
.mfp-close {
  background: none !important;
}
.mfp-close:before {
  background: none !important;
}
#full-team-grid {
  background: #d5d5d5;
  padding: 50px 0;
}
#full-team-grid .carousel2-single {
  text-align: center;
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
#custom-notice-bar {
  background: #ececec;
}
#second img {
width: 100%;
float: left;
position: relative;
margin-bottom: 20px;
}
.image-mask {
height: 130px;
overflow: hidden;
margin-bottom: 20px;
}
#custom-notice-bar img {
  max-width: 100%;
  display: inline-block;
}
.page .full-left:first-child {
  color: #ef4035;
}
article {
  font-family: 'merriweather', serif;
}
article a {
  color: #61b5a2;
  text-decoration: underline;
}
#main-content .full.left strong {
  font-family: 'ingra', sans-serif;
  color: #61b5a2;
  text-transform: uppercase;
}
/* Knowledgebase Post Styles */
#main-content .widget-btn {
  background-color: white;
  padding: 8px 20px;
  min-width: 100px;
  color: #ef4035;
  font-size: 13px;
  font-family: "ingra", sans-serif;
}

.textwidget {
  background-color: #f2f0f0;
  margin-bottom: 30px;
  padding: 15px;
  display: inline-block;
  font-family: "ingra", sans-serif;
  width:100%;
}
.textwidget h3 {
  font-size: 16px;
  color: #ed2024;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.get_started .aside-single h2 {
  color: white;
  font-size: 26px;
  line-height: 1.4;
  font-family: 'ingra', sans-serif;
}
.widget .get_started button {
  color: black;
  background-color: white;
}
#main-content .textwidget strong {
  color: #61b5a2;
  font-family: 'ingra', sans-serif;
}
#main-content .textwidget p {
  font-family: 'ingra', sans-serif;
  margin-top: 10px;
}
#main-content .inverse-btn {
  text-transform: uppercase;
  background-color: #ed2024;
  background-image: none;
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  min-width: 127.5px
}

.title-wrap {
width: auto;
position: relative;
width: auto;
float: left;
margin-bottom:75px;
}

.hs-form-booleancheckbox {
  list-style: none;
}

a.view-category.button.red.abs {
right: -24px;
bottom: -21px;
position: absolute;
padding: 5px 40px 5px 13px;
}

.knowledgebase-post {
	padding: 25px;
	width: 100%;
	float: left;
	height: 360px;
	margin: 25px 0;
}
.knowledgebase-post a {
  font-size: 15px;
  font-weight: 600;
  color: #636363;
  line-height: 24px;
  padding: 12px 20px;
  display: inline-block;
}
.knowledgebase-post .btn {
    color: white;
}
.knowledgebase-post p {
  color: #ed2024;
}
.post-count {
float: left;
color: white;
background: #ef4035;
padding: 10px 20px;
font-size: 15px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
padding: 8px 22px;
margin-bottom: 45px;
}

.post-count a, .post-count a:hover {
color: white !important;
}

.post-count a:hover {
text-decoration: none;
}

.post-count:hover {
text-decoration: none;
background: black;
color: white;
}

.post-count p a {
color: white !important;
}

a.category-name {
float: left;
color: white;
font-size: 34px;
padding: 18px 25px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
line-height: 34px;
}

a.category-name:hover {
	text-decoration: none;
}
.full.left.bottom-band {
  width: 100%;
  float: left;
  background: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: left;
  padding: 15px;
}
.full.left.bottom-band.card {
  height: 60%;
}

#knowledgebase-card {
  position: relative;
  height: 350px;
  box-shadow: 0 0 12px 1px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
#card-image {
  min-height: 150px;
}
.bottom-band a {
  text-decoration: none;
}
.bottom-band p {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 14px;
}
.bottom-band p a {
  color: #a7a9ac;
}
.bottom-band h5 a {
  color: #a7a9ac;
}
.bottom-band h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
.bottom-band h5 a {
  color: #444;
}
.bottom-band .read-more {
  width: 100%;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  color: #eb2024;
}
.bottom-band a.button.red {
margin: 0 25px 12px 25px;
}

.knowledgebase-top {
  width: 100%;
  margin-top: 30px;
}
.knowledgebase-top .row {
  max-width: 760px;
  margin: 0 auto;
}
.top-section-title {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}
.top-section-title a {
  color: #a32027;
}

#knowledgebase-overview {
  background-color: #ececec;
}
#knowledgebase-overview h2 {
  text-align: center;
}

#knowledgebase-overview .icon-container {
  width: 200px;
  height: 200px;
  border-width: 4px;
}
#knowledgebase-overview .icon-container img {
  max-width: 90px;
}
#knowledgebase-overview .intro {
  max-width: 820px;
  margin: 0 auto 10px;
}
#knowledgebase-overview .intro a {
  text-decoration: none;
}
#knowledgebase-overview .intro .top-section-title {
  margin-bottom: 10px;
}
#knowledgebase-overview .intro h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 13px;
}
#knowledgebase-overview .intro .excerpt p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}
#knowledgebase-overview .intro .btn {
  min-width: 180px;
  margin-right: 20px;
  font-size: 13px;
  padding: 10px 30px;
}

a.view-all {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #ed2024;
  letter-spacing: 0.5px;
}
a.view-all:after {
  background: url(../images/icon-arrow-right.png) no-repeat center;
}


/* End Knowledgebase Post Styles */



/* #CarouFredSel
================================================== */
#wrapper, #wrapper2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#wrapper2 {
  padding-top: 15px;
  padding-bottom: 15px;
}
#wrapper2 .caroufredsel_wrapper {
  overflow: visible !important;
}
#carousel .carousel-single, #carousel2 .carousel2-single {
  display: block;
  float: left;
  width: 350px;
  margin-left: 25px;
  margin-right: 25px;
}
.carousel-single {
  background: #000000;
}
.carousel-single.post {
  margin-bottom: 25px;
}
#carousel2 .carousel2-single {
  width: 200px;
  text-align: center;
  margin-left: 13px;
  margin-right: 13px;
}
#prev, #next, #prev2, #next2 {
  background-color: #ed2024;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  display: block;
  width: 50%;
  top: 0;
  position: absolute;
}
#prev2, #next2 {
  top: 15px;
}
#knowledgebase-featured #prev, #knowledgebase-featured #next {
  background-color: #ececec;
}
#prev {
  left: -600px;
}
#prev2 {
  left: -575px;
}
#next {
  right: -600px;
}
#next2 {
  right: -575px;
}

.textwidget .author-profileimage {
  display: inline-block;
  width: 80px;
  border-width: 4px;
  padding: 4px;
  margin: 0 15px 15px 0;
  float: left;
}
.textwidget .contact-info {
  width: 65%;
  float: right;
  margin-right: 5px;
}
/* #Magnific Popups
================================================== */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10004;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: auto;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10005;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10006;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.video-inner {
  background: #EBE8E8;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
/*

====== Zoom-out effect ======

*/
.mfp-zoom-out.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-bg.mfp-ready {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.mfp-zoom-out.mfp-bg.mfp-removing {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.mfp-zoom-out .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-ready .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-removing .mfp-content {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
/* #ET IMAGE SLIDER
================================================== */
.et-simple-slider {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100% !important;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 23px 40px 16px 40px;
  margin: 10px 0px 15px;
  position: relative;
}
.et-simple-slider h1, .et-simple-slider h2, .et-simple-slider h3, .et-simple-slider h4, .et-simple-slider h5, .et-simple-slider h6 {
  font-family: Century Gothic, Arial, sans-serif;
  color: #333333;
}
.et-simple-slides {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100% !important;
}
.et-simple-slider div.et-slide {
  display: none;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100% !important;
}
.et-simple-slider .et-slider-leftarrow, .et-simple-slider .et-slider-rightarrow {
  position: absolute;
  top: 44%;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
.et-simple-slider .et-slider-leftarrow {
  background: url(../images/et-slider-left.png) no-repeat;
  left: -14px;
}
.et-simple-slider .et-slider-rightarrow {
  background: url(../images/et-slider-right.png) no-repeat;
  right: -13px;
}
.et_slidecontent {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100% !important;
}
.et_slidecontent div {
  margin-bottom: 25px;
}
.et_slidecontent img {
  display: inline-block;
  max-width: 100%;
}

/* qTip2 v2.2.0 css3 | qtip2.com | Licensed MIT, GPL | Tue Mar 25 2014 04:20:19 */
.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon, .qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon, .qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma, sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0, 0, 0, .15);-moz-box-shadow:1px 1px 3px 1px rgba(0, 0, 0, .15);box-shadow:1px 1px 3px 1px rgba(0, 0, 0, .15)}.qtip-rounded, .qtip-tipsy, .qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, #000));background-image:-webkit-linear-gradient(top, #4A4A4A 0, #000 100%);background-image:-moz-linear-gradient(top, #4A4A4A 0, #000 100%);background-image:-ms-linear-gradient(top, #4A4A4A 0, #000 100%);background-image:-o-linear-gradient(top, #4A4A4A 0, #000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0, 0, 0, 0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial, sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0, 0, 0, .7);background-image:-webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));background-image:-moz-linear-gradient(top, #717171, #232323);background-image:-webkit-linear-gradient(top, #717171, #232323);background-image:-ms-linear-gradient(top, #717171, #232323);background-image:-o-linear-gradient(top, #717171, #232323);border:2px solid #ddd;border:2px solid rgba(241, 241, 241, 1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar, .qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0, 0, 0, .4);-moz-box-shadow:4px 4px 5px rgba(0, 0, 0, .4);box-shadow:4px 4px 5px rgba(0, 0, 0, .4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0, 0, 0, .87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande', sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));background-image:-webkit-linear-gradient(top, #3A79B8, #2E629D);background-image:-moz-linear-gradient(top, #3A79B8, #2E629D);background-image:-ms-linear-gradient(top, #3A79B8, #2E629D);background-image:-o-linear-gradient(top, #3A79B8, #2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, .2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, .2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, .2);box-shadow:0 5px 10px rgba(0, 0, 0, .2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}x:-o-prefocus, .qtip .qtip-tip{visibility:hidden}.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas{position:absolute;color:#123456;background:transparent;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}



.circle-nav {
  float: right;
  width: 17px;
  height: 250px;
  z-index: 99;
  position: relative;
  top: 350px;
  right: 30px;
}
.filled-nav {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #ed2024;
  display: block;
  margin-bottom: 15px;
}
.empty-nav {
  height:15px;
  width: 15px;
  border-radius:50%;
  border: 1px solid gray;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
#how-we-can-help .filled-nav {
  border: 1px solid #ed2024;
}
#how-we-can-help .circle-nav {
  top: 990px;
  position: absolute;
}
#solutions .circle-nav {
  top: 180px;
}
#client-stories-slider, #knowledgebase-overview, #testimonials {
  position: relative;
}
#client-stories-slider .circle-nav {
  position: absolute;
  top: 250px;
}
#knowledgebase-overview .circle-nav {
  position:absolute;
  top: 280px;
}
#testimonials .circle-nav {
  position: absolute;
  top: 30%;
}
/* contact */

.page-id-38 #main-content article {
  background-color: #f2f0f0;
  padding: 35px 30px;
  margin-bottom: 30px;
}
.page-id-38 #main-content article h3 {
  font-size: 23px;
  color: #ed2024;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: none;
}
.page-id-38 #main-content .hbspt-form {
  margin-top: 30px;
}
.page-id-38 input {
  min-height: 40px;
}
.page-id-38 #related {
  display: none;
}
.hs-form.stacked .field {
  position: relative;
}

.hs_jobtitle, .hs_company {
  display: none;
}


.hs-form input:not([type="image"]), .hs-form textarea {
  box-sizing: border-box !important;
}
textarea {
  background-color: white;
}

.hbspt-form .hs-form label, .hbspt-form .hs-form.stacked label {
  font-size: 16px;
  line-height: 1.2;
  font-family: 'ingra', sans-serif;
  font-weight: 400;
  color: #666;
}
.hbspt-form .hs-form input.hs-input, .hbspt-form .hs-form textarea.hs-input, .hbspt-form .hs-form select.hs-input {
  font-size: 16px;
  line-height: 20px;
  height: 50px;
  padding: 13px 15px;
  max-width: 100%;
  width: 100%;
  box-shadow: none;
}
.hs-form textarea.hs-input {
  height: auto;
  min-height: 120px;
}
.hbspt-form .hs-form input.hs-input[type="checkbox"], .hbspt-form .hs-form input.hs-input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
}

.hbspt-form .hs-form-booleancheckbox:before {
  display: none;
}
.hbspt-form .hs-form-booleancheckbox .hs-input {
  margin-top: -12px;
  float: left;
  margin-right: 10px;
}

.hs_additional_information {
  clear: both;
}
.hs_additional_information label {
  width: 100% !important;
  display: inline-block !important;
}
.hs_phone {
  float: left;
  width: 45%;
  margin-right: 5%;
}
.hs_preferred_call_date:before {
  content: "";
  background-image: url('/wp-content/uploads/2016/05/calendar.png');
  background-size: contain;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  right: -60px;
}
.hs_preferred_call_date {
  float: left;
  width: 30%;
}

.hs_message {
  width: 30%;
  display: inline-block;
}

.hbspt-form .hs-form.stacked .actions {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
.hbspt-form .hs-form .hs-button {
  width: 220px;
  max-width: 100%;
  font-family: 'ingra', sans-serif;
  background: #62b5a3;
  font-size: 18px;
  line-height: 1.2;
  padding: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
.hbspt-form .hs-form .hs-button:hover {
  background: #8ce5d2;
}
/* Newsletter Widget */
.widget_hubspot_emailsubscribe_widget h2 {
  font-family: "ingra", sans-serif;
  font-size: 16px;
  color: #ed2024;
  text-transform: uppercase;
  font-weight: 600;
}
#hubspot_emailsubscribe_widget-2 p {
  font-family: 'ingra', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
}
#hubspot_emailsubscribe_widget-2 h4 {
  color: #61b5a2;
  font-weight: bold;
  margin-bottom: 0;
}
.widget_hubspot_emailsubscribe_widget input[type="submit"] {
  background-color: #ed2024;
  color: white;
  font-family: "ingra", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  background-image: none;
  padding: 5px 35px;
}
.widget_hubspot_emailsubscribe_widget input[type="text"] {
  background: #fff url(../images/email.png) no-repeat;
  background-size: 20px;
  background-position: 10px;
  padding-left: 40px;
}
.widget_hubspot_emailsubscribe_widget {
  display: inline-block;
  padding: 20px;
  width: 100%;
  background-color: #f2f0f0;
}
#main-content #hubspot_emailsubscribe_widget-2 {
  margin-bottom: 30px;
}


#main-content table td {
	font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
}


li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span {
	color: #fff;
	font-family: 'interstate';
	font-size: 14px;
	line-height: 17px;
}

#calroot {
  width: 220px !important;
  padding: 10px !important;
  border-radius: 0 !important;
}
#calroot #caltitle {
  width: 160px !important;
}
#calmonth, #calyear {
  font-weight: bold;
  color: #61b5a2;
  background: none;
}
#calroot #caltoday, #calroot #calcurrent {
  background-color: #ed2024 !important;
  border-radius: 50%;
}
#calroot .calweek a {
  height: 24px !important;
  padding-top: 1px !important;
}
#calroot #caldays {
  border-bottom: none !important;
}

#main-content .aside-single.grey p {
  font-family: 'ingra', sans-serif;
  font-size: 13px;
  line-height: 1.6;
}
.widget-text {
  width: 100%;
  display: block;
}
.accolade-image {
  display: inline-block;
}
.accolade-image img {
  max-height: 90px;
}

.help-wrap {
  padding: 0;
}
.top-down a.button {
  margin-top: 10px;
  width: 100%;
}
.accordion .carousel-single p a {
  text-align: left;
  padding: 0;
  width: 100%;
}






/* #Media Queries
================================================== */
/* Smaller Than Large Screens */
@media only screen and (max-width: 1199px) {
  .first {
    float: none;
  }
  .second {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .solution-wrap, .infographic-wrap {
    padding: 0 0 13px 0;
  }
  .top-down h4 {
    color: black;
    margin-top: 14px;
  }
}


/* standard 960 to Large Screen */
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  #carousel .carousel-single, #carousel2 .carousel2-single {
    width: 273.3333px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  #prev, #prev2 {
    left: -470px;
  }
  #next, #next2 {
    right: -470px;
  }
  #client-list img {
    max-width: 100%;
  }
  #client-list li {
    max-width: 10%;
  }
  .knowledgebase-featured .featured-image {
    min-height: 400px;
  }
  .knowledgebase-single .single-image {
    min-height: 200px;
  }
  .single-title h3 {
    max-width: 90px;
  }
  .single-title h3 a {
    line-height: 20px;
  }
  #readytotalk h2 span.white {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  #solution-single-header h2 {
    width: 480px;
  }
  #headline h2 {
    width: 490px;
  }
  .solution-item-wrap {
	  height: 440px;
  }
}

@media only screen and (max-width: 1060px) {
  nav li a {
    padding: 10px 6px;
    letter-spacing: 0;
  }
  .footer-container {
    width: 75%;
  }
}

/* Tablet on Downwards */
@media only screen and (max-width: 992px) {
  #header-over {
    position: absolute;
    padding: 0;
  }
  #logo {
    position: absolute;
    top: 15px;
    left: 90px;
  }
  #mobile-nav {
    position: relative;
    margin: 0 0 15px 0;
    background: #000000;
  }
  #mobile-nav ul {
    float: none;
	width:100%;
  }
  #mobile-nav ul li {
    width: 100%;
    padding: 20px 15px;
    border-top: 1px solid #fff;
    text-align: center;
  }
  #mobile-nav ul li ul li {
	  padding: 5px 15px;
  }
  #mobile-nav ul li a {
    color: #ffffff;
  }
  #mobile-nav ul li a:hover {
    color: #ef4035;
  }
  #mobile-nav ul li:last-child a {
    max-width: 100%;
    display: inline-block;
    margin-top: 0;
	  color:#fff;
  }

  #home-headline .row > div {
    float: none;
    margin: 0 auto;
  }

  .quote-area div.left, .quote-area div.right {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  #related-headline .left, #related-headline .right {
    width: 100%;
    text-align: center;
  }
  #related-headline .right {
    margin-bottom: 25px;
  }
  #cat-changer li:first-child {
    width: 100%;
    margin: 5px;
  }
  #all-related-headline .left, #all-related-headline .right {
    width: 100%;
    text-align: center;
  }
  section#approach { text-align: center; }
  .infographic-wrap {
    width: 100%;
  }
  .solution-wrap, .infographic-wrap {  padding: 0 45px 13px 45px; }
  .use-case h2.title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
  }
  .use-case .knowledgebase-single-full {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .solution-item-wrap a.button {
    width: auto;
    float: left;
    left: 25px;
    bottom: 15px;
  }
  .footer-container {
    width: 90%;
  }
  .solution-item-wrap {
    height: auto;
    padding: 30px 0;
  }

  .button-nav .btn, .button-nav .button {
    width: 80%;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #carousel .carousel-single, #carousel2 .carousel2-single {
    width: 226px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  #prev, #prev2 {
    left: -384px;
  }
  #next, #next2 {
    right: -384px;
  }
  .knowledgebase-featured {
    margin-bottom: 15px;
  }
  #logo-footer, #company-info {
    padding-left: 275px;
  }
  #copyright-info {
    text-align: center;
  }
  #copyright-info p {
    float: none;
  }
  h1 {
    float: none;
  }
  #solution-single-header h2 {
    width: 600px;
  }
  #headline h2 {
    width: 605px;
  }
  .title-arrange h2.white a {
    font-size: 28px;
    line-height: 34px;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  h1 {
    float: none;
    border-radius: 0px;
  }
  .home #header-over {
    background: #ffffff;
  }
  .solution-description p {
    text-align: left;
    max-width: 340px;
  }
  .quote-area {
    padding-left: 0;
  }
  .page-id-7276 .quote-area {
    padding-left: 0;
  }
  #video-container {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header {
    height: 400px;
  }
  #sub-headline h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  #sub-headline h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  #top-nav-mobile {
    margin: 0px;
    border-radius: 0px;
  }
  header.full.left.rel.header-bg {
    height: 600px;
  }
  #home-headline h1 {
    line-height: 1.2;
    font-size: 42px;
    margin-bottom: 40px;
    padding: 25px 0;
  }
  #home-headline h2 {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .headline-btn {
    padding: 15px 15px;
    font-size: 22px;
    letter-spacing: 1.5px;
    width: 330px;
  }

  .hs_phone {
    width: 100%;
  }
  .hs_preferred_call_date {
    width: 70%;
  }

  ul.right.collapsed ul.sub-menu {
    margin: 10px 0 0 0;
    width: 100%;
    padding: 0;
  }
  ul.right.collapsed ul.sub-menu li {
    margin: 0;
    padding: 0;
  }
  #carousel .carousel-single, #carousel2 .carousel2-single {
    width: 480px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #carousel .carousel-single {
    height: 240px;
  }
  #carousel .carousel-single img {
    display: none;
  }
  #knowledgebase-overview .icon-container {
    display:none;
  }
  #knowledgebase-featured #carousel .carousel-single {
    height: auto;
  }
  #knowledgebase-featured #carousel .carousel-single img {
    display: block;
  }
  .solution-image, .solution-description {
    width: 40%;
    height: 240px;
  }
  .solution-image {
    width: 30%;
  }
  .solution-image a {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .solution-description {
    padding: 0 15px 0 60px;
    width: 70%;
    margin: 0;
    text-align: right;
    line-height: 240px;
  }
  .solution-description p {
    font-size: 11px;
  }
  .solution-description div {
    width: 100%;
  }
  .solution-description .solution-type {
    display: none;
  }
  .solution-overview-title-left img {
    width: auto;
    float: right;
    max-width: 100%;
  }
  .client-story-logo {
    bottom: inherit;
    top: 50%;
    margin-top: -52px;
    left: 100%;
  }

  a.category-link {
    text-transform: uppercase;
    color: gray;
  }

  .single-title .knowledgebase-icon {
    width: 24%;
  }
  .single-title h3 {
    width: 74%;
    margin-left: 0;
    padding-left: 5px;
  }
  #logo-footer, #company-info {
    padding-left: 220px;
  }
  #logo-footer li, #company-info li {
    width: 100%;
    margin-bottom: 25px;
  }
  #readytotalk, #copyright-info {
    text-align: center;
  }
  #readytotalk p, #copyright-info p {
    float: none;
  }
  #sub-title {
    text-align: center;
  }
  article {
    text-align: center;
  }
  aside {
    margin-top: 25px;
  }
  #solution-single-header img {
    width: 25%;
    max-width: 100px;
  }
  #headline .client-story-logo {
    margin: 0;
    width: 25%;
    max-width: 75px;
  }
  #solution-single-header h2, #headline h2 {
    width: 75%;
    padding-left: 5%;
  }
  .solution-wrap {
    width: 70%;
  }
  .top-down img {
    display: block;
    max-width: 100%;
    text-align: center;
    float: none;
    margin: 10px auto;
  }
  .top-down h4 {
    text-align: center;
  }
  .top-down a.button {
    width: 50%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .accordion h5 {
    text-align: left;
    margin-bottom: 5px;
  }
  .accordion .carousel-single p a {
    text-align: left;
    padding: 80px 25px;
    width: 80%;
  }

  .accordion .solution-image, .solution-description {
  /*  width: 100%; */
    height: 240px;
  }
  .accordion .client-story-logo {
    bottom: inherit;
    top: 100%;
    margin-top: -52px;
    left: 50%;
    z-index: 500;
  }
  .accordion .full.left.solution-description {
    margin-bottom: 20px !important;
  }

  .accordion .solution-description div {
    width: 80%;
  }
  .solution-item-wrap {
    height: auto;
    margin: 30px 0 0 0;
  }
  .solution-item-wrap a.button {
    width: 100%;
    position: relative;
    left: 0;
    margin: 20px 0 0;
  }
  div#video-container {
    background-position: top center !important;
    background-size: cover !important;
  }
  #socials2 {
    background:#000;
    margin-top:-15px;
    margin-bottom:15px;
    padding:10px 0;
  }
  h2 span.white, h2 em.white {
    color:#FFF !important;
  }
  .toggle-wrap .full.left.solution-description {
    padding:20px 0 10px;
  }
  .accordion .client-story-logo {
    top:50%;
  }
  #solutions .button.red {
    padding: 5px 40px 5px 13px;
    float: none;
    margin-bottom: 15px;
  }
  #solutions h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 30px;
    width: 100%;
    float: left;
    margin-right: 15px;
  }
  .circle-nav {
    display: none;
  }


  .page-template-template-full-width .gray-section .left, .page-template-template-full-width .gray-section .right {
    width: 100%;
    max-width: 100%;
  }
  .page-template-template-full-width .gray-section .left {
    margin-top: 0;
    padding-right: 0;
  }

  div#searchform {
    left: 55px;
    top: 54px;
  }
  footer {
    padding-bottom: 0;
  }
  footer .hbspt-form .hs-form.stacked .actions {
    text-align: center;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .circle-nav {
    display: none;
  }
  #knowledgebase-overview h2 {
    font-size: 30px
  }
  .top-section-title {
    text-align: center;
  }
  .one-fourth {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  header.full.left.rel.header-bg {
    height: 540px;
  }
  #home-headline h1 {
    line-height: 1.15;
    font-size: 36px;
    margin-bottom: 30px;
    padding: 22px 0;
  }
  #home-headline h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  #home-headline h2 br {
    display: none;
  }

  .title-row .col-xs-23 {
    width: 95.83333333%;
    margin-left: 2.08333333%;
    margin-right: 2.08333333%;
    text-align: center;
  }
  .top-section-title {
    text-align: center;
  }
  .one-fourth {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  #knowledgebase-overview h2 {
    font-size: 30px
  }
  .title-row .col-xs-23 .button {
    float: none;
    margin-bottom: 15px;
    display: block;
  }
  .knowledgebase-single .single-image {
    min-height: 200px;
  }
  .single-title {
    text-align: center;
  }
  .single-title .knowledgebase-icon {
    width: 100%;
  }
  .single-title h3 {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
  footer {
    background-position: 40% 50%;
    padding-bottom: 50px;
  }
  #logo-footer, #company-info {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  #logo-footer img, #company-info img {
    display: inline-block;
  }
  #contact-links li {
    width: 100%;
    margin-left: 0;
  }
  #contact-links li .button {
    text-align: center;
    margin-bottom: 10px;
  }
  #copyright-info {
    text-align: center;
  }
  #copyright-info p {
    float: none;
  }
  #copyright-info p:first-child {
    margin-bottom: 10px;
  }
  #testimonials .quote-icon {
    display: none;
  }
  #testimonials .quote-area {
    width: 100%;
    text-align: center;
  }
  #solutionused, #clientstory {
    width: 100%;
  }
  #solution-single-header {
    text-align: center;
  }
  #solution-single-header h2, #solution-single-header img {
    width: 100%;
  }
  .solution-wrap, .infographic-wrap {
    width: 100%;
  }
}



/* Styling QA Updates
================================================== */
.container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container {
    width: 1020px;
  }
}


.red-text {
  color: #ef4035;
  font-size: 16px;
}

article h2, article h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.2;
}
article h2 {
  color:#ef4035;
  font-weight: 600;
  font-size: 26px;
}
article h3 {
  color: #61b5a2;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}

.flex-video iframe {
  width: 100%;
  height: 230px;
}

/* Home */
.padded {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Full width */
.page-template-template-full-width #main-content {
  padding: 0;
}
.page-template-template-full-width #main-content .container {
  padding: 50px 0;
}
.page-template-template-full-width #main-content .main.container {
  padding: 40px 0 35px;
}
.page-template-template-full-width #main-content .container .main-content {
  padding-top: 25px;
}
.page-template-template-full-width #main-content #testimonials {
  padding: 0;
}
