/*
Theme Name: Factual Data
Author: Paul Werth, Mark Fidler
Description:
Version: 1.0
*/
/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  /* 1 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.backgroundCover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.backgroundRepeat {
  background-image: url('/assets/bg-diamond.jpg');
  background-position: 50% 50%;
}
.backgroundRepeatBlue {
  background-image: url('/assets/bg-diamond-blue.jpg');
  background-position: 50% 0%;
}
.backgroundRepeatLarge {
  background-image: url('/assets/bg-diamond.jpg');
  background-position: 50% 50%;
}
.cardclick {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.debug * {
  outline: 1px solid red;
}
.debugline {
  outline: 1px solid red;
}
/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li.rslides1_on {
  display: block;
}
.rslides li:first-child {
  position: relative;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #2A2E2F;
  background: #FFF;
  min-height: 100%;
  min-width: 315px;
  overflow-x: hidden;
}
body *,
body *:before,
body *:after {
  box-sizing: inherit;
}
body sup {
  font-size: 60%;
}
body img {
  max-width: 100%;
}
body p {
  margin-bottom: 1.25em;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  color: inherit;
  text-decoration: underline;
}
header.header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
}
@media screen and (max-width: 1140px) {
  header.header {
    padding-top: 0;
    position: relative;
  }
}
header.header .news-contact {
  overflow: hidden;
}
@media screen and (max-width: 1140px) {
  header.header .news-contact {
    display: none;
  }
}
header.header .news-contact ul {
  float: right;
  margin-right: 40px;
  background: rgba(255, 255, 255, 0.25);
  height: 35px;
  display: flex;
  flex-direction: row;
}
header.header .news-contact ul li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header.header .news-contact ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1.07px;
  color: #fff;
  padding: 8px 10px;
}
header.header .news-contact ul li a:hover {
  color: #FBB040;
}
header.header .news-contact ul li:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 8px;
  bottom: 8px;
  background: #fff;
  width: 1px;
}
header.header .news-contact ul li:last-child:after {
  display: none;
}
header.header .menutoggle {
  position: absolute;
  top: 17px;
  right: 17px;
  height: 34px;
  width: 43px;
  border-radius: 8px;
  background-color: #FFFFFF;
  display: none;
}
@media screen and (max-width: 1140px) {
  header.header .menutoggle {
    display: inline-block;
    top: 16px;
  }
}
header.header .menutoggle a {
  display: inline-block;
  padding: 6px 9px;
}
header.header .menutoggle a .bar1,
header.header .menutoggle a .bar2,
header.header .menutoggle a .bar3 {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #FBB040;
  margin: 3px 0 4px;
  transition: 0.4s;
}
.menuopen header.header .menutoggle a .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}
.menuopen header.header .menutoggle a .bar2 {
  opacity: 0;
}
.menuopen header.header .menutoggle a .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}
header.header .container {
  background: linear-gradient(180deg, #00AAE8 0%, #1183A8 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 40px;
}
@media screen and (max-width: 1140px) {
  header.header .container {
    flex-direction: column;
    align-items: stretch;
    padding: 17px 20px;
  }
}
header.header .container .logo {
  margin-right: 7px;
}
@media screen and (max-width: 1140px) {
  header.header .container .logo {
    margin: 0;
  }
}
header.header .container .logo a {
  display: block;
}
header.header .container .logo a img {
  display: block;
  width: 240px;
  height: auto;
}
@media screen and (max-width: 1140px) {
  header.header .container .logo a img {
    width: 167px;
    height: auto;
  }
}
header.header .container nav {
  position: relative;
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}
.menuopen header.header .container nav {
  display: flex;
}
@media screen and (max-width: 1140px) {
  header.header .container nav {
    flex-direction: column;
    padding-top: 20px;
    display: none;
  }
  .menuopen header.header .container nav {
    display: flex;
  }
  header.header .container nav:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: -20px;
    right: -20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
  }
}
header.header .container nav .clients {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  header.header .container nav .clients {
    flex-direction: column;
    order: 1;
    margin-bottom: 10px;
  }
}
header.header .container nav .clients li {
  margin-left: 20px;
}
@media screen and (max-width: 1140px) {
  header.header .container nav .clients li {
    margin-left: 0;
    margin-top: 20px;
  }
}
header.header .container nav .clients li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.51px;
  color: #fff;
  height: 34px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  background-color: #FBB040;
  padding: 0 10px 0 15px;
}
header.header .container nav .clients li a:hover {
  background: #01A8E4;
}
header.header .container nav .clients li img {
  display: inline-block;
  height: 24px;
  width: auto;
  margin-left: 5px;
}
header.header .container nav .pages {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  header.header .container nav .pages {
    flex-direction: column;
    order: 2;
    display: block;
  }
}
header.header .container nav .pages > li {
  position: relative;
  margin-left: 25px;
}
@media screen and (max-width: 1140px) {
  header.header .container nav .pages > li {
    margin-left: 0;
    flex: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }
  header.header .container nav .pages > li:first-child {
    border: 0;
  }
}
header.header .container nav .pages > li.mobileonly {
  display: none;
}
@media screen and (max-width: 1140px) {
  header.header .container nav .pages > li.mobileonly {
    display: block;
  }
}
header.header .container nav .pages > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.23px;
  color: #fff;
  padding: 5px 10px;
}
@media screen and (max-width: 1140px) {
  header.header .container nav .pages > li a {
    padding: 10px;
  }
}
header.header .container nav .pages > li a.currentpage {
  background: #0E84AB;
}
@media screen and (max-width: 1140px) {
  header.header .container nav .pages > li a.currentpage {
    background: none;
  }
  header.header .container nav .pages > li a.currentpage:before {
    display: none;
  }
}
header.header .container nav .pages > li a.currentpage:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 5px solid #01A8E4;
}
header.header .container nav .pages > li:hover a,
header.header .container nav .pages > li.open a {
  background: #EFA539;
}
@media screen and (max-width: 1140px) {
  header.header .container nav .pages > li:hover a,
  header.header .container nav .pages > li.open a {
    background: none;
  }
}
header.header .container nav .pages > li:hover a:before,
header.header .container nav .pages > li.open a:before {
  display: none;
}
@media screen and (max-width: 1140px) {
  header.header .container nav .pages > li.hassub > a {
    padding-right: 40px;
    padding-left: 40px;
  }
}
header.header .container nav .pages > li.hassub > a:after {
  content: '';
  display: inline-block;
  position: relative;
  margin-left: 5px;
  margin-right: -2px;
  top: 2px;
  width: 0;
  height: 0;
  border: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FBB040;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1140px) {
  header.header .container nav .pages > li.hassub > a:after {
    transform: rotate(0deg);
    border-top-color: #FFF;
    display: none;
  }
}
header.header .container nav .pages > li.hassub.open > a:after {
  transform: rotate(0deg);
  border-top-color: #FFF;
}
header.header .container nav .pages > li.hassub .opensubnav {
  display: none;
}
@media screen and (max-width: 1140px) {
  header.header .container nav .pages > li.hassub .opensubnav {
    display: block;
    position: absolute;
    border: 0;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 10;
  }
  header.header .container nav .pages > li.hassub .opensubnav:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
    width: 0;
    height: 0;
    border: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FBB040;
    transform: rotate(-90deg);
  }
}
header.header .container nav .pages > li.hassub .subnav {
  display: none;
  position: absolute;
  z-index: 5;
  top: 100%;
}
@media screen and (max-width: 1140px) {
  header.header .container nav .pages > li.hassub .subnav {
    position: relative;
    top: 0;
    margin-bottom: -1px;
  }
}
header.header .container nav .pages > li.hassub .subnav li {
  min-width: 150px;
}
header.header .container nav .pages > li.hassub .subnav li:last-child a:after {
  display: none;
}
header.header .container nav .pages > li.hassub .subnav li a {
  position: relative;
  justify-content: flex-start;
  font-size: 10px;
  font-weight: 900;
  background: #FAB043;
  padding: 7px 13px;
}
header.header .container nav .pages > li.hassub .subnav li a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 13px;
  right: 13px;
  height: 1px;
  background: rgba(255, 255, 255, 0.44);
  z-index: 1;
}
header.header .container nav .pages > li.hassub .subnav li a:focus,
header.header .container nav .pages > li.hassub .subnav li a:hover {
  text-decoration: underline;
}
header.header .container nav .pages > li.hassub.open .subnav {
  display: block;
}
header.header .container nav .pages > li.hassub.open .opensubnav:after {
  transform: rotate(0deg);
  border-top-color: #fff;
}
header.platform-header {
  background: linear-gradient(180deg, #00AAE8 0%, #1183A8 100%);
  padding: 30px 50px;
}
header.platform-header .container .logo a img {
  display: block;
  height: 44px;
  width: auto;
}
header.unified-header {
  padding: 20px;
}
header.unified-header .container .logo img {
  display: block;
  width: 172px;
  height: auto;
  margin: 0 auto;
}
footer.footer {
  margin-top: 40px;
  background: #243F53;
  padding: 20px 60px;
}
@media screen and (max-width: 950px) {
  footer.footer {
    padding: 20px;
  }
}
footer.footer .container .divider {
  position: relative;
  margin-bottom: 30px;
}
footer.footer .container .divider img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
footer.footer .container .divider:after,
footer.footer .container .divider:before {
  content: '';
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  width: 40%;
  width: -webkit-calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  width: calc(50% - 40px);
}
footer.footer .container .divider:before {
  left: 0;
}
footer.footer .container .divider:after {
  right: 0;
}
footer.footer .container .groups {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -45px;
}
@media screen and (max-width: 950px) {
  footer.footer .container .groups {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .container .groups {
    display: block;
    margin: 0;
  }
}
footer.footer .container .groups .group {
  margin: 0 45px;
  max-width: 250px;
}
@media screen and (max-width: 950px) {
  footer.footer .container .groups .group {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .container .groups .group {
    margin: 30px auto;
    max-width: 100%;
  }
}
footer.footer .container .groups .group .header {
  color: #FBB040;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.48px;
  text-transform: uppercase;
}
footer.footer .container .groups .group ul {
  border-top: 3px solid #93D9F3;
  margin-top: 5px;
}
footer.footer .container .groups .group ul li {
  padding: 15px 0;
  border-bottom: 1px solid #FFF;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.07px;
}
footer.footer .container .groups .group ul li:last-child {
  border: 0;
}
footer.footer .container .groups .group ul li a {
  text-decoration: none;
}
footer.footer .container .copyright {
  width: 250px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  footer.footer .container .copyright {
    margin: 0;
    width: auto;
  }
}
footer.footer .container .copyright img {
  display: block;
  width: 210px;
  height: auto;
  margin: 0 auto;
}
footer.footer .container .copyright .copy {
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.82px;
  text-align: center;
}
.pagebreak {
  background: #000;
  color: #fff;
  padding: 300px 20px;
  text-align: center;
}
.button {
  display: inline-block;
  border-radius: 8px;
  background-color: #FBB040;
  padding: 14px 29px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.47px;
  line-height: 1;
  text-decoration: none;
}
.button:focus,
.button:hover {
  background: #0F719E;
  color: #fff;
}

a.underline {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}
a.underline:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background: #16B5EF;
}
.callout-intro {
  position: relative;
  z-index: 6;
}
.callout-intro.notop .container {
  padding-top: 0;
}
.callout-intro .container {
  position: relative;
  padding-top: 280px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .callout-intro .container {
    padding-top: 0;
  }
}
.callout-intro .container .background {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 280px;
}
@media screen and (max-width: 767px) {
  .callout-intro .container .background {
    position: relative;
    bottom: 0;
    height: 200px;
  }
}
.callout-intro .container .background:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
}
.callout-intro .container .bannerwrap {
  background-image: url('/assets/bg-diamond.jpg');
  background-position: 50% 50%;
  position: relative;
}
.callout-intro .container .banner {
  position: relative;
  z-index: 1;
  text-align: center;
  display: inline-block;
  padding: 13px 23px;
  background: #fff;
  top: -30px;
}
.callout-intro .container .banner.home {
  top: auto;
  margin-top: 60px;
  margin-bottom: 20px;
}
.callout-intro .container .banner .text {
  color: #0F719E;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.05px;
  line-height: 23px;
  z-index: 6;
  position: relative;
  text-transform: uppercase;
}
.callout-intro .container .banner .icon {
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: #FBB040;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callout-intro .container .banner .icon img {
  display: block;
  max-width: 34px;
  max-height: 30px;
  margin-top: 5px;
}
.callout-intro .container .banner .icon.top {
  top: -40px;
  bottom: auto;
  width: 70px;
  height: 70px;
  margin-left: -35px;
}
.callout-intro .container .banner .icon.top img {
  max-width: 40px;
  max-height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
}
.callout-intro .container .copycard {
  width: 698px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.73);
  margin: 0 auto;
  color: #0F719E;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  padding: 30px 85px;
}
@media screen and (max-width: 767px) {
  .callout-intro .container .copycard {
    padding: 30px;
  }
}
.callout-intro .container .spacer {
  height: 40px;
}
.callout-intro .container .lifecycle {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .callout-intro .container .lifecycle {
    margin-top: 40px;
  }
}
.callout-intro .container .lifecycle ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 25px 0;
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .callout-intro .container .lifecycle ul {
    flex-direction: column;
    width: 315px;
    background: none;
  }
}
.callout-intro .container .lifecycle ul li {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .callout-intro .container .lifecycle ul li {
    background: none;
  }
}
.callout-intro .container .lifecycle ul li .arrow {
  display: block;
  width: 23px;
  height: 18px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .callout-intro .container .lifecycle ul li .arrow {
    transform: rotate(90deg);
    margin: 20px 10px;
  }
}
.callout-intro .container .lifecycle ul li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .callout-intro .container .lifecycle ul li a {
    align-items: center;
    justify-content: center;
  }
}
.callout-intro .container .lifecycle ul li a .icon {
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .callout-intro .container .lifecycle ul li a .icon {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
    z-index: 2;
    margin-bottom: -10px;
  }
}
.callout-intro .container .lifecycle ul li a .icon img {
  position: relative;
  display: block;
  max-width: 43px;
  max-height: 43px;
  width: auto;
  height: auto;
}
.callout-intro .container .lifecycle ul li a .icon:before {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: 6px;
  background: #fff;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .callout-intro .container .lifecycle ul li a .icon:before {
    display: none;
  }
}
.callout-intro .container .lifecycle ul li a .text {
  position: relative;
  display: block;
  background: #fff;
  color: #0F719E;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 7px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid #00AFEF;
}
@media screen and (max-width: 767px) {
  .callout-intro .container .lifecycle ul li a .text {
    flex: 1;
    padding: 15px 25px;
  }
}
.callout-intro .container .lifecycle ul li a:focus .icon,
.callout-intro .container .lifecycle ul li a:hover .icon {
  border: 4px solid #0F719E;
}
@media screen and (max-width: 767px) {
  .callout-intro .container .lifecycle ul li a:focus .icon:before,
  .callout-intro .container .lifecycle ul li a:hover .icon:before {
    border-left: 4px solid #0F719E;
    border-right: 4px solid #0F719E;
  }
}
.callout-intro .container .lifecycle ul li a:focus .text,
.callout-intro .container .lifecycle ul li a:hover .text {
  background: #0F719E;
  color: #fff;
  border-top-color: #0F719E;
  border-bottom-color: #0F719E;
}
.callout-intro .container .lifecycle ul li a.current .icon img {
  background: #EDEEEE;
}
.callout-intro .container .lifecycle ul li a.current .text {
  background: #EDEEEE;
  color: #1584AA;
}
.callout-intro .container .buttons {
  position: relative;
  margin-top: 50px;
}
.callout-intro .container .buttons:before {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
}
.callout-intro .container .buttons span {
  position: relative;
  display: inline-block;
  padding: 20px;
  background: #fff;
}
.callout-intro .container .cards {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .callout-intro .container .cards {
    margin: 40px 0 0;
  }
}
.callout-intro .container .cards .card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f4f5f6;
  width: 300px;
  padding: 30px;
  margin: 0 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .callout-intro .container .cards .card {
    flex: 1;
    width: auto;
    margin: 0;
    padding: 30px 15px;
  }
}
.callout-intro .container .cards .card .arrow {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 51px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #20A8E0;
  z-index: 2;
}
.callout-intro .container .cards .card .arrow:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 1;
  margin-left: -20px;
  margin-top: 1px;
}
.callout-intro .container .cards .card .icon {
  background: #f4f5f6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 10px;
  margin: -60px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callout-intro .container .cards .card .icon img {
  display: block;
  max-width: 50px;
  max-height: 50px;
}
.callout-intro .container .cards .card .title {
  color: #0F719E;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.callout-intro .container .cards .card .copy {
  color: #676767;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  flex: 1 1 auto;
  width: 100%;
}
.callout-intro .container .cards .card .bluecopy {
  color: #00ABE9;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  flex: 1 1 auto;
  width: 100%;
}
.callout-intro .container .cards .card .button {
  color: #fff;
  margin-bottom: -45px;
}
.callout-intro .container .cards .card.active {
  background: #FFF;
}
.callout-intro .container .cards .card.active .arrow {
  display: block;
}
.callout-intro .container .cards .card.active .icon {
  background: #fff;
}
.callout-intro .container .cards .card.active .button {
  background: #20A8E0;
}
.callout-intro .container .form {
  max-width: 950px;
  border: 1px solid #20A8E0;
  background-color: #FFFFFF;
  margin: 70px auto 0;
  padding: 20px;
  position: relative;
  display: none;
}
.callout-intro .container .form .introcopy {
  color: #6C6C6C;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 1.5em;
}
.callout-intro .container .form .introcopy a {
  font-weight: bold;
  font-style: italic;
  color: #FBB040;
  text-decoration: none;
}
.callout-intro .container .form .introcopy a:focus,
.callout-intro .container .form .introcopy a:hover {
  color: #0F719E;
  text-decoration: underline;
}
.callout-intro .container .form form {
  text-align: left;
  max-width: 680px;
  margin: 0 auto;
}
.callout-intro .container .form form textarea,
.callout-intro .container .form form select,
.callout-intro .container .form form input {
  color: #323232;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  background: #DCDCDC;
  padding: 11px 20px;
}
.callout-intro .container .form form textarea {
  height: 90px;
}
.callout-intro .container .form form button {
  display: inline-block;
  border-radius: 8px;
  background-color: #FBB040;
  padding: 14px 29px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.47px;
  line-height: 1;
  text-decoration: none;
  margin: 0 12px;
}
.callout-intro .container .form form button:focus,
.callout-intro .container .form form button:hover {
  background: #0F719E;
  color: #fff;
}
.callout-intro .container .form form .formwrap {
  overflow: hidden;
  margin: 0 -12px;
}
.callout-intro .container .form form .formwrap .input {
  margin-bottom: 25px;
  float: left;
  padding: 0 12px;
}
.callout-intro .container .form form .formwrap .input.half {
  width: 50%;
}



/*GENERAL FORM*/

form {
  text-align: left;
  max-width: 680px;
  margin: 0 auto;
}
form textarea,
form select,
form input {
  color: #323232;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  background: #DCDCDC;
  padding: 11px 20px;
}
form textarea {
  height: 90px;
}
form button {
  display: inline-block;
  border-radius: 8px;
  background-color: #FBB040;
  padding: 14px 29px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.47px;
  line-height: 1;
  text-decoration: none;
  margin: 0 12px;
}
form button:focus,
form button:hover {
  background: #0F719E;
  color: #fff;
}
form .formwrap {
  margin: 0 12px;
}
form .input {
  margin-bottom: 25px;
  float: left;
  padding: 0 12px;
}
form .input.half {
  width: 25%;
}

input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #2A2A2A;
			cursor: pointer;
			display: inline-block;
			font-size: 14px;
			font-weight:normal;
			padding-left: 2.4em;
			padding-right: 2em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #FFFFFF;
				border-radius: 4px;
				border: solid 1px rgba(144, 144, 144, 0.25);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #3ba666;
			border-color: #3ba666;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #4dac71;
			box-shadow: 0 0 0 1px #4dac71;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}



@media screen and (max-width: 600px) {
  .callout-intro .container .form form .formwrap .input.half {
    width: 100%;
  }
}
.callout-intro .container .form form .formwrap .input.full {
  width: 100%;
}
.callout-intro .container .form form .formwrap .actions {
  text-align: center;
  display: flex;
  justify-content: center;
  clear: both;
}

form .input.half {
    width: 100%;
  }

form .input.full {
  width: 100%;
}
form .actions {
  text-align: center;
  display: flex;
  justify-content: center;
  clear: both;
}
.callout-intro .container .spacer {
  height: 40px;
}
.callout-intro .endcap {
  background: #999;
  height: 80px;
}
.callout-copy {
  background: #fff;
  margin: 30px 20px 40px;
}
.callout-copy .container {
  max-width: 850px;
  margin: 0 auto;
}
.callout-copy .container.wide-less {
  max-width: 740px;
}
.callout-copy .container.wide {
  max-width: 900px;
}
.callout-copy .container .header {
  color: #0F719E;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.95px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.callout-copy .container .subheader {
  color: #00AAE8;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  margin-bottom: 25px;
}
.callout-copy .container .image {
  margin: 30px 0;
  text-align: center;
}
.callout-copy .container .image a {
  display: inline-block;
}
.callout-copy .container .image img {
  display: block;
  margin: 0 auto;
}
.callout-copy .container .copy {
  color: #707070;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.callout-copy .container .copy a {
  font-weight: bold;
  font-style: italic;
  color: #FBB040;
  text-decoration: none;
}
.callout-copy .container .copy ul {
  margin: 2.5em 0;
}
.callout-copy .container .copy ul li {
  text-align: left;
  position: relative;
  padding-left: 30px;
  margin-bottom: 1em;
}
.callout-copy .container .copy ul li:last-child {
  margin-bottom: 0;
}
.callout-copy .container .copy ul li .icon {
  position: absolute;
  top: 0;
  left: 5px;
  display: inline-block;
  height: 24px;
  width: auto;
}

.callout-copy .container .form {
  max-width: 950px;
  border: 1px solid #20A8E0;
  background-color: #FFFFFF;
  margin: 40px auto 0;
  padding: 20px;
  position: relative;
}
.callout-copy .container .form form {
  text-align: left;
  max-width: 680px;
  margin: 0 auto;
}
.callout-copy .container .form form textarea,
.callout-copy .container .form form input {
  color: #323232;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  background: #DCDCDC;
  padding: 11px 20px;
}
.callout-copy .container .form form textarea {
  height: 90px;
}
.callout-copy .container .form form button {
  display: inline-block;
  border-radius: 8px;
  background-color: #FBB040;
  padding: 14px 29px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.47px;
  line-height: 1;
  text-decoration: none;
  margin: 0 12px;
}
.callout-copy .container .form form button:focus,
.callout-copy .container .form form button:hover {
  background: #0F719E;
  color: #fff;
}
.callout-copy .container .form form .formwrap {
  overflow: hidden;
  margin: 0 -12px;
}
.callout-copy .container .form form .formwrap .input {
  margin-bottom: 25px;
  float: left;
  padding: 0 12px;
}
.callout-copy .container .form form .formwrap .input.half {
  width: 50%;
}

.callout-client-card {
  background-image: url('/assets/bg-diamond.jpg');
  background-position: 50% 50%;
  padding: 50px 60px 70px;
}
@media screen and (max-width: 767px) {
  .callout-client-card {
    padding: 50px 20px 70px;
  }
}
.callout-client-card .container {
  max-width: 1100px;
  margin: 0 auto;
}
.callout-client-card .container .paper {
  border: 1px solid rgba(118, 118, 118, 0.5);
  background: rgba(255, 255, 255, 0.55);
  padding: 30px;
  color: #707070;
  font-size: 16px;
  letter-spacing: 0.69px;
}
.callout-client-card .container .paper .header {
  color: #0F719E;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.callout-client-card .container .paper hr {
  margin: 25px 0;
  border: 0;
  border-bottom: 1px solid rgba(118, 118, 118, 0.5);
}
.callout-client-card .container .paper ul {
  margin-left: 35px;
  margin-bottom: 1.5em;
}
.callout-client-card .container .paper ul li {
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
}
.callout-client-card .container .paper ul li:last-child {
  margin-bottom: 0;
}
.callout-client-card .container .paper ul li .icon {
  position: absolute;
  left: -25px;
  top: 0;
  color: #0F719E;
}
.callout-client-card .container .paper > p a,
.callout-client-card .container .paper .highlight {
  font-weight: bold;
  font-style: italic;
  color: #FBB040;
  text-decoration: none;
}
.callout-client-card .container .paper .cards {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: -30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .callout-client-card .container .paper .cards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
.callout-client-card .container .paper .cards .card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FFFFFF;
  width: 315px;
  padding: 30px;
  margin: 0 50px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .callout-client-card .container .paper .cards .card {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .callout-client-card .container .paper .cards .card {
    margin: 90px 35px 0;
    max-width: 100%;
  }
  .callout-client-card .container .paper .cards .card:first-child {
    margin-top: 0;
  }
}
.callout-client-card .container .paper .cards .card .icon {
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 10px;
  margin: -60px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callout-client-card .container .paper .cards .card .icon img {
  display: block;
  max-width: 50px;
  max-height: 50px;
}
.callout-client-card .container .paper .cards .card .title {
  color: #0F719E;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.73px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.callout-client-card .container .paper .cards .card .copy {
  color: #00ABE9;
  font-size: 18px;
  letter-spacing: 0.78px;
  line-height: 22px;
  margin-bottom: 25px;
  flex: 1 1 auto;
}
.callout-client-card .container .paper .cards .card .button {
  color: #fff;
  margin-bottom: -45px;
}
.callout-location {
  margin-bottom: 40px;
}
.callout-location .container {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 60px 20px 0;
}
.callout-location .container .diamonds {
  background-image: url('/assets/bg-diamond.jpg');
  background-position: 50% 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 355px;
}
.callout-location .container .locations {
  position: relative;
  background: #FFFFFF;
  padding: 17px 10px;
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.callout-location .container .locations .location {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .callout-location .container .locations .location {
    width: 100%;
  }
}
.callout-location .container .locations .location .wrap {
  padding: 0 7px 14px;
}
.callout-location .container .locations .location .wrap .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 175px;
  width: 100%;
}
.callout-location .container .locations .location .wrap .text {
  background-color: #0F719E;
  padding: 15px;
  color: #FFFFFF;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
.callout-services {
  margin: 60px auto;
}
.callout-services .container .items .item {
  position: relative;
  margin-bottom: 60px;
}
.callout-services .container .items .item:last-child {
  margin-bottom: 0;
}
.callout-services .container .items .item .itemwrap {
  width: 780px;
  margin: 0 auto;
  max-width: 100%;
}
.callout-services .container .items .item .itemwrap .diamonds {
  background-image: url('/assets/bg-diamond.jpg');
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 345px;
}
.callout-services .container .items .item .itemwrap .title {
  position: relative;
  min-height: 46px;
  color: #0F719E;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 20px;
}
@media screen and (max-width: 767px) {
  .callout-services .container .items .item .itemwrap .title {
    text-align: center;
  }
}
.callout-services .container .items .item .itemwrap .card {
  position: relative;
  min-height: 450px;
}
@media screen and (max-width: 767px) {
  .callout-services .container .items .item .itemwrap .card {
    min-height: 0;
  }
}
.callout-services .container .items .item .itemwrap .card .background {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .callout-services .container .items .item .itemwrap .card .background {
    position: relative;
    height: 200px;
  }
}
.callout-services .container .items .item .itemwrap .card .background:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.callout-services .container .items .item .itemwrap .card .copy {
  position: relative;
  background: #16B5EF;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .callout-services .container .items .item .itemwrap .card .copy {
    width: auto;
  }
}
.callout-services .container .items .item .itemwrap .card .copy .text {
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.69px;
  line-height: 23px;
  padding: 20px;
}
.callout-services .container .items .item .itemwrap .card .copy .text > a {
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}
.callout-services .container .items .item .itemwrap .card .copy .text > a:hover {
  text-decoration: underline;
}
.callout-services .container .items .item .itemwrap .card .copy .text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1em;
}
.callout-services .container .items .item .itemwrap .card .copy .text ul li:last-child {
  margin-bottom: 0;
}
.callout-services .container .items .item .itemwrap .card .copy .text ul li .icon {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  height: 22px;
  width: auto;
}
.callout-services .container .items .item .itemwrap .card .copy .text .buttons {
  margin-top: 25px;
  text-align: center;
}
.callout-services .container .items .item .itemwrap .card .copy .text .readmore {
  margin-top: 25px;
  margin-bottom: 5px;
  text-align: center;
}
.callout-services .container .items .item .itemwrap .card .copy .text .readmore a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 4px solid #FBB040;
}
.callout-services .container .items .item .itemwrap .card .copy .expanded {
  background: #C3EFFF;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 23px;
  padding: 20px;
}
.callout-services .container .items .item .itemwrap .card .copy .expanded ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1em;
}
.callout-services .container .items .item .itemwrap .card .copy .expanded ul li:last-child {
  margin-bottom: 0;
}
.callout-services .container .items .item .itemwrap .card .copy .expanded ul li .icon {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  height: 22px;
  width: auto;
}
.callout-services .container .items .item:nth-child(odd) .itemwrap .diamonds:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 768px;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .callout-services .container .items .item:nth-child(odd) .itemwrap .diamonds:after {
    background: rgba(255, 255, 255, 0.7);
  }
}
.callout-services .container .items .item:nth-child(odd) .itemwrap .diamonds {
  left: 50%;
  margin-left: -384px;
}
@media screen and (max-width: 767px) {
  .callout-services .container .items .item:nth-child(odd) .itemwrap .diamonds {
    left: 0;
    margin-left: 0;
  }
}
.callout-services .container .items .item:nth-child(even) .itemwrap .diamonds:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 768px;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .callout-services .container .items .item:nth-child(even) .itemwrap .diamonds:after {
    background: rgba(255, 255, 255, 0.7);
  }
}
.callout-services .container .items .item:nth-child(even) .itemwrap .diamonds {
  right: 50%;
  margin-right: -384px;
}
@media screen and (max-width: 767px) {
  .callout-services .container .items .item:nth-child(even) .itemwrap .diamonds {
    right: 0;
    margin-right: 0;
  }
}
.callout-services .container .items .item:nth-child(even) .itemwrap .title {
  width: 55%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .callout-services .container .items .item:nth-child(even) .itemwrap .title {
    width: 100%;
  }
}
.callout-services .container .items .item:nth-child(even) .itemwrap .copy {
  margin-left: auto;
}
.callout-resources {
  margin: 25px auto 60px;
}
.callout-resources .container .items .item {
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .callout-resources .container .items .item {
    margin-bottom: 60px;
  }
}
.callout-resources .container .items .item .itemwrap {
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 46px;
}
.callout-resources .container .items .item .itemwrap .diamonds {
  background-image: url('/assets/bg-diamond.jpg');
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  bottom: 50px;
  width: 100%;
}
.callout-resources .container .items .item .itemwrap .card {
  position: relative;
  border: 1px solid #00AFEF;
  background-color: #FFFFFF;
  padding: 20px;
  color: #404040;
  font-size: 16px;
  line-height: 1.4375;
}
.callout-resources .container .items .item .itemwrap .card .header {
  color: #00AFEF;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.callout-resources .container .items .item .itemwrap .card .header span {
  padding-bottom: 4px;
  border-bottom: 2px solid #0E84AB;
}
.callout-resources .container .items .item .itemwrap .card ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1em;
}
.callout-resources .container .items .item .itemwrap .card ul li:last-child {
  margin-bottom: 0;
}
.callout-resources .container .items .item .itemwrap .card ul li .icon {
  position: absolute;
  top: 1px;
  left: 5px;
  display: inline-block;
  height: 24px;
  width: auto;
}
.callout-resources .container .items .item .itemwrap .card ul li a {
  color: #00AFFB;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}
.callout-resources .container .items .item:nth-child(even) .itemwrap .diamonds:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 768px;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .callout-resources .container .items .item:nth-child(even) .itemwrap .diamonds:after {
    background: rgba(255, 255, 255, 0.7);
  }
}
.callout-resources .container .items .item:nth-child(even) .itemwrap .diamonds {
  left: 50%;
  margin-left: -350px;
}
@media screen and (max-width: 767px) {
  .callout-resources .container .items .item:nth-child(even) .itemwrap .diamonds {
    left: 0;
    margin-left: 0;
  }
}
.callout-resources .container .items .item:nth-child(even) .itemwrap .card {
  box-shadow: 23px 25px #00AFEF;
}
.callout-resources .container .items .item:nth-child(odd) .itemwrap .diamonds:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 768px;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .callout-resources .container .items .item:nth-child(odd) .itemwrap .diamonds:after {
    background: rgba(255, 255, 255, 0.7);
  }
}
.callout-resources .container .items .item:nth-child(odd) .itemwrap .diamonds {
  right: 50%;
  margin-right: -350px;
}
@media screen and (max-width: 767px) {
  .callout-resources .container .items .item:nth-child(odd) .itemwrap .diamonds {
    right: 0;
    margin-right: 0;
  }
}
.callout-resources .container .items .item:nth-child(odd) .itemwrap .card {
  box-shadow: -23px 25px #00AFEF;
}
.callout-lifecycle-mini {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .callout-lifecycle-mini {
    display: none;
  }
}
.callout-lifecycle-mini .container {
  padding: 0 20px;
}
.callout-lifecycle-mini .container ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.callout-lifecycle-mini .container ul li {
  position: relative;
  min-width: 108px;
}
.callout-lifecycle-mini .container ul li .arrow {
  display: block;
  width: 23px;
  height: 18px;
  position: absolute;
  bottom: 38px;
  left: 100%;
  margin-left: -11.5px;
}
.callout-lifecycle-mini .container ul li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.callout-lifecycle-mini .container ul li a .icon {
  display: block;
}
.callout-lifecycle-mini .container ul li a .icon img {
  display: block;
  max-width: 64px;
  max-height: 64px;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}
.callout-lifecycle-mini .container ul li a .text {
  position: relative;
  display: block;
  background: rgba(216, 216, 216, 0.32);
  padding: 6px 14px 8px;
  color: #161616;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.callout-lifecycle-mini .container ul li a:focus .text,
.callout-lifecycle-mini .container ul li a:hover .text {
  background: #0F719E;
  color: #fff;
}
.callout-lifecycle-mini .container ul li a.current .icon img {
  background: #EDEEEE;
}
.callout-lifecycle-mini .container ul li a.current .text {
  background: #EDEEEE;
  color: #1584AA;
}
.callout-lifecycle-mini .container ul li a.current .text:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #EDEEEE;
  width: 0;
  height: 0;
}
.callout-lifecycle-mini.onpage ul li a .text {
  background: none;
}
.callout-flipflop .container .cards {
  margin: 110px auto;
}
@media screen and (max-width: 767px) {
  .callout-flipflop .container .cards {
    margin: 0 0 50px;
  }
}
.callout-flipflop .container .cards .arrow {
  margin: 65px auto 50px;
}
@media screen and (max-width: 767px) {
  .callout-flipflop .container .cards .arrow {
    display: none;
  }
}
.callout-flipflop .container .cards .arrow img {
  display: block;
  width: 76px;
  height: auto;
  margin: 0 auto;
}
.callout-flipflop .container .cards .item {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .callout-flipflop .container .cards .item {
    padding: 165px 0 30px 0;
  }
}
.callout-flipflop .container .cards .item .itemwrap {
  position: relative;
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.callout-flipflop .container .cards .item .itemwrap .photo {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border-radius: 50%;
  border: 1px solid #979797;
  width: 260px;
  height: 260px;
  margin-top: -130px;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .callout-flipflop .container .cards .item .itemwrap .photo {
    top: 0;
    left: auto;
    right: auto;
    left: 50% !important;
    margin-left: -130px;
    z-index: 0;
  }
}
.callout-flipflop .container .cards .item .itemwrap .card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #87c4d8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .callout-flipflop .container .cards .item .itemwrap .card {
    position: unset;
  }
}
.callout-flipflop .container .cards .item .itemwrap .card .icon {
  position: relative;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #87c4d8;
  width: 80px;
  height: 80px;
  padding: 10px;
  margin: -70px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callout-flipflop .container .cards .item .itemwrap .card .icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #fff;
}
.callout-flipflop .container .cards .item .itemwrap .card .icon img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 44px;
  max-height: 44px;
}
.callout-flipflop .container .cards .item .itemwrap .card .title {
  color: #0F719E;
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: 100%;
}
.callout-flipflop .container .cards .item .itemwrap .card .copy {
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  max-width: 360px;
  margin: 0 auto;
}
.callout-flipflop .container .cards .item .itemwrap .card .button {
  position: relative;
  margin-top: 20px;
  margin-bottom: -60px;
}
.callout-flipflop .container .cards .item .itemwrap .card:before {
  content: '';
  background-image: url('/assets/bg-diamond.jpg');
  background-position: 50% 50%;
  background-position: 50% 0%;
  position: absolute;
  top: 100%;
  height: 30px;
  left: -1px;
  right: -1px;
  margin-top: 1px;
}
.callout-flipflop .container .cards .item .itemwrap .card:after {
  content: '';
  position: absolute;
  top: 100%;
  height: 30px;
  width: 80px;
  left: -1px;
  margin-top: 1px;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .callout-flipflop .container .cards .item .itemwrap .card:after {
    display: none;
  }
}
.callout-flipflop .container .cards .item .itemwrap .card {
  padding: 30px 20px 40px 150px;
  margin-left: 130px;
}
@media screen and (max-width: 767px) {
  .callout-flipflop .container .cards .item .itemwrap .card {
    padding: 30px 60px 40px;
    margin: 0;
    position: relative;
    z-index: 1;
    border-left: 0;
    border-right: 0;
  }
}
.callout-flipflop .container .cards .item.reverse {
  background: #fff;
}
.callout-flipflop .container .cards .item.reverse .itemwrap .photo {
  right: 0;
  left: auto;
}
@media screen and (max-width: 767px) {
  .callout-flipflop .container .cards .item.reverse .itemwrap .photo {
    right: auto;
  }
}
.callout-flipflop .container .cards .item.reverse .itemwrap .card {
  padding: 30px 150px 40px 20px;
  margin-left: 0;
  margin-right: 130px;
}
@media screen and (max-width: 767px) {
  .callout-flipflop .container .cards .item.reverse .itemwrap .card {
    padding: 30px 60px 40px;
    margin: 0;
  }
}
.callout-flipflop .container .cards .item.reverse .itemwrap .card:after {
  right: -1px;
  left: auto;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.callout-slider {
  position: relative;
  background: #fff;
}
.callout-slider .container .slide {
  position: relative;
  height: 640px;
  padding: 300px 100px 110px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .callout-slider .container .slide {
    display: block;
    padding: 0;
    height: auto;
  }
}
.callout-slider .container .slide .background {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .callout-slider .container .slide .background {
    position: relative;
    height: 200px;
  }
}
.callout-slider .container .slide .background:after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
}
.callout-slider .container .slide .banner {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(0, 0, 0, 0.36);
  padding: 30px 35px;
}
.callout-slider .container .slide .banner .text {
  max-width: 590px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 29px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .callout-slider .container .slide .banner {
    border: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 35px;
  }
  .callout-slider .container .slide .banner .text {
    color: #696A6A;
    font-size: 18px;
    letter-spacing: 0.78px;
    line-height: 26px;
  }
}
.callout-slider .container .rslides_nav {
  z-index: 6;
  position: absolute;
  bottom: 210px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .callout-slider .container .rslides_nav {
    bottom: 43px;
    color: #00AAE8;
  }
}
.callout-slider .container .rslides_nav.prev {
  left: 50%;
  margin-left: -43%;
}
@media screen and (max-width: 767px) {
  .callout-slider .container .rslides_nav.prev {
    display: none;
  }
}
.callout-slider .container .rslides_nav.next {
  right: 50%;
  margin-right: -43%;
}
@media screen and (max-width: 767px) {
  .callout-slider .container .rslides_nav.next {
    display: none;
  }
}
.callout-slider .container .rslides_tabs {
  display: block;
  text-align: center;
  line-height: 1px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .callout-slider .container .rslides_tabs {
    position: relative;
    bottom: 0;
    margin-bottom: 25px;
  }
}
.callout-slider .container .rslides_tabs li {
  display: inline-block;
}
.callout-slider .container .rslides_tabs li a {
  line-height: 0;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background: #00AAE8;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  margin: 0 4px;
}
.callout-slider .container .rslides_tabs li.rslides_here a {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .callout-slider .container .rslides_tabs li.rslides_here a {
    background: #CDCDCD;
  }
}
.callout-home-cards {
  background-image: url('/assets/bg-diamond.jpg');
  background-position: 50% 50%;
}
.callout-home-cards .container .intro {
  max-width: 710px;
  border: 1px solid #D2D2D2;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  padding: 30px 70px 40px;
  color: #0F719E;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.95px;
  line-height: 34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .callout-home-cards .container .intro {
    font-size: 17px;
    letter-spacing: 0.73px;
    line-height: 26px;
    padding: 20px;
    max-width: auto;
    margin: 0 35px;
  }
}
.callout-home-cards .container .intro strong {
  font-weight: 700;
}
.callout-home-cards .container .cards {
  display: flex;
  justify-content: center;
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .callout-home-cards .container .cards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.callout-home-cards .container .cards:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  display: block;
  background: #fff;
}
.callout-home-cards .container .cards .card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FFFFFF;
  width: 250px;
  padding: 30px;
  margin: 0 50px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .callout-home-cards .container .cards .card {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .callout-home-cards .container .cards .card {
    margin: 90px 35px 0;
    max-width: 100%;
  }
  .callout-home-cards .container .cards .card:first-child {
    margin-top: 0;
  }
}
.callout-home-cards .container .cards .card .icon {
  background: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 10px;
  margin: -60px auto 0;
}
.callout-home-cards .container .cards .card .icon img {
  display: block;
  width: 50px;
  height: 50px;
}
.callout-home-cards .container .cards .card .title {
  color: #0F719E;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.73px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.callout-home-cards .container .cards .card .copy {
  color: #6E6E6E;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 22px;
  margin-bottom: 20px;
  flex: 1 1 auto;
}
.callout-grid-logos .container {
  max-width: 1040px;
  margin: 40px auto 30px;
}
.callout-grid-logos .container .items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.callout-grid-logos .container .items .item {
  display: block;
  padding: 0 30px 30px;
  width: 260px;
}
.callout-grid-logos .container .items .item img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  margin: 0 auto;
}
.callout-divide {
  margin: 0 auto 40px;
}




.callout-grid-content .container {
  max-width: 1040px;
  margin: 40px auto 30px;
}
.callout-grid-content .container .items {
  display: flex;
  justify-content: center;
  align-items:baseline;
  flex-wrap: wrap;
}
.callout-grid-content .container .items .item {
  display: block;
  padding: 0 20px 30px;
  width: 260px;
}
.callout-grid-content .container .items .item img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  margin: 0 auto;
}
.callout-grid-content .container .header {
  color: #0F719E;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.95px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.callout-grid-content .container .image {
  margin: 30px 0;
  text-align: center;
}
.callout-grid-content .container .image a {
  display: inline-block;
}
.callout-grid-content .container .image img {
  display: block;
  margin: 0 auto;
}
.callout-grid-content .container .copy {
  color: #707070;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.callout-grid-content .container .copy a {
  font-weight: bold;
  font-style: italic;
  color: #FBB040;
  text-decoration: none;
}



@media screen and (max-width: 767px) {
  .callout-divide {
    padding-top: 20px;
  }
}
.callout-divide .container {
  position: relative;
}
.callout-divide .container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #0F719E;
  background-image: url('/assets/bg-diamond-blue.jpg');
  background-position: 50% 0%;
}
.callout-divide .container .header {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.callout-divide .container .header .wrap {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callout-divide .container .header .wrap:before {
  content: '';
  display: block;
  position: absolute;
  right: -30px;
  top: 0;
  height: 0;
  width: 0;
  border-left: 30px solid #fff;
  border-top: 50px solid transparent;
}
.callout-divide .container .header .wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  height: 0;
  width: 0;
  border-right: 30px solid #fff;
  border-top: 50px solid transparent;
}
.callout-divide .container .header .wrap img {
  display: block;
  margin: 0 auto;
}
.callout-divide .container .header .wrap .button {
  max-width: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.callout-divide .container .header .wrap .button span {
  flex: 1;
}
.callout-divide .container .header .wrap .button .icon {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-left: 5px;
}
.callout-divide .container .header .wrap.grey-copy {
  color: #878787;
  font-size: 18px;
  line-height: 24px;
  flex-direction: column;
}
.callout-divide .container .header .wrap.grey-copy img {
  margin: 10px auto;
}
.callout-divide .container .header .wrap.grey-copy a {
  color: #00AFFB;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  line-height: 23px;
  text-decoration: none;
}
.callout-divide .container .header .wrap.blue-copy {
  color: #1474A1;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.65px;
  line-height: 24px;
  text-align: center;
  max-width: 315px;
}
.callout-divide .container .header .wrap.blue-copy.larger {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.78px;
  font-weight: 600;
}
.callout-divide .container .blue-head {
  color: #0F719E;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  padding: 0 20px;
}
.callout-divide .container .copy {
  padding: 0 20px;
  color: #878787;
  font-size: 16px;
  text-align: center;
}
.callout-divide .container .copy .button {
  text-transform: none;
  margin-top: 20px;
}
.callout-divide .container .buttons {
  text-align: center;
  padding: 0 20px;
}
.callout-divide .container .buttons .button {
  max-width: 220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.callout-divide .container .buttons .button span {
  flex: 1;
}
.callout-divide .container .buttons .button .icon {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-left: 5px;
}
.callout-divide .container .blue-list {
  background: #C3EFFF;
  padding: 20px 40px;
  margin-bottom: 50px;
}
.callout-divide .container .blue-list ul li {
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.callout-divide .container .blue-list ul li:last-child {
  margin: 0;
}
.callout-divide .container .blue-list ul li .icon {
  position: relative;
  top: 2px;
  display: inline-block;
  height: 24px;
  width: auto;
  margin-right: 4px;
}
.callout-divide .container .blue-list .buttons {
  margin-top: 30px;
  margin-bottom: -40px;
}
.callout-divide .container .blue-list .buttons .button {
  max-width: 290px;
}
.callout-careerscopy {
  margin: 40px auto;
  padding: 0 20px;
}
.callout-careerscopy .container {
  max-width: 890px;
  margin: 0 auto;
  color: #707070;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.callout-careerscopy .container a {
  color: #FBB040;
  text-decoration: none;
}
.callout-careerscopy .container a:focus,
.callout-careerscopy .container a:hover {
  color: #0F719E;
  text-decoration: underline;
}
.callout-spacer {
  height: 60px;
}
.callout-privacy-policies {
  margin: 40px 20px;
}
.callout-privacy-policies .container {
  max-width: 970px;
  margin: 0 auto;
}
.callout-privacy-policies .container ul {
  display: flex;
}
.callout-privacy-policies .container ul li a {
  margin-right: 15px;
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  background-color: #FBB040;
  padding: 8px 17px;
}
.callout-privacy-policies .container ul li a.active {
  background: #01A8E4;
}
.callout-privacy-policies .container ul li a.active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #01A8E4;
}
.callout-privacy-policies-copy {
  display: none;
  margin: 70px 20px 50px;
}
.callout-privacy-policies-copy .container {
  max-width: 970px;
  margin: 0 auto;
}
.callout-privacy-policies-copy .container .header {
  max-width: 600px;
  color: #01A8E4;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.38px;
  line-height: 40px;
  margin-bottom: 20px;
}
.callout-privacy-policies-copy .container .meta {
  color: #535353;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.callout-privacy-policies-copy .container .copy {
  color: #707070;
  font-size: 15px;
  letter-spacing: 0.65px;
  line-height: 26px;
}
.callout-privacy-policies-copy .container .copy ul {
  margin-left: 20px;
}
.callout-privacy-policies-copy .container .copy ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1em;
}
.callout-privacy-policies-copy .container .copy ul li:last-child {
  margin-bottom: 0;
}
.callout-privacy-policies-copy .container .copy ul li .icon {
  position: absolute;
  top: 1px;
  left: 5px;
  display: inline-block;
  height: 24px;
  width: auto;
}
.callout-privacy-policies-copy .container .copy a {
  font-weight: bold;
  font-style: italic;
  color: #FBB040;
  text-decoration: none;
}
.callout-privacy-policies-copy .container .copy h2 {
  color: #01A8E5;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.callout-privacy-policies-copy .container .copy h3 {
  color: #0F719E;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.73px;
  margin-bottom: 5px;
}
.callout-privacy-policies-copy .container .copy hr {
  margin: 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(118, 118, 118, 0.5);
}
.callout-privacy-policies-copy .container .copy .columns .column {
  display: inline-block;
  max-width: 215px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.callout-privacy-policies-copy .container .copy .columns .column a {
  font-weight: normal;
  font-style: normal;
  color: #01A8E5;
  text-decoration: none;
}
.callout-story {
  padding: 40px 20px 50px;
}
.callout-story .container {
  max-width: 970px;
  margin: 0 auto;
}
.callout-story .container .header {
  max-width: 600px;
  color: #0F719E;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.38px;
  line-height: 40px;
  margin-bottom: 20px;
}
.callout-story .container .subheader {
  color: #01A8E5;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.86px;
  margin-bottom: 10px;
}
.callout-story .container .meta {
  color: #535353;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.callout-story .container .copy {
  color: #707070;
  font-size: 15px;
  letter-spacing: 0.65px;
  line-height: 26px;
}
.callout-story .container .copy a {
  font-weight: bold;
  font-style: italic;
  color: #FBB040;
  text-decoration: none;
}
.callout-story .container .copy h2 {
  color: #01A8E5;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.86px;
  margin-bottom: 10px;
}
.callout-story .container .copy h3 {
  color: #0F719E;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.73px;
  margin-bottom: 5px;
}
.callout-story .container .copy hr {
  margin: 30px 0;
  border: 0;
  border-bottom: 1px solid rgba(118, 118, 118, 0.5);
}
.callout-story .container .copy .columns .column {
  display: inline-block;
  max-width: 215px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.callout-story .container .copy .columns .column a {
  font-weight: normal;
  font-style: normal;
  color: #01A8E5;
  text-decoration: none;
}
.callout-news .container {
  padding: 40px 20px 50px;
}
.callout-news .container .articles {
  max-width: 910px;
  margin: 0 auto;
}
.callout-news .container .articles .article {
  position: relative;
  border-bottom: 1px solid rgba(118, 118, 118, 0.5);
  padding: 25px 180px 25px 0;
}
.callout-news .container .articles .article.hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .callout-news .container .articles .article {
    padding-right: 0;
  }
}
.callout-news .container .articles .article:first-child {
  padding-top: 0;
}
.callout-news .container .articles .article .text .date {
  color: #535353;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.callout-news .container .articles .article .text .header {
  color: #0F719E;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.95px;
  margin-bottom: 10px;
}
.callout-news .container .articles .article .text .header a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.callout-news .container .articles .article .text .copy {
  color: #707070;
  font-size: 15px;
  letter-spacing: 0.65px;
  line-height: 26px;
}
.callout-news .container .articles .article .readmore {
  display: inline-block;
  position: absolute;
  bottom: 45px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .callout-news .container .articles .article .readmore {
    display: block;
    position: relative;
    bottom: auto;
    margin-top: 20px;
    text-align: right;
  }
}
.callout-news .container .loadmore {
  max-width: 910px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .callout-news .container .loadmore a {
    display: block;
    text-align: center;
  }
}
.callout-pullfooter {
  margin-bottom: -40px;
}
.callout-column {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 60px 20px;
  min-height: 600px;
}
.callout-column .container {
  overflow: hidden;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 700px) {
  .callout-column .container {
    display: block;
  }
}
.callout-column .container .left {
  position: relative;
  width: 500px;
}
@media screen and (max-width: 700px) {
  .callout-column .container .left {
    width: auto;
  }
}
.callout-column .container .left .header {
  position: relative;
  color: #0F719E;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.69);
  padding: 33px 20px;
  margin-right: 15px;
}
@media screen and (max-width: 700px) {
  .callout-column .container .left .header {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
}
.callout-column .container .left .header.larger {
  margin-right: 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 1px;
}
.callout-column .container .left .header .icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #FFFFFF;
  color: #FBB040;
  position: absolute;
}
.callout-column .container .left .header .icon.right {
  top: 50%;
  margin-top: -25px;
  right: -33px;
}
@media screen and (max-width: 700px) {
  .callout-column .container .left .header .icon.right {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 100%;
    right: 50%;
    margin-right: -25px;
    margin-top: -20px;
  }
}
.callout-column .container .left .header .icon.right img {
  display: inline-block;
  width: 28px;
  height: auto;
}
.callout-column .container .left .header .icon.down {
  top: 100%;
  left: 50%;
  margin-left: -25px;
  margin-top: -19px;
}
.callout-column .container .left .header .icon.down img {
  display: inline-block;
  height: 28px;
  width: auto;
}
.callout-column .container .left .copy {
  margin-top: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.69);
  padding: 40px 55px;
  flex: 1;
  color: #4D4D4D;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .callout-column .container .left .copy {
    padding: 40px 20px;
  }
}
.callout-column .container .left .copy h3 {
  font-weight: bold;
  color: #0F719E;
}
.callout-column .container .left .copy hr {
  margin: 15px 0;
  border: 0;
  border-bottom: 2px solid rgba(29, 130, 176, 0.2);
}
.callout-column .container .left .copy a {
  font-weight: bold;
  font-style: italic;
  color: #FBB040;
  text-decoration: none;
}
.callout-column .container .right {
  flex: 1;
}
.callout-column .container .right .copy {
  background: rgba(255, 255, 255, 0.85);
  padding: 40px 55px;
  color: #4D4D4D;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .callout-column .container .right .copy {
    padding: 40px 20px;
  }
}
.callout-column .container .right .copy h3 {
  font-weight: bold;
  color: #0F719E;
}
.callout-column .container .right .copy hr {
  margin: 15px 0;
  border: 0;
  border-bottom: 2px solid rgba(29, 130, 176, 0.2);
}
.callout-column .container .right .copy a {
  font-weight: bold;
  font-style: italic;
  color: #FBB040;
  text-decoration: none;
}
.callout-grid-copy {
  padding: 0 20px;
  margin: 60px auto;
}
.callout-grid-copy .container {
  max-width: 900px;
  margin: 0 auto;
}
.callout-grid-copy .container .items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -70px;
}
@media screen and (max-width: 767px) {
  .callout-grid-copy .container .items {
    margin-bottom: -40px;
  }
}
.callout-grid-copy .container .items .item {
  position: relative;
  width: 50%;
  padding: 0 35px 70px;
}
@media screen and (max-width: 767px) {
  .callout-grid-copy .container .items .item {
    width: 100%;
    padding: 0 0 40px;
  }
  .callout-grid-copy .container .items .item:nth-last-child(-n+2):after {
    display: block;
  }
  .callout-grid-copy .container .items .item:last-child {
    display: none;
  }
}
.callout-grid-copy .container .items .item:after {
  content: '';
  position: absolute;
  bottom: 35px;
  left: 35px;
  right: 35px;
  background: #D8D8D8;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .callout-grid-copy .container .items .item:after {
    left: 0;
    right: 0;
    bottom: 20px;
  }
}
.callout-grid-copy .container .items .item:nth-last-child(-n+2):after {
  display: none;
}
.callout-grid-copy .container .items .item .header {
  color: #0F719E;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.callout-grid-copy .container .items .item .meta {
  color: #535353;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 5px;
}
.callout-grid-copy .container .items .item .copy {
  color: #707070;
  font-size: 15px;
  line-height: 26px;
}
.callout-faqs {
  background-image: url('/assets/bg-diamond.jpg');
  background-position: 50% 50%;
  padding: 50px 20px;
  margin: 30px auto 40px;
}
@media screen and (max-width: 767px) {
  .callout-faqs {
    padding: 50px 0 70px;
  }
}
.callout-faqs .container .paper {
  background: rgba(255, 255, 255, 0.55);
  padding: 0 80px 50px 80px;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .callout-faqs .container .paper {
    padding: 0 20px 50px 20px;
  }
}
.callout-faqs .container .paper .header {
  display: inline-block;
  background: #fff;
  color: #0F719E;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  padding: 17px 30px;
  margin-bottom: 40px;
}
.callout-faqs .container .paper .questions .question {
  position: relative;
  text-align: left;
  margin-left: 18px;
  margin-bottom: 35px;
}
.callout-faqs .container .paper .questions .question:last-child {
  margin-bottom: 0;
}
.callout-faqs .container .paper .questions .question .title {
  display: block;
  color: #4D4D4D;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.69px;
  text-decoration: none;
  padding-left: 28px;
  padding-right: 20px;
}
.callout-faqs .container .paper .questions .question .title:before {
  position: absolute;
  left: -18px;
  top: -6px;
  content: '+';
  display: block;
  text-align: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #FBB040;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 900;
  line-height: 28px;
  text-indent: 1px;
}
.callout-faqs .container .paper .questions .question .answer {
  display: none;
  background: #fff;
  color: #4D4D4D;
  font-size: 15px;
  letter-spacing: 0.65px;
  line-height: 21px;
  padding: 5px 20px 15px 45px;
}
.callout-faqs .container .paper .questions .question.open {
  padding-top: 10px;
}
.callout-faqs .container .paper .questions .question.open .title {
  font-weight: 700;
  padding-top: 10px;
  background: #fff;
}
.callout-faqs .container .paper .questions .question.open .title:before {
  content: '-';
  background-color: #01A8E4;
  line-height: 26px;
}
.callout-faqs .container .paper .questions .question.open .answer {
  display: block;
}
.callout-prequal-intro {
  position: relative;
  padding: 0 20px;
  margin: 65px auto 20px;
}
.callout-prequal-intro .background {
  background-image: url('/assets/bg-diamond.jpg');
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 190px;
}
.callout-prequal-intro .container {
  position: relative;
}
.callout-prequal-intro .container .header {
  color: #0F719E;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.28571429;
  text-align: center;
  max-width: 460px;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 0 100px 10px 100px;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 15%, #ffffff 85%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .callout-prequal-intro .container .header {
    max-width: 100%;
    padding: 10px 20px;
  }
}
.callout-prequal-intro .container .card {
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #00AFEF;
  background-color: #FFFFFF;
  padding: 20px;
  color: #404040;
  font-size: 16px;
  line-height: 1.4375;
}
.callout-prequal-intro .container .card ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1em;
}
.callout-prequal-intro .container .card ul li:last-child {
  margin-bottom: 0;
}
.callout-prequal-intro .container .card ul li .icon {
  position: absolute;
  top: 0;
  left: 5px;
  display: inline-block;
  height: 24px;
  width: auto;
}
.callout-platform-landing .endcap {
  padding: 40px 20px 60px;
  color: #818181;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}
.callout-platform-landing .endcap a {
  color: #02A6E2;
  text-decoration: none;
  font-weight: 600;
  font-style: italic;
}
.callout-platform-landing .container {
  background-image: url('/assets/bg-diamond.jpg');
  background-position: 50% 50%;
  padding: 50px 20px;
  text-align: center;
}
.callout-platform-landing .container .header {
  display: inline-block;
  color: #696A6A;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  border-bottom: 1px solid #2F83AE;
}
.callout-platform-landing .container .header img {
  display: block;
  width: 50px;
  height: auto;
  margin: 0 auto 20px;
}
.callout-platform-landing .container .header .text {
  position: relative;
  padding-bottom: 10px;
}
.callout-platform-landing .container .header .text:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2F83AE;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.callout-platform-landing .container .options-wrap {
  max-width: 840px;
  margin: 25px auto 0;
  border: 1px solid #979797;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px;
}
.callout-platform-landing .container .options-wrap .copy {
  color: #696A6A;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  max-width: 575px;
  margin: 0 auto;
}
.callout-platform-landing .container .options-wrap .options {
  margin-top: 25px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .callout-platform-landing .container .options-wrap .options {
    display: block;
  }
}
.callout-platform-landing .container .options-wrap .options .option {
  flex: 1;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .callout-platform-landing .container .options-wrap .options .option {
    padding: 0;
    margin-bottom: 30px;
  }
  .callout-platform-landing .container .options-wrap .options .option:last-child {
    margin: 0;
  }
}
.callout-platform-landing .container .options-wrap .options .option .preview {
  display: block;
  width: 340px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #0C8DB8;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.callout-platform-landing .container .options-wrap .options .option .buttons {
  margin-top: 20px;
}
.callout-platform-landing .container .options-wrap .options .option .buttons .button {
  width: 205px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.callout-platform-landing .container .options-wrap .options .option .buttons .button span {
  flex: 1;
  font-size: 14px;
  text-align: center;
}
.callout-platform-landing .container .options-wrap .options .option .buttons .button img {
  margin-left: 10px;
  display: block;
  width: 30px;
  height: 30px;
}
.callout-unified {
  background: linear-gradient(0deg, #1183A8 0%, #00AAE8 100%);
  padding: 80px 20px 50px;
}
.callout-unified .container .underline:after {
  background: #FCB853;
}
.callout-unified .container .underline:hover:after {
  background: #1C7CA9;
}
.callout-unified .container .header {
  color: #FFF;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 39px;
  text-align: center;
  margin-bottom: 1em;
}
.callout-unified .container .copy {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.callout-unified .container .copy .light {
  color: #CBEEF9;
}
.callout-unified .container .copy a {
  color: #fff;
}
.callout-unified .container .arrow {
  display: block;
  width: 23px;
  height: 30px;
  margin: 30px auto;
}
.callout-unified .container .buttons a {
  margin: 0 auto;
  width: 270px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  background-color: #FBB040;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #FFFFFF;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callout-unified .container .buttons a span {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
}
.callout-unified .container .buttons a img {
  display: block;
  width: 178px;
  height: 34px;
  margin-left: 5px;
}
