/*
 Theme Name: Cohealo
 Author: Jessica Guettler
 Description: Custom Theme for Cohealo Website
 Version: 2019.1
 */
/* HTML5 Boilerplate */
* {
  box-sizing: border-box;
}
article {
  display: block;
}
aside {
  display: block;
}
details {
  display: block;
}
figcaption {
  display: block;
}
figure {
  display: block;
  margin: 0;
}
footer {
  display: block;
}
header {
  display: block;
}
hgroup {
  display: block;
}
nav {
  display: block;
}
section {
  display: block;
}
audio {
  display: inline;
  zoom: 1;
}
canvas {
  display: inline;
  zoom: 1;
}
video {
  display: inline;
  zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  color: #222;
}
button {
  font-family: sans-serif;
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
  margin: 0;
}
input {
  font-family: sans-serif;
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  line-height: normal;
  margin: 0;
}
select {
  font-family: sans-serif;
  color: #222;
  font-size: 100%;
  vertical-align: middle;
  margin: 0;
}
textarea {
  font-family: sans-serif;
  color: #222;
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  margin: 0;
}
body {
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
}
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:hover {
  color: #06e;
  outline: 0;
}
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
pre {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
kbd {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
q {
  quotes: none;
}
q:before {
  content: none;
}
q:after {
  content: none;
}
small {
  font-size: 85%;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  margin-left: -7px;
  white-space: normal;
  padding: 0;
}
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
input[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}
button[disabled] {
  cursor: default;
}
input[disabled] {
  cursor: default;
}
input[type="checkbox"] {
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  padding: 0;
}
input[type="radio"] {
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:invalid {
  background-color: #f0dddd;
}
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  background: #ccc;
  color: #000;
  margin: 0.2em 0;
  padding: 0.2em 0;
}
/* General Styles */
html, body {
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
}
body {
  font-family: 'Muli', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 232px;
  min-height: 100%;
  left: 0;
  left: 0;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
@media (max-width: 991px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  body {
    padding-bottom: 260px;
    font-size: 14px;
  }
  body.open {
    left: -275px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
p {
  margin-top: 0;
}
a, a:hover, a:active {
  color: #1470c3;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
img {
  max-width: 100%;
}
hr {
  border-width: 1px;
  border-color: #d8d8d8;
}
.accessibility, .screen-reader-text {
  backface-visibility: hidden;
  left: -999999999px;
  position: absolute;
}
::selection {
  background: #72bae6;
}
.btn {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 12px;
  color: #fff;
  font-weight: 600;
}
.btn:hover, .btn:active {
  color: #fff;
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}
.btn.btn-shout {
  background: #f16a50;
}
.btn.btn-shout:hover, .btn.btn-shout:active {
  background: #ff7f63;
}
.btn.btn-subdued {
  background: #1470c3;
}
.btn.btn-subdued:hover, .btn.btn-subdued:active {
  background: #1d82de;
}
.btn.btn-whisper {
  background: transparent;
  border: 1px solid #616f7b;
  color: #616f7b;
}
.btn.btn-whisper:hover, .btn.btn-whisper:active {
  opacity: 0.8;
}
.btn.btn-inactive {
  opacity: 0.25;
  pointer-events: none;
}
.btn i {
  padding-left: 10px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
  clear: both;
}
@media (min-width: 481px) and (max-width: 767px) {
  .container {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 768px) {
  .flex-wrap {
    display: flex;
  }
  .flex-wrap > :first-child {
    margin-left: 0 !important;
  }
  .flex-wrap > :last-child {
    margin-right: 0 !important;
  }
}
/* Header */
.utility {
  font-size: 14px;
  color: #b1bdc7;
  text-align: right;
  background: #f2f5f8;
  padding: 5px 50px;
}
@media (max-width: 767px) {
  .utility {
    display: none;
  }
}
.utility ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.utility li {
  display: inline-block;
}
.utility li:last-child a {
  padding-right: 0;
}
.utility li:last-child span {
  display: none;
}
.utility li.last-child span {
  display: none;
}
.utility a {
  color: #727374;
  padding: 0 8px;
}
.utility a:hover, .utility a:active {
  text-decoration: underline;
}
header#global-header {
  padding: 25px 50px;
  width: 100%;
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  header#global-header {
    padding: 20px 15px;
  }
}
header#global-header img.logo {
  width: 167px;
  height: auto;
  float: left;
}
@media (max-width: 767px) {
  header#global-header img.logo {
    width: 120px;
  }
}
header#global-header nav#nav-desktop {
  float: right;
  margin: 1px 0 0 0;
}
@media (max-width: 767px) {
  header#global-header nav#nav-desktop {
    display: none;
  }
}
header#global-header #nav-toggle {
  display: none;
  line-height: 1;
  color: #445262;
  font-size: 22px;
  float: right;
}
header#global-header #nav-toggle:hover {
  color: #1470c3;
}
@media (max-width: 767px) {
  header#global-header #nav-toggle {
    display: block;
  }
}
header#global-header ul#menu-main-menu {
  list-style: none;
  padding-left: 0;
}
header#global-header ul#menu-main-menu > li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
header#global-header ul#menu-main-menu > li.menu-item-has-children > a:after {
  content: "\25BE";
  padding-left: 7px;
}
@media (max-width: 991px) {
  header#global-header ul#menu-main-menu > li {
    padding: 0 15px;
  }
}
header#global-header ul#menu-main-menu > li.last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  header#global-header ul#menu-main-menu > li.last-child {
    padding: 6px 15px 8px;
  }
}
header#global-header ul#menu-main-menu > li.last-child a {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 12px;
  color: #fff;
  font-weight: 600;
  background: #f16a50;
}
header#global-header ul#menu-main-menu > li.last-child a:hover, header#global-header ul#menu-main-menu > li.last-child a:active {
  color: #fff;
}
@media (max-width: 767px) {
  header#global-header ul#menu-main-menu > li.last-child a {
    font-size: 16px;
  }
}
header#global-header ul#menu-main-menu > li.last-child a:hover, header#global-header ul#menu-main-menu > li.last-child a:active {
  background: #ff7f63;
}
header#global-header ul#menu-main-menu > li.last-child span.active {
  display: none;
}
header#global-header ul#menu-main-menu > li:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  header#global-header ul#menu-main-menu > li:last-child {
    padding: 6px 15px 8px;
  }
}
header#global-header ul#menu-main-menu > li:last-child a {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 12px;
  color: #fff;
  font-weight: 600;
  background: #f16a50;
}
header#global-header ul#menu-main-menu > li:last-child a:hover, header#global-header ul#menu-main-menu > li:last-child a:active {
  color: #fff;
}
@media (max-width: 767px) {
  header#global-header ul#menu-main-menu > li:last-child a {
    font-size: 16px;
  }
}
header#global-header ul#menu-main-menu > li:last-child a:hover, header#global-header ul#menu-main-menu > li:last-child a:active {
  background: #ff7f63;
}
header#global-header ul#menu-main-menu > li:last-child span.active {
  display: none;
}
header#global-header ul#menu-main-menu > li span.active {
  display: block;
  margin-top: 8px;
  height: 5px;
  background: #72bae6;
  -webkit-clip-path: polygon(0% 3px, 3px 0%, 100% 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
  clip-path: polygon(0% 3px, 3px 0%, 100% 0%, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
}
header#global-header ul#menu-main-menu > li ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  padding: 17px 20px;
  min-width: 190px;
  background: #fff;
  z-index: 200;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
header#global-header ul#menu-main-menu > li ul.sub-menu li {
  padding-bottom: 12px;
}
header#global-header ul#menu-main-menu > li ul.sub-menu a {
  font-weight: 400;
}
header#global-header ul#menu-main-menu a {
  color: #0d3867;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 991px) {
  header#global-header ul#menu-main-menu a {
    font-size: 15px;
  }
}
header#global-header ul#menu-main-menu a:hover, header#global-header ul#menu-main-menu a:active {
  color: #1470c3;
}
#nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  right: -275px;
  background: #0d3867;
  width: 275px;
  height: 100%;
  padding: 20px 25px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
@media (max-width: 767px) {
  #nav-mobile {
    display: block;
  }
  #nav-mobile.open {
    right: 0;
  }
}
#nav-mobile #nav-close {
  float: right;
  z-index: 300;
}
#nav-mobile #nav-close img {
  width: 14px;
  height: 14px;
}
#nav-mobile ul#menu-mobile-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#nav-mobile ul#menu-mobile-menu > li.menu-item-has-children > a:after {
  content: "\25BE";
  color: #fff;
  position: absolute;
  right: 0;
}
#nav-mobile ul#menu-mobile-menu > li.menu-item-has-children.open > a:after {
  transform: rotate(180deg);
  top: 13px;
}
#nav-mobile ul#menu-mobile-menu > li:first-child {
  width: 190px;
}
#nav-mobile ul#menu-mobile-menu > li:last-child a, #nav-mobile ul#menu-mobile-menu > li:nth-last-child(2) a, #nav-mobile ul#menu-mobile-menu > li:nth-last-child(3) a {
  border-bottom: none;
}
#nav-mobile ul#menu-mobile-menu > li:nth-last-child(2) {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 12px;
  color: #fff;
  font-weight: 600;
  background: #f16a50;
  margin: 30px 0 10px;
}
#nav-mobile ul#menu-mobile-menu > li:nth-last-child(2):hover, #nav-mobile ul#menu-mobile-menu > li:nth-last-child(2):active {
  color: #fff;
}
@media (max-width: 767px) {
  #nav-mobile ul#menu-mobile-menu > li:nth-last-child(2) {
    font-size: 16px;
  }
}
#nav-mobile ul#menu-mobile-menu > li:nth-last-child(2):hover, #nav-mobile ul#menu-mobile-menu > li:nth-last-child(2):active {
  background: #ff7f63;
}
#nav-mobile ul#menu-mobile-menu > li:last-child {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 12px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #fff;
}
#nav-mobile ul#menu-mobile-menu > li:last-child:hover, #nav-mobile ul#menu-mobile-menu > li:last-child:active {
  color: #fff;
}
@media (max-width: 767px) {
  #nav-mobile ul#menu-mobile-menu > li:last-child {
    font-size: 16px;
  }
}
#nav-mobile ul#menu-mobile-menu > li:last-child:hover {
  opacity: 0.85;
}
#nav-mobile ul#menu-mobile-menu > li:last-child, #nav-mobile ul#menu-mobile-menu > li:nth-last-child(2) {
  display: block;
  text-align: center;
}
#nav-mobile ul#menu-mobile-menu > li:last-child a, #nav-mobile ul#menu-mobile-menu > li:nth-last-child(2) a {
  display: inline;
}
#nav-mobile ul#menu-mobile-menu > li:last-child i, #nav-mobile ul#menu-mobile-menu > li:nth-last-child(2) i {
  padding-left: 10px;
}
#nav-mobile ul#menu-mobile-menu > li ul.sub-menu {
  display: none;
  margin: 0;
  padding: 0;
}
#nav-mobile ul#menu-mobile-menu > li ul.sub-menu > li a {
  padding-left: 10px;
}
#nav-mobile ul#menu-mobile-menu > li a {
  position: relative;
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #0a4585;
  color: #fff;
  font-size: 16px;
}
/* Featured Sections */
.featured {
  position: relative;
  margin: 30px 0;
  width: 100%;
  content: " ";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .featured {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .featured {
    margin: 25px 0 40px;
    height: auto;
  }
}
.featured > a {
  background: transparent;
  position: relative;
  margin: 0 15px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@media (min-width: 768px) {
  .featured > a {
    width: 31.5%;
    float: left;
  }
  .featured > a:first-child {
    margin-left: 0;
  }
  .featured > a.last-child {
    margin-right: 0;
    float: right;
  }
  .featured > a:last-child {
    margin-right: 0;
    float: right;
  }
}
.featured > a .shadow {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  position: absolute;
  top: 15px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  -webkit-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2), 0 10px 18px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2), 0 10px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2), 0 10px 18px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -ms-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
@media (max-width: 767px) {
  .featured > a .shadow {
    display: none;
  }
}
.featured > a:hover .shadow {
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25), 0 20px 40px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25), 0 20px 40px rgba(0, 0, 0, 0.22);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25), 0 20px 40px rgba(0, 0, 0, 0.22);
}
.resources-intro .featured > a:hover .shadow {
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.40), 0 20px 40px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.40), 0 20px 40px rgba(0, 0, 0, 0.38);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.40), 0 20px 40px rgba(0, 0, 0, 0.38);
}
.featured article {
  height: 100%;
  background: #fff;
  padding: 1px;
  border-radius: 4px;
  text-align: left;
  -webkit-clip-path: polygon(0% 18px, 18px 0%, 100% 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
  clip-path: polygon(0% 18px, 18px 0%, 100% 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
}
.featured article .clipped {
  position: relative;
  background: #fff;
  -webkit-clip-path: polygon(0% 17px, 17px 0%, 100% 0%, 100% 17px, 100% calc(100% - 17px), calc(100% - 17px) 100%, 17px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
  clip-path: polygon(0% 17px, 17px 0%, 100% 0%, 100% 17px, 100% calc(100% - 17px), calc(100% - 17px) 100%, 17px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
  border-radius: 4px;
  height: 100%;
  padding: 25px 20px 45px;
}
.featured article h3 {
  font-size: 21px;
  margin: 10px 0;
  color: #333;
  font-family: 'PT Serif', serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  .featured article h3 {
    font-size: 18px;
  }
}
.featured article p {
  color: #616f7b;
}
@media (max-width: 991px) {
  .featured article p {
    font-size: 16px;
  }
}
.featured article span {
  display: inline-block;
  background: #1470c3;
  -webkit-clip-path: polygon(0% 5px, 5px 0%, 100% 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
  clip-path: polygon(0% 5px, 5px 0%, 100% 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
}
.featured article span.category {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 6px 4px;
}
.featured article span.arrow {
  padding: 4px 5px;
  line-height: 0;
  position: absolute;
  min-width: 20px;
  bottom: 20px;
  right: 20px;
  text-align: center;
}
.featured article span.arrow img {
  width: 13px;
  height: auto;
}
.featured article span.img {
  background: transparent;
}
.featured article span.img img {
  height: 30px;
  width: auto;
}
.featured-light {
  background: #f2f5f8;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 75px 0 90px;
}
@media (max-width: 767px) {
  .featured-light {
    text-align: center;
    padding: 50px 0;
  }
}
.featured-light h2 {
  font-size: 36px;
  color: #0d3867;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .featured-light h2 {
    font-size: 21px;
  }
}
.featured-light h2 + p {
  color: #616f7b;
  font-size: 21px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .featured-light h2 + p {
    font-size: 16px;
  }
}
.featured-light .btn:last-child {
  display: none;
}
@media (min-width: 768px) {
  .featured-light .btn {
    position: absolute;
    right: 15px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .featured-light .btn:first-of-type {
    display: none;
  }
  .featured-light .btn:last-child {
    display: inline-block;
  }
}
.featured-light .featured {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .featured-light .featured {
    margin: 30px 0;
  }
}
.featured-light .featured article {
  background-color: #d8d8d8;
}
/* Homepage */
.homepage-hero {
  text-align: center;
  padding: 50px 0 80px;
  background-image: url('img/home-square.svg'), url('img/home-circle.svg');
  background-size: 170px auto, 155px auto;
  background-repeat: no-repeat;
  background-position: -70px 50px, right -50px bottom -70px;
}
@media (max-width: 767px) {
  .homepage-hero {
    padding: 20px 0 50px;
    background-image: none;
  }
}
.homepage-hero h1 {
  color: #0d3867;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .homepage-hero h1 {
    font-size: 24px;
    width: 65%;
    margin: 0 auto 15px;
  }
}
.homepage-hero p {
  color: #616f7b;
  font-size: 21px;
  max-width: 750px;
  margin: auto;
}
@media (max-width: 767px) {
  .homepage-hero p {
    font-size: 16px;
  }
}
.homepage-hero p a:hover, .homepage-hero p a:active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .homepage-hero p a:before {
    content: "\A";
    white-space: pre-line;
  }
}
.homepage-hero p a img {
  width: 17px;
  height: auto;
  margin-left: 10px;
  display: inline-block;
  margin-top: -2px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 767px) {
  .homepage-hero p a img {
    width: 12px;
    margin-left: 8px;
    margin-top: -1px;
  }
}
.homepage-hero .hero-cta {
  margin: 40px 0 25px;
}
@media (max-width: 767px) {
  .homepage-hero .hero-cta {
    margin: 35px 0 20px;
  }
}
.homepage-hero .hero-cta a:first-of-type {
  margin-right: 15px;
}
.homepage-hero .hero-cta a:last-of-type {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .homepage-hero .hero-cta a {
    margin: 5px auto !important;
    display: block;
    max-width: 180px;
  }
}
.updates {
  background: #0d3867;
  position: relative;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .updates {
    padding: 20px 0 15px;
  }
}
.updates .update {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  color: #0d3867;
  border-radius: 5px;
  -webkit-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.20), 0 20px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 18px 48px rgba(0, 0, 0, 0.20), 0 20px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.20), 0 20px 40px rgba(0, 0, 0, 0.15);
  padding: 30px 15px 80px;
}
@media (min-width: 768px) {
  .updates .update {
    width: 31.5%;
    margin: 0 15px;
    float: left;
    text-align: center;
  }
  .updates .update.last-child {
    margin-right: 0;
    float: right;
  }
  .updates .update:last-child {
    margin-right: 0;
    float: right;
  }
}
@media (max-width: 767px) {
  .updates .update {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    padding: 20px 10px;
  }
}
.updates .update img {
  display: block;
  margin: 0 auto 25px;
  max-height: 50px;
  width: auto;
}
@media (max-width: 767px) {
  .updates .update img {
    height: 20px;
    width: auto;
    margin: 0 0 15px;
  }
}
.updates .update h4 {
  margin-bottom: 5px;
}
.updates .update p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .updates .update p {
    margin-bottom: 0;
  }
}
.updates .update p.update-cta {
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .updates .update a.btn {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 30px;
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .updates .update a.btn {
    color: #f16a50;
    border: none;
    padding: 0 18px 0 0;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 15px;
    background-image: url('img/arrow-orange.png');
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: right 4px;
  }
  .updates .update a.btn i {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .updates .update {
    padding: 30px 15px;
  }
  .updates .update a.btn {
    position: static;
    max-width: auto;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .updates .update a.btn {
    background-image: none;
  }
}
.updates-angle {
  width: 100%;
  height: 50px;
  background: #0d3867;
  position: absolute;
  top: 0;
}
.updates-angle polygon {
  fill: #f2f5f8;
}
@media (max-width: 767px) {
  .updates-angle {
    height: 20px;
  }
}
.homepage-value {
  background: #f2f5f8;
  padding: 115px 0 25px;
  position: relative;
}
@media (max-width: 767px) {
  .homepage-value {
    padding: 65px 0 0;
  }
}
.homepage-value h2, .homepage-value h3 {
  color: #0d3867;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
.homepage-value p {
  color: #616f7b;
}
.homepage-value p a img {
  display: inline-block;
  margin-top: -2px;
  width: 17px;
  height: auto;
  margin-left: 10px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 767px) {
  .homepage-value p a img {
    width: 12px;
    margin-left: 8px;
    margin-top: -1px;
  }
}
.homepage-value h2 {
  font-size: 36px;
  background-image: url('img/home-square-sm.svg');
  background-size: 25px auto;
  background-repeat: no-repeat;
  padding-left: 15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .homepage-value h2 {
    width: 33.33%;
    float: left;
  }
}
@media (max-width: 767px) {
  .homepage-value h2 {
    font-size: 21px;
    text-align: center;
    background-image: none;
    margin-bottom: 15px;
  }
  .homepage-value h2 br {
    display: none;
  }
}
.homepage-value h2 + p {
  font-size: 21px;
}
@media (min-width: 768px) {
  .homepage-value h2 + p {
    width: 66.66%;
    float: right;
  }
}
@media (max-width: 767px) {
  .homepage-value h2 + p {
    text-align: center;
    font-size: 16px;
  }
}
.homepage-value .steps {
  padding-top: 60px;
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .homepage-value .steps {
    padding-top: 65px;
  }
}
.homepage-value .step {
  background-image: url('img/home-square-md.svg');
  background-repeat: no-repeat;
  background-size: 57px auto;
  background-position: 35px 35px;
  padding: 15px 0 0 115px;
  margin: 0 6% 70px;
  position: relative;
}
.homepage-value .step:first-child {
  background-position: left 30px;
}
.homepage-value .step:last-child {
  background-position: left top;
}
@media (max-width: 767px) {
  .homepage-value .step {
    padding: 0;
    background-image: none;
    margin: 0 0 60px;
  }
}
.homepage-value .step > img {
  width: 65px;
  height: auto;
  position: absolute;
  top: 15px;
  left: 15px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 767px) {
  .homepage-value .step > img {
    top: 0;
    right: 0;
    left: auto;
    width: 40px;
  }
}
.homepage-value .step small {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #0d3867;
}
@media (max-width: 767px) {
  .homepage-value .step small {
    font-size: 10px;
    margin-bottom: 3px;
  }
}
.homepage-value .step h3 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .homepage-value .step h3 {
    font-size: 21px;
    padding-right: 60px;
    margin-bottom: 15px;
  }
}
.homepage-value .step a.btn {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .homepage-value .step a.btn {
    margin: 30px auto 5px !important;
    display: block;
    max-width: 180px;
    text-align: center;
  }
}
.homepage-highlights {
  background-color: #0d3867;
  color: #fff;
  padding: 85px 0;
  position: relative;
}
@media (max-width: 767px) {
  .homepage-highlights {
    text-align: center;
    padding: 40px 0 60px;
  }
}
.homepage-highlights h2 {
  font-size: 36px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .homepage-highlights h2 {
    font-size: 21px;
  }
}
.homepage-highlights h2 + p {
  opacity: 0.75;
  font-size: 21px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .homepage-highlights h2 + p {
    font-size: 16px;
  }
}
.homepage-highlights .btn-whisper {
  color: #fff;
  border-color: #fff;
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 767px) {
  .homepage-highlights .btn-whisper {
    display: none;
  }
}
.homepage-highlights .btn-whisper:last-of-type {
  position: static;
  display: none;
}
@media (max-width: 767px) {
  .homepage-highlights .btn-whisper:last-of-type {
    display: inline;
  }
}
.homepage-highlights .highlights {
  margin-top: 65px;
  content: " ";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .homepage-highlights .highlights {
    display: flex;
  }
}
@media (max-width: 767px) {
  .homepage-highlights .highlights {
    margin-top: 50px;
  }
}
.homepage-highlights .highlight {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .homepage-highlights .highlight {
    width: 25%;
    padding: 85px 15px 0;
    display: inline-block;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, .2);
  }
  .homepage-highlights .highlight:last-child {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .homepage-highlights .highlight {
    padding: 80px 15px 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }
  .homepage-highlights .highlight:last-child {
    border-bottom: none;
  }
}
.homepage-highlights .highlight:first-child div img {
  width: 53px;
  height: auto;
}
.homepage-highlights .highlight:nth-child(2) div img {
  width: 35px;
  height: auto;
}
.homepage-highlights .highlight:nth-child(3) div img {
  width: 44px;
  height: auto;
  margin-top: 15px;
}
.homepage-highlights .highlight:last-child div img {
  width: 42px;
  height: auto;
  margin-top: 15px;
}
.homepage-highlights .highlight div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.homepage-highlights .highlight div img {
  height: 50px;
  width: auto;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.footer-form {
  color: #fff;
  background-color: #1470c3;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .footer-form {
    padding: 45px 0;
    background-image: url('img/home-form-square.svg'), url('img/home-form-circle.svg');
    background-size: 84px auto, 70 auto;
    background-repeat: no-repeat;
    background-position: -80px top, right -20px bottom -30px;
  }
}
.footer-form .form-intro {
  background-image: url('img/home-square-sm.svg');
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: 20px top;
  width: 50%;
  float: left;
  padding: 6px 35px 0;
}
@media (max-width: 767px) {
  .footer-form .form-intro {
    background-image: none;
    text-align: center;
    float: none;
    width: 100%;
    padding: 0;
  }
}
.footer-form .form-intro h2 {
  font-size: 36px;
  margin-bottom: 5px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer-form .form-intro h2 {
    font-size: 21px;
  }
}
.footer-form .form-intro p {
  font-size: 21px;
  opacity: 0.75;
}
@media (max-width: 767px) {
  .footer-form .form-intro p {
    font-size: 16px;
  }
}
.footer-form .form {
  padding-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .footer-form .form {
    width: 50%;
    float: right;
  }
}
.footer-form .form .expand {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.footer-form .form .expand img {
  width: 38px;
  height: auto;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (min-width: 992px) {
  .footer-form .form form {
    padding: 0 75px;
  }
}
@media (max-width: 767px) {
  .footer-form .form form {
    padding: 0 20px;
  }
}
.footer-form .form input[type="text"], .footer-form .form input[type="tel"], .footer-form .form input[type="email"], .footer-form .form select, .footer-form .form textarea {
  width: 100%;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  margin-top: -10px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-form .form input[type="text"], .footer-form .form input[type="tel"], .footer-form .form input[type="email"], .footer-form .form select, .footer-form .form textarea {
    margin-top: 0;
  }
}
.footer-form .form input[type="text"]::placeholder, .footer-form .form input[type="tel"]::placeholder, .footer-form .form input[type="email"]::placeholder, .footer-form .form select::placeholder, .footer-form .form textarea::placeholder {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}
.footer-form .form input[type="text"]:-ms-input-placeholder, .footer-form .form input[type="tel"]:-ms-input-placeholder, .footer-form .form input[type="email"]:-ms-input-placeholder, .footer-form .form select:-ms-input-placeholder, .footer-form .form textarea:-ms-input-placeholder {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}
.footer-form .form input[type="text"]::-ms-input-placeholder, .footer-form .form input[type="tel"]::-ms-input-placeholder, .footer-form .form input[type="email"]::-ms-input-placeholder, .footer-form .form select::-ms-input-placeholder, .footer-form .form textarea::-ms-input-placeholder {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}
.footer-form .form input[type="text"], .footer-form .form input[type="tel"], .footer-form .form input[type="email"], .footer-form .form textarea {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  background: transparent;
}
.footer-form .form input[type="text"], .footer-form .form input[type="tel"], .footer-form .form input[type="email"] {
  height: 50px;
}
.footer-form .form select {
  width: calc(100% + 7px);
  position: relative;
  border: none;
  height: 50px;
  margin-left: -7px;
  background: transparent;
  color: rgba(255, 255, 255, .8);
}
.footer-form .form .hs_company_type {
  border-bottom: 1px solid rgba(255, 255, 255, .8);
}
.footer-form .form input[type="submit"] {
  font-family: 'Muli', sans-serif;
  border: none;
  margin-top: 30px;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 12px;
  color: #fff;
  font-weight: 600;
  background: #f16a50;
}
.footer-form .form input[type="submit"]:hover, .footer-form .form input[type="submit"]:active {
  color: #fff;
}
@media (max-width: 767px) {
  .footer-form .form input[type="submit"] {
    font-size: 16px;
  }
}
.footer-form .form input[type="submit"]:hover, .footer-form .form input[type="submit"]:active {
  background: #ff7f63;
}
.footer-form .form .field > label {
  visibility: hidden;
}
.footer-form .form ul.hs-error-msgs {
  list-style: none;
  font-size: 16px;
  padding: 0;
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
}
.footer-form .form .actions {
  text-align: center;
}
.footer-form .form .hs_hospital_health_system_name, .footer-form .form .hs_company_type, .footer-form .form .hs_email, .footer-form .form .hs_submit {
  display: none;
}
.footer-form .form .submitted-message {
  color: #f3f6f9;
  margin-top: 20px;
}
/* Resources Page */
.resources-intro {
  background: #1470c3;
  padding-top: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .resources-intro {
    margin-bottom: 20px;
  }
}
.resources-intro h1 {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-size: 36px;
}
@media (max-width: 991px) {
  .resources-intro h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .resources-intro h1 {
    font-size: 21px;
    margin-bottom: 5px;
    text-align: center;
  }
}
.resources-intro .container > p {
  font-size: 21px;
  opacity: 0.75;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .resources-intro .container > p {
    font-size: 16px;
    padding: 0 15px;
    text-align: center;
  }
}
.resource-tabs {
  overflow: hidden;
  background-color: #1470c3;
  border-top: 5px solid #1470c3;
}
@media (max-width: 767px) {
  .resource-tabs {
    display: none;
  }
}
.resource-tabs button {
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #1470c3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px 30px;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.1s ease !important;
  -moz-transition: all 0.1s ease !important;
  -ms-transition: all 0.1s ease !important;
  -o-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .resource-tabs button {
    font-size: 14.5px;
    padding: 20px 20px;
  }
}
.resource-tabs button.active {
  background-color: #fff;
  color: #0d3867;
}
.mobile-select {
  display: none;
}
@media (max-width: 767px) {
  .mobile-select {
    display: block;
  }
}
.tab-content {
  display: none;
  padding: 15px 0;
  border-top: none;
}
@media (max-width: 767px) {
  .tab-content {
    padding: 5px 0;
  }
}
.tab-content:first-child {
  display: block;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  display: none !important;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.select.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select.open .select-styled {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.23);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.23);
}
.select.open .select-options {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.23);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.23);
}
@media (max-width: 767px) {
  .select {
    display: block !important;
  }
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100% !important;
  padding: 10px 15px;
  height: 40px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -ms-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.select-styled:after {
  content: "\25BE";
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 15px;
}
.select-styled:active:after, .select-styled.active:after {
  top: 12px;
  content: "\25BE";
  transform: rotate(180deg);
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.select-options li {
  margin: 0;
  padding: 12px 15px;
  font-size: 14px;
  border-top: 1px solid #ccc;
  -webkit-transition: all 0.1s ease !important;
  -moz-transition: all 0.1s ease !important;
  -ms-transition: all 0.1s ease !important;
  -o-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important;
}
.select-options li:hover {
  color: #1470c3;
}
.alm-btn-wrap {
  text-align: center;
  margin-top: 40px;
}
.alm-btn-wrap button {
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 12px;
  color: #fff;
  font-weight: 600;
  background: #f16a50;
  border: none;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
}
.alm-btn-wrap button:hover, .alm-btn-wrap button:active {
  color: #fff;
}
@media (max-width: 767px) {
  .alm-btn-wrap button {
    font-size: 16px;
  }
}
.alm-btn-wrap button:hover, .alm-btn-wrap button:active {
  background: #ff7f63;
}
.alm-btn-wrap button.done {
  display: none;
}
/* Archive Elements */
.archive header.archive-header {
  background-color: #1470c3;
  padding: 75px 0;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: 300px auto;
}
@media (max-width: 767px) {
  .archive header.archive-header {
    text-align: center;
    padding: 50px 0;
    margin-bottom: 20px;
    background-image: none !important;
  }
}
.archive header.archive-header .heading-icon {
  height: auto;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (min-width: 768px) {
  .archive header.archive-header .heading-icon {
    width: 80px;
    position: absolute;
    top: 10px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .archive header.archive-header .heading-icon {
    width: 40px;
    margin-bottom: 10px;
  }
}
.archive header.archive-header .heading {
  position: relative;
  color: #fff;
}
@media (min-width: 768px) {
  .archive header.archive-header .heading {
    padding-left: 100px;
  }
}
.archive header.archive-header .heading h2 {
  font-size: 36px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .archive header.archive-header .heading h2 {
    font-size: 21px;
  }
}
.archive header.archive-header .heading h2 + p {
  font-size: 21px;
  margin: 0;
  opacity: 0.75;
}
@media (min-width: 768px) {
  .archive header.archive-header .heading h2 + p {
    margin-top: -3px;
  }
}
@media (max-width: 767px) {
  .archive header.archive-header .heading h2 + p {
    font-size: 16px;
  }
}
.post-type-archive-press-releases header.archive-header {
  background-position: right 10% top 0;
}
.post-type-archive-media-coverage header.archive-header {
  background-position: right 10% top 30px;
}
.archive img.source-img {
  margin-bottom: 15px;
}
.archive-list article {
  content: " ";
  display: table;
  clear: both;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
  .archive-list article {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .archive-list article h3, .archive-list article .exerpt {
    width: 75%;
    float: left;
    padding-right: 30px;
  }
}
.archive-list article h3 {
  font-size: 24px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .archive-list article h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.archive-list article h3 a {
  color: #0d3867;
}
.archive-list article h3 a:hover, .archive-list article h3 a:active {
  text-decoration: underline;
}
.archive-list article .source-img {
  height: 30px;
}
.archive-list article .exerpt {
  clear: both;
  color: #616f7b;
  margin: 8px 0 0;
}
.archive-list article .post-meta {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .archive-list article .post-meta {
    width: 25%;
    float: right;
  }
}
@media (max-width: 767px) {
  .archive-list article .post-meta {
    font-size: 12px;
  }
}
.archive-list article .post-meta .post-categories {
  display: block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .archive-list article .post-meta .post-categories {
    display: inline;
    margin: 0;
  }
  .archive-list article .post-meta .post-categories:before {
    content: "\00A0\007C\00A0";
  }
}
.archive-list article .post-meta .post-categories a {
  color: #666;
}
@media (min-width: 768px) {
  .archive-list article .post-meta .post-categories a {
    color: #333;
    font-weight: 700;
  }
}
.archive-list article .post-meta .post-categories a:hover, .archive-list article .post-meta .post-categories a:active {
  text-decoration: underline;
}
.post-categories span.last-child {
  display: none;
}
.post-categories span:last-child {
  display: none;
}
.pagination {
  text-align: center;
}
.pagination .desktop {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .pagination .desktop {
    display: none;
  }
}
.pagination .desktop a, .pagination .desktop span {
  display: inline-block;
  padding: 2px 10px;
  margin-left: -5px;
  color: #333;
  border-left: 1px solid #d8d8d8;
}
.pagination .desktop a:first-child, .pagination .desktop span:first-child {
  border-left: none;
}
.pagination .desktop a.current, .pagination .desktop span.current {
  color: #fff;
  border-left: none;
  background: #1470c3;
  -webkit-clip-path: polygon(0% 5px, 5px 0%, 100% 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
  clip-path: polygon(0% 5px, 5px 0%, 100% 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
}
.pagination .desktop a.current + a, .pagination .desktop span.current + a {
  border-left: none;
}
.pagination .desktop a:hover {
  background: #ebebeb;
}
.pagination .mobile {
  display: none;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .pagination .mobile {
    display: block;
  }
}
.pagination .mobile .btn {
  width: 49%;
}
.pagination .mobile .btn:first-child {
  float: left;
}
.pagination .mobile .btn:last-child {
  float: right;
}
form.search-form {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #1470c3;
  padding-left: 45px;
}
@media (max-width: 991px) {
  form.search-form {
    right: 45px;
  }
}
@media (max-width: 767px) {
  form.search-form {
    width: 70px;
    position: static;
    float: right;
    margin-bottom: 10px;
    padding-left: 20px;
    background: #fff;
    background-image: url('img/search-mobile.png');
    background-size: 15px auto;
    background-position: 0 3px;
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
  }
}
form.search-form img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: absolute;
  top: 3px;
  left: 15px;
  width: 20px;
  height: auto;
}
@media (max-width: 767px) {
  form.search-form img {
    display: none;
  }
}
form.search-form input[type="search"] {
  border: none;
  background: transparent;
  outline: none;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  margin: 0 5px 0 0;
  padding-bottom: 5px;
  width: 50px;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
@media (max-width: 767px) {
  form.search-form input[type="search"] {
    font-size: 14px;
    color: #333;
    width: 45px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
form.search-form input[type="search"]::placeholder {
  color: #fff;
}
@media (max-width: 767px) {
  form.search-form input[type="search"]::placeholder {
    color: #1470c3;
  }
}
form.search-form input[type="search"]:-ms-input-placeholder {
  color: #fff;
}
@media (max-width: 767px) {
  form.search-form input[type="search"]:-ms-input-placeholder {
    color: #1470c3;
  }
}
form.search-form input[type="search"]::-ms-input-placeholder {
  color: #fff;
}
@media (max-width: 767px) {
  form.search-form input[type="search"]::-ms-input-placeholder {
    color: #1470c3;
  }
}
form.search-form input[type="submit"] {
  display: none;
  border: none;
  background-color: #fff;
  background-image: url('img/arrow-blue.png');
  background-size: 15px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  width: 28px;
}
@media (max-width: 767px) {
  form.search-form input[type="submit"] {
    border: 1px solid #1470c3;
    padding: 3px 0;
    position: absolute;
    right: 15px;
    top: 0;
    width: 30px;
  }
}
@media (max-width: 767px) {
  form.search-form.expand {
    width: 100%;
    background-image: none;
    padding-left: 0;
    padding-right: 38px;
  }
}
form.search-form.expand input[type="search"] {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  width: 200px;
  font-size: 16px;
}
@media (max-width: 767px) {
  form.search-form.expand input[type="search"] {
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
}
form.search-form.expand input[type="search"]::placeholder {
  color: rgba(255, 255, 255, .5);
  font-style: italic;
}
@media (max-width: 767px) {
  form.search-form.expand input[type="search"]::placeholder {
    color: #999;
  }
}
form.search-form.expand input[type="search"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
  font-style: italic;
}
@media (max-width: 767px) {
  form.search-form.expand input[type="search"]:-ms-input-placeholder {
    color: #999;
  }
}
form.search-form.expand input[type="search"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
  font-style: italic;
}
@media (max-width: 767px) {
  form.search-form.expand input[type="search"]::-ms-input-placeholder {
    color: #999;
  }
}
form.search-form.expand input[type="submit"] {
  display: inline-block;
}
.search-mobile {
  display: none;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .search-mobile {
    display: block;
  }
}
.search-mobile .search-form {
  width: 100%;
  background-image: none;
  padding-left: 0;
  padding-right: 38px;
}
.search-mobile .search-form input[type="search"] {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.search-mobile .search-form input[type="search"]::placeholder {
  font-style: italic;
  color: #999;
}
.search-mobile .search-form input[type="submit"] {
  display: inline-block;
}
.categories {
  background: #1470c3;
  padding: 35px 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .categories {
    display: none;
  }
}
.categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories li {
  display: inline-block;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .categories li {
    padding: 0 18px;
  }
  .categories li:first-child {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .categories li {
    padding: 0 10px;
  }
}
.categories li a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .categories li a {
    font-size: 13.5px;
  }
}
.categories form.search-form {
  bottom: -2px;
}
@media (max-width: 991px) {
  .categories form.search-form {
    right: 0;
    bottom: -5px;
  }
}
.results {
  color: #616f7b;
  font-size: 18px;
  margin-bottom: 0;
}
.results .term {
  font-style: italic;
  font-weight: 700;
}
/* Default Post / Page Styles */
.post-content header {
  background: #1470c3;
  color: #fff;
  padding: 40px 0 50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .post-content header {
    padding: 40px;
    text-align: center;
    margin-bottom: 25px;
  }
}
.post-content header p {
  font-size: 26px;
  opacity: 0.75;
}
@media (max-width: 767px) {
  .post-content header p {
    font-size: 16px;
  }
}
.post-content header h1 {
  font-size: 36px;
  color: #fff;
  margin: 0;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .post-content header h1 {
    font-size: 21px;
  }
}
.post-content header .post-meta {
  font-size: 16px;
  opacity: 0.75;
  font-weight: 300;
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .post-content header .post-meta {
    font-size: 12px;
    line-height: 1.6;
  }
}
.post-content header .post-meta p {
  margin: 0;
}
.post-content header .post-meta span.divider {
  padding: 0 4px;
}
@media (max-width: 767px) {
  .post-content header .post-meta span.divider:nth-of-type(2) {
    display: none;
  }
}
.post-content header .post-meta a {
  color: #fff;
}
.post-content header .post-meta a:hover, .post-content header .post-meta a:active {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .post-content header .post-meta span.post-categories {
    display: block;
  }
}
.post-content {
  padding-bottom: 75px;
}
.page .post-content {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .post-content {
    padding-bottom: 30px;
  }
}
.post-content main {
  width: 66.67%;
  float: left;
}
@media (max-width: 991px) {
  .post-content main {
    width: 100%;
    float: none;
  }
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  color: #0d3867;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4 {
  margin: 40px 0 30px;
}
.post-content h1:first-child, .post-content h2:first-child, .post-content h3:first-child, .post-content h4:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .post-content h1, .post-content h2, .post-content h3, .post-content h4 {
    margin: 35px 0 25px;
  }
}
.post-content h1, .post-content h2, .post-content h3 {
  font-weight: 400;
}
.post-content h2 {
  font-size: 27px;
}
@media (max-width: 767px) {
  .post-content h2 {
    font-size: 18px;
  }
}
.post-content h3 {
  font-size: 21px;
}
@media (max-width: 767px) {
  .post-content h3 {
    font-size: 16px;
  }
}
.post-content h4 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .post-content h4 {
    font-size: 14px;
  }
}
.post-content p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .post-content p {
    margin-bottom: 20px;
  }
}
.post-content ul, .post-content ol {
  margin-top: 0;
}
.post-content ul li, .post-content ol li {
  margin-bottom: 20px;
}
.post-content ol {
  padding-left: 20px;
}
.post-content ol ol {
  list-style-type: lower-alpha;
}
.post-content blockquote {
  margin: 50px auto;
  font-size: 36px;
  color: #1470c3;
  text-align: center;
  width: 70%;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .post-content blockquote {
    margin: 45px auto;
    font-size: 18px;
    width: 85%;
  }
}
.post-content img, .post-content .wp-caption, .post-content .aligncenter, .post-content .alignnone, .post-content .alignleft, .post-content .alignright {
  max-width: 100%;
  height: auto;
}
.post-content .wp-caption, .post-content .aligncenter, .post-content .alignnone, .post-content .alignleft, .post-content .alignright {
  width: 75% !important;
  height: auto;
  display: block;
  margin: 50px auto;
}
@media (max-width: 767px) {
  .post-content .wp-caption, .post-content .aligncenter, .post-content .alignnone, .post-content .alignleft, .post-content .alignright {
    width: 100% !important;
  }
}
.post-content img {
  width: auto;
}
.post-content .wp-caption-text {
  font-style: italic;
  font-size: 12px;
  margin-top: 15px;
  color: #666;
}
.post-content iframe {
  max-width: 100% !important;
}
.post-content .social-share {
  border-top: 1px solid #d8d8d8;
  margin-top: 75px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .post-content .social-share {
    text-align: center;
  }
}
.post-content .social-share h3 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #7b9ead;
}
@media (max-width: 767px) {
  .post-content .social-share h3 {
    margin: 0 0 10px 0;
  }
}
.post-content aside {
  width: 28%;
  float: right;
  box-sizing: border-box;
  border-left: 1px solid #d8d8d8;
  padding-left: 4.5%;
}
@media (max-width: 991px) {
  .post-content aside {
    display: none;
  }
}
.post-content aside h3 {
  color: #6e6e6e;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.post-content aside article {
  margin-top: 30px;
}
.post-content aside article h4 {
  margin-bottom: 12px;
  font-family: 'PT Serif', serif;
  font-weight: 700;
}
.post-content aside article h4 a {
  color: #1470c3;
}
.post-content aside article h4 a:hover, .post-content aside article h4 a:active {
  text-decoration: underline;
}
.post-content aside article .post-meta {
  color: #999;
  font-size: 14px;
}
.post-content aside article .post-meta span.divider {
  padding: 0 4px;
}
.post-content aside article .post-meta a {
  color: #999;
}
.post-content aside article .post-meta a:hover, .post-content aside article .post-meta a:active {
  text-decoration: underline;
}
.single ul.share-buttons {
  list-type: none;
  margin: 0;
  padding-left: 0;
}
.single ul.share-buttons li {
  display: inline-block;
  padding: 0 6px;
}
.single ul.share-buttons li:first-child {
  padding-left: 0;
}
.single ul.share-buttons i {
  font-size: 26px;
}
@media (max-width: 767px) {
  .single ul.share-buttons i {
    font-size: 22px;
  }
}
.single ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* Global CTA */
.global-cta {
  background-color: #0d3867;
  background-image: url('img/dots-square.svg'), url('img/dots-circle.svg');
  background-size: 240px auto, 265px auto;
  background-repeat: no-repeat;
  background-position: -125px -130px, right 70px bottom -165px;
  color: #fff;
  text-align: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  .global-cta {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .global-cta {
    padding: 60px 0;
    background-size: 240px auto, 225px auto;
    background-position: -140px -200px, center bottom -190px;
  }
}
.global-cta h3, .global-cta p {
  padding: 0 8.3%;
}
.global-cta h3 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .global-cta h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.global-cta p {
  font-size: 21px;
  opacity: 0.75;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .global-cta p {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.global-cta .btn {
  margin-top: 20px;
}
/* Gated Content */
.post-template-single-gated .post-content header {
  background: #0d3867;
}
@media (min-width: 768px) {
  .post-template-single-gated .post-content header {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .post-template-single-gated .post-content header {
    padding: 40px 0 70px;
  }
}
.post-template-single-gated .post-content header .pre-header {
  font-size: 24px;
  opacity: 0.75;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .post-template-single-gated .post-content header .pre-header {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .post-template-single-gated .post-content {
    padding-bottom: 50px;
  }
}
.post-template-single-gated .post-content main {
  float: none;
}
@media (min-width: 992px) {
  .post-template-single-gated .post-content main {
    float: right;
  }
}
.post-template-single-gated .post-content aside {
  border: none;
}
@media (min-width: 992px) {
  .post-template-single-gated .post-content aside {
    float: left;
    width: 34%;
    margin-top: -95px;
    background-image: url('img/rectangle-small-1.svg'), url('img/rectangle-small-2.svg');
    background-size: 86px 93px, 85px 80px;
    background-repeat: no-repeat;
    background-position: top left, right bottom 5px;
    padding: 24px 24px 27px 22px;
    margin-left: -22px;
  }
}
@media (max-width: 991px) {
  .post-template-single-gated .post-content aside {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 40px 0 0;
  }
}
.post-template-single-gated .post-content aside > div {
  background: #d8d8d8;
  border-radius: 5px;
  padding: 1px;
  -webkit-clip-path: polygon(0% 18px, 18px 0%, 100% 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
  clip-path: polygon(0% 18px, 18px 0%, 100% 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
}
.post-template-single-gated .post-content aside > div h4 {
  text-align: center;
  font-color: #0d3867;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .post-template-single-gated .post-content aside > div h4 {
    font-size: 18px;
  }
}
.post-template-single-gated .post-content aside > div > div {
  background: #fafafa;
  padding: 20px 20px 25px;
  border-radius: 5px;
  -webkit-clip-path: polygon(0% 18px, 18px 0%, 100% 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
  clip-path: polygon(0% 18px, 18px 0%, 100% 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
}
.post-template-single-gated .post-content aside input[type="text"], .post-template-single-gated .post-content aside input[type="tel"], .post-template-single-gated .post-content aside input[type="email"], .post-template-single-gated .post-content aside select, .post-template-single-gated .post-content aside textarea {
  width: 100%;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  color: #333;
  margin-top: -10px;
}
.post-template-single-gated .post-content aside input[type="text"]::placeholder, .post-template-single-gated .post-content aside input[type="tel"]::placeholder, .post-template-single-gated .post-content aside input[type="email"]::placeholder, .post-template-single-gated .post-content aside select::placeholder, .post-template-single-gated .post-content aside textarea::placeholder {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  color: #333;
  opacity: 0.8;
}
.post-template-single-gated .post-content aside input[type="text"], .post-template-single-gated .post-content aside input[type="tel"], .post-template-single-gated .post-content aside input[type="email"], .post-template-single-gated .post-content aside textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
}
.post-template-single-gated .post-content aside input[type="text"], .post-template-single-gated .post-content aside input[type="tel"], .post-template-single-gated .post-content aside input[type="email"] {
  height: 50px;
}
.post-template-single-gated .post-content aside select {
  width: calc(100% + 7px);
  position: relative;
  border: none;
  height: 50px;
  margin-left: -7px;
  background: transparent;
  color: rgba(51, 51, 51, .8);
}
.post-template-single-gated .post-content aside .input[data-reactid=".hbspt-forms-0.1:$6.$company_type"] {
  border-bottom: 1px solid #ccc;
}
.post-template-single-gated .post-content aside input[type="submit"] {
  font-family: 'Muli', sans-serif;
  border: none;
  margin-top: 30px;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 12px;
  color: #fff;
  font-weight: 600;
  background: #f16a50;
}
.post-template-single-gated .post-content aside input[type="submit"]:hover, .post-template-single-gated .post-content aside input[type="submit"]:active {
  color: #fff;
}
@media (max-width: 767px) {
  .post-template-single-gated .post-content aside input[type="submit"] {
    font-size: 16px;
  }
}
.post-template-single-gated .post-content aside input[type="submit"]:hover, .post-template-single-gated .post-content aside input[type="submit"]:active {
  background: #ff7f63;
}
.post-template-single-gated .post-content aside .field > label {
  visibility: hidden;
}
.post-template-single-gated .post-content aside ul.hs-error-msgs {
  list-style: none;
  font-size: 16px;
  padding: 0;
  font-style: italic;
  color: #f16a50;
  margin-bottom: 0;
}
.post-template-single-gated .post-content aside .actions, .post-template-single-gated .post-content aside .download, .post-template-single-gated .post-content aside .submitted-message {
  text-align: center;
}
.post-template-single-gated .post-content aside .submitted-message {
  padding: 15px 0;
}
.post-template-single-gated .post-content aside .download {
  margin-bottom: 0;
}
.post-template-single-gated .post-content aside form + .download {
  display: none;
}
/* Contact */
.contact-form {
  padding: 80px 0;
  background-image: url('img/contact-square.svg'), url('img/dots-circle.svg');
  background-size: 295px auto, 255px auto;
  background-repeat: no-repeat;
  background-position: -150px 250px, left 200px bottom -155px;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 20px 0 50px;
    text-align: center;
    background-image: none;
  }
}
.contact-form h1, .contact-form p {
  color: #0d3867;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .contact-form h1, .contact-form p {
    text-align: center;
  }
}
.contact-form h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contact-form h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact-form h1:after {
    content: '';
    display: block;
    width: 50px;
    border-bottom: 1px solid #bebebe;
    margin: 15px auto 0;
  }
}
.contact-form p {
  font-size: 36px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contact-form p {
    width: 41.66%;
    float: left;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .contact-form p {
    font-size: 24px;
    margin: 0 20px 25px;
  }
}
@media (min-width: 768px) {
  .contact-form .form {
    width: 58.33%;
    float: right;
    padding-left: 15px;
  }
}
.contact-form .form form {
  margin-top: -20px;
}
@media (max-width: 767px) {
  .contact-form .form form {
    margin-top: 0;
  }
}
.contact-form .form input[type="text"], .contact-form .form input[type="tel"], .contact-form .form input[type="email"], .contact-form .form select, .contact-form .form textarea {
  width: 100%;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  color: #333;
  margin-top: -10px;
}
.contact-form .form input[type="text"]::placeholder, .contact-form .form input[type="tel"]::placeholder, .contact-form .form input[type="email"]::placeholder, .contact-form .form select::placeholder, .contact-form .form textarea::placeholder {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  color: #333;
  opacity: 0.8;
}
.contact-form .form input[type="text"], .contact-form .form input[type="tel"], .contact-form .form input[type="email"], .contact-form .form textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
}
.contact-form .form input[type="text"], .contact-form .form input[type="tel"], .contact-form .form input[type="email"] {
  height: 50px;
}
.contact-form .form select {
  width: calc(100% + 7px);
  position: relative;
  border: none;
  height: 50px;
  margin-left: -7px;
  background: transparent;
  color: rgba(51, 51, 51, .8);
}
.contact-form .form .input[data-reactid=".hbspt-forms-0.1:$6.$company_type"] {
  border-bottom: 1px solid #ccc;
}
.contact-form .form textarea {
  height: 160px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .contact-form .form textarea {
    height: 120px;
  }
}
.contact-form .form input[type="submit"] {
  font-family: 'Muli', sans-serif;
  border: none;
  margin-top: 30px;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 20px 12px;
  color: #fff;
  font-weight: 600;
  background: #f16a50;
}
.contact-form .form input[type="submit"]:hover, .contact-form .form input[type="submit"]:active {
  color: #fff;
}
@media (max-width: 767px) {
  .contact-form .form input[type="submit"] {
    font-size: 16px;
  }
}
.contact-form .form input[type="submit"]:hover, .contact-form .form input[type="submit"]:active {
  background: #ff7f63;
}
.contact-form .form .field > label {
  visibility: hidden;
}
.contact-form .form ul.hs-error-msgs {
  list-style: none;
  font-size: 16px;
  padding: 0;
  font-style: italic;
  color: #f16a50;
  margin-bottom: 0;
}
.contact-callouts {
  background-color: #0d3867;
  color: #fff;
  padding: 85px 0 90px;
}
@media (max-width: 767px) {
  .contact-callouts {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .contact-callouts .callouts {
    display: flex;
  }
}
.contact-callouts .callout {
  text-align: center;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .contact-callouts .callout {
    width: 33.3%;
    float: left;
    border-right: 1px solid #114987;
  }
  .contact-callouts .callout:last-child {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .contact-callouts .callout {
    padding-bottom: 30px;
    margin: 0 20px 30px;
    border-bottom: 1px solid #114987;
  }
  .contact-callouts .callout:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.contact-callouts .callout div {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
}
.contact-callouts .callout div img {
  height: 25px;
  width: auto;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.contact-callouts .callout h3 {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact-callouts .callout h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.contact-callouts .callout p {
  max-width: 60%;
  margin: auto;
}
.contact-callouts .callout a {
  color: #ffe193;
}
.contact-callouts .callout a:hover, .contact-callouts .callout a:active {
  text-decoration: underline;
}
.contact-details {
  background-color: #f2f5f8;
  border-bottom: 1px solid #d8d8d8;
  padding: 85px 0;
}
@media (max-width: 767px) {
  .contact-details {
    padding: 50px 0 40px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .contact-details .map {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .contact-details .map {
    display: none;
  }
}
.contact-details .map .acf-map {
  width: 100%;
  height: 400px;
}
.contact-details .map .acf-map img {
  max-width: inherit !important;
}
.contact-details .map .map-img {
  display: none;
}
@media (min-width: 768px) {
  .contact-details .contact-info {
    width: 50%;
    float: right;
  }
}
@media (min-width: 1200px) {
  .contact-details .contact-info {
    padding: 50px 0 0 100px;
  }
}
@media (max-width: 1199px) {
  .contact-details .contact-info {
    padding: 30px 0 0 80px;
  }
}
@media (max-width: 991px) {
  .contact-details .contact-info {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 767px) {
  .contact-details .contact-info {
    padding: 0;
  }
}
.contact-details .contact-info h3, .contact-details .contact-info .address {
  color: #0d3867;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
.contact-details .contact-info h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .contact-details .contact-info h3 {
    font-size: 16px;
  }
}
.contact-details .contact-info h3:after {
  content: '';
  display: block;
  width: 50px;
  border-bottom: 1px solid #616f7b;
  opacity: 0.3;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .contact-details .contact-info h3:after {
    margin: 12px auto 18px;
  }
}
.contact-details .contact-info .address {
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-details .contact-info .address {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
.contact-details .contact-info p {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .contact-details .contact-info p {
    color: #616f7b;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.contact-details .contact-info p span {
  display: inline-block;
  width: 75px;
}
@media (max-width: 767px) {
  .contact-details .contact-info p span {
    width: auto;
    display: block;
  }
}
/* 404 */
.page-404 {
  padding: 75px 0 120px;
  background-image: url('img/contact-square.svg');
  background-size: 295px auto;
  background-repeat: no-repeat;
  background-position: -190px 55px;
}
@media (max-width: 767px) {
  .page-404 {
    text-align: center;
    padding: 75px 0;
  }
}
.page-404 h1 {
  color: #0d3867;
  font-size: 72px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-404 h1 {
    font-size: 24px;
  }
}
.page-404 h1:after {
  content: '';
  display: block;
  width: 115px;
  border-bottom: 2px solid #d8d8d8;
  margin: 10px 0 15px -20px;
}
@media (max-width: 767px) {
  .page-404 h1:after {
    display: none;
  }
}
.page-404 p {
  color: #616f7b;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-404 p {
    font-size: 16px;
    font-weight: 400;
  }
}
/* Solution Template */
.page-template-page-solution .solution-hero {
  padding: 50px 0 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-page-solution .solution-hero {
    text-align: center;
    padding: 20px 0 50px;
  }
}
.page-template-page-solution .solution-hero h1 {
  color: #1470c3;
  font-size: 21px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .page-template-page-solution .solution-hero h1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-template-page-solution .solution-hero h1 {
    font-size: 16px;
  }
}
.page-template-page-solution .solution-hero hr {
  border-color: #1470c3;
  margin: 5px 0 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-page-solution .solution-hero hr {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .page-template-page-solution .solution-hero hr {
    width: 50px;
    margin: 10px auto;
  }
}
@media (min-width: 768px) {
  .page-template-page-solution .solution-hero h2, .page-template-page-solution .solution-hero p {
    width: 48%;
  }
}
.page-template-page-solution .solution-hero h2 {
  color: #0d3867;
  font-size: 36px;
  line-height: 1.3;
  margin: 35px 0 20px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .page-template-page-solution .solution-hero h2 {
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  .page-template-page-solution .solution-hero h2 {
    font-size: 24px;
  }
}
.page-template-page-solution .solution-hero p {
  color: #616f7b;
  font-size: 21px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .page-template-page-solution .solution-hero p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .page-template-page-solution .solution-hero p {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .page-template-page-solution .solution-hero p {
    font-size: 16px;
  }
}
.page-template-page-solution .solution-hero .hero-img {
  width: 840px;
  position: absolute;
  top: 50px;
  left: 52%;
  z-index: 2;
  -webkit-transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -ms-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
@media (max-width: 1199px) {
  .page-template-page-solution .solution-hero .hero-img {
    width: 715px;
  }
}
@media (max-width: 991px) {
  .page-template-page-solution .solution-hero .hero-img {
    width: 640px;
  }
}
.page-template-page-solution .solution-hero .hero-img img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 9px 30px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 9px 30px rgba(0, 0, 0, 0.09);
  box-shadow: 0 9px 30px rgba(0, 0, 0, 0.09);
}
@media (max-width: 767px) {
  .page-template-page-solution .solution-hero .hero-img {
    display: none;
  }
}
.page-template-page-solution.page-equipment-tracking .solution-hero hr {
  left: -935px;
}
@media (max-width: 1199px) {
  .page-template-page-solution.page-equipment-tracking .solution-hero hr {
    left: -792px;
  }
}
@media (max-width: 991px) {
  .page-template-page-solution.page-equipment-tracking .solution-hero hr {
    left: -572px;
  }
}
.page-template-page-solution.page-equipment-sharing .solution-hero hr {
  left: -945px;
}
@media (max-width: 1199px) {
  .page-template-page-solution.page-equipment-sharing .solution-hero hr {
    left: -800px;
  }
}
@media (max-width: 991px) {
  .page-template-page-solution.page-equipment-sharing .solution-hero hr {
    left: -580px;
  }
}
.page-template-page-solution.page-capital-planning .solution-hero hr {
  left: -968px;
}
@media (max-width: 1199px) {
  .page-template-page-solution.page-capital-planning .solution-hero hr {
    left: -820px;
  }
}
@media (max-width: 991px) {
  .page-template-page-solution.page-capital-planning .solution-hero hr {
    left: -600px;
  }
}
.page-template-page-solution .solution-divider {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
  margin-top: -35px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 767px) {
  .page-template-page-solution .solution-divider {
    display: none;
  }
}
.page-template-page-solution .solution-value {
  background-color: #f2f5f8;
  margin-top: -5px;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .page-template-page-solution .solution-value {
    padding: 50px 0 20px;
  }
}
.page-template-page-solution .solution-value .value {
  margin-bottom: 90px;
  position: relative;
}
.page-template-page-solution .solution-value .value img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (min-width: 768px) {
  .page-template-page-solution .solution-value .value:nth-child(odd) {
    margin-left: 16%;
  }
  .page-template-page-solution .solution-value .value:nth-child(odd) img {
    left: -16%;
  }
  .page-template-page-solution .solution-value .value:nth-child(even) {
    margin-left: 9%;
  }
  .page-template-page-solution .solution-value .value:nth-child(even) img {
    right: 3.5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-solution .solution-value .value:nth-child(odd) img {
    left: -18%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-page-solution .solution-value .value:nth-child(even) img {
    right: 2%;
  }
}
@media (max-width: 991px) {
  .page-template-page-solution .solution-value .value {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .page-template-page-solution .solution-value .value {
    margin-bottom: 60px;
  }
}
.page-template-page-solution .solution-value img {
  height: auto;
  width: 105px;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .page-template-page-solution .solution-value img {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .page-template-page-solution .solution-value img {
    height: 50px;
    width: auto;
    position: static;
    display: block;
    margin: 0 auto 15px;
  }
}
@media (min-width: 768px) {
  .page-template-page-solution .solution-value h3, .page-template-page-solution .solution-value p {
    width: 84%;
  }
}
.page-template-page-solution .solution-value h3 {
  color: #0d3867;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-template-page-solution .solution-value h3 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.page-template-page-solution .solution-value p {
  color: #616f7b;
}
.page-template-page-solution .how-it-works {
  text-align: center;
  padding: 75px 0;
}
@media (max-width: 767px) {
  .page-template-page-solution .how-it-works {
    padding: 50px 0 30px;
  }
}
.page-template-page-solution .how-it-works hr {
  width: 50px;
  margin: 10px auto 20px;
}
.page-template-page-solution .how-it-works h2, .page-template-page-solution .how-it-works h3 {
  color: #0d3867;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
.page-template-page-solution .how-it-works h2 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .page-template-page-solution .how-it-works h2 {
    font-size: 16px;
  }
}
.page-template-page-solution .how-it-works h3, .page-template-page-solution .how-it-works p {
  margin: auto;
}
.page-template-page-solution .how-it-works h3 {
  font-size: 36px;
  margin-bottom: 20px;
  max-width: 80%;
}
@media (min-width: 1200px) {
  .page-template-page-solution .how-it-works h3 {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .page-template-page-solution .how-it-works h3 {
    font-size: 21px;
  }
}
.page-template-page-solution .how-it-works p {
  color: #616f7b;
  font-size: 21px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .page-template-page-solution .how-it-works p {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .page-template-page-solution .how-it-works p {
    font-size: 16px;
  }
}
.page-template-page-solution .how-it-works .timeline {
  padding: 50px 0;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .page-template-page-solution .how-it-works .timeline {
    margin-top: 0;
  }
}
.page-template-page-solution .how-it-works .timeline img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.page-template-page-solution .how-it-works .timeline img.timeline-bg {
  width: 99%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .flexbox .page-template-page-solution .how-it-works .timeline img.timeline-bg {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-page-solution .how-it-works .timeline img.timeline-bg {
    display: none;
  }
}
@media (min-width: 768px) {
  .flexbox .page-template-page-solution .how-it-works .timeline .steps {
    display: flex;
    justify-content: space-between;
  }
}
.page-template-page-solution .how-it-works .timeline .step {
  border-radius: 5px;
  padding: 25px 10px 30px;
  float: left;
  margin: 0 0.75%;
}
@media (min-width: 768px) {
  .page-template-page-solution .how-it-works .timeline .step {
    width: 23.5%;
  }
  .flexbox .page-template-page-solution .how-it-works .timeline .step {
    float: none;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .page-template-page-solution .how-it-works .timeline .step {
    padding: 25px 15px 30px;
  }
}
@media (max-width: 767px) {
  .page-template-page-solution .how-it-works .timeline .step {
    margin-bottom: 25px;
  }
}
.page-template-page-solution .how-it-works .timeline .step img {
  height: 34px;
  width: auto;
  margin-bottom: 18px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 767px) {
  .page-template-page-solution .how-it-works .timeline .step img {
    height: 25px;
    margin-bottom: 10px;
  }
}
.page-template-page-solution .how-it-works .timeline .step h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-template-page-solution .how-it-works .timeline .step h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.page-template-page-solution .how-it-works .timeline .step p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-template-page-solution .how-it-works .timeline .step p {
    font-size: 15px;
  }
}
.page-template-page-solution .how-it-works .timeline .step:first-child {
  background-color: #2e9f47;
}
.page-template-page-solution .how-it-works .timeline .step:nth-child(2) {
  background-color: #1470c3;
}
.page-template-page-solution .how-it-works .timeline .step:last-child {
  background-color: #445262;
}
.page-template-page-solution .how-it-works .timeline .step:nth-child(3) {
  background-color: #f4be25;
}
@media (min-width: 768px) {
  .page-template-page-solution.page-equipment-tracking .how-it-works .timeline .step {
    width: 31.5%;
  }
  .page-template-page-solution.page-equipment-tracking .global-cta {
    background-image: url('img/solution-square.svg'), url('img/circle-track.svg');
    background-size: 300px auto, 145px auto;
    background-position: -135px 150px, right -20px top -40px;
  }
  .page-template-page-solution.page-equipment-sharing .global-cta {
    background-image: url('img/square-share.svg'), url('img/circle-share.svg'), url('img/square-share-2.svg');
    background-size: 180px auto, 87px auto, 290px auto;
    background-position: right -80px top 120px, left 100px bottom -30px, -200px -40px;
  }
  .page-template-page-solution.page-capital-planning .global-cta {
    background-image: url('img/solution-square.svg'), url('img/circle-track.svg');
    background-size: 300px auto, 145px auto;
    background-position: -235px 150px, right -15px top -25px;
  }
}
/* Company Template */
.page-hero {
  background: #0d3867;
  padding: 75px 0 85px;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .page-hero {
    padding: 50px 0;
  }
}
.page-hero h1, .page-hero h2 {
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
.page-hero h1 {
  font-size: 21px;
}
@media (max-width: 767px) {
  .page-hero h1 {
    font-size: 16px;
  }
}
.page-hero hr {
  width: 50px;
  margin: 10px auto 20px;
  border-color: rgba(255, 255, 255, .3);
}
.page-hero h2, .page-hero p {
  margin: auto;
}
.page-hero h2 {
  font-size: 36px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .page-hero h2 {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .page-hero h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.page-hero p {
  opacity: 0.75;
  font-size: 21px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-hero p {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .page-hero p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .page-template-page-company .page-hero {
    background-image: url('img/solution-square.svg'), url('img/dots-circle.svg');
    background-size: 300px auto, 275px auto;
    background-position: right -200px top 0, left -125px bottom -140px;
    background-repeat: no-repeat;
  }
}
.mission {
  padding: 75px 0;
}
@media (max-width: 767px) {
  .mission {
    text-align: center;
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .mission .heading {
    width: 22%;
    float: left;
  }
}
.mission img {
  height: 85px;
  width: auto;
  margin-bottom: 10px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 767px) {
  .mission img {
    height: 36px;
  }
}
.mission h3 {
  font-size: 36px;
  color: #0d3867;
  line-height: 1.3;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .mission h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .mission h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.mission p {
  color: #616f7b;
  font-size: 21px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mission p {
    width: 75%;
    float: right;
  }
}
@media (max-width: 767px) {
  .mission p {
    font-size: 16px;
  }
}
.values {
  background-color: #f2f5f8;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 75px 0 35px;
}
@media (max-width: 767px) {
  .values {
    padding: 50px 0 20px;
  }
}
.values h3 {
  font-size: 36px;
  color: #0d3867;
  line-height: 1.3;
  margin-bottom: 40px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .values h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .values h3 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.values ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.values ol li {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .values ol li {
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-right: 2%;
  }
  .values ol li:nth-child(even) {
    padding-left: 2%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .values ol li {
    margin-bottom: 30px;
  }
}
.values ol li h4 {
  color: #0d3867;
  font-size: 24px;
  margin-bottom: 10px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .values ol li h4 {
    font-size: 16px;
  }
}
.values ol li p {
  color: #616f7b;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 767px) {
  .values ol li p {
    font-size: 14px;
  }
}
.leadership {
  padding: 75px 0 50px;
}
@media (max-width: 767px) {
  .leadership {
    padding: 50px 0;
  }
}
.leadership .heading h3 {
  font-size: 36px;
  color: #0d3867;
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .leadership .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .leadership .heading h3 {
    font-size: 21px;
  }
}
.leadership .heading p {
  color: #616f7b;
  font-size: 21px;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .leadership .heading p {
    font-size: 16px;
  }
}
.leadership .team {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .leadership .team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.leadership .team .team-member {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .leadership .team .team-member {
    width: 25%;
    text-align: center;
    float: left;
  }
}
@media (max-width: 991px) {
  .leadership .team .team-member {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .leadership .team .team-member {
    clear: both;
    padding: 15px 0 15px 8%;
  }
}
.leadership .team .team-member img {
  width: 225px;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .leadership .team .team-member img {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .leadership .team .team-member img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .leadership .team .team-member img {
    width: 28%;
    float: left;
    margin-right: 20px;
  }
}
.leadership .team .team-member h4 {
  color: #0d3867;
  font-size: 24px;
  margin-bottom: 5px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .leadership .team .team-member h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .leadership .team .team-member h4 {
    font-size: 18px;
    margin-top: 12px;
  }
}
.leadership .team .team-member p {
  color: #616f7b;
  margin-bottom: 8px;
}
.leadership .team .team-member a {
  margin-right: 7px;
}
@media (min-width: 768px) {
  .careers-cta {
    text-align: left;
    padding: 75px 0;
    background-image: url('img/solution-square.svg'), url('img/circle-track.svg');
    background-size: 300px auto, 145px auto;
    background-position: -235px 50px, right -30px bottom -40px;
  }
}
.careers-cta .container {
  padding: 0 15px;
}
.careers-cta h3, .careers-cta p {
  padding: 0;
}
@media (min-width: 768px) {
  .careers-cta p {
    width: 68%;
    float: left;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .careers-cta p {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .careers-cta a {
    float: right;
  }
}
.careers-cta .btn {
  margin-top: 0;
}
.featured-media.featured-light {
  padding-bottom: 70px;
}
.featured-media.featured-light .heading-icon {
  height: auto;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (min-width: 768px) {
  .featured-media.featured-light .heading-icon {
    width: 80px;
    position: absolute;
    top: 10px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .featured-media.featured-light .heading-icon {
    width: 40px;
    margin-bottom: 10px;
  }
}
.featured-media.featured-light .heading {
  position: relative;
}
@media (min-width: 768px) {
  .featured-media.featured-light .heading {
    padding-left: 100px;
  }
  .featured-media.featured-light .heading p {
    margin-top: -3px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .featured-media.featured-light .heading p {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-media.featured-light .heading p {
    font-size: 20px;
    width: 60%;
  }
}
.featured-media.featured-light .featured {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .featured-media.featured-light .featured {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .featured-media.featured-light .featured {
    margin-top: 30px;
  }
}
.featured-media.featured-light .featured article .clipped {
  padding: 30px 20px;
}
.featured-media.featured-light .featured > a {
  float: none;
  vertical-align: top;
  margin: 0 1.8% 30px 0;
}
.flexbox .featured-media.featured-light .featured > a {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .flexbox .featured-media.featured-light .featured > a {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) {
  .featured-media.featured-light .featured > a {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .featured-media.featured-light .featured > a {
    display: block;
  }
}
.featured-media.featured-light .featured > a .shadow {
  height: calc(100% - 45px);
  width: calc(100% - 45px);
}
.flexbox .featured-media.featured-light .featured > a .shadow {
  height: calc(100% - 30px);
  width: calc(100% - 30px);
}
.featured-media.featured-light .featured h3 {
  color: #1470c3;
  margin-bottom: 10px;
}
.featured-media.featured-light .featured p {
  margin-bottom: 0;
}
img.source-img {
  height: 20px;
  display: block;
  width: auto;
  margin-bottom: 5px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
/* Newsroom Template */
.press {
  border-bottom: none;
}
.press article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .press article:last-child {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .press article .post-meta {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .press article {
    text-align: left;
  }
}
.media-assets {
  border: none;
  background: transparent;
}
.media-assets article .clipped {
  text-align: center;
  padding: 90px 15px 95px;
}
@media (max-width: 1199px) {
  .media-assets article .clipped {
    padding: 80px 10px;
  }
}
@media (max-width: 991px) {
  .media-assets article .clipped {
    padding: 65px 10px;
  }
}
@media (max-width: 767px) {
  .media-assets article .clipped {
    padding: 20px 10px;
  }
}
.media-assets img.icon {
  width: 30px;
  height: auto;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 991px) {
  .media-assets img.icon {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .media-assets img.icon {
    width: 23px;
  }
}
.media-assets img.arrow {
  width: 15px;
  height: auto;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 991px) {
  .media-assets img.arrow {
    width: 10px;
  }
}
@media (max-width: 767px) {
  .media-assets img.arrow {
    width: 12px;
  }
}
.media-assets h4 {
  font-weight: 400;
  font-size: 21px;
  color: #0d3867;
  display: inline;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .media-assets h4 {
    font-size: 18px;
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .media-assets h4 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .media-assets h4 {
    font-size: 16px;
  }
}
.media-contact {
  background-color: #0d3867;
  color: #fff;
  padding: 100px;
}
@media (max-width: 991px) {
  .media-contact {
    font-size: 16px;
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .media-contact {
    text-align: center;
    font-size: 14px;
    padding: 50px 0;
  }
}
.media-contact h4 {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .media-contact h4 {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .media-contact h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .media-contact h4 {
    font-size: 21px;
  }
}
.media-contact p {
  margin-bottom: 5px;
}
.media-contact a {
  color: #ffe193;
}
.media-contact a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .media-contact p + a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .media-contact .container {
    max-width: 900px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .media-contact .contact {
    width: 70%;
    float: left;
    padding-right: 50px;
    border-right: 1px solid rgba(114, 186, 230, .25);
  }
}
@media (max-width: 991px) {
  .media-contact .contact {
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .media-contact .contact {
    padding-right: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(114, 186, 230, .25);
    margin: 0 15px;
  }
}
.media-contact .contact .img-wrap {
  width: 166px;
  position: relative;
}
@media (min-width: 768px) {
  .media-contact .contact .img-wrap {
    float: left;
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .media-contact .contact .img-wrap {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .media-contact .contact .img-wrap {
    margin: 30px auto 10px;
    width: 55px;
  }
}
.media-contact .contact .img-wrap .shadow {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  -webkit-box-shadow: 12px 15px 20px rgba(0, 0, 0, 0.2), 5px 20px 20px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 12px 15px 20px rgba(0, 0, 0, 0.2), 5px 20px 20px rgba(0, 0, 0, 0.18);
  box-shadow: 12px 15px 20px rgba(0, 0, 0, 0.2), 5px 20px 20px rgba(0, 0, 0, 0.18);
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -ms-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.media-contact .contact .img-wrap img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-clip-path: polygon(0% 18px, 18px 0%, 100% 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
  clip-path: polygon(0% 18px, 18px 0%, 100% 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
}
@media (max-width: 991px) {
  .media-contact .contact .img-wrap img {
    -webkit-clip-path: polygon(0% 12px, 12px 0%, 100% 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 100%);
    /* top left */
    /* top left */
    /* top right */
    /* top right */
    /* bottom right */
    /* bottom right */
    /* bottom left */
    /* bottom left */
    clip-path: polygon(0% 12px, 12px 0%, 100% 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 100%);
    /* top left */
    /* top left */
    /* top right */
    /* top right */
    /* bottom right */
    /* bottom right */
    /* bottom left */
    /* bottom left */
  }
}
@media (max-width: 767px) {
  .media-contact .contact .img-wrap img {
    -webkit-clip-path: polygon(0% 8px, 8px 0%, 100% 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 100%);
    /* top left */
    /* top left */
    /* top right */
    /* top right */
    /* bottom right */
    /* bottom right */
    /* bottom left */
    /* bottom left */
    clip-path: polygon(0% 8px, 8px 0%, 100% 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 100%);
    /* top left */
    /* top left */
    /* top right */
    /* top right */
    /* bottom right */
    /* bottom right */
    /* bottom left */
    /* bottom left */
  }
}
@media (min-width: 768px) {
  .media-contact .other {
    width: 30%;
    float: right;
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .media-contact .other {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .media-contact .other {
    padding-left: 0;
    padding-top: 25px;
  }
}
.media-contact .other img.arrow {
  width: 12px;
  height: auto;
  margin-left: 10px;
  margin: 0 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .media-contact .contact .img-wrap .shadow {
    display: none;
  }
}
/* Careers Template */
.page-hero .btn {
  margin-top: 25px;
}
.page-template-page-careers .page-hero {
  background-image: url('img/careers-hero-square-sm.svg'), url('img/careers-hero-circle.svg'), url('img/careers-hero-square-lg.svg');
  background-repeat: no-repeat;
  background-size: 189px auto, 275px auto, 295px auto;
  background-position: left 100px bottom -120px, left 300px top -200px, right -180px top 190px;
}
@media (max-width: 767px) {
  .page-template-page-careers .page-hero {
    background-image: none;
  }
}
.page-template-page-careers .what-to-expect {
  padding: 100px 0 40px;
}
@media (max-width: 991px) {
  .page-template-page-careers .what-to-expect {
    padding: 75px 0 25px;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .what-to-expect {
    padding: 50px 0 10px;
  }
}
.page-template-page-careers .what-to-expect .heading {
  content: " ";
  display: table;
  clear: both;
}
.page-template-page-careers .what-to-expect h3, .page-template-page-careers .what-to-expect h3 + p {
  color: #0d3867;
}
@media (max-width: 767px) {
  .page-template-page-careers .what-to-expect h3, .page-template-page-careers .what-to-expect h3 + p {
    text-align: center;
  }
}
.page-template-page-careers .what-to-expect h3 {
  font-size: 36px;
  line-height: 1.3;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .page-template-page-careers .what-to-expect h3 {
    width: 33.33%;
    float: left;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .page-template-page-careers .what-to-expect h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .what-to-expect h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.page-template-page-careers .what-to-expect h3 + p {
  font-size: 21px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-template-page-careers .what-to-expect h3 + p {
    width: 66.67%;
    float: right;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .what-to-expect h3 + p {
    font-size: 16px;
  }
}
.page-template-page-careers .what-to-expect ul {
  clear: both;
  margin-top: 100px;
  margin-bottom: 0;
  list-style: none;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .page-template-page-careers .what-to-expect ul {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .what-to-expect ul {
    padding: 0;
    margin-top: 60px;
  }
}
.page-template-page-careers .what-to-expect ul li {
  position: relative;
}
@media (min-width: 768px) {
  .page-template-page-careers .what-to-expect ul li {
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
    padding-right: 9%;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .page-template-page-careers .what-to-expect ul li {
    padding-right: 7%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .what-to-expect ul li {
    padding-left: 50px;
    margin-bottom: 40px;
  }
}
.page-template-page-careers .what-to-expect ul li img {
  width: 45px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 767px) {
  .page-template-page-careers .what-to-expect ul li img {
    width: 35px;
  }
}
.page-template-page-careers .what-to-expect ul li h4 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #0d3867;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-template-page-careers .what-to-expect ul li h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.page-template-page-careers .what-to-expect ul li p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-template-page-careers .what-to-expect ul li p {
    font-size: 14px;
  }
}
.page-template-page-careers .career-photos {
  background-color: #f2f5f8;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  padding: 100px 0;
  height: 1650px;
  background-image: url('img/photos-square-1.svg'), url('img/careers-hero-circle.svg'), url('img/photos-square-2.svg');
  background-repeat: no-repeat;
  background-size: 295px auto, 255px auto, 130px auto;
  background-position: right 5% top 250px, left 25% top 630px, right 17% bottom 40px;
}
@media (max-width: 1199px) {
  .page-template-page-careers .career-photos {
    height: 1475px;
  }
}
@media (max-width: 991px) {
  .page-template-page-careers .career-photos {
    height: 1275px;
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .career-photos {
    height: auto;
    padding: 50px 0;
    background-image: none;
  }
}
.page-template-page-careers .career-photos .img {
  position: relative;
}
@media (min-width: 768px) {
  .page-template-page-careers .career-photos .img {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .career-photos .img {
    top: 0 !important;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
  }
}
.page-template-page-careers .career-photos .img:first-child {
  left: 10%;
  z-index: 5;
}
.page-template-page-careers .career-photos .img:first-child strong {
  color: #2e9f47;
}
.page-template-page-careers .career-photos .img:nth-child(2) {
  top: 230px;
  right: 5%;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-template-page-careers .career-photos .img:nth-child(2) {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
.page-template-page-careers .career-photos .img:nth-child(2) strong {
  color: #f16a50;
  display: inline;
}
.page-template-page-careers .career-photos .img:nth-child(3) {
  top: 700px;
  left: 3%;
  z-index: 5;
}
@media (max-width: 1199px) {
  .page-template-page-careers .career-photos .img:nth-child(3) {
    top: 625px;
  }
}
@media (max-width: 991px) {
  .page-template-page-careers .career-photos .img:nth-child(3) {
    top: 550px;
  }
}
.page-template-page-careers .career-photos .img:nth-child(3) img {
  max-width: 650px;
}
@media (max-width: 1199px) {
  .page-template-page-careers .career-photos .img:nth-child(3) img {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .page-template-page-careers .career-photos .img:nth-child(3) img {
    max-width: 500px;
  }
}
.page-template-page-careers .career-photos .img:nth-child(3) strong {
  color: #1470c3;
}
.page-template-page-careers .career-photos .img:nth-child(4) {
  top: 950px;
  right: 17%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .page-template-page-careers .career-photos .img:nth-child(4) {
    top: 850px;
    right: 10%;
  }
}
@media (max-width: 991px) {
  .page-template-page-careers .career-photos .img:nth-child(4) {
    top: 725px;
    right: 4%;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .career-photos .img:nth-child(4) {
    text-align: right;
    margin-top: -20px;
  }
}
.page-template-page-careers .career-photos .img:nth-child(4) strong {
  color: #2e9f47;
}
@media (max-width: 767px) {
  .page-template-page-careers .career-photos .img:first-child, .page-template-page-careers .career-photos .img:nth-child(3) {
    padding-right: 20px !important;
  }
}
.page-template-page-careers .career-photos .img:first-child p.caption, .page-template-page-careers .career-photos .img:nth-child(3) p.caption {
  bottom: 20px;
  left: 20px;
}
@media (max-width: 767px) {
  .page-template-page-careers .career-photos .img:first-child p.caption, .page-template-page-careers .career-photos .img:nth-child(3) p.caption {
    bottom: 10px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .career-photos .img:nth-child(2), .page-template-page-careers .career-photos .img:nth-child(4) {
    padding-left: 20px !important;
  }
}
.page-template-page-careers .career-photos .img:nth-child(2) p.caption, .page-template-page-careers .career-photos .img:nth-child(4) p.caption {
  bottom: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .page-template-page-careers .career-photos .img:nth-child(2) p.caption, .page-template-page-careers .career-photos .img:nth-child(4) p.caption {
    bottom: 10px;
    right: 10px;
  }
}
.page-template-page-careers .career-photos img {
  max-height: 500px;
  max-width: 500px;
  height: auto;
  width: auto;
  -webkit-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1), 0 10px 18px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1), 0 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1), 0 10px 18px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -ms-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}
@media (max-width: 1199px) {
  .page-template-page-careers .career-photos img {
    max-height: 430px;
    max-width: 430px;
  }
}
@media (max-width: 991px) {
  .page-template-page-careers .career-photos img {
    max-height: 350px;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .career-photos img {
    max-width: 100% !important;
    height: auto;
  }
}
.page-template-page-careers .career-photos p.caption {
  background-color: #fff;
  padding: 15px;
  width: 300px;
  max-width: 70%;
  position: absolute;
  margin-bottom: 0;
  font-size: 14px;
  -webkit-clip-path: polygon(0% 12px, 12px 0%, 100% 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
  clip-path: polygon(0% 12px, 12px 0%, 100% 0%, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
}
@media (max-width: 991px) {
  .page-template-page-careers .career-photos p.caption {
    font-size: 13px;
    padding: 12px;
    -webkit-clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 100%);
    /* top left */
    /* top left */
    /* top right */
    /* top right */
    /* bottom right */
    /* bottom right */
    /* bottom left */
    /* bottom left */
    clip-path: polygon(0% 10px, 10px 0%, 100% 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 100%);
    /* top left */
    /* top left */
    /* top right */
    /* top right */
    /* bottom right */
    /* bottom right */
    /* bottom left */
    /* bottom left */
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .career-photos p.caption {
    max-width: 85%;
    text-align: left;
    background-color: rgba(255, 255, 255, .85);
    font-size: 12px;
  }
}
.page-template-page-careers .career-photos p.caption strong {
  display: block;
}
.page-template-page-careers .benefits {
  color: #fff;
  background-color: #1470c3;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .page-template-page-careers .benefits {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .benefits {
    padding: 50px 0;
  }
}
.page-template-page-careers .benefits .wrapper {
  background-color: rgba(255, 255, 255, .25);
  padding: 1px;
  margin: auto;
  border-radius: 4px;
  -webkit-clip-path: polygon(0% 18px, 18px 0%, 100% 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
  clip-path: polygon(0% 18px, 18px 0%, 100% 0%, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
}
@media (min-width: 992px) {
  .page-template-page-careers .benefits .wrapper {
    width: 80%;
  }
}
.page-template-page-careers .benefits .clipped {
  background-color: #1470c3;
  border-radius: 4px;
  -webkit-clip-path: polygon(0% 17px, 17px 0%, 100% 0%, 100% 17px, 100% calc(100% - 17px), calc(100% - 17px) 100%, 17px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
  clip-path: polygon(0% 17px, 17px 0%, 100% 0%, 100% 17px, 100% calc(100% - 17px), calc(100% - 17px) 100%, 17px 100%, 0 100%);
  /* top left */
  /* top left */
  /* top right */
  /* top right */
  /* bottom right */
  /* bottom right */
  /* bottom left */
  /* bottom left */
}
@media (min-width: 992px) {
  .page-template-page-careers .benefits .clipped {
    padding: 60px 65px 45px;
  }
}
@media (max-width: 991px) {
  .page-template-page-careers .benefits .clipped {
    padding: 50px 50px 40px;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .benefits .clipped {
    padding: 25px 25px 15px;
  }
}
.page-template-page-careers .benefits h3 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 75px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .page-template-page-careers .benefits h3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .benefits h3 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}
.page-template-page-careers .benefits ul {
  list-style: none;
  padding: 0;
}
.page-template-page-careers .benefits ul li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
}
@media (min-width: 992px) {
  .page-template-page-careers .benefits ul li {
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding-right: 7%;
  }
  .page-template-page-careers .benefits ul li:nth-child(odd) {
    margin-left: 3%;
  }
  .page-template-page-careers .benefits ul li:nth-child(even) {
    margin-right: -3%;
  }
}
@media (max-width: 767px) {
  .page-template-page-careers .benefits ul li {
    padding-left: 25px;
    margin-bottom: 10px;
  }
}
.page-template-page-careers .benefits ul li img {
  width: 25px;
  height: auto;
  position: absolute;
  top: 3px;
  left: 0;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 767px) {
  .page-template-page-careers .benefits ul li img {
    width: 15px;
    top: 2px;
  }
}
/* Footer */
footer {
  height: 232px;
  padding: 100px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  footer {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  footer {
    height: 260px;
    padding: 45px 0 0;
  }
}
footer .container > * {
  width: 33.3%;
}
@media (max-width: 767px) {
  footer .container > * {
    width: 100%;
  }
}
footer img.logo {
  width: 144px;
  height: auto;
}
@media (max-width: 767px) {
  footer img.logo {
    width: 120px;
  }
}
footer ul#menu-footer-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: left;
  text-align: left;
}
@media (max-width: 991px) {
  footer ul#menu-footer-menu {
    margin-top: -25px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  footer ul#menu-footer-menu {
    margin: 20px 0 25px;
    line-height: 1.8;
    float: none;
    text-align: center;
  }
}
footer ul#menu-footer-menu li {
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  footer ul#menu-footer-menu li {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  footer ul#menu-footer-menu li {
    padding: 0;
    display: block;
  }
}
footer ul#menu-footer-menu li:first-child {
  padding-left: 0;
}
footer ul#menu-footer-menu a {
  color: #555;
  font-size: 14px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
footer ul#menu-footer-menu a:hover, footer ul#menu-footer-menu a:active {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  footer ul#menu-footer-menu a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  footer ul#menu-footer-menu a {
    font-size: 14px;
  }
}
footer ul.social {
  list-type: none;
  margin: 0;
  padding-left: 0;
  float: right;
  text-align: right;
}
@media (max-width: 767px) {
  footer ul.social {
    float: none;
    text-align: center;
  }
}
footer ul.social li {
  display: inline-block;
  padding: 0 6px;
}
footer ul.social li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  footer ul.social li:last-child {
    padding-right: 6px;
  }
}
footer ul.social i {
  font-size: 26px;
}
@media (max-width: 767px) {
  footer ul.social i {
    font-size: 22px;
  }
}
