/*
Soleil Light
font-family: soleil, sans-serif;
font-weight: 300;
font-style: normal;

Soleil Regular
font-family: soleil, sans-serif;
font-weight: 400;
font-style: normal;

Soleil Italic
font-family: soleil, sans-serif;
font-weight: 400;
font-style: italic;

Soleil Book
font-family: soleil, sans-serif;
font-weight: 500;
font-style: normal;

Soleil Bold
font-family: soleil, sans-serif;
font-weight: 700;
font-style: normal;

Soleil Semibold
font-family: soleil, sans-serif;
font-weight: 600;

Soleil Extrabold
font-family: soleil, sans-serif;
font-weight: 800;
font-style: normal;
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*@import "glyphicons.less";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: soleil, arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #414141;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2A1D3F;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #07050b;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: 100%;
  height: auto;
  display: block;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid rgba(138, 131, 144, 0.5);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.1;
  color: #432061;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: soleil, arial, sans-serif;
  margin-top: 22px;
  margin-bottom: 11px;
  font-weight: 800;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: soleil, arial, sans-serif;
  margin-top: 11px;
  margin-bottom: 11px;
  font-weight: 600;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 52px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  /*  margin: 0 0 (@line-height-computed / 2);
  font-weight: 300;*/
  font-family: soleil, arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.444444;
  color: #414141;
  margin: 0 0 13px;
}
.lead {
  color: #4A444A;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.30769231;
  font-weight: 300;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  /* font-size: floor((100% * @font-size-small / @font-size-base));*/
  font-size: 14px;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: rgba(0, 0, 0, 0.1);
}
.text-primary {
  color: #2A1D3F;
}
a.text-primary:hover {
  color: #130d1c;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #2A1D3F;
}
a.bg-primary:hover {
  background-color: #130d1c;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #f3f3f3;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1081px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  position: relative;
  padding: 40px 0 30px;
  margin: 0 15px;
  font-size: 20px;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote:before {
  position: absolute;
  left: -10px;
  content: '\201c';
}
blockquote:after {
  content: '\201d';
}
.quote-source {
  color: #C700EB;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.quote-source:before {
  content: '\2014 \00A0';
}
.container-quote,
.container-content-misc {
  position: relative;
  box-shadow: 4px 4px 5px 3px rgba(0, 0, 0, 0.03);
  min-height: 250px;
  margin-right: 30px;
  background-color: #fff;
  padding: 40px;
}
.container-quote blockquote,
.container-content-misc blockquote {
  position: relative;
  padding: 0;
  margin: 0;
  color: #432061;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.container-quote blockquote:before,
.container-content-misc blockquote:before {
  position: absolute;
  left: -10px;
  content: '\201c';
}
.container-quote .container-quote-source,
.container-content-misc .container-quote-source {
  position: absolute;
  bottom: 40px;
}
.container-quote .container-quote-source .source,
.container-content-misc .container-quote-source .source {
  color: #8A8390;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.container-quote .container-quote-source .source-title,
.container-content-misc .container-quote-source .source-title {
  color: #8A8390;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.container-content-misc.article .btn {
  display: block;
  max-width: 200px;
  margin: 20px auto 0;
}
/*section.light {
  a:not('.btn') {
    color: @link-color;
    transition: color 0.25s ease;
  }
  a:not('.btn'):hover {
    color: @color-hot-pink;
  }
}*/
section.light.full_width .container-quote,
section.light .container-quote {
  background-color: #432061;
}
section.light.full_width .container-quote blockquote,
section.light .container-quote blockquote {
  color: #fff;
}
section.light.full_width .container-quote .container-quote-source,
section.light .container-quote .container-quote-source {
  position: absolute;
  bottom: 40px;
}
section.light.full_width .container-quote .container-quote-source .source,
section.light .container-quote .container-quote-source .source {
  color: #946FB4;
}
section.light.full_width .container-quote .container-quote-source .source-title,
section.light .container-quote .container-quote-source .source-title {
  color: #946FB4;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f3f3f3;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
@media (max-width: 736px) {
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
  /*  h3, .h3 { font-size: @font-size-h3; }
  h4, .h4 { font-size: @font-size-h4; }
  h5, .h5 { font-size: @font-size-h5; }
  h6, .h6 { font-size: @font-size-h6; }*/
}
/* Mobile */
@media only screen and (max-width: 1081px) {
  .container-quote,
  .container-content-misc {
    min-height: 150px;
    margin-right: 0;
    background-color: #fff;
    padding: 20px;
  }
  .container-quote blockquote,
  .container-content-misc blockquote {
    position: relative;
    margin-bottom: 10px;
  }
  .container-quote .container-quote-source,
  .container-content-misc .container-quote-source {
    position: relative;
    bottom: auto;
  }
  section.light.full_width .container-quote .container-quote-source,
  section.light .container-quote .container-quote-source {
    position: relative;
    bottom: auto;
  }
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 6px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #414141;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 1081px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1081px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1366px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgba(0, 0, 0, 0.1);
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #414141;
  border: 0;
  border-bottom: 1px solid #f3f3f3;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/*output {
  display: block;
  padding-top: (@padding-base-vertical + 1);
  font-size: @font-size-base;
  line-height: @line-height-base;
  color: @input-color;
}*/
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f3f3f3;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 44px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 57px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 57px;
  padding: 14px 28px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 57px;
  line-height: 57px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 57px;
  height: 57px;
  line-height: 57px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #818181;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 19.62px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  font-family: soleil, arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: calc(10px / 2) calc(20px * 2);
  font-size: calc(16px - 2px);
  line-height: 1.42857143;
  border-radius: calc(6px - 2px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #C700EB;
  border-color: #C700EB;
  letter-spacing: 0.3px;
  /*  text-transform: uppercase;*/
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  /*    background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);*/
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #C700EB;
  border-color: #C700EB;
}
.btn-default .badge {
  color: #C700EB;
  background-color: #fff;
}
.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  letter-spacing: 0.3px;
  transition: all ease 250ms;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #fff;
  background-color: #C700EB;
  border-color: #C700EB;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: transparent;
  border-color: #fff;
}
.btn-white .badge {
  color: transparent;
  background-color: #fff;
}
.btn-gray {
  color: #D0CDD3;
  background-color: transparent;
  border-color: #D0CDD3;
  letter-spacing: 0.3px;
  transition: all ease 250ms;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #fff;
  background-color: #C700EB;
  border-color: #C700EB;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: transparent;
  border-color: #D0CDD3;
}
.btn-gray .badge {
  color: transparent;
  background-color: #D0CDD3;
}
.btn-purple {
  color: #fff;
  background-color: #432061;
  border-color: #432061;
  letter-spacing: 0.3px;
  transition: all ease 250ms;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  color: #fff;
  background-color: #C700EB;
  border-color: #C700EB;
}
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus,
fieldset[disabled] .btn-purple.focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #432061;
  border-color: #432061;
}
.btn-purple .badge {
  color: #432061;
  background-color: #fff;
}
.btn-white-bordered {
  color: #000;
  background-color: btn-white-bordered-bg;
  border-color: #000;
  letter-spacing: 0.3px;
  /*  text-transform: uppercase;*/
}
.btn-white-bordered:hover,
.btn-white-bordered:focus,
.btn-white-bordered.focus,
.btn-white-bordered:active,
.btn-white-bordered.active,
.open > .dropdown-toggle.btn-white-bordered {
  color: #000;
  /*    background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);*/
}
.btn-white-bordered:active,
.btn-white-bordered.active,
.open > .dropdown-toggle.btn-white-bordered {
  background-image: none;
}
.btn-white-bordered.disabled,
.btn-white-bordered[disabled],
fieldset[disabled] .btn-white-bordered,
.btn-white-bordered.disabled:hover,
.btn-white-bordered[disabled]:hover,
fieldset[disabled] .btn-white-bordered:hover,
.btn-white-bordered.disabled:focus,
.btn-white-bordered[disabled]:focus,
fieldset[disabled] .btn-white-bordered:focus,
.btn-white-bordered.disabled.focus,
.btn-white-bordered[disabled].focus,
fieldset[disabled] .btn-white-bordered.focus,
.btn-white-bordered.disabled:active,
.btn-white-bordered[disabled]:active,
fieldset[disabled] .btn-white-bordered:active,
.btn-white-bordered.disabled.active,
.btn-white-bordered[disabled].active,
fieldset[disabled] .btn-white-bordered.active {
  background-color: btn-white-bordered-bg;
  border-color: #000;
}
.btn-white-bordered .badge {
  color: btn-white-bordered-bg;
  background-color: #000;
}
.btn-black-bordered {
  color: #000;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #000;
  letter-spacing: 0.3px;
  transition: all ease 250ms;
}
.btn-black-bordered:hover,
.btn-black-bordered:focus,
.btn-black-bordered.focus,
.btn-black-bordered:active,
.btn-black-bordered.active,
.open > .dropdown-toggle.btn-black-bordered {
  color: #fff;
  background-color: #C700EB;
  border-color: #C700EB;
}
.btn-black-bordered:active,
.btn-black-bordered.active,
.open > .dropdown-toggle.btn-black-bordered {
  background-image: none;
}
.btn-black-bordered.disabled,
.btn-black-bordered[disabled],
fieldset[disabled] .btn-black-bordered,
.btn-black-bordered.disabled:hover,
.btn-black-bordered[disabled]:hover,
fieldset[disabled] .btn-black-bordered:hover,
.btn-black-bordered.disabled:focus,
.btn-black-bordered[disabled]:focus,
fieldset[disabled] .btn-black-bordered:focus,
.btn-black-bordered.disabled.focus,
.btn-black-bordered[disabled].focus,
fieldset[disabled] .btn-black-bordered.focus,
.btn-black-bordered.disabled:active,
.btn-black-bordered[disabled]:active,
fieldset[disabled] .btn-black-bordered:active,
.btn-black-bordered.disabled.active,
.btn-black-bordered[disabled].active,
fieldset[disabled] .btn-black-bordered.active {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #000;
}
.btn-black-bordered .badge {
  color: rgba(255, 255, 255, 0.7);
  background-color: #000;
}
.btn-clear-bordered {
  color: #C700EB;
  background-color: transparent;
  border-color: #C700EB;
  letter-spacing: 0.3px;
  /*  text-transform: uppercase;*/
}
.btn-clear-bordered:hover,
.btn-clear-bordered:focus,
.btn-clear-bordered.focus,
.btn-clear-bordered:active,
.btn-clear-bordered.active,
.open > .dropdown-toggle.btn-clear-bordered {
  color: #C700EB;
  /*    background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);*/
}
.btn-clear-bordered:active,
.btn-clear-bordered.active,
.open > .dropdown-toggle.btn-clear-bordered {
  background-image: none;
}
.btn-clear-bordered.disabled,
.btn-clear-bordered[disabled],
fieldset[disabled] .btn-clear-bordered,
.btn-clear-bordered.disabled:hover,
.btn-clear-bordered[disabled]:hover,
fieldset[disabled] .btn-clear-bordered:hover,
.btn-clear-bordered.disabled:focus,
.btn-clear-bordered[disabled]:focus,
fieldset[disabled] .btn-clear-bordered:focus,
.btn-clear-bordered.disabled.focus,
.btn-clear-bordered[disabled].focus,
fieldset[disabled] .btn-clear-bordered.focus,
.btn-clear-bordered.disabled:active,
.btn-clear-bordered[disabled]:active,
fieldset[disabled] .btn-clear-bordered:active,
.btn-clear-bordered.disabled.active,
.btn-clear-bordered[disabled].active,
fieldset[disabled] .btn-clear-bordered.active {
  background-color: transparent;
  border-color: #C700EB;
}
.btn-clear-bordered .badge {
  color: transparent;
  background-color: #C700EB;
}
.btn-primary {
  color: #fff;
  background-color: #432061;
  border-color: #432061;
  letter-spacing: 0.3px;
  transition: all ease 250ms;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #C700EB;
  border-color: #C700EB;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #432061;
  border-color: #432061;
}
.btn-primary .badge {
  color: #432061;
  background-color: #fff;
}
.btn-fuchsia {
  color: #fff;
  background-color: #C700EB;
  border-color: #C700EB;
  letter-spacing: 0.3px;
  transition: all ease 250ms;
}
.btn-fuchsia:hover,
.btn-fuchsia:focus,
.btn-fuchsia.focus,
.btn-fuchsia:active,
.btn-fuchsia.active,
.open > .dropdown-toggle.btn-fuchsia {
  color: #fff;
  background-color: #C700EB;
  border-color: #C700EB;
}
.btn-fuchsia:active,
.btn-fuchsia.active,
.open > .dropdown-toggle.btn-fuchsia {
  background-image: none;
}
.btn-fuchsia.disabled,
.btn-fuchsia[disabled],
fieldset[disabled] .btn-fuchsia,
.btn-fuchsia.disabled:hover,
.btn-fuchsia[disabled]:hover,
fieldset[disabled] .btn-fuchsia:hover,
.btn-fuchsia.disabled:focus,
.btn-fuchsia[disabled]:focus,
fieldset[disabled] .btn-fuchsia:focus,
.btn-fuchsia.disabled.focus,
.btn-fuchsia[disabled].focus,
fieldset[disabled] .btn-fuchsia.focus,
.btn-fuchsia.disabled:active,
.btn-fuchsia[disabled]:active,
fieldset[disabled] .btn-fuchsia:active,
.btn-fuchsia.disabled.active,
.btn-fuchsia[disabled].active,
fieldset[disabled] .btn-fuchsia.active {
  background-color: #C700EB;
  border-color: #C700EB;
}
.btn-fuchsia .badge {
  color: #C700EB;
  background-color: #fff;
}
.btn-white-teal {
  color: #00B9FF;
  background-color: #fff;
  border-color: #fff;
  letter-spacing: 0.3px;
  /*  text-transform: uppercase;*/
}
.btn-white-teal:hover,
.btn-white-teal:focus,
.btn-white-teal.focus,
.btn-white-teal:active,
.btn-white-teal.active,
.open > .dropdown-toggle.btn-white-teal {
  color: #00B9FF;
  /*    background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);*/
}
.btn-white-teal:active,
.btn-white-teal.active,
.open > .dropdown-toggle.btn-white-teal {
  background-image: none;
}
.btn-white-teal.disabled,
.btn-white-teal[disabled],
fieldset[disabled] .btn-white-teal,
.btn-white-teal.disabled:hover,
.btn-white-teal[disabled]:hover,
fieldset[disabled] .btn-white-teal:hover,
.btn-white-teal.disabled:focus,
.btn-white-teal[disabled]:focus,
fieldset[disabled] .btn-white-teal:focus,
.btn-white-teal.disabled.focus,
.btn-white-teal[disabled].focus,
fieldset[disabled] .btn-white-teal.focus,
.btn-white-teal.disabled:active,
.btn-white-teal[disabled]:active,
fieldset[disabled] .btn-white-teal:active,
.btn-white-teal.disabled.active,
.btn-white-teal[disabled].active,
fieldset[disabled] .btn-white-teal.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-white-teal .badge {
  color: #fff;
  background-color: #00B9FF;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  letter-spacing: 0.3px;
  /*  text-transform: uppercase;*/
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  /*    background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);*/
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  letter-spacing: 0.3px;
  /*  text-transform: uppercase;*/
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  /*    background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);*/
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  letter-spacing: 0.3px;
  /*  text-transform: uppercase;*/
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  /*    background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);*/
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  letter-spacing: 0.3px;
  /*  text-transform: uppercase;*/
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  /*    background-color: darken(@background, 10%);
        border-color: darken(@border, 12%);*/
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-search {
  position: relative;
}
.btn-search:before {
  content: '';
  position: absolute;
  background: url(/wp-content/themes/gc-responsive/images/icon-magnifying-glass.svg) no-repeat;
  background-size: contain;
  top: 10px;
  left: 13px;
  width: 20px;
  height: 20px;
  filter: invert(1);
}
.btn-link {
  color: #2A1D3F;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #07050b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: calc(14px / 2) calc(28px * 2);
  font-size: calc(20px - 2px);
  line-height: 1.33;
  border-radius: calc(6px - 2px);
}
.btn-sm,
.btn-group-sm > .btn {
  padding: calc(5px / 2) calc(20px * 2);
  font-size: calc(12px - 2px);
  line-height: 1.5;
  border-radius: calc(3px - 2px);
  font-family: soleil, arial, sans-serif;
  letter-spacing: 1.5px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: calc(1px / 2) calc(5px * 2);
  font-size: calc(12px - 2px);
  line-height: 1.5;
  border-radius: calc(3px - 2px);
  font-family: soleil, arial, sans-serif;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
    opacity: 0.1;
  }
}
@keyframes pulseButton {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.8;
  }
}
.pulsate-css {
  -webkit-animation: pulseButton 1.4s infinite ease-in-out;
  -o-animation: pulseButton 1.4s infinite ease-in-out;
  -ms-animation: pulseButton 1.4s infinite ease-in-out;
  -moz-animation: pulseButton 1.4s infinite ease-in-out;
  animation: pulseButton 1.4s infinite ease-in-out;
}
.has-scroll-reveal {
  opacity: 0;
  animation-play-state: paused;
}
/*Menu Animations for Desktop*/
.animated-gc {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  -webkit-transform: translateZ(0);
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  transform: translateZ(0);
}
@media only screen and (min-width: 1081px) {
  .dropdown-menu.active {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 500ms;
    -webkit-animation-name: fadeIn;
    animation-delay: 0s;
    animation-duration: 500ms;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    /* Chrome, Safari, Opera */
    animation-iteration-count: 1;
  }
  /* Underline From Right */
  .hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }
  .hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #000;
    height: 1px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-underline-from-right:hover:before,
  .hvr-underline-from-right:focus:before,
  .hvr-underline-from-right:active:before {
    left: 0;
  }
  .dropdown-toggle.active:before {
    z-index: -1;
    left: 0;
  }
}
/*Start animate.css*/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-play-state: running;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@media only screen and (max-width: 1081px) {
  .caret {
    display: inline;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: top;
    /*  border-top:   @caret-width-base solid;
      border-right: @caret-width-base solid transparent;
      border-left:  @caret-width-base solid transparent;*/
  }
  .caret:after {
    content: ' + ';
  }
  .dropdown.open .caret {
    background: url(/wp-content/themes/gc-responsive/images/icon-mobile-down-arrow-black.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    margin-top: 2px;
    vertical-align: middle;
  }
  .dropdown.open .caret:after {
    content: '  ';
  }
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 220px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #432061;
  /*  border: 1px solid @dropdown-fallback-border; // IE8 fallback
  border: 1px solid @dropdown-border;*/
  /*  border-radius: @border-radius-base;*/
  /*  .box-shadow(0 6px 12px rgba(0,0,0,.175));*/
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #f3f3f3;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #343434;
  background-color: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3A3A3A;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 1081px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 57px;
  padding: 14px 28px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 57px;
  line-height: 57px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.input-group-addon.input-sm {
  padding: 5px 20px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 14px 28px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  /*background-color: @nav-link-hover-bg;*/
}
.nav > li.disabled > a {
  color: rgba(0, 0, 0, 0.1);
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  /*background-color: @nav-link-hover-bg;*/
  /*      border-color: @link-color;*/
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f3f3f3 #f3f3f3 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 6px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 6px 6px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 6px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3A3A3A;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 6px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 6px 6px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 65px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 1081px) {
  .navbar {
    border-radius: 6px;
  }
}
@media (min-width: 1081px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  /*  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);*/
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1081px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 1081px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1081px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1081px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 21.5px 0;
  font-size: 20px;
  line-height: 22px;
  height: 65px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1081px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 0;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 0;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1081px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle.offcanvas-toggle .top-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle.offcanvas-toggle .middle-bar {
  opacity: 1;
}
.navbar-toggle.offcanvas-toggle .bottom-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle.is-open .top-bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggle.is-open .middle-bar {
  opacity: 0;
}
.navbar-toggle.is-open .bottom-bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-nav {
  /*  margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal;*/
  margin: 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 1080px) {
  .navbar-nav {
    /*    background-color: @brand-primary;*/
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    padding: 10px 0;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 20px;
    background-color: transparent;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  .navbar-nav .open .dropdown-menu .menu-item {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
    padding: 0;
    font-size: 16px;
  }
  .navbar-nav .open .dropdown-menu .menu-item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 1081px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 21.5px;
    padding-bottom: 21.5px;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1080px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1081px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  /*  .border-top-radius(0);*/
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.navbar-btn.btn-sm {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
.navbar-btn.btn-xs {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-text {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
@media (min-width: 1081px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1081px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-default .navbar-brand {
  color: #432061;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #29133b;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #432061;
  font-weight: 600;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #432061;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #C700EB;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  /*    border-color: @navbar-default-border;*/
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  /*background-color: @navbar-default-link-active-bg;*/
  color: #C700EB;
}
@media (max-width: 1080px) {
  .navbar-default .navbar-nav .open .dropdown-menu {
    border-radius: 0;
    background: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
    white-space: normal;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #C700EB;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #432061;
}
.navbar-default .navbar-link:hover {
  color: #432061;
}
.navbar-default .btn-link {
  color: #432061;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #432061;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: rgba(38, 38, 38, 0.1);
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgba(38, 38, 38, 0.1);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgba(38, 38, 38, 0.1);
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  /*    border-color: darken(@navbar-inverse-bg, 7%);*/
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 1080px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(38, 38, 38, 0.1);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    /* color: @navbar-inverse-link-hover-color;*/
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    /* color: @navbar-inverse-link-active-color;*/
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    /* color: @navbar-inverse-link-disabled-color;*/
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgba(38, 38, 38, 0.1);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgba(38, 38, 38, 0.1);
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 6px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: rgba(0, 0, 0, 0.1);
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 6px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2A1D3F;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #07050b;
  background-color: #f3f3f3;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #2A1D3F;
  border-color: #2A1D3F;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #414141;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 28px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 20px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f3f3f3;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #414141;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: rgba(0, 0, 0, 0.1);
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.label-primary {
  background-color: #2A1D3F;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #130d1c;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2A1D3F;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f3f3f3;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #dadada;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2A1D3F;
}
.thumbnail .caption {
  padding: 9px;
  color: #414141;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 6px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #2A1D3F;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f3f3f3;
  color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: rgba(0, 0, 0, 0.1);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3A3A3A;
  border-color: #3A3A3A;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #a0a0a0;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 6px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #414141;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #414141;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #2A1D3F;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #2A1D3F;
  border-color: #2A1D3F;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2A1D3F;
}
.panel-primary > .panel-heading .badge {
  color: #2A1D3F;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2A1D3F;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*@import "modals.less";*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: soleil, arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 6px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: soleil, arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
@media only screen and (max-width: 1081px) {
  #carousel-home .container {
    padding: 0;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1081px) and (max-width: 1365px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1081px) and (max-width: 1365px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1081px) and (max-width: 1365px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1081px) and (max-width: 1365px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1366px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1081px) and (max-width: 1365px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body.search .container-first-row {
  padding-top: 60px;
  /*    .container-results-data {
      display: none;
    }*/
}
body.search .container-first-row h1 {
  font-size: 42px;
  margin: 30px 0 20px;
}
body.search .container-first-row h2 {
  font-size: 18px;
}
body.search .container-first-row .num-results {
  font-size: 14px;
}
body.search .search-main .form-control {
  padding: 10px 14px;
}
body.search .search-main .btn {
  height: 42px;
  padding-left: 55px;
  font-weight: 600;
  font-size: 15px;
}
body.search #main > div.container-section-white.container-section-search-top > div,
body.search #main > div:nth-child(2) > div,
body.search #main > div:nth-child(3) > div {
  padding-left: 0;
}
ul.list-search {
  list-style: none;
  margin: 40px 0;
  padding: 0;
  /*  li:nth-child(odd) {
      background-color: #fcfcfc;
  }*/
}
ul.list-search li {
  padding: 20px 25px 20px 0;
  margin: 0;
  color: #414141;
  border-top: #ececec 1px solid;
  max-width: 700px;
}
ul.list-search li p {
  font-size: 15px;
}
ul.list-search li a.blog-title,
ul.list-search li a.blog-title:hover {
  color: #2A1D3F;
  text-decoration: underline;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  line-height: 1.25;
}
ul.list-search li a.blog-title:visited {
  color: #07050b;
  text-decoration: underline;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  line-height: 1.25;
}
ul.list-search li .search-read-more,
ul.list-search li .search-read-more:hover,
ul.list-search li .search-read-more:visited,
ul.list-search li .search-read-more:active {
  display: inline-block;
  clear: both;
  font-size: 14px;
  color: #2a1d3f;
  text-decoration: underline;
  /*      padding-left: 8px;*/
}
ul.list-search li .container-excerpt-post-type {
  text-transform: uppercase;
  font-size: 13px;
  color: #aaa;
  display: block;
  margin-top: 5px;
}
ul.list-search .result-item {
  max-width: 700px;
}
.external-link,
.external-link:hover,
.external-link:active {
  text-decoration: underline;
  color: #2A1D3F;
}
.container-schedule-meetingform {
  width: 100%;
  max-width: 900px;
}
@media only screen and (max-width: 1081px) {
  body.search .container-first-row {
    padding-top: 20px;
  }
  body.search .search-main .btn {
    height: 42px;
    padding-left: 15px;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    margin-top: 20px;
  }
}
body.search .container-first-row {
  padding-top: 60px;
  min-height: 300px;
}
@media screen and (max-width: 992px) {
  body.search .container-first-row {
    padding: 20px;
  }
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}
.row-eq-height [class*="col-"] {
  display: flex;
}
.row-eq-height.items-vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
}
.row-eq-height.items-vertical-center [class*="col-"] {
  display: flex;
  align-items: center;
}
.row-eq-height.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  /* align horizontal */
  align-items: center;
  /* align vertical */
}
.row-eq-height.align-center [class*="col-"] {
  background-color: transparent;
  text-align: center;
}
.row-eq-height.align-center [class*="col-"] img {
  max-width: 90%;
  margin: 0 auto;
}
/* Mobile */
@media only screen and (max-width: 1081px) {
  .row-eq-height,
  .row-eq-height.align-center,
  .row-eq-height.items-vertical-center {
    display: block;
  }
  .row-eq-height [class*="col-"],
  .row-eq-height.align-center [class*="col-"],
  .row-eq-height.items-vertical-center [class*="col-"] {
    display: block;
  }
  .row-eq-height [class*="col-"] img,
  .row-eq-height.align-center [class*="col-"] img,
  .row-eq-height.items-vertical-center [class*="col-"] img {
    max-width: 100%;
    margin: 0 auto;
  }
}
/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.pure-g {
  text-rendering: optimizespeed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  letter-spacing: normal;
}
.pure-u,
.pure-u-1,
.pure-u-1-1,
.pure-u-1-12,
.pure-u-1-2,
.pure-u-1-24,
.pure-u-1-3,
.pure-u-1-4,
.pure-u-1-5,
.pure-u-1-6,
.pure-u-1-8,
.pure-u-10-24,
.pure-u-11-12,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-2-24,
.pure-u-2-3,
.pure-u-2-5,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24,
.pure-u-3-24,
.pure-u-3-4,
.pure-u-3-5,
.pure-u-3-8,
.pure-u-4-24,
.pure-u-4-5,
.pure-u-5-12,
.pure-u-5-24,
.pure-u-5-5,
.pure-u-5-6,
.pure-u-5-8,
.pure-u-6-24,
.pure-u-7-12,
.pure-u-7-24,
.pure-u-7-8,
.pure-u-8-24,
.pure-u-9-24 {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  display: inline-block;
  zoom: 1;
}
.pure-u-1-24 {
  width: 4.1667%;
}
.pure-u-1-12,
.pure-u-2-24 {
  width: 8.3333%;
}
.pure-u-1-8,
.pure-u-3-24 {
  width: 12.5%;
}
.pure-u-1-6,
.pure-u-4-24 {
  width: 16.6667%;
}
.pure-u-1-5 {
  width: 20%;
}
.pure-u-5-24 {
  width: 20.8333%;
}
.pure-u-1-4,
.pure-u-6-24 {
  width: 25%;
}
.pure-u-7-24 {
  width: 29.1667%;
}
.pure-u-1-3,
.pure-u-8-24 {
  width: 33.3333%;
}
.pure-u-3-8,
.pure-u-9-24 {
  width: 37.5%;
}
.pure-u-2-5 {
  width: 40%;
}
.pure-u-10-24,
.pure-u-5-12 {
  width: 41.6667%;
}
.pure-u-11-24 {
  width: 45.8333%;
}
.pure-u-1-2,
.pure-u-12-24 {
  width: 50%;
}
.pure-u-13-24 {
  width: 54.1667%;
}
.pure-u-14-24,
.pure-u-7-12 {
  width: 58.3333%;
}
.pure-u-3-5 {
  width: 60%;
}
.pure-u-15-24,
.pure-u-5-8 {
  width: 62.5%;
}
.pure-u-16-24,
.pure-u-2-3 {
  width: 66.6667%;
}
.pure-u-17-24 {
  width: 70.8333%;
}
.pure-u-18-24,
.pure-u-3-4 {
  width: 75%;
}
.pure-u-19-24 {
  width: 79.1667%;
}
.pure-u-4-5 {
  width: 80%;
}
.pure-u-20-24,
.pure-u-5-6 {
  width: 83.3333%;
}
.pure-u-21-24,
.pure-u-7-8 {
  width: 87.5%;
}
.pure-u-11-12,
.pure-u-22-24 {
  width: 91.6667%;
}
.pure-u-23-24 {
  width: 95.8333%;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-24-24,
.pure-u-5-5 {
  width: 100%;
}
/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-12,
  .pure-u-sm-1-2,
  .pure-u-sm-1-24,
  .pure-u-sm-1-3,
  .pure-u-sm-1-4,
  .pure-u-sm-1-5,
  .pure-u-sm-1-6,
  .pure-u-sm-1-8,
  .pure-u-sm-10-24,
  .pure-u-sm-11-12,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-2-24,
  .pure-u-sm-2-3,
  .pure-u-sm-2-5,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24,
  .pure-u-sm-3-24,
  .pure-u-sm-3-4,
  .pure-u-sm-3-5,
  .pure-u-sm-3-8,
  .pure-u-sm-4-24,
  .pure-u-sm-4-5,
  .pure-u-sm-5-12,
  .pure-u-sm-5-24,
  .pure-u-sm-5-5,
  .pure-u-sm-5-6,
  .pure-u-sm-5-8,
  .pure-u-sm-6-24,
  .pure-u-sm-7-12,
  .pure-u-sm-7-24,
  .pure-u-sm-7-8,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
  }
  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
  }
  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5%;
  }
  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
  }
  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
  }
  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
  }
  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
  }
  .pure-u-sm-10-24,
  .pure-u-sm-5-12 {
    width: 41.6667%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
  }
  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
  }
  .pure-u-sm-14-24,
  .pure-u-sm-7-12 {
    width: 58.3333%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
  }
  .pure-u-sm-15-24,
  .pure-u-sm-5-8 {
    width: 62.5%;
  }
  .pure-u-sm-16-24,
  .pure-u-sm-2-3 {
    width: 66.6667%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
  }
  .pure-u-sm-18-24,
  .pure-u-sm-3-4 {
    width: 75%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
  }
  .pure-u-sm-20-24,
  .pure-u-sm-5-6 {
    width: 83.3333%;
  }
  .pure-u-sm-21-24,
  .pure-u-sm-7-8 {
    width: 87.5%;
  }
  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
  }
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-24-24,
  .pure-u-sm-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-12,
  .pure-u-md-1-2,
  .pure-u-md-1-24,
  .pure-u-md-1-3,
  .pure-u-md-1-4,
  .pure-u-md-1-5,
  .pure-u-md-1-6,
  .pure-u-md-1-8,
  .pure-u-md-10-24,
  .pure-u-md-11-12,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-2-24,
  .pure-u-md-2-3,
  .pure-u-md-2-5,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24,
  .pure-u-md-3-24,
  .pure-u-md-3-4,
  .pure-u-md-3-5,
  .pure-u-md-3-8,
  .pure-u-md-4-24,
  .pure-u-md-4-5,
  .pure-u-md-5-12,
  .pure-u-md-5-24,
  .pure-u-md-5-5,
  .pure-u-md-5-6,
  .pure-u-md-5-8,
  .pure-u-md-6-24,
  .pure-u-md-7-12,
  .pure-u-md-7-24,
  .pure-u-md-7-8,
  .pure-u-md-8-24,
  .pure-u-md-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
  }
  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
  }
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5%;
  }
  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
  }
  .pure-u-md-1-5 {
    width: 20%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
  }
  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
  }
  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
  }
  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5%;
  }
  .pure-u-md-2-5 {
    width: 40%;
  }
  .pure-u-md-10-24,
  .pure-u-md-5-12 {
    width: 41.6667%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
  }
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
  }
  .pure-u-md-14-24,
  .pure-u-md-7-12 {
    width: 58.3333%;
  }
  .pure-u-md-3-5 {
    width: 60%;
  }
  .pure-u-md-15-24,
  .pure-u-md-5-8 {
    width: 62.5%;
  }
  .pure-u-md-16-24,
  .pure-u-md-2-3 {
    width: 66.6667%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
  }
  .pure-u-md-18-24,
  .pure-u-md-3-4 {
    width: 75%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
  }
  .pure-u-md-4-5 {
    width: 80%;
  }
  .pure-u-md-20-24,
  .pure-u-md-5-6 {
    width: 83.3333%;
  }
  .pure-u-md-21-24,
  .pure-u-md-7-8 {
    width: 87.5%;
  }
  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
  }
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-24-24,
  .pure-u-md-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-12,
  .pure-u-lg-1-2,
  .pure-u-lg-1-24,
  .pure-u-lg-1-3,
  .pure-u-lg-1-4,
  .pure-u-lg-1-5,
  .pure-u-lg-1-6,
  .pure-u-lg-1-8,
  .pure-u-lg-10-24,
  .pure-u-lg-11-12,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-2-24,
  .pure-u-lg-2-3,
  .pure-u-lg-2-5,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24,
  .pure-u-lg-3-24,
  .pure-u-lg-3-4,
  .pure-u-lg-3-5,
  .pure-u-lg-3-8,
  .pure-u-lg-4-24,
  .pure-u-lg-4-5,
  .pure-u-lg-5-12,
  .pure-u-lg-5-24,
  .pure-u-lg-5-5,
  .pure-u-lg-5-6,
  .pure-u-lg-5-8,
  .pure-u-lg-6-24,
  .pure-u-lg-7-12,
  .pure-u-lg-7-24,
  .pure-u-lg-7-8,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
  }
  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
  }
  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5%;
  }
  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
  }
  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
  }
  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
  }
  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
  }
  .pure-u-lg-10-24,
  .pure-u-lg-5-12 {
    width: 41.6667%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
  }
  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
  }
  .pure-u-lg-14-24,
  .pure-u-lg-7-12 {
    width: 58.3333%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
  }
  .pure-u-lg-15-24,
  .pure-u-lg-5-8 {
    width: 62.5%;
  }
  .pure-u-lg-16-24,
  .pure-u-lg-2-3 {
    width: 66.6667%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
  }
  .pure-u-lg-18-24,
  .pure-u-lg-3-4 {
    width: 75%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
  }
  .pure-u-lg-20-24,
  .pure-u-lg-5-6 {
    width: 83.3333%;
  }
  .pure-u-lg-21-24,
  .pure-u-lg-7-8 {
    width: 87.5%;
  }
  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
  }
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-24-24,
  .pure-u-lg-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-12,
  .pure-u-xl-1-2,
  .pure-u-xl-1-24,
  .pure-u-xl-1-3,
  .pure-u-xl-1-4,
  .pure-u-xl-1-5,
  .pure-u-xl-1-6,
  .pure-u-xl-1-8,
  .pure-u-xl-10-24,
  .pure-u-xl-11-12,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-2-24,
  .pure-u-xl-2-3,
  .pure-u-xl-2-5,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24,
  .pure-u-xl-3-24,
  .pure-u-xl-3-4,
  .pure-u-xl-3-5,
  .pure-u-xl-3-8,
  .pure-u-xl-4-24,
  .pure-u-xl-4-5,
  .pure-u-xl-5-12,
  .pure-u-xl-5-24,
  .pure-u-xl-5-5,
  .pure-u-xl-5-6,
  .pure-u-xl-5-8,
  .pure-u-xl-6-24,
  .pure-u-xl-7-12,
  .pure-u-xl-7-24,
  .pure-u-xl-7-8,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24 {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
  }
  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
  }
  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5%;
  }
  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
  }
  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
  }
  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
  }
  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
  }
  .pure-u-xl-10-24,
  .pure-u-xl-5-12 {
    width: 41.6667%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
  }
  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
  }
  .pure-u-xl-14-24,
  .pure-u-xl-7-12 {
    width: 58.3333%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
  }
  .pure-u-xl-15-24,
  .pure-u-xl-5-8 {
    width: 62.5%;
  }
  .pure-u-xl-16-24,
  .pure-u-xl-2-3 {
    width: 66.6667%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
  }
  .pure-u-xl-18-24,
  .pure-u-xl-3-4 {
    width: 75%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
  }
  .pure-u-xl-20-24,
  .pure-u-xl-5-6 {
    width: 83.3333%;
  }
  .pure-u-xl-21-24,
  .pure-u-xl-7-8 {
    width: 87.5%;
  }
  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
  }
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-24-24,
  .pure-u-xl-5-5 {
    width: 100%;
  }
}
.container-footer-row-1 {
  padding: 40px 0;
  background: #2A1D3F;
}
.container-footer-row-2 {
  padding: 40px 0;
  background: #2A1D3F;
}
.menu-footer {
  min-height: 110px;
}
#footer-sign-up {
  /*
      form positioning */
}
#footer-sign-up ::placeholder {
  color: #fff;
}
#footer-sign-up .hs-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}
#footer-sign-up .hs-button:hover,
#footer-sign-up .hs-button:focus {
  background-color: #ff8f73;
  border-color: #ff8f73;
}
#footer-sign-up .hs-button:active {
  background-color: #e66e50;
  border-color: #e66e50;
}
#footer-sign-up label {
  font-family: "Gotham SSm A", "Gotham SSm B", helvetica, arial, sans-serif;
  color: #fff;
  font-size: 18px !important;
  display: block;
  font-weight: 600;
  padding-top: 0;
}
#footer-sign-up .hs-form-field > ul > li {
  width: 250px;
}
#footer-sign-up .email-field {
  height: 34px;
  width: 97%;
  background-color: #444;
}
#footer-sign-up .hs-input {
  display: inline-block;
  width: 97%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #000;
}
#footer-sign-up .hbspt-form .hs_submit input[type="submit"],
#footer-sign-up .hbspt-form .hs_submit input[type="submit"]:hover,
#footer-sign-up .hbspt-form .hs_submit input[type="submit"]:active {
  background: #C700EB;
  border-color: #C700EB;
  color: #ffffff;
  font-size: 16px;
  font-family: arial, helvetica, sans-serif;
  text-transform: none;
  font-weight: bold;
  padding: 12px 20px 12px;
  margin-top: 1px;
  border-radius: 4px;
}
#footer-sign-up .hs-form-field label span {
  line-height: 37px;
  font-size: 18px;
  text-transform: uppercase;
}
#footer-sign-up .hs-form-field span.hs-form-required {
  display: none;
}
#footer-sign-up .hbspt-form {
  display: block;
  width: 100%;
  max-width: 100rem;
}
#footer-sign-up #hsForm_d503768a-b6dd-4765-b43b-e60ef603978d {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer-sign-up .hs-form-field {
  width: auto;
  text-align: left;
  margin-bottom: 0;
  flex: 1 0 80%;
  display: flex;
}
#footer-sign-up .hs-form-field label {
  flex: 1 0 42%;
}
#footer-sign-up div.input {
  flex: 1 0 58%;
}
#footer-sign-up #hsForm_d503768a-b6dd-4765-b43b-e60ef603978d > div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field > ul > li > label {
  font-size: 14px !important;
}
#footer-sign-up #email-d503768a-b6dd-4765-b43b-e60ef603978d {
  flex: 1 0 20%;
  max-width: 97%;
}
#footer-sign-up div.hs_submit {
  flex: 1 0 20%;
}
#footer-sign-up .hs-error-msgs {
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
}
#footer-sign-up .container--footer #menu-footer-navigation > li#nav-blog {
  flex: 1 0 15%;
}
@media only screen and (min-width: 769px) and (max-width: 1281px) {
  #footer-sign-up .hs-form-field label {
    -webkit-flex: 1 0 44%;
    -ms-flex: 1 0 44%;
    flex: 1 0 44%;
  }
  #footer-sign-up div.hs_submit {
    -webkit-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
  }
  #footer-sign-up #email-d503768a-b6dd-4765-b43b-e60ef603978d {
    -webkit-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 1025px), screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #footer-sign-up .hbspt-form {
    margin-bottom: 40px;
  }
  #footer-sign-up #hsForm_d503768a-b6dd-4765-b43b-e60ef603978d {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  #footer-sign-up .hs-form-field {
    text-align: left;
    margin-bottom: 0;
    margin-left: 1.5em;
    /* width: calc(100% - 1.5rem);*/
    width: 100%;
    flex: none;
    display: block;
    margin-top: 0;
  }
  #footer-sign-up .hs-form-field label {
    min-width: 100%;
    flex: none;
  }
  #footer-sign-up div.input {
    min-width: inherit;
  }
  #footer-sign-up .hs_submit input[type="submit"] {
    width: 100%;
    margin: 20px 1px 20px 1.56em !important;
    max-width: 90%;
  }
  #footer-sign-up #email-d503768a-b6dd-4765-b43b-e60ef603978d {
    min-width: inherit;
    max-width: 90%;
  }
  .menu-footer-sub-navigation {
    width: 100%;
  }
  .container--footer-sub {
    display: block;
  }
  .container--footer #menu-footer-navigation > li#nav-blog {
    min-width: 100%;
  }
  #menu-footer-sub-navigation {
    display: flex;
  }
  .container--footer #menu-footer-navigation > li {
    margin-top: 20px;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    text-align: left;
  }
  .container--footer #menu-footer-navigation > li:first-child {
    margin-top: 0;
  }
  .footer__logo .logo__container {
    margin: 0 0 2rem;
  }
  .footer__socialMedia {
    margin-left: 1.5em;
    width: calc(100% - 1.5rem);
  }
  .container--footer-sub .copyright {
    padding-top: 20px;
  }
  .container--footer-sub #menu-footer-sub-navigation > li:last-child:after {
    content: '  ';
  }
}
/*
theme-gc is the Main LESS file for the theme
  - for styles for templates and pages see theme-gc-pages
  - for styles for the blog theme-gc-blog


TABLE OF CONTENTS

01 - Page layouts
02 - Navigation bar
03 - Colors and font overrides
04 - Background gradients
05 - Utilities and overrides
06 - Footer
07 - Footer Widgets - Social and Copyright

Media Queries at the end

*/
/* 01 - Page layouts //////////////////////////////////*/
html,
body {
  height: 100%;
  margin: 0;
}
#main {
  padding: 0;
}
.container-page {
  margin: 0;
  width: 100%;
}
.container-section-nav {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  height: 65px;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: none;
  z-index: 99 !important;
}
.container-section-nav .container {
  padding-left: 0;
  padding-right: 0;
}
.section-basic {
  padding: 60px 0;
}
.container-first-row {
  padding-top: 96px;
}
.container-first-row-flush {
  padding-top: 66px;
}
.container-page-inner {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
section {
  padding: 50px 0 65px;
}
#main {
  /*  margin-top: 95px;*/
  position: relative;
}
.container-full {
  width: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.container-flush {
  padding: 0;
}
/*02 - Navigation bar  //////////////////////////////////*/
.navbar {
  border: none;
}
.navbar-default {
  background-color: transparent;
  position: relative;
  clear: both;
  float: none;
}
.navbar-brand {
  float: left;
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 20px;
  line-height: 22px;
  height: 35px;
  width: 145px;
  background-image: url(/wp-content/themes/gc-responsive/images/logo-qventus.svg);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.container-section-nav.dark .navbar-brand {
  background-image: url(/wp-content/themes/gc-responsive/images/logo-qventus-white.svg);
  background-size: contain;
}
.dropdown-menu a {
  text-transform: none;
}
/* 03 - Colors and font overrides */
.white {
  color: #fff !important;
}
.black {
  color: #000 !important;
}
.yellow {
  color: #ECAD04 !important;
}
.purple {
  color: #432061 !important;
}
.teal {
  color: #00B9FF;
}
.orange {
  color: #FF781C !important;
}
.brown {
  color: #E97E5B !important;
}
.red {
  color: #F7341B !important;
}
.light-blue {
  color: #00b9ff;
}
.gray-muted {
  color: #8A8390 !important;
}
.gray {
  color: #979797;
}
/*pink colors*/
.hot-pink,
.fuchsia {
  color: #C700EB !important;
}
.pink-2 {
  color: #EB008B !important;
}
.fuchsia-underline {
  color: #C700EB !important;
  text-decoration: underline !important;
}
a.hot-pink-upper,
a.hot-pink-upper:hover,
a.hot-pink-upper:active {
  text-transform: uppercase;
  color: #C700EB;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
ul.gc-basic {
  margin: 20px 0;
}
ul.gc-basic li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 100;
}
.title-case {
  text-transform: capitalize !important;
}
h1 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 300;
  /*  border-bottom: 2px solid #B02EE5;*/
  width: 100%;
  margin: 50px 0;
}
hr.gradient {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  height: 1px;
  background: #af05d2;
  background: linear-gradient(138deg, #af05d2 0%, #06a2e3 100%);
  border-top: none;
}
.header-section h1.gray-header {
  color: #B1AAB8 !important;
  font-weight: 800;
  font-size: 40px;
}
h3.small.center {
  color: #797979;
  font-size: 19px;
  text-align: center;
}
/*fonts crazy*/
.xxl {
  font-size: 120px;
  font-family: soleil, arial, sans-serif;
  line-height: 1;
}
.xl {
  font-size: 65px;
  font-family: soleil, arial, sans-serif;
  line-height: 1;
}
.huge {
  font-size: 46px;
  font-family: soleil, arial, sans-serif;
  line-height: 1.25;
}
h1.huge {
  font-size: 50px;
  font-weight: 600;
}
b,
strong {
  font-family: soleil, arial, sans-serif;
}
.strong {
  font-weight: 600;
}
.strong-18 {
  font-size: 18px;
  font-family: soleil, arial, sans-serif;
}
.strong-28 {
  font-size: 28px;
  font-family: soleil, arial, sans-serif;
}
.strong-20 {
  font-size: 20px;
  font-family: soleil, arial, sans-serif;
}
ul.basic-duplex {
  margin: 15px 0 30px;
  padding: 20px 0;
  list-style-type: none;
  border-top: 2px solid rgba(138, 131, 144, 0.3);
}
ul.basic-duplex li {
  position: relative;
  color: #432061;
  font-weight: 800;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  padding: 0 15px;
  font-family: soleil, arial, sans-serif;
}
ul.basic-duplex li span {
  display: block;
  color: #414141;
  font-weight: 300;
  font-family: soleil, arial, sans-serif;
}
ul.basic-duplex li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: #C700EB;
  border-radius: 50%;
  display: block;
  top: 11px;
  left: 0;
}
/* 04 - Background Gradients */
.bg-gradient-blue {
  background: linear-gradient(142.16deg, #143080 0%, #5FA9E5 29.85%, #7ACAC2 100%);
}
.bg-gradient-orange {
  background: linear-gradient(315deg, #E97E5B 0%, #C36161 100%);
}
.bg-gradient-yellow {
  background: linear-gradient(315deg, #FED44A 0%, #ECAD04 100%);
}
.bg-gradient-fuchsia {
  background: linear-gradient(90deg, #2a1d3f 0%, #c700eb 100%);
}
.bg-gradient-gray-top-bottom {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #444444 100%);
}
.bg-gray-light {
  background-color: #efefef !important;
}
.bg-purple {
  background-color: #6B1B69 !important;
}
.bg-fuchsia {
  background-color: #c700eb !important;
}
.bg-purple-dark {
  background-color: #432061 !important;
}
.no-shadow {
  box-shadow: none !important;
}
.bg-baby-blue {
  background-color: #9DDAE6;
}
/* 05 - Utilities and overrides */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.data-hidden {
  display: none;
}
.modal-featherlight {
  position: relative;
}
.modal-featherlight:before {
  position: absolute;
  display: flex;
  content: ' + ';
  background-color: rgba(240, 240, 240, 0.8);
  font-size: 24px;
  top: 20px;
  right: 20px;
  color: #000 !important;
  line-height: 1;
  padding: 0 8px 4px;
  border-radius: 4px;
}
ul.two-columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
ul.two-columns li {
  padding: 5px 0 0;
  margin: 0 10px;
}
ul.large {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
ul.large li {
  position: relative;
  font-size: 23px;
  line-height: 1.321;
  color: #4A444A;
  font-weight: 100;
  padding: 0 40px 0 15px;
  margin-bottom: 15px;
}
ul.large li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: #C700EB;
  border-radius: 50%;
  display: block;
  top: 14px;
  left: 0;
}
ul.list-fuchsia {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
ul.list-fuchsia li {
  position: relative;
  line-height: 1.444444;
  padding: 0 15px 0 15px;
  margin-bottom: 10px;
  font-size: 18px;
}
ul.list-fuchsia li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: #C700EB;
  border-radius: 50%;
  display: block;
  top: 11px;
  left: 0;
}
ul.list-fuchsia-white {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
ul.list-fuchsia-white li {
  position: relative;
  line-height: 1.444444;
  padding: 0 15px 0 15px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}
ul.list-fuchsia-white li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: #C700EB;
  border-radius: 50%;
  display: block;
  top: 11px;
  left: 0;
}
ol.list-fuchsia {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  counter-reset: gc-counter;
}
ol.list-fuchsia li {
  position: relative;
  line-height: 1.444444;
  padding: 0 15px 0 25px;
  margin-bottom: 10px;
  font-size: 18px;
}
ol.list-fuchsia li:before {
  position: absolute;
  counter-increment: gc-counter;
  content: counter(gc-counter) '. ';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #C700EB;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin: 3px 10px 3px 0;
  left: 0;
  top: 0;
}
ol.list-fuchsia.white li {
  color: #fff;
}
ol.list-fuchsia.circle li {
  padding: 0 40px;
  margin-bottom: 15px;
}
ol.list-fuchsia.circle li:before {
  position: absolute;
  counter-increment: gc-counter;
  content: counter(gc-counter);
  display: flex;
  align-items: self-start;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #C700EB;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 3px 10px 3px 0;
  padding: 1px 0 0 0;
  left: 0;
  top: 0;
}
.flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pusher-down {
  margin-top: 32px !important;
}
.clear-left {
  clear: left;
  float: none;
}
.no-padding-left {
  padding-left: 0;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.bg-transparent {
  background: transparent !important;
}
.center-images-lrg,
.center-images-sm {
  min-height: 140px;
}
.center-images-lrg img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 15% auto 0;
  max-width: 250px;
}
.center-images-sm img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 35% auto 0;
  max-width: 150px;
}
.container-play-video {
  width: 100%;
}
.play-video {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url(/wp-content/themes/gc-responsive/images/icon-play.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  cursor: pointer;
}
.container-bottom-scroll-to-top {
  display: none;
}
.scroll-to-top {
  position: fixed;
  bottom: 5%;
  right: 30px;
  width: 45px;
  height: auto;
  display: none;
  cursor: pointer;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 8px 5px 5px;
  border-radius: 4px;
}
.scroll-to-top .arrow-to-top-right {
  margin: 0 auto;
  width: 26px;
  height: 18px;
  background: url(/wp-content/themes/gc-responsive/images/icon-arrow-up.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.scroll-to-top div.instructions {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
}
/*padding */
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
/*margin */
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.box-20 {
  display: block;
  position: absolute;
  top: 5px;
  left: 150px;
  transform: rotate(45deg);
  /* Newer browsers */
  width: 20px;
}
.left-15 {
  left: 15%;
}
.left-33 {
  left: 33%;
}
.left-50 {
  left: 50%;
}
.left-66 {
  left: 66%;
}
.left-83 {
  left: 83%;
}
.bottom-minus-40 {
  bottom: -40px !important;
  top: auto;
}
.bottom-minus-10 {
  bottom: -40px !important;
  top: auto;
}
ul.horizontal-bullets {
  list-style-type: none;
  color: #414141;
  padding: 0 0 20px;
  margin: 0 auto 20px auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.horizontal-bullets li {
  display: inline;
  font-size: 26px;
  line-height: 1.30769231;
  color: #432061;
  font-weight: 100;
}
ul.horizontal-bullets li:before {
  content: '\2022';
  padding: 0 10px;
  display: inline-block;
}
ul.horizontal-bullets li:first-child:before {
  content: '';
  padding: 0;
}
/* 06 - Footer */
body.page-template-home footer,
footer {
  color: #fff;
}
body.page-template-home footer .container-footer-cta,
footer .container-footer-cta {
  /*    background: rgb(198, 1, 234);
    background: linear-gradient(138deg, rgba(198, 1, 234, 1) 0%, rgba(109, 34, 108, 1) 100%);*/
  background: #00B9FF;
  color: #fff;
}
body.page-template-home footer .container-footer-cta h2,
footer .container-footer-cta h2 {
  font-size: 24px !important;
  color: #fff;
  text-transform: inherit;
  margin: 0;
  padding-top: 45px;
}
body.page-template-home footer .container-footer-cta .btn-purple:hover,
footer .container-footer-cta .btn-purple:hover {
  color: #C700EB;
  border: 1px solid #fff;
  background: #fff;
}
body.page-template-home footer .container-footer-lower,
footer .container-footer-lower {
  background-color: #2A1D3F;
}
body.page-template-home footer #social-widget,
footer #social-widget {
  padding: 0;
  float: left;
  margin: 30px 0;
}
body.page-template-home footer #footer-widget,
footer #footer-widget {
  width: 150px;
  float: left;
}
body.page-template-home footer #copyright-widget ul,
footer #copyright-widget ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
}
body.page-template-home footer #copyright-widget ul li,
footer #copyright-widget ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
body.page-template-home footer #copyright-widget ul li a,
footer #copyright-widget ul li a {
  color: #8A8390;
  transition: color 0.25s ease;
}
body.page-template-home footer #copyright-widget ul li a:hover,
footer #copyright-widget ul li a:hover {
  color: #C700EB;
}
body.page-template-home footer #copyright-widget ul li:after,
footer #copyright-widget ul li:after {
  content: ' | ';
  padding: 0 14px 0 10px;
  color: #8A8390;
}
body.page-template-home footer #copyright-widget ul li:last-child:after,
footer #copyright-widget ul li:last-child:after {
  content: ' ';
}
@media only screen and (max-width: 1081px) {
  body.page-template-home footer #social-widget,
  footer #social-widget {
    float: none;
  }
}
#logo-footer {
  max-width: 150px;
  margin-top: 8px;
}
#footer-sign-up label {
  margin-top: 4px;
  margin-bottom: 0;
}
.footer-page-inner {
  padding: 0;
  min-height: 380px;
}
ul#menu-footer-menu {
  list-style-type: none;
  padding: 18px 0 0;
  margin: 0;
}
ul#menu-footer-menu > li {
  font-size: 14px;
  list-style-type: none;
  padding: 5px 20px 5px 0;
  margin: 0;
  /*  min-width: 145px;*/
  font-family: soleil, arial, sans-serif;
  float: left;
}
ul#menu-footer-menu > li a {
  color: #fff;
  transition: color 0.25s ease;
}
ul#menu-footer-menu > li a:hover {
  color: #C700EB;
}
ul#menu-footer-menu > li ul.sub-menu li {
  margin: 10px 0;
  text-transform: none;
}
/* 07 - Footer Widgets - Social and Copyright */
ul.social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 29px;
}
ul.social li {
  list-style-type: none;
  padding: 0;
  margin: 0 5px 0 0;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
}
footer ul.social {
  margin: 0;
  height: 29px;
}
footer ul.social li {
  width: 29px;
  height: 29px;
  margin-right: 8px;
  transition: all 250ms ease;
}
footer ul.social li a {
  width: 29px;
  height: 29px;
  display: block;
  text-decoration: none;
}
footer ul.social li.twitter {
  background: url(/wp-content/themes/gc-responsive/images/icon-twitter.svg) no-repeat;
  background-size: 100%;
  background-position: center center;
  border-radius: 50%;
  background-color: #8A8390;
}
footer ul.social li.linkedin {
  background: url(/wp-content/themes/gc-responsive/images/icon-linkedin.svg) no-repeat;
  background-size: 90%;
  background-position: center center;
  border-radius: 50%;
  background-color: #8A8390;
}
footer ul.social li:hover {
  background-color: #C700EB;
}
.social-icons {
  color: #999;
  margin: 15px 0 30px 0;
}
.social-icons i {
  padding-right: 4px;
}
#copyright-widget {
  clear: both;
  float: none;
  text-align: left;
  margin: 20px 0 0;
  color: #8A8390;
  font-size: 12px;
  letter-spacing: 0.3px;
}
#copyright-widget a {
  color: #8A8390;
  font-size: 12px;
  letter-spacing: 0.3px;
}
/* Navigation for desktop */
@media only screen and (min-width: 1081px) {
  .gc-wrapper {
    min-height: 100%;
    margin-bottom: -570px;
  }
  footer,
  .push {
    height: 570px;
  }
  .menu-footer {
    min-height: 310px;
    margin-left: 50px;
  }
  .container-row-footer-menu {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .container-row-footer-menu:before {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 60px;
  }
  #menu-footer-menu ul.sub-menu {
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
  }
  #menu-footer-menu ul.sub-menu li {
    /*      float: left;*/
    display: block;
    width: auto;
  }
  #menu-footer-menu ul.sub-menu li ul li {
    float: none;
  }
  #menu-footer-menu > li > ul.sub-menu {
    margin: 30px 0 0;
  }
  #menu-footer-menu > li > a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 22px;
  }
  #menu-footer-menu > li.nav-solutions > ul.sub-menu > li > a:first-child,
  #menu-footer-menu > li.nav-about > ul.sub-menu > li > a:first-child,
  #menu-footer-menu > li.nav-patientflowautomation > ul.sub-menu > li > a:first-child {
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 0.3px;
  }
  /*  third level */
  #menu-footer-menu > li > ul.sub-menu > li ul.sub-menu {
    padding-left: 15px;
  }
  #menu-footer-menu > li > ul.sub-menu > li ul.sub-menu a {
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 0.3px;
  }
  ul#menu-footer-menu > li:nth-child(1) {
    width: 180px;
  }
  ul#menu-footer-menu > li:nth-child(2) {
    width: 180px;
  }
  ul#menu-footer-menu > li:nth-child(3) {
    width: 185px;
  }
  ul#menu-footer-menu > li:nth-child(4) {
    width: 135px;
    padding-right: 10px;
  }
  ul#menu-footer-menu > li:nth-child(5) {
    width: 90px;
    padding-right: 0;
  }
  ul#menu-footer-menu > li:nth-child(6) {
    width: 115px;
    padding-right: 0;
  }
  ul#menu-footer-menu li.no-link > a,
  ul#menu-footer-menu li.no-link > a:hover,
  ul#menu-footer-menu li.no-link > a:active {
    color: #fff;
    cursor: default;
  }
  #copyright-widget {
    width: 100%;
    text-align: center;
    min-height: 40px;
  }
  /*utilities*/
  .caret {
    display: none;
  }
  .dropdown > .dropdown-menu:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: -5px;
    left: 30px;
    background-color: #F3F2F3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar {
    margin-bottom: 0;
  }
  .navbar-collapse {
    border-top: none;
    box-shadow: none;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 0;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
  }
  #main-nav {
    float: right;
    position: relative;
    width: 100%;
  }
  #main-nav ul {
    float: right;
    margin: 16px 0 0 0;
    padding: 0;
  }
  #main-nav ul li {
    float: left;
    display: inline;
    width: auto;
    white-space: nowrap;
    padding: 0 14px;
  }
  #main-nav ul li:last-child:after {
    content: ' ';
  }
  /*main nav*/
  #main-nav ul li > a {
    color: #432061;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 22px;
    text-decoration: none;
    background: transparent;
    letter-spacing: 0.3px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease;
  }
  #main-nav ul li a:hover,
  #main-nav ul li.current-menu-item a,
  #main_nav ul li.current_page_item a,
  #main_nav ul li.current-page-ancestor a {
    color: #432061;
  }
  #main-nav ul li a:hover:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #000;
    width: 100%;
    left: 0;
    top: 30px;
  }
  #main-nav ul#menu-main-menu > li.current-menu-item > a:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #C700EB;
    width: 100%;
    left: 0;
    top: 30px;
  }
  #main-nav ul#menu-main-menu > li.current-menu-item.nav-scheduleacall > a:after {
    display: none;
  }
  #main-nav ul#menu-main-menu > li > a:hover:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #C700EB;
    width: 100%;
    left: 0;
    top: 30px;
  }
  #main-nav ul#menu-main-menu > li.current-menu-item.nav-scheduleademo > a:after,
  #main-nav ul#menu-main-menu > li.nav-scheduleademo > a:hover:after {
    background-color: transparent;
  }
  #main-nav ul#menu-main-menu > li > a:hover {
    color: #C700EB;
  }
  #main {
    padding: 0;
  }
  #main-nav ul {
    float: right;
    margin: 11px 0 0 0;
    padding: 0;
  }
  /*dropdown menus*/
  #main-nav ul li ul.dropdown-menu {
    float: left;
    margin: 0;
    padding: 10px;
    min-width: 285px;
    max-width: 285px;
    background-color: #F3F2F3;
  }
  #main-nav ul li ul.dropdown-menu li {
    display: block;
    float: none;
    white-space: normal;
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #main-nav ul li ul.dropdown-menu li a {
    padding: 5px 0;
    white-space: normal;
    display: block;
    color: #432061;
    border-bottom: none;
    text-transform: none;
    font-size: 16px;
    line-height: 1.325;
  }
  #main-nav ul li ul.dropdown-menu li a:hover,
  #main-nav ul li ul.dropdown-menu li a:active {
    padding: 5px 0;
    border-bottom: none;
    color: #C700EB;
  }
  #main-nav ul li ul.dropdown-menu li a:hover:after,
  #main-nav ul li ul.dropdown-menu li a:active:after {
    background: none;
  }
  #main-nav ul li ul.dropdown-menu li a.no-link,
  #main-nav ul li ul.dropdown-menu li a.no-link:hover,
  #main-nav ul li ul.dropdown-menu li a.no-link:active {
    color: #432061;
    cursor: default;
  }
  #main-nav ul li ul.dropdown-menu li:first-child {
    padding-top: 0;
  }
  #main-nav ul li ul.dropdown-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  #main-nav ul li ul.dropdown-menu li > ul.dropdown-menu {
    position: relative;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 220px;
  }
  #main-nav ul li ul.dropdown-menu li > ul.dropdown-menu a {
    font-size: 16px;
  }
  #main-nav ul li ul.dropdown-menu li > ul.dropdown-menu li > ul,
  #main-nav ul li ul.dropdown-menu li > ul.dropdown-menu dropdown-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #main-nav ul li ul.dropdown-menu li > ul.dropdown-menu li > ul li,
  #main-nav ul li ul.dropdown-menu li > ul.dropdown-menu dropdown-menu li {
    border: none;
    padding: 0;
  }
  #main-nav ul li ul.dropdown-menu li > ul.dropdown-menu li > ul li a,
  #main-nav ul li ul.dropdown-menu li > ul.dropdown-menu dropdown-menu li a {
    font-size: 13px;
    padding: 5px 0 5px 20px;
    line-height: 1.325;
  }
  ul#menu-main-menu > li > ul.dropdown-menu {
    -webkit-box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 5px 5px 8px 3px rgba(0, 0, 0, 0.09);
  }
  #main-nav ul#menu-main-menu > li > ul.dropdown-menu {
    padding: 30px;
  }
  #main-nav ul#menu-main-menu > li > ul.dropdown-menu > li > ul {
    padding: 5px 0 10px 15px;
    margin: 0 15px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-width: 220px;
    max-width: 220px;
  }
  /*  #main-nav  #menu-item-6824 > ul {
    padding: 10px 30px !important;
  }*/
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  /*dark - inverse nav*/
  .container-section-nav.dark {
    background: #000;
    border-bottom: 1px solid #000;
  }
  .container-section-nav.dark #main-nav ul li > a {
    color: #fff;
  }
  .container-section-nav.dark #main-nav ul li a:hover:after {
    background-color: #fff;
  }
  .container-section-nav.dark #main-nav ul li ul.dropdown-menu li a {
    color: #000;
  }
  body.home .container-section-nav.white-bg #main-nav ul#menu-main-menu li > a.btn-schedule-demo,
  .container-section-nav #main-nav ul#menu-main-menu li > a.btn-schedule-demo,
  body.home .container-section-nav.white-bg #main-nav ul#menu-main-menu li > a.btn-schedule-demo:hover,
  .container-section-nav #main-nav ul#menu-main-menu li > a.btn-schedule-demo:hover {
    display: block;
    font-family: soleil, arial, sans-serif;
    font-weight: 600;
    padding: 6px 20px;
    color: #fff;
    font-size: 14px;
    background-color: #C700EB;
    border-radius: 4px;
    margin-top: 4px;
    height: 29px;
  }
  body.home .container-section-nav.white-bg #main-nav ul#menu-main-menu > li > a.btn-schedule-demo:hover:after,
  .container-section-nav #main-nav ul#menu-main-menu > li > a.btn-schedule-demo:hover:after {
    display: none;
  }
  body.home .container-section-nav #main-nav ul#menu-main-menu li > a.btn-schedule-demo,
  body.home .container-section-nav #main-nav ul#menu-main-menu li > a.btn-schedule-demo:hover {
    display: block;
    font-family: soleil, arial, sans-serif;
    font-weight: 600;
    padding: 6px 20px;
    color: #C700EB;
    font-size: 14px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 4px;
    height: 29px;
  }
  body.home .container-section-nav #main-nav ul#menu-main-menu > li > a.btn-schedule-demo:hover:after {
    display: none;
  }
  #main-nav ul#menu-main-menu > li.menu-item.nav-search {
    padding: 0;
  }
  #main-nav ul#menu-main-menu > li.menu-item.nav-search > a,
  #main-nav ul#menu-main-menu > li.menu-item.nav-search > a:hover {
    position: relative;
    padding-right: 25px;
    text-indent: -9999px;
    width: 30px;
  }
  #main-nav ul#menu-main-menu > li.menu-item.nav-search > a:after,
  #main-nav ul#menu-main-menu > li.menu-item.nav-search > a:hover:after {
    content: '';
    position: absolute;
    background: url(/wp-content/themes/gc-responsive/images/icon-magnifying-glass-white.svg) center no-repeat #C700EB;
    background-size: 15px 15px;
    border-radius: 4px;
    top: 4px;
    right: 0;
    left: auto;
    width: 30px;
    height: 29px;
    border: 1px solid #C700EB;
    display: block;
  }
  /*  #main-nav  ul#menu-main-menu > li.menu-item.nav-search > a:hover:after,
  body.home #main-nav  ul#menu-main-menu > li.menu-item.nav-search > a:hover:after {
    //filter: invert(17%) sepia(96%) saturate(7068%) hue-rotate(289deg) brightness(98%) contrast(114%);
    background: url(/wp-content/themes/gc-responsive/images/icon-magnifying-glass-fushcia.svg) center no-repeat #fff;
    background-size: 15px 15px;
    border-radius: 4px;
  }

  body.home #main-nav  ul#menu-main-menu > li.menu-item.nav-search > a:after {
    //filter: invert(17%) sepia(96%) saturate(7068%) hue-rotate(289deg) brightness(98%) contrast(114%);
    background: url(/wp-content/themes/gc-responsive/images/icon-magnifying-glass-fushcia.svg) center no-repeat #fff;
    background-size: 15px 15px;
    border-radius: 4px;
  }*/
}
@media screen and (min-width: 1080px) {
  #main-nav ul li ul.dropdown-menu li > ul.dropdown-menu li > ul,
  #main-nav ul li ul.dropdown-menu li > ul.dropdown-menu dropdown-menu {
    display: none;
  }
}
/*Inbetween land */
@media only screen and (min-width: 1081px) and (max-width: 1366px) {
  /*  #main-nav ul li {
    padding: 0 9px;
  }

  #main-nav ul li > a {
    font-size: 13px;
    line-height: 13px;
  }

  .container-section-nav #main-nav ul li > a.btn-schedule-demo {
    font-size: 15px;
    line-height: 15px;
  }*/
  /*footer*/
  .menu-footer {
    min-height: 310px;
    margin-left: 10px;
  }
  ul#menu-footer-menu > li {
    padding: 5px 20px 5px 0;
    margin: 0;
    min-width: 100px;
  }
}
/* Laptop max-width 1366px */
@media only screen and (max-width: 1366px) {
  #main p {
    font-size: 16px;
  }
  #main section {
    padding: 40px 0;
  }
  #main section h2 {
    font-size: 32px;
  }
}
/* Mobile max width 992px */
@media only screen and (max-width: 1081px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-section-nav {
    border-bottom: 1px solid #2a1d3f;
  }
  .navbar-brand {
    margin: 17px 20px;
    height: 30px;
    background-image: url(/wp-content/themes/gc-responsive/images/logo-qventus-white.svg);
  }
  .container-first-row-flush {
    padding-top: 0;
  }
  .container-first-row {
    padding-top: 0;
  }
  h1.huge {
    font-size: 32px;
  }
  ul.large li {
    font-size: 18px;
  }
  ul.large li:before {
    top: 10px;
  }
  #main {
    min-height: 500px;
    padding: 0;
    margin-top: 0;
  }
  #main section {
    padding: 30px 0;
  }
  ul.two-columns {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .pusher-down {
    margin-top: 0 !important;
  }
  .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    background-color: #fff !important;
  }
  .dropdown.open .dropdown-menu {
    max-height: 340px;
    opacity: 1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    padding: 0 0 10px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #432061;
  }
  .container-section-nav {
    width: 100%;
    background-color: #2A1D3F;
    height: auto;
    padding: 0;
    position: relative;
    transition: none;
    z-index: 999 !important;
  }
  .container-section-nav .container {
    padding: 0;
    width: 100%;
  }
  .container-section-nav-fixed {
    transition: bottom 0.6s;
    background-color: #2A1D3F;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    left: 0;
    overflow: visible;
  }
  .container-nav-fixed {
    position: fixed;
    width: 100%;
    top: 80px;
    bottom: 0;
    height: 100vh;
    overflow: scroll;
    background-color: #fff;
  }
  #gc-navbar-collapse.in {
    height: 100vh;
  }
  #menu-main-menu {
    overflow: hidden;
    overflow-y: auto;
  }
  h1 {
    font-size: 32px;
    padding-top: 40px;
  }
  h1.success {
    margin: 0 0 40px;
    padding: 0;
  }
  p.subhead {
    text-align: center;
  }
  .logo {
    margin-top: 16px;
    margin-left: 10px;
    width: 220px;
  }
  .navbar-brand {
    float: left;
    display: block;
  }
  .navbar-brand h1 {
    margin-top: 12px;
    font-size: 24px;
  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: none;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: soleil, arial, sans-serif;
    font-size: 16px;
  }
  .navbar-nav {
    background-color: #fff;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #432061;
  }
  .menu-item {
    text-transform: uppercase;
    font-family: soleil, arial, sans-serif;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .menu-item.open .dropdown-toggle {
    border-bottom: transparent;
  }
  .menu-item.open .dropdown-menu {
    background-color: #fff !important;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:active {
    color: #432061;
    font-weight: 600;
    padding: 20px 0 18px;
    margin: 0 20px;
    line-height: 1;
    font-family: soleil, arial, sans-serif;
    letter-spacing: 1px;
  }
  .dropdown-menu a {
    text-transform: none;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    /*    border-color: rgba(255,255,255,0.3);*/
  }
  .dropdown-menu li.menu-item {
    border-bottom: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu li > ul.dropdown-menu .menu-item {
    border-bottom: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu li > ul.dropdown-menu .menu-item a {
    font-size: 16px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-menu {
    padding: 0 10px 10px;
  }
  /* footer */
  footer .footer-page-inner .container {
    padding: 0 10px;
  }
  footer .container-footer-row-1 {
    padding: 0;
  }
  footer .menu-footer {
    width: auto;
    float: none;
    padding-top: 2px;
  }
  footer #social-widget {
    padding-top: 0;
    width: 85px;
    float: none;
    margin: 20px 10px;
  }
  footer #footer-widget {
    width: 150px;
    float: left;
    margin: 40px 0;
  }
  footer ul.social {
    margin: 0;
    width: 100%;
    height: 60px;
    text-align: center;
  }
  .footer-page-inner {
    padding-top: 70px;
    /*    padding-bottom: 70px;*/
    min-height: 220px;
  }
  .footer-page-inner ul.social li {
    list-style-type: none;
    /*    padding: 5px 12px;*/
    margin: 0 3px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
  }
  ul.social li a {
    width: 40px;
    height: 40px;
    display: block;
  }
  footer #social-widget {
    padding-top: 0;
    float: none;
    margin: 20px auto;
    width: 100%;
  }
  footer #footer-widget {
    width: 100%;
    float: none;
  }
  footer #footer-widget .textwidget {
    text-align: center;
    margin: 40px 0 0;
  }
  ul#menu-footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
    display: table;
    float: none;
    width: 100%;
  }
  ul#menu-footer-menu li {
    font-size: 16px;
    display: block;
    padding: 10px 0;
    margin: 0;
    font-family: soleil, arial, sans-serif;
    color: #fff !important;
    letter-spacing: 1px;
    float: none;
    clear: both;
  }
  ul#menu-footer-menu li a {
    color: #fff;
  }
  ul#menu-footer-menu li ul.sub-menu {
    margin: 0 15px;
    padding: 10px 0 0;
  }
  ul#menu-footer-menu li ul.sub-menu li {
    margin: 10px 0 0;
    padding: 5px 0;
    text-transform: none;
  }
  ul#menu-footer-menu > li {
    margin-top: 0;
    padding-top: 20px;
  }
  ul#menu-footer-menu > li > ul.sub-menu {
    margin: 0;
  }
  ul#menu-footer-menu > li > ul.sub-menu > li > a {
    display: block;
    width: 100%;
    /*     border-bottom: 1px solid #444;*/
    padding-bottom: 0;
  }
  ul#menu-footer-menu > li > a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #444;
    padding-bottom: 4px;
  }
  #copyright-widget {
    clear: both;
    float: none;
    text-align: center;
    margin: 0;
    font-size: 12px;
  }
  #copyright-widget ul li:nth-child(1) {
    display: none;
  }
  body > footer > div.container-footer-lower > div > div > div > div > div:nth-child(1) > div.col-md-2 {
    text-align: center;
  }
  body > footer > div.container-footer-lower > div > div > div > div > div:nth-child(1) > div.col-md-2 #logo-footer {
    margin: 0 0 10px;
  }
  .scroll-to-top {
    width: 45px;
    bottom: 10px;
    right: 10px;
    padding: 8px 5px 5px;
  }
  .scroll-to-top .arrow-to-top-right {
    width: 26px;
    height: 18px;
  }
  .scroll-to-top div.instructions {
    font-size: 9px;
  }
  /*  blog*/
  .blog-item {
    border-top: 1px solid #f3f3f3;
    padding: 20px 0;
  }
  .blog-item .col-md-9 {
    padding-left: 8px;
  }
  .blog-title {
    font-size: 22px;
    line-height: 1;
    margin: 20px 0 5px;
    display: inline-block;
  }
  .footer-page-inner {
    padding: 20px 10px;
  }
  .item-image {
    width: 100% ;
    height: 320px;
    border: 1px solid #ddd;
  }
  .blog-item .col-md-9 {
    padding-left: 15px;
  }
  h1.large,
  #main h1:first-child {
    font-size: 28px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
    word-break: normal;
  }
  .no-padding-left {
    padding-left: 15px;
  }
  /*  search*/
  ul.list-search li img {
    margin: 20px auto;
    float: none;
  }
  ul.list-search {
    margin: 40px 0 40px;
    padding: 0;
    list-style-type: none;
    max-width: 840px;
  }
  ul.list-search li:first-child {
    padding-top: 0;
  }
  ul.list-search li {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
  }
  ul.list-search li img {
    float: left;
  }
  ul.list-search li p {
    float: left;
  }
  .list-search .col-md-9 {
    padding-left: 15px;
  }
  .list-search .col-md-3 {
    padding-right: 15px;
    width: 100%;
  }
  .container-content-simple {
    padding: 0 10px;
    min-height: 300px;
  }
  body.page-template-hide-navigation #menu-main-menu,
  body.page-template-hide-navigation #menu-footer-menu,
  body.page-template-hide-navigation .navbar-toggle {
    display: none;
  }
  body.page-template-hide-navigation footer .menu-footer {
    width: 35%;
  }
}
/*mobile end*/
/*bootstrap extras*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.container-resource-single h2 {
  font-weight: 100;
  font-size: 14px !important;
  margin-bottom: 5px;
  color: #8A8390;
}
.container-resource-single .lead {
  font-size: 24px;
  line-height: 1.30769231;
  width: 100%;
  margin-top: 0;
}
.container-resource-single .container-videos.img-featured {
  float: right;
}
.container-resource-single .container-videos .container-video {
  width: 300px;
  height: 160px;
}
.container-resource-single img {
  max-width: 300px;
  height: auto;
  float: right;
  margin: 0 10px;
}
.background-bottom {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
body.page-template-home {
  /*  h2{
    text-transform: uppercase;
  }*/
}
body.post-type-archive-resources .container-first-row,
body.blog .container-first-row {
  padding-top: 65px;
}
.header-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0;
}
.header-section .container {
  padding: 0;
}
.header-section h1 {
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.125;
  margin: 0;
  padding: 0;
}
.header-section .subtitle {
  font-size: 26px;
  color: #fff;
  font-weight: 300;
  padding: 10px 0 0;
  max-width: 70%;
}
.header-section .subtitle:empty {
  padding: 0;
  margin: 0;
}
.header-section.purple-fade {
  background: linear-gradient(90deg, #2A1D3F 0%, #6B2369 100%);
}
.header-section.purple-orange {
  background: linear-gradient(90deg, #2A1D3F 0%, #D4681F 100%);
}
.header-section.purple-red {
  background: linear-gradient(90deg, #2A1D3F 0%, #F7341B 100%);
}
.header-section.purple-green {
  background: linear-gradient(90deg, #2A1D3F 0%, #3B9A5F 100%);
}
.header-section.blue-fade {
  background: linear-gradient(90deg, #2A1D3F 0%, #00B9FF 100%);
}
.header-section.fuchsia-fade {
  background: linear-gradient(90deg, #2a1d3f 0%, #c700eb 100%);
}
.container-section-intro {
  margin: 0 auto;
  text-align: center;
  max-width: 900px;
}
.container-section-intro h1 {
  text-transform: uppercase;
  margin: 0 0 50px;
}
.container-section-intro h2 {
  font-size: 40px;
  color: #432061;
  line-height: 1.25;
  margin: 0;
}
.container-section-intro p.lead,
.container-section-intro p.subtitle {
  font-size: 26px;
  line-height: 1.30769231;
  width: 100%;
}
body.page-template-flexible-content .basic-section.light p a {
  color: #C700EB;
  text-decoration: underline;
}
body.page-template-flexible-content .basic-section.light .btn-default {
  color: #fff;
  text-decoration: none;
}
body.page-template-flexible-content,
body.page-template-success-stories,
body.page-template-sparse,
body.page-template-home,
body.page-template-webinar,
body.page-template-video-sbowcase,
body.post-type-archive-resources,
body.blog {
  /*hero section*/
  /*basic section*/
  /*border bottom for sections*/
  /*left right*/
  /*image grid*/
  /*carousel*/
  /*list fancy*/
  /*carousel quotes*/
  /*image grid*/
  /*card grid*/
  /*quotes grid*/
  /*card section*/
  /*success story*/
  /*Large Monitors - Huge*/
  /* Mobile */
}
body.page-template-flexible-content .hero-section,
body.page-template-success-stories .hero-section,
body.page-template-sparse .hero-section,
body.page-template-home .hero-section,
body.page-template-webinar .hero-section,
body.page-template-video-sbowcase .hero-section,
body.post-type-archive-resources .hero-section,
body.blog .hero-section {
  min-height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-template-flexible-content .hero-section .container-section-intro,
body.page-template-success-stories .hero-section .container-section-intro,
body.page-template-sparse .hero-section .container-section-intro,
body.page-template-home .hero-section .container-section-intro,
body.page-template-webinar .hero-section .container-section-intro,
body.page-template-video-sbowcase .hero-section .container-section-intro,
body.post-type-archive-resources .hero-section .container-section-intro,
body.blog .hero-section .container-section-intro {
  max-width: 750px;
}
body.page-template-flexible-content .hero-section .container-section-intro h1,
body.page-template-success-stories .hero-section .container-section-intro h1,
body.page-template-sparse .hero-section .container-section-intro h1,
body.page-template-home .hero-section .container-section-intro h1,
body.page-template-webinar .hero-section .container-section-intro h1,
body.page-template-video-sbowcase .hero-section .container-section-intro h1,
body.post-type-archive-resources .hero-section .container-section-intro h1,
body.blog .hero-section .container-section-intro h1 {
  margin: 0 0 10px;
}
body.page-template-flexible-content .hero-section .container-section-intro .subtitle,
body.page-template-success-stories .hero-section .container-section-intro .subtitle,
body.page-template-sparse .hero-section .container-section-intro .subtitle,
body.page-template-home .hero-section .container-section-intro .subtitle,
body.page-template-webinar .hero-section .container-section-intro .subtitle,
body.page-template-video-sbowcase .hero-section .container-section-intro .subtitle,
body.post-type-archive-resources .hero-section .container-section-intro .subtitle,
body.blog .hero-section .container-section-intro .subtitle {
  font-size: 20px;
  font-weight: 600;
  /*       color: @text-gray-inverse;*/
}
body.page-template-flexible-content section.basic-section .container-section-intro,
body.page-template-success-stories section.basic-section .container-section-intro,
body.page-template-sparse section.basic-section .container-section-intro,
body.page-template-home section.basic-section .container-section-intro,
body.page-template-webinar section.basic-section .container-section-intro,
body.page-template-video-sbowcase section.basic-section .container-section-intro,
body.post-type-archive-resources section.basic-section .container-section-intro,
body.blog section.basic-section .container-section-intro {
  max-width: 900px;
  margin: 0 auto;
}
body.page-template-flexible-content section.basic-section p.larger,
body.page-template-success-stories section.basic-section p.larger,
body.page-template-sparse section.basic-section p.larger,
body.page-template-home section.basic-section p.larger,
body.page-template-webinar section.basic-section p.larger,
body.page-template-video-sbowcase section.basic-section p.larger,
body.post-type-archive-resources section.basic-section p.larger,
body.blog section.basic-section p.larger {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
}
body.page-template-flexible-content section.basic-section .container,
body.page-template-success-stories section.basic-section .container,
body.page-template-sparse section.basic-section .container,
body.page-template-home section.basic-section .container,
body.page-template-webinar section.basic-section .container,
body.page-template-video-sbowcase section.basic-section .container,
body.post-type-archive-resources section.basic-section .container,
body.blog section.basic-section .container {
  padding: 0;
}
body.page-template-flexible-content section.basic-section ul.icon-list,
body.page-template-success-stories section.basic-section ul.icon-list,
body.page-template-sparse section.basic-section ul.icon-list,
body.page-template-home section.basic-section ul.icon-list,
body.page-template-webinar section.basic-section ul.icon-list,
body.page-template-video-sbowcase section.basic-section ul.icon-list,
body.post-type-archive-resources section.basic-section ul.icon-list,
body.blog section.basic-section ul.icon-list {
  margin: 60px 0 40px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
body.page-template-flexible-content section.basic-section ul.icon-list li,
body.page-template-success-stories section.basic-section ul.icon-list li,
body.page-template-sparse section.basic-section ul.icon-list li,
body.page-template-home section.basic-section ul.icon-list li,
body.page-template-webinar section.basic-section ul.icon-list li,
body.page-template-video-sbowcase section.basic-section ul.icon-list li,
body.post-type-archive-resources section.basic-section ul.icon-list li,
body.blog section.basic-section ul.icon-list li {
  flex: 1 0 20%;
  padding-right: 40px;
}
body.page-template-flexible-content section.basic-section ul.icon-list li img,
body.page-template-success-stories section.basic-section ul.icon-list li img,
body.page-template-sparse section.basic-section ul.icon-list li img,
body.page-template-home section.basic-section ul.icon-list li img,
body.page-template-webinar section.basic-section ul.icon-list li img,
body.page-template-video-sbowcase section.basic-section ul.icon-list li img,
body.post-type-archive-resources section.basic-section ul.icon-list li img,
body.blog section.basic-section ul.icon-list li img {
  max-width: 75px;
}
body.page-template-flexible-content section.basic-section ul.icon-list li h3,
body.page-template-success-stories section.basic-section ul.icon-list li h3,
body.page-template-sparse section.basic-section ul.icon-list li h3,
body.page-template-home section.basic-section ul.icon-list li h3,
body.page-template-webinar section.basic-section ul.icon-list li h3,
body.page-template-video-sbowcase section.basic-section ul.icon-list li h3,
body.post-type-archive-resources section.basic-section ul.icon-list li h3,
body.blog section.basic-section ul.icon-list li h3 {
  font-size: 18px;
  line-height: 24px;
  text-transform: inherit;
}
body.page-template-flexible-content section.basic-section ul.icon-list li p,
body.page-template-success-stories section.basic-section ul.icon-list li p,
body.page-template-sparse section.basic-section ul.icon-list li p,
body.page-template-home section.basic-section ul.icon-list li p,
body.page-template-webinar section.basic-section ul.icon-list li p,
body.page-template-video-sbowcase section.basic-section ul.icon-list li p,
body.post-type-archive-resources section.basic-section ul.icon-list li p,
body.blog section.basic-section ul.icon-list li p {
  font-size: 14px;
  color: #4A444A !important;
}
body.page-template-flexible-content section.basic-section ul.icon-list.center,
body.page-template-success-stories section.basic-section ul.icon-list.center,
body.page-template-sparse section.basic-section ul.icon-list.center,
body.page-template-home section.basic-section ul.icon-list.center,
body.page-template-webinar section.basic-section ul.icon-list.center,
body.page-template-video-sbowcase section.basic-section ul.icon-list.center,
body.post-type-archive-resources section.basic-section ul.icon-list.center,
body.blog section.basic-section ul.icon-list.center {
  text-align: center;
}
body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-1,
body.page-template-success-stories section.basic-section ul.icon-list.icon-list-1,
body.page-template-sparse section.basic-section ul.icon-list.icon-list-1,
body.page-template-home section.basic-section ul.icon-list.icon-list-1,
body.page-template-webinar section.basic-section ul.icon-list.icon-list-1,
body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-1,
body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-1,
body.blog section.basic-section ul.icon-list.icon-list-1 {
  text-align: center;
}
body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-1 li,
body.page-template-success-stories section.basic-section ul.icon-list.icon-list-1 li,
body.page-template-sparse section.basic-section ul.icon-list.icon-list-1 li,
body.page-template-home section.basic-section ul.icon-list.icon-list-1 li,
body.page-template-webinar section.basic-section ul.icon-list.icon-list-1 li,
body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-1 li,
body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-1 li,
body.blog section.basic-section ul.icon-list.icon-list-1 li {
  flex: 1 0 100%;
  padding: 0 50px;
}
body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-2,
body.page-template-success-stories section.basic-section ul.icon-list.icon-list-2,
body.page-template-sparse section.basic-section ul.icon-list.icon-list-2,
body.page-template-home section.basic-section ul.icon-list.icon-list-2,
body.page-template-webinar section.basic-section ul.icon-list.icon-list-2,
body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-2,
body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-2,
body.blog section.basic-section ul.icon-list.icon-list-2 {
  text-align: center;
}
body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-2 li,
body.page-template-success-stories section.basic-section ul.icon-list.icon-list-2 li,
body.page-template-sparse section.basic-section ul.icon-list.icon-list-2 li,
body.page-template-home section.basic-section ul.icon-list.icon-list-2 li,
body.page-template-webinar section.basic-section ul.icon-list.icon-list-2 li,
body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-2 li,
body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-2 li,
body.blog section.basic-section ul.icon-list.icon-list-2 li {
  flex: 1 0 50%;
  padding: 0 50px;
}
body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-3,
body.page-template-success-stories section.basic-section ul.icon-list.icon-list-3,
body.page-template-sparse section.basic-section ul.icon-list.icon-list-3,
body.page-template-home section.basic-section ul.icon-list.icon-list-3,
body.page-template-webinar section.basic-section ul.icon-list.icon-list-3,
body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-3,
body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-3,
body.blog section.basic-section ul.icon-list.icon-list-3 {
  text-align: center;
}
body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-3 li,
body.page-template-success-stories section.basic-section ul.icon-list.icon-list-3 li,
body.page-template-sparse section.basic-section ul.icon-list.icon-list-3 li,
body.page-template-home section.basic-section ul.icon-list.icon-list-3 li,
body.page-template-webinar section.basic-section ul.icon-list.icon-list-3 li,
body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-3 li,
body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-3 li,
body.blog section.basic-section ul.icon-list.icon-list-3 li {
  flex: 1 0 33.33333%;
  padding: 0 50px;
}
body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-4 li,
body.page-template-success-stories section.basic-section ul.icon-list.icon-list-4 li,
body.page-template-sparse section.basic-section ul.icon-list.icon-list-4 li,
body.page-template-home section.basic-section ul.icon-list.icon-list-4 li,
body.page-template-webinar section.basic-section ul.icon-list.icon-list-4 li,
body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-4 li,
body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-4 li,
body.blog section.basic-section ul.icon-list.icon-list-4 li {
  flex: 1 0 25%;
}
body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-5 li,
body.page-template-success-stories section.basic-section ul.icon-list.icon-list-5 li,
body.page-template-sparse section.basic-section ul.icon-list.icon-list-5 li,
body.page-template-home section.basic-section ul.icon-list.icon-list-5 li,
body.page-template-webinar section.basic-section ul.icon-list.icon-list-5 li,
body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-5 li,
body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-5 li,
body.blog section.basic-section ul.icon-list.icon-list-5 li {
  flex: 1 0 20%;
}
body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-6 li,
body.page-template-success-stories section.basic-section ul.icon-list.icon-list-6 li,
body.page-template-sparse section.basic-section ul.icon-list.icon-list-6 li,
body.page-template-home section.basic-section ul.icon-list.icon-list-6 li,
body.page-template-webinar section.basic-section ul.icon-list.icon-list-6 li,
body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-6 li,
body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-6 li,
body.blog section.basic-section ul.icon-list.icon-list-6 li {
  flex: 1 0 16.6666%;
}
body.page-template-flexible-content section.basic-section .line-2,
body.page-template-success-stories section.basic-section .line-2,
body.page-template-sparse section.basic-section .line-2,
body.page-template-home section.basic-section .line-2,
body.page-template-webinar section.basic-section .line-2,
body.page-template-video-sbowcase section.basic-section .line-2,
body.post-type-archive-resources section.basic-section .line-2,
body.blog section.basic-section .line-2 {
  box-sizing: border-box;
  height: 1px;
  width: 350px;
  border: 1px solid #00B9FF;
}
body.page-template-flexible-content section.basic-section ul.outcome-list,
body.page-template-success-stories section.basic-section ul.outcome-list,
body.page-template-sparse section.basic-section ul.outcome-list,
body.page-template-home section.basic-section ul.outcome-list,
body.page-template-webinar section.basic-section ul.outcome-list,
body.page-template-video-sbowcase section.basic-section ul.outcome-list,
body.post-type-archive-resources section.basic-section ul.outcome-list,
body.blog section.basic-section ul.outcome-list {
  margin: 60px 0 10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
body.page-template-flexible-content section.basic-section ul.outcome-list li,
body.page-template-success-stories section.basic-section ul.outcome-list li,
body.page-template-sparse section.basic-section ul.outcome-list li,
body.page-template-home section.basic-section ul.outcome-list li,
body.page-template-webinar section.basic-section ul.outcome-list li,
body.page-template-video-sbowcase section.basic-section ul.outcome-list li,
body.post-type-archive-resources section.basic-section ul.outcome-list li,
body.blog section.basic-section ul.outcome-list li {
  flex: 1 0 33.33333%;
  margin-top: 20px;
}
body.page-template-flexible-content section.basic-section ul.outcome-list li .container-outcome-item,
body.page-template-success-stories section.basic-section ul.outcome-list li .container-outcome-item,
body.page-template-sparse section.basic-section ul.outcome-list li .container-outcome-item,
body.page-template-home section.basic-section ul.outcome-list li .container-outcome-item,
body.page-template-webinar section.basic-section ul.outcome-list li .container-outcome-item,
body.page-template-video-sbowcase section.basic-section ul.outcome-list li .container-outcome-item,
body.post-type-archive-resources section.basic-section ul.outcome-list li .container-outcome-item,
body.blog section.basic-section ul.outcome-list li .container-outcome-item {
  border-top: 1px solid #00B9FF;
  padding: 20px 0;
  margin-right: 40px;
}
body.page-template-flexible-content section.basic-section ul.outcome-list li .container-outcome-item .huge,
body.page-template-success-stories section.basic-section ul.outcome-list li .container-outcome-item .huge,
body.page-template-sparse section.basic-section ul.outcome-list li .container-outcome-item .huge,
body.page-template-home section.basic-section ul.outcome-list li .container-outcome-item .huge,
body.page-template-webinar section.basic-section ul.outcome-list li .container-outcome-item .huge,
body.page-template-video-sbowcase section.basic-section ul.outcome-list li .container-outcome-item .huge,
body.post-type-archive-resources section.basic-section ul.outcome-list li .container-outcome-item .huge,
body.blog section.basic-section ul.outcome-list li .container-outcome-item .huge {
  display: block;
  color: #432061;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}
body.page-template-flexible-content section.basic-section ul.outcome-list li .container-outcome-item .descriptor,
body.page-template-success-stories section.basic-section ul.outcome-list li .container-outcome-item .descriptor,
body.page-template-sparse section.basic-section ul.outcome-list li .container-outcome-item .descriptor,
body.page-template-home section.basic-section ul.outcome-list li .container-outcome-item .descriptor,
body.page-template-webinar section.basic-section ul.outcome-list li .container-outcome-item .descriptor,
body.page-template-video-sbowcase section.basic-section ul.outcome-list li .container-outcome-item .descriptor,
body.post-type-archive-resources section.basic-section ul.outcome-list li .container-outcome-item .descriptor,
body.blog section.basic-section ul.outcome-list li .container-outcome-item .descriptor {
  display: block;
  color: #432061;
  padding: 10px 0 0;
  font-size: 18px;
  line-height: 28px;
}
body.page-template-flexible-content section.basic-section ul.outcome-list li p,
body.page-template-success-stories section.basic-section ul.outcome-list li p,
body.page-template-sparse section.basic-section ul.outcome-list li p,
body.page-template-home section.basic-section ul.outcome-list li p,
body.page-template-webinar section.basic-section ul.outcome-list li p,
body.page-template-video-sbowcase section.basic-section ul.outcome-list li p,
body.post-type-archive-resources section.basic-section ul.outcome-list li p,
body.blog section.basic-section ul.outcome-list li p {
  font-size: 14px;
  color: #4A444A !important;
}
body.page-template-flexible-content section.basic-section ul.outcome-list.outcome-list-1 li,
body.page-template-success-stories section.basic-section ul.outcome-list.outcome-list-1 li,
body.page-template-sparse section.basic-section ul.outcome-list.outcome-list-1 li,
body.page-template-home section.basic-section ul.outcome-list.outcome-list-1 li,
body.page-template-webinar section.basic-section ul.outcome-list.outcome-list-1 li,
body.page-template-video-sbowcase section.basic-section ul.outcome-list.outcome-list-1 li,
body.post-type-archive-resources section.basic-section ul.outcome-list.outcome-list-1 li,
body.blog section.basic-section ul.outcome-list.outcome-list-1 li {
  flex: 1 0 100%;
}
body.page-template-flexible-content section.basic-section ul.outcome-list.outcome-list-2 li,
body.page-template-success-stories section.basic-section ul.outcome-list.outcome-list-2 li,
body.page-template-sparse section.basic-section ul.outcome-list.outcome-list-2 li,
body.page-template-home section.basic-section ul.outcome-list.outcome-list-2 li,
body.page-template-webinar section.basic-section ul.outcome-list.outcome-list-2 li,
body.page-template-video-sbowcase section.basic-section ul.outcome-list.outcome-list-2 li,
body.post-type-archive-resources section.basic-section ul.outcome-list.outcome-list-2 li,
body.blog section.basic-section ul.outcome-list.outcome-list-2 li {
  flex: 1 0 50%;
}
body.page-template-flexible-content section.basic-section ul.outcome-list.outcome-list-3 li,
body.page-template-success-stories section.basic-section ul.outcome-list.outcome-list-3 li,
body.page-template-sparse section.basic-section ul.outcome-list.outcome-list-3 li,
body.page-template-home section.basic-section ul.outcome-list.outcome-list-3 li,
body.page-template-webinar section.basic-section ul.outcome-list.outcome-list-3 li,
body.page-template-video-sbowcase section.basic-section ul.outcome-list.outcome-list-3 li,
body.post-type-archive-resources section.basic-section ul.outcome-list.outcome-list-3 li,
body.blog section.basic-section ul.outcome-list.outcome-list-3 li {
  flex: 1 0 33.33333%;
}
body.page-template-flexible-content section.basic-section ul.outcome-list.outcome-list-4 li,
body.page-template-success-stories section.basic-section ul.outcome-list.outcome-list-4 li,
body.page-template-sparse section.basic-section ul.outcome-list.outcome-list-4 li,
body.page-template-home section.basic-section ul.outcome-list.outcome-list-4 li,
body.page-template-webinar section.basic-section ul.outcome-list.outcome-list-4 li,
body.page-template-video-sbowcase section.basic-section ul.outcome-list.outcome-list-4 li,
body.post-type-archive-resources section.basic-section ul.outcome-list.outcome-list-4 li,
body.blog section.basic-section ul.outcome-list.outcome-list-4 li {
  flex: 1 0 50%;
}
body.page-template-flexible-content section.basic-section ul.outcome-list.outcome-list-5 li,
body.page-template-success-stories section.basic-section ul.outcome-list.outcome-list-5 li,
body.page-template-sparse section.basic-section ul.outcome-list.outcome-list-5 li,
body.page-template-home section.basic-section ul.outcome-list.outcome-list-5 li,
body.page-template-webinar section.basic-section ul.outcome-list.outcome-list-5 li,
body.page-template-video-sbowcase section.basic-section ul.outcome-list.outcome-list-5 li,
body.post-type-archive-resources section.basic-section ul.outcome-list.outcome-list-5 li,
body.blog section.basic-section ul.outcome-list.outcome-list-5 li {
  flex: 1 0 20%;
}
body.page-template-flexible-content section.basic-section ul.outcome-list.outcome-list-6 li,
body.page-template-success-stories section.basic-section ul.outcome-list.outcome-list-6 li,
body.page-template-sparse section.basic-section ul.outcome-list.outcome-list-6 li,
body.page-template-home section.basic-section ul.outcome-list.outcome-list-6 li,
body.page-template-webinar section.basic-section ul.outcome-list.outcome-list-6 li,
body.page-template-video-sbowcase section.basic-section ul.outcome-list.outcome-list-6 li,
body.post-type-archive-resources section.basic-section ul.outcome-list.outcome-list-6 li,
body.blog section.basic-section ul.outcome-list.outcome-list-6 li {
  flex: 1 0 33.33333%;
}
body.page-template-flexible-content section.icon-list,
body.page-template-success-stories section.icon-list,
body.page-template-sparse section.icon-list,
body.page-template-home section.icon-list,
body.page-template-webinar section.icon-list,
body.page-template-video-sbowcase section.icon-list,
body.post-type-archive-resources section.icon-list,
body.blog section.icon-list,
body.page-template-flexible-content section.icon-list-centered,
body.page-template-success-stories section.icon-list-centered,
body.page-template-sparse section.icon-list-centered,
body.page-template-home section.icon-list-centered,
body.page-template-webinar section.icon-list-centered,
body.page-template-video-sbowcase section.icon-list-centered,
body.post-type-archive-resources section.icon-list-centered,
body.blog section.icon-list-centered,
body.page-template-flexible-content .section-carousel-left,
body.page-template-success-stories .section-carousel-left,
body.page-template-sparse .section-carousel-left,
body.page-template-home .section-carousel-left,
body.page-template-webinar .section-carousel-left,
body.page-template-video-sbowcase .section-carousel-left,
body.post-type-archive-resources .section-carousel-left,
body.blog .section-carousel-left,
body.page-template-flexible-content section.section-carousel-quotes,
body.page-template-success-stories section.section-carousel-quotes,
body.page-template-sparse section.section-carousel-quotes,
body.page-template-home section.section-carousel-quotes,
body.page-template-webinar section.section-carousel-quotes,
body.page-template-video-sbowcase section.section-carousel-quotes,
body.post-type-archive-resources section.section-carousel-quotes,
body.blog section.section-carousel-quotes,
body.page-template-flexible-content section.image-grid-section,
body.page-template-success-stories section.image-grid-section,
body.page-template-sparse section.image-grid-section,
body.page-template-home section.image-grid-section,
body.page-template-webinar section.image-grid-section,
body.page-template-video-sbowcase section.image-grid-section,
body.post-type-archive-resources section.image-grid-section,
body.blog section.image-grid-section,
body.page-template-flexible-content section.card-grid-section,
body.page-template-success-stories section.card-grid-section,
body.page-template-sparse section.card-grid-section,
body.page-template-home section.card-grid-section,
body.page-template-webinar section.card-grid-section,
body.page-template-video-sbowcase section.card-grid-section,
body.post-type-archive-resources section.card-grid-section,
body.blog section.card-grid-section,
body.page-template-flexible-content section.success-story-section,
body.page-template-success-stories section.success-story-section,
body.page-template-sparse section.success-story-section,
body.page-template-home section.success-story-section,
body.page-template-webinar section.success-story-section,
body.page-template-video-sbowcase section.success-story-section,
body.post-type-archive-resources section.success-story-section,
body.blog section.success-story-section,
body.page-template-flexible-content .basic-section.light.centered_offset,
body.page-template-success-stories .basic-section.light.centered_offset,
body.page-template-sparse .basic-section.light.centered_offset,
body.page-template-home .basic-section.light.centered_offset,
body.page-template-webinar .basic-section.light.centered_offset,
body.page-template-video-sbowcase .basic-section.light.centered_offset,
body.post-type-archive-resources .basic-section.light.centered_offset,
body.blog .basic-section.light.centered_offset {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.page-template-flexible-content .container-text-left,
body.page-template-success-stories .container-text-left,
body.page-template-sparse .container-text-left,
body.page-template-home .container-text-left,
body.page-template-webinar .container-text-left,
body.page-template-video-sbowcase .container-text-left,
body.post-type-archive-resources .container-text-left,
body.blog .container-text-left,
body.page-template-flexible-content .container-text-right,
body.page-template-success-stories .container-text-right,
body.page-template-sparse .container-text-right,
body.page-template-home .container-text-right,
body.page-template-webinar .container-text-right,
body.page-template-video-sbowcase .container-text-right,
body.post-type-archive-resources .container-text-right,
body.blog .container-text-right {
  margin-top: 50px;
  margin-bottom: 20px;
}
body.page-template-flexible-content .container-text-left img,
body.page-template-success-stories .container-text-left img,
body.page-template-sparse .container-text-left img,
body.page-template-home .container-text-left img,
body.page-template-webinar .container-text-left img,
body.page-template-video-sbowcase .container-text-left img,
body.post-type-archive-resources .container-text-left img,
body.blog .container-text-left img,
body.page-template-flexible-content .container-text-right img,
body.page-template-success-stories .container-text-right img,
body.page-template-sparse .container-text-right img,
body.page-template-home .container-text-right img,
body.page-template-webinar .container-text-right img,
body.page-template-video-sbowcase .container-text-right img,
body.post-type-archive-resources .container-text-right img,
body.blog .container-text-right img {
  margin: 0 auto;
}
body.page-template-flexible-content .container-text-left div.copy,
body.page-template-success-stories .container-text-left div.copy,
body.page-template-sparse .container-text-left div.copy,
body.page-template-home .container-text-left div.copy,
body.page-template-webinar .container-text-left div.copy,
body.page-template-video-sbowcase .container-text-left div.copy,
body.post-type-archive-resources .container-text-left div.copy,
body.blog .container-text-left div.copy,
body.page-template-flexible-content .container-text-right div.copy,
body.page-template-success-stories .container-text-right div.copy,
body.page-template-sparse .container-text-right div.copy,
body.page-template-home .container-text-right div.copy,
body.page-template-webinar .container-text-right div.copy,
body.page-template-video-sbowcase .container-text-right div.copy,
body.post-type-archive-resources .container-text-right div.copy,
body.blog .container-text-right div.copy {
  padding-right: 50px;
}
body.page-template-flexible-content .container-text-left div.copy p,
body.page-template-success-stories .container-text-left div.copy p,
body.page-template-sparse .container-text-left div.copy p,
body.page-template-home .container-text-left div.copy p,
body.page-template-webinar .container-text-left div.copy p,
body.page-template-video-sbowcase .container-text-left div.copy p,
body.post-type-archive-resources .container-text-left div.copy p,
body.blog .container-text-left div.copy p,
body.page-template-flexible-content .container-text-right div.copy p,
body.page-template-success-stories .container-text-right div.copy p,
body.page-template-sparse .container-text-right div.copy p,
body.page-template-home .container-text-right div.copy p,
body.page-template-webinar .container-text-right div.copy p,
body.page-template-video-sbowcase .container-text-right div.copy p,
body.post-type-archive-resources .container-text-right div.copy p,
body.blog .container-text-right div.copy p {
  color: #4A444A !important;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
body.page-template-flexible-content section.centered_offset .container-section-intro,
body.page-template-success-stories section.centered_offset .container-section-intro,
body.page-template-sparse section.centered_offset .container-section-intro,
body.page-template-home section.centered_offset .container-section-intro,
body.page-template-webinar section.centered_offset .container-section-intro,
body.page-template-video-sbowcase section.centered_offset .container-section-intro,
body.post-type-archive-resources section.centered_offset .container-section-intro,
body.blog section.centered_offset .container-section-intro {
  margin-bottom: 50px !important;
}
body.page-template-flexible-content section.centered_offset .container-section-intro.margin-bottom-20,
body.page-template-success-stories section.centered_offset .container-section-intro.margin-bottom-20,
body.page-template-sparse section.centered_offset .container-section-intro.margin-bottom-20,
body.page-template-home section.centered_offset .container-section-intro.margin-bottom-20,
body.page-template-webinar section.centered_offset .container-section-intro.margin-bottom-20,
body.page-template-video-sbowcase section.centered_offset .container-section-intro.margin-bottom-20,
body.post-type-archive-resources section.centered_offset .container-section-intro.margin-bottom-20,
body.blog section.centered_offset .container-section-intro.margin-bottom-20 {
  margin-bottom: 20px !important;
}
body.page-template-flexible-content section.basic-section-left-right,
body.page-template-success-stories section.basic-section-left-right,
body.page-template-sparse section.basic-section-left-right,
body.page-template-home section.basic-section-left-right,
body.page-template-webinar section.basic-section-left-right,
body.page-template-video-sbowcase section.basic-section-left-right,
body.post-type-archive-resources section.basic-section-left-right,
body.blog section.basic-section-left-right {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.page-template-flexible-content section.basic-section-left-right h2,
body.page-template-success-stories section.basic-section-left-right h2,
body.page-template-sparse section.basic-section-left-right h2,
body.page-template-home section.basic-section-left-right h2,
body.page-template-webinar section.basic-section-left-right h2,
body.page-template-video-sbowcase section.basic-section-left-right h2,
body.post-type-archive-resources section.basic-section-left-right h2,
body.blog section.basic-section-left-right h2 {
  text-transform: inherit;
  font-size: 40px;
  color: #432061;
  line-height: 1.25;
  text-align: center;
}
body.page-template-flexible-content section.basic-section-left-right p.lead,
body.page-template-success-stories section.basic-section-left-right p.lead,
body.page-template-sparse section.basic-section-left-right p.lead,
body.page-template-home section.basic-section-left-right p.lead,
body.page-template-webinar section.basic-section-left-right p.lead,
body.page-template-video-sbowcase section.basic-section-left-right p.lead,
body.post-type-archive-resources section.basic-section-left-right p.lead,
body.blog section.basic-section-left-right p.lead {
  font-size: 26px;
  line-height: 1.30769231;
  margin-top: 0;
  text-align: center;
}
body.page-template-flexible-content .container-left-right h3,
body.page-template-success-stories .container-left-right h3,
body.page-template-sparse .container-left-right h3,
body.page-template-home .container-left-right h3,
body.page-template-webinar .container-left-right h3,
body.page-template-video-sbowcase .container-left-right h3,
body.post-type-archive-resources .container-left-right h3,
body.blog .container-left-right h3 {
  text-transform: inherit;
  color: #C700EB;
}
body.page-template-flexible-content .container-left-right p,
body.page-template-success-stories .container-left-right p,
body.page-template-sparse .container-left-right p,
body.page-template-home .container-left-right p,
body.page-template-webinar .container-left-right p,
body.page-template-video-sbowcase .container-left-right p,
body.post-type-archive-resources .container-left-right p,
body.blog .container-left-right p {
  font-family: soleil, arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.444444;
  color: #414141;
}
body.page-template-flexible-content .container-left-right .left-right,
body.page-template-success-stories .container-left-right .left-right,
body.page-template-sparse .container-left-right .left-right,
body.page-template-home .container-left-right .left-right,
body.page-template-webinar .container-left-right .left-right,
body.page-template-video-sbowcase .container-left-right .left-right,
body.post-type-archive-resources .container-left-right .left-right,
body.blog .container-left-right .left-right {
  padding: 50px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.page-template-flexible-content .container-left-right .left-right div,
body.page-template-success-stories .container-left-right .left-right div,
body.page-template-sparse .container-left-right .left-right div,
body.page-template-home .container-left-right .left-right div,
body.page-template-webinar .container-left-right .left-right div,
body.page-template-video-sbowcase .container-left-right .left-right div,
body.post-type-archive-resources .container-left-right .left-right div,
body.blog .container-left-right .left-right div {
  padding: 0 80px 0 0;
  flex: 1 0 50%;
}
body.page-template-flexible-content .container-left-right .left-right div img,
body.page-template-success-stories .container-left-right .left-right div img,
body.page-template-sparse .container-left-right .left-right div img,
body.page-template-home .container-left-right .left-right div img,
body.page-template-webinar .container-left-right .left-right div img,
body.page-template-video-sbowcase .container-left-right .left-right div img,
body.post-type-archive-resources .container-left-right .left-right div img,
body.blog .container-left-right .left-right div img {
  /*   max-width: 400px;*/
  margin: 0 auto;
}
body.page-template-flexible-content .container-left-right .left-right:nth-child(even),
body.page-template-success-stories .container-left-right .left-right:nth-child(even),
body.page-template-sparse .container-left-right .left-right:nth-child(even),
body.page-template-home .container-left-right .left-right:nth-child(even),
body.page-template-webinar .container-left-right .left-right:nth-child(even),
body.page-template-video-sbowcase .container-left-right .left-right:nth-child(even),
body.post-type-archive-resources .container-left-right .left-right:nth-child(even),
body.blog .container-left-right .left-right:nth-child(even),
body.page-template-flexible-content .container-left-right .row-reverse,
body.page-template-success-stories .container-left-right .row-reverse,
body.page-template-sparse .container-left-right .row-reverse,
body.page-template-home .container-left-right .row-reverse,
body.page-template-webinar .container-left-right .row-reverse,
body.page-template-video-sbowcase .container-left-right .row-reverse,
body.post-type-archive-resources .container-left-right .row-reverse,
body.blog .container-left-right .row-reverse {
  flex-direction: row-reverse;
}
body.page-template-flexible-content section.dark,
body.page-template-success-stories section.dark,
body.page-template-sparse section.dark,
body.page-template-home section.dark,
body.page-template-webinar section.dark,
body.page-template-video-sbowcase section.dark,
body.post-type-archive-resources section.dark,
body.blog section.dark {
  color: #fff;
}
body.page-template-flexible-content section.dark h1,
body.page-template-success-stories section.dark h1,
body.page-template-sparse section.dark h1,
body.page-template-home section.dark h1,
body.page-template-webinar section.dark h1,
body.page-template-video-sbowcase section.dark h1,
body.post-type-archive-resources section.dark h1,
body.blog section.dark h1,
body.page-template-flexible-content section.dark h2,
body.page-template-success-stories section.dark h2,
body.page-template-sparse section.dark h2,
body.page-template-home section.dark h2,
body.page-template-webinar section.dark h2,
body.page-template-video-sbowcase section.dark h2,
body.post-type-archive-resources section.dark h2,
body.blog section.dark h2,
body.page-template-flexible-content section.dark h3,
body.page-template-success-stories section.dark h3,
body.page-template-sparse section.dark h3,
body.page-template-home section.dark h3,
body.page-template-webinar section.dark h3,
body.page-template-video-sbowcase section.dark h3,
body.post-type-archive-resources section.dark h3,
body.blog section.dark h3,
body.page-template-flexible-content section.dark h4,
body.page-template-success-stories section.dark h4,
body.page-template-sparse section.dark h4,
body.page-template-home section.dark h4,
body.page-template-webinar section.dark h4,
body.page-template-video-sbowcase section.dark h4,
body.post-type-archive-resources section.dark h4,
body.blog section.dark h4 {
  color: #fff;
}
body.page-template-flexible-content section.dark h3,
body.page-template-success-stories section.dark h3,
body.page-template-sparse section.dark h3,
body.page-template-home section.dark h3,
body.page-template-webinar section.dark h3,
body.page-template-video-sbowcase section.dark h3,
body.post-type-archive-resources section.dark h3,
body.blog section.dark h3 {
  /*      margin-bottom: 40px;*/
}
body.page-template-flexible-content section.dark p,
body.page-template-success-stories section.dark p,
body.page-template-sparse section.dark p,
body.page-template-home section.dark p,
body.page-template-webinar section.dark p,
body.page-template-video-sbowcase section.dark p,
body.post-type-archive-resources section.dark p,
body.blog section.dark p {
  color: #D0CDD3;
}
body.page-template-flexible-content section.dark p.lead,
body.page-template-success-stories section.dark p.lead,
body.page-template-sparse section.dark p.lead,
body.page-template-home section.dark p.lead,
body.page-template-webinar section.dark p.lead,
body.page-template-video-sbowcase section.dark p.lead,
body.post-type-archive-resources section.dark p.lead,
body.blog section.dark p.lead {
  color: #fff;
}
body.page-template-flexible-content section.dark ul.basic,
body.page-template-success-stories section.dark ul.basic,
body.page-template-sparse section.dark ul.basic,
body.page-template-home section.dark ul.basic,
body.page-template-webinar section.dark ul.basic,
body.page-template-video-sbowcase section.dark ul.basic,
body.post-type-archive-resources section.dark ul.basic,
body.blog section.dark ul.basic {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
body.page-template-flexible-content section.dark ul.basic li,
body.page-template-success-stories section.dark ul.basic li,
body.page-template-sparse section.dark ul.basic li,
body.page-template-home section.dark ul.basic li,
body.page-template-webinar section.dark ul.basic li,
body.page-template-video-sbowcase section.dark ul.basic li,
body.post-type-archive-resources section.dark ul.basic li,
body.blog section.dark ul.basic li {
  position: relative;
  color: #D0CDD3;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  padding: 0 15px;
}
body.page-template-flexible-content section.dark ul.basic li:before,
body.page-template-success-stories section.dark ul.basic li:before,
body.page-template-sparse section.dark ul.basic li:before,
body.page-template-home section.dark ul.basic li:before,
body.page-template-webinar section.dark ul.basic li:before,
body.page-template-video-sbowcase section.dark ul.basic li:before,
body.post-type-archive-resources section.dark ul.basic li:before,
body.blog section.dark ul.basic li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: #D0CDD3;
  border-radius: 50%;
  display: block;
  top: 11px;
  left: 0;
}
body.page-template-flexible-content section.dark ul.basic-large,
body.page-template-success-stories section.dark ul.basic-large,
body.page-template-sparse section.dark ul.basic-large,
body.page-template-home section.dark ul.basic-large,
body.page-template-webinar section.dark ul.basic-large,
body.page-template-video-sbowcase section.dark ul.basic-large,
body.post-type-archive-resources section.dark ul.basic-large,
body.blog section.dark ul.basic-large {
  margin: 40px 0 20px;
  padding: 0;
  list-style-type: none;
}
body.page-template-flexible-content section.dark ul.basic-large li,
body.page-template-success-stories section.dark ul.basic-large li,
body.page-template-sparse section.dark ul.basic-large li,
body.page-template-home section.dark ul.basic-large li,
body.page-template-webinar section.dark ul.basic-large li,
body.page-template-video-sbowcase section.dark ul.basic-large li,
body.post-type-archive-resources section.dark ul.basic-large li,
body.blog section.dark ul.basic-large li {
  position: relative;
  color: #D0CDD3;
  font-weight: 300;
  font-size: 32px;
  line-height: 48px;
  padding: 0 22px;
}
body.page-template-flexible-content section.dark ul.basic-large li:before,
body.page-template-success-stories section.dark ul.basic-large li:before,
body.page-template-sparse section.dark ul.basic-large li:before,
body.page-template-home section.dark ul.basic-large li:before,
body.page-template-webinar section.dark ul.basic-large li:before,
body.page-template-video-sbowcase section.dark ul.basic-large li:before,
body.post-type-archive-resources section.dark ul.basic-large li:before,
body.blog section.dark ul.basic-large li:before {
  position: absolute;
  content: ' ';
  height: 6px;
  width: 6px;
  background-color: #D0CDD3;
  border-radius: 50%;
  display: block;
  top: 24px;
  left: 0;
}
body.page-template-flexible-content section.section-full-width-background,
body.page-template-success-stories section.section-full-width-background,
body.page-template-sparse section.section-full-width-background,
body.page-template-home section.section-full-width-background,
body.page-template-webinar section.section-full-width-background,
body.page-template-video-sbowcase section.section-full-width-background,
body.post-type-archive-resources section.section-full-width-background,
body.blog section.section-full-width-background {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 640px;
  background-position: center;
  display: flex;
}
body.page-template-flexible-content section.section-full-width-background .container-full-width-background,
body.page-template-success-stories section.section-full-width-background .container-full-width-background,
body.page-template-sparse section.section-full-width-background .container-full-width-background,
body.page-template-home section.section-full-width-background .container-full-width-background,
body.page-template-webinar section.section-full-width-background .container-full-width-background,
body.page-template-video-sbowcase section.section-full-width-background .container-full-width-background,
body.post-type-archive-resources section.section-full-width-background .container-full-width-background,
body.blog section.section-full-width-background .container-full-width-background {
  display: flex;
  align-items: center;
}
body.page-template-flexible-content section.section-full-width-background .container-full-width-background .inner-full-width-background,
body.page-template-success-stories section.section-full-width-background .container-full-width-background .inner-full-width-background,
body.page-template-sparse section.section-full-width-background .container-full-width-background .inner-full-width-background,
body.page-template-home section.section-full-width-background .container-full-width-background .inner-full-width-background,
body.page-template-webinar section.section-full-width-background .container-full-width-background .inner-full-width-background,
body.page-template-video-sbowcase section.section-full-width-background .container-full-width-background .inner-full-width-background,
body.post-type-archive-resources section.section-full-width-background .container-full-width-background .inner-full-width-background,
body.blog section.section-full-width-background .container-full-width-background .inner-full-width-background {
  width: 100%;
}
body.page-template-flexible-content section.full_width,
body.page-template-success-stories section.full_width,
body.page-template-sparse section.full_width,
body.page-template-home section.full_width,
body.page-template-webinar section.full_width,
body.page-template-video-sbowcase section.full_width,
body.post-type-archive-resources section.full_width,
body.blog section.full_width,
body.page-template-flexible-content section.success-story-section,
body.page-template-success-stories section.success-story-section,
body.page-template-sparse section.success-story-section,
body.page-template-home section.success-story-section,
body.page-template-webinar section.success-story-section,
body.page-template-video-sbowcase section.success-story-section,
body.post-type-archive-resources section.success-story-section,
body.blog section.success-story-section,
body.page-template-flexible-content .basic-section-left-right,
body.page-template-success-stories .basic-section-left-right,
body.page-template-sparse .basic-section-left-right,
body.page-template-home .basic-section-left-right,
body.page-template-webinar .basic-section-left-right,
body.page-template-video-sbowcase .basic-section-left-right,
body.post-type-archive-resources .basic-section-left-right,
body.blog .basic-section-left-right,
body.page-template-flexible-content .section-basic-2-column,
body.page-template-success-stories .section-basic-2-column,
body.page-template-sparse .section-basic-2-column,
body.page-template-home .section-basic-2-column,
body.page-template-webinar .section-basic-2-column,
body.page-template-video-sbowcase .section-basic-2-column,
body.post-type-archive-resources .section-basic-2-column,
body.blog .section-basic-2-column {
  background-size: cover;
  background-repeat: no-repeat;
  /*    min-height: 640px;*/
  background-position: center;
}
body.page-template-flexible-content section.full_width .container-text,
body.page-template-success-stories section.full_width .container-text,
body.page-template-sparse section.full_width .container-text,
body.page-template-home section.full_width .container-text,
body.page-template-webinar section.full_width .container-text,
body.page-template-video-sbowcase section.full_width .container-text,
body.post-type-archive-resources section.full_width .container-text,
body.blog section.full_width .container-text,
body.page-template-flexible-content section.success-story-section .container-text,
body.page-template-success-stories section.success-story-section .container-text,
body.page-template-sparse section.success-story-section .container-text,
body.page-template-home section.success-story-section .container-text,
body.page-template-webinar section.success-story-section .container-text,
body.page-template-video-sbowcase section.success-story-section .container-text,
body.post-type-archive-resources section.success-story-section .container-text,
body.blog section.success-story-section .container-text,
body.page-template-flexible-content .basic-section-left-right .container-text,
body.page-template-success-stories .basic-section-left-right .container-text,
body.page-template-sparse .basic-section-left-right .container-text,
body.page-template-home .basic-section-left-right .container-text,
body.page-template-webinar .basic-section-left-right .container-text,
body.page-template-video-sbowcase .basic-section-left-right .container-text,
body.post-type-archive-resources .basic-section-left-right .container-text,
body.blog .basic-section-left-right .container-text,
body.page-template-flexible-content .section-basic-2-column .container-text,
body.page-template-success-stories .section-basic-2-column .container-text,
body.page-template-sparse .section-basic-2-column .container-text,
body.page-template-home .section-basic-2-column .container-text,
body.page-template-webinar .section-basic-2-column .container-text,
body.page-template-video-sbowcase .section-basic-2-column .container-text,
body.post-type-archive-resources .section-basic-2-column .container-text,
body.blog .section-basic-2-column .container-text {
  padding-right: 50px;
}
body.page-template-flexible-content section.full_width .container-text h2,
body.page-template-success-stories section.full_width .container-text h2,
body.page-template-sparse section.full_width .container-text h2,
body.page-template-home section.full_width .container-text h2,
body.page-template-webinar section.full_width .container-text h2,
body.page-template-video-sbowcase section.full_width .container-text h2,
body.post-type-archive-resources section.full_width .container-text h2,
body.blog section.full_width .container-text h2,
body.page-template-flexible-content section.success-story-section .container-text h2,
body.page-template-success-stories section.success-story-section .container-text h2,
body.page-template-sparse section.success-story-section .container-text h2,
body.page-template-home section.success-story-section .container-text h2,
body.page-template-webinar section.success-story-section .container-text h2,
body.page-template-video-sbowcase section.success-story-section .container-text h2,
body.post-type-archive-resources section.success-story-section .container-text h2,
body.blog section.success-story-section .container-text h2,
body.page-template-flexible-content .basic-section-left-right .container-text h2,
body.page-template-success-stories .basic-section-left-right .container-text h2,
body.page-template-sparse .basic-section-left-right .container-text h2,
body.page-template-home .basic-section-left-right .container-text h2,
body.page-template-webinar .basic-section-left-right .container-text h2,
body.page-template-video-sbowcase .basic-section-left-right .container-text h2,
body.post-type-archive-resources .basic-section-left-right .container-text h2,
body.blog .basic-section-left-right .container-text h2,
body.page-template-flexible-content .section-basic-2-column .container-text h2,
body.page-template-success-stories .section-basic-2-column .container-text h2,
body.page-template-sparse .section-basic-2-column .container-text h2,
body.page-template-home .section-basic-2-column .container-text h2,
body.page-template-webinar .section-basic-2-column .container-text h2,
body.page-template-video-sbowcase .section-basic-2-column .container-text h2,
body.post-type-archive-resources .section-basic-2-column .container-text h2,
body.blog .section-basic-2-column .container-text h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 0;
}
body.page-template-flexible-content section.full_width .container-text p,
body.page-template-success-stories section.full_width .container-text p,
body.page-template-sparse section.full_width .container-text p,
body.page-template-home section.full_width .container-text p,
body.page-template-webinar section.full_width .container-text p,
body.page-template-video-sbowcase section.full_width .container-text p,
body.post-type-archive-resources section.full_width .container-text p,
body.blog section.full_width .container-text p,
body.page-template-flexible-content section.success-story-section .container-text p,
body.page-template-success-stories section.success-story-section .container-text p,
body.page-template-sparse section.success-story-section .container-text p,
body.page-template-home section.success-story-section .container-text p,
body.page-template-webinar section.success-story-section .container-text p,
body.page-template-video-sbowcase section.success-story-section .container-text p,
body.post-type-archive-resources section.success-story-section .container-text p,
body.blog section.success-story-section .container-text p,
body.page-template-flexible-content .basic-section-left-right .container-text p,
body.page-template-success-stories .basic-section-left-right .container-text p,
body.page-template-sparse .basic-section-left-right .container-text p,
body.page-template-home .basic-section-left-right .container-text p,
body.page-template-webinar .basic-section-left-right .container-text p,
body.page-template-video-sbowcase .basic-section-left-right .container-text p,
body.post-type-archive-resources .basic-section-left-right .container-text p,
body.blog .basic-section-left-right .container-text p,
body.page-template-flexible-content .section-basic-2-column .container-text p,
body.page-template-success-stories .section-basic-2-column .container-text p,
body.page-template-sparse .section-basic-2-column .container-text p,
body.page-template-home .section-basic-2-column .container-text p,
body.page-template-webinar .section-basic-2-column .container-text p,
body.page-template-video-sbowcase .section-basic-2-column .container-text p,
body.post-type-archive-resources .section-basic-2-column .container-text p,
body.blog .section-basic-2-column .container-text p {
  color: #4A444A;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 13px;
}
body.page-template-flexible-content section.full_width .container-text ul,
body.page-template-success-stories section.full_width .container-text ul,
body.page-template-sparse section.full_width .container-text ul,
body.page-template-home section.full_width .container-text ul,
body.page-template-webinar section.full_width .container-text ul,
body.page-template-video-sbowcase section.full_width .container-text ul,
body.post-type-archive-resources section.full_width .container-text ul,
body.blog section.full_width .container-text ul,
body.page-template-flexible-content section.success-story-section .container-text ul,
body.page-template-success-stories section.success-story-section .container-text ul,
body.page-template-sparse section.success-story-section .container-text ul,
body.page-template-home section.success-story-section .container-text ul,
body.page-template-webinar section.success-story-section .container-text ul,
body.page-template-video-sbowcase section.success-story-section .container-text ul,
body.post-type-archive-resources section.success-story-section .container-text ul,
body.blog section.success-story-section .container-text ul,
body.page-template-flexible-content .basic-section-left-right .container-text ul,
body.page-template-success-stories .basic-section-left-right .container-text ul,
body.page-template-sparse .basic-section-left-right .container-text ul,
body.page-template-home .basic-section-left-right .container-text ul,
body.page-template-webinar .basic-section-left-right .container-text ul,
body.page-template-video-sbowcase .basic-section-left-right .container-text ul,
body.post-type-archive-resources .basic-section-left-right .container-text ul,
body.blog .basic-section-left-right .container-text ul,
body.page-template-flexible-content .section-basic-2-column .container-text ul,
body.page-template-success-stories .section-basic-2-column .container-text ul,
body.page-template-sparse .section-basic-2-column .container-text ul,
body.page-template-home .section-basic-2-column .container-text ul,
body.page-template-webinar .section-basic-2-column .container-text ul,
body.page-template-video-sbowcase .section-basic-2-column .container-text ul,
body.post-type-archive-resources .section-basic-2-column .container-text ul,
body.blog .section-basic-2-column .container-text ul {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
body.page-template-flexible-content section.full_width .container-text ul li,
body.page-template-success-stories section.full_width .container-text ul li,
body.page-template-sparse section.full_width .container-text ul li,
body.page-template-home section.full_width .container-text ul li,
body.page-template-webinar section.full_width .container-text ul li,
body.page-template-video-sbowcase section.full_width .container-text ul li,
body.post-type-archive-resources section.full_width .container-text ul li,
body.blog section.full_width .container-text ul li,
body.page-template-flexible-content section.success-story-section .container-text ul li,
body.page-template-success-stories section.success-story-section .container-text ul li,
body.page-template-sparse section.success-story-section .container-text ul li,
body.page-template-home section.success-story-section .container-text ul li,
body.page-template-webinar section.success-story-section .container-text ul li,
body.page-template-video-sbowcase section.success-story-section .container-text ul li,
body.post-type-archive-resources section.success-story-section .container-text ul li,
body.blog section.success-story-section .container-text ul li,
body.page-template-flexible-content .basic-section-left-right .container-text ul li,
body.page-template-success-stories .basic-section-left-right .container-text ul li,
body.page-template-sparse .basic-section-left-right .container-text ul li,
body.page-template-home .basic-section-left-right .container-text ul li,
body.page-template-webinar .basic-section-left-right .container-text ul li,
body.page-template-video-sbowcase .basic-section-left-right .container-text ul li,
body.post-type-archive-resources .basic-section-left-right .container-text ul li,
body.blog .basic-section-left-right .container-text ul li,
body.page-template-flexible-content .section-basic-2-column .container-text ul li,
body.page-template-success-stories .section-basic-2-column .container-text ul li,
body.page-template-sparse .section-basic-2-column .container-text ul li,
body.page-template-home .section-basic-2-column .container-text ul li,
body.page-template-webinar .section-basic-2-column .container-text ul li,
body.page-template-video-sbowcase .section-basic-2-column .container-text ul li,
body.post-type-archive-resources .section-basic-2-column .container-text ul li,
body.blog .section-basic-2-column .container-text ul li {
  position: relative;
  color: #4A444A;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  padding: 0 15px;
}
body.page-template-flexible-content section.full_width .container-text ul li:before,
body.page-template-success-stories section.full_width .container-text ul li:before,
body.page-template-sparse section.full_width .container-text ul li:before,
body.page-template-home section.full_width .container-text ul li:before,
body.page-template-webinar section.full_width .container-text ul li:before,
body.page-template-video-sbowcase section.full_width .container-text ul li:before,
body.post-type-archive-resources section.full_width .container-text ul li:before,
body.blog section.full_width .container-text ul li:before,
body.page-template-flexible-content section.success-story-section .container-text ul li:before,
body.page-template-success-stories section.success-story-section .container-text ul li:before,
body.page-template-sparse section.success-story-section .container-text ul li:before,
body.page-template-home section.success-story-section .container-text ul li:before,
body.page-template-webinar section.success-story-section .container-text ul li:before,
body.page-template-video-sbowcase section.success-story-section .container-text ul li:before,
body.post-type-archive-resources section.success-story-section .container-text ul li:before,
body.blog section.success-story-section .container-text ul li:before,
body.page-template-flexible-content .basic-section-left-right .container-text ul li:before,
body.page-template-success-stories .basic-section-left-right .container-text ul li:before,
body.page-template-sparse .basic-section-left-right .container-text ul li:before,
body.page-template-home .basic-section-left-right .container-text ul li:before,
body.page-template-webinar .basic-section-left-right .container-text ul li:before,
body.page-template-video-sbowcase .basic-section-left-right .container-text ul li:before,
body.post-type-archive-resources .basic-section-left-right .container-text ul li:before,
body.blog .basic-section-left-right .container-text ul li:before,
body.page-template-flexible-content .section-basic-2-column .container-text ul li:before,
body.page-template-success-stories .section-basic-2-column .container-text ul li:before,
body.page-template-sparse .section-basic-2-column .container-text ul li:before,
body.page-template-home .section-basic-2-column .container-text ul li:before,
body.page-template-webinar .section-basic-2-column .container-text ul li:before,
body.page-template-video-sbowcase .section-basic-2-column .container-text ul li:before,
body.post-type-archive-resources .section-basic-2-column .container-text ul li:before,
body.blog .section-basic-2-column .container-text ul li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: #432061;
  border-radius: 50%;
  display: block;
  top: 11px;
  left: 0;
}
body.page-template-flexible-content section.full_width .container-text img,
body.page-template-success-stories section.full_width .container-text img,
body.page-template-sparse section.full_width .container-text img,
body.page-template-home section.full_width .container-text img,
body.page-template-webinar section.full_width .container-text img,
body.page-template-video-sbowcase section.full_width .container-text img,
body.post-type-archive-resources section.full_width .container-text img,
body.blog section.full_width .container-text img,
body.page-template-flexible-content section.success-story-section .container-text img,
body.page-template-success-stories section.success-story-section .container-text img,
body.page-template-sparse section.success-story-section .container-text img,
body.page-template-home section.success-story-section .container-text img,
body.page-template-webinar section.success-story-section .container-text img,
body.page-template-video-sbowcase section.success-story-section .container-text img,
body.post-type-archive-resources section.success-story-section .container-text img,
body.blog section.success-story-section .container-text img,
body.page-template-flexible-content .basic-section-left-right .container-text img,
body.page-template-success-stories .basic-section-left-right .container-text img,
body.page-template-sparse .basic-section-left-right .container-text img,
body.page-template-home .basic-section-left-right .container-text img,
body.page-template-webinar .basic-section-left-right .container-text img,
body.page-template-video-sbowcase .basic-section-left-right .container-text img,
body.post-type-archive-resources .basic-section-left-right .container-text img,
body.blog .basic-section-left-right .container-text img,
body.page-template-flexible-content .section-basic-2-column .container-text img,
body.page-template-success-stories .section-basic-2-column .container-text img,
body.page-template-sparse .section-basic-2-column .container-text img,
body.page-template-home .section-basic-2-column .container-text img,
body.page-template-webinar .section-basic-2-column .container-text img,
body.page-template-video-sbowcase .section-basic-2-column .container-text img,
body.post-type-archive-resources .section-basic-2-column .container-text img,
body.blog .section-basic-2-column .container-text img {
  max-width: 123px;
  height: auto;
}
body.page-template-flexible-content section.full_width .container-text img.alignleft,
body.page-template-success-stories section.full_width .container-text img.alignleft,
body.page-template-sparse section.full_width .container-text img.alignleft,
body.page-template-home section.full_width .container-text img.alignleft,
body.page-template-webinar section.full_width .container-text img.alignleft,
body.page-template-video-sbowcase section.full_width .container-text img.alignleft,
body.post-type-archive-resources section.full_width .container-text img.alignleft,
body.blog section.full_width .container-text img.alignleft,
body.page-template-flexible-content section.success-story-section .container-text img.alignleft,
body.page-template-success-stories section.success-story-section .container-text img.alignleft,
body.page-template-sparse section.success-story-section .container-text img.alignleft,
body.page-template-home section.success-story-section .container-text img.alignleft,
body.page-template-webinar section.success-story-section .container-text img.alignleft,
body.page-template-video-sbowcase section.success-story-section .container-text img.alignleft,
body.post-type-archive-resources section.success-story-section .container-text img.alignleft,
body.blog section.success-story-section .container-text img.alignleft,
body.page-template-flexible-content .basic-section-left-right .container-text img.alignleft,
body.page-template-success-stories .basic-section-left-right .container-text img.alignleft,
body.page-template-sparse .basic-section-left-right .container-text img.alignleft,
body.page-template-home .basic-section-left-right .container-text img.alignleft,
body.page-template-webinar .basic-section-left-right .container-text img.alignleft,
body.page-template-video-sbowcase .basic-section-left-right .container-text img.alignleft,
body.post-type-archive-resources .basic-section-left-right .container-text img.alignleft,
body.blog .basic-section-left-right .container-text img.alignleft,
body.page-template-flexible-content .section-basic-2-column .container-text img.alignleft,
body.page-template-success-stories .section-basic-2-column .container-text img.alignleft,
body.page-template-sparse .section-basic-2-column .container-text img.alignleft,
body.page-template-home .section-basic-2-column .container-text img.alignleft,
body.page-template-webinar .section-basic-2-column .container-text img.alignleft,
body.page-template-video-sbowcase .section-basic-2-column .container-text img.alignleft,
body.post-type-archive-resources .section-basic-2-column .container-text img.alignleft,
body.blog .section-basic-2-column .container-text img.alignleft {
  margin-right: 20px;
}
body.page-template-flexible-content section.full_width .left-right ul,
body.page-template-success-stories section.full_width .left-right ul,
body.page-template-sparse section.full_width .left-right ul,
body.page-template-home section.full_width .left-right ul,
body.page-template-webinar section.full_width .left-right ul,
body.page-template-video-sbowcase section.full_width .left-right ul,
body.post-type-archive-resources section.full_width .left-right ul,
body.blog section.full_width .left-right ul,
body.page-template-flexible-content section.success-story-section .left-right ul,
body.page-template-success-stories section.success-story-section .left-right ul,
body.page-template-sparse section.success-story-section .left-right ul,
body.page-template-home section.success-story-section .left-right ul,
body.page-template-webinar section.success-story-section .left-right ul,
body.page-template-video-sbowcase section.success-story-section .left-right ul,
body.post-type-archive-resources section.success-story-section .left-right ul,
body.blog section.success-story-section .left-right ul,
body.page-template-flexible-content .basic-section-left-right .left-right ul,
body.page-template-success-stories .basic-section-left-right .left-right ul,
body.page-template-sparse .basic-section-left-right .left-right ul,
body.page-template-home .basic-section-left-right .left-right ul,
body.page-template-webinar .basic-section-left-right .left-right ul,
body.page-template-video-sbowcase .basic-section-left-right .left-right ul,
body.post-type-archive-resources .basic-section-left-right .left-right ul,
body.blog .basic-section-left-right .left-right ul,
body.page-template-flexible-content .section-basic-2-column .left-right ul,
body.page-template-success-stories .section-basic-2-column .left-right ul,
body.page-template-sparse .section-basic-2-column .left-right ul,
body.page-template-home .section-basic-2-column .left-right ul,
body.page-template-webinar .section-basic-2-column .left-right ul,
body.page-template-video-sbowcase .section-basic-2-column .left-right ul,
body.post-type-archive-resources .section-basic-2-column .left-right ul,
body.blog .section-basic-2-column .left-right ul {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
body.page-template-flexible-content section.full_width .left-right ul li,
body.page-template-success-stories section.full_width .left-right ul li,
body.page-template-sparse section.full_width .left-right ul li,
body.page-template-home section.full_width .left-right ul li,
body.page-template-webinar section.full_width .left-right ul li,
body.page-template-video-sbowcase section.full_width .left-right ul li,
body.post-type-archive-resources section.full_width .left-right ul li,
body.blog section.full_width .left-right ul li,
body.page-template-flexible-content section.success-story-section .left-right ul li,
body.page-template-success-stories section.success-story-section .left-right ul li,
body.page-template-sparse section.success-story-section .left-right ul li,
body.page-template-home section.success-story-section .left-right ul li,
body.page-template-webinar section.success-story-section .left-right ul li,
body.page-template-video-sbowcase section.success-story-section .left-right ul li,
body.post-type-archive-resources section.success-story-section .left-right ul li,
body.blog section.success-story-section .left-right ul li,
body.page-template-flexible-content .basic-section-left-right .left-right ul li,
body.page-template-success-stories .basic-section-left-right .left-right ul li,
body.page-template-sparse .basic-section-left-right .left-right ul li,
body.page-template-home .basic-section-left-right .left-right ul li,
body.page-template-webinar .basic-section-left-right .left-right ul li,
body.page-template-video-sbowcase .basic-section-left-right .left-right ul li,
body.post-type-archive-resources .basic-section-left-right .left-right ul li,
body.blog .basic-section-left-right .left-right ul li,
body.page-template-flexible-content .section-basic-2-column .left-right ul li,
body.page-template-success-stories .section-basic-2-column .left-right ul li,
body.page-template-sparse .section-basic-2-column .left-right ul li,
body.page-template-home .section-basic-2-column .left-right ul li,
body.page-template-webinar .section-basic-2-column .left-right ul li,
body.page-template-video-sbowcase .section-basic-2-column .left-right ul li,
body.post-type-archive-resources .section-basic-2-column .left-right ul li,
body.blog .section-basic-2-column .left-right ul li {
  position: relative;
  color: #4A444A;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  padding: 0 15px;
}
body.page-template-flexible-content section.full_width .left-right ul li:before,
body.page-template-success-stories section.full_width .left-right ul li:before,
body.page-template-sparse section.full_width .left-right ul li:before,
body.page-template-home section.full_width .left-right ul li:before,
body.page-template-webinar section.full_width .left-right ul li:before,
body.page-template-video-sbowcase section.full_width .left-right ul li:before,
body.post-type-archive-resources section.full_width .left-right ul li:before,
body.blog section.full_width .left-right ul li:before,
body.page-template-flexible-content section.success-story-section .left-right ul li:before,
body.page-template-success-stories section.success-story-section .left-right ul li:before,
body.page-template-sparse section.success-story-section .left-right ul li:before,
body.page-template-home section.success-story-section .left-right ul li:before,
body.page-template-webinar section.success-story-section .left-right ul li:before,
body.page-template-video-sbowcase section.success-story-section .left-right ul li:before,
body.post-type-archive-resources section.success-story-section .left-right ul li:before,
body.blog section.success-story-section .left-right ul li:before,
body.page-template-flexible-content .basic-section-left-right .left-right ul li:before,
body.page-template-success-stories .basic-section-left-right .left-right ul li:before,
body.page-template-sparse .basic-section-left-right .left-right ul li:before,
body.page-template-home .basic-section-left-right .left-right ul li:before,
body.page-template-webinar .basic-section-left-right .left-right ul li:before,
body.page-template-video-sbowcase .basic-section-left-right .left-right ul li:before,
body.post-type-archive-resources .basic-section-left-right .left-right ul li:before,
body.blog .basic-section-left-right .left-right ul li:before,
body.page-template-flexible-content .section-basic-2-column .left-right ul li:before,
body.page-template-success-stories .section-basic-2-column .left-right ul li:before,
body.page-template-sparse .section-basic-2-column .left-right ul li:before,
body.page-template-home .section-basic-2-column .left-right ul li:before,
body.page-template-webinar .section-basic-2-column .left-right ul li:before,
body.page-template-video-sbowcase .section-basic-2-column .left-right ul li:before,
body.post-type-archive-resources .section-basic-2-column .left-right ul li:before,
body.blog .section-basic-2-column .left-right ul li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: #432061;
  border-radius: 50%;
  display: block;
  top: 11px;
  left: 0;
}
body.page-template-flexible-content section.dark.full_width.section-full-width-background,
body.page-template-success-stories section.dark.full_width.section-full-width-background,
body.page-template-sparse section.dark.full_width.section-full-width-background,
body.page-template-home section.dark.full_width.section-full-width-background,
body.page-template-webinar section.dark.full_width.section-full-width-background,
body.page-template-video-sbowcase section.dark.full_width.section-full-width-background,
body.post-type-archive-resources section.dark.full_width.section-full-width-background,
body.blog section.dark.full_width.section-full-width-background {
  color: #fff;
}
body.page-template-flexible-content section.dark.full_width.section-full-width-background p,
body.page-template-success-stories section.dark.full_width.section-full-width-background p,
body.page-template-sparse section.dark.full_width.section-full-width-background p,
body.page-template-home section.dark.full_width.section-full-width-background p,
body.page-template-webinar section.dark.full_width.section-full-width-background p,
body.page-template-video-sbowcase section.dark.full_width.section-full-width-background p,
body.post-type-archive-resources section.dark.full_width.section-full-width-background p,
body.blog section.dark.full_width.section-full-width-background p {
  color: #fff;
}
body.page-template-flexible-content .container-image-grid,
body.page-template-success-stories .container-image-grid,
body.page-template-sparse .container-image-grid,
body.page-template-home .container-image-grid,
body.page-template-webinar .container-image-grid,
body.page-template-video-sbowcase .container-image-grid,
body.post-type-archive-resources .container-image-grid,
body.blog .container-image-grid {
  margin: 40px 0;
}
body.page-template-flexible-content .image-grid-item,
body.page-template-success-stories .image-grid-item,
body.page-template-sparse .image-grid-item,
body.page-template-home .image-grid-item,
body.page-template-webinar .image-grid-item,
body.page-template-video-sbowcase .image-grid-item,
body.post-type-archive-resources .image-grid-item,
body.blog .image-grid-item {
  margin: 0;
}
body.page-template-flexible-content .image-grid-item h3,
body.page-template-success-stories .image-grid-item h3,
body.page-template-sparse .image-grid-item h3,
body.page-template-home .image-grid-item h3,
body.page-template-webinar .image-grid-item h3,
body.page-template-video-sbowcase .image-grid-item h3,
body.post-type-archive-resources .image-grid-item h3,
body.blog .image-grid-item h3 {
  font-size: 16px;
}
body.page-template-flexible-content .carousel-basic .carousel-cell,
body.page-template-success-stories .carousel-basic .carousel-cell,
body.page-template-sparse .carousel-basic .carousel-cell,
body.page-template-home .carousel-basic .carousel-cell,
body.page-template-webinar .carousel-basic .carousel-cell,
body.page-template-video-sbowcase .carousel-basic .carousel-cell,
body.post-type-archive-resources .carousel-basic .carousel-cell,
body.blog .carousel-basic .carousel-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  width: 25%;
}
body.page-template-flexible-content .carousel-basic .carousel-cell img,
body.page-template-success-stories .carousel-basic .carousel-cell img,
body.page-template-sparse .carousel-basic .carousel-cell img,
body.page-template-home .carousel-basic .carousel-cell img,
body.page-template-webinar .carousel-basic .carousel-cell img,
body.page-template-video-sbowcase .carousel-basic .carousel-cell img,
body.post-type-archive-resources .carousel-basic .carousel-cell img,
body.blog .carousel-basic .carousel-cell img {
  width: 100%;
  height: auto;
  max-width: 230px;
}
body.page-template-flexible-content .carousel-basic .carousel-cell img:hover,
body.page-template-success-stories .carousel-basic .carousel-cell img:hover,
body.page-template-sparse .carousel-basic .carousel-cell img:hover,
body.page-template-home .carousel-basic .carousel-cell img:hover,
body.page-template-webinar .carousel-basic .carousel-cell img:hover,
body.page-template-video-sbowcase .carousel-basic .carousel-cell img:hover,
body.post-type-archive-resources .carousel-basic .carousel-cell img:hover,
body.blog .carousel-basic .carousel-cell img:hover {
  filter: none;
}
body.page-template-flexible-content .carousel-basic .flickity-prev-next-button.previous,
body.page-template-success-stories .carousel-basic .flickity-prev-next-button.previous,
body.page-template-sparse .carousel-basic .flickity-prev-next-button.previous,
body.page-template-home .carousel-basic .flickity-prev-next-button.previous,
body.page-template-webinar .carousel-basic .flickity-prev-next-button.previous,
body.page-template-video-sbowcase .carousel-basic .flickity-prev-next-button.previous,
body.post-type-archive-resources .carousel-basic .flickity-prev-next-button.previous,
body.blog .carousel-basic .flickity-prev-next-button.previous {
  left: -70px;
}
body.page-template-flexible-content .carousel-basic .flickity-prev-next-button.next,
body.page-template-success-stories .carousel-basic .flickity-prev-next-button.next,
body.page-template-sparse .carousel-basic .flickity-prev-next-button.next,
body.page-template-home .carousel-basic .flickity-prev-next-button.next,
body.page-template-webinar .carousel-basic .flickity-prev-next-button.next,
body.page-template-video-sbowcase .carousel-basic .flickity-prev-next-button.next,
body.post-type-archive-resources .carousel-basic .flickity-prev-next-button.next,
body.blog .carousel-basic .flickity-prev-next-button.next {
  right: -70px;
}
body.page-template-flexible-content .section-carousel-left .container-carousel-left,
body.page-template-success-stories .section-carousel-left .container-carousel-left,
body.page-template-sparse .section-carousel-left .container-carousel-left,
body.page-template-home .section-carousel-left .container-carousel-left,
body.page-template-webinar .section-carousel-left .container-carousel-left,
body.page-template-video-sbowcase .section-carousel-left .container-carousel-left,
body.post-type-archive-resources .section-carousel-left .container-carousel-left,
body.blog .section-carousel-left .container-carousel-left {
  margin: 50px;
}
body.page-template-flexible-content .section-carousel-left .container-carousel-left h3,
body.page-template-success-stories .section-carousel-left .container-carousel-left h3,
body.page-template-sparse .section-carousel-left .container-carousel-left h3,
body.page-template-home .section-carousel-left .container-carousel-left h3,
body.page-template-webinar .section-carousel-left .container-carousel-left h3,
body.page-template-video-sbowcase .section-carousel-left .container-carousel-left h3,
body.post-type-archive-resources .section-carousel-left .container-carousel-left h3,
body.blog .section-carousel-left .container-carousel-left h3 {
  font-size: 50px;
  text-transform: inherit;
  font-weight: 100;
  padding-right: 30px;
  margin-bottom: 30px;
}
body.page-template-flexible-content .section-carousel-left .container-carousel-left p,
body.page-template-success-stories .section-carousel-left .container-carousel-left p,
body.page-template-sparse .section-carousel-left .container-carousel-left p,
body.page-template-home .section-carousel-left .container-carousel-left p,
body.page-template-webinar .section-carousel-left .container-carousel-left p,
body.page-template-video-sbowcase .section-carousel-left .container-carousel-left p,
body.post-type-archive-resources .section-carousel-left .container-carousel-left p,
body.blog .section-carousel-left .container-carousel-left p {
  color: #4A444A !important;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 13px;
}
body.page-template-flexible-content .section-carousel-left .container-carousel-left .carousel-cell,
body.page-template-success-stories .section-carousel-left .container-carousel-left .carousel-cell,
body.page-template-sparse .section-carousel-left .container-carousel-left .carousel-cell,
body.page-template-home .section-carousel-left .container-carousel-left .carousel-cell,
body.page-template-webinar .section-carousel-left .container-carousel-left .carousel-cell,
body.page-template-video-sbowcase .section-carousel-left .container-carousel-left .carousel-cell,
body.post-type-archive-resources .section-carousel-left .container-carousel-left .carousel-cell,
body.blog .section-carousel-left .container-carousel-left .carousel-cell {
  height: auto;
  width: 100%;
}
body.page-template-flexible-content ul.feature-list-fancy,
body.page-template-success-stories ul.feature-list-fancy,
body.page-template-sparse ul.feature-list-fancy,
body.page-template-home ul.feature-list-fancy,
body.page-template-webinar ul.feature-list-fancy,
body.page-template-video-sbowcase ul.feature-list-fancy,
body.post-type-archive-resources ul.feature-list-fancy,
body.blog ul.feature-list-fancy {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  /*  display: flex;
      justify-content: center;
      text-align: center;*/
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
body.page-template-flexible-content ul.feature-list-fancy li,
body.page-template-success-stories ul.feature-list-fancy li,
body.page-template-sparse ul.feature-list-fancy li,
body.page-template-home ul.feature-list-fancy li,
body.page-template-webinar ul.feature-list-fancy li,
body.page-template-video-sbowcase ul.feature-list-fancy li,
body.post-type-archive-resources ul.feature-list-fancy li,
body.blog ul.feature-list-fancy li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 320px;
  height: 92px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #00B9FF;
  transition: all ease 250ms;
  margin-bottom: 20px;
}
body.page-template-flexible-content ul.feature-list-fancy li a,
body.page-template-success-stories ul.feature-list-fancy li a,
body.page-template-sparse ul.feature-list-fancy li a,
body.page-template-home ul.feature-list-fancy li a,
body.page-template-webinar ul.feature-list-fancy li a,
body.page-template-video-sbowcase ul.feature-list-fancy li a,
body.post-type-archive-resources ul.feature-list-fancy li a,
body.blog ul.feature-list-fancy li a {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 1.17px;
  display: block;
  text-transform: uppercase;
  color: #432061;
  text-align: center;
  padding: 0 10px;
  width: 100%;
}
body.page-template-flexible-content ul.feature-list-fancy li:hover,
body.page-template-success-stories ul.feature-list-fancy li:hover,
body.page-template-sparse ul.feature-list-fancy li:hover,
body.page-template-home ul.feature-list-fancy li:hover,
body.page-template-webinar ul.feature-list-fancy li:hover,
body.page-template-video-sbowcase ul.feature-list-fancy li:hover,
body.post-type-archive-resources ul.feature-list-fancy li:hover,
body.blog ul.feature-list-fancy li:hover,
body.page-template-flexible-content ul.feature-list-fancy li.active,
body.page-template-success-stories ul.feature-list-fancy li.active,
body.page-template-sparse ul.feature-list-fancy li.active,
body.page-template-home ul.feature-list-fancy li.active,
body.page-template-webinar ul.feature-list-fancy li.active,
body.page-template-video-sbowcase ul.feature-list-fancy li.active,
body.post-type-archive-resources ul.feature-list-fancy li.active,
body.blog ul.feature-list-fancy li.active {
  background-color: #00B9FF;
}
body.page-template-flexible-content ul.feature-list-fancy li:hover a,
body.page-template-success-stories ul.feature-list-fancy li:hover a,
body.page-template-sparse ul.feature-list-fancy li:hover a,
body.page-template-home ul.feature-list-fancy li:hover a,
body.page-template-webinar ul.feature-list-fancy li:hover a,
body.page-template-video-sbowcase ul.feature-list-fancy li:hover a,
body.post-type-archive-resources ul.feature-list-fancy li:hover a,
body.blog ul.feature-list-fancy li:hover a,
body.page-template-flexible-content ul.feature-list-fancy li.active a,
body.page-template-success-stories ul.feature-list-fancy li.active a,
body.page-template-sparse ul.feature-list-fancy li.active a,
body.page-template-home ul.feature-list-fancy li.active a,
body.page-template-webinar ul.feature-list-fancy li.active a,
body.page-template-video-sbowcase ul.feature-list-fancy li.active a,
body.post-type-archive-resources ul.feature-list-fancy li.active a,
body.blog ul.feature-list-fancy li.active a {
  color: #fff;
}
body.page-template-flexible-content section.section-carousel-quotes,
body.page-template-success-stories section.section-carousel-quotes,
body.page-template-sparse section.section-carousel-quotes,
body.page-template-home section.section-carousel-quotes,
body.page-template-webinar section.section-carousel-quotes,
body.page-template-video-sbowcase section.section-carousel-quotes,
body.post-type-archive-resources section.section-carousel-quotes,
body.blog section.section-carousel-quotes {
  padding-bottom: 120px;
}
body.page-template-flexible-content section.section-carousel-quotes .container-section-intro h2,
body.page-template-success-stories section.section-carousel-quotes .container-section-intro h2,
body.page-template-sparse section.section-carousel-quotes .container-section-intro h2,
body.page-template-home section.section-carousel-quotes .container-section-intro h2,
body.page-template-webinar section.section-carousel-quotes .container-section-intro h2,
body.page-template-video-sbowcase section.section-carousel-quotes .container-section-intro h2,
body.post-type-archive-resources section.section-carousel-quotes .container-section-intro h2,
body.blog section.section-carousel-quotes .container-section-intro h2 {
  padding-bottom: 50px;
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes,
body.blog section.section-carousel-quotes .container-carousel-quotes {
  padding: 40px 10px 0;
  border: 1px solid transparent;
  min-height: 365px;
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell {
  padding: 0;
  width: 100%;
  min-height: 350px;
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell img,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell img,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell img,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell img,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell img,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell img,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell img,
body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell img {
  margin: 0 50px;
  max-width: 200px;
  height: auto;
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote {
  display: block;
  margin: 0 50px 20px;
  color: #432061;
  max-width: 947px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.307;
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source {
  margin-bottom: 0;
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source .btn-black-bordered,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source .btn-black-bordered,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source .btn-black-bordered,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source .btn-black-bordered,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source .btn-black-bordered,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source .btn-black-bordered,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source .btn-black-bordered,
body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source .btn-black-bordered {
  margin-top: 12px;
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source {
  margin: 10px 50px 0;
  /*        .quote-source:after {
            content: ' / ';
          }*/
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source {
  color: #4A444A;
  font-size: 14px;
  display: block;
  float: none;
  line-height: 1.425;
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source:before,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source:before,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source:before,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source:before,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source:before,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source:before,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source:before,
body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source:before {
  content: '';
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source-title,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source-title,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source-title,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source-title,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source-title,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source-title,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source-title,
body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source-title {
  color: #4A444A;
  font-size: 14px;
  line-height: 1.425;
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .flickity-page-dots,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .flickity-page-dots,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .flickity-page-dots,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes .flickity-page-dots,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .flickity-page-dots,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .flickity-page-dots,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .flickity-page-dots,
body.blog section.section-carousel-quotes .container-carousel-quotes .flickity-page-dots {
  bottom: 10px;
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes.shadow,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes.shadow,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes.shadow,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes.shadow,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes.shadow,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes.shadow,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes.shadow,
body.blog section.section-carousel-quotes .container-carousel-quotes.shadow {
  background-color: #FFFFFF;
  box-shadow: 4px 4px 5px 3px rgba(0, 0, 0, 0.03);
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes.shadow .carousel-cell,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes.shadow .carousel-cell,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes.shadow .carousel-cell,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes.shadow .carousel-cell,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes.shadow .carousel-cell,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes.shadow .carousel-cell,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes.shadow .carousel-cell,
body.blog section.section-carousel-quotes .container-carousel-quotes.shadow .carousel-cell {
  margin-bottom: -40px;
}
body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes.shadow .flickity-page-dots,
body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes.shadow .flickity-page-dots,
body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes.shadow .flickity-page-dots,
body.page-template-home section.section-carousel-quotes .container-carousel-quotes.shadow .flickity-page-dots,
body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes.shadow .flickity-page-dots,
body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes.shadow .flickity-page-dots,
body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes.shadow .flickity-page-dots,
body.blog section.section-carousel-quotes .container-carousel-quotes.shadow .flickity-page-dots {
  bottom: -55px;
}
body.page-template-flexible-content section.section-carousel-quotes .btn,
body.page-template-success-stories section.section-carousel-quotes .btn,
body.page-template-sparse section.section-carousel-quotes .btn,
body.page-template-home section.section-carousel-quotes .btn,
body.page-template-webinar section.section-carousel-quotes .btn,
body.page-template-video-sbowcase section.section-carousel-quotes .btn,
body.post-type-archive-resources section.section-carousel-quotes .btn,
body.blog section.section-carousel-quotes .btn {
  margin-right: 15px;
}
body.page-template-flexible-content section.image-grid-section .container-section-intro,
body.page-template-success-stories section.image-grid-section .container-section-intro,
body.page-template-sparse section.image-grid-section .container-section-intro,
body.page-template-home section.image-grid-section .container-section-intro,
body.page-template-webinar section.image-grid-section .container-section-intro,
body.page-template-video-sbowcase section.image-grid-section .container-section-intro,
body.post-type-archive-resources section.image-grid-section .container-section-intro,
body.blog section.image-grid-section .container-section-intro {
  padding-bottom: 50px;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid,
body.page-template-success-stories section.image-grid-section .container-image-grid,
body.page-template-sparse section.image-grid-section .container-image-grid,
body.page-template-home section.image-grid-section .container-image-grid,
body.page-template-webinar section.image-grid-section .container-image-grid,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid,
body.post-type-archive-resources section.image-grid-section .container-image-grid,
body.blog section.image-grid-section .container-image-grid {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid .image-grid-item,
body.page-template-success-stories section.image-grid-section .container-image-grid .image-grid-item,
body.page-template-sparse section.image-grid-section .container-image-grid .image-grid-item,
body.page-template-home section.image-grid-section .container-image-grid .image-grid-item,
body.page-template-webinar section.image-grid-section .container-image-grid .image-grid-item,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid .image-grid-item,
body.post-type-archive-resources section.image-grid-section .container-image-grid .image-grid-item,
body.blog section.image-grid-section .container-image-grid .image-grid-item {
  padding: 35px 0;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid .image-grid-item img,
body.page-template-success-stories section.image-grid-section .container-image-grid .image-grid-item img,
body.page-template-sparse section.image-grid-section .container-image-grid .image-grid-item img,
body.page-template-home section.image-grid-section .container-image-grid .image-grid-item img,
body.page-template-webinar section.image-grid-section .container-image-grid .image-grid-item img,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid .image-grid-item img,
body.post-type-archive-resources section.image-grid-section .container-image-grid .image-grid-item img,
body.blog section.image-grid-section .container-image-grid .image-grid-item img {
  width: 80%;
  margin: 0 auto;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-2,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2,
body.blog section.image-grid-section .container-image-grid.image-grid-2 {
  /*first*/
  /*second*/
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
body.blog section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
body.blog section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2) {
  padding: 0 0 35px 0;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
body.blog section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item {
  flex: 1 0 50%;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+1) img,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+1) img,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+1) img,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+1) img,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+1) img,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+1) img,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+1) img,
body.blog section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+1) img {
  margin: 0;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+2) img,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+2) img,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+2) img,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+2) img,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+2) img,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+2) img,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+2) img,
body.blog section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2n+2) img {
  margin: 0 0 0 auto;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-3,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3,
body.blog section.image-grid-section .container-image-grid.image-grid-3 {
  /*first*/
  /*third*/
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3) {
  padding: 0 0 35px 0;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item {
  flex: 1 0 33.333333%;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+1) img,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+1) img,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+1) img,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+1) img,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+1) img,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+1) img,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+1) img,
body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+1) img {
  margin: 0;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+3) img,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+3) img,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+3) img,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+3) img,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+3) img,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+3) img,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+3) img,
body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3n+3) img {
  margin: 0 0 0 auto;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-4,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4,
body.blog section.image-grid-section .container-image-grid.image-grid-4 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  /*first*/
  /*fourth*/
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4) {
  padding: 0 0 35px 0;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item {
  flex: 1 0 25%;
  max-width: 285px;
  padding: 35px 0;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img {
  width: 80%;
  margin: 0 auto;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img {
  margin: 0;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img {
  margin: 0 0 0 auto;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-5,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-5,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-5,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-5,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-5,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-5,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-5,
body.blog section.image-grid-section .container-image-grid.image-grid-5 {
  /*first*/
  /*second*/
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(1),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(1),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(1),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(1),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(1),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(1),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(1),
body.blog section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(1),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(2),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(2),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(2),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(2),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(2),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(2),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(2),
body.blog section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(2),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(3),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(3),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(3),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(3),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(3),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(3),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(3),
body.blog section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(3),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(4),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(4),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(4),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(4),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(4),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(4),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(4),
body.blog section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(4),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5),
body.blog section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5) {
  padding: 0 0 35px 0;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item,
body.blog section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item {
  flex: 1 0 20%;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+1) img,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+1) img,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+1) img,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+1) img,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+1) img,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+1) img,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+1) img,
body.blog section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+1) img {
  margin: 0;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+5) img,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+5) img,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+5) img,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+5) img,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+5) img,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+5) img,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+5) img,
body.blog section.image-grid-section .container-image-grid.image-grid-5 .image-grid-item:nth-child(5n+5) img {
  margin: 0 0 0 auto;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-6,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-6,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-6,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-6,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-6,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-6,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-6,
body.blog section.image-grid-section .container-image-grid.image-grid-6 {
  /*first*/
  /*second*/
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(1),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(1),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(1),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(1),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(1),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(1),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(1),
body.blog section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(1),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(2),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(2),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(2),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(2),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(2),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(2),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(2),
body.blog section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(2),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(3),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(3),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(3),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(3),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(3),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(3),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(3),
body.blog section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(3),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(4),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(4),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(4),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(4),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(4),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(4),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(4),
body.blog section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(4),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(5),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(5),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(5),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(5),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(5),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(5),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(5),
body.blog section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(5),
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6),
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6),
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6),
body.page-template-home section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6),
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6),
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6),
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6),
body.blog section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6) {
  padding: 0 0 35px 0;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item,
body.blog section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item {
  flex: 1 0 16.66666667%;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+1) img,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+1) img,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+1) img,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+1) img,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+1) img,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+1) img,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+1) img,
body.blog section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+1) img {
  margin: 0;
}
body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+6) img,
body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+6) img,
body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+6) img,
body.page-template-home section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+6) img,
body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+6) img,
body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+6) img,
body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+6) img,
body.blog section.image-grid-section .container-image-grid.image-grid-6 .image-grid-item:nth-child(6n+6) img {
  margin: 0 0 0 auto;
}
body.page-template-flexible-content section.card-grid-section .container-section-intro,
body.page-template-success-stories section.card-grid-section .container-section-intro,
body.page-template-sparse section.card-grid-section .container-section-intro,
body.page-template-home section.card-grid-section .container-section-intro,
body.page-template-webinar section.card-grid-section .container-section-intro,
body.page-template-video-sbowcase section.card-grid-section .container-section-intro,
body.post-type-archive-resources section.card-grid-section .container-section-intro,
body.blog section.card-grid-section .container-section-intro {
  padding-bottom: 50px;
}
body.page-template-flexible-content section.card-grid-section .container-card-grid,
body.page-template-success-stories section.card-grid-section .container-card-grid,
body.page-template-sparse section.card-grid-section .container-card-grid,
body.page-template-home section.card-grid-section .container-card-grid,
body.page-template-webinar section.card-grid-section .container-card-grid,
body.page-template-video-sbowcase section.card-grid-section .container-card-grid,
body.post-type-archive-resources section.card-grid-section .container-card-grid,
body.blog section.card-grid-section .container-card-grid {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item,
body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item,
body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item,
body.page-template-home section.card-grid-section .container-card-grid .card-grid-item,
body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item,
body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item,
body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item,
body.blog section.card-grid-section .container-card-grid .card-grid-item {
  flex: 1 0 50%;
  margin-bottom: 30px;
}
body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
body.page-template-home section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
body.blog section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner {
  border-top: 1px solid #00B9FF;
  margin-right: 30px;
  padding: 35px 50px 35px 0;
}
body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
body.page-template-home section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
body.blog section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img {
  height: 100px;
}
body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
body.page-template-home section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
body.blog section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img {
  max-width: 250px;
  margin: 0;
}
body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
body.page-template-home section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
body.blog section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p {
  color: #4A444A;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 30px;
}
body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
body.page-template-home section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
body.blog section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) {
  flex: 1 0 50%;
}
body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
body.page-template-home section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
body.blog section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner {
  margin-left: 30px;
  margin-right: 0;
}
body.page-template-flexible-content section.quote-grid-section .container-section-intro,
body.page-template-success-stories section.quote-grid-section .container-section-intro,
body.page-template-sparse section.quote-grid-section .container-section-intro,
body.page-template-home section.quote-grid-section .container-section-intro,
body.page-template-webinar section.quote-grid-section .container-section-intro,
body.page-template-video-sbowcase section.quote-grid-section .container-section-intro,
body.post-type-archive-resources section.quote-grid-section .container-section-intro,
body.blog section.quote-grid-section .container-section-intro {
  padding-bottom: 50px;
}
body.page-template-flexible-content section.quote-grid-section .container-quote-grid,
body.page-template-success-stories section.quote-grid-section .container-quote-grid,
body.page-template-sparse section.quote-grid-section .container-quote-grid,
body.page-template-home section.quote-grid-section .container-quote-grid,
body.page-template-webinar section.quote-grid-section .container-quote-grid,
body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid,
body.post-type-archive-resources section.quote-grid-section .container-quote-grid,
body.blog section.quote-grid-section .container-quote-grid {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item,
body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item,
body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item,
body.page-template-home section.quote-grid-section .container-quote-grid .quote-item,
body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item,
body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item,
body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item,
body.blog section.quote-grid-section .container-quote-grid .quote-item {
  flex: 1 0 50%;
  margin-bottom: 60px;
}
body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
body.page-template-home section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
body.blog section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner {
  position: relative;
  box-shadow: 4px 4px 5px 3px rgba(0, 0, 0, 0.03);
  height: 330px;
  margin-right: 30px;
  background-color: #fff;
  padding: 40px;
}
body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
body.page-template-home section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
body.blog section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote {
  position: relative;
  padding: 0;
  margin: 0;
  color: #432061;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
}
body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote:before,
body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote:before,
body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote:before,
body.page-template-home section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote:before,
body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote:before,
body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote:before,
body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote:before,
body.blog section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote:before {
  position: absolute;
  left: -14px;
  content: '\201c';
}
body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
body.page-template-home section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
body.blog section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source {
  position: absolute;
  bottom: 40px;
}
body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source,
body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source,
body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source,
body.page-template-home section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source,
body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source,
body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source,
body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source,
body.blog section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source {
  color: #D0CDD3;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source-title,
body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source-title,
body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source-title,
body.page-template-home section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source-title,
body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source-title,
body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source-title,
body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source-title,
body.blog section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source .source-title {
  color: #D0CDD3;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
body.page-template-home section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
body.blog section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) {
  flex: 1 0 50%;
}
body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
body.page-template-home section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
body.blog section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner {
  margin-left: 30px;
  margin-right: 0;
}
body.page-template-flexible-content section.card-section .container-section-intro,
body.page-template-success-stories section.card-section .container-section-intro,
body.page-template-sparse section.card-section .container-section-intro,
body.page-template-home section.card-section .container-section-intro,
body.page-template-webinar section.card-section .container-section-intro,
body.page-template-video-sbowcase section.card-section .container-section-intro,
body.post-type-archive-resources section.card-section .container-section-intro,
body.blog section.card-section .container-section-intro {
  padding-bottom: 50px;
}
body.page-template-flexible-content section.card-section .container-section-intro p.subtitle,
body.page-template-success-stories section.card-section .container-section-intro p.subtitle,
body.page-template-sparse section.card-section .container-section-intro p.subtitle,
body.page-template-home section.card-section .container-section-intro p.subtitle,
body.page-template-webinar section.card-section .container-section-intro p.subtitle,
body.page-template-video-sbowcase section.card-section .container-section-intro p.subtitle,
body.post-type-archive-resources section.card-section .container-section-intro p.subtitle,
body.blog section.card-section .container-section-intro p.subtitle {
  margin: 20px 0;
}
body.page-template-flexible-content .container-card-grid,
body.page-template-success-stories .container-card-grid,
body.page-template-sparse .container-card-grid,
body.page-template-home .container-card-grid,
body.page-template-webinar .container-card-grid,
body.page-template-video-sbowcase .container-card-grid,
body.post-type-archive-resources .container-card-grid,
body.blog .container-card-grid {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
body.page-template-flexible-content .container-card-grid .card-item,
body.page-template-success-stories .container-card-grid .card-item,
body.page-template-sparse .container-card-grid .card-item,
body.page-template-home .container-card-grid .card-item,
body.page-template-webinar .container-card-grid .card-item,
body.page-template-video-sbowcase .container-card-grid .card-item,
body.post-type-archive-resources .container-card-grid .card-item,
body.blog .container-card-grid .card-item {
  flex: 1 0 50%;
  margin-bottom: 60px;
}
body.page-template-flexible-content .container-card-grid .card-item .card-item-inner,
body.page-template-success-stories .container-card-grid .card-item .card-item-inner,
body.page-template-sparse .container-card-grid .card-item .card-item-inner,
body.page-template-home .container-card-grid .card-item .card-item-inner,
body.page-template-webinar .container-card-grid .card-item .card-item-inner,
body.page-template-video-sbowcase .container-card-grid .card-item .card-item-inner,
body.post-type-archive-resources .container-card-grid .card-item .card-item-inner,
body.blog .container-card-grid .card-item .card-item-inner {
  position: relative;
  box-shadow: 4px 4px 5px 3px rgba(0, 0, 0, 0.03);
  height: 240px;
  margin-right: 30px;
  background-color: #fff;
  padding: 40px;
}
body.page-template-flexible-content .container-card-grid .card-item .card-item-inner h3,
body.page-template-success-stories .container-card-grid .card-item .card-item-inner h3,
body.page-template-sparse .container-card-grid .card-item .card-item-inner h3,
body.page-template-home .container-card-grid .card-item .card-item-inner h3,
body.page-template-webinar .container-card-grid .card-item .card-item-inner h3,
body.page-template-video-sbowcase .container-card-grid .card-item .card-item-inner h3,
body.post-type-archive-resources .container-card-grid .card-item .card-item-inner h3,
body.blog .container-card-grid .card-item .card-item-inner h3 {
  font-size: 26px;
  line-height: 1.30769231;
  color: #C700EB;
  margin: 0 0 10px;
}
body.page-template-flexible-content .container-card-grid .card-item .card-item-inner p,
body.page-template-success-stories .container-card-grid .card-item .card-item-inner p,
body.page-template-sparse .container-card-grid .card-item .card-item-inner p,
body.page-template-home .container-card-grid .card-item .card-item-inner p,
body.page-template-webinar .container-card-grid .card-item .card-item-inner p,
body.page-template-video-sbowcase .container-card-grid .card-item .card-item-inner p,
body.post-type-archive-resources .container-card-grid .card-item .card-item-inner p,
body.blog .container-card-grid .card-item .card-item-inner p {
  font-size: 26px;
  line-height: 1.30769231;
  color: #432061;
}
body.page-template-flexible-content .container-card-grid .card-item:nth-child(2n+2),
body.page-template-success-stories .container-card-grid .card-item:nth-child(2n+2),
body.page-template-sparse .container-card-grid .card-item:nth-child(2n+2),
body.page-template-home .container-card-grid .card-item:nth-child(2n+2),
body.page-template-webinar .container-card-grid .card-item:nth-child(2n+2),
body.page-template-video-sbowcase .container-card-grid .card-item:nth-child(2n+2),
body.post-type-archive-resources .container-card-grid .card-item:nth-child(2n+2),
body.blog .container-card-grid .card-item:nth-child(2n+2) {
  flex: 1 0 50%;
}
body.page-template-flexible-content .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
body.page-template-success-stories .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
body.page-template-sparse .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
body.page-template-home .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
body.page-template-webinar .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
body.page-template-video-sbowcase .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
body.post-type-archive-resources .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
body.blog .container-card-grid .card-item:nth-child(2n+2) .card-item-inner {
  margin-left: 30px;
  margin-right: 0;
}
body.page-template-flexible-content .container-card-grid .card-item.full-width .card-item-inner,
body.page-template-success-stories .container-card-grid .card-item.full-width .card-item-inner,
body.page-template-sparse .container-card-grid .card-item.full-width .card-item-inner,
body.page-template-home .container-card-grid .card-item.full-width .card-item-inner,
body.page-template-webinar .container-card-grid .card-item.full-width .card-item-inner,
body.page-template-video-sbowcase .container-card-grid .card-item.full-width .card-item-inner,
body.post-type-archive-resources .container-card-grid .card-item.full-width .card-item-inner,
body.blog .container-card-grid .card-item.full-width .card-item-inner {
  margin-right: 0;
}
body.page-template-flexible-content .container-card-grid.auto-height .card-item,
body.page-template-success-stories .container-card-grid.auto-height .card-item,
body.page-template-sparse .container-card-grid.auto-height .card-item,
body.page-template-home .container-card-grid.auto-height .card-item,
body.page-template-webinar .container-card-grid.auto-height .card-item,
body.page-template-video-sbowcase .container-card-grid.auto-height .card-item,
body.post-type-archive-resources .container-card-grid.auto-height .card-item,
body.blog .container-card-grid.auto-height .card-item {
  display: flex;
}
body.page-template-flexible-content .container-card-grid.auto-height .card-item .card-item-inner,
body.page-template-success-stories .container-card-grid.auto-height .card-item .card-item-inner,
body.page-template-sparse .container-card-grid.auto-height .card-item .card-item-inner,
body.page-template-home .container-card-grid.auto-height .card-item .card-item-inner,
body.page-template-webinar .container-card-grid.auto-height .card-item .card-item-inner,
body.page-template-video-sbowcase .container-card-grid.auto-height .card-item .card-item-inner,
body.post-type-archive-resources .container-card-grid.auto-height .card-item .card-item-inner,
body.blog .container-card-grid.auto-height .card-item .card-item-inner {
  max-width: 540px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
body.page-template-flexible-content .container-card-grid.auto-height .card-item .card-item-inner h3,
body.page-template-success-stories .container-card-grid.auto-height .card-item .card-item-inner h3,
body.page-template-sparse .container-card-grid.auto-height .card-item .card-item-inner h3,
body.page-template-home .container-card-grid.auto-height .card-item .card-item-inner h3,
body.page-template-webinar .container-card-grid.auto-height .card-item .card-item-inner h3,
body.page-template-video-sbowcase .container-card-grid.auto-height .card-item .card-item-inner h3,
body.post-type-archive-resources .container-card-grid.auto-height .card-item .card-item-inner h3,
body.blog .container-card-grid.auto-height .card-item .card-item-inner h3 {
  color: #432061;
}
body.page-template-flexible-content .container-card-grid.auto-height .card-item .card-item-inner p,
body.page-template-success-stories .container-card-grid.auto-height .card-item .card-item-inner p,
body.page-template-sparse .container-card-grid.auto-height .card-item .card-item-inner p,
body.page-template-home .container-card-grid.auto-height .card-item .card-item-inner p,
body.page-template-webinar .container-card-grid.auto-height .card-item .card-item-inner p,
body.page-template-video-sbowcase .container-card-grid.auto-height .card-item .card-item-inner p,
body.post-type-archive-resources .container-card-grid.auto-height .card-item .card-item-inner p,
body.blog .container-card-grid.auto-height .card-item .card-item-inner p {
  margin-bottom: 30px;
}
body.page-template-flexible-content .container-card-grid.auto-height .card-item .card-item-inner a.btn,
body.page-template-success-stories .container-card-grid.auto-height .card-item .card-item-inner a.btn,
body.page-template-sparse .container-card-grid.auto-height .card-item .card-item-inner a.btn,
body.page-template-home .container-card-grid.auto-height .card-item .card-item-inner a.btn,
body.page-template-webinar .container-card-grid.auto-height .card-item .card-item-inner a.btn,
body.page-template-video-sbowcase .container-card-grid.auto-height .card-item .card-item-inner a.btn,
body.post-type-archive-resources .container-card-grid.auto-height .card-item .card-item-inner a.btn,
body.blog .container-card-grid.auto-height .card-item .card-item-inner a.btn {
  margin-top: auto;
  margin-right: auto;
}
body.page-template-flexible-content .container-card-grid.auto-height .card-item.full-width .card-item-inner,
body.page-template-success-stories .container-card-grid.auto-height .card-item.full-width .card-item-inner,
body.page-template-sparse .container-card-grid.auto-height .card-item.full-width .card-item-inner,
body.page-template-home .container-card-grid.auto-height .card-item.full-width .card-item-inner,
body.page-template-webinar .container-card-grid.auto-height .card-item.full-width .card-item-inner,
body.page-template-video-sbowcase .container-card-grid.auto-height .card-item.full-width .card-item-inner,
body.post-type-archive-resources .container-card-grid.auto-height .card-item.full-width .card-item-inner,
body.blog .container-card-grid.auto-height .card-item.full-width .card-item-inner {
  max-width: 100%;
}
body.page-template-flexible-content .container-card-grid.auto-height .card-item.full-width .card-item-inner h3,
body.page-template-success-stories .container-card-grid.auto-height .card-item.full-width .card-item-inner h3,
body.page-template-sparse .container-card-grid.auto-height .card-item.full-width .card-item-inner h3,
body.page-template-home .container-card-grid.auto-height .card-item.full-width .card-item-inner h3,
body.page-template-webinar .container-card-grid.auto-height .card-item.full-width .card-item-inner h3,
body.page-template-video-sbowcase .container-card-grid.auto-height .card-item.full-width .card-item-inner h3,
body.post-type-archive-resources .container-card-grid.auto-height .card-item.full-width .card-item-inner h3,
body.blog .container-card-grid.auto-height .card-item.full-width .card-item-inner h3 {
  text-align: center;
}
body.page-template-flexible-content .container-card-grid.auto-height .card-item.full-width .card-item-inner .btn-card-cta,
body.page-template-success-stories .container-card-grid.auto-height .card-item.full-width .card-item-inner .btn-card-cta,
body.page-template-sparse .container-card-grid.auto-height .card-item.full-width .card-item-inner .btn-card-cta,
body.page-template-home .container-card-grid.auto-height .card-item.full-width .card-item-inner .btn-card-cta,
body.page-template-webinar .container-card-grid.auto-height .card-item.full-width .card-item-inner .btn-card-cta,
body.page-template-video-sbowcase .container-card-grid.auto-height .card-item.full-width .card-item-inner .btn-card-cta,
body.post-type-archive-resources .container-card-grid.auto-height .card-item.full-width .card-item-inner .btn-card-cta,
body.blog .container-card-grid.auto-height .card-item.full-width .card-item-inner .btn-card-cta {
  margin: 0 auto;
}
body.page-template-flexible-content .container-card-grid.elaborate .card-item .card-item-inner,
body.page-template-success-stories .container-card-grid.elaborate .card-item .card-item-inner,
body.page-template-sparse .container-card-grid.elaborate .card-item .card-item-inner,
body.page-template-home .container-card-grid.elaborate .card-item .card-item-inner,
body.page-template-webinar .container-card-grid.elaborate .card-item .card-item-inner,
body.page-template-video-sbowcase .container-card-grid.elaborate .card-item .card-item-inner,
body.post-type-archive-resources .container-card-grid.elaborate .card-item .card-item-inner,
body.blog .container-card-grid.elaborate .card-item .card-item-inner {
  max-width: 540px;
  height: auto;
}
body.page-template-flexible-content .container-card-grid.elaborate .card-item .card-item-inner p,
body.page-template-success-stories .container-card-grid.elaborate .card-item .card-item-inner p,
body.page-template-sparse .container-card-grid.elaborate .card-item .card-item-inner p,
body.page-template-home .container-card-grid.elaborate .card-item .card-item-inner p,
body.page-template-webinar .container-card-grid.elaborate .card-item .card-item-inner p,
body.page-template-video-sbowcase .container-card-grid.elaborate .card-item .card-item-inner p,
body.post-type-archive-resources .container-card-grid.elaborate .card-item .card-item-inner p,
body.blog .container-card-grid.elaborate .card-item .card-item-inner p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 26px;
}
body.page-template-flexible-content .container-card-grid.elaborate .card-item .card-item-inner img,
body.page-template-success-stories .container-card-grid.elaborate .card-item .card-item-inner img,
body.page-template-sparse .container-card-grid.elaborate .card-item .card-item-inner img,
body.page-template-home .container-card-grid.elaborate .card-item .card-item-inner img,
body.page-template-webinar .container-card-grid.elaborate .card-item .card-item-inner img,
body.page-template-video-sbowcase .container-card-grid.elaborate .card-item .card-item-inner img,
body.post-type-archive-resources .container-card-grid.elaborate .card-item .card-item-inner img,
body.blog .container-card-grid.elaborate .card-item .card-item-inner img {
  margin: 20px 0;
}
body.page-template-flexible-content .container-card-grid.elaborate .card-item .card-item-inner p:last-child,
body.page-template-success-stories .container-card-grid.elaborate .card-item .card-item-inner p:last-child,
body.page-template-sparse .container-card-grid.elaborate .card-item .card-item-inner p:last-child,
body.page-template-home .container-card-grid.elaborate .card-item .card-item-inner p:last-child,
body.page-template-webinar .container-card-grid.elaborate .card-item .card-item-inner p:last-child,
body.page-template-video-sbowcase .container-card-grid.elaborate .card-item .card-item-inner p:last-child,
body.post-type-archive-resources .container-card-grid.elaborate .card-item .card-item-inner p:last-child,
body.blog .container-card-grid.elaborate .card-item .card-item-inner p:last-child {
  margin-bottom: 0;
}
body.page-template-flexible-content .container-card-grid.simple-list,
body.page-template-success-stories .container-card-grid.simple-list,
body.page-template-sparse .container-card-grid.simple-list,
body.page-template-home .container-card-grid.simple-list,
body.page-template-webinar .container-card-grid.simple-list,
body.page-template-video-sbowcase .container-card-grid.simple-list,
body.post-type-archive-resources .container-card-grid.simple-list,
body.blog .container-card-grid.simple-list {
  margin-top: 50px;
}
body.page-template-flexible-content .container-card-grid.simple-list .card-item,
body.page-template-success-stories .container-card-grid.simple-list .card-item,
body.page-template-sparse .container-card-grid.simple-list .card-item,
body.page-template-home .container-card-grid.simple-list .card-item,
body.page-template-webinar .container-card-grid.simple-list .card-item,
body.page-template-video-sbowcase .container-card-grid.simple-list .card-item,
body.post-type-archive-resources .container-card-grid.simple-list .card-item,
body.blog .container-card-grid.simple-list .card-item {
  display: flex;
  margin-bottom: 20px;
}
body.page-template-flexible-content .container-card-grid.simple-list .card-item .card-item-inner,
body.page-template-success-stories .container-card-grid.simple-list .card-item .card-item-inner,
body.page-template-sparse .container-card-grid.simple-list .card-item .card-item-inner,
body.page-template-home .container-card-grid.simple-list .card-item .card-item-inner,
body.page-template-webinar .container-card-grid.simple-list .card-item .card-item-inner,
body.page-template-video-sbowcase .container-card-grid.simple-list .card-item .card-item-inner,
body.post-type-archive-resources .container-card-grid.simple-list .card-item .card-item-inner,
body.blog .container-card-grid.simple-list .card-item .card-item-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-grow: inherit;
  margin-bottom: 15px;
  margin-right: 20px;
  padding: 30px;
}
body.page-template-flexible-content .container-card-grid.simple-list .card-item .card-item-inner h3,
body.page-template-success-stories .container-card-grid.simple-list .card-item .card-item-inner h3,
body.page-template-sparse .container-card-grid.simple-list .card-item .card-item-inner h3,
body.page-template-home .container-card-grid.simple-list .card-item .card-item-inner h3,
body.page-template-webinar .container-card-grid.simple-list .card-item .card-item-inner h3,
body.page-template-video-sbowcase .container-card-grid.simple-list .card-item .card-item-inner h3,
body.post-type-archive-resources .container-card-grid.simple-list .card-item .card-item-inner h3,
body.blog .container-card-grid.simple-list .card-item .card-item-inner h3 {
  color: #C700EB;
  font-size: 24px;
}
body.page-template-flexible-content .container-card-grid.simple-list .card-item .card-item-inner h3 span.light,
body.page-template-success-stories .container-card-grid.simple-list .card-item .card-item-inner h3 span.light,
body.page-template-sparse .container-card-grid.simple-list .card-item .card-item-inner h3 span.light,
body.page-template-home .container-card-grid.simple-list .card-item .card-item-inner h3 span.light,
body.page-template-webinar .container-card-grid.simple-list .card-item .card-item-inner h3 span.light,
body.page-template-video-sbowcase .container-card-grid.simple-list .card-item .card-item-inner h3 span.light,
body.post-type-archive-resources .container-card-grid.simple-list .card-item .card-item-inner h3 span.light,
body.blog .container-card-grid.simple-list .card-item .card-item-inner h3 span.light {
  font-weight: 100;
}
body.page-template-flexible-content .container-card-grid.simple-list .card-item .card-item-inner p,
body.page-template-success-stories .container-card-grid.simple-list .card-item .card-item-inner p,
body.page-template-sparse .container-card-grid.simple-list .card-item .card-item-inner p,
body.page-template-home .container-card-grid.simple-list .card-item .card-item-inner p,
body.page-template-webinar .container-card-grid.simple-list .card-item .card-item-inner p,
body.page-template-video-sbowcase .container-card-grid.simple-list .card-item .card-item-inner p,
body.post-type-archive-resources .container-card-grid.simple-list .card-item .card-item-inner p,
body.blog .container-card-grid.simple-list .card-item .card-item-inner p {
  margin-bottom: 0;
  font-size: 24px;
}
body.page-template-flexible-content .container-card-grid.simple-list .card-item:nth-child(2n+2),
body.page-template-success-stories .container-card-grid.simple-list .card-item:nth-child(2n+2),
body.page-template-sparse .container-card-grid.simple-list .card-item:nth-child(2n+2),
body.page-template-home .container-card-grid.simple-list .card-item:nth-child(2n+2),
body.page-template-webinar .container-card-grid.simple-list .card-item:nth-child(2n+2),
body.page-template-video-sbowcase .container-card-grid.simple-list .card-item:nth-child(2n+2),
body.post-type-archive-resources .container-card-grid.simple-list .card-item:nth-child(2n+2),
body.blog .container-card-grid.simple-list .card-item:nth-child(2n+2) {
  flex: 1 0 50%;
}
body.page-template-flexible-content .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
body.page-template-success-stories .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
body.page-template-sparse .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
body.page-template-home .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
body.page-template-webinar .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
body.page-template-video-sbowcase .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
body.post-type-archive-resources .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
body.blog .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner {
  margin-left: 20px;
  margin-right: 0;
}
body.page-template-flexible-content section.section-related-resources h2,
body.page-template-success-stories section.section-related-resources h2,
body.page-template-sparse section.section-related-resources h2,
body.page-template-home section.section-related-resources h2,
body.page-template-webinar section.section-related-resources h2,
body.page-template-video-sbowcase section.section-related-resources h2,
body.post-type-archive-resources section.section-related-resources h2,
body.blog section.section-related-resources h2 {
  text-align: center;
}
body.page-template-flexible-content section.success-story-section .container-section-intro,
body.page-template-success-stories section.success-story-section .container-section-intro,
body.page-template-sparse section.success-story-section .container-section-intro,
body.page-template-home section.success-story-section .container-section-intro,
body.page-template-webinar section.success-story-section .container-section-intro,
body.page-template-video-sbowcase section.success-story-section .container-section-intro,
body.post-type-archive-resources section.success-story-section .container-section-intro,
body.blog section.success-story-section .container-section-intro {
  padding-bottom: 50px;
}
body.page-template-flexible-content section.success-story-section .video-description h3,
body.page-template-success-stories section.success-story-section .video-description h3,
body.page-template-sparse section.success-story-section .video-description h3,
body.page-template-home section.success-story-section .video-description h3,
body.page-template-webinar section.success-story-section .video-description h3,
body.page-template-video-sbowcase section.success-story-section .video-description h3,
body.post-type-archive-resources section.success-story-section .video-description h3,
body.blog section.success-story-section .video-description h3 {
  font-size: 14px;
  color: #432061;
  margin: 20px 0 5px;
  display: none;
}
body.page-template-flexible-content section.success-story-section .video-description p,
body.page-template-success-stories section.success-story-section .video-description p,
body.page-template-sparse section.success-story-section .video-description p,
body.page-template-home section.success-story-section .video-description p,
body.page-template-webinar section.success-story-section .video-description p,
body.page-template-video-sbowcase section.success-story-section .video-description p,
body.post-type-archive-resources section.success-story-section .video-description p,
body.blog section.success-story-section .video-description p {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}
body.page-template-flexible-content .section-basic-2-column p,
body.page-template-success-stories .section-basic-2-column p,
body.page-template-sparse .section-basic-2-column p,
body.page-template-home .section-basic-2-column p,
body.page-template-webinar .section-basic-2-column p,
body.page-template-video-sbowcase .section-basic-2-column p,
body.post-type-archive-resources .section-basic-2-column p,
body.blog .section-basic-2-column p {
  margin-bottom: 30px;
}
body.page-template-flexible-content .section-basic-2-column .container-section-intro,
body.page-template-success-stories .section-basic-2-column .container-section-intro,
body.page-template-sparse .section-basic-2-column .container-section-intro,
body.page-template-home .section-basic-2-column .container-section-intro,
body.page-template-webinar .section-basic-2-column .container-section-intro,
body.page-template-video-sbowcase .section-basic-2-column .container-section-intro,
body.post-type-archive-resources .section-basic-2-column .container-section-intro,
body.blog .section-basic-2-column .container-section-intro {
  margin: 0 auto 50px;
}
body.page-template-flexible-content .section-basic-2-column .cta-button,
body.page-template-success-stories .section-basic-2-column .cta-button,
body.page-template-sparse .section-basic-2-column .cta-button,
body.page-template-home .section-basic-2-column .cta-button,
body.page-template-webinar .section-basic-2-column .cta-button,
body.page-template-video-sbowcase .section-basic-2-column .cta-button,
body.post-type-archive-resources .section-basic-2-column .cta-button,
body.blog .section-basic-2-column .cta-button {
  margin: 30px auto;
}
body.page-template-flexible-content .box-opaque,
body.page-template-success-stories .box-opaque,
body.page-template-sparse .box-opaque,
body.page-template-home .box-opaque,
body.page-template-webinar .box-opaque,
body.page-template-video-sbowcase .box-opaque,
body.post-type-archive-resources .box-opaque,
body.blog .box-opaque {
  margin: 50px 0 0;
  width: 100%;
  padding: 30px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #432061;
}
body.page-template-flexible-content .box-opaque .container-item h3,
body.page-template-success-stories .box-opaque .container-item h3,
body.page-template-sparse .box-opaque .container-item h3,
body.page-template-home .box-opaque .container-item h3,
body.page-template-webinar .box-opaque .container-item h3,
body.page-template-video-sbowcase .box-opaque .container-item h3,
body.post-type-archive-resources .box-opaque .container-item h3,
body.blog .box-opaque .container-item h3 {
  color: #C700EB;
  text-align: center;
}
body.page-template-flexible-content .box-opaque .container-item img,
body.page-template-success-stories .box-opaque .container-item img,
body.page-template-sparse .box-opaque .container-item img,
body.page-template-home .box-opaque .container-item img,
body.page-template-webinar .box-opaque .container-item img,
body.page-template-video-sbowcase .box-opaque .container-item img,
body.post-type-archive-resources .box-opaque .container-item img,
body.blog .box-opaque .container-item img {
  margin: 5px auto 20px;
  max-width: 90px;
}
body.page-template-flexible-content .box-opaque .container-item p,
body.page-template-success-stories .box-opaque .container-item p,
body.page-template-sparse .box-opaque .container-item p,
body.page-template-home .box-opaque .container-item p,
body.page-template-webinar .box-opaque .container-item p,
body.page-template-video-sbowcase .box-opaque .container-item p,
body.post-type-archive-resources .box-opaque .container-item p,
body.blog .box-opaque .container-item p,
body.page-template-flexible-content .box-opaque .container-item strong,
body.page-template-success-stories .box-opaque .container-item strong,
body.page-template-sparse .box-opaque .container-item strong,
body.page-template-home .box-opaque .container-item strong,
body.page-template-webinar .box-opaque .container-item strong,
body.page-template-video-sbowcase .box-opaque .container-item strong,
body.post-type-archive-resources .box-opaque .container-item strong,
body.blog .box-opaque .container-item strong {
  color: #432061;
  font-size: 18px;
  line-height: 22px;
}
body.page-template-flexible-content .box-opaque .col-md-4 .container-item,
body.page-template-success-stories .box-opaque .col-md-4 .container-item,
body.page-template-sparse .box-opaque .col-md-4 .container-item,
body.page-template-home .box-opaque .col-md-4 .container-item,
body.page-template-webinar .box-opaque .col-md-4 .container-item,
body.page-template-video-sbowcase .box-opaque .col-md-4 .container-item,
body.post-type-archive-resources .box-opaque .col-md-4 .container-item,
body.blog .box-opaque .col-md-4 .container-item {
  max-width: 180px;
  margin: 0 auto 30px;
}
body.page-template-flexible-content .row.arrow-hot-pink .col-md-4,
body.page-template-success-stories .row.arrow-hot-pink .col-md-4,
body.page-template-sparse .row.arrow-hot-pink .col-md-4,
body.page-template-home .row.arrow-hot-pink .col-md-4,
body.page-template-webinar .row.arrow-hot-pink .col-md-4,
body.page-template-video-sbowcase .row.arrow-hot-pink .col-md-4,
body.post-type-archive-resources .row.arrow-hot-pink .col-md-4,
body.blog .row.arrow-hot-pink .col-md-4 {
  position: relative;
}
body.page-template-flexible-content .row.arrow-hot-pink .col-md-4:after,
body.page-template-success-stories .row.arrow-hot-pink .col-md-4:after,
body.page-template-sparse .row.arrow-hot-pink .col-md-4:after,
body.page-template-home .row.arrow-hot-pink .col-md-4:after,
body.page-template-webinar .row.arrow-hot-pink .col-md-4:after,
body.page-template-video-sbowcase .row.arrow-hot-pink .col-md-4:after,
body.post-type-archive-resources .row.arrow-hot-pink .col-md-4:after,
body.blog .row.arrow-hot-pink .col-md-4:after {
  content: '';
  position: absolute;
  background: url(/wp-content/themes/gc-responsive/images/icon-arrow-hot-pink.svg) no-repeat;
  background-size: contain;
  width: 54px;
  height: 18px;
  top: 30%;
  right: -20px;
}
body.page-template-flexible-content .row.arrow-hot-pink .col-md-4:last-child:after,
body.page-template-success-stories .row.arrow-hot-pink .col-md-4:last-child:after,
body.page-template-sparse .row.arrow-hot-pink .col-md-4:last-child:after,
body.page-template-home .row.arrow-hot-pink .col-md-4:last-child:after,
body.page-template-webinar .row.arrow-hot-pink .col-md-4:last-child:after,
body.page-template-video-sbowcase .row.arrow-hot-pink .col-md-4:last-child:after,
body.post-type-archive-resources .row.arrow-hot-pink .col-md-4:last-child:after,
body.blog .row.arrow-hot-pink .col-md-4:last-child:after {
  background: none;
}
@media only screen and (max-width: 1081px) {
  body.page-template-flexible-content .box-opaque .col-md-4 .container-item,
  body.page-template-success-stories .box-opaque .col-md-4 .container-item,
  body.page-template-sparse .box-opaque .col-md-4 .container-item,
  body.page-template-home .box-opaque .col-md-4 .container-item,
  body.page-template-webinar .box-opaque .col-md-4 .container-item,
  body.page-template-video-sbowcase .box-opaque .col-md-4 .container-item,
  body.post-type-archive-resources .box-opaque .col-md-4 .container-item,
  body.blog .box-opaque .col-md-4 .container-item {
    max-width: 180px;
    margin: 0 auto 30px;
  }
  body.page-template-flexible-content .row.arrow-hot-pink .container-item,
  body.page-template-success-stories .row.arrow-hot-pink .container-item,
  body.page-template-sparse .row.arrow-hot-pink .container-item,
  body.page-template-home .row.arrow-hot-pink .container-item,
  body.page-template-webinar .row.arrow-hot-pink .container-item,
  body.page-template-video-sbowcase .row.arrow-hot-pink .container-item,
  body.post-type-archive-resources .row.arrow-hot-pink .container-item,
  body.blog .row.arrow-hot-pink .container-item {
    margin: 0 auto 90px;
  }
  body.page-template-flexible-content .row.arrow-hot-pink .col-md-4:after,
  body.page-template-success-stories .row.arrow-hot-pink .col-md-4:after,
  body.page-template-sparse .row.arrow-hot-pink .col-md-4:after,
  body.page-template-home .row.arrow-hot-pink .col-md-4:after,
  body.page-template-webinar .row.arrow-hot-pink .col-md-4:after,
  body.page-template-video-sbowcase .row.arrow-hot-pink .col-md-4:after,
  body.post-type-archive-resources .row.arrow-hot-pink .col-md-4:after,
  body.blog .row.arrow-hot-pink .col-md-4:after {
    content: '';
    position: absolute;
    background: url(/wp-content/themes/gc-responsive/images/icon-arrow-hot-pink.svg) no-repeat;
    background-size: contain;
    width: 54px;
    height: 18px;
    top: auto;
    bottom: -60px;
    left: calc(50% - 26px);
    right: auto;
    transform: rotate(90deg);
  }
  body.page-template-flexible-content .row.arrow-hot-pink .col-md-4:last-child:after,
  body.page-template-success-stories .row.arrow-hot-pink .col-md-4:last-child:after,
  body.page-template-sparse .row.arrow-hot-pink .col-md-4:last-child:after,
  body.page-template-home .row.arrow-hot-pink .col-md-4:last-child:after,
  body.page-template-webinar .row.arrow-hot-pink .col-md-4:last-child:after,
  body.page-template-video-sbowcase .row.arrow-hot-pink .col-md-4:last-child:after,
  body.post-type-archive-resources .row.arrow-hot-pink .col-md-4:last-child:after,
  body.blog .row.arrow-hot-pink .col-md-4:last-child:after {
    background: none;
  }
  body.page-template-flexible-content .row.arrow-hot-pink .col-md-4:last-child .container-item,
  body.page-template-success-stories .row.arrow-hot-pink .col-md-4:last-child .container-item,
  body.page-template-sparse .row.arrow-hot-pink .col-md-4:last-child .container-item,
  body.page-template-home .row.arrow-hot-pink .col-md-4:last-child .container-item,
  body.page-template-webinar .row.arrow-hot-pink .col-md-4:last-child .container-item,
  body.page-template-video-sbowcase .row.arrow-hot-pink .col-md-4:last-child .container-item,
  body.post-type-archive-resources .row.arrow-hot-pink .col-md-4:last-child .container-item,
  body.blog .row.arrow-hot-pink .col-md-4:last-child .container-item {
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 1700px) {
  body.page-template-flexible-content section.section-full-width-background,
  body.page-template-success-stories section.section-full-width-background,
  body.page-template-sparse section.section-full-width-background,
  body.page-template-home section.section-full-width-background,
  body.page-template-webinar section.section-full-width-background,
  body.page-template-video-sbowcase section.section-full-width-background,
  body.post-type-archive-resources section.section-full-width-background,
  body.blog section.section-full-width-background {
    min-height: 900px;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1366px) {
  body.page-template-flexible-content,
  body.page-template-success-stories,
  body.page-template-sparse,
  body.page-template-home,
  body.page-template-webinar,
  body.page-template-video-sbowcase,
  body.post-type-archive-resources,
  body.blog {
    /*list fancy*/
  }
  body.page-template-flexible-content ul.feature-list-fancy li,
  body.page-template-success-stories ul.feature-list-fancy li,
  body.page-template-sparse ul.feature-list-fancy li,
  body.page-template-home ul.feature-list-fancy li,
  body.page-template-webinar ul.feature-list-fancy li,
  body.page-template-video-sbowcase ul.feature-list-fancy li,
  body.post-type-archive-resources ul.feature-list-fancy li,
  body.blog ul.feature-list-fancy li {
    width: 260px;
  }
}
@media only screen and (max-width: 1081px) {
  body.page-template-flexible-content,
  body.page-template-success-stories,
  body.page-template-sparse,
  body.page-template-home,
  body.page-template-webinar,
  body.page-template-video-sbowcase,
  body.post-type-archive-resources,
  body.blog {
    /* basic section*/
    /*carousel basic*/
    /*image grid*/
    /*card grid*/
    /* full-width background*/
    /*quotes grid*/
    /*card section*/
  }
  body.page-template-flexible-content section.basic-section .container,
  body.page-template-success-stories section.basic-section .container,
  body.page-template-sparse section.basic-section .container,
  body.page-template-home section.basic-section .container,
  body.page-template-webinar section.basic-section .container,
  body.page-template-video-sbowcase section.basic-section .container,
  body.post-type-archive-resources section.basic-section .container,
  body.blog section.basic-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.page-template-flexible-content section.basic-section ul.icon-list,
  body.page-template-success-stories section.basic-section ul.icon-list,
  body.page-template-sparse section.basic-section ul.icon-list,
  body.page-template-home section.basic-section ul.icon-list,
  body.page-template-webinar section.basic-section ul.icon-list,
  body.page-template-video-sbowcase section.basic-section ul.icon-list,
  body.post-type-archive-resources section.basic-section ul.icon-list,
  body.blog section.basic-section ul.icon-list {
    margin: 60px 0 40px;
  }
  body.page-template-flexible-content section.basic-section ul.icon-list li,
  body.page-template-success-stories section.basic-section ul.icon-list li,
  body.page-template-sparse section.basic-section ul.icon-list li,
  body.page-template-home section.basic-section ul.icon-list li,
  body.page-template-webinar section.basic-section ul.icon-list li,
  body.page-template-video-sbowcase section.basic-section ul.icon-list li,
  body.post-type-archive-resources section.basic-section ul.icon-list li,
  body.blog section.basic-section ul.icon-list li {
    flex: 1 0 100%;
    margin: 0;
    text-align: center;
  }
  body.page-template-flexible-content section.basic-section ul.icon-list li h3,
  body.page-template-success-stories section.basic-section ul.icon-list li h3,
  body.page-template-sparse section.basic-section ul.icon-list li h3,
  body.page-template-home section.basic-section ul.icon-list li h3,
  body.page-template-webinar section.basic-section ul.icon-list li h3,
  body.page-template-video-sbowcase section.basic-section ul.icon-list li h3,
  body.post-type-archive-resources section.basic-section ul.icon-list li h3,
  body.blog section.basic-section ul.icon-list li h3 {
    font-size: 18px;
    line-height: 24px;
    text-transform: inherit;
  }
  body.page-template-flexible-content section.basic-section ul.icon-list li p,
  body.page-template-success-stories section.basic-section ul.icon-list li p,
  body.page-template-sparse section.basic-section ul.icon-list li p,
  body.page-template-home section.basic-section ul.icon-list li p,
  body.page-template-webinar section.basic-section ul.icon-list li p,
  body.page-template-video-sbowcase section.basic-section ul.icon-list li p,
  body.post-type-archive-resources section.basic-section ul.icon-list li p,
  body.blog section.basic-section ul.icon-list li p {
    font-size: 16px;
  }
  body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-1 li,
  body.page-template-success-stories section.basic-section ul.icon-list.icon-list-1 li,
  body.page-template-sparse section.basic-section ul.icon-list.icon-list-1 li,
  body.page-template-home section.basic-section ul.icon-list.icon-list-1 li,
  body.page-template-webinar section.basic-section ul.icon-list.icon-list-1 li,
  body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-1 li,
  body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-1 li,
  body.blog section.basic-section ul.icon-list.icon-list-1 li {
    flex: 1 0 100%;
  }
  body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-2 li,
  body.page-template-success-stories section.basic-section ul.icon-list.icon-list-2 li,
  body.page-template-sparse section.basic-section ul.icon-list.icon-list-2 li,
  body.page-template-home section.basic-section ul.icon-list.icon-list-2 li,
  body.page-template-webinar section.basic-section ul.icon-list.icon-list-2 li,
  body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-2 li,
  body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-2 li,
  body.blog section.basic-section ul.icon-list.icon-list-2 li {
    flex: 1 0 100%;
    padding: 20px 20px 30px;
  }
  body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-3 li,
  body.page-template-success-stories section.basic-section ul.icon-list.icon-list-3 li,
  body.page-template-sparse section.basic-section ul.icon-list.icon-list-3 li,
  body.page-template-home section.basic-section ul.icon-list.icon-list-3 li,
  body.page-template-webinar section.basic-section ul.icon-list.icon-list-3 li,
  body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-3 li,
  body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-3 li,
  body.blog section.basic-section ul.icon-list.icon-list-3 li {
    flex: 1 0 100%;
    padding: 20px 20px 30px;
  }
  body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-4 li,
  body.page-template-success-stories section.basic-section ul.icon-list.icon-list-4 li,
  body.page-template-sparse section.basic-section ul.icon-list.icon-list-4 li,
  body.page-template-home section.basic-section ul.icon-list.icon-list-4 li,
  body.page-template-webinar section.basic-section ul.icon-list.icon-list-4 li,
  body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-4 li,
  body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-4 li,
  body.blog section.basic-section ul.icon-list.icon-list-4 li {
    flex: 1 0 100%;
    padding: 20px 20px 30px;
  }
  body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-5 li,
  body.page-template-success-stories section.basic-section ul.icon-list.icon-list-5 li,
  body.page-template-sparse section.basic-section ul.icon-list.icon-list-5 li,
  body.page-template-home section.basic-section ul.icon-list.icon-list-5 li,
  body.page-template-webinar section.basic-section ul.icon-list.icon-list-5 li,
  body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-5 li,
  body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-5 li,
  body.blog section.basic-section ul.icon-list.icon-list-5 li {
    flex: 1 0 100%;
    padding: 20px 20px 30px;
  }
  body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-6 li,
  body.page-template-success-stories section.basic-section ul.icon-list.icon-list-6 li,
  body.page-template-sparse section.basic-section ul.icon-list.icon-list-6 li,
  body.page-template-home section.basic-section ul.icon-list.icon-list-6 li,
  body.page-template-webinar section.basic-section ul.icon-list.icon-list-6 li,
  body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-6 li,
  body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-6 li,
  body.blog section.basic-section ul.icon-list.icon-list-6 li {
    flex: 1 0 100%;
  }
  body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-1 li:last-child,
  body.page-template-success-stories section.basic-section ul.icon-list.icon-list-1 li:last-child,
  body.page-template-sparse section.basic-section ul.icon-list.icon-list-1 li:last-child,
  body.page-template-home section.basic-section ul.icon-list.icon-list-1 li:last-child,
  body.page-template-webinar section.basic-section ul.icon-list.icon-list-1 li:last-child,
  body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-1 li:last-child,
  body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-1 li:last-child,
  body.blog section.basic-section ul.icon-list.icon-list-1 li:last-child,
  body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-2 li:last-child,
  body.page-template-success-stories section.basic-section ul.icon-list.icon-list-2 li:last-child,
  body.page-template-sparse section.basic-section ul.icon-list.icon-list-2 li:last-child,
  body.page-template-home section.basic-section ul.icon-list.icon-list-2 li:last-child,
  body.page-template-webinar section.basic-section ul.icon-list.icon-list-2 li:last-child,
  body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-2 li:last-child,
  body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-2 li:last-child,
  body.blog section.basic-section ul.icon-list.icon-list-2 li:last-child,
  body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-3 li:last-child,
  body.page-template-success-stories section.basic-section ul.icon-list.icon-list-3 li:last-child,
  body.page-template-sparse section.basic-section ul.icon-list.icon-list-3 li:last-child,
  body.page-template-home section.basic-section ul.icon-list.icon-list-3 li:last-child,
  body.page-template-webinar section.basic-section ul.icon-list.icon-list-3 li:last-child,
  body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-3 li:last-child,
  body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-3 li:last-child,
  body.blog section.basic-section ul.icon-list.icon-list-3 li:last-child,
  body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-4 li:last-child,
  body.page-template-success-stories section.basic-section ul.icon-list.icon-list-4 li:last-child,
  body.page-template-sparse section.basic-section ul.icon-list.icon-list-4 li:last-child,
  body.page-template-home section.basic-section ul.icon-list.icon-list-4 li:last-child,
  body.page-template-webinar section.basic-section ul.icon-list.icon-list-4 li:last-child,
  body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-4 li:last-child,
  body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-4 li:last-child,
  body.blog section.basic-section ul.icon-list.icon-list-4 li:last-child,
  body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-5 li:last-child,
  body.page-template-success-stories section.basic-section ul.icon-list.icon-list-5 li:last-child,
  body.page-template-sparse section.basic-section ul.icon-list.icon-list-5 li:last-child,
  body.page-template-home section.basic-section ul.icon-list.icon-list-5 li:last-child,
  body.page-template-webinar section.basic-section ul.icon-list.icon-list-5 li:last-child,
  body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-5 li:last-child,
  body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-5 li:last-child,
  body.blog section.basic-section ul.icon-list.icon-list-5 li:last-child,
  body.page-template-flexible-content section.basic-section ul.icon-list.icon-list-6 li:last-child,
  body.page-template-success-stories section.basic-section ul.icon-list.icon-list-6 li:last-child,
  body.page-template-sparse section.basic-section ul.icon-list.icon-list-6 li:last-child,
  body.page-template-home section.basic-section ul.icon-list.icon-list-6 li:last-child,
  body.page-template-webinar section.basic-section ul.icon-list.icon-list-6 li:last-child,
  body.page-template-video-sbowcase section.basic-section ul.icon-list.icon-list-6 li:last-child,
  body.post-type-archive-resources section.basic-section ul.icon-list.icon-list-6 li:last-child,
  body.blog section.basic-section ul.icon-list.icon-list-6 li:last-child {
    padding-bottom: 0;
  }
  body.page-template-flexible-content section.basic-section-left-right h2,
  body.page-template-success-stories section.basic-section-left-right h2,
  body.page-template-sparse section.basic-section-left-right h2,
  body.page-template-home section.basic-section-left-right h2,
  body.page-template-webinar section.basic-section-left-right h2,
  body.page-template-video-sbowcase section.basic-section-left-right h2,
  body.post-type-archive-resources section.basic-section-left-right h2,
  body.blog section.basic-section-left-right h2 {
    font-size: 28px;
  }
  body.page-template-flexible-content section.basic-section-left-right p.lead,
  body.page-template-success-stories section.basic-section-left-right p.lead,
  body.page-template-sparse section.basic-section-left-right p.lead,
  body.page-template-home section.basic-section-left-right p.lead,
  body.page-template-webinar section.basic-section-left-right p.lead,
  body.page-template-video-sbowcase section.basic-section-left-right p.lead,
  body.post-type-archive-resources section.basic-section-left-right p.lead,
  body.blog section.basic-section-left-right p.lead {
    font-size: 18px;
    line-height: 1.25;
    margin-top: 0;
  }
  body.page-template-flexible-content .container-left-right h3,
  body.page-template-success-stories .container-left-right h3,
  body.page-template-sparse .container-left-right h3,
  body.page-template-home .container-left-right h3,
  body.page-template-webinar .container-left-right h3,
  body.page-template-video-sbowcase .container-left-right h3,
  body.post-type-archive-resources .container-left-right h3,
  body.blog .container-left-right h3 {
    text-transform: inherit;
    color: #C700EB;
  }
  body.page-template-flexible-content .container-left-right p,
  body.page-template-success-stories .container-left-right p,
  body.page-template-sparse .container-left-right p,
  body.page-template-home .container-left-right p,
  body.page-template-webinar .container-left-right p,
  body.page-template-video-sbowcase .container-left-right p,
  body.post-type-archive-resources .container-left-right p,
  body.blog .container-left-right p {
    font-family: soleil, arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.444444;
    color: #414141;
  }
  body.page-template-flexible-content .container-left-right .left-right,
  body.page-template-success-stories .container-left-right .left-right,
  body.page-template-sparse .container-left-right .left-right,
  body.page-template-home .container-left-right .left-right,
  body.page-template-webinar .container-left-right .left-right,
  body.page-template-video-sbowcase .container-left-right .left-right,
  body.post-type-archive-resources .container-left-right .left-right,
  body.blog .container-left-right .left-right {
    padding: 20px 0;
    display: block;
    align-items: center;
    flex-wrap: inherit;
  }
  body.page-template-flexible-content .container-left-right .left-right div,
  body.page-template-success-stories .container-left-right .left-right div,
  body.page-template-sparse .container-left-right .left-right div,
  body.page-template-home .container-left-right .left-right div,
  body.page-template-webinar .container-left-right .left-right div,
  body.page-template-video-sbowcase .container-left-right .left-right div,
  body.post-type-archive-resources .container-left-right .left-right div,
  body.blog .container-left-right .left-right div {
    padding: 0;
    flex: inherit;
  }
  body.page-template-flexible-content .container-left-right .left-right div img,
  body.page-template-success-stories .container-left-right .left-right div img,
  body.page-template-sparse .container-left-right .left-right div img,
  body.page-template-home .container-left-right .left-right div img,
  body.page-template-webinar .container-left-right .left-right div img,
  body.page-template-video-sbowcase .container-left-right .left-right div img,
  body.post-type-archive-resources .container-left-right .left-right div img,
  body.blog .container-left-right .left-right div img {
    margin: 20px auto;
  }
  body.page-template-flexible-content .container-left-right .left-right:nth-child(even),
  body.page-template-success-stories .container-left-right .left-right:nth-child(even),
  body.page-template-sparse .container-left-right .left-right:nth-child(even),
  body.page-template-home .container-left-right .left-right:nth-child(even),
  body.page-template-webinar .container-left-right .left-right:nth-child(even),
  body.page-template-video-sbowcase .container-left-right .left-right:nth-child(even),
  body.post-type-archive-resources .container-left-right .left-right:nth-child(even),
  body.blog .container-left-right .left-right:nth-child(even) {
    flex-direction: inherit;
  }
  body.page-template-flexible-content .header-section .subtitle,
  body.page-template-success-stories .header-section .subtitle,
  body.page-template-sparse .header-section .subtitle,
  body.page-template-home .header-section .subtitle,
  body.page-template-webinar .header-section .subtitle,
  body.page-template-video-sbowcase .header-section .subtitle,
  body.post-type-archive-resources .header-section .subtitle,
  body.blog .header-section .subtitle {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    padding-bottom: 10px;
    max-width: 100%;
  }
  body.page-template-flexible-content section.basic-section h2,
  body.page-template-success-stories section.basic-section h2,
  body.page-template-sparse section.basic-section h2,
  body.page-template-home section.basic-section h2,
  body.page-template-webinar section.basic-section h2,
  body.page-template-video-sbowcase section.basic-section h2,
  body.post-type-archive-resources section.basic-section h2,
  body.blog section.basic-section h2 {
    font-size: 28px;
  }
  body.page-template-flexible-content .section-carousel-left .container-carousel-left,
  body.page-template-success-stories .section-carousel-left .container-carousel-left,
  body.page-template-sparse .section-carousel-left .container-carousel-left,
  body.page-template-home .section-carousel-left .container-carousel-left,
  body.page-template-webinar .section-carousel-left .container-carousel-left,
  body.page-template-video-sbowcase .section-carousel-left .container-carousel-left,
  body.post-type-archive-resources .section-carousel-left .container-carousel-left,
  body.blog .section-carousel-left .container-carousel-left {
    margin: 20px;
  }
  body.page-template-flexible-content .section-carousel-left .container-carousel-left .carousel-left,
  body.page-template-success-stories .section-carousel-left .container-carousel-left .carousel-left,
  body.page-template-sparse .section-carousel-left .container-carousel-left .carousel-left,
  body.page-template-home .section-carousel-left .container-carousel-left .carousel-left,
  body.page-template-webinar .section-carousel-left .container-carousel-left .carousel-left,
  body.page-template-video-sbowcase .section-carousel-left .container-carousel-left .carousel-left,
  body.post-type-archive-resources .section-carousel-left .container-carousel-left .carousel-left,
  body.blog .section-carousel-left .container-carousel-left .carousel-left {
    margin-bottom: 50px;
  }
  body.page-template-flexible-content .section-carousel-left .container-carousel-left h3,
  body.page-template-success-stories .section-carousel-left .container-carousel-left h3,
  body.page-template-sparse .section-carousel-left .container-carousel-left h3,
  body.page-template-home .section-carousel-left .container-carousel-left h3,
  body.page-template-webinar .section-carousel-left .container-carousel-left h3,
  body.page-template-video-sbowcase .section-carousel-left .container-carousel-left h3,
  body.post-type-archive-resources .section-carousel-left .container-carousel-left h3,
  body.blog .section-carousel-left .container-carousel-left h3 {
    font-size: 32px;
  }
  body.page-template-flexible-content ul.feature-list-fancy,
  body.page-template-success-stories ul.feature-list-fancy,
  body.page-template-sparse ul.feature-list-fancy,
  body.page-template-home ul.feature-list-fancy,
  body.page-template-webinar ul.feature-list-fancy,
  body.page-template-video-sbowcase ul.feature-list-fancy,
  body.post-type-archive-resources ul.feature-list-fancy,
  body.blog ul.feature-list-fancy {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  body.page-template-flexible-content ul.feature-list-fancy li,
  body.page-template-success-stories ul.feature-list-fancy li,
  body.page-template-sparse ul.feature-list-fancy li,
  body.page-template-home ul.feature-list-fancy li,
  body.page-template-webinar ul.feature-list-fancy li,
  body.page-template-video-sbowcase ul.feature-list-fancy li,
  body.post-type-archive-resources ul.feature-list-fancy li,
  body.blog ul.feature-list-fancy li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #00B9FF;
    transition: all ease 250ms;
    margin-bottom: 20px;
  }
  body.page-template-flexible-content ul.feature-list-fancy li a,
  body.page-template-success-stories ul.feature-list-fancy li a,
  body.page-template-sparse ul.feature-list-fancy li a,
  body.page-template-home ul.feature-list-fancy li a,
  body.page-template-webinar ul.feature-list-fancy li a,
  body.page-template-video-sbowcase ul.feature-list-fancy li a,
  body.post-type-archive-resources ul.feature-list-fancy li a,
  body.blog ul.feature-list-fancy li a {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 1.17px;
    display: block;
    text-transform: uppercase;
    color: #2A1D3F;
    text-align: center;
    padding: 20px;
    width: 100%;
  }
  body.page-template-flexible-content .data-featured,
  body.page-template-success-stories .data-featured,
  body.page-template-sparse .data-featured,
  body.page-template-home .data-featured,
  body.page-template-webinar .data-featured,
  body.page-template-video-sbowcase .data-featured,
  body.post-type-archive-resources .data-featured,
  body.blog .data-featured {
    margin: 0;
    min-height: 100px;
  }
  body.page-template-flexible-content .data-featured .featured-inner,
  body.page-template-success-stories .data-featured .featured-inner,
  body.page-template-sparse .data-featured .featured-inner,
  body.page-template-home .data-featured .featured-inner,
  body.page-template-webinar .data-featured .featured-inner,
  body.page-template-video-sbowcase .data-featured .featured-inner,
  body.post-type-archive-resources .data-featured .featured-inner,
  body.blog .data-featured .featured-inner {
    margin: 20px 0;
    overflow: hidden;
  }
  body.page-template-flexible-content .data-featured .featured-inner .huge,
  body.page-template-success-stories .data-featured .featured-inner .huge,
  body.page-template-sparse .data-featured .featured-inner .huge,
  body.page-template-home .data-featured .featured-inner .huge,
  body.page-template-webinar .data-featured .featured-inner .huge,
  body.page-template-video-sbowcase .data-featured .featured-inner .huge,
  body.post-type-archive-resources .data-featured .featured-inner .huge,
  body.blog .data-featured .featured-inner .huge {
    font-size: 40px;
  }
  body.page-template-flexible-content .box-white,
  body.page-template-success-stories .box-white,
  body.page-template-sparse .box-white,
  body.page-template-home .box-white,
  body.page-template-webinar .box-white,
  body.page-template-video-sbowcase .box-white,
  body.post-type-archive-resources .box-white,
  body.blog .box-white {
    width: auto;
    padding: 20px;
  }
  body.page-template-flexible-content .box-white ul.logos-existing-infrastructure li,
  body.page-template-success-stories .box-white ul.logos-existing-infrastructure li,
  body.page-template-sparse .box-white ul.logos-existing-infrastructure li,
  body.page-template-home .box-white ul.logos-existing-infrastructure li,
  body.page-template-webinar .box-white ul.logos-existing-infrastructure li,
  body.page-template-video-sbowcase .box-white ul.logos-existing-infrastructure li,
  body.post-type-archive-resources .box-white ul.logos-existing-infrastructure li,
  body.blog .box-white ul.logos-existing-infrastructure li {
    width: 100%;
  }
  body.page-template-flexible-content .container-box,
  body.page-template-success-stories .container-box,
  body.page-template-sparse .container-box,
  body.page-template-home .container-box,
  body.page-template-webinar .container-box,
  body.page-template-video-sbowcase .container-box,
  body.post-type-archive-resources .container-box,
  body.blog .container-box {
    flex: 1;
    width: 100%;
    min-height: 144px;
    padding: 35px;
    margin: 0 0 20px;
    height: auto;
    box-shadow: none;
  }
  body.page-template-flexible-content .carousel-basic .carousel-cell,
  body.page-template-success-stories .carousel-basic .carousel-cell,
  body.page-template-sparse .carousel-basic .carousel-cell,
  body.page-template-home .carousel-basic .carousel-cell,
  body.page-template-webinar .carousel-basic .carousel-cell,
  body.page-template-video-sbowcase .carousel-basic .carousel-cell,
  body.post-type-archive-resources .carousel-basic .carousel-cell,
  body.blog .carousel-basic .carousel-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    width: 100%;
  }
  body.page-template-flexible-content .carousel-basic .carousel-cell img,
  body.page-template-success-stories .carousel-basic .carousel-cell img,
  body.page-template-sparse .carousel-basic .carousel-cell img,
  body.page-template-home .carousel-basic .carousel-cell img,
  body.page-template-webinar .carousel-basic .carousel-cell img,
  body.page-template-video-sbowcase .carousel-basic .carousel-cell img,
  body.post-type-archive-resources .carousel-basic .carousel-cell img,
  body.blog .carousel-basic .carousel-cell img {
    width: 100%;
    height: auto;
    max-width: 180px;
    filter: grayscale(0);
    transition: all ease-in 250ms;
  }
  body.page-template-flexible-content .carousel-basic .carousel-cell img:hover,
  body.page-template-success-stories .carousel-basic .carousel-cell img:hover,
  body.page-template-sparse .carousel-basic .carousel-cell img:hover,
  body.page-template-home .carousel-basic .carousel-cell img:hover,
  body.page-template-webinar .carousel-basic .carousel-cell img:hover,
  body.page-template-video-sbowcase .carousel-basic .carousel-cell img:hover,
  body.post-type-archive-resources .carousel-basic .carousel-cell img:hover,
  body.blog .carousel-basic .carousel-cell img:hover {
    filter: none;
  }
  body.page-template-flexible-content .carousel-basic .flickity-prev-next-button.previous,
  body.page-template-success-stories .carousel-basic .flickity-prev-next-button.previous,
  body.page-template-sparse .carousel-basic .flickity-prev-next-button.previous,
  body.page-template-home .carousel-basic .flickity-prev-next-button.previous,
  body.page-template-webinar .carousel-basic .flickity-prev-next-button.previous,
  body.page-template-video-sbowcase .carousel-basic .flickity-prev-next-button.previous,
  body.post-type-archive-resources .carousel-basic .flickity-prev-next-button.previous,
  body.blog .carousel-basic .flickity-prev-next-button.previous {
    left: 0;
  }
  body.page-template-flexible-content .carousel-basic .flickity-prev-next-button.next,
  body.page-template-success-stories .carousel-basic .flickity-prev-next-button.next,
  body.page-template-sparse .carousel-basic .flickity-prev-next-button.next,
  body.page-template-home .carousel-basic .flickity-prev-next-button.next,
  body.page-template-webinar .carousel-basic .flickity-prev-next-button.next,
  body.page-template-video-sbowcase .carousel-basic .flickity-prev-next-button.next,
  body.post-type-archive-resources .carousel-basic .flickity-prev-next-button.next,
  body.blog .carousel-basic .flickity-prev-next-button.next {
    right: 0;
  }
  body.page-template-flexible-content section.section-carousel-quotes,
  body.page-template-success-stories section.section-carousel-quotes,
  body.page-template-sparse section.section-carousel-quotes,
  body.page-template-home section.section-carousel-quotes,
  body.page-template-webinar section.section-carousel-quotes,
  body.page-template-video-sbowcase section.section-carousel-quotes,
  body.post-type-archive-resources section.section-carousel-quotes,
  body.blog section.section-carousel-quotes {
    padding-bottom: 0 !important;
  }
  body.page-template-flexible-content section.section-carousel-quotes .container-section-intro h2,
  body.page-template-success-stories section.section-carousel-quotes .container-section-intro h2,
  body.page-template-sparse section.section-carousel-quotes .container-section-intro h2,
  body.page-template-home section.section-carousel-quotes .container-section-intro h2,
  body.page-template-webinar section.section-carousel-quotes .container-section-intro h2,
  body.page-template-video-sbowcase section.section-carousel-quotes .container-section-intro h2,
  body.post-type-archive-resources section.section-carousel-quotes .container-section-intro h2,
  body.blog section.section-carousel-quotes .container-section-intro h2 {
    padding-bottom: 20px;
  }
  body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes,
  body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes,
  body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes,
  body.page-template-home section.section-carousel-quotes .container-carousel-quotes,
  body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes,
  body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes,
  body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes,
  body.blog section.section-carousel-quotes .container-carousel-quotes {
    padding: 40px 0 20px;
    min-height: 280px;
  }
  body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
  body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
  body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
  body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
  body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
  body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
  body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell,
  body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell {
    padding: 0 20px 0;
    width: 100%;
    min-height: 265px;
  }
  body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
  body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
  body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
  body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
  body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
  body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
  body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote,
  body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell blockquote {
    margin: 0 0 20px;
    color: #432061;
    max-width: 947px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.307;
  }
  body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
  body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
  body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
  body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
  body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
  body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
  body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source,
  body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell .row-source {
    margin-bottom: 0;
  }
  body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
  body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
  body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
  body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
  body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
  body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
  body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source,
  body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source {
    margin: 10px 0 20px;
    margin-bottom: 30px;
  }
  body.page-template-flexible-content section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
  body.page-template-success-stories section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
  body.page-template-sparse section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
  body.page-template-home section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
  body.page-template-webinar section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
  body.page-template-video-sbowcase section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
  body.post-type-archive-resources section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source,
  body.blog section.section-carousel-quotes .container-carousel-quotes .carousel-cell .container-quote-source .quote-source {
    color: #D0CDD3;
    font-size: 14px;
    display: inline;
    float: none;
    line-height: 1.425;
  }
  body.page-template-flexible-content section.image-grid-section .container-section-intro,
  body.page-template-success-stories section.image-grid-section .container-section-intro,
  body.page-template-sparse section.image-grid-section .container-section-intro,
  body.page-template-home section.image-grid-section .container-section-intro,
  body.page-template-webinar section.image-grid-section .container-section-intro,
  body.page-template-video-sbowcase section.image-grid-section .container-section-intro,
  body.post-type-archive-resources section.image-grid-section .container-section-intro,
  body.blog section.image-grid-section .container-section-intro {
    padding-bottom: 0;
  }
  body.page-template-flexible-content section.image-grid-section .container-image-grid,
  body.page-template-success-stories section.image-grid-section .container-image-grid,
  body.page-template-sparse section.image-grid-section .container-image-grid,
  body.page-template-home section.image-grid-section .container-image-grid,
  body.page-template-webinar section.image-grid-section .container-image-grid,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid,
  body.post-type-archive-resources section.image-grid-section .container-image-grid,
  body.blog section.image-grid-section .container-image-grid,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-1,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-1,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-1,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-1,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-1,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-1,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-1,
  body.blog section.image-grid-section .container-image-grid.image-grid-1,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-2,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2,
  body.blog section.image-grid-section .container-image-grid.image-grid-2,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-3,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3,
  body.blog section.image-grid-section .container-image-grid.image-grid-3,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-4,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4,
  body.blog section.image-grid-section .container-image-grid.image-grid-4 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    /*first*/
    /*fourth*/
  }
  body.page-template-flexible-content section.image-grid-section .container-image-grid .image-grid-item:nth-child(1),
  body.page-template-success-stories section.image-grid-section .container-image-grid .image-grid-item:nth-child(1),
  body.page-template-sparse section.image-grid-section .container-image-grid .image-grid-item:nth-child(1),
  body.page-template-home section.image-grid-section .container-image-grid .image-grid-item:nth-child(1),
  body.page-template-webinar section.image-grid-section .container-image-grid .image-grid-item:nth-child(1),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid .image-grid-item:nth-child(1),
  body.post-type-archive-resources section.image-grid-section .container-image-grid .image-grid-item:nth-child(1),
  body.blog section.image-grid-section .container-image-grid .image-grid-item:nth-child(1),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(1),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(1),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(1),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(1),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(1),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(1),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(1),
  body.blog section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(1),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
  body.blog section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(1),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
  body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(1),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
  body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(1),
  body.page-template-flexible-content section.image-grid-section .container-image-grid .image-grid-item:nth-child(2),
  body.page-template-success-stories section.image-grid-section .container-image-grid .image-grid-item:nth-child(2),
  body.page-template-sparse section.image-grid-section .container-image-grid .image-grid-item:nth-child(2),
  body.page-template-home section.image-grid-section .container-image-grid .image-grid-item:nth-child(2),
  body.page-template-webinar section.image-grid-section .container-image-grid .image-grid-item:nth-child(2),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid .image-grid-item:nth-child(2),
  body.post-type-archive-resources section.image-grid-section .container-image-grid .image-grid-item:nth-child(2),
  body.blog section.image-grid-section .container-image-grid .image-grid-item:nth-child(2),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(2),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(2),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(2),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(2),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(2),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(2),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(2),
  body.blog section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(2),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
  body.blog section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(2),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
  body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(2),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
  body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(2),
  body.page-template-flexible-content section.image-grid-section .container-image-grid .image-grid-item:nth-child(3),
  body.page-template-success-stories section.image-grid-section .container-image-grid .image-grid-item:nth-child(3),
  body.page-template-sparse section.image-grid-section .container-image-grid .image-grid-item:nth-child(3),
  body.page-template-home section.image-grid-section .container-image-grid .image-grid-item:nth-child(3),
  body.page-template-webinar section.image-grid-section .container-image-grid .image-grid-item:nth-child(3),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid .image-grid-item:nth-child(3),
  body.post-type-archive-resources section.image-grid-section .container-image-grid .image-grid-item:nth-child(3),
  body.blog section.image-grid-section .container-image-grid .image-grid-item:nth-child(3),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(3),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(3),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(3),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(3),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(3),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(3),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(3),
  body.blog section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(3),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(3),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(3),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(3),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(3),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(3),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(3),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(3),
  body.blog section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(3),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
  body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(3),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
  body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(3),
  body.page-template-flexible-content section.image-grid-section .container-image-grid .image-grid-item:nth-child(4),
  body.page-template-success-stories section.image-grid-section .container-image-grid .image-grid-item:nth-child(4),
  body.page-template-sparse section.image-grid-section .container-image-grid .image-grid-item:nth-child(4),
  body.page-template-home section.image-grid-section .container-image-grid .image-grid-item:nth-child(4),
  body.page-template-webinar section.image-grid-section .container-image-grid .image-grid-item:nth-child(4),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid .image-grid-item:nth-child(4),
  body.post-type-archive-resources section.image-grid-section .container-image-grid .image-grid-item:nth-child(4),
  body.blog section.image-grid-section .container-image-grid .image-grid-item:nth-child(4),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4),
  body.blog section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4),
  body.blog section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4),
  body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4),
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4),
  body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4) {
    padding: 30px 0;
  }
  body.page-template-flexible-content section.image-grid-section .container-image-grid .image-grid-item,
  body.page-template-success-stories section.image-grid-section .container-image-grid .image-grid-item,
  body.page-template-sparse section.image-grid-section .container-image-grid .image-grid-item,
  body.page-template-home section.image-grid-section .container-image-grid .image-grid-item,
  body.page-template-webinar section.image-grid-section .container-image-grid .image-grid-item,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid .image-grid-item,
  body.post-type-archive-resources section.image-grid-section .container-image-grid .image-grid-item,
  body.blog section.image-grid-section .container-image-grid .image-grid-item,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item,
  body.blog section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
  body.blog section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
  body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item,
  body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item {
    flex: 1 0 100%;
    padding: 30px 0;
  }
  body.page-template-flexible-content section.image-grid-section .container-image-grid .image-grid-item img,
  body.page-template-success-stories section.image-grid-section .container-image-grid .image-grid-item img,
  body.page-template-sparse section.image-grid-section .container-image-grid .image-grid-item img,
  body.page-template-home section.image-grid-section .container-image-grid .image-grid-item img,
  body.page-template-webinar section.image-grid-section .container-image-grid .image-grid-item img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid .image-grid-item img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid .image-grid-item img,
  body.blog section.image-grid-section .container-image-grid .image-grid-item img,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item img,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item img,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item img,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item img,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item img,
  body.blog section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item img,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item img,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item img,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item img,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item img,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item img,
  body.blog section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item img,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item img,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item img,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item img,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item img,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item img,
  body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item img,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img,
  body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    height: auto;
  }
  body.page-template-flexible-content section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+1) img,
  body.page-template-success-stories section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+1) img,
  body.page-template-sparse section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+1) img,
  body.page-template-home section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+1) img,
  body.page-template-webinar section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+1) img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+1) img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+1) img,
  body.blog section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+1) img,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+1) img,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+1) img,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+1) img,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+1) img,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+1) img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+1) img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+1) img,
  body.blog section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+1) img,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+1) img,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+1) img,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+1) img,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+1) img,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+1) img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+1) img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+1) img,
  body.blog section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+1) img,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+1) img,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+1) img,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+1) img,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+1) img,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+1) img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+1) img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+1) img,
  body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+1) img,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img,
  body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+1) img {
    margin: 0 auto;
  }
  body.page-template-flexible-content section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+4) img,
  body.page-template-success-stories section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+4) img,
  body.page-template-sparse section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+4) img,
  body.page-template-home section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+4) img,
  body.page-template-webinar section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+4) img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+4) img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+4) img,
  body.blog section.image-grid-section .container-image-grid .image-grid-item:nth-child(4n+4) img,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+4) img,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+4) img,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+4) img,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+4) img,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+4) img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+4) img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+4) img,
  body.blog section.image-grid-section .container-image-grid.image-grid-1 .image-grid-item:nth-child(4n+4) img,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+4) img,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+4) img,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+4) img,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+4) img,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+4) img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+4) img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+4) img,
  body.blog section.image-grid-section .container-image-grid.image-grid-2 .image-grid-item:nth-child(4n+4) img,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+4) img,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+4) img,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+4) img,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+4) img,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+4) img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+4) img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+4) img,
  body.blog section.image-grid-section .container-image-grid.image-grid-3 .image-grid-item:nth-child(4n+4) img,
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
  body.page-template-success-stories section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
  body.page-template-sparse section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
  body.page-template-home section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
  body.page-template-webinar section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
  body.page-template-video-sbowcase section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
  body.post-type-archive-resources section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img,
  body.blog section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item:nth-child(4n+4) img {
    margin: 0 auto;
  }
  body.page-template-flexible-content section.card-grid-section .container-card-grid,
  body.page-template-success-stories section.card-grid-section .container-card-grid,
  body.page-template-sparse section.card-grid-section .container-card-grid,
  body.page-template-home section.card-grid-section .container-card-grid,
  body.page-template-webinar section.card-grid-section .container-card-grid,
  body.page-template-video-sbowcase section.card-grid-section .container-card-grid,
  body.post-type-archive-resources section.card-grid-section .container-card-grid,
  body.blog section.card-grid-section .container-card-grid {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item,
  body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item,
  body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item,
  body.page-template-home section.card-grid-section .container-card-grid .card-grid-item,
  body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item,
  body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item,
  body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item,
  body.blog section.card-grid-section .container-card-grid .card-grid-item {
    flex: 1 0 100%;
    margin-bottom: 30px;
  }
  body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
  body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
  body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
  body.page-template-home section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
  body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
  body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
  body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner,
  body.blog section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner {
    border-top: 1px solid #00B9FF;
    margin-right: 0;
    padding: 35px 50px 35px 0;
  }
  body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
  body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
  body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
  body.page-template-home section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
  body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
  body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
  body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img,
  body.blog section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner .container-img {
    height: 100px;
  }
  body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
  body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
  body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
  body.page-template-home section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
  body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
  body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
  body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img,
  body.blog section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner img {
    max-width: 250px;
    margin: 0;
  }
  body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
  body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
  body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
  body.page-template-home section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
  body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
  body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
  body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p,
  body.blog section.card-grid-section .container-card-grid .card-grid-item .card-grid-item-inner p {
    color: #4A444A;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 30px;
  }
  body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
  body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
  body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
  body.page-template-home section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
  body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
  body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
  body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2),
  body.blog section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) {
    flex: 1 0 100%;
  }
  body.page-template-flexible-content section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
  body.page-template-success-stories section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
  body.page-template-sparse section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
  body.page-template-home section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
  body.page-template-webinar section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
  body.page-template-video-sbowcase section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
  body.post-type-archive-resources section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner,
  body.blog section.card-grid-section .container-card-grid .card-grid-item:nth-child(2n+2) .card-grid-item-inner {
    margin-left: 0;
    margin-right: 0;
  }
  body.page-template-flexible-content section.section-full-width-background,
  body.page-template-success-stories section.section-full-width-background,
  body.page-template-sparse section.section-full-width-background,
  body.page-template-home section.section-full-width-background,
  body.page-template-webinar section.section-full-width-background,
  body.page-template-video-sbowcase section.section-full-width-background,
  body.post-type-archive-resources section.section-full-width-background,
  body.blog section.section-full-width-background {
    min-height: 200px;
  }
  body.page-template-flexible-content section.quote-grid-section .container-quote-grid,
  body.page-template-success-stories section.quote-grid-section .container-quote-grid,
  body.page-template-sparse section.quote-grid-section .container-quote-grid,
  body.page-template-home section.quote-grid-section .container-quote-grid,
  body.page-template-webinar section.quote-grid-section .container-quote-grid,
  body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid,
  body.post-type-archive-resources section.quote-grid-section .container-quote-grid,
  body.blog section.quote-grid-section .container-quote-grid {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item,
  body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item,
  body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item,
  body.page-template-home section.quote-grid-section .container-quote-grid .quote-item,
  body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item,
  body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item,
  body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item,
  body.blog section.quote-grid-section .container-quote-grid .quote-item {
    flex: 1 0 100%;
    margin-bottom: 30px;
  }
  body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
  body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
  body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
  body.page-template-home section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
  body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
  body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
  body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner,
  body.blog section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner {
    height: auto;
    margin-right: 0;
  }
  body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
  body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
  body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
  body.page-template-home section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
  body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
  body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
  body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote,
  body.blog section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner blockquote {
    position: relative;
    padding: 0;
    margin: 0;
    color: #432061;
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
  }
  body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
  body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
  body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
  body.page-template-home section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
  body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
  body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
  body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source,
  body.blog section.quote-grid-section .container-quote-grid .quote-item .quote-item-inner .container-quote-source {
    margin-top: 20px;
    position: relative;
    bottom: auto;
  }
  body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
  body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
  body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
  body.page-template-home section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
  body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
  body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
  body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2),
  body.blog section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) {
    flex: 1 0 100%;
  }
  body.page-template-flexible-content section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
  body.page-template-success-stories section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
  body.page-template-sparse section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
  body.page-template-home section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
  body.page-template-webinar section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
  body.page-template-video-sbowcase section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
  body.post-type-archive-resources section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner,
  body.blog section.quote-grid-section .container-quote-grid .quote-item:nth-child(2n+2) .quote-item-inner {
    margin-left: 0;
    margin-right: 0;
  }
  body.page-template-flexible-content section.card-section .container-section-intro,
  body.page-template-success-stories section.card-section .container-section-intro,
  body.page-template-sparse section.card-section .container-section-intro,
  body.page-template-home section.card-section .container-section-intro,
  body.page-template-webinar section.card-section .container-section-intro,
  body.page-template-video-sbowcase section.card-section .container-section-intro,
  body.post-type-archive-resources section.card-section .container-section-intro,
  body.blog section.card-section .container-section-intro {
    padding-bottom: 50px;
  }
  body.page-template-flexible-content section.card-section .container-section-intro p.subtitle,
  body.page-template-success-stories section.card-section .container-section-intro p.subtitle,
  body.page-template-sparse section.card-section .container-section-intro p.subtitle,
  body.page-template-home section.card-section .container-section-intro p.subtitle,
  body.page-template-webinar section.card-section .container-section-intro p.subtitle,
  body.page-template-video-sbowcase section.card-section .container-section-intro p.subtitle,
  body.post-type-archive-resources section.card-section .container-section-intro p.subtitle,
  body.blog section.card-section .container-section-intro p.subtitle {
    margin: 20px 0;
  }
  body.page-template-flexible-content section.card-section .container-card-grid,
  body.page-template-success-stories section.card-section .container-card-grid,
  body.page-template-sparse section.card-section .container-card-grid,
  body.page-template-home section.card-section .container-card-grid,
  body.page-template-webinar section.card-section .container-card-grid,
  body.page-template-video-sbowcase section.card-section .container-card-grid,
  body.post-type-archive-resources section.card-section .container-card-grid,
  body.blog section.card-section .container-card-grid {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  body.page-template-flexible-content section.card-section .container-card-grid .card-item,
  body.page-template-success-stories section.card-section .container-card-grid .card-item,
  body.page-template-sparse section.card-section .container-card-grid .card-item,
  body.page-template-home section.card-section .container-card-grid .card-item,
  body.page-template-webinar section.card-section .container-card-grid .card-item,
  body.page-template-video-sbowcase section.card-section .container-card-grid .card-item,
  body.post-type-archive-resources section.card-section .container-card-grid .card-item,
  body.blog section.card-section .container-card-grid .card-item {
    flex: 1 0 100%;
    margin-bottom: 20px;
  }
  body.page-template-flexible-content section.card-section .container-card-grid .card-item .card-item-inner,
  body.page-template-success-stories section.card-section .container-card-grid .card-item .card-item-inner,
  body.page-template-sparse section.card-section .container-card-grid .card-item .card-item-inner,
  body.page-template-home section.card-section .container-card-grid .card-item .card-item-inner,
  body.page-template-webinar section.card-section .container-card-grid .card-item .card-item-inner,
  body.page-template-video-sbowcase section.card-section .container-card-grid .card-item .card-item-inner,
  body.post-type-archive-resources section.card-section .container-card-grid .card-item .card-item-inner,
  body.blog section.card-section .container-card-grid .card-item .card-item-inner {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
  body.page-template-flexible-content section.card-section .container-card-grid .card-item .card-item-inner h3,
  body.page-template-success-stories section.card-section .container-card-grid .card-item .card-item-inner h3,
  body.page-template-sparse section.card-section .container-card-grid .card-item .card-item-inner h3,
  body.page-template-home section.card-section .container-card-grid .card-item .card-item-inner h3,
  body.page-template-webinar section.card-section .container-card-grid .card-item .card-item-inner h3,
  body.page-template-video-sbowcase section.card-section .container-card-grid .card-item .card-item-inner h3,
  body.post-type-archive-resources section.card-section .container-card-grid .card-item .card-item-inner h3,
  body.blog section.card-section .container-card-grid .card-item .card-item-inner h3 {
    font-size: 24px;
    line-height: 1.30769231;
    color: #C700EB;
    margin: 0 0 10px;
  }
  body.page-template-flexible-content section.card-section .container-card-grid .card-item .card-item-inner p,
  body.page-template-success-stories section.card-section .container-card-grid .card-item .card-item-inner p,
  body.page-template-sparse section.card-section .container-card-grid .card-item .card-item-inner p,
  body.page-template-home section.card-section .container-card-grid .card-item .card-item-inner p,
  body.page-template-webinar section.card-section .container-card-grid .card-item .card-item-inner p,
  body.page-template-video-sbowcase section.card-section .container-card-grid .card-item .card-item-inner p,
  body.post-type-archive-resources section.card-section .container-card-grid .card-item .card-item-inner p,
  body.blog section.card-section .container-card-grid .card-item .card-item-inner p {
    font-size: 18px;
    line-height: 1.30769231;
    color: #432061;
  }
  body.page-template-flexible-content section.card-section .container-card-grid .card-item:nth-child(2n+2),
  body.page-template-success-stories section.card-section .container-card-grid .card-item:nth-child(2n+2),
  body.page-template-sparse section.card-section .container-card-grid .card-item:nth-child(2n+2),
  body.page-template-home section.card-section .container-card-grid .card-item:nth-child(2n+2),
  body.page-template-webinar section.card-section .container-card-grid .card-item:nth-child(2n+2),
  body.page-template-video-sbowcase section.card-section .container-card-grid .card-item:nth-child(2n+2),
  body.post-type-archive-resources section.card-section .container-card-grid .card-item:nth-child(2n+2),
  body.blog section.card-section .container-card-grid .card-item:nth-child(2n+2) {
    flex: 1 0 100%;
  }
  body.page-template-flexible-content section.card-section .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
  body.page-template-success-stories section.card-section .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
  body.page-template-sparse section.card-section .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
  body.page-template-home section.card-section .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
  body.page-template-webinar section.card-section .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
  body.page-template-video-sbowcase section.card-section .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
  body.post-type-archive-resources section.card-section .container-card-grid .card-item:nth-child(2n+2) .card-item-inner,
  body.blog section.card-section .container-card-grid .card-item:nth-child(2n+2) .card-item-inner {
    margin-left: 0;
    margin-right: 0;
  }
  body.page-template-flexible-content section.card-section .container-card-grid .card-item.full-width .card-item-inner,
  body.page-template-success-stories section.card-section .container-card-grid .card-item.full-width .card-item-inner,
  body.page-template-sparse section.card-section .container-card-grid .card-item.full-width .card-item-inner,
  body.page-template-home section.card-section .container-card-grid .card-item.full-width .card-item-inner,
  body.page-template-webinar section.card-section .container-card-grid .card-item.full-width .card-item-inner,
  body.page-template-video-sbowcase section.card-section .container-card-grid .card-item.full-width .card-item-inner,
  body.post-type-archive-resources section.card-section .container-card-grid .card-item.full-width .card-item-inner,
  body.blog section.card-section .container-card-grid .card-item.full-width .card-item-inner {
    margin-right: 0;
  }
  body.page-template-flexible-content .container-card-grid.simple-list,
  body.page-template-success-stories .container-card-grid.simple-list,
  body.page-template-sparse .container-card-grid.simple-list,
  body.page-template-home .container-card-grid.simple-list,
  body.page-template-webinar .container-card-grid.simple-list,
  body.page-template-video-sbowcase .container-card-grid.simple-list,
  body.post-type-archive-resources .container-card-grid.simple-list,
  body.blog .container-card-grid.simple-list {
    margin-top: 20px;
  }
  body.page-template-flexible-content .container-card-grid.simple-list .card-item,
  body.page-template-success-stories .container-card-grid.simple-list .card-item,
  body.page-template-sparse .container-card-grid.simple-list .card-item,
  body.page-template-home .container-card-grid.simple-list .card-item,
  body.page-template-webinar .container-card-grid.simple-list .card-item,
  body.page-template-video-sbowcase .container-card-grid.simple-list .card-item,
  body.post-type-archive-resources .container-card-grid.simple-list .card-item,
  body.blog .container-card-grid.simple-list .card-item {
    flex: 1 0 100%;
  }
  body.page-template-flexible-content .container-card-grid.simple-list .card-item .card-item-inner,
  body.page-template-success-stories .container-card-grid.simple-list .card-item .card-item-inner,
  body.page-template-sparse .container-card-grid.simple-list .card-item .card-item-inner,
  body.page-template-home .container-card-grid.simple-list .card-item .card-item-inner,
  body.page-template-webinar .container-card-grid.simple-list .card-item .card-item-inner,
  body.page-template-video-sbowcase .container-card-grid.simple-list .card-item .card-item-inner,
  body.post-type-archive-resources .container-card-grid.simple-list .card-item .card-item-inner,
  body.blog .container-card-grid.simple-list .card-item .card-item-inner {
    margin-right: 0;
  }
  body.page-template-flexible-content .container-card-grid.simple-list .card-item:nth-child(2n+2),
  body.page-template-success-stories .container-card-grid.simple-list .card-item:nth-child(2n+2),
  body.page-template-sparse .container-card-grid.simple-list .card-item:nth-child(2n+2),
  body.page-template-home .container-card-grid.simple-list .card-item:nth-child(2n+2),
  body.page-template-webinar .container-card-grid.simple-list .card-item:nth-child(2n+2),
  body.page-template-video-sbowcase .container-card-grid.simple-list .card-item:nth-child(2n+2),
  body.post-type-archive-resources .container-card-grid.simple-list .card-item:nth-child(2n+2),
  body.blog .container-card-grid.simple-list .card-item:nth-child(2n+2) {
    flex: 1 0 100%;
  }
  body.page-template-flexible-content .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
  body.page-template-success-stories .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
  body.page-template-sparse .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
  body.page-template-home .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
  body.page-template-webinar .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
  body.page-template-video-sbowcase .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
  body.post-type-archive-resources .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner,
  body.blog .container-card-grid.simple-list .card-item:nth-child(2n+2) .card-item-inner {
    margin-left: 0;
    margin-right: 0;
  }
  body.page-template-flexible-content section.basic-section ul.outcome-list.outcome-list-1 li,
  body.page-template-success-stories section.basic-section ul.outcome-list.outcome-list-1 li,
  body.page-template-sparse section.basic-section ul.outcome-list.outcome-list-1 li,
  body.page-template-home section.basic-section ul.outcome-list.outcome-list-1 li,
  body.page-template-webinar section.basic-section ul.outcome-list.outcome-list-1 li,
  body.page-template-video-sbowcase section.basic-section ul.outcome-list.outcome-list-1 li,
  body.post-type-archive-resources section.basic-section ul.outcome-list.outcome-list-1 li,
  body.blog section.basic-section ul.outcome-list.outcome-list-1 li,
  body.page-template-flexible-content section.basic-section ul.outcome-list.outcome-list-2 li,
  body.page-template-success-stories section.basic-section ul.outcome-list.outcome-list-2 li,
  body.page-template-sparse section.basic-section ul.outcome-list.outcome-list-2 li,
  body.page-template-home section.basic-section ul.outcome-list.outcome-list-2 li,
  body.page-template-webinar section.basic-section ul.outcome-list.outcome-list-2 li,
  body.page-template-video-sbowcase section.basic-section ul.outcome-list.outcome-list-2 li,
  body.post-type-archive-resources section.basic-section ul.outcome-list.outcome-list-2 li,
  body.blog section.basic-section ul.outcome-list.outcome-list-2 li,
  body.page-template-flexible-content section.basic-section ul.outcome-list.outcome-list-3 li,
  body.page-template-success-stories section.basic-section ul.outcome-list.outcome-list-3 li,
  body.page-template-sparse section.basic-section ul.outcome-list.outcome-list-3 li,
  body.page-template-home section.basic-section ul.outcome-list.outcome-list-3 li,
  body.page-template-webinar section.basic-section ul.outcome-list.outcome-list-3 li,
  body.page-template-video-sbowcase section.basic-section ul.outcome-list.outcome-list-3 li,
  body.post-type-archive-resources section.basic-section ul.outcome-list.outcome-list-3 li,
  body.blog section.basic-section ul.outcome-list.outcome-list-3 li,
  body.page-template-flexible-content section.basic-section ul.outcome-list.outcome-list-4 li,
  body.page-template-success-stories section.basic-section ul.outcome-list.outcome-list-4 li,
  body.page-template-sparse section.basic-section ul.outcome-list.outcome-list-4 li,
  body.page-template-home section.basic-section ul.outcome-list.outcome-list-4 li,
  body.page-template-webinar section.basic-section ul.outcome-list.outcome-list-4 li,
  body.page-template-video-sbowcase section.basic-section ul.outcome-list.outcome-list-4 li,
  body.post-type-archive-resources section.basic-section ul.outcome-list.outcome-list-4 li,
  body.blog section.basic-section ul.outcome-list.outcome-list-4 li,
  body.page-template-flexible-content section.basic-section ul.outcome-list.outcome-list-5 li,
  body.page-template-success-stories section.basic-section ul.outcome-list.outcome-list-5 li,
  body.page-template-sparse section.basic-section ul.outcome-list.outcome-list-5 li,
  body.page-template-home section.basic-section ul.outcome-list.outcome-list-5 li,
  body.page-template-webinar section.basic-section ul.outcome-list.outcome-list-5 li,
  body.page-template-video-sbowcase section.basic-section ul.outcome-list.outcome-list-5 li,
  body.post-type-archive-resources section.basic-section ul.outcome-list.outcome-list-5 li,
  body.blog section.basic-section ul.outcome-list.outcome-list-5 li,
  body.page-template-flexible-content section.basic-section ul.outcome-list.outcome-list-6 li,
  body.page-template-success-stories section.basic-section ul.outcome-list.outcome-list-6 li,
  body.page-template-sparse section.basic-section ul.outcome-list.outcome-list-6 li,
  body.page-template-home section.basic-section ul.outcome-list.outcome-list-6 li,
  body.page-template-webinar section.basic-section ul.outcome-list.outcome-list-6 li,
  body.page-template-video-sbowcase section.basic-section ul.outcome-list.outcome-list-6 li,
  body.post-type-archive-resources section.basic-section ul.outcome-list.outcome-list-6 li,
  body.blog section.basic-section ul.outcome-list.outcome-list-6 li {
    flex: 1 0 100%;
  }
  body.page-template-flexible-content .section-carousel-left .container-carousel-left,
  body.page-template-success-stories .section-carousel-left .container-carousel-left,
  body.page-template-sparse .section-carousel-left .container-carousel-left,
  body.page-template-home .section-carousel-left .container-carousel-left,
  body.page-template-webinar .section-carousel-left .container-carousel-left,
  body.page-template-video-sbowcase .section-carousel-left .container-carousel-left,
  body.post-type-archive-resources .section-carousel-left .container-carousel-left,
  body.blog .section-carousel-left .container-carousel-left {
    margin: 0;
  }
  body.page-template-flexible-content section.full_width .container-text,
  body.page-template-success-stories section.full_width .container-text,
  body.page-template-sparse section.full_width .container-text,
  body.page-template-home section.full_width .container-text,
  body.page-template-webinar section.full_width .container-text,
  body.page-template-video-sbowcase section.full_width .container-text,
  body.post-type-archive-resources section.full_width .container-text,
  body.blog section.full_width .container-text,
  body.page-template-flexible-content section.success-story-section .container-text,
  body.page-template-success-stories section.success-story-section .container-text,
  body.page-template-sparse section.success-story-section .container-text,
  body.page-template-home section.success-story-section .container-text,
  body.page-template-webinar section.success-story-section .container-text,
  body.page-template-video-sbowcase section.success-story-section .container-text,
  body.post-type-archive-resources section.success-story-section .container-text,
  body.blog section.success-story-section .container-text {
    padding-right: 0;
    display: table;
    margin-bottom: 30px;
  }
  body.page-template-flexible-content section.basic-section ul.outcome-list li .container-outcome-item,
  body.page-template-success-stories section.basic-section ul.outcome-list li .container-outcome-item,
  body.page-template-sparse section.basic-section ul.outcome-list li .container-outcome-item,
  body.page-template-home section.basic-section ul.outcome-list li .container-outcome-item,
  body.page-template-webinar section.basic-section ul.outcome-list li .container-outcome-item,
  body.page-template-video-sbowcase section.basic-section ul.outcome-list li .container-outcome-item,
  body.post-type-archive-resources section.basic-section ul.outcome-list li .container-outcome-item,
  body.blog section.basic-section ul.outcome-list li .container-outcome-item,
  body.page-template-flexible-content body.page-template-home section.basic-section ul.outcome-list li .container-outcome-item,
  body.page-template-success-stories body.page-template-home section.basic-section ul.outcome-list li .container-outcome-item,
  body.page-template-sparse body.page-template-home section.basic-section ul.outcome-list li .container-outcome-item,
  body.page-template-home body.page-template-home section.basic-section ul.outcome-list li .container-outcome-item,
  body.page-template-webinar body.page-template-home section.basic-section ul.outcome-list li .container-outcome-item,
  body.page-template-video-sbowcase body.page-template-home section.basic-section ul.outcome-list li .container-outcome-item,
  body.post-type-archive-resources body.page-template-home section.basic-section ul.outcome-list li .container-outcome-item,
  body.blog body.page-template-home section.basic-section ul.outcome-list li .container-outcome-item {
    margin-right: 0;
  }
  body.page-template-flexible-content .content section.success-story-section .container-section-intro,
  body.page-template-success-stories .content section.success-story-section .container-section-intro,
  body.page-template-sparse .content section.success-story-section .container-section-intro,
  body.page-template-home .content section.success-story-section .container-section-intro,
  body.page-template-webinar .content section.success-story-section .container-section-intro,
  body.page-template-video-sbowcase .content section.success-story-section .container-section-intro,
  body.post-type-archive-resources .content section.success-story-section .container-section-intro,
  body.blog .content section.success-story-section .container-section-intro,
  body.page-template-flexible-content section.success-story-section .container-section-intro,
  body.page-template-success-stories section.success-story-section .container-section-intro,
  body.page-template-sparse section.success-story-section .container-section-intro,
  body.page-template-home section.success-story-section .container-section-intro,
  body.page-template-webinar section.success-story-section .container-section-intro,
  body.page-template-video-sbowcase section.success-story-section .container-section-intro,
  body.post-type-archive-resources section.success-story-section .container-section-intro,
  body.blog section.success-story-section .container-section-intro {
    padding-bottom: 0;
  }
}
/* Laptop max-width 1366px */
@media only screen and (max-width: 1366px) {
  body.page-template-flexible-content section.basic-section-left-right h2,
  body.page-template-success-stories section.basic-section-left-right h2,
  body.page-template-sparse section.basic-section-left-right h2,
  body.page-template-home section.basic-section-left-right h2,
  body.page-template-webinar section.basic-section-left-right h2,
  body.page-template-video-sbowcase section.basic-section-left-right h2,
  body.post-type-archive-resources section.basic-section-left-right h2,
  body.blog section.basic-section-left-right h2 {
    font-size: 32px;
  }
  body.page-template-flexible-content section.basic-section-left-right p.lead,
  body.page-template-success-stories section.basic-section-left-right p.lead,
  body.page-template-sparse section.basic-section-left-right p.lead,
  body.page-template-home section.basic-section-left-right p.lead,
  body.page-template-webinar section.basic-section-left-right p.lead,
  body.page-template-video-sbowcase section.basic-section-left-right p.lead,
  body.post-type-archive-resources section.basic-section-left-right p.lead,
  body.blog section.basic-section-left-right p.lead {
    font-size: 20px;
  }
}
/*Inbetween land */
@media only screen and (min-width: 1081px) and (max-width: 1366px) {
  body.page-template-flexible-content.page-id-6811 .section-carousel-left .container-carousel-left h3 {
    font-size: 42px;
  }
}
/* Mobile Global  */
@media only screen and (max-width: 1081px) {
  .header-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-section .container h1 {
    line-height: 1.125;
  }
  .container-section-intro h2 {
    font-size: 28px;
    color: #432061;
    line-height: 1.25;
    margin: 0 0 30px;
  }
  body.page-template-flexible-content .container-section-intro p.lead,
  body.page-template-home .container-section-intro p.lead,
  body.page-template-webinar .container-section-intro p.lead,
  body.post-type-archive-resources .container-section-intro p.lead,
  body.blog .container-section-intro p.lead,
  body.page-template-home .container-section-intro p.lead,
  body.page-template-flexible-content section.basic-section p.lead,
  body.page-template-home section.basic-section p.lead,
  body.page-template-webinar section.basic-section p.lead,
  body.post-type-archive-resources section.basic-section p.lead,
  body.blog section.basic-section p.lead,
  body.page-template-home section.basic-section p.lead,
  body.page-template-flexible-content .container-section-intro p.subtitle,
  body.page-template-home .container-section-intro p.subtitle,
  body.page-template-webinar .container-section-intro p.subtitle,
  body.post-type-archive-resources .container-section-intro p.subtitle,
  body.blog .container-section-intro p.subtitle,
  body.page-template-home .container-section-intro p.subtitle,
  body.page-template-flexible-content section.basic-section p.subtitle,
  body.page-template-home section.basic-section p.subtitle,
  body.page-template-webinar section.basic-section p.subtitle,
  body.post-type-archive-resources section.basic-section p.subtitle,
  body.blog section.basic-section p.subtitle,
  body.page-template-home section.basic-section p.subtitle {
    font-size: 22px;
    line-height: 1.30769231;
    width: 100%;
  }
  /* basic section*/
  body.page-template-flexible-content section.image-grid-section .container-image-grid.image-grid-4 .image-grid-item {
    max-width: 100%;
  }
}
#post-items.container-resources,
.container-related-resources {
  padding: 50px 0 0;
}
body.page-template-success-stories {
  /* Mobile */
  /* Mobile */
}
body.page-template-success-stories section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-success-stories .header-section h1 {
  text-transform: none;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2380952;
  margin: 20px 0 ;
  padding: 0;
}
body.page-template-success-stories .header-section .logo-client {
  max-width: 600px;
}
body.page-template-success-stories .header-section .col-md-5 {
  max-height: 300px;
}
body.page-template-success-stories section.features-list,
body.page-template-success-stories .location-overview {
  background-color: #8A8390;
  color: #fff;
  padding: 23px 0 26px;
}
body.page-template-success-stories section.features-list ul,
body.page-template-success-stories .location-overview ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-template-success-stories section.features-list ul li,
body.page-template-success-stories .location-overview ul li {
  float: left;
  margin: 0 40px 0 0;
  padding: 0;
  font-weight: 100;
  font-style: normal;
  font-size: 24px;
  line-height: 1.545;
}
body.page-template-success-stories section.features-list ul li strong,
body.page-template-success-stories .location-overview ul li strong {
  font-weight: 700;
}
body.page-template-success-stories .section-intro-quote,
body.page-template-success-stories .section-introduction {
  margin: 30px 0 0;
}
body.page-template-success-stories .section-intro-quote p.lead,
body.page-template-success-stories .section-introduction p.lead {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  margin-top: 0;
  line-height: 1.2;
}
body.page-template-success-stories .section-intro-quote blockquote,
body.page-template-success-stories .section-introduction blockquote {
  display: table;
  position: relative;
  background: #EFEEEF;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2916666;
  padding: 29px 75px;
  color: #432061;
}
body.page-template-success-stories .section-intro-quote blockquote span.quote-source,
body.page-template-success-stories .section-introduction blockquote span.quote-source {
  display: block;
  margin-top: 10px;
  color: #414141;
  font-size: 16px;
  font-weight: 600;
}
body.page-template-success-stories .section-intro-quote blockquote:before,
body.page-template-success-stories .section-introduction blockquote:before {
  position: absolute;
  left: 20px;
  font-size: 120px;
  line-height: 100px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  content: '\201c';
}
body.page-template-success-stories .section-intro-quote blockquote:after,
body.page-template-success-stories .section-introduction blockquote:after {
  position: absolute;
  right: 20px;
  bottom: -40px;
  font-size: 120px;
  line-height: 100px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  content: '\201D';
}
body.page-template-success-stories .section-intro-quote blockquote.hide-quote-marks,
body.page-template-success-stories .section-introduction blockquote.hide-quote-marks {
  padding: 30px 32px;
}
body.page-template-success-stories .section-intro-quote blockquote.hide-quote-marks:before,
body.page-template-success-stories .section-introduction blockquote.hide-quote-marks:before,
body.page-template-success-stories .section-intro-quote blockquote.hide-quote-marks:after,
body.page-template-success-stories .section-introduction blockquote.hide-quote-marks:after {
  display: none;
}
body.page-template-success-stories .section-intro-quote .row.row-second,
body.page-template-success-stories .section-introduction .row.row-second {
  margin: 80px 0 0 0;
}
body.page-template-success-stories .section-intro-quote h3,
body.page-template-success-stories .section-introduction h3 {
  font-style: normal;
  margin: -8px 0 10px;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  color: #C700EB;
  text-transform: uppercase;
}
body.page-template-success-stories .section-quote blockquote {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #EFEEEF;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2916666;
  padding: 29px 75px;
  color: #432061;
}
body.page-template-success-stories .section-quote blockquote span.quote-source {
  display: block;
  margin-top: 10px;
  color: #414141;
  font-size: 16px;
  font-weight: 600;
}
body.page-template-success-stories .section-quote blockquote:before {
  position: absolute;
  left: 20px;
  font-size: 120px;
  line-height: 100px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  content: '\201c';
}
body.page-template-success-stories .section-quote blockquote:after {
  position: absolute;
  right: 20px;
  bottom: -40px;
  font-size: 120px;
  line-height: 100px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  content: '\201D';
}
body.page-template-success-stories .section-quote blockquote.hide-quote-marks {
  padding: 30px 32px;
}
body.page-template-success-stories .section-quote blockquote.hide-quote-marks:before,
body.page-template-success-stories .section-quote blockquote.hide-quote-marks:after {
  display: none;
}
body.page-template-success-stories .section-solutions p,
body.page-template-success-stories .section-basic-2-column p {
  color: #fff !important;
  margin-bottom: 30px;
}
body.page-template-success-stories .section-solutions .container-section-intro,
body.page-template-success-stories .section-basic-2-column .container-section-intro {
  margin: 0 auto 50px;
}
body.page-template-success-stories section.section-results {
  padding: 50px 0 30px;
}
body.page-template-success-stories section.section-results ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
body.page-template-success-stories section.section-results ul li {
  margin: 0;
  padding: 20px 0;
  border-left: 1px solid #69BAF9;
  width: 25%;
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 40px;
  text-align: center;
  color: #432061;
}
body.page-template-success-stories section.section-results ul li strong {
  display: block;
  line-height: 0.9;
  margin: 10px 0 15px;
}
body.page-template-success-stories section.section-results ul li p {
  padding: 0 20%;
  margin: 0;
}
body.page-template-success-stories section.section-results ul li:last-child {
  border-right: 1px solid #69BAF9;
}
body.page-template-success-stories section.section-results .container-disclaimer {
  font-size: 13px;
  margin-top: 30px;
  text-align: center;
  color: #888;
}
body.page-template-success-stories #main > section:nth-child(7) {
  padding: 0;
}
body.page-template-success-stories .section-lava-list,
body.page-template-success-stories .section-articles {
  background: #EFEEEF;
}
body.page-template-success-stories .section-lava-list .container,
body.page-template-success-stories .section-articles .container {
  display: flex;
  position: relative;
  flex-direction: column;
}
body.page-template-success-stories .section-lava-list .container article,
body.page-template-success-stories .section-articles .container article {
  margin: 40px 50px 10px;
}
body.page-template-success-stories .section-lava-list .container article h3,
body.page-template-success-stories .section-articles .container article h3 {
  position: relative;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.125;
  color: #3B3B3C;
  padding-left: 80px;
}
body.page-template-success-stories .section-lava-list .container article h3:before,
body.page-template-success-stories .section-articles .container article h3:before {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  width: 80px;
  height: 80px;
  float: left;
}
body.page-template-success-stories .section-lava-list .container article h3.icon-inpatient:before,
body.page-template-success-stories .section-articles .container article h3.icon-inpatient:before {
  top: -15px;
  background: url(/wp-content/themes/gc-responsive/images/icon-impatient.svg) no-repeat;
}
body.page-template-success-stories .section-lava-list .container article h3.icon-command-center,
body.page-template-success-stories .section-articles .container article h3.icon-command-center {
  margin-top: 0;
}
body.page-template-success-stories .section-lava-list .container article h3.icon-command-center:before,
body.page-template-success-stories .section-articles .container article h3.icon-command-center:before {
  top: 5px;
  background: url(/wp-content/themes/gc-responsive/images/icon-commend-center.svg) no-repeat;
}
body.page-template-success-stories .section-lava-list .container article h3.icon-perioperative:before,
body.page-template-success-stories .section-articles .container article h3.icon-perioperative:before {
  top: -15px;
  background: url(/wp-content/themes/gc-responsive/images/icon-perioperative.svg) no-repeat;
}
body.page-template-success-stories .section-lava-list .container article h3.icon-emergency-department:before,
body.page-template-success-stories .section-articles .container article h3.icon-emergency-department:before {
  top: 5px;
  background: url(/wp-content/themes/gc-responsive/images/icon-emergency-department.svg) no-repeat;
}
body.page-template-success-stories .section-lava-list .container article h3.icon-emergency-department,
body.page-template-success-stories .section-articles .container article h3.icon-emergency-department {
  margin-top: 0;
}
body.page-template-success-stories .section-lava-list .container article:first-child,
body.page-template-success-stories .section-articles .container article:first-child {
  margin-top: 84px;
}
body.page-template-success-stories .section-lava-list .container article:last-child,
body.page-template-success-stories .section-articles .container article:last-child {
  margin-bottom: 80px;
}
body.page-template-success-stories .section-lava-list .container:before,
body.page-template-success-stories .section-articles .container:before {
  content: '';
  width: 3px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 172px;
}
body.page-template-success-stories .section-form-embed h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
}
@media only screen and (max-width: 1366px) {
  body.page-template-success-stories section.features-list ul li,
  body.page-template-success-stories .location-overview ul li {
    font-size: 20px;
  }
  body.page-template-success-stories section.section-results ul li {
    font-size: 45px;
    width: 100%;
  }
  body.page-template-success-stories .section-lava-list .container:before,
  body.page-template-success-stories .section-articles .container:before {
    left: 148px;
  }
  body.page-template-success-stories .section-lava-list .container article h3,
  body.page-template-success-stories .section-articles .container article h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1081px) {
  body.page-template-success-stories .header-section h1 {
    font-size: 32px;
  }
  body.page-template-success-stories .section-intro-quote,
  body.page-template-success-stories .section-introduction {
    margin: 0;
  }
  body.page-template-success-stories .section-intro-quote p.lead,
  body.page-template-success-stories .section-introduction p.lead {
    font-size: 32px;
  }
  body.page-template-success-stories .section-intro-quote h3,
  body.page-template-success-stories .section-introduction h3 {
    font-style: normal;
    margin: 20px 0 10px;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  body.page-template-success-stories .section-intro-quote blockquote,
  body.page-template-success-stories .section-introduction blockquote {
    margin: 0;
  }
  body.page-template-success-stories .section-intro-quote .col-md-offset-1.col-md-5,
  body.page-template-success-stories .section-introduction .col-md-offset-1.col-md-5 {
    padding: 0;
  }
  body.page-template-success-stories .section-intro-quote h3 {
    font-style: normal;
    margin: 20px 0 10px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  body.page-template-success-stories .section-intro-quote blockquote {
    font-size: 20px;
    margin: 0;
  }
  body.page-template-success-stories .section-intro-quote blockquote span.quote-source {
    font-size: 14px;
  }
  body.page-template-success-stories .section-results ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  body.page-template-success-stories .section-results ul li {
    border-left: 1px solid #69baf9;
    border-right: 1px solid #69baf9;
    width: 100%;
    margin: 0 0 20px;
  }
  body.page-template-success-stories .section-lava-list article,
  body.page-template-success-stories .section-articles article {
    margin: 40px 0 10px 50px;
  }
  body.page-template-success-stories .section-lava-list .container:before,
  body.page-template-success-stories .section-articles .container:before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 15px;
  }
  body.page-template-success-stories .section-lava-list .container article h3,
  body.page-template-success-stories .section-articles .container article h3 {
    margin-bottom: 50px;
    font-size: 24px;
  }
  body.page-template-success-stories .section-lava-list .container article h3.icon-emergency-department:before,
  body.page-template-success-stories .section-articles .container article h3.icon-emergency-department:before {
    top: -15px;
  }
  body.page-template-success-stories .section-quote blockquote {
    font-size: 21px;
    margin: 0;
    padding: 29px 20px 29px 55px;
  }
  body.page-template-success-stories .section-quote blockquote span.quote-source {
    font-size: 14px;
  }
  body.page-template-success-stories .section-quote blockquote:before {
    left: 0;
  }
  body.page-template-success-stories .section-quote blockquote:after {
    bottom: -70px;
  }
  body.page-template-success-stories .section-form-embed h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  body.page-template-success-stories #post-items.container-resources .post-item,
  body.page-template-success-stories .container-related-resources .post-item {
    width: 100%;
    height: 400px;
    min-height: 400px;
  }
  body.page-template-success-stories #post-items.container-resources .post-item .container-image,
  body.page-template-success-stories .container-related-resources .post-item .container-image {
    text-align: center;
    height: 200px;
  }
  body.page-template-success-stories #post-items.container-resources .post-item .container-image img,
  body.page-template-success-stories .container-related-resources .post-item .container-image img {
    width: auto;
    margin: 0 auto;
  }
}
.container-related-resources .post-item {
  height: auto;
  min-height: 270px;
  display: flex;
  flex-direction: column;
}
.container-related-resources .btn.btn-default {
  display: none;
}
.container-related-resources a.btn-download,
.container-related-resources a.btn-download:hover,
.container-related-resources a.btn-download:active {
  float: right;
  color: #ACA8B1;
}
#pdf-content-open a,
#pdf-content-open a:hover,
#pdf-content-open a:active,
#pdf-content-open a:visited {
  color: #C700EB;
  text-decoration: underline;
}
#post-items.container-resources .post-item,
.container-related-resources .post-item {
  clear: both;
  padding: 20px;
  width: calc(33.3333% - 20px);
  background-color: #fff;
  margin-bottom: 0;
}
#post-items.container-resources .post-item .container-image,
.container-related-resources .post-item .container-image {
  text-align: center;
  height: 200px;
}
#post-items.container-resources .post-item .container-image img,
.container-related-resources .post-item .container-image img {
  width: auto;
  max-width: 70%;
  margin: 0 auto;
}
#post-items.container-resources,
.container-related-resources {
  padding: 50px 0 0;
}
body.single-resources .container-resource-content {
  padding: 0 0 40px;
  clear: both;
}
body.single-resources .img-resources-thumb,
body.single-resources .wp-post-image {
  margin-right: 50px;
  float: right;
  /*    max-width: 200px;*/
}
body.single-resources p.intro-lead {
  max-width: 480px;
}
body.single-resources .pdf-title {
  font-weight: 600;
}
body.single-resources #pdf-content {
  display: none;
  margin: 40px 0;
}
body.single-resources #pdf-content a {
  color: #C700EB;
  text-decoration: underline;
}
body.single-resources #pdf-content.active {
  display: block;
}
body.single-resources #pdf-content-open {
  font-size: 20px;
}
body.single-resources #pdf-content-open a {
  color: #C700EB;
  text-decoration: underline;
}
body.single-resources h2 {
  margin-bottom: 72px;
  text-align: center;
  line-height: 1.4;
}
body.single-resources .row-resource-content .col-md-6-gc .container-resource-thumb img {
  margin: 0 auto 20px;
  float: none;
}
@media (min-width: 992px) {
  body.single-resources .row-resource-content .col-md-6-gc {
    width: 50%;
  }
  body.single-resources .row-resource-content .col-md-6-gc .container-resource-thumb {
    text-align: center;
  }
  body.single-resources .row-resource-content .col-md-6-gc .container-resource-thumb img {
    margin: 0 auto 30px;
    float: none;
  }
  body.single-resources div.col-md-7.col-md-6-gc {
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
}
@media only screen and (max-width: 1081px) {
  body.single-resources .img-resources-thumb,
  body.single-resources .wp-post-image {
    margin-right: 0;
    float: none;
  }
}
ul.resources-categories {
  list-style: none;
  margin: 0 auto 50px;
  padding: 0;
  text-align: center;
}
ul.resources-categories li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 15px 10px;
  text-align: center;
  line-height: 1.2;
}
ul.resources-categories li a {
  display: inline-block;
  padding-bottom: 5px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 100;
  color: #000;
}
ul.resources-categories li a.active {
  border-bottom: 1px solid #222;
}
ul.resources-categories li:before {
  content: '|';
  font-size: 15px;
  font-weight: 100;
  color: #bbb;
  position: absolute;
  left: -6px;
}
ul.resources-categories li:first-child {
  padding: 0 15px 10px 0;
}
ul.resources-categories li:first-child:before {
  content: ' ';
}
.archive ul.resources-categories li:first-child {
  padding: 0 15px 10px 0;
  width: calc(43% - 15px);
  text-align: right;
}
.archive ul.resources-categories li:first-child a {
  font-weight: 500;
}
.archive ul.resources-categories li:nth-child(2) {
  padding: 0 15px 10px;
  width: calc(13% - 15px);
  text-align: center;
}
.archive ul.resources-categories li:nth-child(2) a {
  font-weight: 500;
}
.archive ul.resources-categories li:nth-child(3) {
  padding: 0 0 10px 15px;
  width: calc(43% - 15px);
  text-align: left;
}
.archive ul.resources-categories li:nth-child(3) a {
  font-weight: 500;
}
.archive ul.resources-categories li:first-child:before,
.archive ul.resources-categories li:nth-child(4):before {
  content: ' ';
}
@media only screen and (max-width: 768px) {
  .archive ul.resources-categories {
    display: flex;
    flex-direction: column;
  }
  .archive ul.resources-categories li,
  .archive ul.resources-categories li:first-child,
  .archive ul.resources-categories li:nth-child(2),
  .archive ul.resources-categories li:nth-child(3) {
    padding: 0 15px 5px;
    width: 100%;
    text-align: center;
  }
  .archive ul.resources-categories li a,
  .archive ul.resources-categories li:first-child a,
  .archive ul.resources-categories li:nth-child(2) a,
  .archive ul.resources-categories li:nth-child(3) a {
    font-weight: 500;
  }
  .archive ul.resources-categories li a {
    font-weight: 100;
  }
  .archive ul.resources-categories li:before {
    content: ' ';
  }
}
#carousel-resources {
  width: 100%;
  height: 300px;
}
#carousel-resources .carousel-item {
  width: 100%;
  height: 300px;
}
/* Laptop max-width 1366px */
@media only screen and (max-width: 1366px) {
  #main {
    min-height: 500px;
  }
  #main #post-items.container-resources .post-item h3,
  #main .container-related-resources .post-item h3 {
    font-size: 16px;
  }
  #main #post-items.container-resources,
  #main .container-related-resources {
    padding: 30px 0;
  }
  #main section.header-section {
    padding: 30px 0;
  }
  #main section.header-section h1 {
    font-size: 34px;
    margin: 0;
  }
  #main section.featured {
    padding: 40px 0 50px;
  }
  #main section.featured a.featured-title,
  #main section.featured a.featured-title:hover,
  #main section.featured a.featured-title:visited,
  #main section.featured a.featured-title:active {
    margin-top: 0;
    font-size: 25px;
    line-height: 1.325;
  }
  #main ul.resources-categories {
    margin: 0 auto 25px;
  }
}
body.page-template-team {
  /* Mobile */
}
body.page-template-team #main {
  margin-top: 65px;
}
body.page-template-team section h2 {
  text-align: center;
}
body.page-template-team section.team-section {
  padding: 50px 0;
}
body.page-template-team section.team-section ul {
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body.page-template-team section.team-section ul li {
  flex: 1 0 25%;
  margin: 30px 0 10px;
  max-width: 285px;
}
body.page-template-team section.team-section ul li .container-person-img img.wp-post-image {
  border-radius: 0;
  margin-bottom: 0;
  width: 240px;
  height: auto;
}
body.page-template-team section.team-section ul li .container-person-info {
  margin: 20px 0;
}
body.page-template-team section.team-section ul li .container-person-info h3 {
  font-size: 18px;
  line-height: 26px;
  color: #432061;
  margin: 0 0 3px;
  padding: 0;
}
body.page-template-team section.team-section ul li .container-person-info .position,
body.page-template-team section.team-section ul li .container-person-info .post-nominal-letters {
  color: #414141;
}
body.page-template-team section.team-section ul li .container-person-info .post-nominal-letters {
  display: none;
}
body.page-template-team section.team-section ul li .container-person-info p {
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
}
body.page-template-team section.team-section ul li .container-person-info .links {
  margin-top: 20px;
}
body.page-template-team section.team-section ul li .container-person-info .links a {
  color: #4A444A;
  font-size: 14px;
  text-decoration: underline;
}
body.page-template-team section.team-section:last-child {
  padding: 50px 0 100px;
}
body.page-template-team section.team-section.short ul li .container-person-info .position {
  display: none;
}
body.page-template-team section.team-section.short ul li .container-person-info .post-nominal-letters {
  display: block;
}
body.page-template-team section.team-section.short ul li .container-person-info .links {
  display: none;
}
@media only screen and (max-width: 1081px) {
  body.page-template-team #main {
    margin-top: 0;
  }
  body.page-template-team .header-section .subtitle {
    font-size: 18px;
    padding: 10px 0 0;
    max-width: 100%;
  }
  body.page-template-team section.team-section ul {
    margin: 0;
  }
  body.page-template-team section.team-section ul li {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: 1 0 100%;
  }
  body.page-template-team section.team-section ul li .container-person-img {
    max-width: 100%;
  }
  body.page-template-team section.team-section ul li .container-person-img img.wp-post-image {
    width: 100%;
    height: auto;
  }
  body.page-template-team section.team-section ul li .container-person-info {
    display: block;
    padding: 0;
    margin: 20px 0;
  }
}
body.single-team {
  /* Mobile */
}
body.single-team #container-team-single {
  margin-bottom: 40px;
}
body.single-team .container-bio {
  margin: 0 20px;
}
body.single-team .container-bio h1 {
  font-size: 32px;
  color: #432061;
  margin: 0 0 5px;
}
body.single-team .container-bio .container-bio-text {
  margin: 20px 0;
}
body.single-team .container-bio .links {
  margin: 20px 0 50px;
}
body.single-team .container-bio .links a {
  color: #4A444A;
  font-size: 14px;
  text-decoration: underline;
}
@media only screen and (max-width: 1081px) {
  body.single-team #container-team-single {
    margin: 40px 0;
  }
  body.single-team .container-bio {
    margin: 20px 0;
  }
}
body.page-template-webinar {
  /* Mobile */
}
body.page-template-webinar #main {
  margin-top: 65px;
}
body.page-template-webinar section h2 {
  text-align: center;
  line-height: 1.4;
}
body.page-template-webinar section.webinar-section .container {
  padding: 0;
}
body.page-template-webinar .container-webinar-details {
  margin-top: 50px;
}
body.page-template-webinar .container-webinar-details .container-text {
  padding-top: 20px;
}
body.page-template-webinar .container-webinar-details .hero-img {
  border-bottom: 1px solid rgba(138, 131, 144, 0.5);
  padding-bottom: 20px;
  width: 100%;
}
body.page-template-webinar .container-webinar-details .img-related-logo {
  max-width: 250px;
}
body.page-template-webinar .container-webinar-details .container-dates {
  align-self: flex-end;
  margin-bottom: 20px;
}
body.page-template-webinar .container-webinar-details strong {
  color: #432061;
}
body.page-template-webinar .container-webinar-details .container-video {
  display: none;
}
body.page-template-webinar .container-webinar-details .container-video.active {
  display: block;
}
body.page-template-webinar .container-webinar-details .video-tn {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.page-template-webinar .container-webinar-details ul {
  margin: 10px 0 20px;
  padding: 0;
  list-style-type: none;
  display: table;
}
body.page-template-webinar .container-webinar-details ul li {
  font-family: soleil, arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.444444;
  color: #414141;
  position: relative;
  float: left;
  padding: 0 15px 15px 12px;
}
body.page-template-webinar .container-webinar-details ul li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: #432061;
  border-radius: 50%;
  display: block;
  top: 11px;
  left: 0;
}
body.page-template-webinar .container-webinar-details ul li:last-child {
  padding-bottom: 0;
}
body.page-template-webinar section.presenters-section {
  padding: 20px 0 50px;
}
body.page-template-webinar section.presenters-section ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body.page-template-webinar section.presenters-section ul li {
  flex: 1 0 25%;
  flex-direction: row;
  margin: 30px 0 40px;
  text-align: center;
}
body.page-template-webinar section.presenters-section ul li .container-person {
  margin: 0 auto;
  min-height: 280px;
  max-width: 240px;
  border-bottom: 1px solid #D0CDD3;
}
body.page-template-webinar section.presenters-section ul li .container-person-img img.wp-post-image {
  border-radius: 0;
  margin: 0 auto;
  width: 162px;
  height: auto;
}
body.page-template-webinar section.presenters-section ul li .container-person-info {
  margin: 20px 0;
}
body.page-template-webinar section.presenters-section ul li .container-person-info h3 {
  font-size: 18px;
  line-height: 26px;
  color: #432061;
  margin: 0 0 1px;
  padding: 0;
}
body.page-template-webinar section.presenters-section ul li .container-person-info .post-nominal-letters {
  font-size: 18px;
  line-height: 26px;
  color: #432061;
  margin: 0 0 5px;
  font-weight: 800;
  display: block;
}
body.page-template-webinar section.presenters-section ul li .container-person-info .position {
  color: #979797;
  font-size: 14px;
  display: block;
}
body.page-template-webinar section.presenters-section ul li .container-person-info p {
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
}
body.page-template-webinar section.presenters-section ul li .container-person-info .links {
  margin-top: 20px;
}
body.page-template-webinar section.presenters-section ul li .container-person-info .links a {
  color: #4A444A;
  font-size: 14px;
  text-decoration: underline;
}
body.page-template-webinar section.presenters-section ul.list-1 li {
  flex: 1 0 100%;
}
body.page-template-webinar section.presenters-section ul.list-2 li {
  flex: 1 0 50%;
  padding: 0 50px;
}
body.page-template-webinar section.presenters-section ul.list-3 li {
  flex: 1 0 33.33333%;
  padding: 0 50px;
}
body.page-template-webinar section.presenters-section ul.list-4 li {
  flex: 1 0 25%;
  max-width: 280px;
}
body.page-template-webinar section.team-section:last-child {
  padding: 50px 0 100px;
}
body.page-template-webinar section.team-section.short ul li .container-person-info .position {
  display: none;
}
body.page-template-webinar section.team-section.short ul li .container-person-info .post-nominal-letters {
  display: block;
}
@media only screen and (max-width: 1081px) {
  body.page-template-webinar #main {
    margin-top: 0;
  }
  body.page-template-webinar section.webinar-section .container {
    padding: 0 20px;
  }
  body.page-template-webinar .container-webinar-details {
    margin-top: 70px;
  }
  body.page-template-webinar .container-webinar-details .container-dates {
    margin: 20px 0;
  }
  body.page-template-webinar .container-webinar-details .video-tn {
    margin-top: 30px;
  }
  body.page-template-webinar section.presenters-section ul,
  body.page-template-webinar section.presenters-section ul.list-1,
  body.page-template-webinar section.presenters-section ul.list-2,
  body.page-template-webinar section.presenters-section ul.list-3,
  body.page-template-webinar section.presenters-section ul.list-4 {
    margin: 0;
  }
  body.page-template-webinar section.presenters-section ul li,
  body.page-template-webinar section.presenters-section ul.list-1 li,
  body.page-template-webinar section.presenters-section ul.list-2 li,
  body.page-template-webinar section.presenters-section ul.list-3 li,
  body.page-template-webinar section.presenters-section ul.list-4 li {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: 1 0 100%;
  }
  body.page-template-webinar section.presenters-section ul li .container-person,
  body.page-template-webinar section.presenters-section ul.list-1 li .container-person,
  body.page-template-webinar section.presenters-section ul.list-2 li .container-person,
  body.page-template-webinar section.presenters-section ul.list-3 li .container-person,
  body.page-template-webinar section.presenters-section ul.list-4 li .container-person {
    max-width: 100%;
  }
  body.page-template-webinar section.presenters-section ul li .container-person-img,
  body.page-template-webinar section.presenters-section ul.list-1 li .container-person-img,
  body.page-template-webinar section.presenters-section ul.list-2 li .container-person-img,
  body.page-template-webinar section.presenters-section ul.list-3 li .container-person-img,
  body.page-template-webinar section.presenters-section ul.list-4 li .container-person-img {
    max-width: 100%;
  }
  body.page-template-webinar section.presenters-section ul li .container-person-img img.wp-post-image,
  body.page-template-webinar section.presenters-section ul.list-1 li .container-person-img img.wp-post-image,
  body.page-template-webinar section.presenters-section ul.list-2 li .container-person-img img.wp-post-image,
  body.page-template-webinar section.presenters-section ul.list-3 li .container-person-img img.wp-post-image,
  body.page-template-webinar section.presenters-section ul.list-4 li .container-person-img img.wp-post-image {
    width: 100%;
    height: auto;
  }
  body.page-template-webinar section.presenters-section ul li .container-person-info,
  body.page-template-webinar section.presenters-section ul.list-1 li .container-person-info,
  body.page-template-webinar section.presenters-section ul.list-2 li .container-person-info,
  body.page-template-webinar section.presenters-section ul.list-3 li .container-person-info,
  body.page-template-webinar section.presenters-section ul.list-4 li .container-person-info {
    display: block;
    padding: 0;
    margin: 20px 0;
  }
}
body.page-template-video-showcase {
  /* Mobile */
}
body.page-template-video-showcase #main {
  margin-top: 65px;
}
body.page-template-video-showcase section h2 {
  text-align: center;
  line-height: 1.4;
  font-size: 46px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #432061;
}
body.page-template-video-showcase section .subtitle {
  font-size: 28px;
  color: #432061;
}
body.page-template-video-showcase section .container-blockquote {
  margin-top: 50px;
  border-top: 1px solid #D0CDD3;
  border-bottom: 1px solid #D0CDD3;
}
body.page-template-video-showcase section blockquote {
  position: relative;
  padding: 20px 0 30px;
  margin: 0;
  font-size: 24px;
  color: #432061;
  font-weight: 100;
}
body.page-template-video-showcase section blockquote:before {
  display: none;
}
body.page-template-video-showcase section.webinar-section .container {
  padding: 0;
}
body.page-template-video-showcase .container-webinar-details {
  margin-top: 50px;
}
body.page-template-video-showcase .container-webinar-details .container-text {
  padding-top: 40px;
}
body.page-template-video-showcase .container-webinar-details .hero-img {
  border-bottom: 1px solid rgba(138, 131, 144, 0.5);
  padding-bottom: 20px;
  width: 100%;
}
body.page-template-video-showcase .container-webinar-details .img-related-logo {
  max-width: 250px;
}
body.page-template-video-showcase .container-webinar-details .container-dates {
  align-self: flex-end;
  margin-bottom: 20px;
}
body.page-template-video-showcase .container-webinar-details strong {
  color: #432061;
}
body.page-template-video-showcase .container-webinar-details .video-tn {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-video-showcase .container-webinar-details ul {
  margin: 20px 0 20px;
  padding: 0;
  list-style-type: none;
  display: table;
}
body.page-template-video-showcase .container-webinar-details ul li {
  font-family: soleil, arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.444444;
  color: #414141;
  position: relative;
  float: left;
  padding: 0 15px 15px 12px;
}
body.page-template-video-showcase .container-webinar-details ul li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: #432061;
  border-radius: 50%;
  display: block;
  top: 11px;
  left: 0;
}
body.page-template-video-showcase .container-webinar-details ul li:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 1081px) {
  body.page-template-video-showcase #main {
    margin-top: 0;
  }
  body.page-template-video-showcase section h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  body.page-template-video-showcase section .subtitle {
    font-size: 20px;
  }
  body.page-template-video-showcase section .container-blockquote {
    margin-top: 50px;
    border-top: 1px solid #D0CDD3;
    border-bottom: 1px solid #D0CDD3;
  }
  body.page-template-video-showcase section blockquote {
    position: relative;
    padding: 20px 0 30px;
    margin: 0;
    font-size: 23px;
    color: #432061;
    font-weight: 100;
  }
  body.page-template-video-showcase section blockquote:before {
    display: none;
  }
  body.page-template-video-showcase section.webinar-section .container {
    padding: 0 20px;
  }
  body.page-template-video-showcase .container-webinar-details {
    margin-top: 30px;
  }
  body.page-template-video-showcase .container-webinar-details .container-text {
    padding-top: 25px;
  }
  body.page-template-video-showcase .container-webinar-details .container-video {
    height: auto;
  }
  body.page-template-video-showcase .container-webinar-details .video-tn {
    margin-top: 30px;
    height: 260px;
  }
}
p:empty {
  display: none;
}
img.home-automation-platform {
  margin: 60px auto;
  width: 100%;
  height: auto;
  max-width: 840px;
}
body.page-id-6818 .container-footer-cta {
  display: none;
}
body.home section {
  padding: 50px 0;
}
body.home div.hot-pink-upper {
  text-transform: uppercase;
  color: #c700eb;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
body.home .container-box.container-box-white.perioperative,
body.home .container-box.container-box-white.inpatient {
  padding-left: 120px;
  position: relative;
}
body.home .container-box.container-box-white:before {
  content: '';
  width: 70px;
  height: 70px;
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 35px;
}
body.home .container-box.container-box-white.perioperative:before {
  background: url(/wp-content/uploads/2020/01/icon-expert-resources.svg) no-repeat;
  background-size: contain;
}
body.home .container-box.container-box-white.inpatient:before {
  background: url(/wp-content/uploads/2020/01/icon-LOS-optimization.svg) no-repeat;
  background-size: contain;
}
body.page-template-flexible-content section.basic-section .container-exceptional {
  margin-top: 50px;
  height: auto;
}
body.page-template-flexible-content section.basic-section .container-exceptional h3 {
  font-size: 40px;
  margin: 0;
  padding: 0 0 10px;
  font-weight: 100;
  text-transform: uppercase;
  border-bottom: 1px solid #00B9FF;
}
body.page-template-flexible-content section.basic-section .container-exceptional ul.outcome-list {
  margin: 0;
}
body.page-template-flexible-content section.basic-section .container-exceptional ul.outcome-list li .container-outcome-item {
  border: none;
  padding: 0 0 50px;
}
body.page-template-flexible-content section.basic-section .container-exceptional ul.outcome-list li .container-outcome-item.arrow-up {
  padding: 0 0 40px 27px;
  position: relative;
}
body.page-template-flexible-content section.basic-section .container-exceptional ul.outcome-list li .container-outcome-item.arrow-up:before {
  content: '';
  background: url(https://stageqventus.wpengine.com/wp-content/uploads/2022/12/blue-arrow-up.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 120px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
body.page-template-flexible-content section.basic-section .container-exceptional ul.outcome-list li .container-outcome-item.arrow-down {
  padding: 0 0 40px 27px;
  position: relative;
}
body.page-template-flexible-content section.basic-section .container-exceptional ul.outcome-list li .container-outcome-item.arrow-down:before {
  content: '';
  background: url(https://stageqventus.wpengine.com/wp-content/uploads/2022/12/blue-arrow-down.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 120px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
body.page-template-flexible-content section.basic-section .container-exceptional .container-outcome-item.with {
  position: relative;
}
body.page-template-flexible-content section.basic-section .container-exceptional .container-outcome-item.with:after {
  content: '';
  position: absolute;
  background: url(https://stageqventus.wpengine.com/wp-content/uploads/2022/12/text-with.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 20px;
  width: 70px;
  height: 12px;
  display: block;
}
@media only screen and (max-width: 1081px) {
  body.page-template-flexible-content section.basic-section .container-exceptional .container-outcome-item.with:after {
    top: auto;
    bottom: 0;
    left: 25px;
  }
}
@media only screen and (min-width: 1081px) {
  body.page-id-6818 .push {
    display: none;
  }
  body.page-id-6818 .gc-wrapper {
    margin-bottom: 0;
  }
  body.page-id-6818 footer {
    height: auto;
  }
}
@media only screen and (max-width: 1081px) {
  img.home-automation-platform {
    max-width: 100%;
  }
  body.home .container-box.container-box-white.perioperative,
  body.home .container-box.container-box-white.inpatient {
    padding-left: 120px;
    position: relative;
    display: block;
  }
  body.home .container-box.container-box-white.perioperative h3,
  body.home .container-box.container-box-white.inpatient h3 {
    font-size: 22px;
    line-height: 1.25;
  }
  body.home .container-box.container-box-white.perioperative div.hot-pink-upper,
  body.home .container-box.container-box-white.inpatient div.hot-pink-upper {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1081px) {
  body.home #main,
  body.page-template-flexible-content #main,
  body.page-template-success-stories #main,
  body.resources-template-default #main {
    margin-top: 65px;
  }
}
section#violator,
section.section-violator {
  background-color: #C700EB;
  padding: 20px 0;
}
section#violator p,
section.section-violator p {
  font-size: 28px;
  margin-bottom: 0;
}
section#violator p a,
section.section-violator p a {
  color: #fff;
  transition: all ease 500ms;
}
section#violator p a:hover,
section.section-violator p a:hover,
section#violator p a:active,
section.section-violator p a:active {
  color: #fff;
  text-decoration: underline;
}
section#violator p a:after,
section.section-violator p a:after {
  content: url(/wp-content/themes/gc-responsive/images/icon-arrow-white.svg);
  padding-left: 12px;
}
@media only screen and (min-width: 992px) {
  section#violator .container,
  section.section-violator .container {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  body.home section#violator .container {
    padding: 0;
  }
  body.home .container-section-nav {
    opacity: 0;
    transition: all ease 700ms;
  }
  body.home .container-section-nav.transparent {
    opacity: 1;
    width: 100%;
    background: transparent;
    border-bottom: none;
  }
  body.home .container-section-nav.transparent .navbar-brand {
    background-image: url(/wp-content/themes/gc-responsive/images/logo-qventus-white.svg);
  }
  body.home .container-section-nav.transparent ul#menu-main-menu > li > a,
  body.home .container-section-nav.transparent ul#menu-main-menu > li > a:hover {
    color: #fff;
  }
  body.home .container-section-nav.white-bg {
    opacity: 1;
  }
  body.home #main {
    margin-top: 0;
  }
  body.home h2 {
    font-size: 52px;
  }
  body.home p.lead {
    margin: 25px 0 20px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    body.home #carousel-home > div.vidbg-container > video:not(*:root) {
      visibility: visible !important;
      opacity: 1 !important;
    }
  }
}
body.page-template-flexible-content section.dark .lead-pf {
  padding: 40px 0 10px;
}
body.page-template-flexible-content section.dark .container-logo-qventus-pf {
  text-align: center;
  margin-bottom: 20px;
}
body.page-template-flexible-content section.dark .container-logo-qventus-pf .logo-qventus-pf {
  max-width: 150px;
}
body.page-template-flexible-content section.dark .container-section-pf {
  width: 100%;
  border-top: 1px solid #00B9FF;
  border-bottom: 1px solid #00B9FF;
  color: #fff;
  padding: 0;
}
body.page-template-flexible-content section.dark .container-section-pf .col-md-6 {
  padding: 25px 10px 0;
}
body.page-template-flexible-content section.dark .container-section-pf .col-md-6 .container-border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 120px;
}
body.page-template-flexible-content section.dark .container-section-pf .col-md-6 a {
  text-decoration: underline;
  font-weight: 600;
  color: #D0CDD3;
}
body.page-template-flexible-content section.dark .container-section-pf .col-md-6 a:hover,
body.page-template-flexible-content section.dark .container-section-pf .col-md-6 a:active {
  color: #C700EB;
}
body.page-template-flexible-content section.dark .container-section-pf h3 {
  color: #C700EB;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
body.page-template-flexible-content section.dark .container-section-pf ul {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
body.page-template-flexible-content section.dark .container-section-pf ul li {
  position: relative;
  float: left;
  padding: 0 15px 0 12px;
}
body.page-template-flexible-content section.dark .container-section-pf ul li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: #979797;
  border-radius: 50%;
  display: block;
  top: 9px;
  left: 0;
}
body.page-template-flexible-content section.dark .container-section-pf p {
  color: #fff;
}
body.page-template-flexible-content section.dark .container-section-pf-bottom {
  width: 100%;
  border-bottom: 1px solid #00B9FF;
  color: #fff;
  padding: 0;
}
body.page-template-flexible-content section.dark .container-section-pf-bottom .col-md-6 {
  padding: 25px 10px 10px;
}
body.page-template-flexible-content section.dark .container-section-pf-bottom p {
  color: #fff;
}
body.page-template-flexible-content section.dark .container-section-pf-bottom .container-logos img {
  height: auto;
}
body.page-template-flexible-content section.dark .container-section-pf-bottom .container-logos img.cerner {
  width: 94px;
  height: 24px;
}
body.page-template-flexible-content section.dark .container-section-pf-bottom .container-logos img.allscripts {
  width: 107px;
  height: 24px;
}
body.page-template-flexible-content section.dark .container-section-pf-bottom .container-logos img.epic {
  margin: 5px 10px 0 0;
  width: 55px;
  height: 21px;
}
@media only screen and (max-width: 1081px) {
  body.home .carousel-bg {
    background-size: cover;
  }
  body.home section#violator p {
    font-size: 18px;
    margin-bottom: 0;
  }
  body.page-template-flexible-content section.dark .lead-pf {
    padding: 0 0 20px;
  }
  body.page-template-flexible-content section.dark .container-logo-qventus-pf {
    text-align: center;
    margin-bottom: 20px;
  }
  body.page-template-flexible-content section.dark .container-logo-qventus-pf .logo-qventus-pf {
    max-width: 150px;
  }
  body.page-template-flexible-content section.dark .container-section-pf {
    width: 100%;
    border-top: 1px solid #00B9FF;
    border-bottom: 1px solid #00B9FF;
    color: #fff;
    padding: 0;
  }
  body.page-template-flexible-content section.dark .container-section-pf .col-md-6 {
    padding: 25px 10px 0;
  }
  body.page-template-flexible-content section.dark .container-section-pf .col-md-6 .container-border-bottom {
    border-bottom: none;
    height: auto;
  }
  body.page-template-flexible-content section.dark .container-section-pf .col-md-6 a {
    text-decoration: underline;
    font-weight: 600;
    color: #D0CDD3;
  }
  body.page-template-flexible-content section.dark .container-section-pf h3 {
    color: #C700EB;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
  body.page-template-flexible-content section.dark .container-section-pf ul {
    margin: 20px 0 0;
  }
  body.page-template-flexible-content section.dark .container-section-pf ul li {
    float: none;
    margin-bottom: 5px;
  }
  body.page-template-flexible-content section.dark .container-section-pf p {
    color: #fff;
  }
  body.page-template-flexible-content section.dark .container-section-pf-bottom {
    width: 100%;
    border-bottom: 1px solid #00B9FF;
    color: #fff;
    padding: 0;
  }
  body.page-template-flexible-content section.dark .container-section-pf-bottom .col-md-6 {
    padding: 25px 10px 10px;
  }
  body.page-template-flexible-content section.dark .container-section-pf-bottom p {
    color: #fff;
  }
  body.page-template-flexible-content section.dark .container-section-pf-bottom .container-logos img {
    height: auto;
  }
  body.page-template-flexible-content section.dark .container-section-pf-bottom .container-logos img.cerner {
    width: 94px;
    height: 24px;
  }
  body.page-template-flexible-content section.dark .container-section-pf-bottom .container-logos img.allscripts {
    width: 107px;
    height: 24px;
  }
  body.page-template-flexible-content section.dark .container-section-pf-bottom .container-logos img.epic {
    margin: 5px 10px 0 0;
    width: 55px;
    height: 21px;
  }
}
.container-indicator-home {
  position: absolute;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.vidbg-container {
  opacity: 0;
}*/
#carousel-home {
  background-color: #291D3F;
  height: 60vh;
  min-height: 570px;
  max-height: 570px;
  overflow: hidden;
  opacity: 0;
}
#carousel-home .carousel-bg {
  /*    background-image: none !important;*/
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#carousel-home .text-inner {
  max-width: 60%;
}
#carousel-home .carousel-cell,
#carousel-home .text-inner {
  background-size: contain;
  background-repeat: no-repeat;
  height: 50vh;
  min-height: 570px;
  max-height: 570px;
  width: 100%;
  padding: 20px 0 0 0;
}
#carousel-home .carousel-cell h2,
#carousel-home .text-inner h2 {
  margin: 90px 0 20px;
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.192;
}
#carousel-home .carousel-cell p,
#carousel-home .text-inner p {
  color: #D0CDD3;
  max-width: 450px;
}
#carousel-home .carousel-cell ul li,
#carousel-home .text-inner ul li {
  color: #D0CDD3;
  font-size: 22px;
  font-weight: 100;
  margin: 0;
}
#carousel-home .carousel-cell p.lead,
#carousel-home .text-inner p.lead {
  color: #D0CDD3;
  margin-bottom: 20px;
  max-width: 450px;
  font-size: 22px;
}
#carousel-home .carousel-cell .btn,
#carousel-home .text-inner .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 1081px) {
  .vidbg-container {
    display: none;
  }
  #carousel-home {
    background-color: #291D3F;
    height: auto;
    overflow: hidden;
    opacity: 0;
    min-height: 440px;
  }
  #carousel-home .carousel-bg {
    /*    background-image: none !important;*/
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: auto;
    min-height: 440px;
  }
  #carousel-home .text-inner {
    max-width: 100%;
  }
  #carousel-home .carousel-cell,
  #carousel-home .text-inner {
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    padding: 20px 0 0 0;
  }
  #carousel-home .carousel-cell h2,
  #carousel-home .text-inner h2 {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 32px;
  }
  #carousel-home .carousel-cell p,
  #carousel-home .text-inner p {
    color: #D0CDD3;
    max-width: 460px;
  }
  #carousel-home .carousel-cell p.lead,
  #carousel-home .text-inner p.lead {
    color: #D0CDD3;
    margin-bottom: 20px;
    max-width: 460px;
    font-size: 18px;
  }
  #carousel-home .carousel-cell ul,
  #carousel-home .text-inner ul {
    text-align: left;
    margin: 0 40px;
  }
  #carousel-home .carousel-cell ul li,
  #carousel-home .text-inner ul li {
    color: #D0CDD3;
    font-size: 18px;
    font-weight: 100 !important;
  }
  #carousel-home .carousel-cell .btn,
  #carousel-home .text-inner .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 321px) {
  #carousel-home {
    min-height: 300px;
    max-height: inherit;
  }
  #carousel-home .carousel-bg {
    min-height: 300px;
    max-height: inherit;
    padding-bottom: 90px;
  }
  #carousel-home .text-inner {
    min-height: auto;
    max-height: inherit;
  }
  #carousel-home .carousel-cell h2,
  #carousel-home .text-inner h2 {
    margin: 10px 20px;
    font-size: 22px;
  }
  #carousel-home .carousel-cell p,
  #carousel-home .text-inner p {
    color: #D0CDD3;
    max-width: 460px;
  }
  #carousel-home .carousel-cell p.lead,
  #carousel-home .text-inner p.lead {
    color: #D0CDD3;
    margin-bottom: 20px;
    max-width: 460px;
    font-size: 15px;
  }
  #carousel-home .carousel-cell ul,
  #carousel-home .text-inner ul {
    text-align: left;
    margin: 0 40px;
  }
  #carousel-home .carousel-cell ul li,
  #carousel-home .text-inner ul li {
    color: #D0CDD3;
    font-size: 15px;
    font-weight: 100 !important;
  }
  #carousel-home .carousel-cell .btn,
  #carousel-home .text-inner .btn {
    margin-top: 20px;
  }
}
.basic-section {
  background-repeat: no-repeat;
  background-size: cover;
}
.container-box {
  flex: 1;
  width: 100%;
  min-height: 144px;
  padding: 35px;
  margin: 0 0 20px;
  height: auto;
  /*  border-radius: 6px;*/
  background-color: #2A1D3F;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
}
.container-box h3 {
  margin: 0 0 10px;
  color: #fff;
  text-transform: none;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 32px;
}
.container-box p.lead {
  max-width: 100% !important;
  color: #fff;
}
.container-box h3.small-upper-center {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.container-box .arrow-right {
  box-sizing: border-box;
  height: 13.5px;
  width: 13.5px;
  position: relative;
  overflow: hidden;
}
.container-box .arrow-right::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: -6px;
  height: 13.5px;
  width: 13.5px;
  border: 3.5px solid #C700EB;
  transform: scaleX(-1) rotate(315deg);
}
.container-box .icon-sm {
  max-width: 60px;
  margin: 0 auto 40px;
}
.container-box .btn-default {
  margin-top: 20px;
}
.container-box-white {
  background-color: #fff;
}
.container-box-white h3 {
  color: #432061 !important;
}
.container-box-short {
  padding: 35px 35px 0;
}
.container-box-wide {
  padding: 35px 0 0;
  border-radius: 0;
  box-shadow: none;
}
.container-box-md {
  min-height: 400px;
}
.container-cta {
  text-align: center;
  margin: 40px 0;
}
.box-white {
  position: relative;
  background-color: #fff;
  width: 700px;
  padding: 50px;
  margin: 40px  auto;
}
.box-white h3 {
  margin: 0;
  padding: 0;
  color: #C600EB;
  font-size: 30px;
  letter-spacing: 0.61px;
}
.box-white ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  height: 35px;
}
.box-white ul li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 20px;
  color: #2A1C3F;
}
.box-white ul li:before {
  content: '\00b7';
  color: #A9A9A9;
  padding: 0 10px;
}
.box-white ul li:first-child:before {
  content: '';
  padding: 0;
}
.box-white.arrow-top:before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  top: -14px;
  left: calc(50% - 14px);
  background-color: #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-complete-system,
.btn-center {
  display: block;
  margin: 0 auto;
  width: 200px;
}
.box-white ul.logos-existing-infrastructure {
  margin: 20px 0;
}
.box-white ul.logos-existing-infrastructure li {
  width: 25%;
}
.img-responsive.img-computer {
  max-width: 200px;
  margin: 0 auto 40px;
}
#main > section:nth-child(9) > div > div > h2 {
  /*  text-align: center;*/
}
@media only screen and (max-width: 1081px) {
  .container-proven-success-logos .row-eq-height.align-center [class*="col-"] img {
    margin: 20px auto;
    max-width: 220px;
  }
}
.container-exceptional {
  position: relative;
  height: 450px;
}
.container-strategic-value-content img {
  width: 66px;
  height: auto;
}
.container-strategic-value-content h3 {
  font-size: 28px;
  min-height: 60px;
}
/*animations*/
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-200%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 100;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(200%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 100;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
#pf-automation {
  opacity: 0;
  position: absolute;
  width: 600px;
  left: calc(50% - 300px);
  top: 200px;
  animation: 1s ease 2500ms 1 fadeIn;
  animation-fill-mode: forwards;
}
#pf-automation .container-outer {
  border-radius: 50%;
  animation-fill-mode: forwards;
  background: #af05d2;
  background: linear-gradient(138deg, #af05d2 0%, #06a2e3 100%);
  background-size: 200% 200%;
  animation: gradientBG 5s ease infinite;
  padding: 3px;
}
#pf-automation .container-inner {
  background-color: #2A1D3F;
  padding: 60px 90px;
  border-radius: 50%;
}
#pf-automation h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
  color: #fff;
}
#pf-automation p {
  margin: 0;
  padding: 0;
}
ol.fancy {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
}
ol.fancy li {
  opacity: 0;
  position: relative;
  counter-increment: my-awesome-counter;
  border-top: 1px solid #555;
  padding: 10px 0 40px;
  margin: 60px 0 0;
  font-size: 22px;
  font-weight: 600;
  max-width: 400px;
}
ol.fancy li.bottom {
  border-top: none;
  border-bottom: 1px solid #555;
  padding: 20px 0 20px;
  margin: 0 0 180px;
}
ol.fancy li:before {
  opacity: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  color: #555;
  text-align: center;
  width: 80px;
  height: 50px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  border-left: 1px solid #555;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  top: -50px;
  content: counter(my-awesome-counter);
}
ol.fancy li.center:before {
  left: calc(50% - 40px);
  animation: 1s ease 1000ms 1 slideInFromLeft;
  animation-fill-mode: forwards;
}
ol.fancy li.left:before {
  left: 40px;
  animation: 2s ease 1500ms 1 slideInFromRight;
  animation-fill-mode: forwards;
}
ol.fancy li.right:before {
  left: calc(100% - 120px);
  animation: 1s ease 3000ms 1 slideInFromLeft;
  animation-fill-mode: forwards;
}
ol.fancy li span {
  display: block;
  font-weight: 100;
  font-size: 16px;
}
ol.fancy li.bottom:before {
  top: 95px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  border-left: 1px solid #555;
}
#container-automation {
  width: 100%;
  height: 600px;
  position: relative;
}
#identify {
  position: absolute;
  top: 0;
  left: calc(50% - 200px);
  animation: 1s ease 500ms 1 fadeIn;
  animation-fill-mode: forwards;
}
#orchestrate {
  position: absolute;
  bottom: 0;
  right: 0;
  animation: 1s ease 1500ms 1 fadeIn;
  animation-fill-mode: forwards;
}
#manage {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: 1s ease 2000ms 1 fadeIn;
  animation-fill-mode: forwards;
}
.data-featured {
  z-index: 1;
  width: 100%;
  padding: 0;
  margin: 20px 0 20px;
  min-height: 315px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid #00B9FF;
  border-bottom: 1px solid #00B9FF;
}
.data-featured .featured-inner {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.data-featured .featured-inner .huge {
  text-align: center;
  width: 100%;
  /*      color: @color-purple;
      font-size: 120px;
      font-weight: bold;
      letter-spacing: 2.64px;
      line-height: 1;*/
}
.data-featured .featured-inner .huge img {
  margin: 0 auto;
  height: 110px;
  width: auto;
}
.data-featured .featured-inner .descriptor {
  display: block;
  word-wrap: break-word;
  font-size: 32px;
  line-height: 1.2;
  color: #432061;
  min-height: 74px;
  margin: 0 auto;
}
.container-exceptional .container-box {
  cursor: pointer;
  display: block;
}
@media (max-width: 1081px) {
  body.home p.lead {
    max-width: 100%;
  }
  #data-featured {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 160px;
    padding: 35px;
    margin: 0 0 20px;
    height: auto;
    border-radius: 6px;
    background-color: #2A1D3F;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
  }
  #data-featured .featured-inner {
    height: 140px;
    margin: 20px 0;
  }
  #data-featured .featured-inner .huge {
    width: 100%;
    font-size: 72px;
    color: #fff;
    line-height: 1;
  }
  #data-featured .featured-inner .text-inner .descriptor {
    width: 100%;
    word-wrap: break-word;
    align-self: flex-end;
    font-size: 16px;
    color: #fff;
  }
  body.home .carousel-home {
    overflow: hidden;
    height: 70vh;
    opacity: 0;
  }
  body.home .carousel-home .text-inner {
    max-width: 100%;
    text-align: center;
  }
  body.home .carousel-home .text-inner p.lead {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
  }
  body.home .carousel-home .text-inner h2 {
    margin-top: 20px;
    font-size: 34px;
  }
  body.home .carousel-home .carousel-cell {
    background-size: contain;
    background-repeat: no-repeat;
    height: 70vh;
    width: 100%;
    padding: 20px;
    background-color: #24193B;
  }
  body.home .carousel-home .carousel-cell p.lead {
    color: #D0CDD3;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.navbar-brand-white {
  background-image: url(/wp-content/themes/gc-responsive/images/logo-qventus-white.svg);
}
.logo-4Sight-white {
  width: 165px;
  height: auto;
  margin: 13px 15px;
}
#main #container-lp-propelling .sparse-header {
  background-color: #2A1D3F;
  background-image: url(https://qventus.com/wp-content/uploads/2020/07/landing-banner-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#main #container-lp-propelling .navbar-brand-white {
  display: block;
}
#main #container-lp-propelling h1 {
  clear: both;
  float: none;
  color: #FFFFFF;
  font-family: soleil, arial, sans-serif;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 30px;
}
#main #container-lp-propelling h1 span {
  margin-top: 5px;
  display: block;
  font-size: 31px;
  letter-spacing: 0;
  font-weight: 400;
}
#main #container-lp-propelling section.container-lp-propelling-content {
  padding: 50px 0;
  background-color: #F3F2F3;
}
#main #container-lp-propelling h2.no-time {
  color: #432061;
  font-family: soleil, arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#main #container-lp-propelling h2.get-your-copy {
  color: #C700EB;
  font-family: soleil, arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 0;
}
#main #container-lp-propelling section.sparse-header {
  padding: 20px 0;
}
#main #container-lp-propelling .container-section {
  padding: 0 80px 0 0;
}
#main #container-lp-propelling .container-section p {
  color: #4A444A !important;
  font-family: soleil, arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}
#main #container-lp-propelling .container-section ul {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
#main #container-lp-propelling .container-section ul li {
  position: relative;
  color: #4A444A;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 15px;
  padding: 0 15px;
}
#main #container-lp-propelling .container-section ul li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: #C700EB;
  border-radius: 50%;
  display: block;
  top: 14px;
  left: 0;
}
#main #container-lp-propelling .container-download-white-paper {
  background-color: #fff;
  padding: 30px;
  width: 435px;
}
#main #container-lp-propelling .container-form-propelling {
  position: relative;
  padding: 30px 0 0;
  /*height: 703px;*/
  width: 300px;
  background-color: #fff;
  /* box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.03);*/
}
#main #container-lp-propelling .container-form-propelling .container-z-form {
  width: 70%;
}
#main #container-lp-propelling .img-cloud-9 {
  position: absolute;
  left: 300px;
  top: 75px;
  max-width: 250px;
  height: auto;
}
#main #container-lp-propelling .logos-etc h2 {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0;
}
#main #container-lp-propelling ul.logo-listings {
  display: table;
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}
#main #container-lp-propelling ul.logo-listings li {
  float: left;
  width: 20%;
  padding: 0 10px;
}
#main #container-lp-propelling ul.logo-listings li img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#main #container-lp-propelling .copyright-gray {
  float: right;
  color: #8A8390 !important;
  font-size: 12px !important;
  letter-spacing: 0.3px !important;
}
#main #container-lp-propelling .copyright-gray a {
  color: #8A8390 !important;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  #main #container-lp-propelling .container-section {
    padding: 0;
  }
  #main #container-lp-propelling .navbar-brand {
    margin-left: 0;
    margin-right: 0;
    height: 30px;
    background-image: url(/wp-content/themes/gc-responsive/images/logo-qventus-white.svg);
  }
  #main #container-lp-propelling .logo-4Sight-white {
    width: 135px;
    height: auto;
    margin: 20px 0;
    float: left;
  }
  #main #container-lp-propelling .container-lp-propelling .logos-etc h2 {
    text-align: center;
    margin-bottom: 60px;
  }
  #main #container-lp-propelling h1 {
    font-size: 32px;
    margin: 20px 0;
  }
  #main #container-lp-propelling h1 span {
    font-size: 22px;
  }
  #main #container-lp-propelling h2.no-time {
    font-size: 22px;
    line-height: 26px;
    margin-top: 0;
  }
  #main #container-lp-propelling h2.get-your-copy {
    font-size: 22px;
    line-height: 26px;
  }
  #main #container-lp-propelling section.sparse-header {
    padding: 20px 0;
  }
  #main #container-lp-propelling .container-form-propelling {
    width: auto;
    margin-top: 0;
  }
  #main #container-lp-propelling .container-form-propelling .container-z-form {
    width: 100%;
  }
  #main #container-lp-propelling .container-download-white-paper {
    background-color: #fff;
    margin-top: 0;
    padding: 15px;
    width: auto;
  }
  #main #container-lp-propelling .container-section p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  #main #container-lp-propelling .container-section ul li {
    font-size: 18px;
    line-height: 24px;
  }
  #main #container-lp-propelling .container-section ul li:before {
    top: 10px;
  }
  #main #container-lp-propelling .logos-etc h2 {
    font-size: 28px;
    line-height: 26px;
  }
  #main #container-lp-propelling .img-cloud-9 {
    position: relative;
    left: auto;
    top: auto;
    display: none;
  }
  #main #container-lp-propelling ul.logo-listings {
    width: 100%;
  }
  #main #container-lp-propelling ul.logo-listings li {
    float: none;
    width: 100%;
    padding: 40px 15%;
  }
  #main #container-lp-propelling ul.logo-listings li img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.container-covid-timeline {
  padding-top: 285px;
  background-image: url(/wp-content/themes/gc-responsive/images/covid-landing-Solutions-for-Hospitals-top.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
ul.qventus-chevron {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}
ul.qventus-chevron li {
  display: inline-block;
  align-items: center;
  background: url(/wp-content/themes/gc-responsive/images/timeline-chevron.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  float: left;
  margin-left: -20px;
  transition: all ease 260ms;
}
ul.qventus-chevron li:hover {
  background: url(/wp-content/themes/gc-responsive/images/timeline-chevron-hover.svg) no-repeat;
}
ul.qventus-chevron li:first-child {
  margin-left: 0;
}
ul.qventus-chevron li:last-child {
  background: url(/wp-content/themes/gc-responsive/images/timeline-chevron-gradation.svg) no-repeat;
  margin-left: -20px;
  transition: none;
  background-position: top right;
}
ul.qventus-chevron li:last-child a {
  width: 160px;
  cursor: none;
}
ul.qventus-chevron li a {
  display: table-cell;
  vertical-align: middle;
  color: #C700EB;
  font-weight: 600;
  font-size: 15px;
  width: 270px;
  height: 88px;
  padding: 0 40px 0 60px;
  text-align: left;
}
ul.qventus-chevron li a:hover {
  color: #fff;
}
ul.qventus-chevron li:first-child a {
  padding: 0 50px 0 60px;
}
ul.covid-time-period {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.covid-time-period li {
  float: left;
  font-size: 18px;
  font-weight: 100;
  width: 33%;
  text-align: center;
  padding: 0;
  margin: 0;
}
ul.covid-time-period li:first-child {
  width: 28%;
  text-align: left;
}
ul.covid-time-period li:last-child {
  width: 39%;
  text-align: right;
}
ul.covid-time-period li:first-child {
  width: 28%;
  text-align: left;
}
ul.covid-time-period li:last-child {
  width: 39%;
  text-align: right;
}
hr.blue-arrow {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #69BAF9;
  position: relative;
  overflow: visible;
}
hr.blue-arrow:after {
  content: url(/wp-content/themes/gc-responsive/images/arrrow-blue-point.png);
  width: 6px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 9px;
}
@media screen and (max-width: 1180px) {
  div.container-covid-timeline > img.hidden-md {
    display: block !important;
  }
  .container-covid-timeline {
    padding-top: 0;
    background-image: none;
  }
  ul.qventus-chevron {
    display: block;
  }
  ul.qventus-chevron li {
    display: block;
    float: none;
    margin: 20px 0;
    padding: 10px;
    width: 100%;
    background: none;
    border: 1px solid #C700EB;
  }
  ul.qventus-chevron li:hover {
    background: none;
  }
  ul.qventus-chevron li a {
    display: block;
    vertical-align: middle;
    color: #C700EB;
    font-size: 16px;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
  }
  ul.qventus-chevron li a:hover {
    color: #C700EB;
  }
  ul.qventus-chevron li:last-child {
    display: none;
  }
  ul.covid-time-period {
    margin: 40px 0;
  }
  ul.covid-time-period li {
    float: none;
    width: 100%;
    margin: 10px 0;
    text-align: left;
  }
  ul.covid-time-period li:first-child {
    width: 100%;
    text-align: left;
  }
  ul.covid-time-period li:last-child {
    width: 100%;
    text-align: left;
  }
}
/* 06 - Blog and Resources */
.news-hero {
  padding: 50px 0;
  background-color: #f3f3f3;
}
body.blog ul.resources-categories li a {
  font-weight: 500;
}
.container-list-post-terms {
  margin: 20px auto;
}
ul.list-post-terms {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}
ul.list-post-terms li {
  float: left;
}
ul.list-post-terms li:after {
  content: ' | ';
  padding: 0 15px;
}
ul.list-post-terms li:last-child:after {
  content: ' ';
}
section.featured {
  padding: 80px 0;
}
section.featured .img-featured {
  padding-right: 10px;
}
section.featured a.featured-title,
section.featured a.featured-title:hover,
section.featured a.featured-title:visited,
section.featured a.featured-title:active {
  margin-top: -5px;
  font-size: 26px;
  color: #432061;
  font-family: soleil, arial, sans-serif;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
  line-height: 1.325;
}
.container-resources {
  background-color: #F3F2F3;
}
.container-resources .container {
  padding-left: 0;
  padding-right: 0;
}
.container-news {
  background-color: #F3F2F3;
}
#post-items.container-resources,
.container-related-resources {
  padding: 50px 0;
}
#post-items.container-resources .grid,
.container-related-resources .grid {
  width: 100%;
}
#post-items.container-resources h2,
.container-related-resources h2 {
  font-size: 24px;
  line-height: 1.35;
  margin: 10px 0 30px;
  color: #414141;
  text-transform: capitalize;
  font-weight: 300;
}
#post-items.container-resources .post-item,
.container-related-resources .post-item {
  clear: both;
  padding: 40px;
  width: calc(33.3333% - 20px);
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 4px 4px 5px 3px rgba(0, 0, 0, 0.03);
  height: 240px;
  margin-right: 20px;
}
#post-items.container-resources .post-item .resource-title,
.container-related-resources .post-item .resource-title {
  cursor: pointer;
}
#post-items.container-resources .post-item h3,
.container-related-resources .post-item h3 {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 10px;
  color: #4A444A !important;
  font-weight: 300;
  min-height: 73px;
}
#post-items.container-resources .post-item .terms,
.container-related-resources .post-item .terms,
#post-items.container-resources .post-item p,
.container-related-resources .post-item p {
  padding: 0;
}
#post-items.container-resources .post-item .terms,
.container-related-resources .post-item .terms {
  padding: 10px 0 20px;
  font-family: soleil, arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 1px solid #555555;
}
#post-items.container-resources .post-item .terms.cat-case-study,
.container-related-resources .post-item .terms.cat-case-study {
  color: #00B9FF;
  border-top: 1px solid #00B9FF;
}
#post-items.container-resources .post-item .terms.cat-report,
.container-related-resources .post-item .terms.cat-report {
  color: #042BFA;
  border-top: 1px solid #042BFA;
}
#post-items.container-resources .post-item .terms.cat-ebook,
.container-related-resources .post-item .terms.cat-ebook {
  color: #FF781C;
  border-top: 1px solid #FF781C;
}
#post-items.container-resources .post-item .terms.cat-solution-brief,
.container-related-resources .post-item .terms.cat-solution-brief {
  color: #C700EB;
  border-top: 1px solid #C700EB;
}
#post-items.container-resources .post-item .terms.cat-webinar,
.container-related-resources .post-item .terms.cat-webinar {
  color: #F7341B;
  border-top: 1px solid #F7341B;
}
#post-items.container-resources .post-item .terms.cat-whitepaper,
.container-related-resources .post-item .terms.cat-whitepaper,
#post-items.container-resources .post-item .terms.cat-ebooks-and-whitepapers,
.container-related-resources .post-item .terms.cat-ebooks-and-whitepapers {
  color: #45B757;
  border-top: 1px solid #45B757;
}
#post-items.container-resources .post-item .terms.cat-video,
.container-related-resources .post-item .terms.cat-video {
  color: #EB008B;
  border-top: 1px solid #EB008B;
}
#post-items.container-resources .post-item .terms.cat-guide,
.container-related-resources .post-item .terms.cat-guide {
  color: #432061;
  border-top: 1px solid #432061;
}
#post-items.container-resources .post-item .terms.cat-podcast,
.container-related-resources .post-item .terms.cat-podcast {
  color: #8A8390;
  border-top: 1px solid #8A8390;
}
#post-items.container-resources .post-item .resource-title .terms .case-study,
.container-related-resources .post-item .resource-title .terms .case-study {
  color: #00B9FF;
}
#post-items.container-resources .post-item .resource-title .terms .ebook,
.container-related-resources .post-item .resource-title .terms .ebook {
  color: #FF781C;
}
#post-items.container-resources .post-item .resource-title .terms .solution-brief,
.container-related-resources .post-item .resource-title .terms .solution-brief {
  color: #C700EB;
}
#post-items.container-resources .post-item .resource-title .terms .webinar,
.container-related-resources .post-item .resource-title .terms .webinar {
  color: #F7341B;
}
#post-items.container-resources .post-item .resource-title .terms .whitepaper,
.container-related-resources .post-item .resource-title .terms .whitepaper,
#post-items.container-resources .post-item .resource-title .terms .ebooks-and-whitepapers,
.container-related-resources .post-item .resource-title .terms .ebooks-and-whitepapers {
  color: #45B757;
}
#post-items.container-resources .post-item .resource-title .terms .video,
.container-related-resources .post-item .resource-title .terms .video {
  color: #EB008B;
}
#post-items.container-resources .post-item .resource-title .terms .guide,
.container-related-resources .post-item .resource-title .terms .guide {
  color: #432061;
}
#post-items.container-resources .post-item .resource-title .terms .podcast,
.container-related-resources .post-item .resource-title .terms .podcast {
  color: #8A8390;
}
#post-items.container-resources .post-item .link-download,
.container-related-resources .post-item .link-download {
  padding: 0;
  float: right;
}
#post-items.container-resources .post-item .link-download a,
.container-related-resources .post-item .link-download a {
  text-transform: uppercase;
  color: #8A8390;
}
@media only screen and (min-width: 1081px) {
  #post-items.container-resources .post-item .link-download,
  .container-related-resources .post-item .link-download {
    margin-top: -20px;
    opacity: 0;
    transition: all ease 500ms;
  }
}
#post-items.container-resources .post-item p.excerpt,
.container-related-resources .post-item p.excerpt {
  font-size: 14px;
}
#post-items.container-resources .post-item p.tags,
.container-related-resources .post-item p.tags {
  font-size: 12px;
  color: #888888;
}
#post-items.container-resources .post-item:hover .link-download,
.container-related-resources .post-item:hover .link-download {
  margin-top: 0;
  opacity: 1;
}
.container-related-resources .post-item {
  height: auto;
  min-height: 440px;
  display: flex;
  flex-direction: column;
}
.container-related-resources .post-item .btn-download,
.container-related-resources .post-item .btn-download:hover,
.container-related-resources .post-item .btn-download:active {
  color: #aca8b1;
}
.container-related-resources .post-item .resource-title {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.container-related-resources .post-item .resource-title .btn {
  display: block;
  margin: 30px auto 0;
}
.container-related-resources .post-item .container-image {
  text-align: center;
  height: 200px;
}
.container-related-resources .post-item .container-image img {
  width: auto;
  max-width: 70%;
  margin: 0 auto;
}
#post-items.container-news {
  padding: 50px 0;
}
#post-items.container-news .row {
  width: 100%;
  display: flex;
}
#post-items.container-news .post-item {
  width: 83.33333333%;
  margin-left: 8.33333333%;
  clear: both;
  padding: 20px 0;
  border-bottom: 1px solid #D0CDD3;
}
#post-items.container-news .post-item .container-news-text {
  display: flex;
  align-items: center;
}
#post-items.container-news .post-item .container-news-text .post-title {
  margin-left: 5px;
}
#post-items.container-news .post-item .container-news-text .post-title p {
  margin: 0;
}
#post-items.container-news .post-item .container-news-text a.post-title-link {
  color: #4A444A;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
#post-items.container-news .post-item .container-news-text a.post-title-link:hover,
#post-items.container-news .post-item .container-news-text a.post-title-link:active {
  color: #C700EB;
}
#post-items.container-news .post-item .container-news-text ul.post-item-info {
  font-size: 12px;
  color: #432061;
  text-transform: uppercase;
  padding-bottom: 0;
}
#post-items.container-news .post-item .container-news-text ul.post-item-info li {
  padding: 5px 10px 0 0;
}
#post-items.container-news .post-item .container-news-text ul.post-item-info li span.post-categories {
  text-transform: uppercase;
}
.featured-post-image {
  width: calc(100% - 30px);
}
.featured-post h2 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}
.featured-post h3 {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 400;
}
.featured-post h3 a {
  color: #432061;
}
.featured-post div.excerpt {
  margin-bottom: 30px;
}
.container-blog-posts-outer h2 {
  margin: 30px 0;
  font-size: 22px;
}
.sidebar {
  padding: 10px;
  margin-bottom: 10px;
}
.sidebar h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 300;
}
.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 5px 0 0 0;
}
.sidebar ul li {
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #fff;
  text-transform: capitalize;
}
.sidebar ul li:first-child {
  border-top: 1px solid #fff;
}
/*section#post-items {
  min-height: 500px;

}*/
.container-post-item {
  border-top: 1px solid #f3f3f3;
  padding: 30px 0;
  cursor: pointer;
  position: relative;
}
.post-title .post-title-link {
  font-size: 22px;
  color: #432061;
}
.wp-post-image {
  width: 100%;
  height: auto;
  margin-right: 20px;
}
.container-post-img-default {
  background-color: #fff;
  width: 100%;
  height: 80px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-post-img-default .post-img-default {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 240px;
}
#container-blog-single .blog-content a {
  color: #c700eb;
  text-decoration: underline;
  word-break: break-all;
}
#container-blog-single ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
#container-blog-single ul li span {
  font-weight: 300 !important;
}
.blog-content {
  margin: 20px 0 60px;
}
.blog-content section {
  padding: 0;
}
.blog-content h2,
.blog-content h3 {
  font-weight: 100;
  line-height: 1.325;
}
.blog-content h2 {
  font-size: 24px;
}
.blog-content h3 {
  font-size: 20px;
}
.blog-content p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.blog-content p span {
  font-weight: 300 !important;
}
.blog-content .container-blockquote {
  margin: 20px 0;
  padding: 0 20px 10px;
  background-color: #f3f3f3;
}
.blog-content blockquote {
  position: relative;
  padding: 30px 0 50px;
  margin: 0 20px;
  font-size: 24px;
  color: #C700EB;
  line-height: 1.5;
}
.blog-content blockquote p {
  font-size: 24px;
  color: #C700EB;
  font-weight: 300;
  margin: 0;
}
.blog-content blockquote .quote-source {
  display: inline;
  float: none;
  font-size: 16px;
  font-weight: bold;
}
.blog-content blockquote:before {
  position: absolute;
  left: -15px;
  content: '\201c';
}
.blog-content blockquote:after {
  content: '';
}
.blog-content ul {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
.blog-content ul li {
  position: relative;
  color: #4A444A;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  padding: 0 15px;
}
.blog-content ul li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: #432061;
  border-radius: 50%;
  display: block;
  top: 11px;
  left: 0;
}
.blog-content ul li ul li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: transparent;
  border: 1px solid #432061;
  display: block;
  top: 11px;
  left: 0;
}
.blog-content .callout-dark {
  background-color: #2A1D3F;
  color: #fff;
  padding: 40px;
  margin: 0 0 20px;
}
.blog-content .callout-dark ul li,
.blog-content .callout-dark p {
  color: #fff;
}
.blog-content .callout-dark ul li:before {
  background-color: #fff;
}
.blog-content .callout-dark ul li ul li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: transparent;
  border: 1px solid #fff;
  display: block;
  top: 11px;
  left: 0;
}
.blog-content .callout-dark strong,
.blog-content .callout-dark b {
  color: #69BAF9;
}
ul.post-item-info {
  list-style-type: none;
  padding: 0 0 10px;
  font-size: 14px;
  width: 100%;
  display: flex;
}
ul.post-item-info-archive {
  width: 100%;
  margin-bottom: 0;
}
ul.post-item-info.full-width {
  width: 100%;
}
ul.post-item-info li {
  list-style-type: none;
  padding: 5px 10px 5px 0;
  margin: 0;
  float: left;
}
ul.post-item-info li span.post-categories {
  text-transform: capitalize;
}
ul.post-item-info i {
  color: #555555;
}
.blog-categories {
  text-transform: capitalize;
}
.container-excerpt {
  clear: both;
  float: none;
}
.container-excerpt p {
  margin-bottom: 0;
}
.wp-caption {
  padding: 20px;
  background: #eee;
}
.wp-caption img {
  margin-bottom: 20px;
}
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
body.single-post h1 {
  line-height: 1.25;
  margin-bottom: 15px;
}
body.single-post #blog-sidebar {
  margin: 45px 0;
}
/*team*/
.container-team-item {
  margin-bottom: 40px;
  height: 500px;
}
.container-team-item .blog-title {
  font-size: 16px;
}
.container-team-item .blog-title h2 {
  font-size: 18px;
  margin: 0 0 4px;
}
.container-pagination {
  clear: both;
  float: none;
  margin-bottom: 50px;
}
.comments-area {
  margin-bottom: 60px;
}
/*Comment Output*/
.post-item-intro {
  background-color: #eee;
  padding: 20px;
}
.blog-content img {
  width: 100%;
  height: auto;
  margin: 40px 0;
}
.item-image {
  width: 165px;
  height: 165px;
  border: 1px solid #ddd;
}
.image-author {
  float: left;
  margin: 0 20px 20px 0;
}
#main #container-blog-single {
  padding-left: 0;
}
@media only screen and (min-width: 1081px) {
  .container-tableau {
    margin-right: -400px;
  }
}
@media only screen and (max-width: 1081px) {
  #container-blog-single section {
    padding: 0;
  }
  .container-post-item {
    max-width: 100%;
  }
  #post-items.container-news .post-item {
    width: 100%;
    margin-left: 0;
  }
  body.blog #main .container-content-simple,
  body.archive #main .container-content-simple,
  body.post-type-archive-resources #main .container-content-simple {
    padding: 0;
  }
  body.blog #main .grid,
  body.archive #main .grid,
  body.post-type-archive-resources #main .grid {
    width: 100%;
  }
  body.blog #main .news-hero,
  body.archive #main .news-hero,
  body.post-type-archive-resources #main .news-hero {
    padding: 20px 0;
  }
  body.blog #main .featured-post-image,
  body.archive #main .featured-post-image,
  body.post-type-archive-resources #main .featured-post-image {
    width: 100%;
  }
  body.blog #main .featured-post,
  body.archive #main .featured-post,
  body.post-type-archive-resources #main .featured-post {
    margin: 20px 10px;
  }
  body.blog #main .post-item,
  body.archive #main .post-item,
  body.post-type-archive-resources #main .post-item {
    padding: 20px 0;
    width: 100%;
    height: auto;
  }
  body.blog #main .post-item .col-md-2,
  body.archive #main .post-item .col-md-2,
  body.post-type-archive-resources #main .post-item .col-md-2,
  body.blog #main .post-item .col-md-10,
  body.archive #main .post-item .col-md-10,
  body.post-type-archive-resources #main .post-item .col-md-10 {
    padding: 0;
  }
  body.blog #main .container-post-img-default,
  body.archive #main .container-post-img-default,
  body.post-type-archive-resources #main .container-post-img-default {
    width: 100%;
    text-align: center;
  }
  body.blog #main .post-title,
  body.archive #main .post-title,
  body.post-type-archive-resources #main .post-title {
    margin: 20px 0 0;
  }
  body.blog #main .wp-post-image,
  body.archive #main .wp-post-image,
  body.post-type-archive-resources #main .wp-post-image,
  body.blog #main .size-full,
  body.archive #main .size-full,
  body.post-type-archive-resources #main .size-full {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  body.blog #main section.featured .img-featured,
  body.archive #main section.featured .img-featured,
  body.post-type-archive-resources #main section.featured .img-featured {
    float: none;
    max-width: 100%;
    margin: 0;
  }
  body.blog #main section#post-items,
  body.archive #main section#post-items,
  body.post-type-archive-resources #main section#post-items {
    padding: 0;
  }
  body.post-type-archive-resources .container-first-row,
  body.blog .container-first-row {
    padding-top: 0;
  }
  section.featured a.featured-title,
  section.featured a.featured-title:hover,
  section.featured a.featured-title:visited,
  section.featured a.featured-title:active {
    margin-top: 20px;
  }
  section.featured .img-featured {
    padding-right: 0;
  }
  .container-resources .container {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.post-type-archive-resources #main .post-item {
    padding: 20px;
    width: 100%;
    height: auto;
  }
  #post-items.container-news .row {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  #main #container-blog-single {
    padding: 0 10px;
  }
  #main #container-blog-single h1:first-child {
    margin-top: 20px;
  }
  #main #container-blog-single .blog-content img {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  #post-items.container-resources,
  .container-related-resources {
    padding: 50px 0;
  }
  #post-items.container-resources .grid,
  .container-related-resources .grid {
    width: 100%;
  }
  #post-items.container-resources .post-item,
  .container-related-resources .post-item {
    width: 100%;
  }
}
.modal-video {
  display: block;
}
.btn.modal-video {
  display: inline;
}
.video-tn {
  position: relative;
  width: 450px;
  height: 280px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.video-tn img.modal-video-hero {
  z-index: 1;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 450px;
  height: 280px;
}
.video-tn .play-modal-video {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: url(/wp-content/themes/gc-responsive/images/icon-video-play.svg) no-repeat;
  filter: invert(1);
  background-size: contain;
}
@media only screen and (min-width: 767px) {
  .container-videos .video-title {
    padding: 0 10px 10px 0;
    font-weight: 600;
  }
  .container-videos p {
    margin-bottom: 0;
    padding: 0 40px 50px 0;
    font-size: 16px;
    line-height: 1.375;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.7);
  }
  .container-videos .container-video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    background-color: transparent;
    margin: 0 10px 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(1);
    transition: all linear 250ms;
  }
  .container-videos .container-video .icon-play-video {
    width: 50px;
    filter: invert(1);
    opacity: 0.95;
    transition: all ease 500ms;
  }
  .container-videos .container-video:hover .icon-play-video {
    opacity: 1;
  }
  .container-videos .container-video:hover {
    filter: brightness(1.1);
  }
  .container-videos .row .col-md-6:first-child {
    padding-right: 15px;
  }
  .container-videos .row .col-md-6:last-child {
    padding-left: 15px;
  }
  body.page-template-sparse .container-videos .container-video:after {
    content: "";
    background: #271d3f;
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
}
@media only screen and (max-width: 766px) {
  .container-videos p {
    margin-bottom: 0;
    padding: 0 0 50px 0;
    font-size: 16px;
    line-height: 1.375;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.7);
  }
  .container-videos .container-video {
    display: flex;
    width: 100%;
    height: 300px;
    background-color: #666;
    margin: 0 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .container-videos .container-video .icon-play-video {
    width: 50px;
    filter: invert(1);
    opacity: 0.6;
    margin: 0 auto;
  }
  .container-videos .video-title {
    font-weight: 600;
    font-size: 20px;
    padding: 0 10px 10px 0;
    line-height: 1.375;
  }
  .container-video {
    height: 190px;
    background-color: transparent;
    background-size: contain;
  }
}
/* Mobile */
@media only screen and (max-width: 1081px) {
  .header-section .container-videos {
    margin-top: 30px;
  }
  .video-tn {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 240px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video-tn img.modal-video-hero {
    z-index: 1;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 240px;
  }
}
.container-legal {
  max-width: 900px;
}
.container-legal p {
  font-size: 18px;
  margin: 0 0 20px;
}
.container-legal ul,
.container-legal ol {
  margin: 30px 0;
}
.container-legal ul li,
.container-legal ol li {
  font-family: soleil, arial, sans-serif;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 300;
  line-height: 1.444444;
  color: #414141;
}
.container-legal ul {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
.container-legal ul li {
  position: relative;
  color: #4A444A;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  padding: 0 15px;
}
.container-legal ul li:before {
  position: absolute;
  content: ' ';
  height: 5px;
  width: 5px;
  background-color: #432061;
  border-radius: 50%;
  display: block;
  top: 11px;
  left: 0;
}
.container-legal table tr th {
  background-color: #eee;
  font-family: soleil, arial, sans-serif;
  font-size: 16px;
}
.container-legal table tr td {
  font-family: soleil, arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
body.page-template-sparse .container-section-nav,
body.page-template-sparse footer,
body.page-template-sparse .push {
  display: none;
}
body.page-template-sparse .footer-sparse {
  background-color: #2A1D3F;
  color: #fff;
}
body.page-template-sparse .footer-sparse p {
  margin-bottom: 0;
}
body.page-template-sparse .footer-sparse .content {
  width: 100%;
}
body.page-template-sparse .footer-sparse .copyright {
  height: 14px;
  color: #885DCD;
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
  display: block;
  margin-top: 15px;
}
body.page-template-sparse .footer-sparse .copyright a,
body.page-template-sparse .footer-sparse .copyright a:hover,
body.page-template-sparse .footer-sparse .copyright a:visited,
body.page-template-sparse .footer-sparse .copyright a:active {
  color: #885DCD;
}
body.page-template-sparse .footer-sparse ul.social {
  float: right;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) {
  body.page-template-sparse .gc-wrapper {
    min-height: 50%;
    margin-bottom: 0;
  }
}
body.page-template-sparse .box-aqua-blue {
  position: relative;
  background-color: #00B9FF;
  padding: 20px 30px;
}
body.page-template-sparse .summit-form-top div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 100%;
}
body.page-template-sparse .summit-form-top label,
body.page-template-sparse .summit-form-bottom label {
  color: #fff;
}
body.page-template-sparse .container-section p {
  color: #ccc !important;
}
body.page-template-sparse .container-section {
  padding: 0 80px 40px 0;
}
@media only screen and (max-width: 821px) {
  body.page-template-sparse .container-section {
    padding: 40px 0;
  }
}
body.page-template-sparse section.dark p {
  color: #fff;
}
body.page-template-sparse .container-innovation-summit-2020 h1 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 38px;
  margin: 20px 0 0;
}
body.page-template-sparse .container-innovation-summit-2020 .innovations-summit-header p.lead {
  font-size: 20px;
}
body.page-template-sparse .container-innovation-summit-2020 .innovations-summit-header ul.in-page-nav li {
  width: calc(33% - 20px);
  margin-right: 20px;
  float: left;
  border-bottom: 1px solid #EB008B;
  line-height: 2.2;
}
body.page-template-sparse .container-innovation-summit-2020 .innovations-summit-header ul.in-page-nav li a:hover {
  color: #69BAF9;
}
body.page-template-sparse .container-innovation-summit-2020 h2 {
  text-transform: uppercase;
}
body.page-template-sparse .container-innovation-summit-2020 .container-schedule p {
  font-size: 16px;
  margin: 5px 0 10px;
}
body.page-template-sparse .container-innovation-summit-2020 .container-schedule strong {
  color: #432061;
}
body.page-template-sparse .container-innovation-summit-2020 #speakers h2 {
  border-bottom: none;
  margin-bottom: 20px;
}
body.page-template-sparse .container-innovation-summit-2020 #speakers .container-speakers .speaker-item h3 {
  color: #432061;
  line-height: 1.325;
}
body.page-template-sparse .container-innovation-summit-2020 #highlights {
  padding: 50px 0;
}
body.page-template-sparse .container-innovation-summit-2020 ul.list-speakers {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.page-template-sparse .container-innovation-summit-2020 ul.list-speakers li {
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #ececec;
}
body.page-template-sparse .container-innovation-summit-2020 ul.list-speakers li:last-child {
  padding: 0;
  margin: 0 0 5px;
  border-bottom: none;
}
body.page-template-sparse .container-innovation-summit-2020 #back-top-top {
  background-color: #00B9FF;
  padding: 50px 0;
}
body.page-template-sparse .container-innovation-summit-2020 #back-top-top .btn {
  font-size: 18px;
  max-width: 500px;
}
@media only screen and (max-width: 810px) {
  body.page-template-sparse .container-innovation-summit-2020 .innovations-summit-header ul.in-page-nav li {
    width: 100%;
    margin-right: 20px;
    float: left;
    border-bottom: 1px solid #EB008B;
    border-top: none;
    line-height: 2.2;
  }
  body.page-template-sparse .container-innovation-summit-2020 .innovations-summit-header ul.in-page-nav li a:hover {
    color: #00B9FF;
  }
}
body > div.wrapper.wrapper--innovation-summit.wrapper--loaded {
  background-color: #271d3f;
}
.cut {
  position: relative;
  width: 500px;
  height: 200px;
  padding: 20px;
  color: #000;
  background: #ccc;
}
.cut:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent #fff;
}
.innovations-summit-header ul.in-page-nav {
  color: #FDFDFD;
  font-size: 17px;
  font-weight: 500;
  list-style-type: none;
  width: 100%;
}
.innovations-summit-header ul.in-page-nav li {
  width: calc(33% - 20px);
  margin-right: 20px;
  float: left;
  border-bottom: 2px solid #B02EE5;
  line-height: 2.2;
}
.innovations-summit-header ul.in-page-nav li a,
.innovations-summit-header ul.in-page-nav li a:hover,
.innovations-summit-header ul.in-page-nav li a:active,
.innovations-summit-header ul.in-page-nav li a:visited {
  color: #fff;
}
.innovations-summit-header ul.in-page-nav li:last-child {
  width: 33%;
  margin-right: 0;
}
.innovation-grid {
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.innovation-grid .item {
  flex: 1 1 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 10px;
  padding: 0 20px 0 0;
}
.innovation-grid .item img {
  margin: 20px auto 5px;
}
.innovation-grid .item span.caption {
  color: #4A444A;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.432;
}
.container-innovation-videos-cta {
  padding: 40px 0 0;
  color: #4A444A;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
}
.container-innovation-videos-cta a {
  color: #EB008B;
  text-decoration: underline;
}
img.is-logo {
  margin: 30px 0 50px;
  max-width: 356px;
}
.logo-footer {
  max-width: 160px;
  margin: 0 !important;
}
.innovations-summit-images {
  min-height: 500px;
}
.is-first-row {
  margin-bottom: 100px;
}
.logo-fairmount-svg {
  width: 190px;
  height: auto;
}
.innovations-summit-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #271d3f;
  color: #fff;
  padding: 2rem 0 10rem !important;
}
.innovations-summit-header p.lead {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  padding-right: 100px;
}
.innovations-summit-report-header {
  background-color: #271d3f;
  color: #fff;
  padding: 5rem 0 2rem !important;
}
.innovations-summit-report-header p.lead {
  padding-top: 15px;
  font-weight: 100;
  line-height: 1.4;
  padding-right: 50px;
  padding-left: 20px;
  font-size: 22px;
  color: #fff;
}
.innovations-summit-report-header p.lead:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 766px) {
  .innovations-summit-report-header p.lead {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    padding-right: 0;
    padding-left: 0;
  }
  body.sparse .innovations-summit-report-header .content img.is-logo {
    margin: 10px 0 20px;
    max-width: 260px;
    width: auto;
  }
  .innovation-grid .item {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 20px 0 0;
  }
  .innovation-grid .item img {
    margin: 20px auto;
  }
}
.box-hot-pink {
  position: relative;
  background-color: #B02EE5;
  padding: 20px 30px;
}
.box-hot-pink h1 {
  margin-bottom: 8px;
  margin-top: 10px;
}
.box-hot-pink h2 {
  margin-top: 12px;
  font-weight: 600;
}
.box-hot-pink .is-date,
.box-hot-pink .is-location {
  font-size: 24px;
  font-weight: 500;
}
.button.hot-pink {
  background-color: #B02EE5;
  color: #fff;
  transition: all ease 500ms;
}
.button.hot-pink:hover {
  background-color: #2A1D3F;
  color: #fff;
}
#location a,
a:hover,
a:active {
  color: #fff;
}
.innovations-summit-hot-pink {
  padding: 3.4rem 0 4rem;
}
.innovations-summit-hot-pink .content {
  width: 100%;
}
.innovations-summit-hot-pink h2 {
  text-align: left;
  margin-right: 0;
  font-size: 24px;
  margin-bottom: 20px;
}
.innovations-summit-light {
  background-color: #fff;
}
.innovations-summit-light .content {
  width: 100%;
}
.innovations-summit-light h2 {
  color: #8110AF;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 300;
  border-bottom: 2px solid #B02EE5;
  width: 100%;
  margin-bottom: 50px;
}
.innovations-summit-light h3 {
  color: #8110AF;
}
.innovations-summit-dark {
  background-color: #271d3f;
  color: #fff;
}
.innovations-summit-dark .content {
  width: 100%;
}
.innovations-summit-dark h2 {
  color: #B02EE5;
  font-size: 40px;
  line-height: 1.8;
  font-weight: 300;
  border-bottom: 2px solid #B02EE5;
  width: 100%;
  margin-bottom: 50px;
}
.innovations-summit-dark h3 {
  color: #B02EE5;
}
.innovations-summit-hot-pink {
  background-color: #B02EE5;
  color: #fff;
}
.innovations-summit-hot-pink p {
  margin: 0;
}
.innovations-summit-hot-pink .header-request {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  body.sparse .content img.is-logo {
    margin: 0;
  }
  body.sparse .innovations-summit-header ul.in-page-nav {
    color: #FDFDFD;
    font-size: 17px;
    font-weight: 500;
    list-style-type: none;
    width: 100%;
  }
  body.sparse .innovations-summit-header ul.in-page-nav li {
    width: 100%;
    margin-right: 0;
    float: none;
    border-bottom: 2px solid #B02EE5;
    border-top: none;
    line-height: 2.2;
  }
  body.sparse .innovations-summit-header ul.in-page-nav li:last-child {
    width: 100%;
    margin-right: 0;
  }
  body.sparse .innovations-summit-header p.lead {
    padding-right: 0;
  }
  body.sparse .box-hot-pink {
    margin: 40px 0 0;
  }
  body.sparse .innovations-summit-light h2,
  body.sparse .innovations-summit-dark h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    border-bottom: 2px solid #B02EE5;
    width: 100%;
    margin-bottom: 30px;
  }
  body.sparse .innovations-summit-light h3 {
    margin-top: 25px;
  }
  body.sparse .footer__socialMedia {
    margin-left: 0;
    width: calc(100% - 1.5rem);
  }
  body.sparse ul.social__media {
    font-size: 1.375rem;
    list-style: disc outside;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
p.header-request {
  font-family: "Gotham SSm A", "Gotham SSm A", helvetia, arial, sans-serif;
  font-size: 25px;
  text-align: right;
  padding-right: 15px;
}
#label-email-a354a527-d058-4621-bfa9-99fb526dba9a {
  display: none;
}
.content .hois-e-book {
  margin: 0 auto;
  max-width: 400px;
  height: auto;
  width: 100%;
}
.summit-form-top,
.summit-form-bottom,
.summit-form-bottom-signup {
  width: 100%;
}
.summit-form-top div.input,
.summit-form-bottom div.input,
.summit-form-bottom-signup div.input {
  width: 100%;
}
.summit-form-top div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field,
.summit-form-bottom div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field,
.summit-form-bottom-signup div.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  width: 70%;
}
.summit-form-top label,
.summit-form-bottom label,
.summit-form-bottom-signup label {
  color: #ccc;
}
.summit-form-top ::-webkit-input-placeholder,
.summit-form-bottom ::-webkit-input-placeholder,
.summit-form-bottom-signup ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc !important;
}
.summit-form-top ::-moz-placeholder,
.summit-form-bottom ::-moz-placeholder,
.summit-form-bottom-signup ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc !important;
}
.summit-form-top :-ms-input-placeholder,
.summit-form-bottom :-ms-input-placeholder,
.summit-form-bottom-signup :-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc !important;
}
.summit-form-top :-moz-placeholder,
.summit-form-bottom :-moz-placeholder,
.summit-form-bottom-signup :-moz-placeholder {
  /* Firefox 18- */
  color: #ccc !important;
}
.summit-form-top .hs-error-msg,
.summit-form-bottom .hs-error-msg,
.summit-form-bottom-signup .hs-error-msg {
  color: #fff !important;
  padding-top: 15px;
  clear: both;
}
.summit-form-top .hs-form-field input[type="text"],
.summit-form-bottom .hs-form-field input[type="text"],
.summit-form-bottom-signup .hs-form-field input[type="text"],
.summit-form-top .hs-form-field input[type="email"],
.summit-form-bottom .hs-form-field input[type="email"],
.summit-form-bottom-signup .hs-form-field input[type="email"],
.summit-form-top .hs-form-field input[type="phone"],
.summit-form-bottom .hs-form-field input[type="phone"],
.summit-form-bottom-signup .hs-form-field input[type="phone"],
.summit-form-top .hs-form-field input[type="number"],
.summit-form-bottom .hs-form-field input[type="number"],
.summit-form-bottom-signup .hs-form-field input[type="number"],
.summit-form-top .hs-form-field input[type="tel"],
.summit-form-bottom .hs-form-field input[type="tel"],
.summit-form-bottom-signup .hs-form-field input[type="tel"],
.summit-form-top .hs-form-field input[type="date"],
.summit-form-bottom .hs-form-field input[type="date"],
.summit-form-bottom-signup .hs-form-field input[type="date"],
.summit-form-top .hs-form-field textarea,
.summit-form-bottom .hs-form-field textarea,
.summit-form-bottom-signup .hs-form-field textarea {
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
  border-bottom: none;
  width: 50%;
  float: left;
  margin-bottom: 15px !important;
  padding: 12px 12px 10px !important;
}
.summit-form-top .hs_submit input[type="submit"],
.summit-form-bottom .hs_submit input[type="submit"],
.summit-form-bottom-signup .hs_submit input[type="submit"] {
  background: #fff !important;
  border-color: #ffffff !important;
  color: #B02EE5 !important;
  font-size: 16px;
  border-radius: 0;
  margin-left: 0 !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  padding: 10px 15px !important;
}
.summit-form-top .hs-form-field,
.summit-form-bottom .hs-form-field,
.summit-form-bottom-signup .hs-form-field {
  margin-bottom: 0 !important;
}
h2.hot-pink-smaller {
  border-bottom: none;
  color: #B02EE5;
  font-size: 28px;
  line-height: 1.2105;
}
.summit-form-bottom .innovations-summit-hot-pink h2 {
  text-align: left;
  margin-right: 0;
  font-size: 24px;
  margin-bottom: 20px;
}
.summit-form-bottom-horizontal {
  width: 700px;
}
.summit-form-bottom-horizontal div.input {
  width: 50%;
}
.summit-form-bottom-horizontal ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
  font-size: 16px !important;
}
.summit-form-bottom-horizontal ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  font-size: 16px !important;
}
.summit-form-bottom-horizontal :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
  font-size: 16px !important;
}
.summit-form-bottom-horizontal :-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
  font-size: 16px !important;
}
.summit-form-bottom-horizontal .hs-error-msg {
  color: #fff !important;
  padding-top: 15px;
  clear: both;
}
.summit-form-bottom-horizontal .hs-form-field input[type="text"],
.summit-form-bottom-horizontal .hs-form-field input[type="email"],
.summit-form-bottom-horizontal .hs-form-field input[type="phone"],
.summit-form-bottom-horizontal .hs-form-field input[type="number"],
.summit-form-bottom-horizontal .hs-form-field input[type="tel"],
.summit-form-bottom-horizontal .hs-form-field input[type="date"],
.summit-form-bottom-horizontal .hs-form-field textarea {
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
  border-bottom: none;
  width: 50%;
  float: left;
  margin-bottom: 0 !important;
  padding: 10px 10px 8px !important;
}
.summit-form-bottom-horizontal .hs_submit input[type="submit"] {
  background: #fff !important;
  border-color: #ffffff !important;
  color: #B02EE5 !important;
  font-size: 18px !important;
  border-radius: 0;
  margin-left: 15px !important;
  margin-bottom: 0 !important;
  padding: 12px 35px !important;
  transition: all ease 500ms;
}
.summit-form-bottom-horizontal .hs_submit input[type="submit"]:hover {
  background: #2A1D3F !important;
  color: #fff !important;
}
.summit-form-bottom-horizontal .hs-form-field {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 820px) {
  img.is-logo {
    margin: 30px 0 50px;
    max-width: 100%;
  }
  .is-first-row {
    margin-bottom: 10px;
  }
  .innovations-summit-images {
    min-height: 100px;
    background-color: #000;
    margin-bottom: 20px;
  }
  .innovations-summit-report-header {
    padding: 2rem 0 2rem !important;
  }
  .innovations-summit-header {
    background-color: #271d3f;
    color: #fff;
    padding: 2rem 0 2rem !important;
  }
  .hois-e-book {
    margin: 50px auto !important;
  }
  h2.hot-pink-smaller {
    border-bottom: none !important;
  }
  svg.logo-fairmount-svg {
    margin-bottom: 20px;
  }
  .summit-form-bottom-horizontal {
    width: 100%;
  }
  .summit-form-bottom-horizontal div.input {
    width: 100%;
    margin-bottom: 20px;
  }
  p.header-request {
    font-family: "Gotham SSm A", "Gotham SSm A", helvetia, arial, sans-serif;
    font-size: 22px;
    text-align: left;
    padding-right: 15px;
  }
  .innovations-summit-dark .container-videos .container-video .icon-play-video {
    width: 50px;
    filter: invert(1);
    opacity: 1;
    margin: 0 auto;
  }
}
/*// events */
h2.misc {
  font-size: 40px;
}
h3.misc {
  color: #e62f2c;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 30px;
}
hr.misc {
  border-top: 1px solid #efefef;
  margin: 30px 0;
}
span.red {
  color: #e62f2c;
}
.spacer-bottom {
  height: 60px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: 100%;
  height: auto;
  display: block;
}
.container-event-logos img {
  padding: 0 60px;
}
ul.in-page-nav {
  margin: 20px 0;
  list-style-type: none;
  display: table;
  padding: 0;
}
ul.in-page-nav li {
  float: left;
  padding: 0;
}
ul.in-page-nav li:after {
  padding: 0 10px;
  content: '\00b7';
  color: #000;
}
ul.in-page-nav li:last-child:after {
  padding: 0;
  content: ' ';
}
.wrapper--qventus-way section.block--content,
.wrapper--qventus-way-2 section.block--content {
  padding-bottom: 0;
}
.wrapper--qventus-way section.block--content.bg--white + .bg--white,
.wrapper--qventus-way-2 section.block--content.bg--white + .bg--white,
.wrapper--howarewedoing section.block--content.bg--white + .bg--white {
  padding-top: 0;
}
.wrapper--howarewedoing section.block--content {
  padding: 0 0 5em;
}
.wrapper--howarewedoing .banner__svg {
  width: 70%;
}
.wrapper--qventus-way section.block--content .content p,
.wrapper--qventus-way-2 section.block--content .content p {
  max-width: 600px;
}
.cw-content,
.cw-wrapper {
  padding: 0 !important;
}
.cw-control-body input[type=text],
.cw-control-body input[type=email] {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.cw-button {
  text-align: left;
}
.cw-button > a {
  padding: 5px 40px;
  background-image: none;
}
.cw-paragraph {
  margin: 0 !important;
}
label.ng-binding {
  padding: 10px 0 5px;
}
.cw-control-label label {
  padding: 5px 0;
}
.container-schedule {
  color: #2a1d3e;
}
.container-schedule.border-bottom {
  padding: 20px 0 40px 0;
  border-bottom: 1px solid #efefef;
  margin-bottom: 40px;
}
.container-schedule .pure-g {
  padding: 10px;
  background-color: #efefef;
}
.container-schedule .pure-g:nth-child(even) {
  background-color: #fefefe;
}
.container-schedule .pure-u-1 {
  font-weight: 300;
}
.container-schedule .pure-u-1 p {
  font-weight: 100;
}
.container-schedule p:empty {
  display: none;
}
.content .container-schedule ul {
  font-size: 100%;
  margin-bottom: 5px;
}
/*speakers section*/
#speakers h2 {
  margin-bottom: 50px;
  border-bottom: 1px solid #C700EB;
  padding-bottom: 20px;
}
#speakers .container-speakers {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#speakers .container-speakers .speaker-item {
  flex: 1 1 25%;
  max-width: 25%;
  margin-bottom: 30px;
  padding: 0 20px 0 0;
}
#speakers .container-speakers .speaker-item h3 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #C700EB;
}
#speakers .container-speakers .speaker-item img {
  width: 100%;
  height: auto;
  margin: 0;
}
#speakers .container-speakers .speaker-item .company {
  max-width: 250px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  color: #4A444A;
}
#speakers .container-speakers .speaker-item .title {
  max-width: 250px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  color: #4A444A;
}
#agenda h3 {
  color: #432061;
}
@media only screen and (max-width: 1081px) {
  #speakers h2 {
    margin-bottom: 50px;
    border-bottom: 1px solid #C700EB;
    padding-bottom: 20px;
  }
  #speakers .container-speakers {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #speakers .container-speakers .speaker-item {
    flex: 1 1 100%;
    max-width: 100%;
    /*      border: 1px solid red;*/
    margin-bottom: 30px;
    padding: 0 8px;
  }
  #speakers .container-speakers .speaker-item h3 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #00B9FF;
  }
  #speakers .container-speakers .speaker-item img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #speakers .container-speakers .speaker-item .company {
    max-width: 216px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.35;
    color: #414141;
  }
  #speakers .container-speakers .speaker-item .title {
    max-width: 216px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.35;
    color: #414141;
  }
  #speakers .container-speakers .speaker-item:nth-child(4n + 1) {
    padding: 0 0 0 8px;
  }
  #speakers .container-speakers .speaker-item:nth-child(5n + 1) {
    padding: 0 8px 0 0;
  }
}
.summit-form-top label,
.summit-form-bottom label {
  color: #d785f8;
  text-transform: uppercase;
  font-size: 15px !important;
}
@media only screen and (max-width: 812px) {
  body > div.wrapper.wrapper--usingaitodecreaselos.wrapper--loaded > section.block.block--content.bg--white > div > div > div.container__column.container__column--media {
    margin-top: 0;
    flex-basis: 100%;
  }
  .container__column--content .content img.logo-beckers-webinar {
    margin: 10px 0 20px;
  }
}
@media only screen and (max-width: 812px) {
  .container-event-logos img {
    padding: 0 25px;
    max-width: 250px;
  }
  .container-schedule {
    text-align: left;
  }
  .wrapper--qventus-way section.block--content .content p,
  .wrapper--qventus-way-2 section.block--content .content p,
  .wrapper--howarewedoing section.block--content .content p {
    text-align: left;
  }
  .wrapper--qventus-way section.block--content .content h2,
  .wrapper--qventus-way-2 section.block--content .content h2,
  .wrapper--howarewedoing section.block--content .content h2 {
    text-align: left;
  }
  .wrapper--qventus-way section.block--content .content h3,
  .wrapper--qventus-way-2 section.block--content .content h3,
  .wrapper--howarewedoing section.block--content .content h3 {
    text-align: left;
  }
  .wrapper--qventus-way section.block--content .content h4,
  .wrapper--qventus-way-2 section.block--content .content h4,
  .wrapper--howarewedoing section.block--content .content h4 {
    text-align: left;
  }
  ul.in-page-nav {
    margin: 20px 0;
    list-style-type: none;
    display: block !important;
    padding: 0;
  }
  ul.in-page-nav li {
    border-top: 1px solid #efefef;
    float: none;
    padding: 8px 0;
  }
  ul.in-page-nav li:after {
    padding: 0;
    content: ' ';
    color: #000;
  }
  ul.in-page-nav li:last-child:after {
    padding: 0;
    content: ' ';
  }
}
