@charset 'UTF-8';
.donut-chart {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.donut-chart .slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.donut-chart .chart-center {
  position: absolute;
  border-radius: 50%;
}
.donut-chart .chart-center span {
  display: block;
  text-align: center;
}
.donut-chart.hovered .slice {
  background-color: #ffaf00 !important;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}
.fa-won:before, .fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
a {
  color: #3ccc8d;
  text-decoration: none;
}
a:hover {
  color: #009a82;
}
body {
  font-family: 'aktiv-grotesk', sans-serif;
  letter-spacing: 0em;
}
p + p {
  margin-top: 30px;
}
.slick-slider * {
  outline: none !important;
}
.black, .BLACK {
  color: #000 !important;
}
.white, .WHITE {
  color: #fff !important;
}
.yellow, .YELLOW {
  color: #ffb300 !important;
}
a:hover .black, a:hover .BLACK, a:hover .white, a:hover .WHITE, a:hover .yellow, a:hover .YELLOW {
  color: #3ccc8d !important;
}
a:hover .black h1, a:hover .BLACK h1, a:hover .white h1, a:hover .WHITE h1, a:hover .yellow h1, a:hover .YELLOW h1, a:hover .black h2, a:hover .BLACK h2, a:hover .white h2, a:hover .WHITE h2, a:hover .yellow h2, a:hover .YELLOW h2 {
  color: #3ccc8d !important;
}
.bold, .BOLD {
  font-weight: 700 !important;
}
.italic, .italics, .ITALIC, .ITALICS, .italix, .ITALIX {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
html body .h1, html body .header1, html body .H1, html body .HEADER1 {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 41px !important;
  margin: 30px 0 !important;
  text-transform: uppercase !important;
}
html body .h2, html body .header2, html body .H2, html body .HEADER2 {
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 36px !important;
  margin: 30px 0 !important;
  text-transform: uppercase !important;
}
html body .h3, html body .header3, html body .H3, html body .HEADER3 {
  margin: 30px 0 !important;
}
.wysiwyg p {
  margin-bottom: 30px;
}
h2 + p {
  margin-top: 30px;
}
body .wp-pagenavi a, body .wp-pagenavi span {
  border: 0;
}
body .wp-pagenavi .pages {
  display: none;
}
body .wp-pagenavi a {
  font-weight: 400;
  color: #3ccc8d;
}
body .wp-pagenavi a:hover {
  color: #009a82;
}
body .wp-pagenavi span.current {
  font-weight: 400;
}
body .mktoButtonRow, body .mktoHtmlText {
  max-width: 430px;
  width: 100% !important;
}
/**
 * Slick slider
 */
ul.slick-dots {
  bottom: 26px;
  right: 30px;
  width: auto;
}
@media only screen and (max-width: 1200px) {
  ul.slick-dots {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  ul.slick-dots {
    position: relative;
    text-align: right;
    right: 15px;
    bottom: 0;
  }
}
ul.slick-dots li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  ul.slick-dots li {
    display: inline-block;
  }
}
ul.slick-dots li button::before {
  color: #ccc;
  content: '○';
  font-size: 36px;
  opacity: 1;
}
ul.slick-dots li.slick-active button::before {
  color: #3ccc8d;
  content: '●';
  font-weight: 700;
}
.slick-initialized .slick-slide > img {
  width: 100%;
}
#container {
  margin: auto;
  padding-top: 110px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #container {
    padding-top: 0;
  }
}
.container {
  margin: auto;
  width: 1200px;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}
.common-container .container {
  padding: 40px 70px;
}
@media only screen and (max-width: 1200px) {
  .common-container .container {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .common-container .container {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .hideDesktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  img {
    max-width: 100%;
  }
  .hideTablet {
    display: none !important;
  }
  .hideMobile {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidePhone {
    display: none !important;
  }
  .showPhoneFlex {
    display: flex !important;
  }
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: auto;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=") no-repeat 0 0;
}
.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.button {
  background-color: #3ccc8d;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 18px;
  padding: 17px 38px 14px 38px;
  text-transform: uppercase;
  text-align: center;
}
.button:hover {
  background-color: #009a82;
  color: #fff;
}
form.marketoForm {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #b9b9b9 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  width: 100% !important;
  -webkit-box-shadow: none;
}
form.marketoForm .mktoFieldWrap {
  width: 100%;
}
form.marketoForm .mktoLabel[for=State] {
  display: none !important;
}
form.marketoForm .mktoFormCol {
  width: 100%;
}
form.marketoForm .mktoLogicalField {
  width: 100% !important;
}
form.marketoForm .mktoLogicalField.mktoCheckboxList {
  width: auto !important;
}
form.marketoForm .mktoButtonRow {
  max-width: none;
  text-align: center !important;
}
form.marketoForm .mktoButtonRow span {
  margin-left: 0 !important;
}
form.marketoForm .mktoFieldWrap {
  display: flex;
}
form.marketoForm .mktoFieldWrap label {
  flex: 1;
  margin-bottom: 45px;
  order: 2;
}
form.marketoForm .mktoFieldWrap div.mktoLogicalField.mktoCheckboxList {
  flex: 0 0 auto;
  order: 1;
}
form.marketoForm .mktoRadioList > input, form.marketoForm .mktoCheckboxList > input {
  margin-top: 3px;
}
form.marketoForm .mktoAsterix, form.marketoForm .mktoOffset, form.marketoForm .mktoGutter {
  display: none !important;
}
form.marketoForm a.mktoNotYou {
  color: #3ccc8d;
}
form.marketoForm a.mktoNotYou:hover {
  color: #009a82;
}
form.marketoForm input[type=text], form.marketoForm input[type=email], form.marketoForm input[type=tel], form.marketoForm input[type=url], form.marketoForm input[type=number], form.marketoForm input[type=date], form.marketoForm input[type=range], form.marketoForm textarea, form.marketoForm select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #b9b9b9;
  color: #b9b9b9 !important;
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 22px !important;
  font-weight: 300;
  margin-bottom: 30px !important;
  max-width: none !important;
  padding: 5px 0 !important;
  width: 100% !important;
}
form.marketoForm input[type=text]:focus, form.marketoForm input[type=email]:focus, form.marketoForm input[type=tel]:focus, form.marketoForm input[type=url]:focus, form.marketoForm input[type=number]:focus, form.marketoForm input[type=date]:focus, form.marketoForm input[type=range]:focus, form.marketoForm textarea:focus, form.marketoForm select:focus {
  outline: none;
}
form.marketoForm input[type=text]::-webkit-input-placeholder, form.marketoForm input[type=email]::-webkit-input-placeholder, form.marketoForm input[type=tel]::-webkit-input-placeholder, form.marketoForm input[type=url]::-webkit-input-placeholder, form.marketoForm input[type=number]::-webkit-input-placeholder, form.marketoForm input[type=date]::-webkit-input-placeholder, form.marketoForm input[type=range]::-webkit-input-placeholder, form.marketoForm textarea::-webkit-input-placeholder, form.marketoForm select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b9b9b9;
  font-weight: 300;
}
form.marketoForm input[type=text]::-moz-placeholder, form.marketoForm input[type=email]::-moz-placeholder, form.marketoForm input[type=tel]::-moz-placeholder, form.marketoForm input[type=url]::-moz-placeholder, form.marketoForm input[type=number]::-moz-placeholder, form.marketoForm input[type=date]::-moz-placeholder, form.marketoForm input[type=range]::-moz-placeholder, form.marketoForm textarea::-moz-placeholder, form.marketoForm select::-moz-placeholder {
  /* Firefox 19+ */
  color: #b9b9b9;
  font-weight: 300;
}
form.marketoForm input[type=text]:-ms-input-placeholder, form.marketoForm input[type=email]:-ms-input-placeholder, form.marketoForm input[type=tel]:-ms-input-placeholder, form.marketoForm input[type=url]:-ms-input-placeholder, form.marketoForm input[type=number]:-ms-input-placeholder, form.marketoForm input[type=date]:-ms-input-placeholder, form.marketoForm input[type=range]:-ms-input-placeholder, form.marketoForm textarea:-ms-input-placeholder, form.marketoForm select:-ms-input-placeholder {
  /* IE 10+ */
  color: #b9b9b9;
  font-weight: 300;
}
form.marketoForm input[type=text]:-moz-placeholder, form.marketoForm input[type=email]:-moz-placeholder, form.marketoForm input[type=tel]:-moz-placeholder, form.marketoForm input[type=url]:-moz-placeholder, form.marketoForm input[type=number]:-moz-placeholder, form.marketoForm input[type=date]:-moz-placeholder, form.marketoForm input[type=range]:-moz-placeholder, form.marketoForm textarea:-moz-placeholder, form.marketoForm select:-moz-placeholder {
  /* Firefox 18- */
  color: #b9b9b9;
  font-weight: 300;
}
form.marketoForm option {
  padding: 5px 0;
}
form.marketoForm button.mktoButton, form.marketoForm div.mktoButtonRow span.mktoButtonWrap.mktoBlueBox button[type=submit], form.marketoForm div.mktoTemplateBox span.mktoButtonWrap.mktoBlueBox button[type=submit] {
  background-color: #3ccc8d !important;
  background-image: none !important;
  padding: 15px 25px !important;
  width: auto !important;
  border: none !important;
  font-weight: 700;
  text-shadow: none !important;
  text-transform: uppercase;
}
form.marketoForm button.mktoButton:hover, form.marketoForm div.mktoButtonRow span.mktoButtonWrap.mktoBlueBox button[type=submit]:hover, form.marketoForm div.mktoTemplateBox span.mktoButtonWrap.mktoBlueBox button[type=submit]:hover, form.marketoForm button.mktoButton:active, form.marketoForm div.mktoButtonRow span.mktoButtonWrap.mktoBlueBox button[type=submit]:active, form.marketoForm div.mktoTemplateBox span.mktoButtonWrap.mktoBlueBox button[type=submit]:active, form.marketoForm button.mktoButton:focus, form.marketoForm div.mktoButtonRow span.mktoButtonWrap.mktoBlueBox button[type=submit]:focus, form.marketoForm div.mktoTemplateBox span.mktoButtonWrap.mktoBlueBox button[type=submit]:focus {
  background-color: #009a82 !important;
}
.form {
  position: relative;
}
.form.blue {
  background-color: #212638;
  border-top: 10px solid #ffb300;
  padding: 0 35px 35px 35px;
}
.form.blue form.mktoForm {
  color: #b9b9b9 !important;
}
.form.blue form.mktoForm div.mktoButtonRow span.mktoButtonWrap.mktoBlueBox button[type=submit] {
  width: 100% !important;
}
.form p + p {
  margin-top: 15px;
}
.form #confirmform {
  background-color: #212638;
  color: #b9b9b9;
  left: 0;
  padding: 45px;
  position: absolute;
  top: 0;
  width: 100%;
}
.form #confirmform a {
  color: #3ccc8d;
}
.form #confirmform a:hover {
  color: #009a82;
}
.form #confirmform .socialLinks {
  margin-top: 25px;
  text-align: center;
}
.form #confirmform .socialLinks p {
  margin-bottom: 15px;
}
#resource .form #confirmform {
  position: relative;
  padding: 0;
}
a {
  color: #3ccc8d;
}
a:hover {
  color: #009a82;
}
a.arrow:after {
  content: url('../images/arrow_right_green.png');
  height: 12px;
  padding-left: 10px;
  position: relative;
  top: 1px;
  width: 8px;
}
a.arrow.big:after {
  content: url('../images/arrow_right_green_big.png');
  height: 18px;
  top: 3px;
  width: 11px;
}
a.green {
  color: #3ccc8d;
}
a.green:hover {
  color: #707071;
}
a.currentPage {
  color: #3ccc8d !important;
}
.button a {
  color: #fff;
}
.button a:hover {
  color: #3ccc8d;
}
.logo {
  height: 75px;
}
.logo img {
  height: 100%;
  max-width: 100%;
  width: auto;
}
.modal {
  background: transparent !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 1200px) {
  .modal iframe {
    height: auto !important;
    width: 100% !important;
  }
}
.greenText {
  color: #3ccc8d !important;
}
.wysiwyg {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  /* Images */
}
@media only screen and (max-width: 1200px) {
  .wysiwyg {
    font-size: 20px;
    line-height: 24px;
  }
}
.wysiwyg a {
  color: #3ccc8d;
}
.wysiwyg a:hover {
  color: #009a82;
}
.wysiwyg img {
  height: auto;
  max-width: 100%;
}
.wysiwyg .wp-caption {
  margin: 25px 0;
  max-width: 100%;
}
.wysiwyg .wp-caption-text {
  font-size: 16px;
  font-weight: 400;
}
.wysiwyg p + p {
  margin-top: 30px;
}
.wysiwyg ul, .wysiwyg ol {
  font-size: 20px;
  letter-spacing: 0.001em;
  line-height: 22px;
  list-style-type: none;
  margin: 25px 0;
  padding-right: 20%;
}
.wysiwyg ul li, .wysiwyg ol li {
  color: #8d8d8d;
  font-size: 20px;
  letter-spacing: -0.001em;
  line-height: 21px;
  padding-left: 33px;
  text-indent: -17px;
}
.wysiwyg ul li:before, .wysiwyg ol li:before {
  content: "•";
  color: #ffb300;
  margin-right: 7px;
}
.wysiwyg ul li + li, .wysiwyg ol li + li {
  margin-top: 30px;
}
#blogNav {
  background-color: #f7f7f8;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  color: #707071;
  font-size: 18px;
  letter-spacing: 0.005em;
  line-height: 42px;
  text-transform: uppercase;
}
#blogNav .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #blogNav .container {
    padding: 0 30px 0 30px;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 767px) {
  #blogNav .container {
    flex-wrap: wrap;
  }
}
#blogNav .container .category {
  padding: 0 12px;
}
#blogNav .container .category.active {
  color: #3ccc8d;
  font-weight: 700;
}
#blogNav .container #moreCategoriesContainer {
  z-index: 50;
}
#blogNav .container #moreCategoriesContainer #moreCategories {
  display: none;
}
#blogNav .container #moreCategoriesContainer #moreCategoriesToggle:after {
  content: url('../images/arrow_down_green_big.png');
}
#blogNav .container #moreCategoriesContainer:hover #moreCategoriesToggle:after {
  content: url('../images/arrow_up_green.png');
}
#blogNav .container #moreCategoriesContainer:hover #moreCategories {
  display: block;
}
#blogNav .container #moreCategoriesToggle {
  padding-right: 30px;
  position: relative;
}
#blogNav .container #moreCategoriesToggle:after {
  height: 20px;
  right: 0;
  position: absolute;
  width: 20px;
}
#blogNav .container #moreCategories {
  background-color: #f7f7f8;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #f7f7f8;
  padding: 0 25px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 42px;
}
#blogNav .container #moreCategories li {
  list-style-type: none;
}
.breadcrumbs {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin: 15px auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .breadcrumbs {
    padding: 15px 30px 15px 30px;
  }
}
#post .breadcrumbs {
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 1200px) {
  #post .breadcrumbs {
    padding: 15px 30px 15px 30px;
  }
}
.clickcordion {
  letter-spacing: 0.001em;
}
.clickcordion .title {
  color: #8d8d8d;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .clickcordion .title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 25px;
  }
}
.clickcordion .content {
  display: flex;
}
.clickcordion .content .tabs {
  color: #212638;
  flex: 1;
  font-size: 24px;
  font-weight: 700;
  max-width: 500px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .clickcordion .content .tabs {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .clickcordion .content .tabs {
    font-size: 14px;
  }
}
.clickcordion .content .tabs .fold {
  display: flex;
  margin: 13px 0;
}
@media only screen and (max-width: 1200px) {
  .clickcordion .content .tabs .fold {
    align-items: center;
  }
}
.clickcordion .content .tabs .fold .trigger {
  color: #000;
  cursor: pointer;
}
.clickcordion .content .tabs .fold .trigger:hover {
  color: #3ccc8d;
}
.clickcordion .content .tabs .fold .buttonLeader {
  align-items: center;
  background-image: url('../images/clickcordion_dot.png');
  background-position: center left;
  background-repeat: no-repeat;
  display: none;
  flex: 1;
  margin-left: 15px;
  padding-left: 20px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .clickcordion .content .tabs .fold .buttonLeader {
    background-image: url('../images/clickcordion_dot_mobile.png');
    height: 10px;
    margin-bottom: 4px;
    padding-left: 10px;
  }
}
.clickcordion .content .tabs .fold .buttonLeader .pipe {
  background-color: #ffb300;
  height: 2px;
  width: 100%;
}
.clickcordion .content .tabs .fold.shown {
  max-width: none;
}
.clickcordion .content .tabs .fold.shown .buttonLeader {
  display: flex;
}
@media only screen and (max-width: 1400px) {
  .clickcordion .content .tabs .fold.shown .buttonLeader {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .clickcordion .content .tabs .fold.shown .buttonLeader {
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  .clickcordion .content .tabs .fold.shown .buttonLeader {
    display: none;
  }
}
.clickcordion .content .tabContent {
  align-items: center;
  border: 2px solid #ffb300;
  display: flex;
  flex: 0 0 322px;
  height: 322px;
  justify-content: center;
  padding: 0 25px;
  position: relative;
}
.clickcordion .content .tabContent:hover {
  background-color: #f7f7f8;
}
.clickcordion .content .tabContent a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media only screen and (max-width: 1200px) {
  .clickcordion .content .tabContent {
    height: 156px;
    flex-basis: 156px;
    padding: 0 5px;
  }
}
.clickcordion .content .tabContent .description {
  display: none;
  color: #8d8d8d;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
}
.clickcordion .content .tabContent .description.shown {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .clickcordion .content .tabContent .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.clickcordion .content .tabContent .cta {
  background-image: url('../images/plus.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 20px;
  height: 30px;
  position: absolute;
  right: 20px;
  width: 30px;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  .clickcordion .content .tabContent .cta {
    bottom: 7px;
    right: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .clickcordion .content .tabContent .cta {
    height: 20px;
    width: 20px;
  }
}
.clickcordion .shown + .cta {
  z-index: 50 !important;
}
.dropdownTabs .tabs {
  background-color: #f2f2f2;
  display: flex;
}
.theme-dark .dropdownTabs .tabs {
  background-color: rgba(19, 19, 19, 0.85);
}
.dropdownTabs .tabs .tab {
  border-top: 4px solid transparent;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  flex: 1;
  letter-spacing: 0;
  line-height: 17px;
  padding: 20px;
  position: relative;
}
.theme-dark .dropdownTabs .tabs .tab {
  border-left-color: #212638;
  border-right-color: #212638;
}
@media only screen and (max-width: 1200px) {
  .dropdownTabs .tabs .tab {
    padding: 30px 12px;
    text-align: center;
    overflow: hidden;
  }
}
.dropdownTabs .tabs .tab:first-child {
  border-left: none;
}
.dropdownTabs .tabs .tab:last-child {
  border-right: none;
}
.dropdownTabs .tabs .tab .arrow {
  background-image: url('../images/arrow_down_green_big.png');
  bottom: 10px;
  height: 12px;
  position: absolute;
  right: 10px;
  width: 20px;
}
.dropdownTabs .tabs .tab.opened {
  border-top-color: #e12f78;
}
@media only screen and (max-width: 1200px) {
  .dropdownTabs .tabs .tab.opened .title {
    color: #3ccc8d;
  }
}
.dropdownTabs .tabs .tab.opened .arrow {
  background-image: url('../images/arrow_up_green.png');
}
.dropdownTabs .tabs .tab .title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.theme-dark .dropdownTabs .tabs .tab .title {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .dropdownTabs .tabs .tab .title {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.dropdownTabs .tabs .tab .excerpt {
  color: #8d8d8d;
  font-size: 14px;
  padding-right: 30px;
}
.theme-dark .dropdownTabs .tabs .tab .excerpt {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .dropdownTabs .tabs .tab .excerpt {
    display: none;
  }
}
.dropdownTabs .tabContent .page {
  background-color: #fff;
  display: none;
  min-height: 260px;
  padding: 20px;
}
.theme-dark .dropdownTabs .tabContent .page {
  background-color: rgba(18, 20, 31, 0.6);
}
.dropdownTabs .tabContent .page.opened {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .dropdownTabs .tabContent .page.opened {
    display: block;
  }
}
.dropdownTabs .tabContent .page .left {
  flex: 0 0 28%;
  padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .dropdownTabs .tabContent .page .left {
    padding-right: 0;
  }
}
.dropdownTabs .tabContent .page .left img {
  height: auto;
  margin-bottom: 15px;
  width: 100%;
}
.dropdownTabs .tabContent .page .right {
  flex: 0 0 72%;
  font-size: 22px;
  letter-spacing: 0.001em;
  line-height: 26px;
}
@media only screen and (max-width: 1200px) {
  .dropdownTabs .tabContent .page .right {
    font-size: 20px;
    line-height: 24px;
  }
}
.dropdownTabs .tabContent .page .right .title {
  color: #ffb300;
  font-weight: 700;
  text-transform: uppercase;
}
.dropdownTabs .tabContent .page .right .text {
  color: #8d8d8d;
  font-weight: 500;
  margin-bottom: 50px;
  padding-right: 75px;
}
@media only screen and (max-width: 1200px) {
  .dropdownTabs .tabContent .page .right .text {
    margin-bottom: 30px;
    padding-right: 30px;
  }
}
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 10px;
}
@media only screen and (max-width: 767px) {
  .features {
    display: block;
  }
}
.heroBanner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .heroBanner {
    padding-top: 35px;
  }
}
.theme-dark .heroBanner {
  color: #fff;
}
.heroBanner .container {
  position: relative;
  padding: 140px 30px 40px;
}
@media only screen and (max-width: 1200px) {
  .heroBanner .container {
    padding-top: 0;
  }
}
.heroBanner .contentContainer {
  letter-spacing: 0.001em;
  width: 43%;
}
@media only screen and (max-width: 767px) {
  .heroBanner .contentContainer {
    width: 100%;
  }
}
.heroBanner .contentContainer .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .heroBanner .contentContainer .heading {
    font-size: 30px;
    line-height: 32px;
  }
}
.heroBanner .contentContainer .subheading {
  font-size: 22px;
  line-height: 26px;
}
.heroBanner .contentContainer a {
  margin-top: 25px;
}
.heroBanner .contentContainer .form {
  margin-top: 25px;
}
.heroBanner .form-wrapper {
  margin: 20px 0;
}
.logoParade {
  background-color: #212638;
  padding: 40px 0;
}
@media only screen and (max-width: 1200px) {
  .logoParade {
    padding: 15px 0;
  }
}
.logoParade .container {
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .logoParade .container {
    padding: 0 30px 0 30px;
  }
}
.logoParade .logos {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 100px;
}
@media only screen and (max-width: 1200px) {
  .logoParade .logos {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .logoParade .logos {
    padding: 0 20px;
  }
}
.logoParade .logos .logo {
  flex: 0 1 auto;
  height: 50px;
}
@media only screen and (max-width: 1200px) {
  .logoParade .logos .logo {
    margin: 25px 0;
  }
}
.logoParade .logos .logo img {
  display: block;
  padding: 0 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .logoParade .logos .logo img {
    max-height: 75px;
    max-width: 100%;
  }
}
.logoParade svg {
  height: 60px;
}
.logoParade svg path, .logoParade svg rect {
  fill: white;
}
.prefooterForm {
  padding: 50px 120px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .prefooterForm {
    padding: 50px 30px 50px 30px;
  }
}
.prefooterForm .heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 46px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.prefooterForm .instructions {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .prefooterForm .instructions {
    font-size: 20px;
    line-height: 24px;
  }
}
.prefooterForm .confirm_customer#confirmform {
  position: relative;
}
.testimonialSlider {
  background-color: #212638;
  padding: 25px 0;
}
.theme-light .testimonialSlider {
  background-color: #f7f7f8;
}
.testimonialSlider .container {
  padding: 0 115px 0 110px;
}
@media only screen and (max-width: 1200px) {
  .testimonialSlider .container {
    padding: 0 30px;
  }
}
.testimonialSlider .testimonials-nav {
  align-content: center;
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
.testimonialSlider .testimonials-nav .testimonialLogo {
  align-items: center;
  display: flex;
  text-align: center;
}
.testimonialSlider .testimonials-nav .testimonialLogo.slick-current .content-wrap .state {
  opacity: 1;
}
.testimonialSlider .testimonials-nav .testimonialLogo.slick-current .content-wrap .resting {
  opacity: 0;
}
.testimonialSlider .testimonials-nav .testimonialLogo .content-wrap {
  cursor: pointer;
  position: relative;
}
.testimonialSlider .testimonials-nav .testimonialLogo .content-wrap img {
  height: 45px;
}
.testimonialSlider .testimonials-nav .testimonialLogo .content-wrap .state {
  opacity: 0;
}
.testimonialSlider .testimonials-nav .testimonialLogo .content-wrap .resting {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
}
.testimonialSlider .testimonials-nav .testimonialLogo .content-wrap:hover .state {
  opacity: 1;
}
.testimonialSlider .testimonials-nav .testimonialLogo .content-wrap:hover .resting {
  opacity: 0;
}
.testimonialSlider .testimonials-nav .slick-track {
  display: flex;
}
.testimonialSlider .testimonials-nav .slick-track > div {
  align-items: center;
  display: flex;
  height: 54px;
  margin-right: 73px;
  min-height: 54px;
}
@media only screen and (max-width: 1200px) {
  .testimonialSlider .testimonials-nav .slick-track > div {
    margin-right: 25px;
  }
}
.testimonialSlider .testimonials-nav .slick-track > div:last-child {
  margin-right: 0;
}
.testimonialSlider .testimonialContainer {
  color: #fff;
  position: relative;
}
.theme-light .testimonialSlider .testimonialContainer {
  color: #707071;
}
.testimonialSlider .testimonialContainer .mark {
  background-image: url('../images/quotation_mark.png');
  background-repeat: no-repeat;
  height: 50px;
  left: -40px;
  position: absolute;
  top: 55px;
  width: 64px;
  z-index: 5;
}
.theme-light .testimonialSlider .testimonialContainer .mark {
  background-image: url('../images/quotation_mark-light.png');
}
@media only screen and (max-width: 1200px) {
  .testimonialSlider .testimonialContainer .mark {
    left: -15px;
    top: 47px;
  }
}
.testimonialSlider .testimonialContainer .testimonials-for {
  padding-bottom: 40px;
  position: relative;
  z-index: 15;
}
.testimonialSlider .testimonialContainer .testimonials-for .testimonial .flexContainer {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .testimonialSlider .testimonialContainer .testimonials-for .testimonial .flexContainer {
    display: block;
  }
}
.testimonialSlider .testimonialContainer .testimonials-for .testimonial p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.001em;
  line-height: 28px;
}
.testimonialSlider .testimonialContainer .testimonials-for .testimonial .text {
  flex: 1 1 50%;
}
.testimonialSlider .testimonialContainer .testimonials-for .testimonial .text .source {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
  margin: 40px 0;
  width: 55%;
}
@media only screen and (max-width: 1200px) {
  .testimonialSlider .testimonialContainer .testimonials-for .testimonial .text .source {
    margin-bottom: 30px;
    width: 80%;
  }
}
.testimonialSlider .testimonialContainer .testimonials-for .testimonial .text .source .name {
  color: #e12f78;
  font-weight: 700;
}
.testimonialSlider .testimonialContainer .testimonials-for .testimonial .media {
  flex: 1 1 50%;
  padding: 0 40px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .testimonialSlider .testimonialContainer .testimonials-for .testimonial .media {
    margin-bottom: 50px;
    padding-left: 0;
  }
}
.testimonialSlider .testimonialContainer .testimonials-for .testimonial .media .image {
  display: inline-block;
  position: relative;
  width: 100%;
}
.testimonialSlider .testimonialContainer .testimonials-for .testimonial .media img {
  height: auto;
  width: 100%;
}
.testimonialSlider .testimonialContainer .testimonials-for .testimonial .media .playButton {
  background-image: url('../images/video_play.png');
  background-repeat: no-repeat;
  cursor: pointer;
  height: 80px;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: -40px;
  top: calc(50% - 40px);
  width: 80px;
}
.testimonialSlider .separator {
  border-top: 2px solid #fff;
  height: 50px;
  position: relative;
  width: 100%;
}
.theme-light .testimonialSlider .separator {
  border-top: 2px solid #cdcfd0;
}
.testimonialSlider .arrow {
  background-image: url('../images/testimonials_arrow.png');
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 47px;
}
.theme-light .testimonialSlider .arrow {
  background-image: url('../images/testimonials_arrow-light.png');
}
.leader-grid {
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .leader-grid {
    display: block;
  }
}
.leader-grid .leader-grid-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  margin-bottom: 50px;
  padding: 0 30px 100px;
}
.leader-grid .leader-grid-item:nth-child(2n+1) {
  border-right: 2px solid #dcdcdc;
}
@media only screen and (max-width: 1200px) {
  .leader-grid .leader-grid-item {
    padding: 0 30px 0;
    width: 100%;
    clear: both;
  }
  .leader-grid .leader-grid-item:nth-child(2n+1) {
    border-right: 0;
  }
}
.leader-grid-item .portrait {
  margin-right: 25px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .leader-grid-item .portrait {
    margin-bottom: 10px;
  }
}
.leader-grid-item .portrait .social-links {
  display: block;
}
@media only screen and (max-width: 767px) {
  .leader-grid-item .portrait .social-links {
    display: none;
  }
}
.leader-grid-item > .social-links {
  display: none;
  margin: 4px 0;
}
@media only screen and (max-width: 767px) {
  .leader-grid-item > .social-links {
    display: block;
    border-top: 2px solid #dcdcdc;
    margin-top: 1em;
    padding-top: 0.5em;
  }
}
.leader-grid-item .social-links {
  margin-top: 10px;
}
.leader-grid-item .social-links a {
  margin-right: 1em;
  font-size: 19px;
}
.leader-grid-item .name {
  margin: 0 0 0.1em;
  font-size: 24px;
  font-weight: 700;
  font-color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .leader-grid-item .name {
    margin-bottom: 1em;
    font-size: 20px;
  }
}
.leader-grid-item p, .leader-grid-item .title {
  margin: 0 0 1.2em;
  font-size: 18px;
  font-weight: 300;
  color: #8d8d8d;
  line-height: 24px;
}
@media only screen and (max-width: 1200px) {
  .leader-grid-item p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .leader-grid-item .bio {
    clear: both;
  }
}
.leader-grid-item .name, .leader-grid-item .title, .leader-grid-item .bio {
  padding-left: 175px;
}
@media only screen and (max-width: 767px) {
  .leader-grid-item .name, .leader-grid-item .title, .leader-grid-item .bio {
    padding-left: 0;
  }
}
.rfyArticles.rfySidebar .rfyArticle {
  border-top: 1px solid #b9b9b9;
}
.rfyArticles.rfySidebar .rfyArticle:first-child {
  border-top: none;
}
.rfyArticles.rfySidebar .rfyArticle span {
  color: #000 !important;
  /* To override span.white */
}
.rfyArticles.rfySidebar a {
  color: #8d8d8d;
  display: block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 23px;
  padding: 15px 0;
}
.rfyArticles.rfySidebar a:hover {
  color: #3ccc8d;
}
.rfyContainer {
  margin-top: 100px;
  padding: 50px 30px;
}
.rfyContainer .heading {
  margin-top: 0 !important;
}
#sitemapContainer h2 {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  margin: 25px 0;
}
@media only screen and (max-width: 1200px) {
  #sitemapContainer h2 {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#sitemapContainer ul {
  list-style-type: none;
  text-align: left;
}
#sitemapContainer ul li {
  margin: 5px 0;
}
#sitemapContainer ul ul {
  margin-left: 25px;
}
.slider .slide {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150px;
}
.featured.blog.card {
  height: 100%;
}
.featured.blog.card .banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.featured.blog.card .banner .postTitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .featured.blog.card .banner .postTitle {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
.featured.blog.card .banner.image {
  background-repeat: no-repeat;
  background-size: cover;
}
.featured.blog.card .banner.image .meta {
  background-color: rgba(255, 255, 255, 0.9);
  color: #707071;
  padding: 35px 20px;
  text-transform: uppercase;
}
.featured.blog.card .banner.image .meta .categories a {
  color: #3ccc8d;
}
.featured.blog.card .banner.image .meta .categories a:hover {
  color: #009a82;
}
.featured.blog.card .banner.image .meta .title {
  margin-top: 20px;
}
.featured.blog.card .banner.image .meta .title .postTitle {
  color: #000;
}
.featured.blog.card .banner.image .meta .title .postTitle .white {
  color: #000 !important;
}
.featured.blog.card .banner.image .meta .title .postTitle:hover {
  color: #3ccc8d;
}
.featured.blog.card .banner.image .meta .date {
  float: right;
}
.featuredSide.blog.card {
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.featuredSide.blog.card:last-child {
  border-bottom: none;
}
.featuredSide.blog.card .meta {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.featuredSide.blog.card .meta a {
  color: #3ccc8d;
}
.featuredSide.blog.card .meta a:hover {
  color: #009a82;
}
.featuredSide.blog.card .postTitle {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
}
.featuredSide.blog.card .postTitle:hover {
  color: #3ccc8d;
}
.featuredSide.blog.card .postTitle span {
  color: #000 !important;
}
.featuredSide.blog.card .postTitle span a:hover {
  color: #3ccc8d;
}
.standard.blog.card {
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  .standard.blog.card {
    width: auto;
  }
}
.standard.blog.card:nth-child(odd) .content-wrap {
  padding-right: 30px;
}
@media only screen and (max-width: 1200px) {
  .standard.blog.card:nth-child(odd) .content-wrap {
    padding: 0;
  }
}
.standard.blog.card:nth-child(odd):last-child {
  margin-bottom: 0;
}
.standard.blog.card:nth-child(even) {
  border-left: 1px solid #b9b9b9;
}
.standard.blog.card:nth-child(even) .content-wrap {
  padding-left: 30px;
}
@media only screen and (max-width: 1200px) {
  .standard.blog.card:nth-child(even) .content-wrap {
    border: none;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .standard.blog.card:nth-child(even) {
    border: none;
  }
}
.standard.blog.card:nth-child(even):last-child {
  margin-bottom: 0;
}
.standard.blog.card .inner {
  padding-bottom: 10px;
}
.standard.blog.card .inner .banner {
  width: 100%;
}
.standard.blog.card .inner .banner.image {
  align-items: flex-end;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 500;
  height: 290px;
  letter-spacing: 0;
  line-height: 22px;
  padding: 20px 10px;
  position: relative;
  vertical-align: bottom;
}
.standard.blog.card .inner .banner.image:hover {
  color: #3ccc8d;
}
.standard.blog.card .inner .banner.image .overlay {
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.standard.blog.card .inner .banner.image .overlay span {
  color: #fff !important;
}
.standard.blog.card .inner .banner.image .overlay span:hover {
  color: #3ccc8d !important;
}
.standard.blog.card .inner .banner.text {
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 34px;
  text-transform: uppercase;
}
.standard.blog.card .inner .banner.text:hover {
  color: #3ccc8d;
}
@media only screen and (max-width: 1200px) {
  .standard.blog.card .inner .banner.text {
    height: auto;
  }
}
.standard.blog.card .inner .meta {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 23px;
  margin: 8px 0 40px 0;
  text-transform: uppercase;
}
.standard.blog.card .inner .meta > * {
  display: inline-block;
}
.standard.blog.card .inner .meta ul li {
  display: inline-block;
  list-style-type: none;
}
.standard.blog.card .inner .meta a {
  color: #3ccc8d;
}
.standard.blog.card .inner .meta a:hover {
  color: #009a82;
}
.standard.blog.card .inner .readMore {
  color: #3ccc8d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.004em;
  text-transform: uppercase;
}
.standard.blog.card .inner .readMore:hover {
  color: #009a82;
}
.card.cta {
  flex: 0 0 33.33%;
  padding: 30px;
}
@media only screen and (max-width: 1200px) {
  .card.cta {
    flex-basis: 100%;
  }
}
.card.cta .headline {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin-bottom: 95px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .card.cta .headline {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 50px;
  }
}
.card.caseStudy {
  flex: 0 0 33.33%;
}
.card.caseStudy .content-wrap {
  padding: 30px;
}
@media only screen and (max-width: 1200px) {
  .card.caseStudy {
    flex-basis: 100%;
  }
}
.card.caseStudy .banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 65px;
  padding-top: 60.37%;
  position: relative;
  width: 100%;
}
.card.caseStudy .description {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media only screen and (max-width: 1200px) {
  .card.caseStudy .description {
    font-size: 20px;
    letter-spacing: 0.001em;
    line-height: 24px;
  }
}
.card.caseStudy .description h1, .card.caseStudy .description h2 {
  margin: 0;
}
.card.caseStudy .ctaSummary {
  color: #8d8d8d;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
@media only screen and (max-width: 1200px) {
  .card.caseStudy .ctaSummary {
    font-size: 18px;
    letter-spacing: 0.001em;
    line-height: 22px;
  }
}
.card.caseStudy.featured {
  flex: 0 0 66.66%;
}
@media only screen and (max-width: 1200px) {
  .card.caseStudy.featured {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.card.caseStudy.featured .banner {
  padding-top: 27.55%;
}
@media only screen and (max-width: 1200px) {
  .card.caseStudy.featured .banner {
    padding-top: 52.63%;
  }
}
.card.caseStudy.featured .headline {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .card.caseStudy.featured .headline {
    font-size: 30px;
    line-height: 34px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .card.caseStudy.featured .logo {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.feature.card {
  flex: 0 0 auto;
  width: 50%;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .feature.card {
    width: 100%;
  }
}
.feature.card .content-wrap {
  padding: 25px 20px;
}
@media only screen and (max-width: 1200px) {
  .feature.card .content-wrap {
    padding: 25px 30px 25px 30px;
  }
}
.features-3-col .feature.card {
  flex: 0 0 auto;
  width: 33.33333%;
}
@media only screen and (max-width: 767px) {
  .features-3-col .feature.card {
    width: 100%;
  }
}
.feature.card .icon {
  margin-bottom: 25px;
}
.feature.card .heading {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 30px;
}
.feature.card .description {
  color: #8d8d8d;
  font-size: 22px;
  letter-spacing: 0.001em;
  line-height: 26px;
}
.card.quotation {
  flex: 0 0 100%;
  padding: 70px 0 20px 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .card.quotation {
    background-color: #f7f7f8;
  }
}
.card.quotation .quote {
  color: #8d8d8d;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.001em;
  line-height: 40px;
  margin: auto;
  width: 70%;
}
@media only screen and (max-width: 1200px) {
  .card.quotation .quote {
    font-size: 25px;
    line-height: 29px;
  }
}
.card.quotation .separator {
  background-color: #8e8e8e;
  display: inline-block;
  height: 3px;
  margin: 30px 0;
  width: 40px;
}
.card.quotation .source {
  color: #e12f78;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5px;
}
.card.quotation .sourceDetails {
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
.card.quotation .logo {
  margin-top: 35px;
}
.card.resource {
  float: left;
  margin: 25px 0;
  min-height: 450px;
  padding: 0 30px;
  position: relative;
  width: 33.33%;
}
@media only screen and (max-width: 1200px) {
  .card.resource {
    width: 100%;
  }
}
.card.resource .banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 65px;
  padding-top: 60.37%;
  position: relative;
  width: 100%;
}
.card.resource .description {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media only screen and (max-width: 1200px) {
  .card.resource .description {
    font-size: 20px;
    letter-spacing: 0.001em;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.card.resource .ctaSummary {
  color: #8d8d8d;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
@media only screen and (max-width: 1200px) {
  .card.resource .ctaSummary {
    font-size: 18px;
    letter-spacing: 0.001em;
    line-height: 22px;
  }
}
.card.resource.featured {
  width: 66.66%;
}
@media only screen and (max-width: 1200px) {
  .card.resource.featured {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.card.resource.featured .banner {
  padding-top: 27.55%;
}
@media only screen and (max-width: 1200px) {
  .card.resource.featured .banner {
    padding-top: 52.63%;
  }
}
.card.resource.featured .headline {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .card.resource.featured .headline {
    font-size: 30px;
    line-height: 34px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .card.resource.featured .logo {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.card.statistic {
  flex: 0 0 33.33%;
  padding: 30px;
}
@media only screen and (max-width: 1200px) {
  .card.statistic {
    background-color: #f7f7f8;
    flex-basis: 100%;
  }
}
.card.statistic .image {
  margin-bottom: 40px;
}
.card.statistic .text {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 41px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .card.statistic .text {
    font-size: 30px;
    letter-spacing: 0.002em;
    line-height: 34px;
  }
}
.card.statistic .separator {
  background-color: #b8b8b8;
  display: inline-block;
  height: 7px;
  margin: 30px 0;
  width: 70px;
}
.card.statistic .source {
  color: #b9b9b9;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 41px;
}
.card.statistic.featured {
  flex: 0 0 66.66%;
}
@media only screen and (max-width: 1200px) {
  .card.statistic.featured {
    flex-basis: 100%;
  }
}
#container > header {
  background-color: #fff;
  min-height: 110px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 250;
}
@media only screen and (max-width: 1200px) {
  #container > header {
    min-height: 0;
    position: static;
  }
}
#container > header.transparentHeader {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 5px #212638;
}
#container > header #contactBar {
  align-items: center;
  color: #707071;
  display: flex;
  font-size: 14px;
  height: 30px;
  justify-content: flex-end;
  line-height: 18px;
  padding-right: 30px;
}
#container > header #contactBar > div {
  align-items: center;
  border-left: 1px solid #e0e0e0;
  display: flex;
  height: 100%;
  padding: 0 10px;
}
#container > header #contactBar > div:first-child {
  border-left: none;
}
#container > header #contactBar > div:last-child {
  padding-right: 0;
}
#container > header #contactBar a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.004em;
  line-height: 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #container > header #contactBar {
    display: none;
  }
}
.navBar.desktop {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 40px;
}
@media only screen and (max-width: 1200px) {
  .navBar.desktop {
    display: none;
  }
}
.navBar.desktop .nav {
  align-items: center;
  color: #394b5c;
  display: flex;
  font-size: 12px;
  height: 100%;
  justify-content: flex-end;
  min-height: 52px;
  padding-top: 25px;
  position: relative;
}
.megaOpened .navBar.desktop .nav {
  position: static;
}
.navBar.desktop .nav .megaMenuContainer {
  background-color: #212638;
  border-bottom: 10px solid #ffb300;
  display: none;
  left: 0;
  padding: 30px 0 40px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}
.navBar.desktop .nav .megaMenuContainer div.nav ul.topLevelContainer a {
  color: #fff;
}
.navBar.desktop .nav .megaMenuContainer div.nav ul.topLevelContainer a:hover {
  color: #3ccc8d;
}
.navBar.desktop .nav .megaMenuContainer.active {
  display: block;
}
.navBar.desktop .nav .megaMenuContainer .nav {
  padding-right: 72px;
}
.navBar.desktop .nav .megaMenuContainer .topLevelContainer {
  border-top: 1px solid #4d5160;
  padding-left: 5px;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent {
  display: flex;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .quotation {
  align-content: center;
  display: flex;
  color: #fff;
  flex: 0 0 45.83%;
  flex-direction: column;
  justify-content: center;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .quotation .content-wrap {
  padding: 0 50px 0 40px;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .quotation .quoteText {
  border-top: 1px solid #4d5160;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 0.001em;
  line-height: 33px;
  padding-top: 5px;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .quotation .source {
  font-size: 14px;
  line-height: 16px;
  margin-top: 40px;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .quotation .source .name {
  color: #e12f78;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content {
  flex: 1 1 auto;
  padding-right: 102px;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .submenus {
  display: flex;
  justify-content: space-between;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .submenus .left {
  flex: 0 0 250px;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .submenus .right {
  flex: 0 0 250px;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .submenus .submenu .heading {
  border-bottom: 1px solid #4d5160;
  border-top: 1px solid #4d5160;
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 700;
  margin: 25px 0 15px 0;
  padding: 8px 0 5px 5px;
  text-transform: uppercase;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .submenus .submenu:first-child .heading {
  border-top: none;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .submenus .submenu .items {
  padding-left: 5px;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .submenus .submenu .items .itemTitle {
  color: #fff;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .submenus .submenu .items .itemTitle:hover {
  color: #3ccc8d;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .submenus .submenu .items .itemDescription {
  color: #a9a9a9;
  font-size: 10px;
  line-height: 16px;
  margin: 5px 0 20px 0;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .callouts {
  border-top: 1px solid #4d5160;
  display: flex;
  margin-top: 10px;
  padding: 20px 0 0 5px;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .callouts .callout + .callout {
  margin-left: 15px;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .callouts .callout .title {
  font-size: 12px;
  line-height: 16px;
  margin: 10px 0 5px 0;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .callouts .callout .title a {
  color: #fff;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .callouts .callout .title a:hover {
  color: #3ccc8d;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .callouts .callout .description {
  color: #a9a9a9;
  font-size: 10px;
  line-height: 16px;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .callouts .callout .image {
  text-align: left;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .callouts .callout .image img {
  max-height: 125px;
  width: auto;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .callouts .callout.modalVideo .image {
  position: relative;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .callouts .callout.modalVideo .image .playButton {
  background-image: url('../images/video_play_header.png');
  height: 50px;
  left: calc(50% - 25px);
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .learnMore {
  margin-top: 40px;
  text-align: right;
  width: 100%;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuContent .content .learnMore a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.001em;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuSocial {
  border-top: 1px solid #4d5160;
  margin: 50px 102px 0 40px;
  padding: 10px 0 0 0;
  text-align: right;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuSocial a {
  font-size: 18px;
  margin-left: 10px;
}
.navBar.desktop .nav .megaMenuContainer .megaMenuSocial a:first-child {
  margin-left: 0;
}
.navBar.desktop .nav a {
  text-transform: uppercase;
}
.navBar.desktop .nav a.topLevelHeading {
  color: #394b5c;
  cursor: pointer;
  letter-spacing: 0.14em;
  margin-right: 20px;
}
.navBar.desktop .nav a.topLevelHeading:hover {
  color: #3ccc8d;
}
.navBar.desktop .nav a.topLevelHeading.active {
  color: #3ccc8d !important;
}
.navBar.desktop .nav ul.topLevelContainer {
  padding-top: 5px;
  z-index: 40;
}
.navBar.desktop .nav ul li {
  display: inline-block;
  list-style-type: none;
}
.navBar.desktop .nav ul li.topLevelItem:last-child a.topLevelHeading {
  margin-right: 0;
}
.navBar.desktop .nav ul li.topLevelItem.megaMenu a:after {
  content: url('../images/arrow_down_green.png');
  height: 6px;
  padding-left: 5px;
  position: relative;
  width: 10px;
}
.navBar.desktop .nav .rtpNav a {
  color: #4d5160;
  letter-spacing: 0.14em;
  margin-right: 35px;
  text-transform: uppercase;
}
.navBar.desktop .nav .rtpNav a:hover {
  color: #3ccc8d;
}
.navBar.desktop .nav .rtpNav li:last-child a {
  margin-right: 0;
}
.navBar.desktop .nav.showSearch ul.topLevelContainer, .navBar.desktop .nav.showSearch #searchShow {
  display: none;
}
.navBar.desktop .nav.showSearch .searchBar {
  display: flex;
}
.navBar.desktop .nav.hideSearch ul.topLevelContainer, .navBar.desktop .nav.hideSearch #searchShow {
  display: block;
}
.navBar.desktop .nav.hideSearch .searchBar {
  display: none;
}
.navBar.desktop .nav .searchIcon {
  cursor: pointer;
  margin-left: 30px;
}
.navBar.desktop .nav .searchIcon#searchSubmit {
  height: auto;
  left: -35px;
  margin-left: 0;
  position: relative;
  width: 18px;
}
.navBar.desktop .nav .searchBar {
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  width: 100%;
  z-index: 100;
}
.navBar.desktop .nav .searchBar .removeIcon {
  cursor: pointer;
  height: auto;
  margin-left: 15px;
  width: 16px;
}
.navBar.desktop .nav .searchBar input {
  border: none;
  border-bottom: 1px solid #b9b9b9;
  color: #b9b9b9;
  font-size: 25px;
  font-weight: 300;
  padding: 10px 35px 10px 10px;
  margin-right: 5px;
  -webkit-appearance: none;
  min-width: 400px;
}
.navBar.desktop .nav .searchBar input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b9b9b9;
  font-weight: 300;
}
.navBar.desktop .nav .searchBar input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b9b9b9;
  font-weight: 300;
}
.navBar.desktop .nav .searchBar input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b9b9b9;
  font-weight: 300;
}
.navBar.desktop .nav .searchBar input:-moz-placeholder {
  /* Firefox 18- */
  color: #b9b9b9;
  font-weight: 300;
}
.navBar.mobile {
  padding: 20px 30px 20px 30px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .navBar.mobile {
    display: block;
  }
}
.navBar.mobile .nav {
  background-color: #212638;
  border-bottom: 10px solid #ffb300;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 150;
}
.navBar.mobile .nav.hidden {
  display: none;
}
.navBar.mobile .nav .menuTitle {
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 30px 0;
  padding-top: 8px;
  text-transform: uppercase;
}
.navBar.mobile .nav .menuItemContainer .mobileMenuArrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
}
.navBar.mobile .nav .menuItemContainer .topLevelMobileMenuItem {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 30px;
  font-weight: 300;
  justify-content: space-between;
  letter-spacing: 0.001em;
  line-height: 32px;
  margin-bottom: 40px;
}
.navBar.mobile .nav .menuItemContainer .topLevelMobileMenuItem.closed {
  color: #fff;
}
.navBar.mobile .nav .menuItemContainer .topLevelMobileMenuItem.closed .mobileMenuArrow {
  background-image: url('../images/mobile_arrow_right.png');
}
.navBar.mobile .nav .menuItemContainer .topLevelMobileMenuItem.opened {
  color: #3ccc8d;
}
.navBar.mobile .nav .menuItemContainer .topLevelMobileMenuItem.opened .mobileMenuArrow {
  background-image: url('../images/mobile_arrow_down.png');
}
.navBar.mobile .nav .menuItemContainer .submenus.closed {
  display: none;
}
.navBar.mobile .nav .menuItemContainer .submenus.opened {
  display: block;
}
.navBar.mobile .nav .menuItemContainer .submenu .heading {
  align-items: center;
  border-bottom: 1px solid #4d5160;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  line-height: 20px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.navBar.mobile .nav .menuItemContainer .submenu .heading.closed {
  color: #8d8d8d;
}
.navBar.mobile .nav .menuItemContainer .submenu .heading.closed .mobileMenuArrow {
  background-image: url('../images/mobile_arrow_right.png');
}
.navBar.mobile .nav .menuItemContainer .submenu .heading.opened {
  border-bottom: none;
  color: #3ccc8d;
  padding-bottom: 0;
}
.navBar.mobile .nav .menuItemContainer .submenu .heading.opened .mobileMenuArrow {
  background-image: url('../images/mobile_arrow_down.png');
}
.navBar.mobile .nav .menuItemContainer .submenu .items {
  color: #a9a9a9;
  font-size: 16px;
  line-height: 20px;
}
.navBar.mobile .nav .menuItemContainer .submenu .items .itemTitle {
  font-size: 18px;
  text-transform: uppercase;
}
.navBar.mobile .nav .menuItemContainer .submenu .items .itemDescription {
  border-bottom: 1px solid #4d5160;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.navBar.mobile .nav .menuItemContainer .submenu .items.closed {
  display: none;
}
.navBar.mobile .nav .menuItemContainer .submenu .items.opened {
  display: block;
  margin-bottom: 23px;
}
.navBar.mobile .nav .mobileMenuCallouts {
  border-top: 1px solid #fff;
  margin-bottom: 30px;
  padding-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .navBar.mobile .nav .mobileMenuCallouts .callout .image img {
    width: 100%;
  }
}
.navBar.mobile .nav .mobileMenuCallouts .callout.modalVideo .image {
  position: relative;
}
.navBar.mobile .nav .mobileMenuCallouts .callout.modalVideo .image .playButton {
  background-image: url('../images/video_play_header.png');
  height: 50px;
  left: calc(50% - 25px);
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
}
.navBar.mobile .nav .mobileMenuCallouts .callout .title {
  margin-top: 3px;
}
.navBar.mobile .nav .mobileMenuCallouts .callout .title a {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.navBar.mobile .nav .mobileMenuCallouts .callout .title a:hover {
  color: #3ccc8d;
}
.navBar.mobile .nav .mobileMenuCallouts .callout .description {
  color: #a9a9a9;
  font-size: 14px;
  line-height: 18px;
}
.navBar.mobile .nav .mobileMenuSocial {
  border-top: 1px solid #fff;
  margin-bottom: 50px;
  padding-top: 10px;
}
.navBar.mobile .nav .mobileMenuSocial a {
  font-size: 18px;
  margin-right: 10px;
}
.navBar.mobile .topRow {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.navBar.mobile .topRow .right {
  display: flex;
}
.navBar.mobile .topRow .right .searchIcon {
  margin-right: 30px;
}
.navBar.mobile .searchIcon {
  cursor: pointer;
  margin-left: 30px;
}
.navBar.mobile .searchIcon#mobileSearchSubmit {
  height: auto;
  left: -35px;
  margin-left: 0;
  position: relative;
  width: 18px;
}
.navBar.mobile .searchBar {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.navBar.mobile .searchBar.hidden {
  display: none;
}
.navBar.mobile .searchBar.active {
  display: block;
}
.navBar.mobile .searchBar .removeIcon {
  cursor: pointer;
  height: auto;
  margin-left: 15px;
  width: 16px;
}
.navBar.mobile .searchBar input {
  border: 1px solid rgba(60, 204, 141, 0.75);
  color: #707071;
  padding: 5px 35px 5px 10px;
  margin-right: 5px;
  -webkit-appearance: none;
}
.navBar.mobile #mobileRtpNav li {
  list-style-type: none;
}
.navBar.mobile #mobileRtpNav li a {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.001em;
  line-height: 32px;
  margin-bottom: 40px;
}
.navBar.mobile #mobileRtpNav li a:hover {
  color: #3ccc8d;
}
footer {
  background-color: #212638;
  border-top: 6px solid #ffb300;
  color: #fff;
  letter-spacing: 0.014em;
  line-height: 14px;
  padding: 50px 0 25px 0;
  text-transform: uppercase;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #3ccc8d;
}
footer ul {
  list-style-type: none;
}
footer .container {
  padding: 0 40px;
}
footer .container .row {
  display: flex;
  justify-content: space-between;
}
footer .desktop {
  font-size: 10px;
}
@media only screen and (max-width: 1200px) {
  footer .desktop {
    display: none;
  }
}
footer .desktop .menus {
  display: flex;
  flex: 0 0 65%;
  font-size: 12px;
  justify-content: space-between;
}
footer .desktop .menus .menu {
  flex: 0 0 150px;
}
footer .desktop .menus .menu li {
  border-top: 1px solid #4d5160;
  margin-bottom: 8px;
  padding-top: 5px;
}
footer .desktop .menus .menu ul.menu > li:first-child {
  border-top: 0;
  padding-top: 0;
}
footer .desktop .menus .menu ul.sub-menu {
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 8px;
  text-transform: none;
}
footer .desktop .menus .menu ul.sub-menu a {
  color: #a9a9a9;
  font-size: 10px;
}
footer .desktop .menus .menu ul.sub-menu a:hover {
  color: #3ccc8d;
}
footer .desktop .socialLinks {
  flex: 0 0 30%;
  text-align: right;
}
footer .desktop .socialLinks .heading {
  border-bottom: 1px solid #4d5160;
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 14px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-align: right;
}
footer .desktop .socialLinks a {
  font-size: 18px;
}
footer .desktop .socialLinks a + a {
  margin-left: 20px;
}
footer .desktop .copyright.row {
  border-top: 1px solid #4d5160;
  margin-top: 35px;
  padding-top: 10px;
}
footer .desktop .copyright.row .flatMenu li {
  display: inline-block;
}
footer .desktop .copyright.row .flatMenu li:before {
  content: ' | ';
  margin: 0 9px;
}
footer .desktop .copyright.row .flatMenu li:first-child:before {
  display: none;
}
footer .mobile {
  display: none;
  font-size: 12px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
  footer .mobile {
    display: block;
  }
}
footer .mobile .menus {
  display: flex;
  justify-content: space-between;
}
footer .mobile .menus .menu {
  flex: 1 0 140px;
}
footer .mobile .menus .menu > ul > li:first-child {
  margin-top: 0;
}
footer .mobile .menus .menu > ul > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
footer .mobile .menus #mobileFooterColumn1 {
  border-right: 15px solid transparent;
}
footer .mobile .menus #mobileFooterColumn2 {
  border-left: 15px solid transparent;
}
footer .mobile .menus li {
  border-bottom: 1px solid #4d5160;
  margin-top: 8px;
  padding-bottom: 5px;
}
footer .mobile .menus ul.sub-menu {
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 8px;
  text-transform: none;
}
footer .mobile .menus ul.sub-menu a {
  color: #a9a9a9;
  font-size: 10px;
}
footer .mobile .menus ul.sub-menu a:hover {
  color: #3ccc8d;
}
footer .mobile .menus li.menu-item-has-children {
  position: relative;
}
footer .mobile .menus li.menu-item-has-children > a:after {
  content: url('../images/arrow_right_green.png');
  height: 12px;
  position: absolute;
  right: 0;
  width: 8px;
}
footer .mobile .menus li.menu-item-has-children.opened > a:after {
  content: url('../images/arrow_down_green.png');
  height: 8px;
  width: 12px;
}
footer .mobile .sub-menu {
  display: none;
}
footer .mobile .sub-menu.opened {
  display: block;
}
footer .mobile .sub-menu li:last-child {
  border-bottom: none;
}
footer .mobile .socialLinks {
  border-bottom: 1px solid #4d5160;
  margin: 45px 0 10px 0;
  padding-bottom: 15px;
}
footer .mobile .socialLinks .heading {
  border-bottom: 1px solid #4d5160;
  margin-bottom: 11px;
  padding-bottom: 8px;
}
footer .mobile .socialLinks a {
  font-size: 18px;
}
footer .mobile .socialLinks a + a {
  margin-left: 20px;
}
/**
 * Quotation grid: 3 across
 */
.quotation-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .quotation-grid {
    display: block;
  }
}
.quotation-grid-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 33.3333%;
  border-left: 1px solid #b9b9b9;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: left 20px top 0px;
  background-image: url(../images/quotation_mark-light.png);
}
.quotation-grid-item:nth-child(3n+1) {
  border-left: 0;
}
@media only screen and (max-width: 1200px) {
  .quotation-grid-item {
    width: 100%;
    margin-bottom: 60px;
    border: 0;
  }
}
.quotation-grid-item .content-wrapper {
  padding: 0 30px;
}
.quotation-grid-item .quote {
  color: #707071;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .quotation-grid-item .quote {
    font-size: 25px;
    line-height: 29px;
  }
}
.quotation-grid-item .separator {
  background-color: #8e8e8e;
  display: inline-block;
  height: 3px;
  margin: 30px 0;
  width: 40px;
}
.quotation-grid-item .source {
  color: #e12f78;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5px;
}
.quotation-grid-item .sourceDetails {
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
.quotation-grid-item .logo {
  margin-top: 35px;
}
.quotation-grid-item .portrait {
  margin-top: 35px;
  overflow: hidden;
  width: 90px;
  height: 90px;
}
.quotation-grid-item .portrait img {
  max-width: 100%;
}
/**
 * Press List - just the meta and title
 */
.press-list {
  border-top: 4px solid #000;
  margin: 0 auto 30px;
  padding: 126px 80px 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .press-list {
    padding: 40px 0;
  }
}
.press-list .press-item {
  border-bottom: 1px solid #c2c4c4;
  padding-bottom: 31px;
  margin-bottom: 26px;
  max-width: 800px;
}
.press-list .press-item .meta {
  margin: 0 0 5px;
}
.press-list .press-item .meta .date {
  display: inline-block;
  margin-right: 30px;
  color: #ffb300;
  font-size: 14px;
  font-weight: 600;
}
.press-list .press-item .meta .publication {
  display: inline-block;
  color: #707071;
  font-size: 14px;
  font-weight: 600;
}
.press-list .press-item .title {
  font-size: 22px;
}
.section.columned {
  display: flex;
  justify-content: center;
  padding: 70px 120px;
}
@media only screen and (max-width: 1200px) {
  .section.columned {
    display: block;
    padding: 0 30px;
  }
}
.section.columned .column {
  flex: 1;
  padding-right: 70px;
}
@media only screen and (max-width: 1200px) {
  .section.columned .column {
    padding-right: 0;
  }
  .section.columned .column + .column {
    margin-top: 30px;
  }
}
.section.fullWidth.imageOverhang {
  padding: 0;
  text-align: center;
}
.section.fullWidth.imageOverhang img {
  position: relative;
}
.section.headlineTextButton {
  text-align: center;
}
.section.headlineTextButton.backgroundImage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.headlineTextButton.backgroundImage .headline {
  color: #fff;
}
.section.headlineTextButton.backgroundImage .text {
  color: #fff;
  font-weight: 400;
}
.section.headlineTextButton .headline {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  width: 60%;
}
@media only screen and (max-width: 1200px) {
  .section.headlineTextButton .headline {
    font-size: 30px;
    line-height: 34px;
    width: 100%;
  }
}
.section.headlineTextButton .text {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 auto 50px auto;
  width: 70%;
}
@media only screen and (max-width: 1200px) {
  .section.headlineTextButton .text {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    width: 100%;
  }
}
.column.headingWithText {
  font-weight: 300;
  letter-spacing: 0;
}
.column.headingWithText .heading {
  color: #000;
  font-size: 30px;
  line-height: 40px;
}
.column.headingWithText .text {
  color: #8d8d8d;
  font-size: 22px;
  line-height: 26px;
  margin-top: 20px;
}
.column.bulletedList {
  padding-left: 40px;
}
@media only screen and (max-width: 1200px) {
  .column.bulletedList {
    padding-left: 7px;
  }
}
.column.bulletedList ul {
  list-style-type: none;
  margin-bottom: 50px;
  margin-top: 10px;
}
.column.bulletedList ul li {
  color: #8d8d8d;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.001em;
  line-height: 21px;
  padding-left: 10px;
  text-indent: -17px;
  text-transform: uppercase;
}
.column.bulletedList ul li:before {
  content: "•";
  color: #ffb300;
  margin-right: 10px;
}
.column.bulletedList ul li + li {
  margin-top: 30px;
}
.caseStudies.container .icon, .resources.container .icon {
  background-position: left center;
  bottom: -40px;
  height: 80px;
  position: absolute;
  right: 20px;
  width: 80px;
}
.caseStudies.container .icon.document, .resources.container .icon.document {
  background-image: url('../images/btn_case_study_sprite.png');
}
.caseStudies.container .icon.video, .resources.container .icon.video {
  background-image: url('../images/btn_video_sprite.png');
}
.caseStudies.container .icon.webinar, .resources.container .icon.webinar {
  background-image: url('../images/btn_webinar_sprite.png');
}
.caseStudies.container .icon.text, .resources.container .icon.text {
  align-items: center;
  background-color: #3ccc8d;
  bottom: -25px;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 0.004em;
  justify-content: center;
  padding: 0 30px;
  text-transform: uppercase;
  width: auto;
}
.caseStudies.container .icon:hover, .resources.container .icon:hover {
  background-position: right center;
}
.embeddedVideoWithOptionalOverlay {
  font-size: 0;
  /* To remove slight space beneath video */
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .embeddedVideoWithOptionalOverlay {
    padding: 50px 35px 0 30px !important;
  }
}
.embeddedVideoWithOptionalOverlay .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  padding: 16px 20px 14px 20px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 1200px) {
  .embeddedVideoWithOptionalOverlay .overlay {
    background-color: #212638;
    font-size: 25px;
    line-height: 24px;
    position: relative;
    width: 100%;
  }
}
.embeddedVideoWithOptionalOverlay .iframe {
  position: relative;
}
.headingColumnedText .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  width: 60%;
}
@media only screen and (max-width: 1200px) {
  .headingColumnedText .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .headingColumnedText .heading {
    width: 100%;
  }
}
.headingColumnedText .columned.wysiwyg {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 50px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 50px;
  /* Firefox */
  column-gap: 50px;
}
@media only screen and (max-width: 1200px) {
  .headingColumnedText .columned.wysiwyg {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
.headingText {
  text-align: center;
}
.headingText .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .headingText .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
.headingText .text {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 auto 50px auto;
  color: #000;
}
@media only screen and (max-width: 1200px) {
  .headingText .text {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.headingTextButton {
  text-align: center;
}
.headingTextButton .heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .headingTextButton .heading {
    font-size: 30px;
    line-height: 34px;
    width: 100%;
  }
}
.headingTextButton .text {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 1200px) {
  .headingTextButton .text {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
  }
}
.simpleText .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .simpleText .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
.simpleText .text {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 1200px) {
  .simpleText .text {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.textAndForm {
  display: flex;
  padding: 0 70px 95px 70px;
}
@media only screen and (max-width: 1200px) {
  .textAndForm {
    display: block;
    padding: 0 30px 0 30px;
  }
}
.textAndForm .left {
  flex: 0 0 54%;
  padding-top: 50px;
}
.textAndForm .left .heading {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
.textAndForm .right {
  flex: 0 0 46%;
  margin-bottom: -55px;
  padding-left: 35px;
  position: relative;
  top: -55px;
}
@media only screen and (max-width: 1200px) {
  .textAndForm .right {
    padding-left: 0;
    margin: 50px 0;
    top: 0;
  }
}
.textAndForm .right .details .heading {
  color: #ffb300;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 41px;
  margin: 45px 0 25px 0;
  text-transform: uppercase;
}
img.overhanging {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  img.overhanging {
    position: static;
    margin-bottom: 0 !important;
  }
}
.repeatedHeadingText {
  padding-right: 50px;
}
@media only screen and (max-width: 1200px) {
  .repeatedHeadingText {
    padding-right: 0;
  }
}
.repeatedHeadingText .item {
  font-weight: 300;
  letter-spacing: 0;
}
.repeatedHeadingText .item .heading {
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0.7em;
}
.repeatedHeadingText .item .text {
  color: #8d8d8d;
  font-size: 22px;
  line-height: 26px;
}
.repeatedHeadingText .item + .item {
  margin-top: 50px;
}
.yellowBoxImage {
  display: flex;
}
.yellowBoxImage > .left {
  flex: 0 0 50%;
}
.yellowBoxImage > .right {
  align-items: center;
  display: flex;
  flex: 0 0 50%;
}
.yellowBoxImage > .right .yellowBox {
  border: 2px solid #ffb300;
  font-size: 22px;
  font-weight: 300;
  height: 200px;
  letter-spacing: 0;
  line-height: 26px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 200px;
}
.yellowBoxImage > .right .yellowBox .line {
  border-right: 2px solid #ffb300;
  border-bottom: 2px solid #ffb300;
  height: 40px;
  left: -19px;
  position: absolute;
  width: calc(50% + 20px);
}
.yellowBoxImage > .right .yellowBox .dot {
  background-image: url('../images/clickcordion_dot.png');
  bottom: -11px;
  height: 20px;
  left: -20px;
  position: absolute;
  width: 20px;
}
.yellowBoxImage > .right .yellowBox .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 25px;
}
.yellowBoxImage.noBox {
  display: block;
  text-align: center;
}
#blog .pageTitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  margin-top: 25px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #blog .pageTitle {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#blog .pageTitle .archiveTerm {
  color: #ffb300;
}
#blog #featured {
  display: flex;
  margin: 50px auto;
}
@media only screen and (max-width: 1200px) {
  #blog #featured {
    padding: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #blog #featured {
    display: block;
  }
}
#blog #featured .left {
  flex: 2;
}
#blog #featured .left .content-wrap {
  height: 100%;
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
  #blog #featured .left {
    padding: 0;
  }
}
#blog #featured .right {
  background-color: #f7f7f8;
  flex: 1;
}
#blog #featured .right .content-wrap {
  padding: 30px;
}
#blog #subscribe {
  background-color: #212638;
  padding: 45px;
  text-align: center;
}
#blog #subscribe .heading {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 28px;
  text-transform: uppercase;
}
#blog #subscribe form {
  margin-top: 40px;
  width: auto !important;
}
#blog #subscribe form div.mktoButtonRow span.mktoButtonWrap.mktoBlueBox button[type=submit] {
  width: auto !important;
}
#blog #general {
  display: flex;
  margin: 50px auto;
}
@media only screen and (max-width: 1200px) {
  #blog #general {
    padding: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #blog #general {
    display: block;
  }
}
#blog #general .left {
  flex: 2;
}
#blog #general .left .paginatedPosts {
  border-right: 1px solid #b9b9b9;
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px 0 0;
}
@media only screen and (max-width: 1200px) {
  #blog #general .left .paginatedPosts {
    border: none;
    display: block;
    padding: 0;
  }
}
#blog #general .left .pagination {
  margin-top: 50px;
}
#blog #general .left .pagination .page-numbers {
  align-items: center;
  background-color: #e0e0e0;
  color: #707071;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 40px;
  text-transform: uppercase;
}
#blog #general .left .pagination .page-numbers + .page-numbers {
  margin-left: 12px;
}
#blog #general .left .pagination .page-numbers.current {
  color: #3ccc8d;
}
#blog #general .left .pagination .page-numbers.next, #blog #general .left .pagination .page-numbers.prev {
  position: relative;
  width: 85px;
}
#blog #general .left .pagination .page-numbers.prev:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #e0e0e0;
}
#blog #general .left .pagination .page-numbers.prev:hover:after {
  border-right-color: #3ccc8d;
}
#blog #general .left .pagination .page-numbers.next:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e0e0e0;
}
#blog #general .left .pagination .page-numbers.next:hover:after {
  border-left-color: #3ccc8d;
}
#blog #general .left .pagination a.page-numbers:hover {
  background-color: #3ccc8d;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #blog #general .left .pagination {
    display: block;
    text-align: center;
  }
  #blog #general .left .pagination .button {
    min-width: 215px;
  }
  #blog #general .left .pagination .button + .button {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #blog #general .left {
    margin-bottom: 50px;
  }
}
#blog #general .right {
  flex: 1;
}
#blog #general .right .content-wrap {
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 767px) {
  #blog #general .right .content-wrap {
    padding: 0;
  }
}
#blog #general .right .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  border-bottom: 1px solid #b9b9b9;
  line-height: 41px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  #blog #general .right .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#blog #general .right .heading.noBottomMargin {
  margin-bottom: 0;
}
#blog #general .right .networks {
  margin-bottom: 90px;
  text-align: left;
}
#blog #general .right .networks a {
  font-size: 25px;
}
#blog #general .right .networks a + a {
  margin-left: 15px;
}
#home .tabbedHeader {
  position: relative;
}
#home .tabbedHeader ul.slick-dots {
  bottom: unset;
  top: 26px;
}
@media only screen and (max-width: 767px) {
  #home .tabbedHeader ul.slick-dots {
    position: absolute;
  }
  #home .tabbedHeader ul.slick-dots li {
    display: block;
  }
}
#home .tabbedHeader .tabbedBackground {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1200px) {
  #home .tabbedHeader .tabbedBackground {
    background-position: center left;
  }
}
#home .tabbedHeader .mobileHeading {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 34px;
  padding: 45px 30px 0 30px;
  text-transform: uppercase;
}
#home .tabbedHeader .text {
  letter-spacing: 0.001em;
  padding-top: 140px;
}
@media only screen and (max-width: 1200px) {
  #home .tabbedHeader .text {
    left: 0;
    padding: 30px 30px 0 30px;
    position: relative;
    top: 0;
    width: 100%;
  }
}
#home .tabbedHeader .text .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #home .tabbedHeader .text .heading {
    font-size: 30px;
    line-height: 34px;
  }
}
#home .tabbedHeader .text .subheading {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1200px) {
  #home .tabbedHeader .text .subheading {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  #home .tabbedHeader .text .cta {
    margin-top: 35px;
  }
}
#home .tabbedHeader .text a.button {
  margin-bottom: 55px;
}
#home .tabbedHeader .tabs {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #home .tabbedHeader .tabs {
    left: 0;
    width: 100%;
  }
}
#home .tabbedHeader .tabs .tab {
  background-color: rgba(33, 38, 56, 0.7);
  border-left: 1px solid #1c1d26;
  border-right: 1px solid #1c1d26;
  color: #fff;
  flex: 0 0 auto;
  letter-spacing: -0.001em;
  padding: 38px 20px 48px 20px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #home .tabbedHeader .tabs .tab {
    padding: 15px 25px 25px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #home .tabbedHeader .tabs .tab {
    overflow: hidden;
  }
}
#home .tabbedHeader .tabs .tab:first-child {
  border-left: none;
}
#home .tabbedHeader .tabs .tab:last-child {
  border-right: none;
}
#home .tabbedHeader .tabs .tab .heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #home .tabbedHeader .tabs .tab .heading {
    font-size: 20px;
    line-height: 17px;
    letter-spacing: 0.002em;
  }
}
@media only screen and (max-width: 767px) {
  #home .tabbedHeader .tabs .tab .heading {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
#home .tabbedHeader .tabs .tab .belowFold {
  display: none;
}
#home .tabbedHeader .tabs .tab .belowFold p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin: 15px 0 30px 0;
}
#home .tabbedHeader .tabs .tab .belowFold a {
  color: #3ccc8d;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}
#home .tabbedHeader .tabs .tab .belowFold a:hover {
  color: #009a82;
}
#home .tabbedHeader .tabs .tab .arrow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 20px;
}
#home .tabbedHeader .tabs .tab.closed .arrow {
  background-image: url('../images/arrow_up_green.png');
}
#home .tabbedHeader .tabs .tab.opened {
  background-color: rgba(33, 38, 56, 0.9);
  border-top: 5px solid #e12f78;
  height: auto !important;
  padding-bottom: 20px;
}
#home .tabbedHeader .tabs .tab.opened .arrow {
  background-image: url('../images/arrow_down_green_big.png');
}
#home .tabbedHeader .tabs .tab.opened .belowFold {
  display: block;
}
#home #section3 {
  display: flex;
  padding: 0 100px 110px 0;
}
@media only screen and (max-width: 1200px) {
  #home #section3 {
    display: block;
    padding: 50px 25px 115px 0;
  }
}
#home #section3 .left {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 40%;
}
@media only screen and (max-width: 1200px) {
  #home #section3 .left {
    padding-bottom: 100%;
    width: 100%;
  }
}
#home #section3 .right {
  flex: 0 0 60%;
  padding-left: 35px;
}
#home #section3 .right .heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #home #section3 .right .heading {
    font-size: 30px;
    letter-spacing: 0.002em;
    line-height: 32px;
    margin-bottom: 45px;
  }
}
#home #section4 .container {
  display: flex;
  padding: 0 115px 40px 30px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #home #section4 .container {
    display: block;
    padding: 0 30px 40px 30px;
  }
}
#home #section4 .left {
  flex: 1 0 62.5%;
}
#home #section4 .left img {
  position: absolute;
}
#home #section4 .left .text {
  color: #707071;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  padding-left: 80px;
  padding-top: 75px;
}
@media only screen and (max-width: 1200px) {
  #home #section4 .left .text {
    font-size: 20px;
    line-height: 24px;
  }
}
#home #section4 .right {
  flex: 1 0 37.5%;
  text-align: right;
}
#home #section4 .right img {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #home #section4 .right img {
    margin-top: 25px;
    top: 0 !important;
  }
}
#home #section6 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home #section6 .container {
  padding: 50px 115px 50px 110px;
}
@media only screen and (max-width: 1200px) {
  #home #section6 .container {
    padding: 0 30px;
  }
}
#home #section6 .text .heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin-bottom: 25px;
  text-transform: uppercase;
  width: 75%;
}
@media only screen and (max-width: 1200px) {
  #home #section6 .text .heading {
    font-size: 30px;
    line-height: 32px;
    position: relative;
    top: -17px;
    width: 100%;
  }
}
#home #section6 .text .subheading {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 40px;
  width: 75%;
}
@media only screen and (max-width: 1200px) {
  #home .tabbedHeader .tabs {
    width: 100%;
  }
}
#caseStudiesTemplate > .container {
  margin-bottom: 60px;
  padding: 40px 70px;
}
@media only screen and (max-width: 1200px) {
  #caseStudiesTemplate > .container {
    padding: 40px 30px;
  }
}
#caseStudiesTemplate .slider.container {
  padding: 0;
}
#caseStudiesTemplate .slider .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 680px;
  padding: 110px 30px 0 30px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #caseStudiesTemplate .slider .slide {
    min-height: 1px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
#caseStudiesTemplate .slider .slide .logo {
  margin: 30px 0 50px 0;
}
@media only screen and (max-width: 1200px) {
  #caseStudiesTemplate .slider .slide .logo {
    margin-bottom: 25px;
    margin-top: 15px;
  }
}
#caseStudiesTemplate .slider .slide .headline {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin-bottom: 95px;
  text-transform: uppercase;
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  #caseStudiesTemplate .slider .slide .headline {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}
#caseStudiesTemplate .slider .slide .cta {
  align-items: center;
  display: flex;
}
#caseStudiesTemplate .slider .slide .cta .icon {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  flex: 0 0 100px;
  height: 100px;
  width: 100px;
}
#caseStudiesTemplate .slider .slide .cta .icon.document {
  background-image: url('../images/btn_case_study_sprite.png');
}
#caseStudiesTemplate .slider .slide .cta .icon.video {
  background-image: url('../images/btn_video_sprite.png');
}
#caseStudiesTemplate .slider .slide .cta .icon.webinar {
  background-image: url('../images/btn_webinar_sprite.png');
}
#caseStudiesTemplate .slider .slide .cta .icon:hover {
  background-position: right center;
}
#caseStudiesTemplate .slider .slide .cta .ctaText {
  color: #fff;
  flex: 1 1 auto;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 27px;
  padding-left: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #caseStudiesTemplate .slider .slide .cta .ctaText {
    display: none;
  }
}
#caseStudiesTemplate .slider ul.slick-dots {
  right: 40px;
  top: 150px;
}
@media only screen and (max-width: 1200px) {
  #caseStudiesTemplate .slider ul.slick-dots {
    top: 0;
  }
}
#caseStudiesTemplate .slider ul.slick-dots li button::before {
  color: #fff;
}
#caseStudiesTemplate .slider ul.slick-dots li.slick-active button::before {
  color: #3ccc8d;
}
#caseStudiesTemplate .caseStudies .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #caseStudiesTemplate .caseStudies .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#caseStudiesTemplate .caseStudies .subheading {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 auto 25px auto;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #caseStudiesTemplate .caseStudies .subheading {
    font-size: 20px;
    line-height: 1.3;
    width: 100%;
  }
}
#caseStudiesTemplate .caseStudies .row {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -30px;
}
#caseStudiesTemplate .sections .section .container {
  padding: 50px 0;
}
@media only screen and (max-width: 1200px) {
  #caseStudiesTemplate .sections .section .container {
    padding: 50px 25px;
  }
}
.page-template-template-customer-quotes #section2 {
  padding-bottom: 0;
}
.page-template-template-customer-quotes #section2 .quotation-grid-item {
  margin-bottom: 50px;
}
.page-template-template-customer-examples #section2 .container {
  max-width: 1000px;
}
.page-template-template-customer-examples #section3 .site-example {
  padding: 40px;
}
.page-template-template-customer-examples #section3 .site-example.bg-color-1 {
  background-color: #fff;
}
.page-template-template-customer-examples #section3 .site-example.bg-color-2 {
  background-color: #f7f7f8;
}
.page-template-template-customer-examples #section3 .site-example .container {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-customer-examples #section3 .site-example .container {
    display: block;
  }
}
.page-template-template-customer-examples #section3 .site-example .text-content, .page-template-template-customer-examples #section3 .site-example .image-content {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-customer-examples #section3 .site-example .text-content {
    margin-bottom: 40px;
  }
}
.page-template-template-customer-examples #section3 .site-example.layout-1 .container {
  flex-direction: row;
}
.page-template-template-customer-examples #section3 .site-example.layout-1 .text-content {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .page-template-template-customer-examples #section3 .site-example.layout-1 .text-content {
    width: 100%;
  }
}
.page-template-template-customer-examples #section3 .site-example.layout-1 .image-content {
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .page-template-template-customer-examples #section3 .site-example.layout-1 .image-content {
    width: 100%;
    text-align: left;
  }
}
.page-template-template-customer-examples #section3 .site-example.layout-2 .container {
  flex-direction: row-reverse;
}
.page-template-template-customer-examples #section3 .site-example.layout-2 .text-content {
  width: 45.3%;
}
@media only screen and (max-width: 767px) {
  .page-template-template-customer-examples #section3 .site-example.layout-2 .text-content {
    width: 100%;
  }
}
.page-template-template-customer-examples #section3 .site-example.layout-2 .image-content {
  width: 50%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-template-template-customer-examples #section3 .site-example.layout-2 .image-content {
    width: 100%;
    text-align: left;
  }
}
.page-template-template-customer-examples #section3 .headline.style-1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-customer-examples #section3 .headline.style-1 {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
.page-template-template-customer-examples #section3 .headline.style-2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.33333;
  margin: 0 auto 1em auto;
  text-transform: none;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-customer-examples #section3 .headline.style-2 {
    font-size: 26px;
  }
}
.page-template-template-customer-examples #section3 p {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-customer-examples #section3 p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.page-template-template-customer-examples #section4 {
  background-color: #f7f7f8;
}
#igniteTemplate #hero {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #hero {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 550px !important;
    padding-bottom: 250px;
  }
}
#igniteTemplate #hero .title {
  display: flex;
  padding: 50px 0 0 0;
  text-align: right;
}
#igniteTemplate #hero .title .left {
  flex: 0 0 40%;
  text-align: center;
}
#igniteTemplate #hero .title .left img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #hero .title .left {
    flex-basis: 100%;
    margin-bottom: 50px;
  }
}
#igniteTemplate #hero .title .right {
  flex: 0 0 60%;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #hero .title .right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #hero .title {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
#igniteTemplate #hero .title .heading {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#igniteTemplate #hero .title .subheading {
  font-size: 40px;
  margin-bottom: 25px;
}
#igniteTemplate #hero .overlay {
  background-color: #414042;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  min-height: 148px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #hero .overlay {
    display: block;
  }
}
#igniteTemplate #hero .overlay .container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 148px;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #hero .overlay .container {
    display: block;
  }
}
#igniteTemplate #hero .overlay .container .left {
  display: flex;
  flex: 1;
  font-weight: 700;
  justify-content: space-around;
  max-width: 600px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #hero .overlay .container .left {
    max-width: unset;
    padding: 25px 0;
  }
}
#igniteTemplate #hero .overlay .container .left .overlayItem .heading {
  font-size: 60px;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #hero .overlay .container .left .overlayItem .heading {
    font-size: 40px;
  }
}
#igniteTemplate #hero .overlay .container .left .overlayItem .subheading {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #hero .overlay .container .left .overlayItem .subheading {
    font-size: 15px;
    font-weight: 300;
  }
}
#igniteTemplate #hero .overlay .container .right {
  align-items: center;
  background-color: #ffb300;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  max-width: 600px;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #hero .overlay .container .right {
    max-width: unset;
    padding: 25px;
    text-align: center;
  }
}
#igniteTemplate #hero .overlay .container .right .heading {
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#igniteTemplate #hero .overlay .container .right .countdown {
  display: flex;
  font-size: 30px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
#igniteTemplate #hero .overlay .container .right .countdown .time {
  width: 17%;
}
#igniteTemplate #hero .overlay .container .right .countdown .numeral {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #hero .overlay .container .right .countdown .numeral {
    font-size: 26px;
  }
}
#igniteTemplate #hero .overlay .container .right .countdown .string {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #hero .overlay .container .right .countdown .string {
    font-weight: 300;
  }
}
#igniteTemplate #secondaryNav {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #secondaryNav {
    display: none;
  }
}
#igniteTemplate #secondaryNav .navItem {
  align-items: center;
  border-left: 1px solid #b9b9b9;
  display: flex;
  flex: 1;
  justify-content: center;
  height: 120px;
  text-align: center;
}
#igniteTemplate #secondaryNav .navItem:first-child {
  border-left: none;
}
#igniteTemplate #secondaryNav .navItem a {
  text-align: center;
}
#igniteTemplate #secondaryNav .navItem a .icon {
  background-position: center left;
  height: 52px;
  margin: 0 auto 8px auto;
  width: 52px;
}
#igniteTemplate #secondaryNav .navItem a:hover {
  color: #ffb300;
}
#igniteTemplate #secondaryNav .navItem a:hover .icon {
  background-position: center right;
}
#igniteTemplate #section2 {
  padding: 75px 0 0 0;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #section2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#igniteTemplate #section2 .headline {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #section2 .headline {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#igniteTemplate #section2 .text {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #section2 .text {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
#igniteTemplate #attendees {
  padding: 100px 0;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #attendees {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#igniteTemplate #attendees .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #attendees .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#igniteTemplate #attendees .logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#igniteTemplate #attendees .logos .logo {
  margin: 25px 20px;
  height: 50px;
  width: auto;
}
#igniteTemplate #attendees .logos .logo img {
  height: 100%;
  width: auto;
}
#igniteTemplate #speakers {
  padding: 50px 0;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #speakers {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#igniteTemplate #speakers .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #speakers .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#igniteTemplate #speakers .keynoteSpeaker {
  background-color: #212638;
  display: flex;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 35px;
  padding: 35px;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #speakers .keynoteSpeaker {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #speakers .keynoteSpeaker .left {
    flex: 1px;
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #speakers .keynoteSpeaker .left {
    max-width: unset;
    text-align: center;
  }
}
#igniteTemplate #speakers .keynoteSpeaker .right {
  padding-left: 35px;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #speakers .keynoteSpeaker .right {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #speakers .keynoteSpeaker .right {
    padding-left: 0;
    padding-top: 15px;
  }
}
#igniteTemplate #speakers .keynoteSpeaker .right .title {
  color: #fff;
  font-weight: 700;
}
#igniteTemplate #speakers .keynoteSpeaker .right .wysiwyg {
  color: #fff;
  font-size: 16px;
}
#igniteTemplate #speakers .keynoteSpeaker .right .wysiwyg p + p {
  margin-top: 12px;
}
#igniteTemplate #speakers .speakers {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#igniteTemplate #speakers .speakers .speaker {
  cursor: pointer;
  flex: 0 0 auto;
  width: 25%;
}
#igniteTemplate #speakers .speakers .speaker .content-wrap {
  padding: 20px;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #speakers .speakers .speaker {
    width: 50%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #speakers .speakers .speaker {
    width: 100%;
  }
}
#igniteTemplate #speakers .speakers .speaker .name {
  color: #000;
  font-size: 18px;
  margin-top: 10px;
}
#igniteTemplate #speakers .speakers .speaker .details {
  color: #8d8d8d;
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px;
}
#igniteTemplate #agenda {
  padding: 50px 0;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #agenda {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#igniteTemplate #agenda .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #agenda .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#igniteTemplate #agenda .date {
  border-bottom: 2px solid #b9b9b9;
  color: #ffb300;
  font-size: 18px;
  font-weight: 700;
  margin-top: 35px;
  padding: 8px 0;
}
#igniteTemplate #agenda .event {
  border-bottom: 1px solid #b9b9b9;
  color: #8d8d8d;
  padding: 12px 10px;
}
#igniteTemplate #agenda .event .firstRow {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #agenda .event .firstRow {
    display: block;
  }
}
#igniteTemplate #agenda .event .firstRow .time {
  flex: 0 0 20%;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #agenda .event .firstRow .time {
    margin-bottom: 8px;
  }
}
#igniteTemplate #agenda .event .firstRow .title {
  flex: 1 0 40%;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #agenda .event .firstRow .title {
    font-size: 18px;
    padding-right: 20px;
  }
}
#igniteTemplate #agenda .event .firstRow .details {
  flex: 0 0 calc(40% - 25px);
  font-size: 20px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #agenda .event .firstRow .details {
    font-size: 15px;
    margin-top: 8px;
    padding-right: 20px;
  }
}
#igniteTemplate #agenda .event .firstRow .collapsibleTrigger {
  background-image: url('../images/collapsible_sprite.png');
  background-position: left center;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #agenda .event .firstRow .collapsibleTrigger {
    float: right;
    position: relative;
    top: -30px;
  }
}
#igniteTemplate #agenda .event .firstRow .collapsibleTrigger.opened {
  background-position: right center;
}
#igniteTemplate #agenda .event .secondRow.collapsible.collapsed {
  display: none;
}
#igniteTemplate #agenda .event .secondRow .description {
  padding: 8px 0 0 20%;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #agenda .event .secondRow .description {
    padding-left: 0;
  }
}
#igniteTemplate #agenda .event .secondRow .sessions {
  display: flex;
  padding: 8px 0 0 20%;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #agenda .event .secondRow .sessions {
    flex-wrap: wrap;
    padding-left: 0;
  }
}
#igniteTemplate #agenda .event .secondRow .sessions .session {
  flex: 1;
  margin: 0 8px;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #agenda .event .secondRow .sessions .session {
    margin: 8px 0;
  }
}
#igniteTemplate #agenda .event .secondRow .sessions .session .title {
  font-weight: 700;
}
#igniteTemplate #agenda .event .secondRow .sessions .session .description.wysiwyg {
  font-size: 16px;
  padding-left: 0;
}
#igniteTemplate #agenda .event .secondRow .sessions .session ul {
  margin: 0;
}
#igniteTemplate #agenda .event .secondRow .sessions .session ul li {
  font-size: 16px;
}
#igniteTemplate #agenda .event .secondRow .sessions .session ul li + li {
  margin-top: 8px;
}
#igniteTemplate #sponsors {
  padding: 100px 0;
}
#igniteTemplate #sponsors .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate #sponsors .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#igniteTemplate #sponsors .sponsors {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate #sponsors .sponsors {
    justify-content: center;
  }
}
#igniteTemplate #sponsors .sponsors .logo {
  margin: 25px 20px;
  height: 75px;
  width: auto;
}
#igniteTemplate #sponsors .sponsors .logo img {
  width: auto;
  height: 100%;
}
#igniteTemplate .repeatableSections .repeatedSection {
  padding: 50px 0;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate .repeatableSections .repeatedSection {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#igniteTemplate .repeatableSections .repeatedSection.imageleft .text {
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate .repeatableSections .repeatedSection.imageleft .text {
    padding-left: 0;
  }
}
#igniteTemplate .repeatableSections .repeatedSection.imageright .image {
  order: 2;
}
#igniteTemplate .repeatableSections .repeatedSection.imageright .text {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate .repeatableSections .repeatedSection.imageright .text {
    padding-right: 0;
  }
}
#igniteTemplate .repeatableSections .repeatedSection .container {
  align-items: flex-start;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate .repeatableSections .repeatedSection .container {
    display: block;
  }
}
#igniteTemplate .repeatableSections .repeatedSection .container .image {
  flex-basis: 40%;
}
@media only screen and (max-width: 767px) {
  #igniteTemplate .repeatableSections .repeatedSection .container .image {
    margin-bottom: 15px;
  }
}
#igniteTemplate .repeatableSections .repeatedSection .container .image img {
  max-width: 100%;
}
#igniteTemplate .repeatableSections .repeatedSection .container .text {
  flex-basis: 60%;
}
#igniteTemplate .repeatableSections .repeatedSection .container .text .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #igniteTemplate .repeatableSections .repeatedSection .container .text .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#igniteTemplate .repeatableSections .repeatedSection .container .text .text {
  padding: 0;
}
#igniteTemplate .repeatableSections .repeatedSection .container .text .button {
  margin-top: 35px;
}
body.page-template-template-ignite .modal {
  background-color: #212638 !important;
  max-width: 1200px;
  padding: 25px;
}
body.page-template-template-ignite .modal .innerModal {
  background-color: #212638;
  display: flex;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
}
body.page-template-template-ignite .modal .innerModal.modalVideo {
  flex-direction: column;
}
body.page-template-template-ignite .modal .innerModal.modalVideo .buttonContainer {
  margin-top: 25px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.page-template-template-ignite .modal .innerModal {
    display: block;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  body.page-template-template-ignite .modal .innerModal .left {
    flex: 1;
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-template-ignite .modal .innerModal .left {
    text-align: center;
    max-width: unset;
  }
}
body.page-template-template-ignite .modal .innerModal .left .name {
  color: #3ccc8d;
  font-weight: 700;
  margin-top: 8px;
}
body.page-template-template-ignite .modal .innerModal .left .details {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-top: 5px;
}
body.page-template-template-ignite .modal .innerModal .right {
  padding-left: 35px;
}
@media only screen and (max-width: 1200px) {
  body.page-template-template-ignite .modal .innerModal .right {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  body.page-template-template-ignite .modal .innerModal .right {
    padding-left: 0;
  }
}
body.page-template-template-ignite .modal .innerModal .right .title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  body.page-template-template-ignite .modal .innerModal .right .title {
    display: none;
  }
}
body.page-template-template-ignite .modal .innerModal .right .wysiwyg {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  body.page-template-template-ignite .modal .innerModal .right .wysiwyg {
    font-size: 16px;
  }
}
body.page-template-template-ignite .modal .innerModal .right .socialLinks {
  margin-top: 5px;
  text-align: right;
}
body.page-template-template-ignite .modal .innerModal .right .socialLinks a {
  color: #3ccc8d;
}
body.page-template-template-ignite .modal .innerModal .right .socialLinks a:hover {
  color: #009a82;
}
body.page-template-template-ignite #register {
  padding: 25px 0;
}
body.page-template-template-ignite #register .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  body.page-template-template-ignite #register .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
body.page-template-template-ignite #register .content {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 auto 25px auto;
}
@media only screen and (max-width: 1200px) {
  body.page-template-template-ignite #register .content {
    font-size: 20px;
    line-height: 1.3;
    width: 100%;
  }
}
.transparentNav #igniteTemplate #hero .title {
  padding-top: 175px;
}
@media only screen and (max-width: 1200px) {
  .transparentNav #igniteTemplate #hero .title {
    padding-top: 0;
  }
}
#industryTemplate .quotation.card {
  background-color: #fff;
  margin: auto;
  max-width: 790px;
  padding: 50px 0;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate .quotation.card {
    padding: 50px 30px 50px 30px;
  }
}
#industryTemplate .quotation.card .quote {
  width: 100%;
}
#industryTemplate #section1 .heroBanner .desktop .contentContainer {
  width: 60%;
}
#industryTemplate #section2 {
  padding: 50px 100px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section2 {
    padding: 50px 30px 50px 30px;
  }
}
#industryTemplate #section2 .heading {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 50px;
}
#industryTemplate #section2 .logos {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section2 .logos {
    display: block;
    padding: 0 40px;
  }
  #industryTemplate #section2 .logos > * {
    display: block;
    margin: 50px auto;
  }
}
#industryTemplate #section3 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#industryTemplate #section3 .container {
  padding: 0 100px;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section3 .container {
    padding: 0 30px;
  }
}
#industryTemplate #section3 .statistic.card {
  background-color: rgba(255, 255, 255, 0.78);
  padding: 50px;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section3 .statistic.card {
    padding: 50px 20px;
  }
}
#industryTemplate #section3 .statistic.card .text {
  width: 80%;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section3 .statistic.card .text {
    width: 100%;
  }
}
#industryTemplate #section5 .container {
  padding: 50px 120px;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section5 .container {
    padding: 0 30px 50px 30px;
  }
}
#industryTemplate #section5 .container .headingColumnedText {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section5 .container .headingColumnedText {
    padding-top: 15px;
  }
}
#industryTemplate #section5 .container .heading {
  margin-left: 0;
}
#industryTemplate #section6 {
  display: flex;
  justify-content: space-between;
  padding: 50px 120px;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section6 {
    flex-wrap: wrap;
    padding: 50px 30px 50px 30px;
  }
}
#industryTemplate #section6 .left {
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section6 .left {
    flex-basis: 100%;
    order: 2;
  }
  #industryTemplate #section6 .left a.button {
    padding: 17px 8px 14px 8px;
  }
}
#industryTemplate #section6 .left .headingTextButton {
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section6 .left .headingTextButton {
    text-align: center;
  }
  #industryTemplate #section6 .left .headingTextButton .heading, #industryTemplate #section6 .left .headingTextButton .text {
    text-align: left;
  }
}
#industryTemplate #section6 .right {
  align-items: center;
  display: flex;
  flex: 1;
  padding-left: 60px;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section6 .right {
    flex-basis: 100%;
    margin-bottom: 40px;
    order: 1;
  }
}
#industryTemplate #section8 {
  background-color: #212638;
  margin-top: 50px;
  padding-bottom: 25px;
}
#industryTemplate #section8 .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section8 .container {
    flex-wrap: wrap;
  }
}
#industryTemplate #section8 .container .left {
  flex: 0 0 54.17%;
  padding: 50px 40px 0 40px;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section8 .container .left {
    flex-basis: 100%;
    order: 2;
  }
}
#industryTemplate #section8 .container .left .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section8 .container .left .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#industryTemplate #section8 .container .right {
  flex: 1;
  padding: 0 30px;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section8 .container .right {
    order: 1;
  }
}
#industryTemplate #section10 {
  padding-top: 50px;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section10 {
    padding: 50px 30px 0 30px;
  }
}
#industryTemplate #section10 > .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section10 > .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#industryTemplate #section10 > .subheading {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 auto 25px auto;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section10 > .subheading {
    font-size: 20px;
    line-height: 1.3;
    width: 100%;
  }
}
#industryTemplate #section10 .customers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
  padding: 0 0 25px 0;
}
@media only screen and (max-width: 767px) {
  #industryTemplate #section10 .customers {
    display: block;
  }
}
#industryTemplate #section10 .customers .customer.card {
  flex: 0 0 auto;
  width: 50%;
  margin: 25px 0;
}
#industryTemplate #section10 .customers .customer.card .content-wrap {
  padding-left: 40px;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section10 .customers .customer.card .content-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section10 .customers .customer.card {
    width: 100%;
    margin: 50px 0;
  }
}
#industryTemplate #section10 .customers .customer.card .icon {
  margin-bottom: 50px;
}
#industryTemplate #section10 .customers .customer.card .icon img {
  height: 75px;
  width: auto;
}
#industryTemplate #section10 .customers .customer.card .heading {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 45px;
}
#industryTemplate #section10 .customers .customer.card .subheading {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 auto 25px auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  #industryTemplate #section10 .customers .customer.card .subheading {
    font-size: 20px;
    line-height: 1.3;
    width: 100%;
  }
}
#landingPage #section1 .heroBanner .desktop .contentContainer {
  width: 57%;
}
#landingPage #section2 {
  display: flex;
  padding: 0 70px 95px 70px;
}
@media only screen and (max-width: 1200px) {
  #landingPage #section2 {
    display: block;
    padding: 0 30px 0 30px;
  }
}
#landingPage #section2 .left {
  flex: 0 0 54%;
  padding-top: 50px;
}
#landingPage #section2 .left .heading {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
#landingPage #section2 .right {
  flex: 0 0 46%;
  margin-bottom: -55px;
  padding-left: 35px;
  position: relative;
  top: -55px;
}
@media only screen and (max-width: 1200px) {
  #landingPage #section2 .right {
    padding-left: 0;
    margin: 50px 0;
    top: 0;
  }
}
#landingPage #section2 .right .form {
  background-color: #212638;
  border-top: 10px solid #ffb300;
}
#landingPage #section2 .right .details .heading {
  color: #ffb300;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 41px;
  margin: 45px 0 25px 0;
  text-transform: uppercase;
}
#landingPage #section3 .quotation.card {
  padding: 45px 0;
}
#partnersTemplate #hero {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  #partnersTemplate #hero {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
#partnersTemplate #hero .title {
  font-size: 70px;
  font-weight: 700;
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  #partnersTemplate #hero .title {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 250px;
    text-align: center;
  }
}
#partnersTemplate #section2 {
  padding: 50px 0;
}
#partnersTemplate #section4 {
  display: flex;
  padding: 50px 160px 90px 120px;
}
@media only screen and (max-width: 1200px) {
  #partnersTemplate #section4 {
    display: block;
    padding: 0 30px 100px 30px;
  }
}
#partnersTemplate #section4 .left {
  flex: 0 0 54%;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
}
#partnersTemplate #section4 .left .heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #partnersTemplate #section4 .left .heading {
    font-size: 30px;
    line-height: 34px;
  }
}
#partnersTemplate #section4 .left .text {
  color: #8d8d8d;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  #partnersTemplate #section4 .left .text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
#partnersTemplate #section4 .left .subheading {
  color: #ffb300;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#partnersTemplate #section4 .left .yellowText {
  color: #ffb300;
}
@media only screen and (max-width: 1200px) {
  #partnersTemplate #section4 .left .yellowText {
    font-size: 20px;
    line-height: 24px;
  }
}
#partnersTemplate #section4 .right {
  align-items: flex-end;
  display: flex;
  flex: 0 0 46%;
  padding-left: 40px;
}
@media only screen and (max-width: 1200px) {
  #partnersTemplate #section4 .right {
    margin-top: 45px;
    padding-left: 0;
  }
}
#partnersTemplate #section5 {
  padding: 50px 0;
}
#partnersTemplate .cards {
  padding: 0 0 70px 0;
}
#partnersTemplate .cards .cardsContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px;
}
#partnersTemplate .cards .cardsContainer .card {
  flex-basis: auto;
  width: 33.33%;
  margin: 35px 0;
}
#partnersTemplate .cards .cardsContainer .card .content-wrap {
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  #partnersTemplate .cards .cardsContainer .card:nth-child(3n+2) {
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
  }
}
@media only screen and (max-width: 1200px) {
  #partnersTemplate .cards .cardsContainer .card {
    width: 50%;
  }
  #partnersTemplate .cards .cardsContainer .card:nth-child(3n+2) {
    border-left: none;
    border-right: none;
  }
  #partnersTemplate .cards .cardsContainer .card:nth-child(2n) {
    border-left: 1px solid #b9b9b9;
  }
}
@media only screen and (max-width: 767px) {
  #partnersTemplate .cards .cardsContainer .card {
    width: 100%;
    margin: 35px 0;
    text-align: center;
  }
  #partnersTemplate .cards .cardsContainer .card:nth-child(2n) {
    border-left: none;
  }
}
#partnersTemplate .cards .cardsContainer .card img {
  height: 60px;
  margin-bottom: 25px;
  max-width: 100%;
}
#partnersTemplate .cards .cardsContainer .card .text {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
}
#partnersTemplate #section7 .quotation.card {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
  #partnersTemplate #section2, #partnersTemplate #section3, #partnersTemplate #section4, #partnersTemplate #section5, #partnersTemplate #section6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.transparentNav #partnersTemplate #hero .title {
  padding-top: 175px;
}
@media only screen and (max-width: 1200px) {
  .transparentNav #partnersTemplate #hero .title {
    padding-top: 0;
  }
}
#productTemplate #section3 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section3 {
    padding: 0 15px 50px 30px;
  }
  #productTemplate #section3 .headingTextButton {
    padding-top: 45px;
  }
  #productTemplate #section3 .headingTextButton .heading {
    text-align: left;
    word-break: break-word;
  }
  #productTemplate #section3 .headingTextButton .text {
    text-align: left;
  }
  #productTemplate #section3 .mobileImage {
    float: right;
    padding-left: 5px;
  }
}
#productTemplate #section4 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#productTemplate #section4 .container {
  padding: 0 40px;
}
#productTemplate #section4 .container .donutChartModule {
  background-color: rgba(33, 38, 56, 0.9);
  padding: 30px 80px 50px 80px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #productTemplate #section4 .container .donutChartModule {
    padding: 30px 30px 50px 30px;
  }
}
#productTemplate #section4 .container .donutChartModule .caption {
  color: #8d8d8d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 36px;
  margin-bottom: 70px;
  text-align: left;
  text-transform: uppercase;
}
#productTemplate #section4 .container .donutChartModule .donutLinks {
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.001em;
  line-height: 22px;
  height: 415px;
  padding-left: 28px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #productTemplate #section4 .container .donutChartModule .donutLinks {
    flex-wrap: wrap;
    height: auto;
  }
}
#productTemplate #section4 .container .donutChartModule .donutLinks .donutLink {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #productTemplate #section4 .container .donutChartModule .donutLinks .donutLink + .donutLink {
    margin-top: 25px;
  }
}
#productTemplate #section4 .container .donutChartModule .donutLinks .donutLink img {
  position: absolute;
  z-index: 50;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section4 .container .donutChartModule .donutLinks .donutLink img {
    display: none;
  }
}
#productTemplate #section4 .container .donutChartModule .donutLinks .donutLink#link1 img {
  left: -185px;
  top: 48px;
}
#productTemplate #section4 .container .donutChartModule .donutLinks .donutLink#link2 img {
  left: -136px;
  top: 48px;
}
#productTemplate #section4 .container .donutChartModule .donutLinks .donutLink#link3 img {
  left: -205px;
  top: -38px;
}
#productTemplate #section4 .container .donutChartModule .donutLinks .donutLink#link4 img {
  left: 75px;
  top: -57px;
}
#productTemplate #section4 .container .donutChartModule .donutLinks .donutLink#link5 img {
  left: 80px;
  top: 48px;
}
#productTemplate #section4 .container .donutChartModule .donutLinks .donutLink#link6 img {
  left: 82px;
  top: 48px;
}
#productTemplate #section4 .container .donutChartModule .donutLinks a {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #productTemplate #section4 .container .donutChartModule .donutLinks a {
    font-size: 18px;
  }
}
#productTemplate #section4 .container .donutChartModule .donutLinks a:hover {
  color: #3ccc8d;
}
#productTemplate #section4 .container .donutChartModule .donutLinks a::before {
  content: url('../images/arrow_right_green.png');
  height: 12px;
  left: -28px;
  position: absolute;
  top: -4px;
  width: 8px;
}
#productTemplate #section4 .container .donutChartModule .donutLinks .left, #productTemplate #section4 .container .donutChartModule .donutLinks .right {
  display: flex;
  flex: 0 0 240px;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #productTemplate #section4 .container .donutChartModule .donutLinks .left, #productTemplate #section4 .container .donutChartModule .donutLinks .right {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  #productTemplate #section4 .container .donutChartModule .donutLinks .left {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #productTemplate #section4 .container .donutChartModule .donutLinks .right {
    order: -1;
  }
}
#productTemplate #section4 .container .donutChartModule .donutLinks p {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #productTemplate #section4 .container .donutChartModule .donutLinks p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
  }
}
#productTemplate #section4 .container .donutChartModule .donutCharts {
  left: calc(50% - 139px);
  position: absolute;
  top: calc(50% - 125px);
}
#productTemplate #section4 .container .donutChartModule .donut-chart {
  position: absolute;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart1 {
  left: 15px;
  top: 15px;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart2 {
  left: 30px;
  top: 30px;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart3 {
  left: 45px;
  top: 45px;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart4 {
  left: 60px;
  top: 60px;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart5 {
  left: 75px;
  top: 75px;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart6 {
  left: 90px;
  top: 90px;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart1 {
  width: 250px;
  height: 250px;
  background: transparent;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart1 .slice.one {
  clip: rect(0 250px 125px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart1 .slice.two {
  clip: rect(0 125px 250px 0);
  -webkit-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
  background: #fff;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart1 .chart-center {
  top: 15px;
  left: 15px;
  width: 220px;
  height: 220px;
  background: #373b4c;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart1 .chart-center span {
  font-size: 40px;
  line-height: 220px;
  color: #fff;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart1 .chart-center span:after {
  content: "93%";
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart2 {
  width: 220px;
  height: 220px;
  background: transparent;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart2 .slice.one {
  clip: rect(0 220px 110px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #e6e6e6;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart2 .slice.two {
  clip: rect(0 110px 220px 0);
  -webkit-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
  background: #e6e6e6;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart2 .chart-center {
  top: 15px;
  left: 15px;
  width: 190px;
  height: 190px;
  background: #373b4c;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart2 .chart-center span {
  font-size: 40px;
  line-height: 190px;
  color: #e6e6e6;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart2 .chart-center span:after {
  content: "86%";
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart3 {
  width: 190px;
  height: 190px;
  background: transparent;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart3 .slice.one {
  clip: rect(0 190px 95px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #ccc;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart3 .slice.two {
  clip: rect(0 95px 190px 0);
  -webkit-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
  background: #ccc;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart3 .chart-center {
  top: 15px;
  left: 15px;
  width: 160px;
  height: 160px;
  background: #373b4c;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart3 .chart-center span {
  font-size: 40px;
  line-height: 160px;
  color: #ccc;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart3 .chart-center span:after {
  content: "79%";
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart4 {
  width: 160px;
  height: 160px;
  background: transparent;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart4 .slice.one {
  clip: rect(0 160px 80px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #b3b3b3;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart4 .slice.two {
  clip: rect(0 80px 160px 0);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  background: #b3b3b3;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart4 .chart-center {
  top: 15px;
  left: 15px;
  width: 130px;
  height: 130px;
  background: #373b4c;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart4 .chart-center span {
  font-size: 40px;
  line-height: 130px;
  color: #b3b3b3;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart4 .chart-center span:after {
  content: "75%";
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart5 {
  width: 130px;
  height: 130px;
  background: transparent;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart5 .slice.one {
  clip: rect(0 130px 65px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #999;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart5 .slice.two {
  clip: rect(0 65px 130px 0);
  -webkit-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
  background: #999;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart5 .chart-center {
  top: 15px;
  left: 15px;
  width: 100px;
  height: 100px;
  background: #373b4c;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart5 .chart-center span {
  font-size: 40px;
  line-height: 100px;
  color: #999;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart5 .chart-center span:after {
  content: "61%";
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart6 {
  width: 100px;
  height: 100px;
  background: transparent;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart6 .slice.one {
  clip: rect(0 100px 50px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #808080;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart6 .slice.two {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
  background: #808080;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart6 .chart-center {
  top: 15px;
  left: 15px;
  width: 70px;
  height: 70px;
  background: #373b4c;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart6 .chart-center span {
  font-size: 40px;
  line-height: 70px;
  color: #808080;
}
#productTemplate #section4 .container .donutChartModule .donut-chart.chart6 .chart-center span:after {
  content: "54%";
}
#productTemplate #section4 .container .donutChartModule .cta {
  margin-top: 40px;
}
#productTemplate #section5 {
  padding: 100px 160px 70px 120px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section5 {
    padding: 0 30px 50px 30px;
  }
}
#productTemplate #section5 .embeddedVideoWithOptionalOverlay {
  margin-bottom: 50px;
}
#productTemplate #section6 {
  display: flex;
  padding: 50px 160px 90px 120px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section6 {
    display: block;
    padding: 0 30px 100px 30px;
  }
}
#productTemplate #section6 .left {
  flex: 0 0 54%;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
}
#productTemplate #section6 .left .heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section6 .left .heading {
    font-size: 30px;
    line-height: 34px;
  }
}
#productTemplate #section6 .left .text {
  color: #8d8d8d;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section6 .left .text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
#productTemplate #section6 .left .subheading {
  color: #ffb300;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#productTemplate #section6 .left .yellowText {
  color: #ffb300;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section6 .left .yellowText {
    font-size: 20px;
    line-height: 24px;
  }
}
#productTemplate #section6 .right {
  align-items: flex-end;
  display: flex;
  flex: 0 0 46%;
  padding-left: 40px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section6 .right {
    margin-top: 45px;
    padding-left: 0;
  }
}
#productTemplate #section7a .container, #productTemplate #section7b .container, #productTemplate #section7c .container {
  display: flex;
  padding: 50px 160px 90px 120px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section7a .container, #productTemplate #section7b .container, #productTemplate #section7c .container {
    display: block;
    padding: 50px 30px 50px 30px;
  }
}
#productTemplate #section7a .container .left, #productTemplate #section7b .container .left, #productTemplate #section7c .container .left {
  flex: 0 0 46%;
  font-weight: 300;
}
#productTemplate #section7a .container .left .heading, #productTemplate #section7b .container .left .heading, #productTemplate #section7c .container .left .heading {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section7a .container .left .heading, #productTemplate #section7b .container .left .heading, #productTemplate #section7c .container .left .heading {
    line-height: 34px;
  }
}
#productTemplate #section7a .container .left .text, #productTemplate #section7b .container .left .text, #productTemplate #section7c .container .left .text {
  color: #8d8d8d;
  font-size: 22px;
  line-height: 26px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section7a .container .left .text, #productTemplate #section7b .container .left .text, #productTemplate #section7c .container .left .text {
    font-size: 20px;
    line-height: 24px;
  }
}
#productTemplate #section7a .container .right, #productTemplate #section7b .container .right, #productTemplate #section7c .container .right {
  flex: 0 0 54%;
  padding-left: 15px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section7a .container .right, #productTemplate #section7b .container .right, #productTemplate #section7c .container .right {
    margin-top: 10px;
  }
}
#productTemplate #section7a .container .right img, #productTemplate #section7b .container .right img, #productTemplate #section7c .container .right img {
  width: 100%;
}
#productTemplate #section7b .container .right {
  padding-left: 0;
  padding-right: 15px;
}
#productTemplate #section8 {
  display: flex;
  padding: 0 160px 90px 120px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section8 {
    flex-wrap: wrap;
    padding: 50px 30px 15px 30px;
  }
}
#productTemplate #section8 .left {
  flex: 0 0 40%;
  padding-top: 50px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section8 .left {
    align-items: flex-end;
    display: flex;
    flex-basis: 100%;
    order: 1;
    padding-top: 0;
  }
  #productTemplate #section8 .left img {
    flex: 0 0 50% !important;
    max-width: 100%;
  }
  #productTemplate #section8 .left .yellowBox {
    height: 140px;
    max-width: 50%;
    width: 140px;
  }
  #productTemplate #section8 .left .yellowBox .dotAndLine {
    left: calc(-50% - 2px);
    width: calc(50%);
  }
  #productTemplate #section8 .left .yellowBox .text {
    font-size: 14px;
    line-height: 16.93px;
  }
}
#productTemplate #section8 .right {
  flex: 0 0 60%;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section8 .right {
    flex-basis: 100%;
    padding-left: 0;
  }
}
#productTemplate #section8 .right .heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section8 .right .heading {
    font-size: 30px;
    line-height: 34px;
  }
}
#productTemplate #section8 .right .text {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.001em;
  line-height: 26px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section8 .right .text {
    font-size: 20px;
    line-height: 24px;
  }
}
#productTemplate #section8 .yellowBox {
  border: 2px solid #ffb300;
  font-size: 22px;
  font-weight: 300;
  height: 200px;
  letter-spacing: 0;
  line-height: 26px;
  padding: 0 25px;
  position: relative;
  text-align: center;
  width: 200px;
}
#productTemplate #section8 .yellowBox .dotAndLine {
  align-items: center;
  display: flex;
  height: 20px;
  left: -210px;
  position: absolute;
  top: calc(50% - 10px);
  width: 210px;
}
#productTemplate #section8 .yellowBox .dotAndLine .dot {
  background-image: url('../images/clickcordion_dot.png');
  height: 20px;
  width: 20px;
}
#productTemplate #section8 .yellowBox .dotAndLine .line {
  background-color: #ffb300;
  height: 2px;
  width: calc(100% - 20px);
}
#productTemplate #section8 .yellowBox .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#productTemplate #section9 {
  background-color: #212638;
  padding-top: 50px;
}
#productTemplate #section9 .text {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 41px;
  padding: 0 115px 0 110px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section9 .text {
    padding: 0 30px 0 30px;
  }
}
#productTemplate #section10 {
  padding: 25px 0 100px 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section10 {
    padding: 0 0 40px 0;
  }
}
#productTemplate #section10 .quotation.card {
  margin: auto;
  width: 60%;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section10 .quotation.card {
    background-color: transparent;
    padding: 50px 30px 0 30px;
    width: 100%;
  }
  #productTemplate #section10 .quotation.card .quote {
    width: 100%;
  }
}
#productTemplate #section11 > .container {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section11 > .container {
    display: block;
    padding: 0 30px 50px 30px;
  }
}
#productTemplate #section11 .left {
  flex-basis: 41.67%;
  padding-left: 120px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section11 .left {
    padding-left: 0;
  }
  #productTemplate #section11 .left img {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
}
#productTemplate #section11 .right {
  flex: 1;
  padding: 50px 130px 0 75px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section11 .right {
    padding: 0;
  }
}
#productTemplate #section11 .right .headingTextButton {
  text-align: left;
}
#productTemplate #section11 .right .headingTextButton .heading {
  line-height: 36px;
}
@media only screen and (max-width: 1200px) {
  #productTemplate #section11 .right .headingTextButton .heading {
    line-height: 34px;
  }
}
#productTemplate #section11 .right .headingTextButton .text {
  font-size: 18px;
  line-height: 23px;
}
#productAlternateTemplate {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section3 {
    padding: 0 15px 0 30px;
  }
  #productAlternateTemplate #section3 .headingTextButton {
    padding-top: 45px;
  }
  #productAlternateTemplate #section3 .headingTextButton .heading {
    text-align: left;
    word-break: break-word;
  }
  #productAlternateTemplate #section3 .headingTextButton .text {
    text-align: left;
  }
  #productAlternateTemplate #section3 .mobileImage {
    float: right;
    padding-left: 5px;
  }
}
#productAlternateTemplate #section4 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#productAlternateTemplate #section4 .container {
  padding: 0 40px;
}
#productAlternateTemplate #section4 .container .donutChartModule {
  background-color: rgba(33, 38, 56, 0.9);
  padding: 30px 80px 50px 80px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #productAlternateTemplate #section4 .container .donutChartModule {
    padding: 30px 30px 50px 30px;
  }
}
#productAlternateTemplate #section4 .container .donutChartModule .caption {
  color: #8d8d8d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 36px;
  margin-bottom: 70px;
  text-align: left;
  text-transform: uppercase;
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks {
  color: #fff;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.001em;
  line-height: 22px;
  height: 415px;
  padding-left: 28px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #productAlternateTemplate #section4 .container .donutChartModule .donutLinks {
    flex-wrap: wrap;
    height: auto;
  }
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks .donutLink {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #productAlternateTemplate #section4 .container .donutChartModule .donutLinks .donutLink + .donutLink {
    margin-top: 25px;
  }
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks .donutLink img {
  position: absolute;
  z-index: 50;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section4 .container .donutChartModule .donutLinks .donutLink img {
    display: none;
  }
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks .donutLink#link1 img {
  left: -185px;
  top: 48px;
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks .donutLink#link2 img {
  left: -136px;
  top: 48px;
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks .donutLink#link3 img {
  left: -205px;
  top: -38px;
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks .donutLink#link4 img {
  left: 75px;
  top: -57px;
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks .donutLink#link5 img {
  left: 80px;
  top: 48px;
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks .donutLink#link6 img {
  left: 82px;
  top: 48px;
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks a {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #productAlternateTemplate #section4 .container .donutChartModule .donutLinks a {
    font-size: 18px;
  }
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks a:hover {
  color: #3ccc8d;
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks a::before {
  content: url('../images/arrow_right_green.png');
  height: 12px;
  left: -28px;
  position: absolute;
  top: -4px;
  width: 8px;
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks .left, #productAlternateTemplate #section4 .container .donutChartModule .donutLinks .right {
  display: flex;
  flex: 0 0 240px;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #productAlternateTemplate #section4 .container .donutChartModule .donutLinks .left, #productAlternateTemplate #section4 .container .donutChartModule .donutLinks .right {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  #productAlternateTemplate #section4 .container .donutChartModule .donutLinks .left {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #productAlternateTemplate #section4 .container .donutChartModule .donutLinks .right {
    order: -1;
  }
}
#productAlternateTemplate #section4 .container .donutChartModule .donutLinks p {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #productAlternateTemplate #section4 .container .donutChartModule .donutLinks p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
  }
}
#productAlternateTemplate #section4 .container .donutChartModule .donutCharts {
  left: calc(50% - 139px);
  position: absolute;
  top: calc(50% - 125px);
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart {
  position: absolute;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart1 {
  left: 15px;
  top: 15px;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart2 {
  left: 30px;
  top: 30px;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart3 {
  left: 45px;
  top: 45px;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart4 {
  left: 60px;
  top: 60px;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart5 {
  left: 75px;
  top: 75px;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart6 {
  left: 90px;
  top: 90px;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart1 {
  width: 250px;
  height: 250px;
  background: transparent;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart1 .slice.one {
  clip: rect(0 250px 125px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart1 .slice.two {
  clip: rect(0 125px 250px 0);
  -webkit-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
  background: #fff;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart1 .chart-center {
  top: 15px;
  left: 15px;
  width: 220px;
  height: 220px;
  background: #373b4c;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart1 .chart-center span {
  font-size: 40px;
  line-height: 220px;
  color: #fff;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart1 .chart-center span:after {
  content: "93%";
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart2 {
  width: 220px;
  height: 220px;
  background: transparent;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart2 .slice.one {
  clip: rect(0 220px 110px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #e6e6e6;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart2 .slice.two {
  clip: rect(0 110px 220px 0);
  -webkit-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
  background: #e6e6e6;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart2 .chart-center {
  top: 15px;
  left: 15px;
  width: 190px;
  height: 190px;
  background: #373b4c;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart2 .chart-center span {
  font-size: 40px;
  line-height: 190px;
  color: #e6e6e6;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart2 .chart-center span:after {
  content: "86%";
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart3 {
  width: 190px;
  height: 190px;
  background: transparent;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart3 .slice.one {
  clip: rect(0 190px 95px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #ccc;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart3 .slice.two {
  clip: rect(0 95px 190px 0);
  -webkit-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
  background: #ccc;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart3 .chart-center {
  top: 15px;
  left: 15px;
  width: 160px;
  height: 160px;
  background: #373b4c;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart3 .chart-center span {
  font-size: 40px;
  line-height: 160px;
  color: #ccc;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart3 .chart-center span:after {
  content: "79%";
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart4 {
  width: 160px;
  height: 160px;
  background: transparent;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart4 .slice.one {
  clip: rect(0 160px 80px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #b3b3b3;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart4 .slice.two {
  clip: rect(0 80px 160px 0);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  background: #b3b3b3;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart4 .chart-center {
  top: 15px;
  left: 15px;
  width: 130px;
  height: 130px;
  background: #373b4c;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart4 .chart-center span {
  font-size: 40px;
  line-height: 130px;
  color: #b3b3b3;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart4 .chart-center span:after {
  content: "75%";
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart5 {
  width: 130px;
  height: 130px;
  background: transparent;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart5 .slice.one {
  clip: rect(0 130px 65px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #999;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart5 .slice.two {
  clip: rect(0 65px 130px 0);
  -webkit-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
  background: #999;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart5 .chart-center {
  top: 15px;
  left: 15px;
  width: 100px;
  height: 100px;
  background: #373b4c;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart5 .chart-center span {
  font-size: 40px;
  line-height: 100px;
  color: #999;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart5 .chart-center span:after {
  content: "61%";
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart6 {
  width: 100px;
  height: 100px;
  background: transparent;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart6 .slice.one {
  clip: rect(0 100px 50px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #808080;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart6 .slice.two {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
  background: #808080;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart6 .chart-center {
  top: 15px;
  left: 15px;
  width: 70px;
  height: 70px;
  background: #373b4c;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart6 .chart-center span {
  font-size: 40px;
  line-height: 70px;
  color: #808080;
}
#productAlternateTemplate #section4 .container .donutChartModule .donut-chart.chart6 .chart-center span:after {
  content: "54%";
}
#productAlternateTemplate #section4 .container .donutChartModule .cta {
  margin-top: 40px;
}
#productAlternateTemplate #featuredCards {
  padding-bottom: 30px;
}
#productAlternateTemplate #featuredCards .icon {
  text-align: center;
}
#productAlternateTemplate #featuredCards .icon img {
  height: auto;
  max-width: 100%;
}
#productAlternateTemplate #featuredCards .buttonContainer {
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #featuredCards .buttonContainer {
    margin-bottom: 50px;
  }
}
#productAlternateTemplate #section5 {
  padding: 100px 160px 70px 120px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section5 {
    padding: 0 30px 50px 30px;
  }
}
#productAlternateTemplate #section5 .embeddedVideoWithOptionalOverlay {
  margin-bottom: 50px;
}
#productAlternateTemplate #section6 {
  padding: 50px 40px 90px 40px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section6 {
    display: block;
    padding: 0 30px 100px 30px;
  }
}
#productAlternateTemplate #section6 .heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section6 .heading {
    font-size: 30px;
    line-height: 34px;
  }
}
#productAlternateTemplate #section6 .flexContainer {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #productAlternateTemplate #section6 .flexContainer {
    display: block;
  }
}
#productAlternateTemplate #section6 .flexContainer .left {
  flex: 0 0 54%;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
}
#productAlternateTemplate #section6 .flexContainer .left .text {
  color: #8d8d8d;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section6 .flexContainer .left .text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
#productAlternateTemplate #section6 .flexContainer .left .subheading {
  color: #ffb300;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#productAlternateTemplate #section6 .flexContainer .left .yellowText {
  color: #ffb300;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section6 .flexContainer .left .yellowText {
    font-size: 20px;
    line-height: 24px;
  }
}
#productAlternateTemplate #section6 .flexContainer .right {
  align-items: flex-start;
  display: flex;
  flex: 0 0 46%;
  padding-left: 40px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section6 .flexContainer .right {
    margin-top: 45px;
    padding-left: 0;
  }
}
#productAlternateTemplate #section6 .yellowText + a {
  margin-top: 25px;
}
#productAlternateTemplate #section7 .section .container {
  display: flex;
  padding: 50px 160px 90px 120px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section7 .section .container {
    display: block;
    padding: 50px 30px 50px 30px;
  }
}
#productAlternateTemplate #section7 .section .container .text {
  flex: 0 0 46%;
  font-weight: 300;
}
#productAlternateTemplate #section7 .section .container .text .heading {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section7 .section .container .text .heading {
    line-height: 34px;
  }
}
#productAlternateTemplate #section7 .section .container .text .text {
  color: #8d8d8d;
  font-size: 22px;
  line-height: 26px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section7 .section .container .text .text {
    font-size: 20px;
    line-height: 24px;
  }
}
#productAlternateTemplate #section7 .section .container .image {
  flex: 0 0 54%;
  padding-left: 15px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section7 .section .container .image {
    margin-top: 10px;
  }
}
#productAlternateTemplate #section7 .section .container .image img {
  width: 100%;
}
#productAlternateTemplate #section7 .section.leftImage .text {
  order: 2;
}
#productAlternateTemplate #section7 .section.leftImage .image {
  order: 1;
  padding-left: 0;
  padding-right: 15px;
}
#productAlternateTemplate #section7b .container .right {
  padding-left: 0;
  padding-right: 15px;
}
#productAlternateTemplate #section8 {
  display: flex;
  padding: 0 160px 90px 120px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section8 {
    flex-wrap: wrap;
    padding: 50px 30px 15px 30px;
  }
}
#productAlternateTemplate #section8 .left {
  flex: 0 0 40%;
  padding-top: 50px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section8 .left {
    align-items: flex-end;
    display: flex;
    flex-basis: 100%;
    order: 1;
    padding-top: 0;
  }
  #productAlternateTemplate #section8 .left img {
    flex: 0 0 50% !important;
    max-width: 100%;
  }
  #productAlternateTemplate #section8 .left .yellowBox {
    height: 140px;
    max-width: 50%;
    width: 140px;
  }
  #productAlternateTemplate #section8 .left .yellowBox .dotAndLine {
    left: calc(-50% - 2px);
    width: calc(50%);
  }
  #productAlternateTemplate #section8 .left .yellowBox .text {
    font-size: 14px;
    line-height: 16.93px;
  }
}
#productAlternateTemplate #section8 .right {
  flex: 0 0 60%;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section8 .right {
    flex-basis: 100%;
    padding-left: 0;
  }
}
#productAlternateTemplate #section8 .right .heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section8 .right .heading {
    font-size: 30px;
    line-height: 34px;
  }
}
#productAlternateTemplate #section8 .right .text {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.001em;
  line-height: 26px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section8 .right .text {
    font-size: 20px;
    line-height: 24px;
  }
}
#productAlternateTemplate #section8 .yellowBox {
  border: 2px solid #ffb300;
  font-size: 22px;
  font-weight: 300;
  height: 200px;
  letter-spacing: 0;
  line-height: 26px;
  padding: 0 25px;
  position: relative;
  text-align: center;
  width: 200px;
}
#productAlternateTemplate #section8 .yellowBox .dotAndLine {
  align-items: center;
  display: flex;
  height: 20px;
  left: -210px;
  position: absolute;
  top: calc(50% - 10px);
  width: 210px;
}
#productAlternateTemplate #section8 .yellowBox .dotAndLine .dot {
  background-image: url('../images/clickcordion_dot.png');
  height: 20px;
  width: 20px;
}
#productAlternateTemplate #section8 .yellowBox .dotAndLine .line {
  background-color: #ffb300;
  height: 2px;
  width: calc(100% - 20px);
}
#productAlternateTemplate #section8 .yellowBox .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#productAlternateTemplate #section9 {
  background-color: #212638;
  padding-top: 50px;
}
#productAlternateTemplate #section9 .text {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 41px;
  padding: 0 115px 0 110px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section9 .text {
    padding: 0 30px 0 30px;
  }
}
#productAlternateTemplate #section10 {
  padding: 25px 0 100px 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section10 {
    padding: 0 0 40px 0;
  }
}
#productAlternateTemplate #section10 .quotation.card {
  margin: auto;
  width: 60%;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section10 .quotation.card {
    background-color: transparent;
    padding: 50px 30px 0 30px;
    width: 100%;
  }
  #productAlternateTemplate #section10 .quotation.card .quote {
    width: 100%;
  }
}
#productAlternateTemplate #section11 > .container {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section11 > .container {
    display: block;
    padding: 0 30px 50px 30px;
  }
}
#productAlternateTemplate #section11 .left {
  flex-basis: 41.67%;
  padding-left: 120px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section11 .left {
    padding-left: 0;
  }
  #productAlternateTemplate #section11 .left img {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
}
#productAlternateTemplate #section11 .right {
  flex: 1;
  padding: 50px 130px 0 75px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section11 .right {
    padding: 0;
  }
}
#productAlternateTemplate #section11 .right .headingTextButton {
  text-align: left;
}
#productAlternateTemplate #section11 .right .headingTextButton .heading {
  line-height: 36px;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section11 .right .headingTextButton .heading {
    line-height: 34px;
  }
}
#productAlternateTemplate #section11 .right .headingTextButton .text {
  font-size: 18px;
  line-height: 23px;
}
#productAlternateTemplate #section14 {
  padding: 0 40px 50px 40px;
}
#productAlternateTemplate #section14 .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #productAlternateTemplate #section14 .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
.page-template-template-solutions_roles #section1 .contentContainer {
  width: 45%;
}
.page-template-template-solutions_roles #section2 {
  position: relative;
  z-index: 100;
}
.page-template-template-solutions_roles #section2 .container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .page-template-template-solutions_roles #section2 .container {
    display: block;
  }
}
.page-template-template-solutions_roles #section2 .left, .page-template-template-solutions_roles #section2 .right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .page-template-template-solutions_roles #section2 .left, .page-template-template-solutions_roles #section2 .right {
    width: 100%;
  }
}
.page-template-template-solutions_roles #section2 .left .item:nth-child(1) .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-solutions_roles #section2 .left .item:nth-child(1) .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-solutions_roles #section2 .left {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-solutions_roles #section2 .image-wrapper {
    margin-top: 0 !important;
  }
}
.page-template-template-solutions_roles #section4 .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-solutions_roles #section4 .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
.page-template-template-solutions_roles #section4 .container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .page-template-template-solutions_roles #section4 .container {
    display: block;
  }
}
.page-template-template-solutions_roles #section4 .left, .page-template-template-solutions_roles #section4 .right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .page-template-template-solutions_roles #section4 .left, .page-template-template-solutions_roles #section4 .right {
    width: 100%;
  }
}
.page-template-template-solutions_roles #section4 .right {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-solutions_roles #section4 .right {
    padding-left: 0;
  }
}
.page-template-template-solutions_roles #section6 .container {
  padding-left: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .page-template-template-solutions_roles #section6 .container {
    display: block;
    padding-right: 0;
  }
}
.page-template-template-solutions_roles #section6 .left, .page-template-template-solutions_roles #section6 .right {
  padding-bottom: 50px;
}
.page-template-template-solutions_roles #section6 .left {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 75%;
}
@media only screen and (max-width: 767px) {
  .page-template-template-solutions_roles #section6 .left {
    width: 100%;
    background: none !important;
  }
}
.page-template-template-solutions_roles #section6 .left .text-wrapper {
  padding: 0 17% 0 50px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-solutions_roles #section6 .left .text-wrapper {
    padding: 0 30px;
  }
}
.page-template-template-solutions_roles #section6 .right {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .page-template-template-solutions_roles #section6 .right {
    width: 100%;
    padding: 0 30px;
  }
}
.page-template-template-solutions_roles #section6 img {
  height: auto;
  margin-bottom: 1em;
}
.page-template-template-solutions_roles #section7 .container {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-solutions_roles #section7 .container {
    display: block;
  }
}
.page-template-template-solutions_roles #section7 .left {
  flex: 1 0 62.5%;
}
.page-template-template-solutions_roles #section7 .left img {
  position: absolute;
}
.page-template-template-solutions_roles #section7 .left .headline {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-solutions_roles #section7 .left .headline {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .page-template-template-solutions_roles #section7 .left .headline {
    margin-top: 0 !important;
  }
}
.page-template-template-solutions_roles #section7 .left .text {
  color: #b9b9b9;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-solutions_roles #section7 .left .text {
    font-size: 20px;
    line-height: 24px;
  }
}
.page-template-template-solutions_roles #section7 .right {
  flex: 1 0 37.5%;
  text-align: right;
}
.page-template-template-solutions_roles #section7 .right img {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-solutions_roles #section7 .right img {
    top: 0 !important;
  }
}
.page-template-template-solutions_roles #section8 .container {
  padding-top: 50px;
  padding-bottom: 40px;
}
.page-template-template-solutions_roles #section8 .headline {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  margin-bottom: 0.6em;
  text-align: center;
  padding: 0 30px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-solutions_roles #section8 .headline {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
.page-template-template-solutions_roles #section8 .quotation.card {
  padding-top: 1em;
  background: transparent;
}
.page-template-template-solutions_roles #section9 {
  background-size: cover;
}
.page-template-template-solutions_roles #section9 .container {
  padding: 50px 115px 0 110px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-solutions_roles #section9 .container {
    padding: 0 30px;
  }
}
#solutionsUseCases #section1 .heroBanner .desktop .contentContainer {
  width: 60%;
}
#solutionsUseCases #section2 {
  display: flex;
  padding: 0 70px;
}
@media only screen and (max-width: 1200px) {
  #solutionsUseCases #section2 {
    display: block;
    padding: 0 30px 0 30px;
  }
}
#solutionsUseCases #section2 > .left {
  flex: 0 0 50%;
  padding: 45px 0;
}
#solutionsUseCases #section2 > .right {
  flex: 0 0 50%;
}
#solutionsUseCases #section3 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#solutionsUseCases #section3 .statistic.card {
  display: inline-block;
  margin: 0 12.5% 0 33%;
  padding: 50px 0;
}
@media only screen and (max-width: 1200px) {
  #solutionsUseCases #section3 .statistic.card {
    background-color: transparent;
    margin: 0 30px 0 30px;
  }
}
#solutionsUseCases #section3 .statistic.card .source {
  color: #000;
}
#solutionsUseCases #section4 {
  padding: 40px 0 35px 0;
}
#solutionsUseCases #section4 .embeddedVideoWithOptionalOverlay {
  padding: 0 420px 0 380px;
}
@media only screen and (max-width: 1200px) {
  #solutionsUseCases #section4 .embeddedVideoWithOptionalOverlay {
    padding-right: 65px;
  }
}
#solutionsUseCases #section4 .heading {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 41px;
  margin: 40px 0;
  text-align: center;
  text-transform: uppercase;
}
#solutionsUseCases #section4 .quotation.card {
  padding-top: 0;
}
@media only screen and (max-width: 1200px) {
  #solutionsUseCases #section4 .quotation.card {
    padding-top: 25px;
  }
}
#solutionsUseCases #section5 .container {
  display: flex;
  padding: 0 115px 40px 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #solutionsUseCases #section5 .container {
    display: block;
    padding: 0 30px 40px 30px;
  }
}
#solutionsUseCases #section5 .left {
  flex: 1 0 62.5%;
}
#solutionsUseCases #section5 .left img {
  position: absolute;
}
@media only screen and (max-width: 1200px) {
  #solutionsUseCases #section5 .left img {
    position: relative !important;
    top: 0 !important;
    padding-top: 25px;
    margin-bottom: 0 !important;
  }
}
#solutionsUseCases #section5 .left .text {
  color: #707071;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 40px;
  padding-left: 80px;
  padding-top: 75px;
}
@media only screen and (max-width: 1200px) {
  #solutionsUseCases #section5 .left .text {
    font-size: 20px;
    line-height: 24px;
    padding-top: 0;
  }
}
#solutionsUseCases #section5 .right {
  flex: 1 0 37.5%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #solutionsUseCases #section5 .right {
    text-align: center;
  }
}
#solutionsUseCases #section5 .right img {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #solutionsUseCases #section5 .right img {
    margin-top: 25px;
    top: 0 !important;
  }
}
#demoRequest {
  padding-bottom: 50px;
}
.page-template-template-demo_request .heroBanner {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-demo_request .heroBanner {
    color: inherit;
  }
}
.page-template-template-demo_request .heroBanner .contentContainer {
  width: 52%;
  min-width: 320px;
}
.page-template-template-demo_request .heroBanner .form {
  max-width: 450px;
}
.page-template-template-demo_request #section2 {
  padding-top: 50px;
}
#contactUs {
  padding-bottom: 50px;
}
.page-template-template-contact .heroBanner .desktop .container {
  padding: 70px 20px 40px 62px;
}
.page-template-template-contact .heroBanner .desktop .contentContainer {
  width: 100%;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-contact .heroBanner .desktop .contentContainer {
    color: inherit;
  }
}
.page-template-template-contact .heroBanner .desktop .contentContainer .heading {
  font-size: 79px;
  line-height: 1;
  letter-spacing: -1px;
}
.page-template-template-contact .textAndForm .right {
  top: -155px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-contact .textAndForm .right {
    top: 0;
  }
}
#mediaCoverage {
  padding: 50px 0;
}
#mediaCoverage .headingText .text {
  margin-bottom: 0;
}
#mediaCoverage #section2 {
  margin-top: 75px;
}
#mediaCoverage .card {
  border-bottom: 1px solid #b9b9b9;
  padding: 25px 0;
}
#mediaCoverage .card .meta {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
#mediaCoverage .card .meta .date {
  color: #ffb300;
}
#mediaCoverage .card .meta .source {
  margin-left: 15px;
}
#mediaCoverage .card .title a {
  font-size: 20px;
}
#mediaCoverage #archive {
  margin-top: 75px;
  padding: 0 30px;
}
#mediaCoverage .pagination {
  margin-top: 25px;
}
#mediaCoverage .pagination > * {
  margin-right: 5px;
}
.page-template-template-media-coverage #section1 {
  padding: 0 30px;
}
.page-template-template-media-coverage #section2 {
  padding-bottom: 0;
}
.page-template-template-media-coverage #section3 {
  padding-top: 0;
}
.page-template-template-media-coverage .headingText .heading {
  font-size: 50px;
  line-height: 1;
}
.page-template-template-media-coverage .headingText, .page-template-template-media-coverage .headingText .text {
  color: #666;
}
#resourcesTemplate > .container {
  margin-bottom: 60px;
  padding: 40px 70px 0 70px;
}
@media only screen and (max-width: 1200px) {
  #resourcesTemplate > .container {
    padding: 40px 30px;
  }
}
#resourcesTemplate #intro {
  text-align: center;
}
#resourcesTemplate #intro .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #resourcesTemplate #intro .title {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#resourcesTemplate #intro .subheading {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 auto 25px auto;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  #resourcesTemplate #intro .subheading {
    font-size: 20px;
    line-height: 1.3;
    width: 100%;
  }
}
#resourcesTemplate .filters {
  margin-bottom: 60px;
  text-align: center;
}
#resourcesTemplate .filters .filter {
  color: #707071;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.005em;
  padding: 0 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #resourcesTemplate .filters .filter {
    display: block;
    margin: 8px 0;
  }
}
#resourcesTemplate .filters .filter.active {
  color: #3ccc8d;
  font-weight: 700;
}
#resourcesTemplate .filters .filter + .filter {
  border-left: 1px solid #707071;
}
@media only screen and (max-width: 767px) {
  #resourcesTemplate .filters .filter + .filter {
    border-left: none;
  }
}
@media only screen and (max-width: 1200px) {
  #resourcesTemplate .resources.container {
    padding: 40px 0;
  }
}
#resourcesTemplate .resources .row {
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
}
@media only screen and (max-width: 1200px) {
  #resourcesTemplate .resources .row {
    margin: 0;
  }
}
#resourcesTemplate .resources .row .card {
  width: 33.33%;
}
@media only screen and (max-width: 1200px) {
  #resourcesTemplate .resources .row .card {
    width: 100%;
  }
}
#resourcesTemplate .resources .row .card.featured {
  width: 66.66%;
}
@media only screen and (max-width: 1200px) {
  #resourcesTemplate .resources .row .card.featured {
    width: 100%;
  }
}
#resourcesTemplate .resources .row .banner {
  min-height: 230px;
}
#resourcesTemplate .resources .row .banner .icon {
  bottom: -20px;
  z-index: 10;
}
#resourcesTemplate .resources .row .banner .icon.text {
  bottom: -25px;
}
#resourcesTemplate .resources .row .banner .icon.text + .overlay {
  display: none;
}
#resourcesTemplate .resources .row .banner .overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  padding-left: 10px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
#caseStudy #section1 .heroBanner .desktop .contentContainer {
  width: 57%;
}
#caseStudy #section2 {
  display: flex;
  padding: 0 70px 95px 70px;
}
@media only screen and (max-width: 1200px) {
  #caseStudy #section2 {
    display: block;
    padding: 0 30px 0 30px;
  }
}
#caseStudy #section2 .left {
  flex: 0 0 54%;
  padding-top: 50px;
}
#caseStudy #section2 .left .heading {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
#caseStudy #section2 .right {
  flex: 0 0 46%;
  margin-bottom: -55px;
  padding-left: 35px;
  position: relative;
  top: -55px;
}
@media only screen and (max-width: 1200px) {
  #caseStudy #section2 .right {
    padding-left: 0;
    margin: 50px 0;
    top: 0;
  }
}
#caseStudy #section2 .right .form {
  background-color: #212638;
  border-top: 10px solid #ffb300;
}
#caseStudy #section2 .right .details .heading {
  color: #ffb300;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 41px;
  margin: 45px 0 25px 0;
  text-transform: uppercase;
}
#caseStudy #section3 .quotation.card {
  padding: 45px 0;
}
#resource #section1 .heroBanner .desktop .contentContainer {
  width: 57%;
}
#resource #section2 {
  display: flex;
  padding: 0 70px 95px 70px;
}
@media only screen and (max-width: 1200px) {
  #resource #section2 {
    display: block;
    padding: 0 30px 0 30px;
  }
}
#resource #section2 .left {
  flex: 0 0 54%;
  padding-top: 50px;
}
#resource #section2 .left .heading {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
#resource #section2 .right {
  flex: 0 0 46%;
  margin-bottom: -55px;
  padding-left: 35px;
  position: relative;
  top: -55px;
}
@media only screen and (max-width: 1200px) {
  #resource #section2 .right {
    padding-left: 0;
    margin: 50px 0;
    top: 0;
  }
}
#resource #section2 .right .form {
  background-color: #212638;
  border-top: 10px solid #ffb300;
  padding: 45px;
}
#resource #section2 .right .details .heading {
  color: #ffb300;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 41px;
  margin: 45px 0 25px 0;
  text-transform: uppercase;
}
#resource #section3 .quotation.card {
  padding: 45px 0;
}
.page-template-template-company #section2 .headline, .page-template-template-company #section2 .text {
  max-width: 1000;
}
.page-template-template-company #section3 {
  padding-top: 80px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-company #section3 {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-company #section3 {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-template-company #section4 {
  margin: 120px 0 100px;
}
.page-template-template-company #section4 .section.headlineTextButton.backgroundImage {
  background-size: contain;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-company #section4 .section.headlineTextButton.backgroundImage {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-template-company #section4 .section.headlineTextButton.backgroundImage {
    margin: 0;
    background: none !important;
  }
}
.page-template-template-company #section4 .container {
  position: relative;
  min-height: 720px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-company #section4 .container {
    min-height: 60vw;
    padding: 0 30px;
  }
}
.page-template-template-company #section4 .headline {
  position: absolute;
  top: 0;
  left: 0;
  margin: -20px 0 0;
  color: #000;
  text-align: left;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .page-template-template-company #section4 .headline {
    position: relative;
  }
}
.page-template-template-company #section4 .text {
  display: none;
}
.page-template-template-company #section4 .image {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-template-template-company #section4 .image {
    display: block;
    margin: 20px 0;
  }
}
.page-template-template-company #section4 .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .page-template-template-company #section4 .button {
    position: relative;
    left: 0;
    transform: none;
  }
}
.page-template-template-company #section7 {
  background: #f7f7f8;
}
.page-template-template-company #section7 .container {
  padding: 0;
}
.page-template-template-company #section5 {
  display: flex;
  padding: 0 0 60px 0;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-company #section5 {
    display: block;
  }
}
.page-template-template-company #section5 .left {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 40%;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-company #section5 .left {
    margin-bottom: 40px;
  }
  .page-template-template-company #section5 .left img {
    width: 100%;
  }
}
.page-template-template-company #section5 .right {
  flex: 0 0 60%;
  padding-left: 35px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-company #section5 .right {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-template-template-company #section5 .right .heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-company #section5 .right .heading {
    font-size: 30px;
    letter-spacing: 0.002em;
    line-height: 32px;
    margin-bottom: 45px;
  }
}
.page-template-template-company #section5 .right .cta {
  margin-bottom: 1em;
}
.page-template-template-company #section5 .right p {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-company #section5 .right p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.3;
  }
}
.page-template-template-company #section6 .headline {
  margin: 0 auto 25px auto;
  width: 100%;
  padding: 0 30px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-template-template-company #section6 .headline {
    font-size: 30px;
    text-align: left;
  }
}
#searchResults {
  padding: 50px 0;
}
@media only screen and (max-width: 1200px) {
  #searchResults {
    padding: 50px 30px 50px 30px;
  }
}
#searchResults .pageTitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #searchResults .pageTitle {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#searchResults .pageTitle .searchTerm {
  color: #ffb300;
  font-weight: 700;
}
#searchResults .results {
  margin-top: 35px;
}
#searchResults .results .result {
  border-bottom: 1px solid #b9b9b9;
  padding: 25px 0;
}
#searchResults .results .result .title {
  margin-bottom: 15px;
}
#searchResults .results .result .title a {
  color: #3ccc8d;
  font-size: 22px;
  font-weight: 700;
}
#searchResults .results .result .title a:hover {
  color: #009a82;
}
#searchResults .results .result .excerpt {
  color: #707071;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
#searchResults .pagination {
  margin-top: 25px;
}
#searchResults .relevanssi-query-term {
  background-color: rgba(255, 179, 0, 0.5);
  color: #000;
  font-weight: 700;
}
#pressRelease {
  margin: 65px auto 50px auto;
}
#pressRelease .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #pressRelease .title {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#pressRelease .subtitle {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 auto 25px auto;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #pressRelease .subtitle {
    font-size: 20px;
    line-height: 1.3;
    width: 100%;
  }
}
#pressRelease .content {
  margin-top: 80px;
}
#post .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 1200px) {
  #post .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
#post .heading.image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#post .heading.image .title {
  padding: 45px 120px;
}
#post .heading.text {
  text-align: center;
}
#post #content {
  padding: 0 120px;
}
@media only screen and (max-width: 1200px) {
  #post #content {
    padding: 0 30px 0 30px;
  }
}
#post #content .meta {
  border-bottom: 1px solid #b9b9b9;
  display: flex;
  margin: 0 0 95px 0;
  padding-bottom: 30px;
}
#post #content .meta .avatar {
  padding-right: 10px;
}
#post #content .meta .text {
  color: #8d8d8d;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
}
#post #content .meta .text a {
  color: #3ccc8d;
}
#post #content .meta .text a:hover {
  color: #009a82;
}
#post #subscribe {
  margin: 50px auto;
  text-align: center;
}
#post #subscribe .inner {
  background-color: #212638;
  margin: 0 120px;
  padding: 30px 30px 0 30px;
}
#post #subscribe .heading {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 28px;
  text-transform: uppercase;
}
#post #subscribe form {
  padding: 0 120px;
  width: auto !important;
}
#post #subscribe #confirmform {
  color: white;
  padding-bottom: 30px;
}
.error404 #section1 .text {
  margin-bottom: 0;
}
.error404 #section2 .container {
  color: #8d8d8d;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  padding: 20px 160px 50px 120px;
}
@media only screen and (max-width: 1200px) {
  .error404 #section2 .container {
    display: block;
    padding: 0 30px 50px 30px;
  }
}
.error404 #section2 .container a {
  color: #3ccc8d;
}
.error404 #section2 .container a:hover {
  color: #009a82;
}
.error404 #section3 {
  display: flex;
  padding: 50px 160px 90px 120px;
}
@media only screen and (max-width: 1200px) {
  .error404 #section3 {
    display: block;
    padding: 0 30px 100px 30px;
  }
}
.error404 #section3 .left {
  flex: 0 0 54%;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
}
.error404 #section3 .left .heading {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 42px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .error404 #section3 .left .heading {
    font-size: 30px;
    line-height: 34px;
  }
}
.error404 #section3 .left .text {
  color: #8d8d8d;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .error404 #section3 .left .text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
.error404 #section3 .left .subheading {
  color: #ffb300;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.error404 #section3 .left .yellowText {
  color: #ffb300;
}
@media only screen and (max-width: 1200px) {
  .error404 #section3 .left .yellowText {
    font-size: 20px;
    line-height: 24px;
  }
}
.error404 #section3 .right {
  align-items: flex-end;
  display: flex;
  flex: 0 0 46%;
  padding-left: 40px;
}
@media only screen and (max-width: 1200px) {
  .error404 #section3 .right {
    margin-top: 45px;
    padding-left: 0;
  }
}
.page-template-template-customer-advisory-board #section1 .headingText .heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 auto 25px auto;
  text-transform: uppercase;
  font-size: 50px;
}
@media only screen and (max-width: 1200px) {
  .page-template-template-customer-advisory-board #section1 .headingText .heading {
    font-size: 30px;
    line-height: 1.13;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .page-template-template-customer-advisory-board #section1 .headingText .heading {
    font-size: 40px;
  }
}
.page-template-template-customer-advisory-board #section2 .headline {
  margin: 0 auto 25px auto;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-template-template-customer-advisory-board #section2 .headline {
    font-size: 30px;
    text-align: left;
  }
}
