html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
input {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0;
}
/* Border Box */
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* Simple Classes */
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
/* LESS Mixins */
.icon {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.grid-100 {
  margin-right: -100px;
}
.grid-100:after {
  clear: both;
  content: "";
  display: table;
}
.grid-100 [class^='col-'] {
  float: left;
  padding-right: 100px;
}
.grid-50 {
  margin-right: -50px;
}
.grid-50:after {
  clear: both;
  content: "";
  display: table;
}
.grid-50 [class^='col-'] {
  float: left;
  padding-right: 50px;
}
.grid-40 {
  margin-right: -40px;
}
.grid-40:after {
  clear: both;
  content: "";
  display: table;
}
.grid-40 [class^='col-'] {
  float: left;
  padding-right: 40px;
}
.grid-20 {
  margin-right: -20px;
}
.grid-20:after {
  clear: both;
  content: "";
  display: table;
}
.grid-20 [class^='col-'] {
  float: left;
  padding-right: 20px;
}
.grid {
  margin-right: -10px;
}
.grid:after {
  clear: both;
  content: "";
  display: table;
}
.grid [class^='col-'] {
  float: left;
  padding-right: 10px;
}
.col-1 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-6 {
  width: 16.66%;
}
.col-5-6 {
  width: 83.33%;
}
.col-1-8 {
  width: 12.5%;
}
.col-3-8 {
  width: 37.5%;
}
.col-5-8 {
  width: 62.5%;
}
.col-7-8 {
  width: 62.5%;
}
.col-1-10 {
  width: 10%;
}
.clear-col-2 [class^='col-']:nth-child(odd) {
  clear: both;
}
.clear-col-3 [class^='col-']:nth-child(3n + 1) {
  clear: both;
}
.clear-col-4 [class^='col-']:nth-child(4n + 1) {
  clear: both;
}
.col--center {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .col--center {
    width: 90%;
  }
}
html,
body {
  background: white;
  color: #454956;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
h1,
h2,
h3,
.headline--large {
  color: #2C303A;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
h2,
.headline--medium {
  font-size: 30px;
}
h3,
.headline--small {
  font-size: 20px;
  line-height: 30px;
}
p + h1,
p + h2,
p + h3,
ul + h1,
ul + h2,
ul + h3,
ol + h1,
ol + h2,
ol + h3,
table + h1,
table + h2,
table + h3 {
  margin-top: 60px;
}
p {
  line-height: 180%;
  margin-bottom: 20px;
}
.sub-title {
  font-size: 20px;
}
b,
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
a {
  color: #0679c2;
  text-decoration: underline;
  text-decoration-color: #F4F7F9;
}
a:hover {
  text-decoration-color: #0679c2;
}
.c {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
  width: 100%;
}
.top-bar {
  background: #044a75;
  padding: 20px 0;
}
.top-bar:after {
  clear: both;
  content: "";
  display: table;
}
.top-bar ul {
  float: right;
}
.top-bar ul li {
  float: left;
  margin-left: 40px;
}
.top-bar ul li a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.top-bar ul li a:hover {
  color: white;
}
header {
  background: #0679c2;
  padding: 40px 0;
  position: relative;
  z-index: 1000;
}
header:after {
  clear: both;
  content: "";
  display: table;
}
header .logo {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  float: left;
}
header .logo img {
  display: block;
  height: 40px;
}
header .logo:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
header .main-menu {
  float: right;
}
header .main-menu > li {
  float: left;
  margin-left: 40px;
  position: relative;
}
header .main-menu > li > a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: white;
  display: block;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 0;
  text-decoration: none;
}
header .main-menu > li > a:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  margin-left: 10px;
}
header .main-menu > li > a:only-child:after {
  display: none;
}
header .main-menu > li > a:hover {
  color: #C1E6FD;
}
header .main-menu > li ul {
  display: none;
}
header .main-menu > li:hover ul {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  position: absolute;
}
header .main-menu > li:hover ul:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -5px;
  left: 10px;
  z-index: 2000;
}
header .main-menu > li:hover ul li {
  background: none;
}
header .main-menu > li:hover ul li a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: white;
  display: block;
  font-weight: 700;
  min-width: 200px;
  padding: 15px;
  text-decoration: none;
  white-space: nowrap;
}
header .main-menu > li:hover ul li a:hover {
  background: #C1E6FD;
}
header .main-menu > li:hover ul li:first-child a {
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
header .main-menu > li:hover ul li:last-child a {
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
section {
  padding: 60px 0;
}
article {
  margin-bottom: 60px;
}
article .episode {
  background: #F4F7F9;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  padding: 5px 10px;
  margin-bottom: 10px;
}
article .featured-image {
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
article .featured-image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
article .featured-image > img {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
}
article .featured-image img {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
article .featured-image img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
article .post-categories + h2 {
  margin-top: 0;
}
article .byline {
  font-size: 14px;
  font-weight: 700;
}
article p {
  font-size: 14px;
}
article .read-more {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0;
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #0679c2;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
}
article .read-more:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.content img.alignnone,
.content img.aligncenter.size-full,
.content .wp-caption img {
  display: block;
  height: auto;
  margin-bottom: 30px;
  max-width: 100%;
  width: auto;
}
.content .wp-caption {
  width: 100% !important;
}
.content .wp-caption p.wp-caption-text {
  font-size: 12px;
  margin: -20px 0 30px;
}
.content ul,
.content ol {
  list-style: disc;
  margin: 0 0 20px 20px;
}
.content ul li,
.content ol li {
  margin-bottom: 10px;
}
.content ol {
  list-style: decimal;
}
.transcript {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #F4F7F9;
  margin: 40px -40px;
  padding: 40px;
}
.products {
  background: #F4F7F9;
}
.products .product {
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: white;
  display: block;
}
.products .product .product-image {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
.products .product .product-image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}
.products .product .product-image > img {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
}
.products .product h3 {
  font-size: 15px;
  padding: 20px;
}
.products .product:hover {
  background: #0679c2;
}
.products .product:hover h3 {
  color: white;
}
.team-member {
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
  padding: 20px;
}
.team-member .team-member-image {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  margin: -20px;
  margin-bottom: 20px;
}
.team-member .team-member-image:before {
  content: "";
  display: block;
  padding-top: 75%;
  width: 100%;
}
.team-member .team-member-image > img {
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
}
.team-member h3 {
  margin-bottom: 10px;
}
.team-member h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.team-member p {
  font-size: 13px;
}
.team-member .team-member-linkedin {
  font-size: 30px;
}
.post-categories:after {
  clear: both;
  content: "";
  display: table;
}
.post-categories li {
  float: left;
  margin: 0 10px 10px 0;
}
.post-categories li a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #F4F7F9;
  color: #454956;
  display: block;
  font-size: 11px;
  font-weight: 700;
  padding: 5px;
  text-decoration: none;
}
.post-categories li a:hover {
  background: #0679c2;
  color: white;
}
.breadcrumbs {
  border-bottom: 1px solid #F4F7F9;
  padding: 20px 0;
}
.breadcrumbs .c > span {
  display: inline-block;
  font-size: 12px;
}
.breadcrumbs .c > span:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #646F79;
  content: '\f105';
  padding: 0 20px;
}
.breadcrumbs .c > span.current-item:after {
  display: none;
}
.hero {
  background: #C1E6FD;
}
.hero h1 {
  color: #044a75;
  margin: 0;
}
.hero--salescrumbs {
  background: #F4F7F9;
  padding: 0;
}
.hero--salescrumbs .hero__bg-image {
  background-repeat: no-repeat;
  background-size: contain;
  height: 450px;
  width: 100%;
  background-position: center center;
}
@media only screen and (max-width: 900px) {
  .hero--salescrumbs .hero__bg-image {
    height: 325px;
  }
}
@media only screen and (max-width: 625px) {
  .hero--salescrumbs .hero__bg-image {
    height: 225px;
  }
}
.sub-hero {
  padding-bottom: 0;
}
.sub-hero p {
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
.pagination ol:after {
  clear: both;
  content: "";
  display: table;
}
.pagination ol li {
  float: left;
  margin-right: 10px;
}
.pagination ol li a,
.pagination ol li span {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #F4F7F9;
  display: block;
  font-weight: 700;
  line-height: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
}
.pagination ol li a:hover {
  background: #0679c2;
  color: white;
}
.pagination ol li span {
  background: white;
}
.btn {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0;
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #fccc77;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 15px 30px;
  text-decoration: none;
  text-align: center;
}
.btn:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.btn.blue {
  background: #0679c2;
  color: white;
}
.btn.white {
  background: #fff;
  color: #000000;
}
.btn.full {
  width: 100%;
}
.btn + .btn {
  margin-left: 20px;
}
.home-welcome {
  overflow: hidden;
  padding: 220px 0;
  position: relative;
}
.home-welcome:before {
  opacity: 0.65;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  background: #2C303A;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.home-welcome video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.home-welcome .c {
  position: relative;
  z-index: 3;
}
.home-welcome h1 {
  color: white;
  font-size: 50px;
}
.home-welcome p {
  color: white;
  font-size: 24px;
  max-width: 600px;
}
.home-welcome .scroll-down {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  bottom: -180px;
  left: 40px;
  text-decoration: none;
  width: 40px;
}
.home-welcome .scroll-down:hover {
  background: #2C303A;
}
.home-salescrumbs {
  background: #d1d2d4;
  padding: 0;
}
.home-salescrumbs .grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-salescrumbs .grid .col-1-2 {
  text-align: center;
}
.home-salescrumbs .grid .col-1-2 img {
  max-width: 595px;
}
.home-salescrumbs .grid h2 {
  color: #044a75;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 400;
  max-width: 14em;
  margin: 0 auto 20px auto;
}
.home-salescrumbs__main {
  padding: 60px 0;
}
.home-salescrumbs__footer {
  background-color: #044a75;
  padding: 20px;
  width: 100%;
}
.home-salescrumbs__footer h3 {
  color: #F4F7F9;
  margin-bottom: 0;
}
.home-values {
  background: #F4F7F9;
}
.home-values .grid-50 {
  margin-top: 60px;
}
.home-values .value {
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: white;
  color: #454956;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
}
.home-values .value i {
  color: #0679c2;
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}
.home-values .value p {
  font-size: 13px;
  margin-bottom: 0;
}
.home-values .value:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.home-about {
  background-image: url('../images/home-about-bg.jpg');
  background-position: 100% 0;
  background-size: 50%;
  background-repeat: no-repeat;
}
.home-testimonial {
  background: #2C303A;
  padding: 140px 0;
}
.home-testimonial blockquote {
  position: relative;
}
.home-testimonial blockquote:before {
  content: "\201C";
  color: rgba(255, 255, 255, 0.2);
  font-size: 200px;
  position: absolute;
  top: 0;
  left: -120px;
}
.home-testimonial p {
  color: white;
  font-family: Serif;
  font-style: italic;
  font-size: 24px;
  margin-bottom: 40px;
}
.home-testimonial h4 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.home-testimonial h5 {
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
}
.home-testimonial a {
  color: white;
  font-size: 20px;
}
.home-testimonial a:hover {
  color: #0679c2;
}
.home-map {
  background: #0679c2;
  background-image: url('../images/home-map-bg.jpg');
  background-size: cover;
}
.home-map h2,
.home-map h3,
.home-map p {
  color: white;
}
.home-map .grid-100 {
  margin-top: 60px;
}
.home-map .map-states {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.home-map .map-info {
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: white;
  overflow: hidden;
  padding: 20px;
}
.home-map .map-info h3 {
  color: #2C303A;
  background: #F4F7F9;
  margin: -20px;
  margin-bottom: 20px;
  padding: 20px;
}
.home-map .map-info p {
  color: #454956;
}
.home-podcast {
  padding: 120px 0;
}
.home-podcast .home-podcast-preview {
  border: 10px solid #F4F7F9;
  display: block;
  width: 100%;
}
.title {
  background: #2C303A;
  background-size: cover;
  background-position: center center;
  padding: 200px 0 40px;
  position: relative;
}
.title:before {
  opacity: 0.75;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  background: #2C303A;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.title * {
  position: relative;
  z-index: 3;
}
.title h1 {
  color: white;
  margin: 0;
}
.video {
  border: 10px solid #2C303A;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video:before {
  content: "";
  display: block;
  padding-top: 55%;
  width: 100%;
}
.video > iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.about-history {
  border-top: 1px solid #F4F7F9;
}
.about-history h2 {
  text-align: center;
}
.about-history .timeline .timeline-year:after {
  clear: both;
  content: "";
  display: table;
}
.about-history .timeline .timeline-year h3 {
  border-right: 10px solid #0679c2;
  color: #646F79;
  float: left;
  font-size: 120px;
  line-height: 120px;
  margin-bottom: 0;
  padding: 40px 0;
  padding-right: 60px;
  text-align: right;
  width: 50%;
}
.about-history .timeline .timeline-year dl {
  margin-left: -10px;
  border-left: 10px solid #0679c2;
  padding-left: 20px;
  padding: 40px 0;
  padding-left: 60px;
  float: left;
  width: 50%;
}
.about-history .timeline .timeline-year dl dt {
  font-weight: 700;
  color: #2C303A;
  margin-bottom: 5px;
}
.about-history .timeline .timeline-year dl dd {
  line-height: 180%;
  margin-bottom: 20px;
}
.cta {
  background-image: url('../images/cta-bg.jpg');
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.cta:before {
  opacity: 0.84;
  -webkit-opacity: 0.84;
  -moz-opacity: 0.84;
  -khtml-opacity: 0.84;
  background: #044a75;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.cta * {
  position: relative;
  z-index: 3;
}
.cta h2 {
  color: white;
  font-size: 30px;
}
.cta p {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.audioplayer {
  margin-bottom: 60px;
}
.pillar-header {
  text-align: center;
}
.pillar-header h1 {
  font-size: 40px;
  line-height: 100px;
  margin-bottom: 40px;
}
.pillar-left {
  background-color: #F4F7F9;
  background-image: url('../images/home-about-bg.jpg');
  background-position: 100% 0;
  background-size: 50%;
  background-repeat: no-repeat;
}
.pillar-left .pillar-box {
  margin-right: -200px;
}
.pillar-box {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 40px;
}
.pillar-box ul,
.pillar-box ol {
  list-style: disc;
  line-height: 150%;
  margin: 0 0 20px 20px;
}
.pillar-box ul li,
.pillar-box ol li {
  margin-bottom: 10px;
}
.pillar-list {
  border-top: 2px solid #F4F7F9;
  border-bottom: 2px solid #F4F7F9;
}
.pillar-list h2 {
  font-size: 40px;
  margin-bottom: 60px;
  text-align: center;
}
.pillar-list .pillar-list-box {
  background: #F4F7F9;
  border-left: 10px solid #0679c2;
  margin-bottom: 60px;
  padding: 40px;
}
.pillar-list ul,
.pillar-list ol {
  list-style: disc;
  line-height: 150%;
  margin: 0 0 20px 20px;
}
.pillar-list ul li,
.pillar-list ol li {
  margin-bottom: 10px;
}
.pillar-list ol {
  list-style: decimal;
}
.pillar-periods {
  background: #0679c2;
  background-color: #0679c2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0679c2), to(#044a75));
  background-image: -webkit-linear-gradient(top, #0679c2, #044a75);
  background-image: -moz-linear-gradient(top, #0679c2, #044a75);
  background-image: -ms-linear-gradient(top, #0679c2, #044a75);
  background-image: -o-linear-gradient(top, #0679c2, #044a75);
  background-image: linear-gradient(to bottom, #0679c2, #044a75);
}
.pillar-periods h2 {
  color: white;
  text-align: center;
}
.pillar-periods p {
  color: white;
  margin-bottom: 40px;
}
.pillar-periods .pillar-period {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: white;
  margin-bottom: 50px;
  padding: 20px;
}
.pillar-periods .pillar-period p {
  color: #454956;
  margin: 0;
}
.pillar-periods .pillar-period-special {
  margin-left: 16%;
}
.pillar-bg {
  background-color: #F4F7F9;
  background-image: url('../images/home-about-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.pillar-bg-2 {
  background-color: #F4F7F9;
  background-image: url('../images/cta-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.pillar-testimonials h2 {
  text-align: center;
  margin-bottom: 60px;
}
.pillar-testimonials p {
  background: #F4F7F9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  padding: 20px;
}
.pillar-testimonials p span {
  display: block;
  margin-top: 10px;
  font-weight: 700;
}
form input:not([type='submit']),
form select,
form textarea {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #F4F7F9;
  border: 2px solid transparent;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
form input:not([type='submit']):focus,
form select:focus,
form textarea:focus {
  border-color: #044a75;
}
form textarea {
  height: 200px;
}
form input[type='submit'] {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0;
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #fccc77;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 15px 30px;
  text-decoration: none;
  text-align: center;
}
form input[type='submit']:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
form input[type='submit'].blue {
  background: #0679c2;
  color: white;
}
form input[type='submit'].white {
  background: #fff;
  color: #000000;
}
form input[type='submit'].full {
  width: 100%;
}
.main .widget {
  background: #F4F7F9;
  margin-bottom: 20px;
  padding: 20px;
}
.sidebar-form {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0679c2;
  margin-bottom: 60px;
  padding: 20px;
}
.sidebar-form input:not([type='submit']),
.sidebar-form select,
.sidebar-form textarea {
  background: white;
}
.sidebar-form h3 {
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #044a75;
  color: white;
  margin: -20px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
.sidebar-form p {
  color: white;
}
.sidebar-form p.disclaimer {
  opacity: 0.78;
  -webkit-opacity: 0.78;
  -moz-opacity: 0.78;
  -khtml-opacity: 0.78;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 10px;
}
footer {
  background: #0679c2;
  padding: 60px 0;
  color: white;
}
footer:after {
  clear: both;
  content: "";
  display: table;
}
footer .logo {
  float: left;
  margin-bottom: 80px;
}
footer .logo img {
  display: block;
  height: 40px;
  width: auto;
}
footer .footer-social {
  float: right;
}
footer .footer-social li {
  float: left;
  margin-left: 20px;
}
footer .footer-social li a {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: rgba(0, 0, 0, 0.1);
  color: white;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
footer .footer-social li a:hover {
  background: white;
  color: #0679c2;
}
footer .widget {
  margin-bottom: 30px;
}
footer .widget h3 {
  color: white;
  position: relative;
  margin-bottom: 40px;
}
footer .widget h3:after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
footer .widget p,
footer .widget ul {
  line-height: 180%;
  font-size: 15px;
}
footer .widget p a,
footer .widget ul a {
  color: white;
  text-decoration: none;
}
footer .widget p a:hover,
footer .widget ul a:hover {
  text-decoration: underline;
  text-decoration-color: white;
}
footer .widget ul li {
  margin-bottom: 10px;
}
.copyright {
  background: #044a75;
  padding: 20px 0;
}
.copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}
.copyright p a {
  color: white;
  text-decoration-color: white;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.video-grid {
  width: 100%;
}
.video-grid__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.video-grid__column {
  width: 100%;
  max-width: calc(100% / 12 * 3.6);
  margin: 0 1.6% 40px 1.6%;
}
@media only screen and (max-width: 1020px) {
  .video-grid__column {
    max-width: calc(100% / 12 * 5.6);
  }
}
@media only screen and (max-width: 740px) {
  .video-grid__column {
    max-width: calc(100% / 12 * 12);
    width: 100%;
  }
}
.video-grid__column--2-3 {
  width: 100%;
  max-width: calc(100% / 12 * 7.55);
}
@media only screen and (max-width: 1020px) {
  .video-grid__column--2-3 {
    max-width: calc(100% / 12 * 12);
  }
}
@media only screen and (max-width: 600px) {
  .video-grid__column--2-3 {
    max-width: calc(100% / 12 * 12);
    width: 100%;
  }
}
.video-grid__column--2-3 .video-grid__info h3 {
  font-size: 30px;
}
.video-grid__column--form {
  background-color: #0679c2;
  padding: 36px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1020px) {
  .video-grid__column--form {
    max-width: calc(100% / 12 * 12);
  }
}
@media only screen and (max-width: 600px) {
  .video-grid__column--form {
    max-width: calc(100% / 12 * 12);
    width: 100%;
  }
}
.video-grid__column--form h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.video-grid__column--form .gform_wrapper {
  margin: 0 !important;
}
.video-grid__column--form .gform_wrapper .gf_name_has_2 span,
.video-grid__column--form .gform_wrapper .gform_button {
  width: 100% !important;
}
.video-grid__column--form .gform_wrapper ul.gform_fields li,
.video-grid__column--form .gform_wrapper li.hidden_label input,
.video-grid__column--form .gform_wrapper .top_label div.ginput_container,
.video-grid__column--form .gform_wrapper .ginput_container .ginput_container_email,
.video-grid__column--form .gform_wrapper select {
  padding: 0 !important;
  margin: 0 !important;
}
.video-grid__column--form .gform_wrapper ul.gform_fields li,
.video-grid__column--form .gform_wrapper ul.gform_fields li.gfield span.name_last {
  margin-top: 16px !important;
}
.video-grid__column--form .gform_wrapper #gform_fields_2 input,
.video-grid__column--form .gform_wrapper #gform_2 select {
  font-size: 18px !important;
  padding: 15px 10px !important;
}
.video-grid__column--form .gform_wrapper .gform_footer {
  padding: 16px 0 0 !important;
}
.video-grid__column--form .gform_wrapper .gform_button {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0;
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #fccc77;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 15px 30px;
  text-decoration: none;
  text-align: center;
  padding: 24px 30px;
  margin-bottom: 0 !important;
}
.video-grid__column--form .gform_wrapper .gform_button:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.video-grid__column--form .gform_wrapper .gform_button.blue {
  background: #0679c2;
  color: white;
}
.video-grid__column--form .gform_wrapper .gform_button.white {
  background: #fff;
  color: #000000;
}
.video-grid__column--form .gform_wrapper .gform_button.full {
  width: 100%;
}
.video-grid__image {
  width: 100%;
  background-color: #F4F7F9;
  position: relative;
}
.video-grid__play {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  z-index: 10;
}
.video-grid__card {
  height: 100%;
  background-color: #044a75;
}
.video-grid__card a {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  display: block;
  height: 100%;
  text-decoration: none;
}
.video-grid__card:hover .video-grid__play {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  opacity: 1;
}
.video-grid__info {
  padding: 24px 12px;
  color: #F4F7F9;
  text-align: center;
}
.video-grid__info h3 {
  text-transform: uppercase;
  color: #F4F7F9;
}
.video-grid__info p {
  font-size: 18px;
  margin-bottom: 0;
}
.modaal-close:focus::after,
.modaal-close:focus::before,
.modaal-close:hover::after,
.modaal-close:hover::before {
  background: #0679c2 !important;
}
.gform_button {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0 !important;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0 !important;
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), transparent 0 0 0 !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding !important;
  transition: all 0.2s ease-out !important;
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.2s ease-out !important;
  background: #fccc77 !important;
  color: rgba(0, 0, 0, 0.54) !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-weight: 700 !important;
  padding: 15px 30px !important;
  text-decoration: none !important;
  text-align: center !important;
}
.gform_button:hover {
  transform: scale(1.05) !important;
  -webkit-transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
}
.gform_button.blue {
  background: #0679c2 !important;
  color: white !important;
}
.gform_button.white {
  background: #fff !important;
  color: #000000 !important;
}
.gform_button.full {
  width: 100% !important;
}
@media only screen and (max-width: 1040px) {
  .grid-100,
  .grid-50,
  .grid-40,
  .grid-20,
  .grid {
    margin-right: 0;
  }
  .grid-100 [class^='col-'],
  .grid-50 [class^='col-'],
  .grid-40 [class^='col-'],
  .grid-20 [class^='col-'],
  .grid [class^='col-'] {
    float: none;
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
  .c {
    padding: 0 10px;
  }
  .top-bar {
    padding: 10px 0;
  }
  .top-bar ul li {
    margin-left: 20px;
  }
  .top-bar ul li a {
    font-size: 10px;
  }
  header {
    padding: 20px 0;
  }
  html,
  body {
    font-size: 14px;
  }
  h1,
  h2,
  h3 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  p + h1,
  p + h2,
  p + h3,
  ul + h1,
  ul + h2,
  ul + h3,
  ol + h1,
  ol + h2,
  ol + h3,
  table + h1,
  table + h2,
  table + h3 {
    margin-top: 40px;
  }
  .home-welcome {
    padding: 100px 0;
  }
  .home-about {
    background: white;
  }
  .home-testimonial {
    padding: 60px 0;
  }
  .home-testimonial p {
    font-size: 20px;
  }
  .pillar-header h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .pillar-periods .pillar-period-special {
    margin-left: 0;
  }
}
@media only screen and (max-width: 620px) {
  header .logo img {
    height: 30px;
  }
  header .main-menu > li {
    margin-left: 20px;
  }
  header .main-menu > li > a {
    padding: 5px 0;
  }
  header .main-menu > li > a:after {
    margin-left: 5px;
  }
}
