@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.the-content ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.the-content ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
.the-content li {
  display: list-item;
}
.the-content .gallery {
  padding: 40px 0;
}

.gfield.gform_validation_container {
  display: none;
}
.gfield.gfield_error input,
.gfield.gfield_error textarea {
  color: darkred;
}
.gfield input,
.gfield textarea {
  border: 0;
}

.gform_confirmation_message {
  color: darkgreen;
}

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

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignleft {
  float: left;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bold, strong, b {
  font-weight: bold;
}

.undo-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.undo-li {
  margin-bottom: 0;
  list-style: none;
  list-style-type: none;
}

.undo-p {
  margin: 0;
}

/*a {
	outline: 0;
	text-decoration: none;
}

a:visited {
	outline: 0;
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: 0;
	color: inherit;
	text-decoration: none;
}

a:active {
	outline: 0;
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}*/
a {
  text-decoration: none;
}

/*a:link {
	color: inherit;
}

a:visited {
	color: inherit;
}*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  max-height: 100%;
}

.clearfix:after, .cf:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.flat-left {
  padding-left: 0;
}

.flat-right {
  padding-right: 0;
}

.flat-both {
  padding-left: 0;
  padding-right: 0;
}

.flat-top {
  padding-top: 0;
}

.flat-bottom {
  padding-bottom: 0;
}

.flat-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.flat-all {
  padding: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.float-none {
  float: none !important;
}

.mfp-arrow::after,
.mfp-arrow::before {
  display: none !important;
}

.mfp-arrow-right {
  background: url("../fw/core/assets/images/chevron-right.svg") no-repeat center center !important;
  background-size: 30px 30px !important;
}

.mfp-arrow-left {
  background: url("../fw/core/assets/images/chevron-left.svg") no-repeat center center !important;
  background-size: 30px 30px !important;
}

.r {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-1 dl {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-2 dl {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-3 dl {
  width: 33.3333333333%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-4 dl {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-5 dl {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-6 dl {
  width: 16.6666666667%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-7 dl {
  width: 14.2857142857%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-8 dl {
  width: 12.5%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-9 dl {
  width: 11.1111111111%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

/*
 * Variables
 */
/*
 * Convert images to background
 */
/*
 * Responsive shapes
 */
/*
 *General
 */
html, body {
  font: 16px/1.65em "Open Sans", sans-serif;
  color: #3A3C3D;
}

.wrapper {
  position: relative;
  height: 100%;
  margin: 0 auto;
  width: 90%;
  max-width: 1140px;
}
.wrapper.medium {
  max-width: 920px;
}
.wrapper.small {
  max-width: 640px;
}

.buttons .btn, .buttons .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .buttons input[type=submit], .buttons #header #site-menus #site-bottom-nav > ul > li.has-btn a, #header #site-menus #site-bottom-nav > ul > li.has-btn .buttons a {
  margin-right: 30px;
}
.buttons .btn:last-child, .buttons .gform_wrapper .gform_footer input[type=submit]:last-child, .gform_wrapper .gform_footer .buttons input[type=submit]:last-child, .buttons #header #site-menus #site-bottom-nav > ul > li.has-btn a:last-child, #header #site-menus #site-bottom-nav > ul > li.has-btn .buttons a:last-child {
  margin-right: 0;
}

.btn, .blog-form .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=submit], #header #site-menus #site-bottom-nav > ul > li.has-btn a {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 15px 25px;
  font: 600 18px/1em "Open Sans", sans-serif;
  transition: all 250ms ease-in-out;
  border: 2px solid;
}
.btn:hover, .gform_wrapper .gform_footer input[type=submit]:hover, #header #site-menus #site-bottom-nav > ul > li.has-btn a:hover {
  transform: scale(1.05);
}
.btn.small, .gform_wrapper .gform_footer input.small[type=submit], #header #site-menus #site-bottom-nav > ul > li.has-btn a.small {
  padding: 10px 15px;
  font-size: 14px;
}
.btn.blue, .gform_wrapper .gform_footer input.blue[type=submit], .blog-form .gform_wrapper .gform_footer input[type=submit], #header #site-menus #site-bottom-nav > ul > li.has-btn a {
  border-color: #003F72;
  background: #003F72;
  color: white !important;
}
.btn.blue:hover, .gform_wrapper .gform_footer input.blue[type=submit]:hover, .blog-form .gform_wrapper .gform_footer input[type=submit]:hover, #header #site-menus #site-bottom-nav > ul > li.has-btn a:hover {
  border-color: #1E95D3;
  background: #1E95D3;
  color: white;
}
.btn.light-blue, .blog-form .gform_wrapper .gform_footer input.light-blue[type=submit], .gform_wrapper .gform_footer input[type=submit], #header #site-menus #site-bottom-nav > ul > li.has-btn a.light-blue {
  border-color: #1E95D3;
  background: #1E95D3;
  color: white !important;
}
.btn.light-blue:hover, .gform_wrapper .gform_footer input[type=submit]:hover, #header #site-menus #site-bottom-nav > ul > li.has-btn a.light-blue:hover {
  border-color: #003F72;
  background: #003F72;
  color: white;
}
.btn.white, .gform_wrapper .gform_footer input.white[type=submit], #header #site-menus #site-bottom-nav > ul > li.has-btn a.white {
  border-color: white;
  background: white;
  color: #1E95D3;
}
.btn.white:hover, .gform_wrapper .gform_footer input.white[type=submit]:hover, #header #site-menus #site-bottom-nav > ul > li.has-btn a.white:hover {
  background: #1E95D3;
  color: white;
}
.btn.white:hover svg *, .gform_wrapper .gform_footer input.white[type=submit]:hover svg *, #header #site-menus #site-bottom-nav > ul > li.has-btn a.white:hover svg * {
  fill: white;
}
.btn svg, .blog-form .gform_wrapper .gform_footer input[type=submit] svg, .gform_wrapper .gform_footer input[type=submit] svg, #header #site-menus #site-bottom-nav > ul > li.has-btn a svg {
  width: 12px;
  height: 13px;
  margin-left: 20px;
}
.btn svg *, .blog-form .gform_wrapper .gform_footer input[type=submit] svg *, .gform_wrapper .gform_footer input[type=submit] svg *, #header #site-menus #site-bottom-nav > ul > li.has-btn a svg * {
  transition: all 250ms ease-in-out;
}

.slice, .article-top, .flexible-content-rows .content-row.bg-image-teasers .bg-image-teaser {
  padding: 50px 0;
}
.slice.no-top, .no-top.article-top, .flexible-content-rows .content-row.bg-image-teasers .no-top.bg-image-teaser {
  padding-top: 0;
}
.slice.no-bottom, .no-bottom.article-top, .flexible-content-rows .content-row.bg-image-teasers .no-bottom.bg-image-teaser {
  padding-bottom: 0;
}
.slice.blue, .blue.article-top, .blog-form .gform_wrapper .gform_footer input.slice[type=submit], .blog-form .gform_wrapper .gform_footer input[type=submit].article-top, .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser, .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit], .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit], #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice, #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser {
  background: #1E95D3;
  color: white;
}
.slice.blue .title, .blue.article-top .title, .blog-form .gform_wrapper .gform_footer input.slice[type=submit] .title, .blog-form .gform_wrapper .gform_footer input[type=submit].article-top .title, .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser .title, .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] .title, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] .title, #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice .title, #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top .title, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser .title, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser .title, .slice.blue .the-content h6, .blue.article-top .the-content h6, .blog-form .gform_wrapper .gform_footer input.slice[type=submit] .the-content h6, .blog-form .gform_wrapper .gform_footer input[type=submit].article-top .the-content h6, .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser .the-content h6, .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] .the-content h6, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] .the-content h6, #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice .the-content h6, #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top .the-content h6, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser .the-content h6, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser .the-content h6, .the-content .slice.blue h6, .the-content .blue.article-top h6, .the-content .blog-form .gform_wrapper .gform_footer input.slice[type=submit] h6, .the-content .blog-form .gform_wrapper .gform_footer input[type=submit].article-top h6, .blog-form .gform_wrapper .gform_footer .the-content input.slice[type=submit] h6, .blog-form .gform_wrapper .gform_footer .the-content input[type=submit].article-top h6, .the-content .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser h6, .the-content .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] h6, .blog-form .gform_wrapper .gform_footer .the-content .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] h6, .flexible-content-rows .content-row.bg-image-teasers .the-content .blue.bg-image-teaser h6, .flexible-content-rows .content-row.bg-image-teasers .the-content .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] h6, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers .the-content input.bg-image-teaser[type=submit] h6, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice h6, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top h6, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser h6, .flexible-content-rows .content-row.bg-image-teasers .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser h6, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.slice h6, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.article-top h6, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser h6, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.bg-image-teaser h6, .slice.blue .the-content h5, .blue.article-top .the-content h5, .blog-form .gform_wrapper .gform_footer input.slice[type=submit] .the-content h5, .blog-form .gform_wrapper .gform_footer input[type=submit].article-top .the-content h5, .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser .the-content h5, .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] .the-content h5, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] .the-content h5, #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice .the-content h5, #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top .the-content h5, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser .the-content h5, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser .the-content h5, .the-content .slice.blue h5, .the-content .blue.article-top h5, .the-content .blog-form .gform_wrapper .gform_footer input.slice[type=submit] h5, .the-content .blog-form .gform_wrapper .gform_footer input[type=submit].article-top h5, .blog-form .gform_wrapper .gform_footer .the-content input.slice[type=submit] h5, .blog-form .gform_wrapper .gform_footer .the-content input[type=submit].article-top h5, .the-content .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser h5, .the-content .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] h5, .blog-form .gform_wrapper .gform_footer .the-content .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] h5, .flexible-content-rows .content-row.bg-image-teasers .the-content .blue.bg-image-teaser h5, .flexible-content-rows .content-row.bg-image-teasers .the-content .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] h5, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers .the-content input.bg-image-teaser[type=submit] h5, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice h5, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top h5, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser h5, .flexible-content-rows .content-row.bg-image-teasers .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser h5, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.slice h5, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.article-top h5, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser h5, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.bg-image-teaser h5, .slice.blue .the-content h4, .blue.article-top .the-content h4, .blog-form .gform_wrapper .gform_footer input.slice[type=submit] .the-content h4, .blog-form .gform_wrapper .gform_footer input[type=submit].article-top .the-content h4, .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser .the-content h4, .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] .the-content h4, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] .the-content h4, #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice .the-content h4, #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top .the-content h4, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser .the-content h4, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser .the-content h4, .the-content .slice.blue h4, .the-content .blue.article-top h4, .the-content .blog-form .gform_wrapper .gform_footer input.slice[type=submit] h4, .the-content .blog-form .gform_wrapper .gform_footer input[type=submit].article-top h4, .blog-form .gform_wrapper .gform_footer .the-content input.slice[type=submit] h4, .blog-form .gform_wrapper .gform_footer .the-content input[type=submit].article-top h4, .the-content .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser h4, .the-content .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] h4, .blog-form .gform_wrapper .gform_footer .the-content .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] h4, .flexible-content-rows .content-row.bg-image-teasers .the-content .blue.bg-image-teaser h4, .flexible-content-rows .content-row.bg-image-teasers .the-content .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] h4, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers .the-content input.bg-image-teaser[type=submit] h4, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice h4, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top h4, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser h4, .flexible-content-rows .content-row.bg-image-teasers .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser h4, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.slice h4, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.article-top h4, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser h4, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.bg-image-teaser h4, .slice.blue .the-content h3, .blue.article-top .the-content h3, .blog-form .gform_wrapper .gform_footer input.slice[type=submit] .the-content h3, .blog-form .gform_wrapper .gform_footer input[type=submit].article-top .the-content h3, .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser .the-content h3, .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] .the-content h3, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] .the-content h3, #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice .the-content h3, #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top .the-content h3, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser .the-content h3, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser .the-content h3, .the-content .slice.blue h3, .the-content .blue.article-top h3, .the-content .blog-form .gform_wrapper .gform_footer input.slice[type=submit] h3, .the-content .blog-form .gform_wrapper .gform_footer input[type=submit].article-top h3, .blog-form .gform_wrapper .gform_footer .the-content input.slice[type=submit] h3, .blog-form .gform_wrapper .gform_footer .the-content input[type=submit].article-top h3, .the-content .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser h3, .the-content .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] h3, .blog-form .gform_wrapper .gform_footer .the-content .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] h3, .flexible-content-rows .content-row.bg-image-teasers .the-content .blue.bg-image-teaser h3, .flexible-content-rows .content-row.bg-image-teasers .the-content .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] h3, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers .the-content input.bg-image-teaser[type=submit] h3, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice h3, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top h3, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser h3, .flexible-content-rows .content-row.bg-image-teasers .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser h3, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.slice h3, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.article-top h3, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser h3, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.bg-image-teaser h3, .slice.blue .the-content h2, .blue.article-top .the-content h2, .blog-form .gform_wrapper .gform_footer input.slice[type=submit] .the-content h2, .blog-form .gform_wrapper .gform_footer input[type=submit].article-top .the-content h2, .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser .the-content h2, .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] .the-content h2, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] .the-content h2, #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice .the-content h2, #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top .the-content h2, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser .the-content h2, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser .the-content h2, .the-content .slice.blue h2, .the-content .blue.article-top h2, .the-content .blog-form .gform_wrapper .gform_footer input.slice[type=submit] h2, .the-content .blog-form .gform_wrapper .gform_footer input[type=submit].article-top h2, .blog-form .gform_wrapper .gform_footer .the-content input.slice[type=submit] h2, .blog-form .gform_wrapper .gform_footer .the-content input[type=submit].article-top h2, .the-content .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser h2, .the-content .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] h2, .blog-form .gform_wrapper .gform_footer .the-content .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] h2, .flexible-content-rows .content-row.bg-image-teasers .the-content .blue.bg-image-teaser h2, .flexible-content-rows .content-row.bg-image-teasers .the-content .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] h2, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers .the-content input.bg-image-teaser[type=submit] h2, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice h2, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top h2, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser h2, .flexible-content-rows .content-row.bg-image-teasers .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser h2, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.slice h2, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.article-top h2, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser h2, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.bg-image-teaser h2, .slice.blue .the-content h1, .blue.article-top .the-content h1, .blog-form .gform_wrapper .gform_footer input.slice[type=submit] .the-content h1, .blog-form .gform_wrapper .gform_footer input[type=submit].article-top .the-content h1, .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser .the-content h1, .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] .the-content h1, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] .the-content h1, #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice .the-content h1, #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top .the-content h1, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser .the-content h1, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser .the-content h1, .the-content .slice.blue h1, .the-content .blue.article-top h1, .the-content .blog-form .gform_wrapper .gform_footer input.slice[type=submit] h1, .the-content .blog-form .gform_wrapper .gform_footer input[type=submit].article-top h1, .blog-form .gform_wrapper .gform_footer .the-content input.slice[type=submit] h1, .blog-form .gform_wrapper .gform_footer .the-content input[type=submit].article-top h1, .the-content .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser h1, .the-content .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] h1, .blog-form .gform_wrapper .gform_footer .the-content .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] h1, .flexible-content-rows .content-row.bg-image-teasers .the-content .blue.bg-image-teaser h1, .flexible-content-rows .content-row.bg-image-teasers .the-content .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] h1, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers .the-content input.bg-image-teaser[type=submit] h1, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice h1, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top h1, .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser h1, .flexible-content-rows .content-row.bg-image-teasers .the-content #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser h1, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.slice h1, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.article-top h1, #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser h1, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn .the-content a.bg-image-teaser h1 {
  color: white;
}
.slice.blue .icon-block > h3, .blue.article-top .icon-block > h3, .blog-form .gform_wrapper .gform_footer input.slice[type=submit] .icon-block > h3, .blog-form .gform_wrapper .gform_footer input[type=submit].article-top .icon-block > h3, .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser .icon-block > h3, .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] .icon-block > h3, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] .icon-block > h3, #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice .icon-block > h3, #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top .icon-block > h3, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser .icon-block > h3, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser .icon-block > h3 {
  color: white;
}
.slice.blue input[type=submit], .blue.article-top input[type=submit], .blog-form .gform_wrapper .gform_footer input.slice[type=submit] input[type=submit], .blog-form .gform_wrapper .gform_footer input[type=submit].article-top input[type=submit], .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser input[type=submit], .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] input[type=submit], .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] input[type=submit], #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice input[type=submit], #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top input[type=submit], #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser input[type=submit], .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser input[type=submit] {
  background: #003F72 !important;
  border-color: #003F72 !important;
}
.slice.blue .gform_wrapper .validation_error, .blue.article-top .gform_wrapper .validation_error, .blog-form .gform_wrapper .gform_footer input.slice[type=submit] .gform_wrapper .validation_error, .blog-form .gform_wrapper .gform_footer input[type=submit].article-top .gform_wrapper .validation_error, .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser .gform_wrapper .validation_error, .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] .gform_wrapper .validation_error, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] .gform_wrapper .validation_error, #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice .gform_wrapper .validation_error, #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top .gform_wrapper .validation_error, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser .gform_wrapper .validation_error, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser .gform_wrapper .validation_error {
  color: white;
}
.slice.blue .gform_wrapper .gform_fields .gfield .validation_message, .blue.article-top .gform_wrapper .gform_fields .gfield .validation_message, .blog-form .gform_wrapper .gform_footer input.slice[type=submit] .gform_wrapper .gform_fields .gfield .validation_message, .blog-form .gform_wrapper .gform_footer input[type=submit].article-top .gform_wrapper .gform_fields .gfield .validation_message, .flexible-content-rows .content-row.bg-image-teasers .blue.bg-image-teaser .gform_wrapper .gform_fields .gfield .validation_message, .flexible-content-rows .content-row.bg-image-teasers .blog-form .gform_wrapper .gform_footer input.bg-image-teaser[type=submit] .gform_wrapper .gform_fields .gfield .validation_message, .blog-form .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers input.bg-image-teaser[type=submit] .gform_wrapper .gform_fields .gfield .validation_message, #header #site-menus #site-bottom-nav > ul > li.has-btn a.slice .gform_wrapper .gform_fields .gfield .validation_message, #header #site-menus #site-bottom-nav > ul > li.has-btn a.article-top .gform_wrapper .gform_fields .gfield .validation_message, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers a.bg-image-teaser .gform_wrapper .gform_fields .gfield .validation_message, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn a.bg-image-teaser .gform_wrapper .gform_fields .gfield .validation_message {
  color: white;
}
.slice.grey, .grey.article-top, .flexible-content-rows .content-row.bg-image-teasers .grey.bg-image-teaser {
  background: #F2F3F5;
}
.slice.dark-grey, .dark-grey.article-top, .flexible-content-rows .content-row.bg-image-teasers .dark-grey.bg-image-teaser {
  background: #3A3C3D;
  color: white;
}
.slice.dark-blue, .dark-blue.article-top, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser {
  background: #003F72;
  color: white;
}
.slice.dark-blue .title, .dark-blue.article-top .title, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser .title, .slice.dark-blue .the-content h6, .dark-blue.article-top .the-content h6, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser .the-content h6, .the-content .slice.dark-blue h6, .the-content .dark-blue.article-top h6, .the-content .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser h6, .flexible-content-rows .content-row.bg-image-teasers .the-content .dark-blue.bg-image-teaser h6, .slice.dark-blue .the-content h5, .dark-blue.article-top .the-content h5, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser .the-content h5, .the-content .slice.dark-blue h5, .the-content .dark-blue.article-top h5, .the-content .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser h5, .flexible-content-rows .content-row.bg-image-teasers .the-content .dark-blue.bg-image-teaser h5, .slice.dark-blue .the-content h4, .dark-blue.article-top .the-content h4, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser .the-content h4, .the-content .slice.dark-blue h4, .the-content .dark-blue.article-top h4, .the-content .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser h4, .flexible-content-rows .content-row.bg-image-teasers .the-content .dark-blue.bg-image-teaser h4, .slice.dark-blue .the-content h3, .dark-blue.article-top .the-content h3, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser .the-content h3, .the-content .slice.dark-blue h3, .the-content .dark-blue.article-top h3, .the-content .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser h3, .flexible-content-rows .content-row.bg-image-teasers .the-content .dark-blue.bg-image-teaser h3, .slice.dark-blue .the-content h2, .dark-blue.article-top .the-content h2, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser .the-content h2, .the-content .slice.dark-blue h2, .the-content .dark-blue.article-top h2, .the-content .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser h2, .flexible-content-rows .content-row.bg-image-teasers .the-content .dark-blue.bg-image-teaser h2, .slice.dark-blue .the-content h1, .dark-blue.article-top .the-content h1, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser .the-content h1, .the-content .slice.dark-blue h1, .the-content .dark-blue.article-top h1, .the-content .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser h1, .flexible-content-rows .content-row.bg-image-teasers .the-content .dark-blue.bg-image-teaser h1 {
  color: white;
}
.slice.dark-blue .icon-block > h3, .dark-blue.article-top .icon-block > h3, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser .icon-block > h3 {
  color: white;
}
.slice.dark-blue .btn, .dark-blue.article-top .btn, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser .btn, .slice.dark-blue .gform_wrapper .gform_footer input[type=submit], .dark-blue.article-top .gform_wrapper .gform_footer input[type=submit], .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .slice.dark-blue input[type=submit], .gform_wrapper .gform_footer .dark-blue.article-top input[type=submit], .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser input[type=submit], .flexible-content-rows .content-row.bg-image-teasers .gform_wrapper .gform_footer .dark-blue.bg-image-teaser input[type=submit], .slice.dark-blue #header #site-menus #site-bottom-nav > ul > li.has-btn a, .dark-blue.article-top #header #site-menus #site-bottom-nav > ul > li.has-btn a, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser #header #site-menus #site-bottom-nav > ul > li.has-btn a, #header #site-menus #site-bottom-nav > ul > li.has-btn .slice.dark-blue a, #header #site-menus #site-bottom-nav > ul > li.has-btn .dark-blue.article-top a, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser a, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn .dark-blue.bg-image-teaser a {
  background: #1E95D3 !important;
}
.slice.dark-blue .btn:hover, .dark-blue.article-top .btn:hover, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser .btn:hover, .slice.dark-blue .gform_wrapper .gform_footer input[type=submit]:hover, .dark-blue.article-top .gform_wrapper .gform_footer input[type=submit]:hover, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer .slice.dark-blue input[type=submit]:hover, .gform_wrapper .gform_footer .dark-blue.article-top input[type=submit]:hover, .gform_wrapper .gform_footer .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser input[type=submit]:hover, .flexible-content-rows .content-row.bg-image-teasers .gform_wrapper .gform_footer .dark-blue.bg-image-teaser input[type=submit]:hover, .slice.dark-blue #header #site-menus #site-bottom-nav > ul > li.has-btn a:hover, .dark-blue.article-top #header #site-menus #site-bottom-nav > ul > li.has-btn a:hover, .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser #header #site-menus #site-bottom-nav > ul > li.has-btn a:hover, #header #site-menus #site-bottom-nav > ul > li.has-btn .slice.dark-blue a:hover, #header #site-menus #site-bottom-nav > ul > li.has-btn .dark-blue.article-top a:hover, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.bg-image-teasers .dark-blue.bg-image-teaser a:hover, .flexible-content-rows .content-row.bg-image-teasers #header #site-menus #site-bottom-nav > ul > li.has-btn .dark-blue.bg-image-teaser a:hover {
  background: white !important;
  color: #1E95D3 !important;
}
.slice.pattern, .pattern.article-top, .flexible-content-rows .content-row.bg-image-teasers .pattern.bg-image-teaser {
  background-color: white;
  background-image: url("../../images/slice-bg.svg");
  background-repeat: repeat;
  background-position: top center;
}
.slice .slice-intro, .article-top .slice-intro, .flexible-content-rows .content-row.bg-image-teasers .bg-image-teaser .slice-intro {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.slice .slice-intro + *, .article-top .slice-intro + *, .flexible-content-rows .content-row.bg-image-teasers .bg-image-teaser .slice-intro + * {
  margin-top: 40px;
}
.slice .slice-intro .the-content, .article-top .slice-intro .the-content, .flexible-content-rows .content-row.bg-image-teasers .bg-image-teaser .slice-intro .the-content {
  font: normal 18px/1.65em "Open Sans", sans-serif;
}
.slice .slice-intro .the-content + *, .article-top .slice-intro .the-content + *, .flexible-content-rows .content-row.bg-image-teasers .bg-image-teaser .slice-intro .the-content + * {
  margin-bottom: 40px;
}
.slice .slice-intro .icon, .article-top .slice-intro .icon, .flexible-content-rows .content-row.bg-image-teasers .bg-image-teaser .slice-intro .icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
}
.slice.custom *, .custom.article-top *, .flexible-content-rows .content-row.bg-image-teasers .custom.bg-image-teaser * {
  color: white !important;
}

.title, .the-content h6, .the-content h5, .the-content h4, .the-content h3, .the-content h2, .the-content h1 {
  font: 600 38px/1.3em "Open Sans", sans-serif;
  margin-bottom: 40px;
  color: #003F72;
}
.title.medium, .the-content h6.medium, .the-content h5.medium, .the-content h4.medium, .the-content h3.medium, .the-content h2.medium, .the-content h1.medium {
  font-size: 32px;
  margin-bottom: 25px;
}

.subtitle {
  font: normal 22px/1.3em "Open Sans", sans-serif;
  margin-bottom: 50px;
}
.subtitle p {
  margin-bottom: 25px;
}
.subtitle p:last-child {
  margin-bottom: 0;
}

.the-content *:last-child {
  margin-bottom: 0;
}
.the-content h2 {
  font-size: 34px;
  margin-bottom: 30px;
}
.the-content h3 {
  font-size: 28px;
  margin-bottom: 25px;
}
.the-content h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.the-content h5 {
  font-size: 18px;
  margin-bottom: 20px;
}
.the-content h6 {
  font-size: 15px;
  margin-bottom: 20px;
}
.the-content p {
  margin-bottom: 25px;
}
.the-content .btn-box {
  display: inline-block;
  margin: 25px 0;
}
.the-content a {
  font: 600 18px/1.65em "Open Sans", sans-serif;
  color: #1E95D3;
  transition: all 250ms ease-in-out;
}
.the-content a:hover {
  color: #003F72;
}

img.rounded-corners {
  display: block;
  border-radius: 5px;
}

/*
 * Specifics
 */
#header {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  border-bottom: 1px solid #B9BFC3;
  background: white;
  padding: 25px 0;
  transition: all 250ms ease-in-out;
}
#header.minified #site-menus #site-top-nav {
  margin-bottom: 0;
}
#header.shrink {
  height: 100px;
  padding: 15px 0;
}
#header.shrink #site-menus #site-top-nav {
  margin-bottom: 15px;
}
#header.shrink #site-menus #site-top-nav ul li {
  font-size: 15px;
}
#header.shrink #site-menus #site-bottom-nav ul li {
  font-size: 16px;
}
#header.shrink #site-menus #site-bottom-nav ul li.has-btn a {
  padding: 10px 15px;
  font-size: 16px;
}
#header #site-logo {
  display: block;
  width: 150px;
  transition: all 250ms ease-in-out;
}
#header #site-logo img {
  display: block;
}
#header #site-menus #site-top-nav {
  margin-bottom: 25px;
  transition: all 250ms ease-in-out;
}
#header #site-menus #site-top-nav ul {
  display: flex;
  justify-content: flex-end;
}
#header #site-menus #site-top-nav ul li {
  position: relative;
  font: 17px/1em "Open Sans", sans-serif;
  margin-right: 10px;
  padding-right: 10px;
  transition: all 250ms ease-in-out;
}
#header #site-menus #site-top-nav ul li:before {
  display: none;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: calc(100% - 20px);
  height: 3px;
  background: #1E95D3;
}
#header #site-menus #site-top-nav ul li:after {
  content: "|";
  position: relative;
  right: -10px;
}
#header #site-menus #site-top-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#header #site-menus #site-top-nav ul li:last-child:after {
  display: none;
}
#header #site-menus #site-top-nav ul li.current-menu-item:before, #header #site-menus #site-top-nav ul li.current-menu-parent:before {
  display: block;
}
#header #site-menus #site-top-nav ul li a {
  color: #3A3C3D;
  transition: all 250ms ease-in-out;
}
#header #site-menus #site-top-nav ul li a:hover {
  color: #1E95D3;
}
#header #site-menus #site-bottom-nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header #site-menus #site-bottom-nav > ul > li {
  position: relative;
  font: 600 18px/1em "Open Sans", sans-serif;
  margin-right: 20px;
  transition: all 250ms ease-in-out;
}
#header #site-menus #site-bottom-nav > ul > li:before {
  display: none;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #1E95D3;
}
#header #site-menus #site-bottom-nav > ul > li:last-child {
  margin-right: 0;
}
#header #site-menus #site-bottom-nav > ul > li.current-menu-item:before, #header #site-menus #site-bottom-nav > ul > li.current-menu-parent:before {
  display: block;
}
#header #site-menus #site-bottom-nav > ul > li.menu-item-has-children:hover ul {
  display: block;
}
#header #site-menus #site-bottom-nav > ul > li.menu-item-has-children > a {
  position: relative;
}
#header #site-menus #site-bottom-nav > ul > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 10px;
  margin-left: 7px;
  background-image: url("../../images/icon-down-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
#header #site-menus #site-bottom-nav > ul > li.menu-item-has-children > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  border-radius: 10px;
  padding: 25px;
  width: 280px;
}
#header #site-menus #site-bottom-nav > ul > li.menu-item-has-children > ul li {
  font: 700 16px/1em "Open Sans", sans-serif;
  margin-bottom: 10px;
}
#header #site-menus #site-bottom-nav > ul > li.menu-item-has-children > ul li:last-child {
  margin-bottom: 0;
}
#header #site-menus #site-bottom-nav > ul > li.menu-item-has-children > ul li > ul {
  padding: 10px 0 10px 10px;
}
#header #site-menus #site-bottom-nav > ul > li.menu-item-has-children > ul li > ul > li {
  font-weight: 500;
}
#header #site-menus #site-bottom-nav > ul > li + .is-title {
  margin-top: 25px;
}
#header #site-menus #site-bottom-nav > ul > li.is-title {
  font-size: 20px !important;
  font-weight: normal;
  text-transform: uppercase;
}
#header #site-menus #site-bottom-nav > ul > li.is-title a:hover {
  color: #3A3C3D;
}
#header #site-menus #site-bottom-nav > ul > li a {
  color: #3A3C3D;
  transition: all 250ms ease-in-out;
}
#header #site-menus #site-bottom-nav > ul > li a:hover {
  color: #1E95D3;
}
#header .header-mobile-btn {
  display: none;
}
#header .mobile-menu-trigger {
  display: none;
  width: 18px;
  height: 22px;
}
#header #landing-page-header-c2a a {
  font-weight: 600;
  color: #1E95D3;
  transition: all 250ms ease-in-out;
}
#header #landing-page-header-c2a a:hover {
  color: #003F72;
}

#mobile-menu {
  position: fixed;
  z-index: 3;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  background: #F2F3F5;
  padding: 25px 43px 25px 25px;
  margin-right: -18px;
  transition: all 250ms ease-in-out;
  transform: translateX(-100%);
}
#mobile-menu.active {
  transform: translateX(0);
}
#mobile-menu > ul > li {
  font: 600 22px/1em "Open Sans", sans-serif;
  margin-bottom: 10px;
}
#mobile-menu > ul > li > a {
  color: #3A3C3D;
  transition: all 250ms ease-in-out;
}
#mobile-menu > ul > li > a:hover {
  color: #1E95D3;
}
#mobile-menu > ul > li > ul {
  margin-top: 10px;
  padding-left: 10px;
}
#mobile-menu > ul > li > ul > li {
  font: normal 18px/1em "Open Sans", sans-serif;
  margin-bottom: 10px;
}
#mobile-menu > ul > li > ul > li > a {
  color: #3A3C3D;
  transition: all 250ms ease-in-out;
}
#mobile-menu > ul > li > ul > li > a:hover {
  color: #1E95D3;
}
#mobile-menu > ul > li > ul > li > ul {
  margin-top: 10px;
  padding-left: 10px;
}
#mobile-menu > ul > li > ul > li > ul > li {
  font: normal 16px/1em "Open Sans", sans-serif;
  margin-bottom: 10px;
}
#mobile-menu > ul > li > ul > li > ul > li > a {
  color: #3A3C3D;
  transition: all 250ms ease-in-out;
}
#mobile-menu > ul > li > ul > li > ul > li > a:hover {
  color: #1E95D3;
}

#main {
  position: relative;
  z-index: 2;
  margin-top: 150px;
  overflow: hidden;
}

.banner {
  position: relative;
  padding: 35px 0 90px 0;
  height: 652px;
  color: white;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.banner.small {
  height: 265px;
  padding: 0;
}
.banner.small > .wrapper {
  margin-top: 25px;
}
.banner .simpleParallax {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.banner .simpleParallax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .wrapper {
  z-index: 2;
  display: flex;
  align-items: center;
}
.banner .inner {
  width: 100%;
}
.banner .inner h1 {
  font: 600 50px/1.3em "Open Sans", sans-serif;
}
.banner .inner .the-content {
  font: 28px/1.65em "Open Sans", sans-serif;
}
.banner .inner .buttons {
  margin-top: 60px;
}
.banner .banner-img {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 800px;
  height: auto;
  transition: all 250ms ease-in-out;
}

.blue-string {
  color: #1E95D3;
}

.small-string {
  font: 600 24px/1.3em "Open Sans", sans-serif;
}

#home-teasers .home-teaser {
  text-align: center;
  border-right: 2px solid white;
}
#home-teasers .home-teaser:last-of-type {
  border-right: 0;
}
#home-teasers .home-teaser h2 {
  font: 600 26px/1.3em "Open Sans", sans-serif;
  margin-bottom: 30px;
}
#home-teasers .home-teaser .the-content {
  margin-bottom: 35px;
}

#home-why .why-icons-row {
  margin-bottom: 50px;
}
#home-why .why-icons-row:last-of-type {
  margin-bottom: 0;
}
#home-why .why-icons-row.two-cols .why-centre-img,
#home-why .why-icons-row.two-cols .why-icon {
  width: 50%;
}
#home-why .why-icons-row.three-cols .why-centre-img {
  text-align: center;
  width: 200px;
}
#home-why .why-icons-row.three-cols .why-icon {
  width: calc(50% - 100px);
}
#home-why .why-icon {
  position: relative;
}
#home-why .why-icon:hover.right .meta {
  background: white;
  border-radius: 5px;
  top: -54px;
  left: 127px;
  padding: 25px;
}
#home-why .why-icon:hover.left .img {
  top: -61px;
  right: 0;
}
#home-why .why-icon:hover.left .meta {
  background: white;
  border-radius: 5px;
  top: -54px;
  right: 127px;
  padding: 25px;
}
#home-why .why-icon:hover .img {
  position: absolute;
}
#home-why .why-icon:hover .img:before {
  display: block;
}
#home-why .why-icon:hover .img .why-icon {
  display: none;
}
#home-why .why-icon:hover .img .why-icon.hover {
  display: block;
}
#home-why .why-icon:hover .meta {
  position: absolute;
  width: 350px;
}
#home-why .why-icon:hover .meta .why-title {
  color: #1E95D3;
  margin-bottom: 5px;
}
#home-why .why-icon:hover .meta .the-content {
  display: block;
}
#home-why .why-icon.left {
  text-align: right;
  margin-right: 45px;
}
#home-why .why-icon.left .img {
  margin-left: 30px;
}
#home-why .why-icon.left .img:before {
  position: absolute;
  top: 8px;
  left: -11px;
  background-image: url("../../images/icon-why-left-brace.svg");
}
#home-why .why-icon.right {
  text-align: left;
  margin-left: 45px;
}
#home-why .why-icon.right .img {
  order: -1;
  margin-right: 30px;
}
#home-why .why-icon.right .img:before {
  position: absolute;
  top: 8px;
  right: -11px;
  background-image: url("../../images/icon-why-right-brace.svg");
}
#home-why .why-icon .why-title {
  font: 600 22px/1.3em "Open Sans", sans-serif;
}
#home-why .why-icon .the-content {
  display: none;
}
#home-why .why-icon .img {
  position: relative;
  width: 122px;
  height: 122px;
}
#home-why .why-icon .img:before {
  content: "";
  display: none;
  width: 24px;
  height: 106px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#home-why .why-icon .img .why-icon {
  display: block;
  width: 122px;
  height: 122px;
  transition: all 250ms ease-in-out;
}
#home-why .why-icon .img .why-icon.hover {
  display: none;
}
#home-why .why-icon .meta {
  width: calc(100% - 152px);
}

.link-with-right-arrow {
  font: 600 18px/1em "Open Sans", sans-serif;
  color: #1E95D3;
  transition: all 250ms ease-in-out;
}
.link-with-right-arrow:after {
  content: " ›";
  position: relative;
  display: inline-block;
  transition: all 250ms ease-in-out;
  margin-left: 5px;
}
.link-with-right-arrow:hover:after {
  transform: translateX(5px);
}

.video-thumbnail {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  max-width: 570px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.video-thumbnail:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.video-thumbnail:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 63, 114, 0.6);
  transition: all 250ms ease-in-out;
}
.video-thumbnail:hover:after {
  background: rgba(0, 0, 0, 0);
}
.video-thumbnail .inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  max-width: 330px;
  padding: 25px;
}
.video-thumbnail .inner img {
  display: block;
  width: 62px;
  height: 62px;
  margin-right: 15px;
}
.video-thumbnail .inner span {
  font: 600 22px/1.3em "Open Sans", sans-serif;
  color: white;
}

#home-testimonials-video .video-thumbnail {
  margin: 0 auto 50px auto;
}

.testimonial-block {
  position: relative;
  padding: 0 70px;
}
.testimonial-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 30px;
  background-image: url("../../images/icon-quote-open.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-block:after {
  content: "";
  position: absolute;
  bottom: 45px;
  right: 0;
  width: 44px;
  height: 30px;
  background-image: url("../../images/icon-quote-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-block .the-content {
  font: 22px/1.65em "Open Sans", sans-serif;
}
.testimonial-block .the-author {
  margin-top: 35px;
  font: 600 16px/1em "Open Sans", sans-serif;
  text-align: right;
}

#home-testimonials-stats,
#market-stats {
  margin-top: 90px;
}

.stats .stat {
  text-align: center;
  border-right: 2px solid white;
}
.stats .stat:last-of-type {
  border-right: 0;
}
.stats .stat .number {
  font: 700 58px/1em "Open Sans", sans-serif;
  color: #1E95D3;
  margin-bottom: 15px;
}
.stats .stat .label {
  font: 600 28px/1em "Open Sans", sans-serif;
}

.market-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.market-icons.four-col .market-icon {
  width: 25%;
  margin: 0 0 60px 0;
}
.market-icons .market-icon {
  width: 120px;
  margin: 0 30px 60px 30px;
  text-align: center;
}
.market-icons .market-icon:hover .fi {
  transform: translateY(-5px);
}
.market-icons .market-icon .fi {
  display: block;
  margin-bottom: 10px;
  transition: all 250ms ease-in-out;
}
.market-icons .market-icon .fi img {
  width: 90px;
  height: 90px;
}

#home-major-partners {
  margin-bottom: 60px;
}

#home-secondary-partners {
  margin-bottom: 60px;
}

.partner-block {
  text-align: center;
}
.partner-block .category {
  font: 22px/1em "Open Sans", sans-serif;
  margin-bottom: 35px;
}

.resource-row {
  display: flex;
  align-items: center;
}
.resource-row .fi {
  display: block;
  width: 237px;
  margin-right: 40px;
  transition: all 250ms ease-in-out;
}
.resource-row .fi:hover {
  transform: translateY(-5px);
}
.resource-row .meta {
  width: calc(100% - 277px);
}
.resource-row .meta h3 {
  font: 600 24px/1.3em "Open Sans", sans-serif;
  margin-bottom: 40px;
}
.resource-row .meta h3 a {
  color: #3A3C3D;
  transition: all 250ms ease-in-out;
}
.resource-row .meta h3 a:hover {
  color: #1E95D3;
}
.resource-row .meta .the-content {
  margin-bottom: 45px;
}

#talk-to-an-expert-content,
#home-demo-content {
  text-align: center;
}
#talk-to-an-expert-content .title, #talk-to-an-expert-content .the-content h1, .the-content #talk-to-an-expert-content h1, #talk-to-an-expert-content .the-content h2, .the-content #talk-to-an-expert-content h2, #talk-to-an-expert-content .the-content h3, .the-content #talk-to-an-expert-content h3, #talk-to-an-expert-content .the-content h4, .the-content #talk-to-an-expert-content h4, #talk-to-an-expert-content .the-content h5, .the-content #talk-to-an-expert-content h5, #talk-to-an-expert-content .the-content h6, .the-content #talk-to-an-expert-content h6,
#home-demo-content .title,
#home-demo-content .the-content h1,
.the-content #home-demo-content h1,
#home-demo-content .the-content h2,
.the-content #home-demo-content h2,
#home-demo-content .the-content h3,
.the-content #home-demo-content h3,
#home-demo-content .the-content h4,
.the-content #home-demo-content h4,
#home-demo-content .the-content h5,
.the-content #home-demo-content h5,
#home-demo-content .the-content h6,
.the-content #home-demo-content h6 {
  margin-bottom: 25px;
}

.gform_ajax_spinner {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 30px;
  height: 30px;
}

.row, .gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gform_confirmation_message {
  background: rgba(30, 149, 211, 0.2);
  color: #1E95D3;
  padding: 25px;
  margin-bottom: 15px;
  font: normal 18px/1.65em "Open Sans", sans-serif;
  border-radius: 2px;
}

.gform_wrapper .validation_error {
  background: rgba(30, 149, 211, 0.2);
  color: #1E95D3;
  padding: 10px;
  margin-bottom: 15px;
  font: normal 14px/1.3em "Open Sans", sans-serif;
  border-radius: 2px;
}
.gform_wrapper .gform_title {
  text-align: center;
  font: 600 24px/1.3em "Open Sans", sans-serif;
  margin-bottom: 25px;
  color: #003F72;
}
.gform_wrapper .gform_description {
  display: block;
  text-align: center;
  margin-bottom: 25px;
  color: #003F72;
}
.gform_wrapper .gform_fields .gfield {
  margin-bottom: 15px;
}
.gform_wrapper .gform_fields .gfield.hidden_label > label {
  display: none;
}
.gform_wrapper .gform_fields .gfield > label {
  display: block;
  margin-bottom: 5px;
}
.gform_wrapper .gform_fields .gfield .validation_message {
  color: #1E95D3;
  font: normal 12px/1.65em "Open Sans", sans-serif;
  margin: 5px 0;
}
.gform_wrapper .gform_fields .gfield input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  border: 1px solid #B9BFC3;
  border-radius: 2px;
  padding: 10px 15px;
  font: normal 15px/1em "Open Sans", sans-serif;
  color: #95989A;
}
.gform_wrapper .gform_fields .gfield input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95989A;
  opacity: 1;
}
.gform_wrapper .gform_fields .gfield input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
  /* Firefox 19+ */
  color: #95989A;
  opacity: 1;
}
.gform_wrapper .gform_fields .gfield input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder {
  /* IE 10+ */
  color: #95989A;
  opacity: 1;
}
.gform_wrapper .gform_fields .gfield input:not([type=checkbox]):not([type=radio]):-moz-placeholder {
  /* Firefox 18- */
  color: #95989A;
  opacity: 1;
}
.gform_wrapper .gform_fields .gfield .gfield_radio li,
.gform_wrapper .gform_fields .gfield .gfield_checkbox li {
  display: flex;
}
.gform_wrapper .gform_fields .gfield .gfield_radio li input,
.gform_wrapper .gform_fields .gfield .gfield_checkbox li input {
  width: 15px;
  height: 15px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 5px;
}
.gform_wrapper .gform_fields .gfield .gfield_radio li label,
.gform_wrapper .gform_fields .gfield .gfield_checkbox li label {
  width: calc(100% - 25px);
  padding-left: 10px;
}
.gform_wrapper .gform_fields .gfield textarea {
  width: 100%;
  height: 175px;
  border: 1px solid #B9BFC3;
  border-radius: 2px;
  padding: 10px 15px;
  font: normal 15px/1em "Open Sans", sans-serif;
  color: #95989A;
  resize: vertical;
}
.gform_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95989A;
  opacity: 1;
}
.gform_wrapper .gform_fields .gfield textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #95989A;
  opacity: 1;
}
.gform_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #95989A;
  opacity: 1;
}
.gform_wrapper .gform_fields .gfield textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #95989A;
  opacity: 1;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent {
  display: flex;
  align-items: center;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent input {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent label {
  width: calc(100% - 39px);
}
.gform_wrapper .gform_footer {
  margin-top: 40px;
  text-align: center;
}
#site-footer #footer-contact {
  margin-top: 25px;
  font: 14px/1.65em "Open Sans", sans-serif;
}
#site-footer #footer-contact p {
  position: relative;
  padding-left: 25px;
}
#site-footer #footer-contact p.phone {
  margin-bottom: 15px;
}
#site-footer #footer-contact p.phone:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 20px;
  background-image: url("../../images/icon-phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#site-footer #footer-contact p.email {
  margin-bottom: 15px;
}
#site-footer #footer-contact p.email:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 20px;
  background-image: url("../../images/icon-email.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#site-footer #footer-contact p.address:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 20px;
  background-image: url("../../images/icon-address.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#site-footer #footer-contact a {
  color: #3A3C3D;
  transition: all 250ms ease-in-out;
}
#site-footer #footer-contact a:hover {
  color: #1E95D3;
}
#site-footer #footer-menus {
  background: #3A3C3D;
  color: white;
  padding-top: 45px;
}
#site-footer #footer-menus .footer-col {
  border-right: 1px solid white;
}
#site-footer #footer-menus .footer-col:last-of-type {
  border-right: 0;
}
#site-footer #footer-menus .footer-col h3 {
  font: 600 18px/1em "Open Sans", sans-serif;
  margin-bottom: 20px;
}
#site-footer #footer-menus .footer-col h3 a {
  color: white;
  transition: all 250ms ease-in-out;
}
#site-footer #footer-menus .footer-col h3 a:hover {
  color: #1E95D3;
}
#site-footer #footer-menus .footer-col p {
  font: 14px/1.65em "Open Sans", sans-serif;
  margin-bottom: 10px;
}
#site-footer #footer-menus .footer-col p > a {
  color: white;
  transition: all 250ms ease-in-out;
}
#site-footer #footer-menus .footer-col p > a:hover {
  color: #1E95D3;
}
#site-footer #footer-menus .footer-col .menu.big > li {
  font-size: 18px;
  font-weight: 600;
}
#site-footer #footer-menus .footer-col .menu > li {
  font: 14px/1em "Open Sans", sans-serif;
  margin-bottom: 10px;
}
#site-footer #footer-menus .footer-col .menu > li:not(.is-title) + .is-title {
  margin-top: 25px;
}
#site-footer #footer-menus .footer-col .menu > li.is-title {
  font-size: 16px;
}
#site-footer #footer-menus .footer-col .menu > li.is-title > a {
  font-weight: 600;
}
#site-footer #footer-menus .footer-col .menu > li > a {
  color: white;
  transition: all 250ms ease-in-out;
}
#site-footer #footer-menus .footer-col .menu > li > a:hover {
  color: #1E95D3;
}
#site-footer #footer-menus .footer-col .menu > li > ul {
  margin-top: 10px;
}
#site-footer #footer-menus .footer-col .menu > li > ul > li {
  font: normal 14px/1em "Open Sans", sans-serif;
  margin-bottom: 10px;
}
#site-footer #footer-menus .footer-col .menu > li > ul > li > a {
  color: #3A3C3D;
  transition: all 250ms ease-in-out;
}
#site-footer #footer-menus .footer-col .menu > li > ul > li > a:hover {
  color: #1E95D3;
}
#site-footer #footer-social {
  margin-top: 60px;
}
#site-footer #footer-social #footer-social-wrap p {
  font: normal 15px/1.3em "Open Sans", sans-serif;
  margin-right: 50px;
}
#site-footer #footer-acceo-logo {
  display: block;
  width: 168px;
  height: 47px;
  float: right;
}
#site-footer #footer-copyright {
  padding: 40px 0 75px 0;
  background: #3A3C3D;
  color: white;
}
#site-footer #footer-copyright .social-icons {
  margin-bottom: 25px;
}
#site-footer #footer-copyright #footer-copyright-text {
  font: 14px/1.65em "Open Sans", sans-serif;
}
#site-footer #footer-copyright #footer-copyright-text a {
  text-decoration: underline;
  transition: all 250ms ease-in-out;
  color: inherit;
}
#site-footer #footer-copyright #footer-copyright-text a:hover {
  color: #1E95D3;
}
#site-footer #footer-copyright #footer-copyright-text #footer-copyright-text-small {
  font-size: 12px;
}

.social-icons ul {
  display: flex;
  align-items: center;
}
.social-icons ul li {
  margin-right: 15px;
  transition: all 250ms ease-in-out;
}
.social-icons ul li:hover {
  transform: translateY(-5px);
}
.social-icons ul li:last-child {
  margin-right: 0;
}
.social-icons ul li a {
  display: block;
  width: 30px;
  height: 30px;
}

#why-rows .why-row:last-child .why-dots {
  display: none;
}
#why-rows .why-row .text-link {
  display: inline-block;
  margin-top: 25px;
}
#why-rows .why-row .why-dots {
  display: block;
  width: 60%;
  max-width: 500px;
  margin: 25px auto;
}

.breadcrumb {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  font: 16px/1.65em "Open Sans", sans-serif;
  margin-bottom: 25px;
  text-align: left;
}
.breadcrumb a {
  color: #1E95D3;
  transition: all 250ms ease-in-out;
}
.breadcrumb a:hover {
  color: #3A3C3D;
}

.icon-teasers.bold-teasers .the-content {
  font: 600 24px/1.3em "Open Sans", sans-serif;
}

.icon-teaser {
  text-align: center;
}
.icon-teaser img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 15px auto;
}
.icon-teaser h3 {
  font: 600 24px/1.3em "Open Sans", sans-serif;
  margin-bottom: 25px;
}

#key-teasers .icon-teasers {
  margin-bottom: 60px;
}

.full-testimonial-block .video-thumbnail {
  margin-bottom: 25px;
}

#checkmarks-demo .the-content {
  font-size: 22px;
}
#checkmarks-demo .btn, #checkmarks-demo #header #site-menus #site-bottom-nav > ul > li.has-btn a, #header #site-menus #site-bottom-nav > ul > li.has-btn #checkmarks-demo a, #checkmarks-demo .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer #checkmarks-demo input[type=submit] {
  margin-top: 35px;
}

.checkmarks .checkmark-block {
  text-align: center;
  margin-bottom: 70px;
}
.checkmarks .checkmark-block h3 {
  position: relative;
  font: 600 24px/1.3em "Open Sans", sans-serif;
  margin-bottom: 25px;
}
.checkmarks .checkmark-block h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-image: url("../../images/icon-checkmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#why-icons .icon-teaser {
  margin-bottom: 60px;
}

.download-categories {
  margin-top: 60px;
}
.download-categories .download-category {
  margin-bottom: 60px;
}
.download-categories .download-category:last-child {
  margin-bottom: 0;
}
.download-categories .download-category ul li {
  font: 600 18px/1.65em "Open Sans", sans-serif;
}
.download-categories .download-category ul li a {
  color: #1E95D3;
  transition: all 250ms ease-in-out;
}
.download-categories .download-category ul li a:hover {
  color: #003F72;
}

.support-c2a {
  text-align: center;
}
.support-c2a img {
  display: block;
  margin: 0 auto 25px auto;
  width: 130px;
  height: 130px;
  margin-bottom: 25px;
}
.support-c2a .btn, .support-c2a #header #site-menus #site-bottom-nav > ul > li.has-btn a, #header #site-menus #site-bottom-nav > ul > li.has-btn .support-c2a a, .support-c2a .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .support-c2a input[type=submit] {
  margin-bottom: 25px;
}

#support-c2as-content {
  text-align: center;
  margin-top: 60px;
}

.faq-question-block {
  margin-bottom: 40px;
}
.faq-question-block.active .top .title h3, .faq-question-block.active .top .the-content h1 h3, .the-content .faq-question-block.active .top h1 h3, .faq-question-block.active .top .the-content h2 h3, .the-content .faq-question-block.active .top h2 h3, .faq-question-block.active .top .the-content h3 h3, .the-content .faq-question-block.active .top h3 h3, .faq-question-block.active .top .the-content h4 h3, .the-content .faq-question-block.active .top h4 h3, .faq-question-block.active .top .the-content h5 h3, .the-content .faq-question-block.active .top h5 h3, .faq-question-block.active .top .the-content h6 h3, .the-content .faq-question-block.active .top h6 h3 {
  color: #1E95D3;
}
.faq-question-block.active .top .actions {
  background: #B9BFC3;
}
.faq-question-block.active .top .actions span.open {
  display: none;
}
.faq-question-block.active .top .actions span.close {
  display: block;
}
.faq-question-block.active .bottom {
  display: block;
}
.faq-question-block .top {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #B9BFC3;
}
.faq-question-block .top:hover .title h3, .faq-question-block .top:hover .the-content h1 h3, .the-content .faq-question-block .top:hover h1 h3, .faq-question-block .top:hover .the-content h2 h3, .the-content .faq-question-block .top:hover h2 h3, .faq-question-block .top:hover .the-content h3 h3, .the-content .faq-question-block .top:hover h3 h3, .faq-question-block .top:hover .the-content h4 h3, .the-content .faq-question-block .top:hover h4 h3, .faq-question-block .top:hover .the-content h5 h3, .the-content .faq-question-block .top:hover h5 h3, .faq-question-block .top:hover .the-content h6 h3, .the-content .faq-question-block .top:hover h6 h3 {
  color: #1E95D3;
}
.faq-question-block .top:hover .actions {
  background: #B9BFC3;
}
.faq-question-block .top .title, .faq-question-block .top .the-content h1, .the-content .faq-question-block .top h1, .faq-question-block .top .the-content h2, .the-content .faq-question-block .top h2, .faq-question-block .top .the-content h3, .the-content .faq-question-block .top h3, .faq-question-block .top .the-content h4, .the-content .faq-question-block .top h4, .faq-question-block .top .the-content h5, .the-content .faq-question-block .top h5, .faq-question-block .top .the-content h6, .the-content .faq-question-block .top h6 {
  width: calc(100% - 35px);
  padding: 0 15px;
  margin: 0;
}
.faq-question-block .top .title h3, .faq-question-block .top .the-content h1 h3, .the-content .faq-question-block .top h1 h3, .faq-question-block .top .the-content h2 h3, .the-content .faq-question-block .top h2 h3, .faq-question-block .top .the-content h3 h3, .the-content .faq-question-block .top h3 h3, .faq-question-block .top .the-content h4 h3, .the-content .faq-question-block .top h4 h3, .faq-question-block .top .the-content h5 h3, .the-content .faq-question-block .top h5 h3, .faq-question-block .top .the-content h6 h3, .the-content .faq-question-block .top h6 h3 {
  font: 600 18px/1em "Open Sans", sans-serif;
  margin: 0;
  transition: all 250ms ease-in-out;
}
.faq-question-block .top .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #1E95D3;
  color: white;
  transition: all 250ms ease-in-out;
}
.faq-question-block .top .actions span {
  display: none;
  font: 600 35px/1em "Open Sans", sans-serif;
}
.faq-question-block .top .actions span.open {
  display: block;
}
.faq-question-block .bottom {
  padding: 30px 15px;
  display: none;
}

.pricing-table {
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.21);
  background: white;
}
.pricing-table.has-blue-top .price-title {
  border-radius: 0;
  margin-top: 0;
}
.pricing-table .blue-top {
  background: #1E95D3;
  border-radius: 30px 30px 0 0;
  color: white;
  padding: 15px;
  text-align: center;
  min-height: 70px;
}
.pricing-table .blue-top .blue-top-title {
  font: 600 22px/1em "Open Sans", sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.pricing-table .blue-top .blue-top-subtitle {
  font: 600 12px/1em "Open Sans", sans-serif;
}
.pricing-table .price-title {
  margin-top: 75px;
  padding: 30px 15px;
  border-radius: 30px 30px 0 0;
  text-align: center;
  color: #1E95D3;
  font: bold 30px/1em "Open Sans", sans-serif;
  border-bottom: 2px solid #F2F3F5;
}
.pricing-table .price {
  padding: 15px;
  text-align: center;
}
.pricing-table .price .price-prefix {
  font: normal 16px/1em "Open Sans", sans-serif;
  margin-bottom: 10px;
}
.pricing-table .price .the-price {
  font: bold 36px/1em "Open Sans", sans-serif;
  margin-bottom: 10px;
}
.pricing-table .price .the-price span {
  font-size: 20px;
}
.pricing-table .price .price-suffix {
  font: normal 16px/1em "Open Sans", sans-serif;
}
.pricing-table .price-content {
  padding: 15px;
  text-align: center;
}
.pricing-table .price-inclusions {
  padding: 15px;
  text-align: center;
}
.pricing-table .price-inclusions .inclusions-title {
  margin-bottom: 10px;
}
.pricing-table .price-inclusions .the-inclusions .inclusion.emphasize {
  font: 600 20px/1.65em "Open Sans", sans-serif;
  margin: 5px 0;
}
.pricing-table .pricing-additional-info {
  padding: 15px;
  text-align: center;
}
.pricing-table .pricing-additional-info img {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto 15px auto;
}
.pricing-table .price-btn {
  border-top: 2px solid #F2F3F5;
  padding: 35px 15px;
  text-align: center;
}

#blog-top {
  margin-bottom: 60px;
}

#blog-posts .blog-archive-block {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #F2F3F5;
}
#blog-posts .blog-archive-block:last-child {
  border-bottom: 0;
}
#blog-posts .blog-archive-block > h2 {
  font: 600 24px/1em "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#blog-posts .blog-archive-block > h2 a {
  color: #1E95D3;
  transition: all 250ms ease-in-out;
}
#blog-posts .blog-archive-block > h2 a:hover {
  color: #003F72;
}
#blog-posts .blog-archive-block .meta {
  margin-bottom: 30px;
}
#blog-posts .blog-archive-block .meta a {
  color: #1E95D3;
  transition: all 250ms ease-in-out;
}
#blog-posts .blog-archive-block .meta a:hover {
  color: #003F72;
}
#blog-posts .blog-archive-block .the-content {
  margin-bottom: 20px;
}

.infinite-scroll {
  padding-bottom: 30px;
}
.infinite-scroll.loading {
  background-image: url("../../images/loader.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 30px;
}
.infinite-scroll .infinite-finished-message {
  text-align: center;
  font: 600 16px/1em "Open Sans", sans-serif;
  color: #1E95D3;
}

.sidebar {
  border-radius: 5px;
  background: #F2F3F5;
  padding: 45px 25px;
}
.sidebar .sidebar-widget {
  margin-bottom: 35px;
}
.sidebar .sidebar-widget .widget-title {
  font: 600 24px/1em "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar .sidebar-widget.blog-categories nav ul {
  border-bottom: 1px solid #B9BFC3;
}
.sidebar .sidebar-widget.blog-categories nav ul li {
  border-top: 1px solid #B9BFC3;
  padding: 10px 0;
}
.sidebar .sidebar-widget.blog-categories nav ul li.active a {
  color: #003F72;
}
.sidebar .sidebar-widget.blog-categories nav ul li a {
  font: 600 18px/1em "Open Sans", sans-serif;
  color: #1E95D3;
  transition: all 250ms ease-in-out;
}
.sidebar .sidebar-widget.blog-categories nav ul li a:hover {
  color: #003F72;
}
.sidebar .sidebar-widget.follow-us .social-icons {
  margin-top: 15px;
}
.sidebar .sidebar-widget.follow-us .social-icons ul {
  justify-content: center;
}
.sidebar .sidebar-widget.recent-posts .sidebar-blog-archive-block {
  border-top: 1px solid #B9BFC3;
  padding: 10px 0;
}
.sidebar .sidebar-widget.recent-posts .sidebar-blog-archive-block:last-child {
  border-bottom: 1px solid #B9BFC3;
}
.sidebar .sidebar-widget.recent-posts .sidebar-blog-archive-block h2 {
  font: 600 18px/1.3em "Open Sans", sans-serif;
  margin-bottom: 10px;
}
.sidebar .sidebar-widget.recent-posts .sidebar-blog-archive-block h2 a {
  color: #1E95D3;
  transition: all 250ms ease-in-out;
}
.sidebar .sidebar-widget.recent-posts .sidebar-blog-archive-block h2 a:hover {
  color: #003F72;
}

.flexible-content-rows .content-row.full-content .btn, .flexible-content-rows .content-row.full-content #header #site-menus #site-bottom-nav > ul > li.has-btn a, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.full-content a, .flexible-content-rows .content-row.full-content .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .flexible-content-rows .content-row.full-content input[type=submit] {
  margin-top: 25px;
}
.flexible-content-rows .content-row.form .inner-form {
  margin: 0 auto;
  width: 100%;
  max-width: 615px;
}
.flexible-content-rows .content-row.features-grid .feature-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 6px;
  padding: 5px;
  margin-bottom: 30px;
  transition: all 250ms ease-in-out;
}
.flexible-content-rows .content-row.features-grid .feature-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.flexible-content-rows .content-row.features-grid .feature-item:hover {
  transform: scale(1.1);
}
.flexible-content-rows .content-row.features-grid .feature-item .inner {
  text-align: center;
  color: #3A3C3D;
}
.flexible-content-rows .content-row.features-grid .feature-item .inner h4 {
  font: bold 15px/1.3em "Open Sans", sans-serif;
}
.flexible-content-rows .content-row.features-grid .feature-item .image {
  position: relative;
  position: relative;
  width: 55px;
  height: 55px;
  margin: 0 auto 10px auto;
}
.flexible-content-rows .content-row.features-grid .feature-item .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.flexible-content-rows .content-row.features-grid .feature-item .image > img,
.flexible-content-rows .content-row.features-grid .feature-item .image > iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.flexible-content-rows .content-row.add-on-testimonials {
  border-top: 1px solid #F2F3F5;
  border-bottom: 1px solid #F2F3F5;
}
.flexible-content-rows .content-row.full-width-teaser {
  padding: 25px 0;
  font: bold 18px/1em "Open Sans", sans-serif;
  text-align: center;
}
.flexible-content-rows .content-row.spotlight-case-study .btn, .flexible-content-rows .content-row.spotlight-case-study #header #site-menus #site-bottom-nav > ul > li.has-btn a, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.spotlight-case-study a, .flexible-content-rows .content-row.spotlight-case-study .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .flexible-content-rows .content-row.spotlight-case-study input[type=submit] {
  margin-top: 50px;
}
.flexible-content-rows .content-row.quotes .the-quote {
  padding: 50px 0 75px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.flexible-content-rows .content-row.quotes .the-quote img {
  display: inline-block;
  margin-bottom: 25px;
}
.flexible-content-rows .content-row.quotes .the-quote .btn, .flexible-content-rows .content-row.quotes .the-quote #header #site-menus #site-bottom-nav > ul > li.has-btn a, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.quotes .the-quote a, .flexible-content-rows .content-row.quotes .the-quote .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .flexible-content-rows .content-row.quotes .the-quote input[type=submit] {
  margin-top: 25px;
}
.flexible-content-rows .content-row.request-a-demo .gform_footer {
  margin-top: 15px;
  text-align: center;
}
.flexible-content-rows .content-row.google-maps .google-map {
  margin-bottom: 30px;
}
.flexible-content-rows .content-row.google-maps .google-map .acf-map {
  position: relative;
  border: 1px solid #3A3C3D;
}
.flexible-content-rows .content-row.google-maps .google-map .acf-map:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.flexible-content-rows .content-row.bg-image-teasers .bg-image-teaser {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.flexible-content-rows .content-row.bg-image-teasers .bg-image-teaser img {
  width: 280px;
}
.flexible-content-rows .content-row.teasers .wrapper {
  max-width: 1140px;
}
.flexible-content-rows .content-row.teasers .wrapper.small {
  max-width: 980px;
}
.flexible-content-rows .content-row.teasers .teaser-block {
  margin-bottom: 40px;
}
.flexible-content-rows .content-row.teasers .teaser-block.icon .image img {
  max-width: 120px;
}
.flexible-content-rows .content-row.teasers .teaser-block.image {
  padding: 0 35px;
}
.flexible-content-rows .content-row.teasers .teaser-block .image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}
.flexible-content-rows .content-row.teasers .teaser-block .meta {
  margin-top: 20px;
  text-align: center;
}
.flexible-content-rows .content-row.teasers .teaser-block .meta > h4 {
  font: normal 18px/1em "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.flexible-content-rows .content-row.teasers .teaser-block .meta > h3 {
  font: 500 21px/1.3em "Open Sans", sans-serif;
  margin-bottom: 15px;
}
.flexible-content-rows .content-row.teasers .teaser-block .meta > h3 a {
  color: #3A3C3D;
}
.flexible-content-rows .content-row.teasers .teaser-block .meta > h3 a:hover {
  text-decoration: underline;
}
.flexible-content-rows .content-row.teasers .teaser-block .meta ul li:before {
  background-color: #3A3C3D;
}
.flexible-content-rows .content-row.teasers .teaser-block .meta .btn, .flexible-content-rows .content-row.teasers .teaser-block .meta #header #site-menus #site-bottom-nav > ul > li.has-btn a, #header #site-menus #site-bottom-nav > ul > li.has-btn .flexible-content-rows .content-row.teasers .teaser-block .meta a, .flexible-content-rows .content-row.teasers .teaser-block .meta .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .flexible-content-rows .content-row.teasers .teaser-block .meta input[type=submit] {
  margin-top: 25px;
}

.left-teaser-icons .left-teaser-icon {
  margin-bottom: 25px;
}
.left-teaser-icons .left-teaser-icon img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 25px auto;
}
.left-teaser-icons .left-teaser-icon .meta {
  text-align: center;
}
.left-teaser-icons .left-teaser-icon .meta .title, .left-teaser-icons .left-teaser-icon .meta .the-content h1, .the-content .left-teaser-icons .left-teaser-icon .meta h1, .left-teaser-icons .left-teaser-icon .meta .the-content h2, .the-content .left-teaser-icons .left-teaser-icon .meta h2, .left-teaser-icons .left-teaser-icon .meta .the-content h3, .the-content .left-teaser-icons .left-teaser-icon .meta h3, .left-teaser-icons .left-teaser-icon .meta .the-content h4, .the-content .left-teaser-icons .left-teaser-icon .meta h4, .left-teaser-icons .left-teaser-icon .meta .the-content h5, .the-content .left-teaser-icons .left-teaser-icon .meta h5, .left-teaser-icons .left-teaser-icon .meta .the-content h6, .the-content .left-teaser-icons .left-teaser-icon .meta h6 {
  font: 600 24px/1.3em "Open Sans", sans-serif;
  margin-bottom: 10px;
}
.left-teaser-icons .left-teaser-icon .meta .text-link {
  margin-top: 10px;
}

.add-on-category-row > .title, .the-content .add-on-category-row > h1, .the-content .add-on-category-row > h2, .the-content .add-on-category-row > h3, .the-content .add-on-category-row > h4, .the-content .add-on-category-row > h5, .the-content .add-on-category-row > h6,
.add-on-category-row > .the-content {
  text-align: center;
}
.add-on-category-row > .the-content {
  margin-bottom: 45px;
}
.add-on-category-row .icon-teasers .icon-teaser {
  margin-bottom: 40px;
}
.add-on-category-row .icon-teasers .icon-teaser .the-content {
  margin-bottom: 15px;
}

.sector-block {
  display: flex;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #1E95D3;
  background-size: cover;
  background-position: bottom center;
}
.sector-block:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.sector-block .inner {
  width: 100%;
  padding: 70px;
  text-align: center;
  color: white;
}
.sector-block .inner .sector-title {
  font: 24px/1.3em "Open Sans", sans-serif;
}
.sector-block .inner .sector-subtitle {
  font: 38px/1.3em "Open Sans", sans-serif;
}
.sector-block .inner .btn, .sector-block .inner #header #site-menus #site-bottom-nav > ul > li.has-btn a, #header #site-menus #site-bottom-nav > ul > li.has-btn .sector-block .inner a, .sector-block .inner .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .sector-block .inner input[type=submit] {
  margin-top: 35px;
}

.icon-blocks .icon-block {
  text-align: center;
  margin-bottom: 45px;
}
.icon-blocks .icon-block > a:not(text-link) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.icon-blocks .icon-block > a:not(text-link):hover img {
  transform: scale(1.1);
}
.icon-blocks .icon-block img {
  display: block;
  margin: 0 auto 25px auto;
  width: 90px;
  transition: all 250ms ease-in-out;
}
.icon-blocks .icon-block h3 {
  display: flex;
  justify-content: center;
  font: 600 28px/1.1em "Open Sans", sans-serif;
  margin: 15px;
  color: #003F72;
}
.icon-blocks .icon-block .btn, .icon-blocks .icon-block #header #site-menus #site-bottom-nav > ul > li.has-btn a, #header #site-menus #site-bottom-nav > ul > li.has-btn .icon-blocks .icon-block a, .icon-blocks .icon-block .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .icon-blocks .icon-block input[type=submit] {
  margin-bottom: 25px;
}
.icon-blocks .icon-block .the-content strong {
  display: flex;
  justify-content: center;
  font-weight: normal;
  font-size: 24px;
  color: #003F72;
}

#home-functionalities .buttons {
  margin-top: 50px;
}

.text-link {
  display: inline-block;
  font-weight: bold;
  color: #1E95D3;
  transition: all 250ms ease-in-out;
}
.text-link:hover {
  color: #003F72;
  font-size: 17px;
}
.text-link.white {
  color: white;
}
.text-link.dark-blue {
  color: #003F72;
}
.text-link.dark-blue:hover {
  color: white;
}

.number-blocks .number-block {
  position: relative;
  border-radius: 15px;
  background: #1E95D3;
  color: white;
  transition: all 250ms ease-in-out;
}
.number-blocks .number-block:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.number-blocks .number-block:hover {
  background: #003F72;
}
.number-blocks .number-block:hover .inner .top .number {
  color: white;
}
.number-blocks .number-block:hover .inner .bottom {
  display: block;
}
.number-blocks .number-block .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px;
  text-align: center;
}
.number-blocks .number-block .inner .top .number {
  font: bold 50px/1em "Open Sans", sans-serif;
  color: #003F72;
  margin-bottom: 10px;
  transition: all 250ms ease-in-out;
}
.number-blocks .number-block .inner .top .the-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.number-blocks .number-block .inner .bottom {
  display: none;
  padding-top: 15px;
}
.number-blocks .number-block .inner .bottom a:hover {
  color: white;
}

.image-blocks .image-block {
  text-align: center;
  margin-bottom: 60px;
}
.image-blocks .image-block .fi {
  display: block;
  margin-bottom: 30px;
}
.image-blocks .image-block .fi img {
  display: block;
  border-radius: 15px;
}
.image-blocks .image-block h4 {
  font: 24px/1.3em "Open Sans", sans-serif;
  margin-bottom: 30px;
}
.image-blocks .image-block h4 a {
  color: #3A3C3D;
  transition: all 250ms ease-in-out;
}
.image-blocks .image-block h4 a:hover {
  color: #1E95D3;
}
.image-blocks .image-block .the-content {
  margin-bottom: 30px;
}

#ask-for-a-demo {
  text-align: center;
}

.logo-blocks .logo-block {
  margin-bottom: 45px;
}
.logo-blocks .logo-block .fi {
  display: block;
  position: relative;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border-radius: 5px;
  margin-bottom: 20px;
}
.logo-blocks .logo-block .fi:before {
  content: "";
  display: block;
  padding-top: 66%;
}
.logo-blocks .logo-block .inner {
  text-align: center;
}
.logo-blocks .logo-block .inner h4 {
  font: normal 24px/1.3em "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.logo-blocks .logo-block .inner h4 a {
  color: white;
  transition: all 250ms ease-in-out;
}
.logo-blocks .logo-block .inner h4 a:hover {
  color: #003F72;
}
.logo-blocks .logo-block .inner .text-link {
  display: inline-block;
  margin-top: 20px;
}

#integration-category-chooser {
  margin: 45px auto;
  text-align: center;
}
#integration-category-chooser h5 {
  font: normal 24px/1.3em "Open Sans", sans-serif;
  margin-bottom: 30px;
  color: #003F72;
}
#integration-category-chooser select {
  width: 215px;
  height: 35px;
}

.text-blocks .text-block {
  padding: 30px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  border: 2px solid #1E95D3;
  text-align: center;
}
.text-blocks .text-block h4 {
  font: normal 24px/1.3em "Open Sans", sans-serif;
  margin-bottom: 25px;
}
.text-blocks .text-block .text-link,
.text-blocks .text-block .btn,
.text-blocks .text-block #header #site-menus #site-bottom-nav > ul > li.has-btn a,
#header #site-menus #site-bottom-nav > ul > li.has-btn .text-blocks .text-block a,
.text-blocks .text-block .gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer .text-blocks .text-block input[type=submit] {
  margin-top: 25px;
}

.videos .video {
  margin-bottom: 45px;
  text-align: center;
}
.videos .video h4 {
  font: normal 24px/1.3em "Open Sans", sans-serif;
  margin-bottom: 25px;
}
.videos .video .video-thumbnail {
  margin-top: 25px;
}

.quotes-slider {
  position: relative;
}
.quotes-slider .owl-nav {
  display: none;
}
.quotes-slider .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.quotes-slider .owl-dots .owl-dot {
  display: block;
  width: 12px;
  height: 12px;
  background: #003F72;
  border: 0;
  border-radius: 50%;
  margin-right: 10px;
  padding: 0;
}
.quotes-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.quotes-slider .owl-dots .owl-dot.active {
  background: #1E95D3;
}

.whitepaper .resource-cat {
  font: normal 24px/1em "Open Sans", sans-serif;
  margin-bottom: 25px;
}
.whitepaper .resource-cat a {
  color: #003F72;
  transition: all 250ms ease-in-out;
}
.whitepaper .resource-cat a:hover {
  color: #1E95D3;
}
.whitepaper .title, .whitepaper .the-content h1, .the-content .whitepaper h1, .whitepaper .the-content h2, .the-content .whitepaper h2, .whitepaper .the-content h3, .the-content .whitepaper h3, .whitepaper .the-content h4, .the-content .whitepaper h4, .whitepaper .the-content h5, .the-content .whitepaper h5, .whitepaper .the-content h6, .the-content .whitepaper h6 {
  margin-bottom: 25px;
}
.whitepaper .title a, .whitepaper .the-content h1 a, .the-content .whitepaper h1 a, .whitepaper .the-content h2 a, .the-content .whitepaper h2 a, .whitepaper .the-content h3 a, .the-content .whitepaper h3 a, .whitepaper .the-content h4 a, .the-content .whitepaper h4 a, .whitepaper .the-content h5 a, .the-content .whitepaper h5 a, .whitepaper .the-content h6 a, .the-content .whitepaper h6 a {
  color: #003F72;
  transition: all 250ms ease-in-out;
}
.whitepaper .title a:hover, .whitepaper .the-content h1 a:hover, .the-content .whitepaper h1 a:hover, .whitepaper .the-content h2 a:hover, .the-content .whitepaper h2 a:hover, .whitepaper .the-content h3 a:hover, .the-content .whitepaper h3 a:hover, .whitepaper .the-content h4 a:hover, .the-content .whitepaper h4 a:hover, .whitepaper .the-content h5 a:hover, .the-content .whitepaper h5 a:hover, .whitepaper .the-content h6 a:hover, .the-content .whitepaper h6 a:hover {
  color: #1E95D3;
}
.whitepaper .buttons {
  margin-top: 25px;
}

.blog-articles-three-col.related-posts .blog-article .title, .blog-articles-three-col.related-posts .blog-article .the-content h1, .the-content .blog-articles-three-col.related-posts .blog-article h1, .blog-articles-three-col.related-posts .blog-article .the-content h2, .the-content .blog-articles-three-col.related-posts .blog-article h2, .blog-articles-three-col.related-posts .blog-article .the-content h3, .the-content .blog-articles-three-col.related-posts .blog-article h3, .blog-articles-three-col.related-posts .blog-article .the-content h4, .the-content .blog-articles-three-col.related-posts .blog-article h4, .blog-articles-three-col.related-posts .blog-article .the-content h5, .the-content .blog-articles-three-col.related-posts .blog-article h5, .blog-articles-three-col.related-posts .blog-article .the-content h6, .the-content .blog-articles-three-col.related-posts .blog-article h6 {
  margin-bottom: 0;
}
.blog-articles-three-col.related-posts .blog-article .text-link {
  margin-top: 0;
}
.blog-articles-three-col .blog-article {
  margin-bottom: 40px;
  text-align: center;
}
.blog-articles-three-col .blog-article .fi {
  display: block;
  position: relative;
  margin-bottom: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-articles-three-col .blog-article .fi:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.blog-articles-three-col .blog-article .title, .blog-articles-three-col .blog-article .the-content h1, .the-content .blog-articles-three-col .blog-article h1, .blog-articles-three-col .blog-article .the-content h2, .the-content .blog-articles-three-col .blog-article h2, .blog-articles-three-col .blog-article .the-content h3, .the-content .blog-articles-three-col .blog-article h3, .blog-articles-three-col .blog-article .the-content h4, .the-content .blog-articles-three-col .blog-article h4, .blog-articles-three-col .blog-article .the-content h5, .the-content .blog-articles-three-col .blog-article h5, .blog-articles-three-col .blog-article .the-content h6, .the-content .blog-articles-three-col .blog-article h6 {
  font: normal 24px/1.3em "Open Sans", sans-serif;
  margin-bottom: 25px;
}
.blog-articles-three-col .blog-article .title a, .blog-articles-three-col .blog-article .the-content h1 a, .the-content .blog-articles-three-col .blog-article h1 a, .blog-articles-three-col .blog-article .the-content h2 a, .the-content .blog-articles-three-col .blog-article h2 a, .blog-articles-three-col .blog-article .the-content h3 a, .the-content .blog-articles-three-col .blog-article h3 a, .blog-articles-three-col .blog-article .the-content h4 a, .the-content .blog-articles-three-col .blog-article h4 a, .blog-articles-three-col .blog-article .the-content h5 a, .the-content .blog-articles-three-col .blog-article h5 a, .blog-articles-three-col .blog-article .the-content h6 a, .the-content .blog-articles-three-col .blog-article h6 a {
  color: #3A3C3D;
  transition: all 250ms ease-in-out;
}
.blog-articles-three-col .blog-article .title a:hover, .blog-articles-three-col .blog-article .the-content h1 a:hover, .the-content .blog-articles-three-col .blog-article h1 a:hover, .blog-articles-three-col .blog-article .the-content h2 a:hover, .the-content .blog-articles-three-col .blog-article h2 a:hover, .blog-articles-three-col .blog-article .the-content h3 a:hover, .the-content .blog-articles-three-col .blog-article h3 a:hover, .blog-articles-three-col .blog-article .the-content h4 a:hover, .the-content .blog-articles-three-col .blog-article h4 a:hover, .blog-articles-three-col .blog-article .the-content h5 a:hover, .the-content .blog-articles-three-col .blog-article h5 a:hover, .blog-articles-three-col .blog-article .the-content h6 a:hover, .the-content .blog-articles-three-col .blog-article h6 a:hover {
  color: #003F72;
}
.blog-articles-three-col .blog-article .text-link {
  margin-top: 25px;
}

.half-half-cols .half-half-col-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.half-half-cols .half-half-col-content .inner {
  padding: 100px;
}

.features {
  margin-top: 70px;
}
.features .feature {
  text-align: center;
}
.features .feature img {
  display: block;
  margin-bottom: 15px;
}
.features .feature .subtitle {
  margin-bottom: 25px;
}

.rollovers {
  margin-top: 40px;
}
.rollovers .rollover {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.rollovers .rollover:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.rollovers .rollover:hover .hover {
  opacity: 1;
}
.rollovers .rollover .init {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rollovers .rollover .init:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rollovers .rollover .init img {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}
.rollovers .rollover .init h3 {
  position: relative;
  z-index: 3;
  font: 28px/1em "Open Sans", sans-serif;
  color: white;
  text-transform: uppercase;
}
.rollovers .rollover .hover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #3A3C3D;
  color: white;
  padding: 10px;
  transition: all 250ms ease-in-out;
  opacity: 0;
}
.rollovers .rollover .hover img {
  height: 50px;
  margin-bottom: 10px;
}
.rollovers .rollover .hover h3 {
  position: relative;
  z-index: 3;
  font: 18px/1em "Open Sans", sans-serif;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 10px;
}
.rollovers .rollover .hover .the-content {
  font: normal 12px/1.3em "Open Sans", sans-serif;
  color: white;
}

.article-top {
  padding-bottom: 0;
}
.article-top .meta {
  text-align: center;
  margin-bottom: 50px;
  color: #003F72;
  font-weight: bold;
}
.article-top .featured-image {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.color-blocks .color-block {
  margin-bottom: 30px;
  text-align: center;
  padding: 25px;
  color: white;
}
.color-blocks .color-block:hover img {
  transform: scale(1.1);
}
.color-blocks .color-block h3 {
  font: bold 28px/1.3em "Open Sans", sans-serif;
  margin-bottom: 25px;
}
.color-blocks .color-block img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 25px auto;
  transition: all 250ms ease-in-out;
}
.color-blocks .color-block .the-content {
  margin-bottom: 25px;
}
.color-blocks .color-block .btn:hover, .color-blocks .color-block #header #site-menus #site-bottom-nav > ul > li.has-btn a:hover, #header #site-menus #site-bottom-nav > ul > li.has-btn .color-blocks .color-block a:hover, .color-blocks .color-block .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer .color-blocks .color-block input[type=submit]:hover {
  background: white !important;
  border-color: white !important;
}

.integration-blocks .integration-block {
  margin-bottom: 45px;
}
.integration-blocks .integration-block .fi {
  display: block;
  position: relative;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border: 1px solid #3A3C3D;
  border-radius: 5px;
  margin-bottom: 20px;
}
.integration-blocks .integration-block .fi:before {
  content: "";
  display: block;
  padding-top: 66%;
}
.integration-blocks .subtitle {
  color: #003F72;
}

.blog-top {
  padding: 60px 0 0 0;
  text-align: center;
}
.blog-top .category-bar {
  background: #003F72;
  padding: 15px;
}
.blog-top .category-bar ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-top .category-bar ul li {
  position: relative;
  margin-right: 25px;
}
.blog-top .category-bar ul li:last-child {
  margin-right: 0;
}
.blog-top .category-bar ul li.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background: #1E95D3;
}
.blog-top .category-bar ul li a {
  color: white;
  transition: all 250ms ease-in-out;
}
.blog-top .category-bar ul li a:hover {
  color: #1E95D3;
}

.blog-bottom {
  text-align: center;
}

.resources-rows .resource-row {
  padding: 60px 0;
}
.resources-rows .resource-row:nth-child(even) {
  background: #F2F3F5;
}
.resources-rows .resource-row .category a {
  color: #003F72;
  transition: all 250ms ease-in-out;
}
.resources-rows .resource-row .category a:hover {
  color: #1E95D3;
}
.resources-rows .resource-row h3 {
  font: bold 28px/1.3em "Open Sans", sans-serif;
  margin-bottom: 25px;
}
.resources-rows .resource-row h3 a {
  color: #003F72;
  transition: all 250ms ease-in-out;
}
.resources-rows .resource-row h3 a:hover {
  color: #1E95D3;
}
.resources-rows .resource-row .the-content {
  margin-bottom: 25px;
}

.blog-posts.featured .blog-post {
  padding: 60px 0;
}
.blog-posts.featured .blog-post:nth-child(even) {
  background: #F2F3F5;
}
.blog-posts.featured .blog-post .category a {
  color: #003F72;
  transition: all 250ms ease-in-out;
}
.blog-posts.featured .blog-post .category a:hover {
  color: #1E95D3;
}
.blog-posts.featured .blog-post h3 {
  font: bold 28px/1.3em "Open Sans", sans-serif;
  margin-bottom: 25px;
}
.blog-posts.featured .blog-post h3 a {
  color: #003F72;
  transition: all 250ms ease-in-out;
}
.blog-posts.featured .blog-post h3 a:hover {
  color: #1E95D3;
}
.blog-posts.featured .blog-post time {
  display: block;
  margin-bottom: 25px;
  font: bold 18px/1em "Open Sans", sans-serif;
  color: #003F72;
}
.blog-posts.featured .blog-post .the-content {
  margin-bottom: 25px;
}
.pagination {
  text-align: center;
  padding: 25px 0;
  font: bold 18px/1em "Open Sans", sans-serif;
}
.pagination a {
  color: #1E95D3;
  transition: all 250ms ease-in-out;
}
.pagination a:hover {
  color: #003F72;
}

.resources-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.resources-categories a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  flex-direction: column;
  color: white;
  background: #003F72;
  margin-right: 15px;
  width: 166px;
  height: 166px;
  padding: 10px;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
}
.resources-categories a:hover {
  background: #3A3C3D;
}
.resources-categories a.active {
  background: #3A3C3D;
}
.resources-categories a.active img {
  display: none;
}
.resources-categories a:last-child {
  margin-right: 0;
}
.resources-categories a img {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}

.resources-category-slices .resource-category-slice {
  padding: 60px 0;
  text-align: center;
}
.resources-category-slices .resource-category-slice .title, .resources-category-slices .resource-category-slice .the-content h1, .the-content .resources-category-slices .resource-category-slice h1, .resources-category-slices .resource-category-slice .the-content h2, .the-content .resources-category-slices .resource-category-slice h2, .resources-category-slices .resource-category-slice .the-content h3, .the-content .resources-category-slices .resource-category-slice h3, .resources-category-slices .resource-category-slice .the-content h4, .the-content .resources-category-slices .resource-category-slice h4, .resources-category-slices .resource-category-slice .the-content h5, .the-content .resources-category-slices .resource-category-slice h5, .resources-category-slices .resource-category-slice .the-content h6, .the-content .resources-category-slices .resource-category-slice h6 {
  margin-bottom: 60px;
}
.resources-category-slices .resource-category-slice:nth-child(odd) {
  background: #F2F3F5;
}

@media (max-width: 1620px) {
  .banner .banner-img {
    width: 700px;
  }
}
@media (max-width: 1439px) {
  .banner {
    height: 500px;
  }
}
@media (max-width: 1365px) {
  #header {
    height: 115px;
  }
  #header.shrink {
    height: 100px;
    padding: 15px 0;
  }
  #header.shrink #site-logo {
    width: 150px;
  }
  #header.shrink #site-menus #site-top-nav ul li {
    font-size: 14px;
  }
  #header #site-logo {
    width: 150px;
  }
  #header #site-menus #site-top-nav {
    margin-bottom: 15px;
  }
  #header #site-menus #site-top-nav ul li {
    font-size: 14px;
    margin-right: 5px;
  }
  #header #site-menus #site-bottom-nav ul li {
    font-size: 16px;
  }
  #header #site-menus #site-bottom-nav ul li.has-btn a {
    padding: 10px 15px;
    font-size: 16px;
  }

  #main {
    margin-top: 115px;
  }

  .banner {
    padding: 40px 0;
  }
  .banner .inner h1 {
    font-size: 40px;
  }
  .banner .inner .the-content {
    font-size: 24px;
  }
  .banner .inner .buttons {
    margin-top: 25px;
  }
  .banner .banner-img {
    width: 500px;
  }

  .btn, #header #site-menus #site-bottom-nav > ul > li.has-btn a, .gform_wrapper .gform_footer input[type=submit], .blog-form .gform_wrapper .gform_footer input[type=submit] {
    padding: 10px 15px;
    font-size: 16px;
  }

  .buttons .btn, .buttons #header #site-menus #site-bottom-nav > ul > li.has-btn a, #header #site-menus #site-bottom-nav > ul > li.has-btn .buttons a, .buttons .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .buttons input[type=submit] {
    margin-right: 10px;
  }

  .flexible-content-rows .content-row.teasers .teaser-block .meta {
    margin-top: 15px;
  }
  .flexible-content-rows .content-row.teasers .teaser-block .meta > h4 {
    font-size: 14px;
  }
  .flexible-content-rows .content-row.teasers .teaser-block .meta > h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .flexible-content-rows .content-row.teasers .teaser-block .meta .the-content {
    font-size: 16px;
  }
  .flexible-content-rows .content-row.features-grid .feature-item .image {
    width: 35px;
    height: 35px;
  }
  .flexible-content-rows .content-row.features-grid .feature-item .inner h4 {
    font-size: 11px;
  }
}
@media (max-width: 1023px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }
  #header.shrink {
    height: 60px;
    padding: 10px 0;
  }
  #header.shrink #site-logo {
    width: 90px;
  }
  #header #site-logo {
    width: 90px;
  }
  #header #site-menus {
    display: none;
  }
  #header .header-mobile-btn {
    display: flex;
    margin: 0 15px 0 auto;
    padding: 5px 10px;
    font-size: 12px;
  }
  #header .mobile-menu-trigger {
    display: block;
  }

  #main {
    margin-top: 60px;
  }

  .banner .inner {
    width: 100%;
  }
  .banner .banner-img {
    display: none;
  }

  #home-teasers .home-teaser {
    border-right: 0;
    border-bottom: 2px solid white;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  #home-teasers .home-teaser:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #home-why .why-centre-img {
    display: none;
  }
  #home-why .why-icons-row {
    display: block !important;
  }
  #home-why .why-icons-row .why-icon {
    flex-wrap: wrap;
    width: 100% !important;
    margin: 0 0 45px 0;
  }
  #home-why .why-icons-row .why-icon:hover .meta {
    position: static;
    top: auto;
    right: auto;
    padding: 0;
  }
  #home-why .why-icons-row .why-icon:hover .img {
    position: static;
  }
  #home-why .why-icons-row .why-icon .img {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    order: 1;
  }
  #home-why .why-icons-row .why-icon .img:before {
    display: none;
  }
  #home-why .why-icons-row .why-icon .img .why-icon {
    display: none;
  }
  #home-why .why-icons-row .why-icon .img .why-icon.hover {
    display: block;
  }
  #home-why .why-icons-row .why-icon .meta {
    display: block;
    width: 100%;
    text-align: center;
    order: 2;
  }
  #home-why .why-icons-row .why-icon .meta .why-title {
    color: #1E95D3;
    margin-bottom: 10px;
  }
  #home-why .why-icons-row .why-icon .meta .the-content {
    display: block;
  }

  #home-testimonials-stats .stat .number {
    font-size: 20px;
  }
  #home-testimonials-stats .stat .label {
    font-size: 16px;
  }

  #home-partners .partner-block {
    margin-bottom: 40px;
  }

  #site-footer #footer-menus .footer-col {
    border-right: 0;
  }
  #site-footer #footer-menus .footer-col .footer-col-inner {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #F2F3F5;
  }
  #site-footer #footer-social-inner {
    display: block !important;
  }
  #site-footer #footer-social-inner #footer-social-wrap {
    display: block !important;
    text-align: center;
  }
  #site-footer #footer-social-inner #footer-social-wrap p {
    margin: 0 0 25px 0;
  }
  #site-footer #footer-social-inner #footer-social-wrap .social-icons ul {
    justify-content: center;
  }
  #site-footer #footer-social-inner #footer-acceo-logo {
    margin: 25px auto;
  }
  #site-footer #footer-copyright #footer-copyright-text {
    text-align: center;
  }

  #why-rows .why-row .the-content {
    padding: 0 !important;
  }
  #why-rows .why-row .link-with-right-arrow {
    padding: 0 !important;
  }
  #why-rows .why-row img {
    display: block;
    margin: 0 auto 25px auto;
  }

  .video-thumbnail {
    margin-bottom: 25px;
  }

  .icon-teasers .icon-teaser {
    margin-bottom: 40px;
  }

  .pricing-tables .pricing-table {
    margin-bottom: 40px;
  }
  .pricing-tables .pricing-table .price-title {
    margin-top: 0;
  }

  .flexible-content-rows .content-row.half-content-half-image img {
    display: block;
    margin: 25px auto 0 auto;
  }
  .flexible-content-rows .content-row.half-image-half-content img {
    display: block;
    margin: 0 auto 25px auto;
  }
  .flexible-content-rows .content-row.add-on-category img {
    display: block;
    margin: 25px auto;
  }
  .flexible-content-rows .content-row.add-on-testimonials .testimonial-block {
    margin-bottom: 40px;
  }

  .number-blocks .number-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .flexible-content-rows .content-row.teasers .teaser-block.image {
    padding: 0px;
  }
  .flexible-content-rows .content-row.teasers .teaser-block .meta > h3 {
    font-size: 18px;
  }
  .flexible-content-rows .content-row.features-grid .feature-item {
    margin-bottom: 30px;
  }
  .flexible-content-rows .content-row.features-grid .feature-item .inner h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #header #landing-page-header-c2a {
    margin-left: auto;
    font: 10px/1.3em "Open Sans", sans-serif;
    width: 50%;
  }

  .banner {
    height: 400px;
  }
  .banner .inner h1 {
    font-size: 26px;
  }
  .banner .inner .the-content {
    font-size: 20px;
  }
  .banner .inner .buttons {
    text-align: center;
  }
  .banner .inner .buttons .btn, .banner .inner .buttons #header #site-menus #site-bottom-nav > ul > li.has-btn a, #header #site-menus #site-bottom-nav > ul > li.has-btn .banner .inner .buttons a, .banner .inner .buttons .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .banner .inner .buttons input[type=submit] {
    margin: 0 0 15px 0;
  }

  .title, .the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
    font-size: 34px;
    margin-bottom: 25px;
  }

  #home-teasers .home-teaser {
    position: relative;
    border-bottom: 0;
  }
  #home-teasers .home-teaser:after {
    content: "";
    display: block;
    width: 70%;
    height: 2px;
    background: white;
    position: absolute;
    bottom: 0;
    left: 15%;
  }
  #home-teasers .home-teaser:last-child:after {
    display: none;
  }

  #home-testimonials-messages .testimonial-block {
    margin-bottom: 40px;
  }

  #home-testimonials-stats {
    margin-top: 0;
  }

  #home-testimonials-stats .stat {
    margin-bottom: 40px;
  }
  #home-testimonials-stats .stat:last-of-type {
    margin-bottom: 0;
  }
  #home-testimonials-stats .stat .number {
    font-size: 50px;
  }
  #home-testimonials-stats .stat .label {
    font-size: 28px;
  }

  .market-icons .market-icon {
    width: 50% !important;
    margin: 0 0 40px 0;
  }
  .market-icons .market-icon .link-with-right-arrow:after {
    display: none;
  }

  .resource-row {
    flex-wrap: wrap;
  }
  .resource-row .fi {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .resource-row .fi img {
    display: block;
    margin: 0 auto;
  }
  .resource-row .meta {
    width: 100%;
    text-align: center;
  }

  #home-demo .gform_wrapper .gform_footer,
#talk-to-an-expert .gform_wrapper .gform_footer {
    text-align: center;
  }

  #site-footer #footer-menus .footer-col {
    text-align: center;
  }
  #site-footer #footer-contact p.phone, #site-footer #footer-contact p.email, #site-footer #footer-contact p.address {
    padding-left: 0;
  }
  #site-footer #footer-contact p.phone:before, #site-footer #footer-contact p.email:before, #site-footer #footer-contact p.address:before {
    display: none;
  }
  #site-footer #footer-acceo-logo {
    float: none;
    margin: 0 auto;
  }
  #site-footer #footer-copyright {
    text-align: center;
  }
  #site-footer #footer-social {
    margin-top: 25px;
  }

  .full-testimonial-block {
    margin-bottom: 40px;
  }

  #market-white-slice-img {
    text-align: center;
  }

  #market-testimonials .testimonial-block {
    margin-bottom: 40px;
  }

  #market-stats .stat {
    margin-bottom: 25px;
  }

  .support-c2a {
    margin-bottom: 40px;
  }

  .faq-question-block .top .title, .faq-question-block .top .the-content h1, .the-content .faq-question-block .top h1, .faq-question-block .top .the-content h2, .the-content .faq-question-block .top h2, .faq-question-block .top .the-content h3, .the-content .faq-question-block .top h3, .faq-question-block .top .the-content h4, .the-content .faq-question-block .top h4, .faq-question-block .top .the-content h5, .the-content .faq-question-block .top h5, .faq-question-block .top .the-content h6, .the-content .faq-question-block .top h6 {
    padding: 0 5px;
  }
  .faq-question-block .top .title h3, .faq-question-block .top .the-content h1 h3, .the-content .faq-question-block .top h1 h3, .faq-question-block .top .the-content h2 h3, .the-content .faq-question-block .top h2 h3, .faq-question-block .top .the-content h3 h3, .the-content .faq-question-block .top h3 h3, .faq-question-block .top .the-content h4 h3, .the-content .faq-question-block .top h4 h3, .faq-question-block .top .the-content h5 h3, .the-content .faq-question-block .top h5 h3, .faq-question-block .top .the-content h6 h3, .the-content .faq-question-block .top h6 h3 {
    font: 600 14px/1.3em "Open Sans", sans-serif;
    padding: 0 10px;
  }

  .left-teaser-icons .left-teaser-icon {
    display: block;
  }
  .left-teaser-icons .left-teaser-icon img {
    display: block;
    margin: 0 auto 25px auto;
  }
  .left-teaser-icons .left-teaser-icon .meta {
    width: 100%;
    text-align: center;
  }

  .sector-block {
    margin-bottom: 25px;
  }
  .sector-block .inner {
    padding: 35px;
  }
  .sector-block .inner .sector-title {
    font-size: 20px;
  }
  .sector-block .inner .sector-subtitle {
    font-size: 24px;
  }
  .sector-block .inner .btn, .sector-block .inner #header #site-menus #site-bottom-nav > ul > li.has-btn a, #header #site-menus #site-bottom-nav > ul > li.has-btn .sector-block .inner a, .sector-block .inner .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer .sector-block .inner input[type=submit] {
    margin-top: 20px;
  }

  .icon-blocks .icon-block {
    margin-bottom: 25px;
  }

  .number-blocks .number-block {
    display: flex;
    align-items: center;
  }
  .number-blocks .number-block .inner {
    position: static;
    top: auto;
    left: auto;
    height: auto;
  }

  .image-blocks .image-block {
    margin-bottom: 25px;
  }

  .half-half-cols .half-half-col-img {
    position: relative;
  }
  .half-half-cols .half-half-col-img:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .half-half-cols .half-half-col-content .inner {
    padding: 40px;
    margin: 0 auto;
    width: 90%;
    max-width: 1140px;
  }
}

/*# sourceMappingURL=styles.css.map */
