.noscroll {
  width: 100vw;
  position: fixed !important;
  z-index: 0; }

* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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; }

html {
  font-size: 62.5%;
  font-family: sans-serif; }

body {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%; }

img, iframe, video {
  max-width: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

em {
  font-style: italic; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.sprite {
  display: none; }

.hidden {
  display: none; }

@-webkit-keyframes flicker {
  0% {
    opacity: 0; }
  12.5% {
    opacity: .25; }
  25% {
    opacity: 0; }
  37.5% {
    opacity: 0; }
  50% {
    opacity: .75; }
  62.5% {
    opacity: 0; }
  75% {
    opacity: 1; }
  87.5% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes flicker {
  0% {
    opacity: 0; }
  12.5% {
    opacity: .25; }
  25% {
    opacity: 0; }
  37.5% {
    opacity: 0; }
  50% {
    opacity: .75; }
  62.5% {
    opacity: 0; }
  75% {
    opacity: 1; }
  87.5% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes bannermove {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%); } }

@keyframes bannermove {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%); } }

::-moz-selection {
  background: #4098CE;
  color: #fff; }

::selection {
  background: #4098CE;
  color: #fff; }

.banner .details, .center-section .product-vid, .center-section.dark .image img {
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.3); }

.featured-grid__item:before {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2); }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  outline: none; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 10; }

.slick-dots li {
  display: inline-block;
  width: 40px;
  height: 6px;
  background: #ddd;
  margin: 0;
  cursor: pointer;
  position: relative; }

.slick-dots li:hover {
  background: #CECECE; }

.slick-dots li.slick-active {
  background: #4098CE; }

.slick-dots li:before {
  display: none; }

.slick-dots li:after {
  display: none; }

.slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999em;
  cursor: pointer; }

svg {
  max-width: 100%;
  max-height: 100%; }

.slick-dots li, input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select, .textlink, .textlink:after, .additional-services .service .image, .additional-services .service .inner, .carousel-container .arrow-container .pager, .cs:before, .cs .top:after, .cs .bottom .name, .cs .arrow, .cs .arrow path, .event:after, .event .img, .event .content, .event .arrow, .event .arrow path, .main-footer .col a, .main-footer .social-links path, .main-header .logo path, .main-header .logo polygon, .main-header nav:after, .main-header li > a, .main-header li > a:before, .main-header li > a:after, .main-header ul ul a, .main-header .menu span, .main-header .menu span:after, .main-header .menu span:before, .industries-grid .industries li path, .industries-grid .industries li g, .industries-grid .industries li a, .download-link, .download-link path, .lightbox .close path, .news-item:after, .news-item .img, .news-item .content, .news-item .arrow, .news-item .arrow path, .pagination .arrow path, .pagination a, .pagination .current, .results-bar, .results-bar h3 span, .results-bar h3 span:after, .list-dropdown.active, .list-dropdown.active .title:after, .list-dropdown.active a, .center-section .info a, .content-section .vertical-slider .slick-dots li:before, .content-section .vertical-slider .slick-dots button {
  transition: .375s all ease-in-out; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

body {
  font-family: "Open Sans",sans-serif;
  color: #8A959E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
  font-family: "Open Sans",sans-serif;
  padding: 0px 25px;
  height: 48px;
  font-size: .875em;
  line-height: 48px;
  background-color: #fff;
  color: #8A959E;
  border: 1px solid #CECECE;
  box-shadow: none;
  border-radius: 50px;
  box-sizing: border-box; }

input[type="submit"].button {
  width: 180px;
  line-height: 1;
  font-weight: 700;
  font-size: "Open Sans",sans-serif;
  font-size: .875em; }

textarea {
  font-size: .875em;
  line-height: 1.25rem;
  padding: 26px;
  height: 200px;
  resize: none;
  border-radius: 25px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: #4098CE; }

label, legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin: 1rem 1rem 1rem 0; }

label.box-wrap {
  font-size: 1.5rem;
  margin-left: .5rem;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.select-dropdown {
  float: left;
  width: 100%;
  position: relative; }

.select-dropdown:after, .select-dropdown:before {
  content: '';
  width: 7px;
  height: 1px;
  background: #8A959E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3px; }

.select-dropdown:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0px; }

.select-dropdown select {
  background: transparent; }

.form {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.form input {
  width: 100%; }

.form ::-webkit-input-placeholder {
  color: #8A959E; }

.form ::-moz-placeholder {
  color: #8A959E; }

.form :-ms-input-placeholder {
  color: #8A959E; }

.form :-moz-placeholder {
  color: #8A959E; }

.form fieldset {
  margin-bottom: 30px; }

.form .half {
  float: left;
  width: 47%; }

.form .full {
  float: left;
  width: 100%; }

.form .button-container {
  width: 100%;
  float: left;
  margin-top: 50px; }

@media only screen and (max-width: 700px) {
  .form .button-container {
    margin-top: 30px; } }

.form .button {
  display: inline-block; }

#main span.wpcf7-not-valid-tip {
  top: 56px; }

#main div.wpcf7-validation-errors, #main div.wpcf7-mail-sent-ok {
  width: 100%; }

.section-subscribe #wpcf7-f1923-o1 {
  width: 500px;
  margin: 0 auto;
  max-width: 100%; }

.section-subscribe #wpcf7-f1923-o1 input.button {
  width: auto;
  padding: 15px 40px;
  margin: 20px auto;
  display: block; }

table {
  width: 100%; }

th, td {
  padding: 1.2rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #8A959E; }

th:first-child, td:first-child {
  padding-left: 0; }

th:last-child, td:last-child {
  padding-right: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.h1, .page-content h1, .flex-section__content h1, .news .entry-content h1, .center-section h1, .content-section h1, .banner .heading, .page-template-blog .section-page-heading .page-title, .single-post #main .post .entry-content h1.entry-title {
  font-weight: 600;
  font-size: 4em;
  line-height: 1.1; }

.h2, .page-content h2, .flex-section__content h2, .news .entry-content h2, .center-section h2, .content-section h2, .headings h2, .additional-services h3, .flex-section__header h2, .industries-grid h3, .lightbox .form-section .heading, .content-section .content h2, .page-template-blog .section-subscribe .header-title, #page .broadly-reviews .broadly-review-aggregate > span:last-of-type {
  font-size: 1.875em;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 25px; }

.h3, .page-content h3, .flex-section__content h3, .news .entry-content h3, .center-section h3, .content-section h3, .additional-services .service .image .title, .additional-services .service h4, .event .title, .news-item .title, .results-bar h3 {
  font-size: 1.5em;
  line-height: 2; }

.h4, .page-content h4, .flex-section__content h4, .news .entry-content h4, .center-section h4, .content-section h4, .results-bar h3 span, .three-col h2, .content-section .vertical-slider h3 {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #4098CE; }

.h5, .page-content h5, .flex-section__content h5, .news .entry-content h5, .center-section h5, .content-section h5 {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700; }

.h6, .page-content h6, .flex-section__content h6, .news .entry-content h6, .center-section h6, .content-section h6 {
  font-size: 1.8rem;
  font-weight: 700; }

.p, .flex-section__grid-item p, .product-description p, .product-description p:first-of-type, .product-description p:last-of-type, .center-section p, .content-section .content p, .three-col p {
  margin-top: 0;
  max-width: 80rem;
  font-size: 1em;
  line-height: 2.2;
  margin-bottom: 30px;
  letter-spacing: .003rem; }

p a {
  color: #4098CE;
  transition: 0.375s all ease-in-out; }

p a:hover {
  color: #8A959E; }

.dark p a:hover {
  color: #fff; }

b, strong {
  font-weight: 700; }

i {
  font-style: italic; }

a {
  text-decoration: none; }

.ul, .page-content ul, .flex-section__content ul, .news .entry-content ul, .center-section ul, .content-section ul {
  list-style: none; }

.ul.circle-list, .page-content ul.circle-list, .flex-section__content ul.circle-list, .news .entry-content ul.circle-list, .center-section ul.circle-list, .content-section ul.circle-list {
  padding: 30px 0; }

.ul li, .page-content ul li, .flex-section__content ul li, .news .entry-content ul li, .center-section ul li, .content-section ul li {
  font-size: 1em;
  padding-left: 18px;
  margin-bottom: 20px;
  margin-left: 14px;
  position: relative; }

@media only screen and (max-width: 800px) {
  .ul li, .page-content ul li, .flex-section__content ul li, .news .entry-content ul li, .center-section ul li, .content-section ul li {
    font-size: 1.6rem; } }

.ul li:before, .page-content ul li:before, .flex-section__content ul li:before, .news .entry-content ul li:before, .center-section ul li:before, .content-section ul li:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #8A959E;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 5px;
  opacity: .5; }

.ul li:after, .page-content ul li:after, .flex-section__content ul li:after, .news .entry-content ul li:after, .center-section ul li:after, .content-section ul li:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #8A959E;
  border: 2px solid #8A959E;
  opacity: .3;
  position: absolute;
  left: -15px;
  top: 5px;
  -webkit-transform: scale(0.4);
  transform: scale(0.4); }

.ol, .page-content ol, .flex-section__content ol, .news .entry-content ol, .center-section ol, .content-section ol {
  list-style: decimal inside; }

.ol li, .page-content ol li, .flex-section__content ol li, .news .entry-content ol li, .center-section ol li, .content-section ol li {
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: relative; }

@media only screen and (max-width: 800px) {
  .ol li, .page-content ol li, .flex-section__content ol li, .news .entry-content ol li, .center-section ol li, .content-section ol li {
    font-size: 1.6rem; } }

.page-content h5, .flex-section__content h5, .news .entry-content h5, .center-section h5, .content-section h5 {
  margin-bottom: 20px; }

.page-content h6, .flex-section__content h6, .news .entry-content h6, .center-section h6, .content-section h6 {
  margin-bottom: 20px; }

.page-content ul, .flex-section__content ul, .news .entry-content ul, .center-section ul, .content-section ul {
  text-align: left;
  margin-bottom: 30px; }

.page-content ol, .flex-section__content ol, .news .entry-content ol, .center-section ol, .content-section ol {
  text-align: left;
  margin-bottom: 30px; }

.page-content blockquote, .flex-section__content blockquote, .news .entry-content blockquote, .center-section blockquote, .content-section blockquote {
  font-size: 1.5em;
  line-height: 2;
  position: relative;
  padding-left: 70px; }

@media only screen and (max-width: 500px) {
  .page-content blockquote, .flex-section__content blockquote, .news .entry-content blockquote, .center-section blockquote, .content-section blockquote {
    font-size: 1.25em; } }

.page-content blockquote:before, .flex-section__content blockquote:before, .news .entry-content blockquote:before, .center-section blockquote:before, .content-section blockquote:before {
  content: '';
  width: 37px;
  height: 30px;
  background: url(../resources/quote.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0; }

.page-content blockquote:after, .flex-section__content blockquote:after, .news .entry-content blockquote:after, .center-section blockquote:after, .content-section blockquote:after {
  content: '';
  width: 3px;
  height: 100%;
  background: #F2F3F4;
  position: absolute;
  left: 50px;
  top: 0; }

.page-content .alignleft, .flex-section__content .alignleft, .news .entry-content .alignleft, .center-section .alignleft, .content-section .alignleft {
  float: left;
  margin: 20px 20px 40px 0; }

.page-content .alignright, .flex-section__content .alignright, .news .entry-content .alignright, .center-section .alignright, .content-section .alignright {
  float: right;
  margin: 20px 0 20px 40px; }

.page-content .aligncenter, .flex-section__content .aligncenter, .news .entry-content .aligncenter, .center-section .aligncenter, .content-section .aligncenter {
  float: none;
  margin: 20px auto 40px; }

.headings {
  margin-bottom: 20px; }

.headings h2 {
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0; }

.headings h2:last-child {
  color: #4098CE; }

.headings h2:first-child {
  position: relative; }

.single-post #main .post h1.entry-title {
  font-size: 2em !important;
  line-height: 1.4 !important; }

.single-post #main .post .entry-content p {
  margin-bottom: 10px; }

.single-post #main .post .entry-content li {
  margin-bottom: 20px; }

.single-post #main .post .entry-content ul, .single-post #main .post .entry-content ol {
  margin: 20px 40px; }

.single-post #main .post .entry-content h1 {
  font-size: 2em;
  line-height: 1.4;
  margin-bottom: 20px; }

.single-post #main .post .entry-content h2 {
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px; }

.single-post #main .post .entry-content h3 {
  font-size: 1.35em;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 20px; }

.single-post #main .post .entry-content h4 {
  font-size: 1.125em;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px; }

.single-post #main .post .entry-content h5 {
  font-size: 1.125em;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 20px; }

.single-post #main .post .entry-content h6 {
  font-size: 1em;
  line-height: 1.4;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px; }

.button {
  display: inline-block;
  padding: 15px 40px;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .875em;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.375s all ease-in-out; }

.button:hover {
  background: #3493CB;
  border-color: transparent; }

.button.blue {
  border: 2px solid transparent;
  background: #4098CE;
  color: #fff; }

.button.blue:hover {
  color: #4098CE;
  background: transparent;
  border-color: #4098CE; }

.textlink {
  color: #4098CE;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px; }

.textlink:after {
  content: '';
  height: 2px;
  width: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  background: #4098CE;
  position: absolute;
  left: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  bottom: 0px; }

.textlink:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1); }

#main {
  float: left;
  width: 100%;
  overflow-x: hidden; }

@media only screen and (min-width: 1601px) {
  #main {
    font-size: 120%; } }

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px; }

.container.rel {
  position: relative; }

.cs:before, .cs .top:after, .event:after, .main-header nav:after, .news-item:after, .request-demo .form-section:after, .request-integration-info .form-section:after, .center-section.dark.offset:before, .ebook-single-page .details::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.site-content#content {
  flex: none !important; }

.hie:empty {
  display: none; }

main {
  display: block;
  min-height: 100vh; }

.additional-services {
  width: 100%;
  float: left;
  background: #212A31;
  color: #fff;
  text-align: center;
  padding: 100px 0; }

.additional-services .services {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; }

.additional-services .service {
  width: 30%;
  margin: 0 10px;
  position: relative;
  margin-bottom: 20px; }

@media only screen and (max-width: 850px) {
  .additional-services .service {
    width: 100%; } }

.additional-services .service.dark .image:after {
  background: rgba(52, 147, 203, 0.8); }

.additional-services .service.blue .image:after {
  background: rgba(0, 202, 240, 0.8); }

.additional-services .service.green .image:after {
  background: rgba(0, 193, 139, 0.8); }

.additional-services .service .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover; }

.additional-services .service .image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.additional-services .service .image .title {
  position: absolute;
  line-height: 1.4;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10; }

.additional-services .service:hover .image {
  opacity: 0; }

.additional-services .service:hover .inner {
  opacity: 1; }

.additional-services .service .inner {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #4098CE;
  padding: 40px;
  text-align: left;
  position: relative;
  z-index: 100;
  opacity: 0; }

.additional-services .service h4 {
  line-height: 1.4; }

.additional-services .service p {
  font-size: .875em;
  line-height: 2;
  margin-bottom: 20px; }

.additional-services .service .button {
  width: 180px;
  padding: 10px;
  text-align: center;
  position: relative; }

.explorer .banner {
  height: 720px; }

.banner {
  width: 100%;
  min-height: 80vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff; }

.banner.product {
  padding-bottom: 0; }

.banner.product:before {
  content: '';
  width: 100%;
  height: 420px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 10;
  background-image: linear-gradient(rgba(34, 46, 55, 0) 0%, #222e37 60%); }

.banner.product.reviews {
  min-height: 0;
  padding: 0; }

.banner.product.reviews h1 {
  padding: 150px 0 80px; }

.banner.product .product-intro {
  position: relative; }

.banner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #222E37;
  opacity: .5; }

@media only screen and (max-width: 600px) {
  .banner .heading {
    font-size: 2.875em; } }

.banner svg {
  width: 67px;
  height: 8px; }

.banner .subheading {
  font-size: .875em;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 100px; }

.banner section {
  display: block;
  color: #fff;
  position: relative;
  z-index: 10;
  padding: 0 20px;
  margin: 0 auto 100px auto;
  width: 100%; }

@media only screen and (max-width: 700px) {
  .banner section {
    font-size: 80%; } }

.banner section.case-study {
  padding-top: 100px; }

.banner section.home-intro {
  padding-top: 100px; }

@media only screen and (max-width: 700px) {
  .banner section.home-intro {
    padding-top: 60px; } }

.banner .home-intro .heading {
  font-size: 3em;
  line-height: 1.2;
  margin-bottom: 20px; }

.banner .home-intro .button {
  margin-top: 2.5rem; }

.banner .home-intro .button:hover {
  background-color: #fff;
  color: #212A31; }

.banner .details {
  position: absolute;
  width: 100%;
  max-width: 1230px;
  padding: 30px;
  border-radius: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  bottom: 0;
  background: #fff;
  z-index: 100;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

@media only screen and (max-width: 600px) {
  .banner .details {
    font-size: 80%;
    padding: 20px; } }

.banner .details .col {
  width: 33%;
  padding: 0 45px;
  position: relative; }

@media only screen and (max-width: 970px) {
  .banner .details .col {
    padding: 0 20px; } }

.banner .details .col:after {
  content: '';
  width: 1px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
  background: #CECECE; }

.banner .details .col:last-child:after {
  display: none; }

.banner .details p strong {
  font-size: 2.25em;
  font-weight: 600;
  color: #4098CE;
  display: block; }

.banner .details p span {
  display: block;
  text-transform: uppercase;
  font-size: .75em;
  letter-spacing: 2px;
  color: #212A31; }

.banner--flex .container {
  position: relative;
  z-index: 1; }

.banner--flex .button {
  margin-top: 5rem; }

.banner--no-overlay:after {
  display: none; }

.banner__customer-info {
  margin-top: 2rem;
  position: absolute;
  right: 0;
  bottom: 20px;
  text-align: right;
  background-color: rgba(33, 42, 49, 0.8);
  padding: 1rem 3rem;
  z-index: 1; }

.banner__customer-info * {
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  font-weight: normal !important;
  font-style: italic !important;
  color: #fff !important;
  margin: 0 !important;
  max-width: 100% !important; }

@media only screen and (max-width: 700px) {
  .banner__customer-info * {
    font-size: 1.2rem !important;
    color: #4098CE !important; } }

@media only screen and (max-width: 1050px) {
  .banner__customer-info--industry {
    top: auto;
    bottom: 50px; } }

@media only screen and (max-width: 450px) {
  .banner__customer-info--industry {
    width: 100%;
    bottom: 0;
    padding: 1rem; } }

.banner--small {
  background-image: url(../resources/hero-dark.jpg);
  min-height: 500px;
  padding-bottom: 40px; }

@media only screen and (max-width: 800px) {
  .banner--small {
    min-height: 200px;
    padding-bottom: 80px;
    padding-top: 140px; } }

.banner--xsmall {
  background-image: url(../resources/hero-dark.jpg);
  min-height: 300px;
  padding-bottom: 0; }

@media only screen and (max-width: 800px) {
  .banner--xsmall {
    min-height: 230px;
    padding-bottom: 10px; } }

.no-featured-image .banner.product {
  min-height: 550px;
  background-position: center top;
  align-items: flex-end;
  padding: 100px 0 0; }

.no-featured-image .banner.product:before {
  height: 200px;
  background-image: linear-gradient(rgba(34, 46, 55, 0) 0%, #222e37 100%); }

.no-featured-image .product-intro {
  bottom: 200px; }

.no-featured-image .product-intro h1 {
  padding: 0 0 40px; }

.no-featured-image .product-description {
  padding-top: 0;
  position: relative;
  z-index: 100; }

.no-featured-image .product-description .container {
  margin-top: -200px; }

.banner .home-intro + .container .banner__customer-info {
  bottom: 100px; }

@media only screen and (max-width: 900px) {
  .banner .home-intro + .container .banner__customer-info {
    position: relative;
    top: auto;
    display: inline-block;
    float: right;
    bottom: 0;
    right: -40px;
    width: auto; } }

.basic-banner {
  float: left;
  width: 100%;
  height: 400px;
  position: relative;
  padding: 40px 0;
  text-align: center;
  background: center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }

.basic-banner .heading {
  font-size: 2.25em;
  font-weight: 700;
  color: #fff;
  line-height: 1.2; }

.home .basic-banner {
  height: 550px;
  background-position: center top; }

@media only screen and (max-width: 800px) {
  .home .basic-banner {
    height: 400px; } }

.carousel-container {
  width: 100%;
  float: left;
  position: relative;
  text-align: left; }

.carousel-container .slick-list {
  overflow: visible; }

.carousel-container .cs {
  margin-right: 60px; }

@media only screen and (max-width: 570px) {
  .carousel-container .cs {
    margin: 0; } }

.carousel-container .inner {
  float: right;
  width: 100%;
  padding-left: 370px;
  padding-top: 20px;
  padding-bottom: 100px;
  overflow: hidden; }

@media only screen and (max-width: 1350px) {
  .carousel-container .inner {
    padding-left: 270px; } }

@media only screen and (max-width: 1150px) {
  .carousel-container .inner {
    padding-left: 120px; } }

@media only screen and (max-width: 570px) {
  .carousel-container .inner {
    padding-left: 0; } }

.carousel-container .slick-dots {
  left: 0;
  -webkit-transform: none;
  transform: none;
  bottom: -120px;
  left: 0; }

@media only screen and (max-width: 570px) {
  .carousel-container .slick-dots {
    left: 50%;
    bottom: -100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media only screen and (max-width: 400px) {
  .carousel-container .slick-dots {
    display: none; } }

.carousel-container .slick-dots li {
  margin-bottom: 0; }

.carousel-container .arrow-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
  height: 100%;
  background: #fff;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

@media only screen and (max-width: 1350px) {
  .carousel-container .arrow-container {
    width: 230px; } }

@media only screen and (max-width: 1150px) {
  .carousel-container .arrow-container {
    width: 100px; } }

@media only screen and (max-width: 570px) {
  .carousel-container .arrow-container {
    width: 100%;
    height: 100px;
    bottom: -15px;
    top: auto;
    display: block;
    background: none;
    z-index: 0; } }

.carousel-container .arrow-container .pager {
  display: block;
  border-radius: 50%;
  text-align: center;
  width: 48px;
  height: 48px;
  background: #ddd;
  color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 24px; }

.carousel-container .arrow-container .pager:hover {
  background: #4098CE; }

@media only screen and (max-width: 570px) {
  .carousel-container .arrow-container .pager {
    position: absolute;
    left: 10px; } }

.carousel-container .arrow-container .pager.next {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

@media only screen and (max-width: 570px) {
  .carousel-container .arrow-container .pager.next {
    right: 10px;
    left: auto; } }

.carousel-container .arrow-container .pager svg {
  width: 8px;
  display: block;
  margin-right: 5px; }

.carousel-container .arrow-container .pager path {
  fill: currentColor; }

.case-studies {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  z-index: 100;
  padding: 40px 0; }

.case-studies .line-bg {
  position: absolute;
  right: -180px;
  top: -100px;
  z-index: 1; }

@media only screen and (max-width: 800px) {
  .case-studies .line-bg {
    display: none; } }

@media only screen and (max-width: 550px) {
  .case-studies {
    font-size: 80%; } }

.case-studies .cs.mini {
  float: left;
  width: 47%;
  margin-bottom: 50px; }

@media only screen and (max-width: 800px) {
  .case-studies .cs.mini {
    width: 100%; } }

.case-studies .cs.full {
  margin-bottom: 50px; }

.cs {
  position: relative;
  z-index: 100;
  float: left;
  width: 100%; }

.cs.full .quote {
  margin: 0 auto 50px; }

.cs.full .text {
  margin: 0 auto;
  max-width: 423px; }

.cs.full .number {
  width: 100%;
  text-align: center; }

.cs.full .bottom {
  text-align: center; }

.cs.mini {
  float: left;
  min-height: 370px; }

.cs.mini .top {
  padding: 30px; }

.cs.mini.no-links a {
  pointer-events: none; }

.cs:before {
  background: #202B33;
  opacity: .5;
  z-index: -1;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cs:hover:before {
  opacity: 1; }

.cs .top {
  width: 100%;
  float: left;
  min-height: 380px;
  padding: 70px 30px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: no-repeat center center;
  background-size: cover;
  z-index: 1; }

.cs .top:after {
  background: #202B33;
  opacity: .6; }

.cs .top.example {
  background-position: top center; }

.cs .top.example:after {
  display: none; }

.cs .quote {
  width: 42px;
  height: 36px;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
  display: block; }

.cs .quote path {
  fill: #fff; }

.cs .text {
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.4;
  position: relative;
  display: block;
  z-index: 10; }

.cs .number {
  display: block;
  color: #F7CE3C;
  font-size: 4em;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 1; }

.cs .bottom .inner {
  position: relative;
  z-index: 100;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px 30px; }

.cs .bottom:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%; }

.cs .bottom:hover .name {
  color: #212A31; }

.cs .bottom:hover .arrow {
  -webkit-transform: translateY(-50%) translateX(5px);
  transform: translateY(-50%) translateX(5px); }

.cs .bottom:hover .arrow path {
  fill: #4098CE; }

.cs .bottom .name {
  display: block;
  font-size: 1.125em;
  color: #8A959E;
  margin-bottom: 10px; }

.cs .arrow {
  position: absolute;
  width: 15px;
  height: 30px;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.cs .arrow path {
  fill: #CECECE; }

.site-header-placeholder {
  height: 0; }

.ebook-main-page .ebooks-content {
  margin: 50px 0;
  display: flex;
  text-align: center; }

@media only screen and (max-width: 450px) {
  .ebook-main-page .ebooks-content {
    margin-left: -6%; } }

@media only screen and (max-width: 400px) {
  .ebook-main-page .ebooks-content {
    margin-left: -8%; } }

@media only screen and (max-width: 380px) {
  .ebook-main-page .ebooks-content {
    margin-left: -10%; } }

@media only screen and (max-width: 375px) {
  .ebook-main-page .ebooks-content {
    margin-left: -12%; } }

.ebook-main-page .ebook-tile-link {
  display: inline-flex;
  position: relative;
  background: #fff;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.3);
  width: 330px;
  height: 370px;
  margin: 20px;
  padding: 20px;
  transition: all 0.2s ease-out;
  top: 0px; }

.ebook-main-page .ebook-tile-link:hover {
  top: -10px; }

.ebook-main-page .ebook-tile-link:nth-child(odd) .ebook-tile-image::after {
  background: rgba(63, 152, 206, 0.8); }

.ebook-main-page .ebook-tile-link:nth-child(even) .ebook-tile-image::after {
  background: rgba(42, 109, 149, 0.8); }

.ebook-main-page .ebook-tile-link:hover .ebook-tile-image::after {
  background: none;
  background-image: linear-gradient(180deg, rgba(85, 138, 170, 0) 0%, #558AAA 100%);
  position: relative;
  transition: all 0.2s ease-out;
  top: 0px; }

.ebook-main-page .ebook-tile-image {
  max-width: 100%;
  width: 290px;
  height: 300px;
  position: absolute;
  margin: auto;
  background-size: cover;
  background-position: center; }

.ebook-main-page .ebook-tile-image::after {
  display: block;
  position: relative;
  height: 300px;
  width: 100%;
  content: ''; }

.ebook-main-page .ebook-tile-image:hover {
  height: 300px; }

.ebook-main-page .ebook-tile-text {
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  width: 80%;
  text-align: left;
  margin: 0 auto;
  bottom: 20%; }

.ebook-main-page .ebook-tile-title {
  font-size: 2.3rem;
  font-weight: bold; }

.events {
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0; }

.events .container {
  position: relative;
  z-index: 10;
  max-width: 1100px; }

@media only screen and (max-width: 650px) {
  .events .container {
    padding: 0 10px; } }

.events .line-bg {
  position: absolute;
  left: 0;
  top: -100px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

@media only screen and (max-width: 800px) {
  .events .line-bg {
    display: none; } }

.event {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  color: #8A959E;
  border-radius: 3px; }

.event:after {
  box-shadow: 0 24px 36px 0 rgba(106, 120, 134, 0.15);
  opacity: 0; }

.event:hover:after {
  opacity: 1; }

.event:hover .arrow {
  -webkit-transform: translateY(-50%) translateX(5px);
  transform: translateY(-50%) translateX(5px); }

.event:hover .arrow path {
  fill: #4098CE; }

.event:hover .content {
  border-color: transparent; }

.event .img {
  float: left;
  width: 300px;
  height: 100%;
  position: absolute;
  z-index: 10;
  background: center center no-repeat;
  background-size: cover; }

@media only screen and (max-width: 900px) {
  .event .img {
    width: 200px;
    background-size: contain; } }

@media only screen and (max-width: 650px) {
  .event .img {
    display: none; } }

.event .content {
  float: right;
  width: 100%;
  width: calc(100% - 340px);
  padding-bottom: 15px;
  padding-right: 90px;
  position: relative;
  z-index: 10;
  border-bottom: 2px solid #F2F3F4; }

@media only screen and (max-width: 900px) {
  .event .content {
    width: calc(100% - 220px);
    font-size: 80%; } }

@media only screen and (max-width: 650px) {
  .event .content {
    width: 100%;
    padding-left: 20px; } }

.event .title {
  margin-bottom: 10px; }

.event span {
  display: block; }

.event .tags {
  width: 100%;
  float: left;
  margin-bottom: 20px; }

.event .tag {
  display: inline-block; }

.event .info {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.event .info .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: 4px; }

.event .info .icon.location {
  left: 10px; }

@media only screen and (max-width: 900px) {
  .event .info .icon.location {
    left: 0;
    margin-right: 0; } }

.event .info .text {
  display: inline-block; }

.event .arrow {
  position: absolute;
  width: 15px;
  height: 30px;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.event .arrow path {
  fill: #CECECE; }

.featured-grid {
  width: 100%;
  float: left;
  position: relative;
  padding: 90px 0;
  background: url(../resources/bg-texture.jpg) no-repeat top center;
  background-size: cover; }

@media only screen and (max-width: 800px) {
  .featured-grid {
    padding: 40px 0; } }

.featured-grid .container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }

.featured-grid__item {
  width: calc((100% / 3) - 21px);
  margin: 0 10px 35px 10px;
  position: relative;
  border: #CECECE 1px solid;
  padding: 40px;
  background: #fff;
  text-align: center; }

@media only screen and (max-width: 1100px) {
  .featured-grid__item {
    width: calc((100% / 2) - 21px); } }

@media only screen and (max-width: 800px) {
  .featured-grid__item {
    padding: 20px; } }

@media only screen and (max-width: 600px) {
  .featured-grid__item {
    width: 100%;
    margin: 0 0 20px; } }

.featured-grid__item:hover:before {
  opacity: 1; }

.featured-grid__item:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.375s all ease-in-out;
  opacity: 0; }

.featured-grid__image {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center; }

.featured-grid__image img {
  display: block; }

.featured-grid svg {
  width: 64px;
  height: 8px; }

.featured-grid h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #212A31; }

.featured-grid p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #8A959E;
  margin-bottom: 20px; }

.featured-grid__cover {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #4098CE; }

.featured-grid__cover:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.flex-section {
  padding: 10rem 0; }

.flex-section .button-container {
  width: 100%;
  margin-top: 0;
  text-align: center; }

.flex-section .button-container .button {
  display: inline-block; }

.flex-section__header {
  width: 100%; }

.flex-section__header h2 {
  font-size: 3rem; }

.flex-section__header--no-header {
  opacity: 0;
  pointer-events: none; }

.flex-section__header.block-heading {
  text-align: center; }

.flex-section__content {
  position: relative;
  z-index: 10;
  width: 100%; }

.flex-section__content * + *:last-of-type {
  margin-bottom: 0; }

.flex-section__content p {
  margin: 0;
  margin-bottom: 40px; }

.flex-section__content * + *:last-of-type {
  margin-bottom: 0; }

.flex-section table td {
  width: 50%;
  text-align: left; }

.flex-section table td:last-child {
  text-align: right; }

.flex-section__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }

.flex-section__row + * {
  margin-top: 7rem; }

.flex-section__grid-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.flex-section__grid-header {
  width: 100%;
  margin-bottom: 5rem;
  text-align: center; }

.flex-section__grid-item {
  width: calc(33.3333% - 2rem);
  padding-bottom: calc(33.3333% - 2rem);
  display: inline-table;
  position: relative;
  margin: 0 0 3rem;
  color: #fff; }

.flex-section__grid-item h4 {
  font-size: 2.4rem;
  margin-bottom: .5rem;
  max-width: 100%; }

.flex-section__grid-item h5 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  max-width: 100%; }

.flex-section__grid-item p {
  font-size: 1.2rem;
  margin-bottom: 0;
  max-width: 100%; }

.flex-section__grid-item p + p {
  margin-top: 1rem; }

.flex-section__grid-item:nth-of-type(3n+2) {
  margin-left: 3rem;
  margin-right: 3rem; }

.flex-section__grid-item:hover .flex-section__grid-overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3); }

.flex-section__grid-item:hover .flex-section__grid-bg--hover {
  opacity: 1; }

@media only screen and (max-width: 1250px) {
  .flex-section__grid-item {
    margin: 0 0 2rem 2rem !important;
    width: calc(33.3333% - 2rem) !important; } }

@media only screen and (max-width: 600px) {
  .flex-section__grid-item {
    width: 100% !important;
    padding-bottom: calc(50% - 3rem); } }

.flex-section__grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: .25s all ease; }

.flex-section__grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 5px;
  z-index: 1; }

@media only screen and (max-width: 600px) {
  .flex-section__grid-bg {
    background-size: 60%; } }

.flex-section__grid-bg--hover {
  z-index: 2;
  opacity: 0;
  transition: .5s all ease; }

.flex-section__collage-header {
  text-align: center;
  margin-bottom: 8rem; }

.flex-section__collage .flex-section__row + * {
  margin-top: 3rem; }

.flex-section__collage-item {
  position: relative;
  padding-bottom: calc(33.3333% - 2rem);
  display: inline-table; }

.flex-section__collage-item--full {
  width: 100%; }

.flex-section__collage-item--large {
  width: calc(66.666% - 1rem); }

.flex-section__collage-item--large + .flex-section__collage-item {
  margin-left: 3rem; }

.flex-section__collage-item--small {
  width: calc(33.333% - 2rem); }

.flex-section__collage-item--small + .flex-section__collage-item {
  margin-left: 3rem; }

.flex-section__collage-item--small:nth-of-type(2) {
  text-align: center;
  margin-left: 3rem; }

.flex-section__collage-item--small:nth-of-type(3) {
  text-align: right;
  margin-left: 3rem; }

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

.flex-section__collage + .flex-section__collage {
  margin-top: -7rem; }

@media only screen and (max-width: 750px) {
  .flex-section__collage .flex-section__row + * {
    margin-top: 2rem; }
  .flex-section__collage-item {
    padding-bottom: calc((33.33333333333% - 1.5rem) + 1px); }
  .flex-section__collage-item--large {
    width: calc(66.666% - 1rem); }
  .flex-section__collage-item--large + .flex-section__collage-item {
    margin-left: 2rem; }
  .flex-section__collage-item--small {
    width: calc((33.33333333333% - 1.5rem) + 1px); }
  .flex-section__collage-item--small + .flex-section__collage-item {
    margin-left: 2rem; }
  .flex-section__collage-item--small:nth-of-type(2) {
    text-align: center;
    margin-left: 2rem; }
  .flex-section__collage-item--small:nth-of-type(3) {
    text-align: right;
    margin-left: 2rem; }
  .flex-section__collage + .flex-section__collage {
    margin-top: -13rem; } }

@media only screen and (max-width: 600px) {
  .flex-section__collage .flex-section__row + * {
    margin-top: 1rem; }
  .flex-section__collage-item {
    padding-bottom: calc(33.3333% - .66666667rem); }
  .flex-section__collage-item--large {
    width: calc(66.666% - .33333333rem); }
  .flex-section__collage-item--large + .flex-section__collage-item {
    margin-left: 1rem; }
  .flex-section__collage-item--small {
    width: calc(33.333% - .66666667rem); }
  .flex-section__collage-item--small + .flex-section__collage-item {
    margin-left: 1rem; }
  .flex-section__collage-item--small:nth-of-type(2) {
    text-align: center;
    margin-left: 1rem; }
  .flex-section__collage-item--small:nth-of-type(3) {
    text-align: right;
    margin-left: 1rem; }
  .flex-section__collage + .flex-section__collage {
    margin-top: -14rem; } }

.flex-section--single__header {
  text-align: center; }

.flex-section--single__container {
  max-width: 66rem;
  padding: 0;
  position: relative;
  z-index: 10; }

.flex-section--single__image {
  width: 57rem;
  max-width: 100%;
  margin: 5rem auto 0;
  display: block; }

.flex-section--double__item {
  width: calc(50% - 1.5rem); }

.flex-section--double__item:nth-of-type(2n) {
  margin-left: 3rem; }

.flex-section--triple__item {
  width: calc(33% - 2rem); }

.flex-section--triple__item:nth-of-type(3n), .flex-section--triple__item:nth-of-type(3n+2) {
  margin-left: 3rem; }

.flex-section--multi__container {
  max-width: 117rem;
  padding: 0; }

.flex-section--cta {
  text-align: center; }

.flex-section--cta__header {
  text-align: center;
  width: 100%;
  margin-bottom: 7rem; }

.flex-section--cta__item {
  text-align: left;
  color: #fff; }

.flex-section--cta__item img {
  margin-bottom: 1.5rem; }

.flex-section--cta .button {
  margin: 1rem auto 0; }

.flex-section--full-image {
  width: 100%;
  position: relative;
  min-height: 70rem;
  color: #fff;
  background-color: #222E37; }

.flex-section--full-image .flex-section__row {
  position: relative;
  z-index: 1;
  text-align: left; }

.flex-section--full-image__background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .5; }

.flex-section--light .flex-section__header {
  color: #6A7886; }

.flex-section--light .flex-section_content {
  color: #8A959E; }

.flex-section--light + .flex-section--light {
  padding-top: 0; }

.flex-section--dark {
  background-color: #222E37;
  position: relative; }

.flex-section--dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../resources/pattern-bg.png) no-repeat center center;
  background-size: cover;
  z-index: 0;
  opacity: .4; }

.flex-section--dark .container {
  position: relative;
  z-index: 1; }

.flex-section--dark + .flex-section--dark {
  padding-top: 0; }

@media only screen and (max-width: 1250px) {
  .flex-section--multi__container {
    padding: 0 2.5rem;
    max-width: 100%; }
  .flex-section--triple__item {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem; }
  .flex-section--triple__item img:not(.noresize) {
    width: 100%; }
  .flex-section--triple__item .flex-section__header--no-header {
    display: none; }
  .flex-section--triple__item:nth-of-type(3n) {
    margin-left: 0; }
  .flex-section--triple__item:nth-of-type(2) .flex-section__header--no-header {
    display: block; }
  .flex-section--full-image {
    min-height: 50rem; }
  .flex-section__grid-item {
    width: calc(50% - 3rem);
    padding-bottom: calc(50% - 3rem);
    margin: 0 0 3rem 0; }
  .flex-section__grid-item:nth-of-type(3n+2) {
    margin: 0 0 3rem 0; }
  .flex-section__grid-item:nth-of-type(2n) {
    margin: 0 0 3rem 3rem; } }

@media only screen and (max-width: 750px) {
  .flex-section--single__container {
    max-width: 100%;
    padding: 0 2rem; }
  .flex-section--double__item, .flex-section--triple__item {
    width: 100%;
    margin: 0 0 3rem 0; }
  .flex-section--double__item .flex-section__header--no-header, .flex-section--triple__item .flex-section__header--no-header {
    display: none; }
  .flex-section--double__item:nth-of-type(2n), .flex-section--double__item:nth-of-type(3n+2), .flex-section--triple__item:nth-of-type(2n), .flex-section--triple__item:nth-of-type(3n+2) {
    margin: 0 0 3rem 0; }
  .flex-section--double__item:nth-of-type(2n) .flex-section__header--no-header, .flex-section--double__item:nth-of-type(3n+2) .flex-section__header--no-header, .flex-section--triple__item:nth-of-type(2n) .flex-section__header--no-header, .flex-section--triple__item:nth-of-type(3n+2) .flex-section__header--no-header {
    display: none; } }

@media only screen and (max-width: 600px) {
  .flex-section__grid-item {
    width: 100%;
    padding-bottom: 100%;
    margin: 0 0 3rem; }
  .flex-section__grid-item:nth-of-type(3n+2) {
    margin: 0 0 3rem; }
  .flex-section__grid-item:nth-of-type(2n) {
    margin: 0 0 3rem; } }

.flex-section__row.sixblock_container {
  justify-content: center; }

.flex-section--triple__item.sixblock, .flex-section--triple__item.sixblock:nth-of-type(3n+2) {
  margin-left: 0;
  padding: 0 1em 3em;
  margin-bottom: 0;
  text-align: center; }

@media only screen and (max-width: 750px) {
  .flex-section--triple__item.sixblock, .flex-section--triple__item.sixblock:nth-of-type(3n+2) {
    padding: 0 5em 3em;
    margin-left: 0;
    margin: 0; } }

@media only screen and (max-width: 570px) {
  .flex-section--triple__item.sixblock, .flex-section--triple__item.sixblock:nth-of-type(3n+2) {
    padding: 0 1em 3em;
    margin-left: 0;
    margin: 0; } }

.main-footer {
  float: left;
  width: 100%;
  position: relative;
  z-index: 100; }

.main-footer .top {
  float: left;
  width: 100%;
  padding: 60px 0 80px;
  border-top: 1px solid #CECECE; }

@media only screen and (max-width: 600px) {
  .main-footer .top {
    padding: 30px 0 40px; } }

.main-footer .top .container {
  max-width: 1040px;
  padding: 0; }

.main-footer .logo {
  max-width: 174px;
  padding: 0 10px;
  height: 24px;
  margin: 0 auto; }

.main-footer .columns {
  width: 100%;
  float: left;
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }

.main-footer .col {
  width: 25%;
  padding: 0 40px;
  border-right: 1px solid #CECECE; }

@media only screen and (max-width: 750px) {
  .main-footer .col {
    padding: 0 20px; } }

@media only screen and (max-width: 600px) {
  .main-footer .col {
    width: 50%;
    margin-bottom: 40px; } }

.main-footer .col:last-of-type {
  border: none; }

.main-footer .col p {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: .75em;
  margin-bottom: 20px; }

.main-footer .col a {
  display: block;
  color: #8A959E;
  font-size: .875em;
  line-height: 1.5; }

.main-footer .col a:hover {
  color: #4098CE; }

.main-footer .col li {
  margin-bottom: 10px; }

.main-footer .bottom {
  float: left;
  width: 100%;
  background: #212A31;
  padding: 25px 0;
  text-align: center; }

.main-footer .social-links {
  display: inline-block; }

.main-footer .social-links li {
  display: inline-block;
  margin-right: 44px; }

@media only screen and (max-width: 780px) {
  .main-footer .social-links li {
    margin: 0 20px; } }

@media only screen and (max-width: 520px) {
  .main-footer .social-links li {
    margin: 0 10px; } }

.main-footer .social-links a:hover path {
  fill: #4098CE; }

.main-footer .copyright {
  display: inline-block;
  font-size: .6875em;
  position: relative;
  top: -6px;
  margin-top: 20px; }

.page-template-template-product .site-header-placeholder {
  display: none; }

body.home .main-header {
  background: linear-gradient(rgba(34, 46, 55, 0.6) 0%, rgba(34, 46, 55, 0) 100%); }

.news-template-default .main-header {
  background: #0a4a78; }

.main-header {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: linear-gradient(rgba(34, 46, 55, 0.6) 0%, rgba(34, 46, 55, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 24px 0 0; }

@media only screen and (max-width: 1000px) {
  .main-header {
    padding-bottom: 24px; } }

.main-header .container {
  max-width: 1240px; }

@media only screen and (max-width: 700px) {
  .main-header .container {
    padding: 0 25px; } }

.main-header .logo {
  width: 160px;
  height: 40px;
  float: left;
  position: relative;
  top: 10px;
  -webkit-animation-duration: .375s;
  animation-duration: .375s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

@media only screen and (max-width: 1000px) {
  .main-header .logo {
    top: 0; } }

.main-header .logo path, .main-header .logo polygon {
  fill: #fff; }

.main-header .logo:hover path, .main-header .logo:hover polygon {
  fill: #4098CE; }

.main-header nav {
  float: right; }

.main-header nav:after {
  box-shadow: 0 20px 48px 0 rgba(0, 0, 0, 0.3);
  display: none;
  transition-delay: 1s; }

@media only screen and (max-width: 1080px) {
  .main-header nav {
    font-size: 80%; } }

@media only screen and (max-width: 1000px) {
  .main-header nav {
    display: none;
    position: absolute;
    left: 2%;
    top: 88px;
    width: 96%;
    text-align: center; }
  .main-header nav.active {
    display: block; }
  .main-header nav.active:after {
    display: block;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: .8s;
    animation-delay: .8s; } }

.main-header li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  -webkit-animation-duration: .375s;
  animation-duration: .375s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@media only screen and (min-width: 1001px) {
  .main-header li:hover ul {
    display: block;
    -webkit-animation-duration: .375s;
    animation-duration: .375s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; } }

.main-header li:hover > a {
  color: #4098CE; }

.main-header li:hover > a:after {
  -webkit-transform: scale(1);
  transform: scale(1); }

@media only screen and (max-width: 1160px) {
  .main-header li {
    margin-right: 25px; } }

@media only screen and (max-width: 1000px) {
  .main-header li {
    width: 100%;
    margin: 0;
    float: left;
    border-bottom: 1px solid #F2F3F4;
    padding-bottom: 0; }
  .main-header li:last-child {
    border: none; } }

.main-header li:nth-child(1n) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.main-header li:nth-child(2n) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.main-header li:nth-child(3n) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.main-header li:nth-child(4n) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.main-header li:nth-child(5n) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.main-header li:nth-child(6n) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }

.main-header li > a {
  color: #fff;
  position: relative;
  padding-bottom: 34px;
  display: block; }

@media only screen and (max-width: 1000px) {
  .main-header li > a {
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px 40px 10px 20px;
    margin: 0;
    font-size: .875em;
    background: #fff;
    color: #8A959E; }
  .main-header li > a.active.no-link:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .main-header li > a.no-link:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 13px;
    background: url(../resources/arrow-grey.svg) no-repeat center center;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

.main-header li > a:after {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 25px;
  height: 2px;
  background: #4098CE;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(0);
  transform: scale(0); }

@media only screen and (max-width: 1000px) {
  .main-header li > a:after {
    display: none; } }

.main-header li > a:hover {
  color: #4098CE; }

.main-header li > a:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1); }

.main-header li > a.current-page:after {
  -webkit-transform: scale(1);
  transform: scale(1); }

.main-header ul {
  display: inline-block;
  position: relative;
  z-index: 10; }

@media only screen and (max-width: 1000px) {
  .main-header ul {
    width: 100%;
    float: left; } }

.main-header ul ul {
  background: #fff;
  padding: 0;
  z-index: 10;
  display: none; }

@media only screen and (min-width: 1001px) {
  .main-header ul ul {
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 50px;
    width: 230px; } }

@media only screen and (max-width: 1000px) {
  .main-header ul ul.active {
    display: block; } }

.main-header ul ul a {
  width: 100%;
  color: #8A959E;
  font-size: .875em;
  padding: 10px 20px;
  display: block; }

@media only screen and (max-width: 1000px) {
  .main-header ul ul a {
    background: #F2F3F4;
    border-top: 1px solid #CECECE; } }

.main-header ul ul a:hover {
  background: #F2F3F4; }

.main-header ul ul a:after {
  display: none; }

.main-header ul ul li {
  float: left;
  width: 100%;
  padding-bottom: 0;
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important; }

@media only screen and (min-width: 1001px) {
  .main-header ul ul li {
    -webkit-animation: none;
    animation: none; } }

.main-header .button {
  background: #4098CE;
  border: none;
  -webkit-animation-duration: .375s;
  animation-duration: .375s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  position: relative;
  z-index: 10; }

@media only screen and (max-width: 1000px) {
  .main-header .button {
    width: 100%;
    border: none;
    border-radius: 0; } }

.main-header .menu {
  display: none; }

@media only screen and (max-width: 1000px) {
  .main-header .menu {
    display: block;
    width: 25px;
    height: 28px;
    float: right;
    position: relative;
    top: 5px; } }

.main-header .menu.active span {
  background: transparent; }

.main-header .menu.active span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.main-header .menu.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.main-header .menu span {
  display: block;
  width: 25px;
  height: 2px;
  position: relative;
  background: #fff;
  text-indent: -9999em;
  top: 10px; }

.main-header .menu span:after, .main-header .menu span:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0; }

.main-header .menu span:after {
  top: -10px; }

.main-header .menu span:before {
  bottom: -10px; }

.industries-grid {
  width: 100%;
  padding: 100px 0 150px;
  float: left;
  position: relative;
  text-align: center; }

.industries-grid .industries {
  text-align: left;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px; }

@media only screen and (max-width: 870px) {
  .industries-grid .industries {
    justify-content: space-between; } }

.industries-grid .industries li {
  width: 30%;
  margin: 0 20px 20px 0; }

@media only screen and (max-width: 870px) {
  .industries-grid .industries li {
    width: 48%;
    margin: 0 0 20px 0; } }

@media only screen and (max-width: 600px) {
  .industries-grid .industries li {
    width: 100%; } }

.industries-grid .industries li svg {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px; }

.industries-grid .industries li svg.hospitality-icon {
  width: 34px;
  height: 52px;
  stroke-width: .3;
  margin-right: 18px;
  margin-left: 9px; }

.industries-grid .industries li path, .industries-grid .industries li g {
  stroke: #4098CE; }

.industries-grid .industries li span {
  display: inline-block;
  font-size: 1.125em;
  line-height: 1.6; }

.industries-grid .industries li a {
  float: left;
  width: 100%;
  background: #FFFFFF;
  border-radius: 3px;
  display: block;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  color: #8A959E;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2); }

.industries-grid .industries li a:hover {
  color: #fff;
  background: #4098CE; }

.industries-grid .industries li a:hover path, .industries-grid .industries li a:hover g {
  stroke: #fff; }

.download-link {
  position: fixed;
  z-index: 1000;
  border-radius: 0;
  right: 0;
  bottom: 50px;
  width: 300px;
  height: 100px;
  background: #4098CE;
  font-size: 2.3rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }

.download-link svg {
  width: 52px;
  height: 65px;
  margin: 20px; }

.download-link path {
  fill: #fff; }

.download-link:hover {
  background: #fff;
  color: #4098CE; }

.download-link:hover g {
  stroke: #4098CE; }

@media only screen and (max-width: 700px) {
  .download-link {
    width: 100%;
    bottom: 0; } }

.lightbox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: flex;
  align-items: center;
  display: none; }

.lightbox.active {
  display: flex; }

.lightbox.active.top .form-section {
  height: 100vh;
  overflow-y: scroll;
  top: 20px; }

.lightbox.active:before {
  display: block;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.lightbox.active .form-section {
  display: block;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.lightbox.inactive {
  display: flex; }

.lightbox.inactive:before {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.lightbox.inactive .form-section {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.lightbox:before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(34, 46, 55, 0.75);
  display: none; }

.lightbox .close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1000; }

@media only screen and (max-width: 600px) {
  .lightbox .close {
    right: 40px;
    top: 40px; } }

.lightbox .close:hover path {
  fill: #4098CE; }

.lightbox .form-section {
  max-width: 850px;
  width: 100%;
  border-radius: 3px;
  padding: 80px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  background: #fff;
  display: none; }

@media only screen and (max-width: 800px) {
  .lightbox .form-section {
    padding: 40px 0; } }

.lightbox .form-section .heading {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CECECE; }

.lightbox .form-section .content {
  margin-bottom: 80px; }

@media only screen and (max-width: 800px) {
  .lightbox .form-section .content {
    margin-bottom: 40px; } }

.logo-section {
  float: left;
  width: 100%;
  background: #F2F3F4;
  padding: 120px 0;
  text-align: center; }

@media only screen and (max-width: 600px) {
  .logo-section {
    padding: 60px 0;
    font-size: 80%; } }

.logo-section .heading {
  font-size: 1.875em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  color: #8A959E;
  max-width: 880px;
  margin: 20px auto 30px; }

.logo-section__logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px; }

.logo-section__logos li {
  width: 200px;
  margin: 0 40px 20px; }

.news {
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0; }

.news .container {
  position: relative;
  z-index: 10;
  max-width: 1100px; }

@media only screen and (max-width: 650px) {
  .news .container {
    padding: 0 10px; } }

.news .line-bg {
  position: absolute;
  left: 0;
  top: -100px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

@media only screen and (max-width: 800px) {
  .news .line-bg {
    display: none; } }

.news .entry-content p {
  margin-bottom: 20px; }

.news-item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  color: #8A959E;
  border-radius: 3px; }

.news-item:after {
  box-shadow: 0 24px 36px 0 rgba(106, 120, 134, 0.15);
  opacity: 0; }

.news-item:hover:after {
  opacity: 1; }

.news-item:hover .arrow {
  -webkit-transform: translateY(-50%) translateX(5px);
  transform: translateY(-50%) translateX(5px); }

.news-item:hover .arrow path {
  fill: #4098CE; }

.news-item:hover .content {
  border-color: transparent; }

.news-item .img {
  float: left;
  width: 300px;
  height: 100%;
  position: absolute;
  z-index: 10;
  background: center center no-repeat;
  background-size: cover; }

@media only screen and (max-width: 900px) {
  .news-item .img {
    width: 200px; } }

@media only screen and (max-width: 650px) {
  .news-item .img {
    display: none; } }

.news-item .content {
  float: right;
  width: 100%;
  width: calc(100% - 340px);
  padding-bottom: 15px;
  padding-right: 90px;
  position: relative;
  z-index: 10;
  border-bottom: 2px solid #F2F3F4; }

.news-item .content p {
  font-size: 1.4rem;
  line-height: 1.6; }

@media only screen and (max-width: 900px) {
  .news-item .content {
    width: calc(100% - 220px);
    font-size: 80%; } }

@media only screen and (max-width: 650px) {
  .news-item .content {
    width: 100%;
    padding-left: 20px; } }

.news-item .title {
  margin-bottom: 10px;
  line-height: 1.2; }

.news-item span {
  display: block; }

.news-item .tags {
  width: 100%;
  float: left;
  margin-bottom: 20px; }

.news-item .tag {
  display: inline-block; }

.news-item .info {
  float: left;
  width: 100%;
  margin-bottom: 15px; }

.news-item .info .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  position: relative;
  top: 4px; }

.news-item .info .icon.location {
  left: 10px; }

@media only screen and (max-width: 900px) {
  .news-item .info .icon.location {
    left: 0;
    margin-right: 0; } }

.news-item .info .text {
  display: inline-block;
  font-size: 1.6rem; }

.news-item .arrow {
  position: absolute;
  width: 15px;
  height: 30px;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.news-item .arrow path {
  fill: #CECECE; }

.pagination {
  float: left;
  width: 100%; }

.pagination .container {
  max-width: 940px; }

.pagination ul, .pagination .nav-links {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: stretch;
  justify-content: center; }

.pagination .arrow path {
  fill: #8A959E; }

.pagination .prev svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.pagination .next svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.pagination a, .pagination .current {
  display: block;
  width: 70px;
  height: 70px;
  border: 1px solid #F2F3F4;
  margin-right: -1px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .875em;
  color: #8A959E; }

@media only screen and (max-width: 910px) {
  .pagination a, .pagination .current {
    width: 50px;
    height: 50px; } }

.pagination a:hover, .pagination .current:hover {
  background: #4098CE;
  border-color: #4098CE;
  color: #fff; }

.pagination a:hover path, .pagination .current:hover path {
  fill: #fff; }

.product-intro {
  width: 100%;
  position: relative;
  z-index: 10;
  text-align: center; }

.product-intro h1 {
  max-width: 620px;
  font-size: 2.25em;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
  padding: 200px 0 80px; }

.product-description {
  float: left;
  width: 100%;
  padding: 80px 0 30px;
  background: #222e37;
  text-align: center; }

.product-description p, .product-description p:first-of-type, .product-description p:last-of-type {
  color: #fff;
  margin: 0 auto 60px;
  max-width: 600px; }

.product-description .button {
  margin-bottom: 70px; }

.product-description .bottom-social {
  float: left;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #F2F3F4; }

.product-description .bottom-social li {
  width: 30px;
  display: inline-block;
  margin: 0 20px; }

.product-description .bottom-social li.logo-sm {
  width: 44px;
  position: relative;
  left: -3px;
  top: -2px; }

.product-description .banner__customer-info {
  z-index: 2;
  bottom: 170px;
  z-index: 10; }

@media only screen and (max-width: 1200px) {
  .product-description .banner__customer-info {
    position: static;
    background-color: transparent;
    padding-right: 0; } }

@media only screen and (max-width: 950px) {
  .product-description .banner__customer-info {
    position: relative;
    top: 0;
    margin: 0 0 2rem;
    background-color: transparent;
    padding: 0; } }

.container .success-items {
  float: left;
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.container .success-items li {
  float: left;
  display: block;
  margin: 0 0 50px 0;
  background: #fff;
  width: 47%;
  padding: 30px;
  text-align: left;
  position: relative;
  padding-left: 140px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative; }

@media only screen and (max-width: 680px) {
  .container .success-items li {
    width: 100%;
    margin-bottom: 30px;
    min-height: 125px; } }

.container .success-items li p {
  text-align: left;
  width: 100%;
  float: left; }

.container .success-items li.full {
  width: 100%; }

.container .success-items li:after, .container .success-items li:before {
  display: none; }

.container .success-items li img {
  width: 125px;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: -10px; }

.dark .success-items {
  color: #fff; }

.dark .success-items li {
  background: none; }

.dark.center-section.success-container {
  padding: 50px 0; }

.product-vid {
  width: 100%;
  max-width: 100%;
  height: auto; }

.quote-section {
  float: left;
  width: 100%;
  background: url(../resources/hero-dark.jpg) center center;
  background-size: cover;
  padding: 120px 0;
  text-align: center; }

@media only screen and (max-width: 600px) {
  .quote-section {
    padding: 60px 0;
    font-size: 80%; } }

.quote-section .container {
  max-width: 880px; }

.quote-section__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #4098CE;
  background-size: cover;
  background-position: center center;
  margin: 0 auto 30px; }

.quote-section p {
  font-size: 1.875em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 30px; }

.quote-section cite {
  font-size: .875em;
  text-transform: uppercase;
  letter-spacing: 1px; }

.request-demo, .request-integration-info {
  float: left;
  width: 100%;
  position: relative;
  border-top: 1px solid #F2F3F4; }

.request-demo .image, .request-integration-info .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 400px;
  background: center center no-repeat;
  background-size: cover; }

@media only screen and (max-width: 1000px) {
  .request-demo .image, .request-integration-info .image {
    width: 300px; } }

@media only screen and (max-width: 700px) {
  .request-demo .image, .request-integration-info .image {
    display: none; } }

.request-demo .form-section, .request-integration-info .form-section {
  padding: 80px 0 150px 400px; }

.request-demo .form-section:after, .request-integration-info .form-section:after {
  width: 80%;
  width: calc(100vw - 400px);
  left: auto;
  z-index: -1;
  right: 0px;
  background: url(../resources/star-pattern.svg) no-repeat top center;
  background-size: cover; }

@media only screen and (max-width: 1000px) {
  .request-demo .form-section:after, .request-integration-info .form-section:after {
    width: calc(100vw - 300px); } }

@media only screen and (max-width: 700px) {
  .request-demo .form-section:after, .request-integration-info .form-section:after {
    width: 100%; } }

@media only screen and (max-width: 1000px) {
  .request-demo .form-section, .request-integration-info .form-section {
    padding-left: 300px;
    padding-top: 40px;
    padding-bottom: 80px; } }

@media only screen and (max-width: 700px) {
  .request-demo .form-section, .request-integration-info .form-section {
    padding-left: 0; } }

.request-demo .form-section {
  width: 100%;
  float: left;
  text-align: center; }

.request-demo .form-section .container {
  max-width: 800px;
  position: relative;
  z-index: 10; }

.request-demo .form-section .zigzag {
  margin-bottom: 20px; }

.request-demo .form-section .content {
  margin-bottom: 100px; }

@media only screen and (max-width: 700px) {
  .request-demo .form-section .content {
    margin-bottom: 40px; } }

.request-demo .form-section .form {
  padding: 0 50px; }

@media only screen and (max-width: 1000px) {
  .request-demo .form-section .form {
    padding: 0; } }

main .button.integrations {
  margin-top: 20px;
  margin-bottom: 20px; }

.request-integration-info .form-section {
  padding: 50px 0;
  text-align: center;
  justify-content: center; }

.request-integration-info .form-section:after {
  width: 100%; }

.request-integration-info .form-section .headings h2 {
  color: #3F98CE; }

.request-integration-info .form-section .headings h3 {
  font-size: 16px; }

.request-integration-info .form-section .form {
  justify-content: center;
  max-width: 455px;
  margin: auto;
  float: none; }

.request-integration-info .form-section .form input[type="submit"].button {
  margin-top: -20px;
  margin-bottom: 20px; }

.request-integration-info .form-section .form .wpcf7-response-output {
  margin-bottom: 20px; }

.with-fixed {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 80px;
  margin-top: 20px; }

@media only screen and (max-width: 530px) {
  .with-fixed {
    padding-top: 100px; } }

.with-fixed .container {
  max-width: 1100px; }

.results-bar {
  float: left;
  width: 100%;
  padding: 20px 0;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 700; }

@media only screen and (max-width: 800px) {
  .results-bar {
    font-size: 80%; } }

.results-bar .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

@media only screen and (max-width: 650px) {
  .results-bar .container {
    padding: 0 20px; } }

.results-bar.fixed {
  position: fixed;
  background: #212A31; }

.results-bar.fixed h3 {
  color: #fff; }

.results-bar.fixed h3 span {
  position: relative;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.results-bar.fixed h3 span:after {
  -webkit-transform: scale(1);
  transform: scale(1); }

@media only screen and (max-width: 800px) {
  .results-bar.fixed h3 span:after {
    bottom: -28px; } }

@media only screen and (max-width: 500px) {
  .results-bar.fixed h3 span {
    -webkit-transform: none;
    transform: none;
    margin-left: 2px; } }

.results-bar.fixed .heading {
  display: block;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

@media only screen and (max-width: 800px) {
  .results-bar.fixed .heading {
    display: none; } }

.results-bar .heading {
  display: none;
  float: left;
  font-size: 1.5em;
  line-height: 2;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600; }

.results-bar h3 {
  margin: 0;
  float: left; }

@media only screen and (max-width: 530px) {
  .results-bar h3 {
    width: 100%;
    text-align: center; } }

.results-bar h3 span {
  display: inline-block;
  font-size: .75em;
  padding: 0 10px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  position: relative; }

.results-bar h3 span:after {
  content: '';
  width: 100%;
  height: 3px;
  bottom: -24px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.list-dropdown {
  float: right; }

@media only screen and (max-width: 530px) {
  .list-dropdown {
    width: 100%;
    text-align: center; } }

.list-dropdown ul {
  display: none; }

.list-dropdown.active {
  position: relative;
  cursor: pointer;
  color: #4098CE;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #CECECE; }

.list-dropdown.active .title {
  position: relative;
  z-index: 100;
  float: left;
  width: 100%;
  padding: 12px 45px;
  font-size: .875em;
  font-weight: 700;
  text-transform: uppercase; }

.list-dropdown.active .title:before {
  content: 'View';
  display: inline-block;
  color: #8A959E;
  font-weight: 700;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #CECECE;
  text-transform: uppercase; }

.list-dropdown.active .title:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 6px;
  background: url(../resources/caret-blue.svg) no-repeat center center;
  background-size: contain;
  padding-left: 5px;
  margin-left: 5px;
  position: relative;
  top: -2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.list-dropdown.active ul {
  position: absolute;
  right: -1px;
  top: 60px;
  width: 230px;
  background: #fff;
  padding: 0;
  z-index: 10;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15); }

@media only screen and (max-width: 530px) {
  .list-dropdown.active ul {
    width: 100%; } }

.list-dropdown.active a {
  width: 100%;
  color: #8A959E;
  font-size: .875em;
  padding: 10px 20px;
  display: block; }

.list-dropdown.active a:hover {
  background: #F2F3F4; }

.list-dropdown.active li {
  float: left;
  width: 100%; }

.list-dropdown.active li.active {
  display: none; }

.list-dropdown.active.open .title:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.list-dropdown.active.open ul {
  display: block;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.center-section {
  width: 100%;
  float: left;
  background: #fff;
  z-index: 10;
  position: relative;
  padding: 140px 0; }

.center-section.pad {
  padding: 200px 0; }

.center-section.full {
  padding: 100px 0 40px; }

@media only screen and (max-width: 960px) {
  .center-section.full {
    padding: 60px 0 0px; } }

.center-section.full .container {
  max-width: 1110px; }

.center-section.full p {
  text-align: center;
  padding: 0;
  margin: 0 auto; }

.center-section .triangle {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.center-section.dark {
  background-color: #212A31;
  padding: 250px 0;
  color: #eaeaea; }

.center-section.dark .container {
  position: static; }

.center-section.dark.offset {
  padding: 100px 0 0; }

.center-section.dark.offset:before {
  background-image: url(../resources/pattern2.png);
  opacity: .3;
  z-index: 0; }

.center-section.dark.offset:after {
  content: '';
  width: 100%;
  height: 120px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

.center-section.dark .image {
  margin-top: 80px;
  position: relative;
  z-index: 100;
  margin-bottom: 50px; }

.center-section.offset {
  padding: 100px 0 0; }

.center-section.offset .container {
  position: relative;
  z-index: 100; }

.center-section.offset .image {
  margin: 80px auto 0;
  text-align: center; }

.center-section.offset .image img {
  display: inline-block; }

.center-section .container {
  max-width: 740px;
  text-align: center;
  position: relative;
  z-index: 100; }

@media only screen and (max-width: 980px) {
  .center-section .container {
    padding: 0 20px; } }

.center-section .zigzag {
  margin: 0 auto;
  display: block;
  width: 64px;
  height: 8px;
  margin-bottom: 20px; }

.center-section p {
  text-align: left; }

@media only screen and (max-width: 600px) {
  .center-section p {
    padding: 0 20px; } }

.center-section .diagonal-lines {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../resources/triangle-large.svg) no-repeat center center;
  width: 500px;
  height: 400px; }

.center-section .zigzag {
  margin-bottom: 20px;
  display: block; }

.center-section .info {
  text-align: center;
  list-style: none; }

.center-section .info span {
  display: inline-block;
  position: relative; }

.center-section .info li {
  display: inline-block;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: .875em;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #F2F3F4; }

.center-section .info li:before, .center-section .info li:after {
  display: none; }

.center-section .info li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0; }

.center-section .info strong {
  font-weight: 700; }

.center-section .info a {
  color: #4098CE; }

.center-section .info a:hover {
  color: #8A959E; }

.center-section .location {
  width: 24px;
  height: 24px;
  top: 3px; }

.center-section .logo {
  width: 40px;
  height: 24px;
  margin-right: 10px;
  top: 6px; }

.center-section .line-bg {
  position: absolute;
  left: -300px;
  bottom: -150px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

@media only screen and (max-width: 800px) {
  .center-section .line-bg {
    display: none; } }

.explorer .line-bg {
  display: none; }

.triangle {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0%;
  width: 400px;
  height: 660px;
  background: center right no-repeat;
  background-size: cover; }

@media only screen and (max-width: 1060px) {
  .triangle {
    width: 300px;
    height: 495px; } }

@media only screen and (max-width: 880px) {
  .triangle {
    width: 200px;
    height: 330px; } }

.triangle:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(-180deg, rgba(34, 46, 55, 0) 50%, #202B33 100%);
  position: absolute; }

.right-triangle {
  position: absolute;
  z-index: 50;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 400px;
  background: center center no-repeat;
  background-size: cover; }

@media only screen and (max-width: 980px) {
  .right-triangle {
    width: 300px;
    height: 240px; } }

@media only screen and (max-width: 600px) {
  .right-triangle {
    width: 200px;
    height: 160px; } }

.right-triangle:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(-180deg, rgba(34, 46, 55, 0) 50%, #202B33 100%);
  position: absolute; }

.content-section {
  float: left;
  width: 100%;
  padding: 200px 0;
  background: #fff;
  position: relative;
  z-index: 100; }

.content-section.index {
  z-index: 1; }

.content-section .container {
  position: relative;
  z-index: 10;
  max-width: 1600px; }

.content-section.line {
  border-bottom: 1px solid #CECECE; }

@media only screen and (max-width: 700px) {
  .content-section {
    padding: 100px 0;
    height: auto; } }

.content-section.pad {
  padding: 200px 0; }

@media only screen and (max-width: 700px) {
  .content-section.pad {
    padding-bottom: 100px; } }

.content-section.dark {
  background-color: #212A31;
  color: #eaeaea; }

.content-section.dark:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .4;
  left: 0;
  top: 0;
  background: url(../resources/pattern-bg.png) no-repeat center center;
  background-size: cover; }

.content-section.dark h2 {
  color: #fff; }

.content-section.dark figure {
  box-shadow: none; }

.content-section.dark .triangle {
  height: 800px;
  width: 500px; }

@media only screen and (max-width: 950px) {
  .content-section.dark .triangle {
    width: 470px; } }

@media only screen and (max-width: 900px) {
  .content-section.dark .triangle {
    width: 450px; } }

@media only screen and (max-width: 850px) {
  .content-section.dark .triangle {
    width: 420px; } }

@media only screen and (max-width: 800px) {
  .content-section.dark .triangle {
    width: 200px;
    height: 380px; } }

.content-section.triangle-block {
  height: 800px; }

@media only screen and (max-width: 1050px) {
  .content-section.triangle-block {
    height: auto; } }

.content-section .zigzag {
  margin-bottom: 10px; }

.content-section .triangle {
  position: absolute;
  left: auto;
  height: 100%;
  width: 430px;
  right: 0;
  z-index: 10; }

.content-section .triangle.left {
  left: 0;
  height: 800px;
  width: 500px;
  z-index: 1; }

@media only screen and (max-width: 850px) {
  .content-section .triangle.left {
    width: 420px; } }

@media only screen and (max-width: 800px) {
  .content-section .triangle.left {
    width: 200px;
    height: 380px; } }

@media only screen and (max-width: 1060px) {
  .content-section .triangle {
    width: 300px;
    height: 500px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media only screen and (max-width: 800px) {
  .content-section .triangle {
    right: auto;
    left: 0;
    top: 0;
    width: 200px;
    height: 380px; } }

.content-section .content {
  float: left;
  width: 46%; }

@media only screen and (min-width: 1601px) {
  .content-section .content {
    width: 48%; } }

@media only screen and (max-width: 800px) {
  .content-section .content {
    width: 100%;
    margin-bottom: 40px; } }

.content-section .content.right {
  float: right; }

.content-section.center {
  text-align: center;
  padding: 70px 0; }

.content-section.center .content {
  float: none;
  width: 580px;
  max-width: 100%;
  margin: 0 auto; }

.content-section.center .content h2 {
  margin-bottom: 10px; }

.content-section figure {
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.15);
  float: left;
  width: 45%;
  max-width: 700px;
  position: relative;
  z-index: 10; }

.content-section figure.right {
  float: right; }

.content-section figure.no-shadow {
  box-shadow: none; }

@media only screen and (max-width: 800px) {
  .content-section figure {
    width: 100%; } }

.content-section figure img {
  width: 100%;
  display: block; }

.content-section figure.right {
  float: right; }

.content-section .cs.mini {
  float: left;
  width: 45%; }

@media only screen and (max-width: 800px) {
  .content-section .cs.mini {
    width: 100%;
    font-size: 80%; } }

.content-section .cs.mini.right {
  float: right; }

.content-section .line-bg {
  position: absolute;
  right: -240px;
  bottom: -200px;
  z-index: -1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

@media only screen and (max-width: 800px) {
  .content-section .line-bg {
    display: none; } }

.content-section .three-col .col {
  width: 29%; }

@media only screen and (max-width: 750px) {
  .content-section .three-col .col {
    width: 100%;
    text-align: left;
    margin-top: 20px; } }

.three-col {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.three-col .col {
  width: 32%;
  float: left;
  text-align: center; }

.three-col svg {
  width: 60px;
  margin-bottom: 20px; }

.page-id-2706 .content-section:nth-child(5n), .page-id-3026 .content-section:nth-child(5n) {
  padding-bottom: 0; }

.page-id-2706 .content-section:nth-child(3n) .right ul, .page-id-3026 .content-section:nth-child(3n) .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.page-id-2706 .content-section:nth-child(3n) .right ul li, .page-id-3026 .content-section:nth-child(3n) .right ul li {
  width: 45%;
  float: left; }

.page-template-template-product .content-section {
  padding: 150px 0; }

@media only screen and (max-width: 700px) {
  .page-template-template-product .content-section {
    padding: 100px 0; } }

.ralated-posts-wrap {
  margin-left: 0;
  margin-right: 0; }

@media only screen and (min-width: 840px) {
  .ralated-posts-wrap {
    padding: 20px 0 50px; } }

.page-template-template-product .center-section {
  z-index: 20; }

.page-template-template-product .center-section.dark {
  z-index: 200; }

.ebook_cta_slidein {
  position: fixed;
  top: 30%;
  right: -500px;
  width: 500px;
  height: 300px;
  background: #fff;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
  z-index: 1000;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.3); }

@-webkit-keyframes slide {
  100% {
    right: 0; } }

@keyframes slide {
  100% {
    right: 0; } }

.ebook_cta_image {
  height: 100%;
  width: 30%;
  float: right;
  background-size: cover;
  background-position: center; }

.ebook_cta_content {
  padding: 15px;
  font-size: 1em;
  letter-spacing: .003rem;
  font: inherit;
  color: #8A959E;
  width: 300px;
  height: 300px;
  margin-left: 25px;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative; }

.ebook_cta_content h1 {
  color: #3298cc;
  font-weight: bold;
  font-size: 2.6rem; }

.ebook_cta_text {
  position: absolute; }

.ebook_cta_content .ebook_cta_download_link {
  font-weight: bold;
  padding: 8px;
  border-radius: 40px;
  background-color: #4098CE;
  color: #fff;
  position: absolute;
  bottom: 20px;
  width: 85%;
  text-align: center;
  padding-left: 0; }

.ebook_cta_content .ebook_cta_download_link:hover {
  background-color: #fff;
  color: #4098CE;
  border: solid 1px #4098CE; }

span.closing-x {
  float: left;
  padding: 12px; }

span.closing-x:hover {
  cursor: pointer; }

span.closing-x:hover g {
  stroke: #4098CE; }

span.closing-x:focus {
  outline: none; }

@media only screen and (max-width: 757px) {
  .ebook_cta_slidein {
    max-height: 75%;
    top: 20%; }
  .ebook_cta_content {
    height: 100%; } }

@media only screen and (max-width: 500px) {
  .ebook_cta_slidein {
    width: 100%; }
  .ebook_cta_content {
    width: 59%; } }

@media all and (-ms-high-contrast: none) {
  .ebook-single-page .banner {
    height: auto; }
  .ebook-single-page *::-ms-backdrop, .ebook-single-page .banner {
    height: auto; } }

.ebook-single-page .banner::before {
  content: '';
  background-image: linear-gradient(rgba(34, 46, 55, 0) 0%, #222e37 60%);
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 620px;
  position: absolute;
  z-index: 10; }

.ebook-single-page .banner .details {
  z-index: 1000; }

.ebook-single-page .banner .header {
  padding-top: 120px; }

@media only screen and (max-width: 900px) {
  .ebook-single-page .banner .header {
    padding-top: 20px; } }

@media only screen and (max-width: 833px) {
  .ebook-single-page .banner .header {
    padding-top: 60px; } }

.ebook-single-page .details .ebook-content-form {
  display: flex;
  justify-content: center;
  align-items: center; }

@media only screen and (max-width: 900px) {
  .ebook-single-page .details .ebook-content-form {
    display: block; } }

.ebook-single-page .details svg {
  width: auto;
  height: auto;
  margin-right: 10px; }

@media all and (-ms-high-contrast: none) {
  .ebook-single-page .details svg {
    width: 20px;
    height: 20px;
    margin-right: 10px; }
  .ebook-single-page *::-ms-backdrop, .ebook-single-page .details svg {
    width: 20px;
    height: 20px;
    margin-right: 10px; } }

.ebook-single-page .details::after {
  background: url(../resources/star-pattern.svg) no-repeat top center;
  content: '';
  background-size: cover;
  left: auto;
  z-index: -1;
  right: 0px; }

.ebook-single-page .banner .heading {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 400px; }

.ebook-single-page .column1, .ebook-single-page .column2 {
  display: inline-block;
  width: 45%;
  font-size: 1em;
  line-height: 2.2 !important;
  letter-spacing: .003rem;
  font: inherit;
  color: #8A959E;
  margin: 20px 40px; }

.ebook-single-page .column1 {
  text-align: left;
  background-color: #fff; }

.ebook-single-page .column1 p, .ebook-single-page .column2 p {
  line-height: 2.2; }

.ebook-single-page .column1 .bullet {
  font-size: 2rem; }

.ebook-single-page .vertical-hr {
  width: 2px;
  height: 100px;
  background-color: #F2F3F4;
  margin-top: 9%; }

@media only screen and (max-width: 900px) {
  .ebook-single-page .column1, .ebook-single-page .column2 {
    width: 90%;
    display: block;
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 40px;
    margin-bottom: 40px; }
  .ebook-single-page .vertical-hr {
    display: none; } }

.ebook-single-page input::-webkit-input-placeholder {
  color: #8A959E; }

.ebook-single-page input::-moz-placeholder {
  color: #8A959E; }

.ebook-single-page input::-ms-input-placeholder {
  color: #8A959E; }

.ebook-single-page input:-moz-placeholder {
  color: #8A959E; }

.ebook-single-page .button-container {
  margin-left: 5%;
  margin-right: 5%; }

.ebook-single-page .button-container input {
  width: 280px; }

.ebook-single-page .more-ebooks {
  padding-top: 400px;
  height: auto; }

@media only screen and (max-width: 1366px) {
  .ebook-single-page .more-ebooks {
    padding-top: 360px; } }

@media only screen and (max-width: 900px) {
  .ebook-single-page .more-ebooks {
    padding-top: 500px; } }

.ebook-single-page .ebook-links .heading {
  text-align: center;
  font-size: 2rem; }

.ebook-single-page .ebook-links .heading h2 {
  font-weight: bold; }

.ebook-single-page .more-ebook-tiles {
  text-align: center;
  display: flex;
  margin: 0; }

@media only screen and (max-width: 490px) {
  .ebook-single-page .more-ebook-tiles {
    margin-left: -6%; } }

@media only screen and (max-width: 450px) {
  .ebook-single-page .more-ebook-tiles {
    margin-left: -10%; } }

@media only screen and (max-width: 420px) {
  .ebook-single-page .more-ebook-tiles {
    margin-left: -12%; } }

@media only screen and (max-width: 410px) {
  .ebook-single-page .more-ebook-tiles {
    margin-left: -16%; } }

@media only screen and (max-width: 390px) {
  .ebook-single-page .more-ebook-tiles {
    margin-left: -19%; } }

@media only screen and (max-width: 375px) {
  .ebook-single-page .more-ebook-tiles {
    margin-left: -23%; } }

.ebook-single-page .ebook-tile-link {
  display: inline-flex;
  position: relative;
  background: #fff;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.3);
  width: 330px;
  height: 370px;
  margin: 20px;
  padding: 20px;
  transition: all 0.2s ease-out;
  top: 0px; }

.ebook-single-page .ebook-tile-link:hover {
  top: -10px; }

.ebook-single-page .ebook-tile-link:nth-child(odd) .ebook-tile-image::after {
  background: rgba(63, 152, 206, 0.8); }

.ebook-single-page .ebook-tile-link:nth-child(even) .ebook-tile-image::after {
  background: rgba(42, 109, 149, 0.8); }

.ebook-single-page .ebook-tile-link:hover .ebook-tile-image::after {
  background: none;
  background-image: linear-gradient(180deg, rgba(85, 138, 170, 0) 0%, #558AAA 100%);
  position: relative;
  transition: all 0.2s ease-out;
  top: 0px; }

.ebook-single-page .ebook-tile-image {
  max-width: 100%;
  width: 290px;
  height: 300px;
  position: absolute;
  margin: auto;
  background-size: cover;
  background-position: center; }

.ebook-single-page .ebook-tile-image::after {
  display: block;
  position: relative;
  height: 300px;
  width: 100%;
  content: ''; }

.ebook-single-page .ebook-tile-image:hover {
  height: 300px; }

.ebook-single-page .ebook-tile-text {
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  width: 80%;
  text-align: left;
  margin: 0 auto;
  bottom: 20%; }

.ebook-single-page .ebook-tile-title {
  font-size: 2.3rem;
  font-weight: bold; }

.ebook-single-page .ebook-form-intro {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 36px;
  line-height: 3.2rem !important; }

@media only screen and (max-width: 1278px) {
  .ebook-single-page .ebook-tile-link {
    display: block;
    margin: 20px auto; } }

@media only screen and (max-width: 1040px) {
  .ebook-single-page .banner .details {
    height: auto; } }

@media only screen and (max-width: 833px) {
  .ebook-single-page .banner .heading {
    margin-bottom: 500px; } }

@media only screen and (max-width: 500px) {
  .ebook-single-page .banner .heading {
    margin-bottom: 600px; } }

@media only screen and (max-width: 600px) {
  .ebook-single-page .details .column1 p {
    font-size: 1.5rem; } }

.ebook-single-page .ebook-download-success {
  color: #8A959E;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px; }

.ebook-single-page .ebook-download-success h3 {
  font-weight: bold;
  font-size: 3rem; }

.ebook-single-page .ebook-download-success .ebook-thanks {
  color: #F7CE3C; }

.ebook-single-page .ebook-download-success hr {
  height: 2px;
  color: #8A959E;
  background-color: #8A959E;
  width: 20%; }

.ebook-single-page .ebook-social-icons {
  display: flex;
  justify-content: center;
  align-items: center; }

.ebook-single-page .ebook-download-success .ebook-social-icons a {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background: #4098CE;
  color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 5px; }

.ebook-single-page .ebook-download-success .ebook-social-icons svg {
  margin-right: 0; }

.ebook-single-page .wpcf7-not-valid-tip {
  display: none; }

.single-events .banner {
  min-height: 720px;
  padding: 300px 0 0 0; }

.single-events .details {
  font-size: 1em;
  line-height: 2.2;
  letter-spacing: .003rem;
  font: inherit;
  color: #8A959E;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 60px 30px;
  position: relative; }

.single-events .detail-columns {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.single-events .column1, .single-events .column2, .single-events .column3 {
  display: inline-block;
  font-size: 1.9rem; }

.single-events .column1 {
  width: 30%; }

.single-events .column2 {
  width: 40%; }

.single-events .column3 {
  width: 30%;
  text-align: left;
  font-weight: bold; }

.single-events .vertical-hr {
  width: 2px;
  height: 100px;
  background-color: #F2F3F4;
  margin: 18px; }

.single-events .mobile-show {
  display: none; }

@media only screen and (max-width: 960px) {
  .single-events .details {
    width: 90%; }
  .single-events .center-section.pad svg, .single-events .center-section.pad h2 {
    display: none; }
  .single-events .center-section.pad p {
    display: none; }
  .single-events .detail-columns {
    display: block; }
  .single-events .column1, .single-events .column2, .single-events .column3 {
    width: 100%; }
  .single-events .column1 img {
    max-height: 200px; }
  .single-events .column2, .single-events .column3 {
    text-align: left; }
  .single-events .vertical-hr {
    display: none; }
  .single-events .mobile-show {
    display: block; }
  .single-events .mobile-show hr {
    width: 200px;
    margin-top: 30px;
    margin-bottom: 30px; } }

.single-events .icon {
  padding: 5px;
  width: 100%; }

.single-events .event-address {
  padding-left: 53px; }

.single-events .banner .details .icon {
  margin-bottom: 5px; }

.single-events .banner .details svg {
  width: 50px;
  height: 28px;
  top: 7px;
  position: relative; }

.single-events .event_link {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  width: 100%; }

.single-events .event_link a {
  font-weight: bold;
  padding: 15px;
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #3493cb;
  color: #fff; }

@media only screen and (max-width: 900px) {
  .single-events .event_link {
    margin-top: 20px; }
  .single-events .event_link a {
    font-size: 1.8rem; } }

.single-events .center-section .container {
  padding: 0;
  max-width: none !important; }

.single-events .center-section.pad {
  padding: 200px 0px 100px 0px; }

.single-events .center-section p {
  max-width: none !important; }

.single-events .event-description-content {
  margin: 0 auto;
  width: 52%;
  font-size: 1em;
  line-height: 2.2;
  letter-spacing: .003rem;
  font: inherit;
  color: #8A959E; }

@media only screen and (max-width: 900px) {
  .single-events .event-description-content {
    display: none; } }

.single-events .content-section h4 {
  color: #fff !important; }

.single-events .content-section.speaker-details .triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  background: transparent;
  border: 50px solid transparent;
  border-top-color: #fff; }

.single-events .speaker-details {
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
  height: auto; }

@media only screen and (max-width: 915px) {
  .single-events .content-section.speaker-details.triangle {
    top: 50px; } }

@media only screen and (max-width: 900px) {
  .single-events .content-section.speaker-details .triangle {
    top: 1.8%;
    left: 35%;
    right: 35%; } }

.single-events .featured-speaker {
  padding-left: 20rem;
  padding-right: 20rem; }

.single-events .featured-speaker h1, .single-events h2, .single-events h3, .single-events h4, .single-events h5, .single-events h6 {
  clear: none !important; }

.single-events .speaker-pic {
  float: left;
  padding: 0;
  padding-right: 35px;
  width: 450px; }

.single-events .speaker-excerpt {
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.2; }

.single-events .speaker-excerpt p.summary {
  padding-top: 20px; }

.single-events .speaker-excerpt h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
  text-transform: none; }

.single-events .speaker-excerpt a {
  font-weight: bold; }

@media only screen and (max-width: 1052px) {
  .single-events .speaker-pic {
    padding-right: 0;
    float: none;
    padding-bottom: 20px; } }

@media only screen and (max-width: 400px) {
  .single-events .speaker-pic {
    padding-bottom: 20px; } }

@media only screen and (max-width: 915px) {
  .single-events .featured-speaker {
    padding-left: 10rem;
    padding-right: 10rem; }
  .single-events .featured-speaker img {
    display: block;
    margin: 0 auto; } }

@media only screen and (max-width: 660px) {
  .single-events .featured-speaker {
    padding-left: 0;
    padding-right: 0; } }

.single-events .content-section.map {
  padding: 0;
  height: auto; }

.single-events .acf-map {
  width: 100%;
  height: 600px;
  border: 0;
  margin: 0; }

.single-events .acf-map img {
  max-width: inherit !important; }

.single-events .marker-details {
  padding: 10px;
  line-height: 1.5;
  font-size: 1.5rem; }

@media only screen and (max-width: 400px) {
  .single-events .center-section.pad {
    padding: 150px 0;
    min-height: 400px; }
  .single-events .content-section.speaker-details.triangle {
    top: 2.4%; } }

.center-section {
  min-height: 400px; }

.single-speaker .site-header-placeholder, .events-speaker .site-header-placeholder {
  display: none; }

.single-speaker .banner, .events-speaker .banner {
  background-color: #212A31 !important;
  min-height: 420px !important; }

.single-speaker .banner .header, .events-speaker .banner .header {
  padding: 160px 0px 60px 0px; }

.single-speaker .container, .events-speaker .container {
  padding: 0 !important; }

.single-speaker .mobile-show, .events-speaker .mobile-show {
  display: none; }

.single-speaker .mobile-slider, .events-speaker .mobile-slider {
  display: none; }

.single-speaker .details, .events-speaker .details {
  margin-top: 60px;
  text-align: left;
  line-height: 3rem; }

.single-speaker .content, .events-speaker .content {
  width: 66%;
  margin: 0 auto;
  text-align: center;
  line-height: 2rem !important; }

.single-speaker .content .profile-image, .events-speaker .content .profile-image {
  float: left;
  padding: 0;
  width: 500px;
  padding-right: 35px;
  padding-bottom: 20px; }

@media only screen and (max-width: 800px) {
  .single-speaker .content, .events-speaker .content {
    width: 90% !important; }
  .single-speaker .profile-image, .events-speaker .profile-image {
    padding: 40px !important; }
  .single-speaker .social, .events-speaker .social {
    text-align: center; }
  .single-speaker .mobile-show, .events-speaker .mobile-show {
    display: inline; }
  .single-speaker .details, .events-speaker .details {
    margin-top: 0; } }

@media only screen and (max-width: 1140px) {
  .single-speaker .details .profile-image, .events-speaker .details .profile-image {
    float: none;
    display: block;
    margin: auto; }
  .single-speaker .social, .events-speaker .social {
    text-align: center; } }

.single-speaker .detailed-info, .events-speaker .detailed-info {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px; }

.single-speaker .content hr, .events-speaker .content hr {
  background: rgba(168, 168, 168, 0.5) !important;
  height: 1.5px !important; }

.single-speaker .social a, .events-speaker .social a {
  margin: 8px; }

.single-speaker .social hr, .events-speaker .social hr {
  width: 25%;
  margin-left: 0;
  height: 1.5px !important; }

@media only screen and (max-width: 800px) {
  .single-speaker .social hr, .events-speaker .social hr {
    width: 100%;
    margin-left: none; }
  .single-speaker .mobile-show hr, .events-speaker .mobile-show hr {
    width: 100%;
    height: 2.5px !important; } }

.single-speaker .emphasize, .events-speaker .emphasize {
  display: inline !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: bold !important;
  font-size: 1.7rem !important; }

.single-speaker .positions, .events-speaker .positions {
  line-height: 40px; }

.single-speaker .content ul, .events-speaker .content ul {
  list-style: disc inside none !important;
  text-indent: 30px; }

.single-speaker .past-events ul, .events-speaker .past-events ul {
  text-indent: -1.5em;
  padding-left: 2.5em; }

.single-speaker .textarea, .single-speaker .upcoming-events, .events-speaker .textarea, .events-speaker .upcoming-events {
  line-height: 40px; }

.single-speaker .quote-start, .events-speaker .quote-start {
  position: absolute;
  float: left;
  top: -30px;
  left: -35px; }

.single-speaker .quote, .events-speaker .quote {
  position: relative;
  width: 90%;
  border: solid 1px;
  padding: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  font-style: italic;
  font-size: 2.5rem;
  display: inline-block; }

@media only screen and (max-width: 800px) {
  .single-speaker .quote, .events-speaker .quote {
    font-size: 2rem; } }

.single-speaker .quote-end, .events-speaker .quote-end {
  position: absolute;
  float: right;
  bottom: -37px;
  right: -35px; }

.single-speaker .past-events, .events-speaker .past-events {
  margin-top: 30px;
  margin-bottom: 50px; }

.single-speaker .past-events h2, .events-speaker .past-events h2 {
  font-weight: bold;
  font-size: 2rem; }

.single-speaker .upcoming-events, .events-speaker .upcoming-events {
  margin-top: 40px;
  margin-bottom: 60px; }

.single-speaker .upcoming-events h1, .events-speaker .upcoming-events h1 {
  text-align: center;
  font-size: 3.5rem; }

@media only screen and (max-width: 800px) {
  .single-speaker .upcoming-events h1, .events-speaker .upcoming-events h1 {
    padding-left: 20px;
    padding-right: 20px; } }

.single-speaker .event .title, .events-speaker .event .title {
  text-align: left; }

.single-speaker .event .info, .events-speaker .event .info {
  text-align: left; }

.single-speaker .event .content, .events-speaker .event .content {
  width: 72%; }

.single-speaker .event .img, .events-speaker .event .img {
  width: 27%;
  background-size: contain; }

@media only screen and (max-width: 800px) {
  .single-speaker .event .img, .events-speaker .event .img {
    display: none; } }

@media only screen and (max-width: 650px) {
  .single-speaker .events, .events-speaker .events {
    padding-bottom: 0; }
  .single-speaker .event .content, .events-speaker .event .content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .single-speaker .event .img, .events-speaker .event .img {
    display: none; } }

.single-speaker .center-section, .events-speaker .center-section {
  margin-top: 50px;
  color: #fff;
  padding: 50px !important; }

.single-speaker .center-section .header, .events-speaker .center-section .header {
  margin: 0 auto;
  text-align: center; }

.single-speaker .feature-tiles, .events-speaker .feature-tiles {
  justify-content: center; }

.single-speaker .slider, .events-speaker .slider {
  text-align: center; }

.single-speaker .speaker-tile, .events-speaker .speaker-tile {
  color: #fff;
  height: 350px;
  margin: 20px;
  position: relative;
  text-align: left;
  background-position: center top;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  transition: all 0.2s ease-out;
  top: 0px; }

.single-speaker .speaker-tile-text, .events-speaker .speaker-tile-text {
  position: absolute;
  z-index: 50;
  bottom: 20%;
  margin-left: 25px; }

.single-speaker .featured-name, .events-speaker .featured-name {
  font-size: 2.5rem;
  line-height: 35px;
  font-weight: bold; }

.single-speaker .break, .events-speaker .break {
  margin-left: 0;
  width: 100px; }

.single-speaker .bio-link, .events-speaker .bio-link {
  background: #fff;
  color: grey;
  display: block;
  width: 100%;
  bottom: 0;
  position: absolute;
  height: 4.5rem;
  font-size: 1.8rem;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 50; }

.single-speaker .speaker-tile:hover, .events-speaker .speaker-tile:hover {
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.3);
  top: -10px; }

.single-speaker .speaker-tile::after, .events-speaker .speaker-tile::after {
  content: '';
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.7) 100%);
  position: relative;
  width: 100%;
  height: 100%; }

.single-speaker .bio-arrow, .events-speaker .bio-arrow {
  position: absolute;
  bottom: 5px;
  right: 10px; }

.single-speaker .slick-slider, .events-speaker .slick-slider {
  margin: 0 auto;
  width: 75%;
  display: inline-block !important;
  vertical-align: middle; }

.single-speaker .slick-left-arrow, .single-speaker .slick-right-arrow, .events-speaker .slick-left-arrow, .events-speaker .slick-right-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 32px; }

.single-speaker .slick-left-arrow:hover g, .events-speaker .slick-left-arrow:hover g {
  stroke: #4098CE; }

.single-speaker .slick-right-arrow:hover g, .events-speaker .slick-right-arrow:hover g {
  stroke: #4098CE; }

@media only screen and (max-width: 800px) {
  .single-speaker .slider, .events-speaker .slider {
    display: none; }
  .single-speaker .mobile-slider, .events-speaker .mobile-slider {
    display: block;
    width: 320px;
    margin: 0 auto; }
  .single-speaker .slick-slide, .events-speaker .slick-slide {
    margin: 0; }
  .single-speaker .slick-slider, .events-speaker .slick-slider {
    display: block;
    width: 320px; }
  .single-speaker .slick-left-arrow, .events-speaker .slick-left-arrow {
    margin-top: 20px; }
  .single-speaker .slick-right-arrow, .events-speaker .slick-right-arrow {
    margin-top: 20px; }
  .single-speaker .mobile-slider-arrows, .events-speaker .mobile-slider-arrows {
    text-align: center; } }

.tag {
  display: inline-block;
  padding: 3px 14px;
  border-radius: 50px;
  font-size: .875em;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #fff; }

.tag.business {
  background: #37BCEA; }

.tag.medical {
  background: #A47DFF; }

.tag.webinar {
  background: #CECECE; }

.tag.animal {
  background: #FF7DC8; }

.tag.automotive {
  background: #6EA9FF; }

.tag.construction {
  background: #FFAD57; }

.tag.health {
  background: #FF6969; }

.tag.home {
  background: #6A7886; }

.tag.hospitality {
  background: #00C18B; }

.content-section .vertical-slider {
  float: left;
  width: 100%;
  position: relative;
  z-index: 100; }

@media only screen and (max-width: 940px) {
  .content-section .vertical-slider {
    padding-left: 50px; } }

.content-section .vertical-slider h3 {
  color: #fff; }

.content-section .vertical-slider .content {
  padding-left: 30px; }

@media only screen and (min-width: 1601px) {
  .content-section .vertical-slider .content {
    padding-left: 100px; } }

@media only screen and (max-width: 940px) {
  .content-section .vertical-slider .content {
    padding-left: 0px;
    width: 100%;
    margin-bottom: 40px; } }

@media only screen and (max-width: 940px) {
  .content-section .vertical-slider figure {
    padding-left: 30px;
    width: 100%; } }

.content-section .vertical-slider .slick-dots {
  position: absolute;
  height: 100%;
  top: 0;
  margin-left: 0px; }

@media only screen and (max-width: 940px) {
  .content-section .vertical-slider .slick-dots {
    -webkit-transform: none;
    transform: none;
    left: 15px; } }

.content-section .vertical-slider .slick-dots li {
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  display: block;
  background: none;
  margin: 0 0 100px; }

.content-section .vertical-slider .slick-dots li:before {
  content: '';
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: RGBA(53, 89, 111, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 1; }

.content-section .vertical-slider .slick-dots li:after {
  content: '';
  display: block;
  width: 1px;
  height: 150px;
  background: #CECECE;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 10px;
  z-index: 1; }

.content-section .vertical-slider .slick-dots li:last-child {
  margin: 0; }

.content-section .vertical-slider .slick-dots li:last-child:after {
  display: none; }

.content-section .vertical-slider .slick-dots li:hover:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

.content-section .vertical-slider .slick-dots li.slick-active:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

.content-section .vertical-slider .slick-dots li.slick-active button {
  color: #fff;
  background: #4098CE;
  -webkit-transform: scale(1);
  transform: scale(1); }

.content-section .vertical-slider .slick-dots button {
  display: block;
  position: relative;
  z-index: 10;
  width: 36px;
  height: 36px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  border-radius: 50%;
  background: #CECECE;
  text-indent: 0;
  color: transparent; }

.values-icon {
  width: 100%;
  height: 150px;
  margin: 0;
  fill: #000; }

.flex-section--dark .values-icon {
  fill: #fff; }

.page-template-blog .attachment-post-thumbnail {
  display: none !important; }

  .page-template-blog .main-header {background-color: #0a4a78;  position: fixed;
    top: 0;
    left: 0;
    right: 0;
  z-index: 9999;}

  .page-template-blog .section-page-heading {
  min-height: 0;
  display: inherit;
  margin-top: 95px;
  padding-top: 50px;
  background-image: none !important;
  background-color: none !important;}


  .category .main-header {background-color: #0a4a78;  position: fixed;
    top: 0;
    left: 0;
    right: 0;
  z-index: 9999;}

  .category .section-page-heading {
  margin-top: 95px;
  padding-top: 50px;
  background-image: none !important;
  background-color: none !important;}
  
  .category .button-placeholder {display: none !important;}
  .category .section-page-heading.with-thumbnail .page-heading-overlay-content {position: relative; bottom: inherit;}
  .category .section-page-heading .size-post-thumbnail { display: none;}

  .category .section-page-heading .page-title {
  text-shadow: none !important;
  letter-spacing: 0px !important; 
  font-size: 47px;
  color: #009CDE;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
}
  
.page-template-blog .section-page-heading .page-title {
  text-shadow: none !important;
  letter-spacing: 0px !important; 
  font-size: 47px;
  color: #009CDE;}

.page-template-blog .section-subscribe #wpcf7-f1923-o1 {
  width: 100%;
  max-width: 700px; }

.page-template-blog .section-subscribe #wpcf7-f1923-o1 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

.page-template-blog .section-subscribe #wpcf7-f1923-o1 .sf_field {
  width: calc(50% - 1rem);
  border: none !important; }

.page-template-blog .section-subscribe #wpcf7-f1923-o1 .sf_field:nth-of-type(3) {
  margin: 0 0 0 2rem; }

.page-template-blog .section-subscribe #wpcf7-f1923-o1 .sf_field:nth-of-type(4) {
  width: 100%; }

.page-template-blog .section-subscribe #wpcf7-f1923-o1 .w2lsubmit {
  margin: 0 auto; }

@media only screen and (max-width: 750px) {
  .page-template-blog .section-subscribe #wpcf7-f1923-o1 {
    padding: 0 2.5rem; }
  .page-template-blog .section-subscribe #wpcf7-f1923-o1 .sf_field {
    width: 100%;
    margin: 0 0 1rem; }
  .page-template-blog .section-subscribe #wpcf7-f1923-o1 .sf_field:nth-of-type(3) {
    margin: 0 !important; } }

.page-template-blog .section-page-heading.with-thumbnail .page-heading-overlay-content {
  bottom: 0;
  position: static; }

.page-template-blog .section-page-heading.with-thumbnail .page-heading-overlay-content .row {
  flex-direction: column; }

.page-template-blog .section-page-heading.with-thumbnail .page-heading-overlay-content .button-placeholder:empty {
  display: none; }

.page-template-blog .blog-categories a {
  text-transform: none;
  font-family: "Open Sans",sans-serif !important; }

  .category .blog-categories a {
  text-transform: none;
  font-family: "Open Sans",sans-serif !important; }

.page-template-blog .entry.small .entry-title {
  line-height: 1.4;
  font-weight: 600; }

.page-template-blog .entry.background .entry-main {
  padding: 20px 30px; }

.category .entry.background .entry-main {
  padding: 20px 30px; }

.page-template-blog .pagination {
  margin-top: 10rem; }

.page-template-blog .row {
  max-width: 1100px; }

.category .row {
  max-width: 1100px; }

.page-template-demo-v2 .row, .page-template-partner-v2 .row {
  max-width: 1240px; }

.page-template-demo-v2 .section-page-heading, .page-template-partner-v2 .section-page-heading {
  height: 566px;
  overflow: visible;
  position: relative; }

.page-template-demo-v2 .section-page-heading::before, .page-template-partner-v2 .section-page-heading::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4); }

.page-template-demo-v2 .section-page-heading .row, .page-template-partner-v2 .section-page-heading .row {
  margin-top: 197px; }

.page-template-demo-v2 .section-page-heading h1, .page-template-partner-v2 .section-page-heading h1 {
  text-align: left;
  line-height: 1.5em; }

.page-template-demo-v2 .section-page-heading .form, .page-template-partner-v2 .section-page-heading .form {
  background: url(../resources/star-pattern.svg) no-repeat top -90px right -15px #fff;
  background-size: 130%;
  margin: -46px auto 0;
  padding: 2em 4em;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  max-width: 570px; }

.page-template-demo-v2 .section-page-heading .form .wpcf7, .page-template-partner-v2 .section-page-heading .form .wpcf7 {
  max-width: 455px; }

.page-template-demo-v2 .section-page-heading .form .half, .page-template-partner-v2 .section-page-heading .form .half {
  width: 100%; }

.page-template-demo-v2 .section-page-heading .form fieldset, .page-template-partner-v2 .section-page-heading .form fieldset {
  margin-bottom: 1em; }

.page-template-demo-v2 .section-page-heading .form h3, .page-template-partner-v2 .section-page-heading .form h3 {
  color: #3F98CE;
  font-size: 1.5em;
  letter-spacing: .2em;
  font-weight: bold;
  width: 100%;
  display: block;
  text-transform: uppercase; }

.page-template-demo-v2 .section-page-heading .form p, .page-template-partner-v2 .section-page-heading .form p {
  color: #8A959E;
  max-width: 300px;
  font-size: 16px;
  margin: .5em auto 1em; }

.page-template-demo-v2 .section-page-heading .form .button-container, .page-template-partner-v2 .section-page-heading .form .button-container {
  margin-top: 1em; }

.page-template-demo-v2 .subscribe-text, .page-template-partner-v2 .subscribe-text {
  padding-right: 7em; }

.page-template-demo-v2 .subscribe-text ul, .page-template-partner-v2 .subscribe-text ul {
  font-size: 1em; }

.page-template-demo-v2 .subscribe-text ul li, .page-template-partner-v2 .subscribe-text ul li {
  padding-left: 3em;
  background: url("../resources/check.png") center left no-repeat;
  line-height: 4em; }

.page-template-demo-v2 .subscribe-text ul li div, .page-template-partner-v2 .subscribe-text ul li div {
  height: 100%;
  padding: 1em 0;
  line-height: 1.5em; }

.page-template-demo-v2 .subscribe-text ul li:not(:last-child) div, .page-template-partner-v2 .subscribe-text ul li:not(:last-child) div {
  border-bottom: 1px solid #E4E4E4; }

.page-template-demo-v2 .subscribe-text ul li span, .page-template-partner-v2 .subscribe-text ul li span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 1.25em; }

.page-template-demo-v2 .flex-section.flex-section--dark .flex-section__container, .page-template-partner-v2 .flex-section.flex-section--dark .flex-section__container {
  color: #eaeaea; }

.page-template-demo-v2 .flex-section.flex-section--dark .flex-section__container h2, .page-template-partner-v2 .flex-section.flex-section--dark .flex-section__container h2 {
  color: #fff; }

.page-template-demo-v2 .flex-section.flex-section--dark .button-container, .page-template-partner-v2 .flex-section.flex-section--dark .button-container {
  margin: 5em 0; }

.page-template-demo-v2 .testimonials, .page-template-partner-v2 .testimonials {
  background-color: #F4F4F5;
  min-height: 370px;
  padding: 5em 0 8em; }

.page-template-demo-v2 .testimonials .testimonials-title, .page-template-partner-v2 .testimonials .testimonials-title {
  max-width: 960px;
  border-bottom: 1px solid #DADADA;
  margin: auto;
  padding-bottom: 2em;
  margin-bottom: 2em; }

.page-template-demo-v2 .testimonials .testimonials-title .zigzag, .page-template-partner-v2 .testimonials .testimonials-title .zigzag {
  margin: auto;
  width: 64px; }

.page-template-demo-v2 .testimonials .testimonials-title h2, .page-template-partner-v2 .testimonials .testimonials-title h2 {
  text-align: center;
  max-width: 650px;
  margin: auto; }

.page-template-demo-v2 .testimonials .cs::before, .page-template-demo-v2 .testimonials .cs::after, .page-template-partner-v2 .testimonials .cs::before, .page-template-partner-v2 .testimonials .cs::after {
  background: transparent; }

.page-template-demo-v2 .testimonials .testimonial, .page-template-partner-v2 .testimonials .testimonial {
  text-align: center;
  padding: 1em 1em 2em;
  font-size: 1.375em; }

.page-template-demo-v2 .testimonials .testimonial .author, .page-template-partner-v2 .testimonials .testimonial .author {
  display: block;
  color: #3F98CE;
  margin-top: 1.5em;
  font-size: 60%;
  text-transform: uppercase; }

.page-template-demo-v2 .testimonials .slick-dots li, .page-template-partner-v2 .testimonials .slick-dots li {
  margin: .25em; }

@media only screen and (max-width: 1024px) {
  .page-template-demo-v2 .section-page-heading, .page-template-partner-v2 .section-page-heading {
    height: auto;
    background-size: 1925px 566px;
    background-color: transparent; }
  .page-template-demo-v2 .section-page-heading .row, .page-template-partner-v2 .section-page-heading .row {
    margin-top: 120px; }
  .page-template-demo-v2 .section-page-heading .form, .page-template-partner-v2 .section-page-heading .form {
    margin-top: 3em;
    float: none; }
  .page-template-demo-v2 .section-page-heading h1, .page-template-partner-v2 .section-page-heading h1 {
    text-align: center; }
  .page-template-demo-v2 .subscribe-text, .page-template-partner-v2 .subscribe-text {
    max-width: 500px;
    margin: auto;
    padding: 0 2em; }
  .page-template-demo-v2 .subscribe-text h2, .page-template-partner-v2 .subscribe-text h2 {
    text-align: center; }
  .page-template-demo-v2 .subscribe-text ul, .page-template-partner-v2 .subscribe-text ul {
    font-size: 1em; }
  .page-template-demo-v2 .subscribe-text ul li, .page-template-partner-v2 .subscribe-text ul li {
    padding-left: 3em;
    background: url("../resources/check.png") center left no-repeat;
    height: 3em;
    line-height: 1.5em;
    margin: 1em 0; }
  .page-template-demo-v2 .subscribe-text ul li div, .page-template-partner-v2 .subscribe-text ul li div {
    padding-top: 1em;
    padding-bottom: 1em; } }

@media only screen and (max-width: 420px) {
  .page-template-demo-v2 .section-page-heading .form, .page-template-partner-v2 .section-page-heading .form {
    padding: 2em; }
  .page-template-demo-v2 .subscribe-text p, .page-template-partner-v2 .subscribe-text p {
    font-size: 1em; } }

.section-demo .entry-content p {
  margin-bottom: 20px; }

.section-demo .section-title {
  font-size: 1.75em;
  text-align: left; }

.section-demo .subscribe-form.demo label {
  margin-bottom: 10px; }

.section-demo .subscribe-form.demo input {
  font-family: "Open Sans",sans-serif;
  font-size: 1em; }

.section-demo .subscribe-form.demo .wpcf7-submit.button {
  font-family: "Open Sans",sans-serif; }

.content-section--integration {
  padding-top: 80px;
  padding-bottom: 80px; }

@media only screen and (max-width: 800px) {
  .content-section--integration {
    padding-top: 40px;
    padding-bottom: 40px; } }

.details--integration {
  margin-left: 50px; }

@media only screen and (max-width: 440px) {
  .details--integration {
    margin-left: -12px;
    padding: 0;
    width: 115%; } }

.how-it-works--integration {
  background: #4098CE;
  padding: 30px 50px 20px;
  border-radius: 8px;
  color: #fff; }

.how-it-works--integration p {
  margin-top: -10px !important; }

.how-it-works--integration .zig-zag {
  color: #fff; }

@media only screen and (max-width: 440px) {
  .how-it-works--integration {
    margin-left: -22px;
    padding: 30px 10px;
    width: 118%; } }

@media only screen and (min-width: 1025px) {
  .page-template-partner-v2 .section-page-heading h1 {
    text-align: right;
    margin-top: 1em;
    margin-right: 1em; } }

#page #main {
  overflow: visible; }

#page .broadly-reviews .broadly-review-aggregate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

#page .broadly-reviews .broadly-review-aggregate > span:last-of-type {
  width: 100%;
  float: left;
  text-align: center; }

#page .broadly-reviews .broadly-review {
  padding: 40px !important;
  margin-bottom: 30px !important;
  border: none !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15); }

#page .broadly-reviews .broadly-review-body {
  font-size: 1.4rem;
  line-height: 1.6; }

#page .broadly-reviews .broadly-response-heading {
  padding: 2rem 0;
  border: none;
  border-top: 1px solid #CECECE;
  margin-bottom: 0;
  font-size: 1.4rem;
  margin-top: 1rem;
  line-height: 1.6;
  padding-bottom: .5rem; }

#page .broadly-reviews .broadly-response-body {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 40px; }

#page .broadly-reviews .broadly-review-heading {
  display: flex;
  flex-direction: column; }

#page .broadly-reviews .broadly-review-heading .broadly-review-author {
  order: 2;
  font-size: 1.4rem;
  margin: 1rem 0 .5rem; }

#page .broadly-reviews .broadly-review-heading time {
  order: 3;
  text-transform: capitalize;
  font-size: 1.4rem;
  color: #8A959E;
  opacity: .6; }

#page .broadly-reviews .broadly-review-heading .broadly-review-rating {
  order: 1; }

.single-post .row.narrow {
  max-width: 70rem; }

.single-post #main .post .entry-content h2 {
  font-size: 1.875em;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 25px; }

.single-post #main .post .entry-content h3 {
  font-size: 1.5em;
  line-height: 2; }

.single-post #main .post .entry-content h4 {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #4098CE; }

.single-post #main .post .entry-content h5 {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700; }

.single-post #main .post .entry-content h6 {
  font-size: 1.8rem;
  font-weight: 700; }

.single-post #main .post .entry-content p {
  margin-top: 0px;
  margin-bottom: 0;
  max-width: 80rem;
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 30px;
  letter-spacing: 0.003rem; }

.single-post #main .post .entry-content * + * {
  margin-top: 2rem; }

.template-directory {
  float: left;
  width: 100%;
  padding: 100px 0;
  text-align: center; }

.template-directory .logo {
  display: inline-block;
  width: 230px;
  max-width: 100%;
  padding: 0 20px; }

.template-directory nav {
  float: left;
  width: 100%;
  padding: 50px 40px;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.04); }

.template-directory nav a {
  display: inline-block;
  margin: 10px;
  min-width: 250px; }

/*# sourceMappingURL=application.css.map */
