/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
html,
body {
  height: 100%;
}
html {
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer;
}
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
textarea {
  overflow: auto;
  resize: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #0f2530;
  font-family: 'roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.63;
  color: #4d4d4d;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^="tel"] {
  text-decoration: none;
}
h1 {
  font-size: 46px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 0.8149999999999999em;
}
p,
ul,
ol,
dl,
table,
blockquote {
  margin-bottom: 1.63em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}
/*  Notext  */
.notext {
  font-size: 0;
  color: transparent;
}
/* Visible on Mobile only*/
.visible-mobile {
  display: none;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Alignleft  */
.alignleft {
  float: left;
}
/*  Alignright  */
.alignright {
  float: right;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/* ------------------------------------------------------------ *\
	Base WordPress CSS
\* ------------------------------------------------------------ */
p img {
  padding: 0;
  max-width: 100%;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  margin: 2px 0 2px 7px;
  display: inline;
}
img.alignleft {
  margin: 2px 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
  display: inline;
}
.alignleft {
  float: left;
  display: inline;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
/* Calendar widget */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
}
#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}
#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}
#wp-calendar a {
  display: block;
}
#wp-calendar caption {
  text-align: center;
  width: 100%;
}
#wp-calendar td {
  padding: 3px 0;
  text-align: center;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  padding-top: 4px;
  margin: 10px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
.fileupload {
  display: block;
  padding: 10px 20px 11px 44px;
  width: 100%;
  border: 1px solid #ccc;
  border-top-color: #abadb3;
  border-radius: 3px;
}
textarea {
  height: 90px;
}
input::-webkit-input-placeholder {
  color: #666;
}
input::-moz-placeholder {
  color: #666;
}
input:-ms-input-placeholder {
  color: #666;
}
input::placeholder {
  color: #666;
}
textarea::-webkit-input-placeholder {
  color: #666;
}
textarea::-moz-placeholder {
  color: #666;
}
textarea:-ms-input-placeholder {
  color: #666;
}
textarea::placeholder {
  color: #666;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap:after {
  position: absolute;
  top: 10px;
  left: 13px;
  z-index: 30;
  display: block;
  width: 16px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: contain;
}
.wpcf7-form-control-wrap.name:after {
  content: '';
  background-image: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/ico-field-name.png);
}
.wpcf7-form-control-wrap.email:after {
  content: '';
  background-image: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/ico-field-email.png);
}
.wpcf7-form-control-wrap.phone:after {
  content: '';
  background-image: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/ico-field-phone.png);
}
.wpcf7-form-control-wrap.question:after {
  content: '';
  background-image: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/ico-field-question.png);
}
.wpcf7-form-control-wrap.captcha:after {
  content: '';
  background-image: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/ico-field-captcha.png);
}
.wpcf7-form-control-wrap.number:after {
  content: '';
  background-image: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/ico-field-number.png);
}
.wpcf7-form-control-wrap.file:after {
  content: '';
  background-image: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/ico-field-file.png);
}
.wpcf7-form-control-wrap.organization:after {
  content: '';
  background-image: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/form-organization.png);
}
.wpcf7-form-control-wrap.units:after {
  content: '';
  background-image: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/form-units-no.png);
}
.wpcf7-form-control-wrap.employees:after {
  content: '';
  background-image: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/form-units-no.png);
}
div.form-wrap div.wpcf7-response-output {
  margin: 0.5em 0;
  padding: 0.2em 0.6em;
}
.fileupload {
  position: relative;
  overflow: hidden;
  font-weight: normal;
  min-height: 43px;
  line-height: 20px;
}
.fileupload input {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 100;
  font-size: 100px;
  cursor: pointer;
  opacity: 0;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #096e6e;
  font-size: 20px;
  color: #fff;
  background: #246eb9;
  border-radius: 3px;
}
.form-foot {
  padding-top: 18px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 1.57;
  color: #666;
}
.form-foot p {
  margin: 0;
}
.form-wrap {
  padding: 0 0 45px;
}
.form-wrap:before {
  content: '';
  clear: both;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
}
.form-box {
  max-width: 415px;
  padding: 27px 27px 22px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form-box .form-head {
  padding: 26px 40px 25px;
  margin: -27px -27px 32px;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  color: #fff;
  background: #0f2530;
}
.form-box .form-head h3 {
  margin: 0 0 8px;
  font-weight: bold;
  color: #fff;
}
.form-box .form-head p {
  margin: 0;
}
.form-box .form-row {
  padding-bottom: 13px;
}
.form-box.alignleft {
  margin-right: 133px;
}
.form-box.alignright {
  margin-left: 133px;
}
.form-box.aligncenter {
  margin-top: 33px;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 17px 8px;
  font-size: 18px;
  line-height: 1.1;
  text-decoration: none;
  color: #fff;
  background: #246eb9;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn:hover {
  background: #1c558e;
}
.section-head .btn.btn-medium,
.btn.btn--hero {
  padding-top: 21px;
  padding-bottom: 21px;
  text-transform: uppercase;
  width: 288px;
  text-align: center;
}
.section-head .btn.btn-medium strong,
.btn.btn--hero strong {
  text-transform: inherit;
  text-align: center;
}
.section-head .btn.btn-medium .icon,
.btn.btn--hero .icon {
  display: none;
}
.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.btn-medium {
  padding: 13px 34px;
  font-size: 20px;
  font-weight: normal;
}
.btn-large {
  padding: 20px 23px 22px;
  font-size: 20px;
  font-weight: normal;
}
.btn-shadow {
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.21);
}
.btn-white {
  color: #0f2530;
  background: #fff;
}
.btn-white:hover {
  background: #f7f7f7;
}
.btn-blue {
  background: #0088cc;
}
.btn-blue:hover {
  background: #006699;
}
.btn-green {
  color: #ffffff;
  background: #409b22;
}
.btn-green:hover {
  background: #3b8e1f;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1120px;
  margin: auto;
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: relative;
  padding: 17px 0;
  z-index: 300;
}
.header-socials {
  float: right;
  padding: 1px 10px 0;
  font-size: 0;
  line-height: 0;
}
.header-socials ul {
  list-style: none outside none;
}
.header-socials li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  float: left;
  width: 256px;
  height: 63px;
  margin: 9px 0 0;
  background: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/trusted-employees-logo.jpg) no-repeat 0 0;
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav-trigger {
  display: none;
}
.nav {
  float: right;
  clear: right;
  padding: 18px 0 0;
  font-size: 18px;
  font-weight: normal;
}
.nav a {
  text-decoration: none;
}
.nav ul {
  list-style: none outside none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav .menu {
  float: left;
}
.nav .menu li.disable-click > a {
  cursor: default;
}
.nav .menu > li {
  position: relative;
  float: left;
  margin-left: 34px;
}
.nav .menu > li:hover {
  z-index: 40;
}
.nav .menu > li:hover > a {
  color: #087aae;
}
.nav .menu > li:hover > ul {
  visibility: visible;
  transition-delay: 0s !important;
}
.nav .menu > li:last-child > ul {
  left: auto;
  right: 0;
}
.nav .menu > li > a {
  color: #282d33;
}
.nav .menu > li > a:hover {
  color: #087aae;
}
.nav .menu > li.menu-item-has-children > a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: inherit;
  margin: 2px 0 -2px 7px;
  vertical-align: middle;
  font-size: 0;
}
.nav .menu > li > ul {
  left: -10px;
  display: block;
  visibility: hidden;
  transition-delay: .2s !important;
  position: absolute;
  top: 32px;
  min-width: 180px;
  border: 1px solid #087aae;
  border-top-width: 7px;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.21);
  font-size: 0;
  font-weight: 300;
  color: #646464;
  white-space: nowrap;
}
.nav .menu > li > ul a:hover {
  color: #0088cc;
}
.nav .menu > li > ul li {
  padding: 8px 0 7px;
}
.nav .menu > li > ul > li {
  padding: 19px 28px;
  font-size: 18px;
  line-height: 1.1;
}
.nav .menu > li > ul > li.col {
  display: inline-block;
  vertical-align: top;
}
.nav .menu > li > ul > li.col + .col {
  margin-left: 13px;
}
.nav .menu > li > ul > li.col > a {
  display: none;
}
.nav .menu > li > ul > li.col > ul > li {
  margin-bottom: 11px;
}
.nav .menu > li > ul > li.col > ul > li > a {
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #314550;
}
.nav .menu > li > ul > li.col > ul > li > a.btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.nav .menu > li > ul > li.col > ul ul {
  margin-left: 10px;
}
.nav .menu > li > ul > li .btn {
  margin: 23px -10px;
}
.nav .menu > li > ul > li .btn:hover {
  color: #fff;
}
.nav .menu > li.menu-item-left > ul.sub-menu {
  left: -200px;
}
@media (max-width: 767px) {
  .nav .menu > li.menu-item-left > ul.sub-menu {
    top: auto;
    left: 0;
    display: none;
    width: 100%;
    border: 0;
  }
}
@media (min-width: 768px) {
  .nav .menu > li.green-menu {
    padding: 0px 5px;
    background-color: #E4F1E0;
    border-radius: 10px;
  }
}
.nav-utilities {
  float: right;
  font-size: 0;
  line-height: 1;
}
.nav-utilities ul {
  list-style: none outside none;
}
.nav-utilities li {
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
}
.nav-utilities a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #246eb9;
  font-size: 18px;
  letter-spacing: -0.2px;
  text-decoration: none;
  color: #fff;
  background: #246eb9;
  border-radius: 5px;
}
.nav-utilities a:hover {
  background: transparent;
  color: #246eb9;
}
.nav-utilities .button a {
  background: transparent;
  color: #246eb9;
}
.nav-utilities .button a:hover {
  background: #246eb9;
  color: #fff;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 75px 0 48px;
  color: #fff;
  background: #ffffff;
}
.footer a {
  color: #616b75;
  text-decoration: none;
}
.footer-widgets {
  list-style: none outside none;
  font-size: 0;
}
.footer-widgets .widget-title {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #5b6870;
}
.footer-widgets .widget {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  padding: 0 1% 29px 0;
  font-size: 14px;
}
.footer-widgets .widget#nav_menu-2,
.footer-widgets .widget#nav_menu-6 {
  width: 14%;
}
.footer-widgets .widget#nav_menu-5 {
  width: 21%;
}
.footer-widgets .widget#nav_menu-3 {
  width: 13%;
  padding: 0 0 29px 1%;
}
.footer-widgets .widget_double {
  width: 40%;
}
.footer-widgets .widget_nav_menu.widget_double ul {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.footer-widgets .widget_nav_menu ul {
  list-style: none outside none;
}
.footer-widgets .widget_nav_menu li {
  padding-bottom: 4px;
}
.footer-bottom {
  padding: 40px 0 0;
  border-top: 1px solid #e4e7e8;
  font-size: 14px;
  text-align: center;
  color: #5b6870;
}
.footer-bottom .address {
  font-weight: bold;
}
.footer-socials {
  padding-bottom: 17px;
}
.footer-socials ul {
  list-style: none outside none;
  font-size: 0;
  text-align: center;
}
.footer-socials li {
  display: inline-block;
  padding: 0 3px;
  vertical-align: top;
}
.footer-socials a {
  display: block;
  width: 30px;
  height: 30px;
  background: #246eb9;
  border-radius: 50%;
}
.footer-socials a:hover {
  background: #1a548e;
}
.footer-socials img {
  display: block;
  margin: 0 auto;
}
/* ------------------------------------------------------------ *\
	#Elements
\* ------------------------------------------------------------ */
.list-banners ul {
  list-style: none outside none;
  font-size: 0;
  text-align: center;
}
.list-banners ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 35px 38px;
}
.list-banners ul:last-child {
  margin-bottom: -51px;
}
h2.page-title {
  margin-bottom: 20px;
}
/* ------------------------------------------------------------ *\
	#Default Section
\* ------------------------------------------------------------ */
.section-default {
  position: relative;
}
.section-default .post-edit-link {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #246eb9;
  font-size: 18px;
  line-height: 1.1;
  text-decoration: none;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section-default .post-edit-link-second {
  top: 30px;
}
.section-default .post-edit-link:hover {
  background: #1c558e;
}
/* ------------------------------------------------------------ *\
	#Sections
\* ------------------------------------------------------------ */
.section-head {
  padding: 84px 0 100px;
  font-size: 0;
  color: #314550;
  background: #ffffff url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/mainbackground-employment-screening.jpg) no-repeat center center;
  background-size: auto 100% !important;
}
.section-head.coverage {
  background-size: cover !important;
}
@media (max-width: 520px) {
  .section-head {
    background-size: cover !important;
  }
}
.section-head:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 80%;
  background: linear-gradient(to right, #ffffff 65%, transparent);
}
@media (max-width: 320px) {
  .section-head:after {
    width: 100%;
  }
}
.section-head h1,
.section-head h2 {
  margin-bottom: 26px;
}
.section-head p {
  line-height: 1.3;
  margin-bottom: 1.3em;
}
.section-head .entry {
  display: inline-block;
  width: 590px;
  vertical-align: middle;
  font-size: 20px;
  position: relative;
  z-index: 10;
}
.section-head .btn {
  margin-top: 10px;
}
.section-head .image {
  display: inline;
  vertical-align: middle;
  width: 407px;
  margin-left: calc(100% - 997px);
}
.section-foot {
  padding: 70px 0 92px;
  text-align: center;
  color: #fff;
  background: #ffffff;
}
.section-foot h3 {
  margin-bottom: 12px;
  font-weight: bold;
}
.section-foot a {
  text-decoration: underline;
}
.section-foot .btn {
  text-decoration: none;
  margin: 8px 0 14px;
}
.section-foot .btn-medium {
  padding-top: 21px;
  padding-bottom: 21px;
  text-transform: uppercase;
}
.section-foot h3 + .btn {
  margin-top: 21px;
}
.section-list {
  padding: 38px 0 30px;
}
.section-list .section-title {
  padding: 53px 0 0;
  margin-bottom: -26px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.section-list .container {
  padding: 54px 0 60px;
  border-top: 1px solid #e5e5e5;
  font-size: 0;
}
.section-list .container h3 {
  padding-bottom: 2px;
  color: #314550;
}
.section-list .container .image {
  display: inline-block;
  vertical-align: middle;
  width: 330px;
  margin: 0 69px;
}
.section-list .container .entry {
  display: inline-block;
  vertical-align: middle;
  width: 604px;
  font-size: 18px;
}
.section-list .container .entry h2 {
  margin-bottom: 0.75em;
  font-weight: bold;
  color: #314550;
}
.section-list .container .btn {
  margin-top: 7px;
}
.section-list .container.first {
  border-top: 0;
}
.section-list .container.image-left .image {
  margin-right: calc(100% - 1003px);
}
.section-list .container.image-right .image {
  margin-left: calc(100% - 1003px);
}
.section-list .container.image-center {
  text-align: center;
}
.section-list .container.image-center .image {
  display: block;
  margin: -57px auto 6px;
  max-width: 250px;
}
.section-list .container.image-center .entry {
  width: 810px;
  max-width: 810px;
  margin: 0 auto 1px;
}
.section-list .container.image-center .image ~ .entry {
  width: auto;
  width: 100%;
  max-width: 1150px;
  margin: 0 0 21px;
}
.section-list .container.image-center.image-center-single-post {
  text-align: left;
}
.section-list .container.image-center.image-center-single-post .image {
  margin-top: -27px;
}
.section-list .container.image-center.image-center-single-post .image ~ .entry {
  width: 100%;
  max-width: initial;
  margin: 0 0 21px;
}
.section-list .container.image-center-bottom {
  padding-bottom: 0;
  text-align: center;
}
.section-list .container.image-center-bottom .entry {
  width: 780px;
  max-width: 780px;
  padding: 0 0 35px;
  margin: 0 auto;
}
.section-list .container.image-center-bottom .image {
  display: block;
  width: auto;
  margin: 0 auto;
}
.section-list .container.image-no-image .entry {
  display: block;
  width: auto;
}
.section-list .container .article-meta {
  margin-bottom: 1.63em;
}
.section-list .container .article-meta p {
  margin-bottom: 0;
}
.section-list .container h3.article-title {
  margin-bottom: 0.815em;
}
.section-list .container h3.article-title a {
  text-decoration: none;
}
.section-list .container .search-form {
  width: 100%;
}
.section-list .container .search-form label .screen-reader-text {
  display: block;
}
.section-list .container .search-form input {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.section-list .container .search-form input.search-submit {
  padding: 8px 10px;
}
.section-list .paging {
  overflow: hidden;
  color: #4d4d4d;
  font-size: 18px;
}
.section-list .paging .paging-prev {
  float: left;
}
.section-list .paging .paging-next {
  float: right;
}
.section-list .container-head .entry {
  max-width: 810px;
  margin: 0 auto;
}
.section-list .content {
  padding: 54px 0 5px;
}
.section-list .content h3 {
  color: #314550;
}
.section-list .list {
  list-style: none outside none;
  padding: 12px 73px 30px;
  font-size: 0;
  text-align: center;
}
.section-list .list li {
  display: inline-block;
  width: 100%;
  max-width: 374px;
  padding: 0 0 20px;
  vertical-align: top;
  font-size: 18px;
  text-align: left;
}
.section-list .list img {
  margin: -2px 6px 2px 0;
}
.section-list .list-grid ul {
  list-style: none outside none;
  padding: 0 31px 14px;
  font-size: 0;
}
.section-list .list-grid ul li {
  display: inline-block;
  min-width: 270px;
  vertical-align: top;
  padding-bottom: 20px;
  font-size: 18px;
}
.section-list .list-grid ul img {
  margin: -2px 6px 2px 0;
}
.section-dark {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #f4f4f5;
}
.section-dark .container {
  border-color: #dddfe1;
}
.section-tools {
  position: relative;
  padding: 162px 0 166px;
  color: #202020;
  background: #171f1e;
}
.section-tools .container {
  position: relative;
  max-width: 1242px;
  padding: 71px 0 68px;
  margin: 0 auto;
  background: #246eb9;
}
.section-tools .cols {
  margin: 0 -30px;
}
.section-tools .col {
  float: left;
  width: 33.33%;
  padding: 0 30px;
}
.section-tools .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center;
  background-size: cover;
  opacity: 1;
}
.section-tools h2 {
  margin-bottom: 25px;
  line-height: 1.1;
  color: #ffffff;
}
.section-tools h3 {
  padding-top: 6px;
  color: #ffffff;
}
.section-tools p {
  color: #ffffff;
}
.section-tools ul {
  list-style: none outside none;
}
.section-tools li {
  position: relative;
  padding-left: 58px;
  padding-bottom: 43px;
}
.section-tools li .icon {
  position: absolute;
  top: 6px;
  left: 6px;
}
.section-tools li:last-child {
  padding-bottom: 0;
}
.section-solutions {
  padding: 90px 0 41px;
  text-align: center;
  color: #314550;
}
.section-solutions .section-title {
  padding-bottom: 23px;
  font-size: 40px;
  font-weight: bold;
}
.section-helping {
  padding: 72px 0 82px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  color: #314550;
  background: #ebf3fb;
}
.section-helping h2 {
  position: relative;
  z-index: 20;
  margin: 0 0 30px;
}
.section-helping .shell {
  position: relative;
}
.section-helping .entry {
  position: relative;
  z-index: 20;
  max-width: 580px;
}
.section-helping .alignnone {
  margin: 0 13px 0 60px;
}
.section-helping .alignnone:first-child {
  margin-left: 0;
}
.section-helping .image {
  position: absolute;
  bottom: -82px;
  right: -156px;
}
.section-hero {
  position: relative;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
  color: #314550;
  background-size: cover !important;
}
@media (max-width: 520px) {
  .section-hero {
    background-size: cover !important;
  }
}
.section-hero:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background: linear-gradient(to right, #ffffff 65%, transparent);
}
@media (max-width: 800px) {
  .section-hero:after {
    width: 80%;
  }
}
@media (max-width: 320px) {
  .section-hero:after {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section-hero {
    background-position: 65% top;
  }
}
.section-hero .top {
  padding: 96px 0 142px;
  position: relative;
  z-index: 10;
}
.section-hero h1,
.section-hero h2 {
  margin: 0 0 2px;
}
.section-hero p {
  margin-bottom: 21px;
}
.section-hero .actions {
  display: inline-block;
  border: 1px solid rgba(49, 69, 80, 0.25);
  padding: 10px;
  font-size: 0;
  border-radius: 5px;
}
.section-hero .actions.no-border {
  border: 0px;
}
.section-hero .actions .class_or {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 18px;
}
.section-hero .actions .btn {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.section-hero .actions .btn.lg-btn {
  width: 375px;
}
.section-hero .actions .btn.btn-white {
  background-color: #409b22;
  color: #ffffff;
}
.section-hero .actions .btn .icon {
  float: left;
  margin: 2px 17px 0 0;
}
.section-hero .actions .btn strong {
  display: block;
  padding: 0 0 1px;
  font-weight: normal;
  font-size: 20px;
}
.section-hero .actions .btn strong.text-center {
  text-align: center;
}
.section-hero .actions .btn strong.big-text {
  font-weight: 700;
  font-size: 26px;
}
.section-hero .actions .btn em {
  display: block;
  font-style: normal;
}
.section-hero .bottom {
  padding: 35px 0 28px;
  background: #0e3c52;
  box-shadow: 0 -11px 27px rgba(1, 1, 1, 0.14);
  position: relative;
  z-index: 10;
}
.section-hero .bottom h4 {
  margin: 0 0 10px;
  color: #ffffff;
}
.section-hero .bottom ul {
  list-style: none outside none;
  margin: 0 -40px;
  font-size: 0;
}
.section-hero .bottom ul li {
  display: inline-block;
  padding: 0 40px;
  vertical-align: top;
}
.section-hero__inner {
  text-align: left;
  width: 420px;
  max-width: 100%;
  color: #474747;
  font-family: 'Roboto', sans-serif;
}
.section-hero__inner .actions {
  padding: 0;
  border: none;
}
.section-hero__inner h1 {
  font-family: inherit;
}
.section-hero__inner p {
  color: #ABABAB;
  font-size: 18px;
  margin-bottom: 31px;
}
.section-hero__inner .link-customer a {
  color: #409b22;
  font-size: 16px;
}
.section-reports {
  padding: 85px 0 52px;
}
.section-reports .section-title {
  padding-bottom: 51px;
  font-size: 40px;
  text-align: center;
  color: #314550;
}
.section-reports .list {
  list-style: none outside none;
  max-width: 898px;
  margin: 0 auto;
  text-align: center;
}
.section-reports .list li {
  display: inline-block;
  vertical-align: top;
  width: 325px;
  margin: 0 59px 50px;
  padding-left: 50px;
  text-align: left;
}
.section-reports .list h3 {
  margin: 0 0 16px;
  color: #0088cc;
}
.section-reports .list .icon {
  margin: -5px 5px -19px -52px;
}
.section-reports .list .full-width {
  width: auto;
  padding-left: 0;
  text-align: center;
}
.section-headline {
  position: relative;
  padding: 56px 0 15px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  background: #0d4c69;
}
.section-headline .icon {
  display: block;
  margin: 0 auto 13px;
}
.section-headline h2 {
  line-height: 1.24;
  font-weight: bold;
}
.section-headline .bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 58px;
  fill: #0d4c69;
}
.section-text {
  padding: 91px 0 92px;
}
.section-content {
  padding: 58px 0 80px;
}
@media (max-width: 1140px) {
  img {
    width: auto;
  }
  body {
    font-size: 14px;
  }
  .shell {
    margin: 0 20px;
  }
  /* ------------------------------------------------------------ *\
      #Header
  \* ------------------------------------------------------------ */
  .logo {
    width: 160px;
    height: 43px;
    margin: 12px 0 0 -2px;
    background-size: contain;
  }
  .nav-utilities {
    margin: 2px 2px 0 0;
  }
  .nav-utilities a {
    padding: 5px 10px;
    font-size: 14px;
  }
  .header-socials {
    padding: 3px 0 0 0;
  }
  .nav {
    padding-top: 8px;
    font-size: 18px;
  }
  .nav .menu > li {
    margin-left: 17px;
  }
  .nav .menu > li.menu-item-has-children > a:after {
    margin-left: 2px;
  }
  .nav .menu > li > ul {
    top: 29px;
    left: 0;
  }
  .nav .menu > li > ul > li.col > ul > li > a {
    font-size: 18px;
  }
  /* ------------------------------------------------------------ *\
      #Footer
  \* ------------------------------------------------------------ */
  .footer {
    padding: 38px 0 36px;
  }
  .footer-widgets {
    padding-bottom: 10px;
  }
  .footer-widgets .widget-title {
    padding-bottom: 18px;
  }
  .footer-widgets .widget {
    width: 50% !important;
    padding-bottom: 23px;
  }
  .footer-widgets .widget_nav_menu ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
  .footer-widgets .widget_double ul,
  .footer-widgets .widget_double:first-child + .widget ul {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
  }
  .footer-bottom {
    padding: 20px 0 0;
  }
  /* ------------------------------------------------------------ *\
      #Elements
  \* ------------------------------------------------------------ */
  .list-banners ul {
    padding-bottom: 11px;
  }
  .list-banners ul li {
    padding: 0 12px 32px;
  }
  .list-banners ul li img {
    max-height: 56px;
  }
  .form-box.alignleft,
  .form-box.alignright {
    float: none;
    display: block;
    margin: 0 auto;
  }
  /* ------------------------------------------------------------ *\
      #Sections
  \* ------------------------------------------------------------ */
  .section-hero h1,
  .section-hero h2 {
    max-width: 600px;
    margin: 0 auto 1px;
  }
  .section-hero .top {
    padding: 72px 0 80px;
  }
  .section-hero .bottom {
    padding: 35px 0 28px;
  }
  .section-hero .bottom h4 {
    margin-bottom: 6px;
  }
  .section-hero .bottom img {
    max-height: 64px;
  }
  .section-hero .bottom ul {
    margin: 0 -20px;
  }
  .section-hero .bottom ul li {
    padding: 0 20px;
  }
  .section-foot {
    padding: 70px 0 66px;
  }
  .section-foot h3 {
    margin-bottom: 17px;
  }
  .section-foot h3 + .btn {
    margin-top: 8px;
  }
  .section-foot .btn-medium {
    margin-top: 13px;
  }
  .section-helping {
    padding: 74px 0 62px;
  }
  .section-helping .section-title {
    max-width: 460px;
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 1.06;
  }
  .section-helping .entry {
    max-width: 460px;
  }
  .section-helping .entry p {
    margin-bottom: 17px;
  }
  .section-helping .entry img {
    max-height: 54px;
  }
  .section-helping .entry .alignnone {
    margin: 0 7px 0 40px;
  }
  .section-helping .entry .alignnone:first-child {
    margin-left: 0;
  }
  .section-helping .image {
    right: -148px;
    bottom: -80px;
    max-height: 270px;
  }
  .section-solutions {
    padding: 71px 0 40px;
  }
  .section-solutions .section-title {
    font-size: 36px;
    padding: 0 0 26px;
  }
  .section-solutions p {
    position: relative;
    overflow: hidden;
  }
  .section-solutions img {
    margin-top: 13px;
    max-height: 254px;
  }
  .section-tools {
    padding: 100px 0;
  }
  .section-tools .container {
    padding: 0;
    background: transparent;
  }
  .section-tools .shell {
    padding: 52px 0 56px;
    background: #246eb9;
  }
  .section-tools .cols {
    margin: 0;
  }
  .section-tools .col {
    width: 50%;
    padding: 0 25px;
  }
  .section-tools .col:first-child {
    display: block;
    width: 100%;
    padding: 0 100px 46px;
    text-align: center;
  }
  .section-tools h2 {
    margin-bottom: 6px;
    line-height: 1.11;
  }
  .section-tools h3 {
    margin-bottom: 8px;
  }
  .section-tools li {
    padding-bottom: 48px;
  }
  .section-tools li .icon {
    top: 3px;
  }
  .section-testimonial {
    padding: 60px 0 57px;
  }
  .section-testimonial .entry {
    padding: 20px 34px 54px;
    font-size: 24px;
    line-height: 1.58;
  }
  .section-testimonial .name {
    margin-bottom: 8px;
    font-size: 22px;
  }
  .section-list .section-title {
    padding: 33px 0 18px;
    font-size: 36px;
  }
  .section-list .container {
    text-align: center;
  }
  .section-list .container h3 {
    padding-bottom: 6px;
  }
  .section-list .container .entry {
    width: 462px;
    font-size: 14px;
    text-align: left;
  }
  .section-list .container .image {
    margin: 0 -15px;
  }
  .section-list .container .btn {
    margin-top: 0;
  }
  .section-list .container.image-left .image,
  .section-list .container.image-right .image {
    max-width: 264px;
  }
  .section-list .container.image-left .image {
    margin-right: 16px;
  }
  .section-list .container.image-right .image {
    margin-left: 16px;
  }
  .section-list .list {
    padding: 0 0 3px;
  }
  .section-list .list li {
    font-size: 14px;
  }
  .section-list .description .image {
    margin: 0 auto;
  }
  .section-list .description .entry {
    text-align: center;
  }
  .section-list .list-grid ul {
    padding: 0 0 14px;
  }
  .section-list .list-grid ul li {
    min-width: 220px;
  }
  .section-text {
    padding: 62px 0 54px;
  }
  .section-head {
    padding: 73px 0 81px;
  }
  .section-head h1,
  .section-head h2 {
    margin-bottom: 18px;
  }
  .section-head .btn {
    margin-top: 0;
  }
  .section-head .entry {
    width: 460px;
  }
  .section-head .image {
    max-width: 326px;
    margin: 0 -40px 7px -19px;
  }
  .section-headline {
    padding: 61px 0 42px;
    margin-bottom: -5px;
  }
  .section-headline h2 {
    line-height: 1.36;
  }
  .section-headline .icon {
    max-height: 50px;
    margin-bottom: 10px;
  }
  .section-headline .bottom {
    height: 17px;
  }
  .section-reports .section-title {
    padding-bottom: 27px;
  }
  .section-reports .list {
    margin: 0 -52px;
  }
  .section-reports .list h3 {
    margin: 0 0 7px;
  }
  .section-reports .list li {
    width: 305px;
    margin: 0 52px 50px;
  }
  .section-reports .list .full-width {
    margin-bottom: 23px;
  }
  .section-reports .list .full-width h3 {
    margin-bottom: 17px;
  }
  .section-content p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .shell {
    margin: 0 15px;
  }
  /* ------------------------------------------------------------ *\
      #Header
  \* ------------------------------------------------------------ */
  .logo {
    width: 160px;
    height: 39px;
    margin: 2px -3px 5px;
  }
  .nav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    display: none;
    padding: 0;
    background: #087aae;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.24);
  }
  .nav.show {
    display: block;
  }
  .nav .btn {
    display: none;
  }
  .nav .menu {
    float: none;
  }
  .nav .menu > li {
    float: none;
    display: block;
    margin: 0;
    border-top: 1px solid #065d84;
  }
  .nav .menu > li:first-child {
    border-top: 0;
  }
  .nav .menu > li > a {
    position: relative;
    display: block;
    padding: 19px 14px;
    text-transform: uppercase;
    color: #fff;
  }
  .nav .menu > li:hover > a {
    color: #fff;
  }
  .nav .menu > li.menu-item-has-children > a:after {
    position: absolute;
    top: 50%;
    right: 18px;
    margin: 0;
  }
  .nav .menu > li > ul {
    top: auto;
    left: 0;
    display: none;
    width: 100%;
    border: 0;
  }
  .nav .menu > li > ul > li {
    padding: 0;
    border-top: 1px solid #c2c2c2;
  }
  .nav .menu > li > ul > li > a {
    display: block;
    padding: 10px 20px;
  }
  .nav .menu > li > ul > li:first-child {
    border-top: 0;
  }
  .nav .menu > li > ul > li.col {
    display: block;
    margin: 0;
    border: 0;
  }
  .nav .menu > li > ul > li.col > ul > li {
    margin: 0;
    border-bottom: 1px solid #c2c2c2;
  }
  .nav .menu > li > ul > li.col > ul > li > a {
    position: relative;
    padding: 16px;
    margin: 0;
    pointer-events: auto;
  }
  .nav .menu > li > ul > li.col > ul > li > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-bottom-color: transparent;
    vertical-align: middle;
    font-size: 0;
  }
  .nav .menu > li > ul > li.col > ul > li:hover > a:after,
  .nav .menu > li > ul > li.col > ul > li > a:hover:after {
    border-bottom-color: #087aae;
  }
  .nav .menu > li > ul > li.col > ul > li > ul {
    margin: 0 0 5px;
    display: none;
  }
  .nav .menu > li > ul > li.col > ul > li > ul li {
    padding: 0 0 15px;
  }
  .nav .menu > li > ul > li.col > ul > li > ul a {
    padding: 0 27px;
  }
  .nav .menu > li > ul > li.col > ul > li:hover > ul {
    display: block;
  }
  .nav .menu > li > ul > li.col + .col {
    margin: 0;
  }
  .nav .menu > li > ul > li ul {
    margin: 0;
  }
  .nav .menu > li > ul > li ul li {
    padding: 0;
  }
  .nav .menu > li > ul > li .btn {
    display: none !important;
  }
  .nav .clicked + ul {
    display: block !important;
  }
  .nav .menu > li > ul ul {
    display: block !important;
  }
  .nav-utilities {
    display: none;
  }
  .header-socials {
    display: none;
  }
  .nav-trigger {
    position: absolute;
    top: 15px;
    right: 4px;
    display: block;
    width: 50px;
    height: 50px;
  }
  .nav-trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 25px;
    height: 4px;
    background: #000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease;
  }
  .nav-trigger span:after,
  .nav-trigger span:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 7px 0;
    background: #000;
    transition: all 0.3s ease;
  }
  .nav-trigger span:after {
    top: 0;
  }
  .nav-trigger span:before {
    bottom: 0;
  }
  .nav-trigger.active span {
    background: transparent;
  }
  .nav-trigger.active span:after,
  .nav-trigger.active span:before {
    background: #087aae;
    margin: 0;
  }
  .nav-trigger.active span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-trigger.active span:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* ------------------------------------------------------------ *\
      #Footer
  \* ------------------------------------------------------------ */
  .footer {
    padding: 18px 0 35px;
  }
  .footer-widgets {
    padding-bottom: 8px;
  }
  .footer-widgets .widget {
    width: 100% !important;
    padding: 0 0 26px;
  }
  .footer-widgets .widget ul {
    margin-bottom: 0;
  }
  .footer-widgets .widget_double:first-child + .widget ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
  .footer-widgets .widget-title {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .footer-socials ul {
    margin: 3px 0 1px;
  }
  .footer-bottom .address {
    font-size: 16px;
    line-height: 1.43;
  }
  /* ------------------------------------------------------------ *\
      #Sections
  \* ------------------------------------------------------------ */
  .section-hero {
    font-size: 18px;
    line-height: 1.33;
  }
  .section-hero p {
    margin-bottom: 18px;
  }
  .section-hero .top {
    padding: 34px 0 40px;
  }
  .section-hero .top h1,
  .section-hero .top h2 {
    margin-bottom: 10px;
    line-height: 1.23;
  }
  .section-hero .actions {
    width: 100%;
    max-width: 290px;
  }
  .section-hero .actions .class_or {
    display: block;
    padding: 4px 0 7px;
    font-size: 16px;
  }
  .section-hero .actions .btn {
    display: block;
    width: auto;
  }
  .section-hero .bottom {
    padding: 16px 0 10px;
  }
  .section-hero .bottom img {
    width: auto;
    height: 36px;
  }
  .section-hero .bottom ul {
    margin: 0 -15px;
  }
  .section-hero .bottom ul li {
    padding: 1px 10px 6px;
  }
  .section-foot {
    padding: 33px 0 39px;
  }
  .section-foot h3 {
    margin: 0 -10px 17px;
  }
  .section-foot .btn-medium {
    margin: 2px 0;
  }
  .section-foot .btn-large {
    padding: 19px 8px;
  }
  .section-foot .section-foot h3 + .btn {
    margin-top: 0;
  }
  .section-helping {
    padding: 30px 0 0;
    text-align: center;
  }
  .section-helping .section-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.14;
  }
  .section-helping .entry {
    text-align: center;
  }
  .section-helping .entry img {
    max-height: 45px;
  }
  .section-helping .entry .alignnone:first-child,
  .section-helping .entry .alignnone {
    margin: 9px 5px 9px 30px;
  }
  .section-helping .image {
    position: relative;
    bottom: -1px;
    right: 0;
    display: block;
  }
  .section-solutions {
    padding: 21px 0;
  }
  .section-solutions .section-title {
    padding: 0 0 17px;
    font-size: 28px;
  }
  .section-solutions img {
    margin: 0;
  }
  .section-tools {
    padding: 40px 0;
    margin-bottom: 155px;
  }
  .section-tools h2 {
    line-height: 1.14;
  }
  .section-tools h3 {
    margin-bottom: 17px;
    display: inline-block;
  }
  .section-tools li {
    padding: 0 0 20px;
  }
  .section-tools li .icon {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin: 5px 4px -5px;
  }
  .section-tools .container {
    margin-bottom: -175px;
  }
  .section-tools .shell {
    padding: 37px 0 40px;
    box-shadow: 5px 5px 0 rgba(0, 136, 204, 0.1);
  }
  .section-tools .col:first-child {
    padding: 0 20px 24px;
  }
  .section-tools .col {
    float: none;
    width: auto;
    padding: 0 20px;
    text-align: center;
  }
  .section-testimonial {
    padding: 39px 0 38px;
  }
  .section-testimonial .entry {
    padding: 14px 25px 50px;
    font-size: 18px;
    line-height: 1.33;
  }
  .section-testimonial .image {
    width: 65px;
    margin: -54px auto 15px;
  }
  .section-testimonial .name {
    margin: 0 0 9px;
    font-size: 18px;
  }
  .section-testimonial .company {
    font-size: 16px;
  }
  .section-list {
    padding: 16px 0;
  }
  .section-list .container {
    padding: 21px 0 40px;
  }
  .section-list .container h3 {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .section-list .container .image {
    display: block;
    max-width: 158px;
    margin: 0 auto;
  }
  .section-list .container .entry {
    display: block;
    width: auto;
  }
  .section-list .container.image-left .image,
  .section-list .container.image-right .image {
    max-width: 158px;
    max-height: 125px;
    margin: 0 auto -2px;
  }
  .section-list .container.image-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .section-list .container.image-right .image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .section-list .container.image-right .entry {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .section-list .container.image-center .image {
    margin-top: -20px;
  }
  .section-list .description .image {
    width: calc(104%);
    max-width: none;
    margin: 0 -4px -40px;
  }
  .section-list .content {
    padding: 19px 0 0;
  }
  .section-list .content h3 {
    line-height: 1.23;
    text-align: left;
  }
  .section-list .list {
    padding: 0;
    text-align: center;
  }
  .section-list .list li {
    width: 195px;
    padding: 0 0 18px;
  }
  .section-list .list img {
    max-width: 39px;
  }
  .section-list .list-grid ul {
    text-align: center;
  }
  .section-list .list-grid ul li {
    text-align: left;
  }
  .section-head {
    padding: 34px 0 24px;
  }
  .section-head h1 {
    margin: 0 0 11px;
  }
  .section-head .entry {
    display: block;
    width: auto;
    font-size: 26px;
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
  }
  .section-head .entry p {
    line-height: 1.34;
  }
  .section-head .image {
    display: block;
    max-width: 122px;
    margin: 4px auto 0;
  }
  .section-reports {
    padding: 34px 0 5px;
  }
  .section-reports .section-title {
    padding: 0 0 95px;
    font-size: 26px;
  }
  .section-reports .list {
    margin: 0;
  }
  .section-reports .list h3 {
    margin-bottom: 18px;
  }
  .section-reports .list .full-width,
  .section-reports .list li {
    display: block;
    width: auto;
    padding: 0 22px 29px;
    margin: 0;
    text-align: center;
  }
  .section-reports .list .full-width {
    padding-left: 0;
    padding-right: 0;
  }
  .section-text {
    padding: 34px 0 35px;
  }
  .section-headline {
    padding: 40px 0 23px;
    margin-bottom: 20px;
  }
  .section-headline .icon {
    margin: 0 auto 15px;
  }
  .section-headline h2 {
    line-height: 1.23;
  }
  /* ------------------------------------------------------------ *\
      #Elements
  \* ------------------------------------------------------------ */
  .list-banners ul {
    margin: 0 -20px;
  }
  .list-banners ul li {
    padding: 0 0 20px;
  }
  .list-banners ul li img {
    max-height: 44px;
  }
  .list-banners ul:last-child {
    margin-bottom: -41px;
  }
  .section-testimonials ul li {
    width: 260px;
    padding: 0 0 40px;
  }
  .section-testimonials ul li:last-child {
    padding-bottom: 0;
  }
  .section-testimonials .entry {
    font-size: 16px;
  }
  .section-testimonials .name {
    font-size: 18px;
  }
  .section-testimonials .company {
    font-size: 13px;
  }
  .section-testimonials .url {
    font-size: 12px;
  }
  .visible-mobile {
    display: initial;
  }
}
@media (max-width: 479px) {
  .visible-mobile {
    display: initial;
  }
}
/* Custom LESS */
.bulleted-list-new > li {
  background: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/green-tick.png) no-repeat 0 4px;
}
.section-list .list .bulleted-list-new > li {
  width: 100%;
}
.bulleted-list-new {
  -moz-columns: 3;
  -webkit-column-count: 3;
  column-count: 3;
  list-style-type: none;
  padding-left: 16px;
  margin-left: 8%;
}
@media (max-width: 767px) {
  .bulleted-list-new {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    list-style-type: none;
    padding-left: 16px;
  }
}
.list .bulleted-list-new li {
  padding-left: 30px;
}
nav.nav .menu > li.no-main-categs > ul {
  padding: 19px 28px;
}
nav.nav .menu > li.no-main-categs > ul li {
  padding: 8px 0 7px;
}
nav.nav .menu > li > ul > li.col > ul ul.sub-menu {
  margin-left: 0;
}
nav.nav .menu > li > ul > li .btn {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  width: 100%;
}
nav.nav .menu > li > ul > li.subcat-font-size > ul > li {
  padding: 8px 0 7px;
  margin-bottom: 0;
}
nav.nav .menu > li > ul > li.subcat-font-size > ul > li > a {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
}
.hrf-faq-list .hrf-content ul {
  list-style-position: inside;
}
.hrf-faq-list .hrf-content p,
.hrf-faq-list .hrf-content ul li {
  font-size: 18px;
}
.header-button-left {
  margin-right: 20px;
}
.section-list.section-sidebar-right .shell .container.blog-wrapper {
  padding-top: 0;
}
.section-list.section-sidebar-right .shell .container .content {
  display: inline-block;
  vertical-align: top;
  width: 725px;
  font-size: 18px;
  padding: 0;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .post-object.post-sep {
  border-top: 1px solid #ebebeb;
  padding-top: 50px;
  margin-top: 50px;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper a.post-title,
.section-list.section-sidebar-right .shell .container .content .posts-wrapper h1.post-title {
  text-align: left;
  font-size: 26px;
  color: #314550;
  font-weight: 700;
  text-decoration: none;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .post-date {
  background: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/calendar-icon.png) left 5px center no-repeat;
  padding: 20px 30px;
  font-size: 15px;
  text-transform: uppercase;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .post-thumb-wrapper {
  background: #f8f8f8;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .post-thumb-wrapper img {
  max-width: 100%;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .post-content-teaser {
  padding: 30px 0;
  margin: 0;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .read-more-link {
  text-decoration: none;
  color: #246eb9;
  font-weight: 500;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .pagination {
  border-top: 1px solid #ebebeb;
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .pagination a {
  text-decoration: none;
  color: #246eb9;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .pagination a:hover {
  color: #616b75;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .pagination .btn-blog {
  padding: 13px 32px;
  border: 1px solid #246eb9;
  color: #246eb9;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .pagination .btn-blog:hover {
  border: 1px solid #a8aeb3;
  color: #616b75;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .pagination .pull-left {
  float: left;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .pagination .pull-right {
  float: right;
}
.section-list.section-sidebar-right .shell .container .content .posts-wrapper .pagination .blog-pages {
  display: inline-block;
  padding: 14px 0 13px;
}
.section-list.section-sidebar-right .shell .container .sidebar {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  font-size: 18px;
  float: right;
}
.section-list.section-sidebar-right .shell .container .sidebar .sidebar-block {
  background-color: #f9fcfe;
  border: 1px solid #e3e5e7;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 30px 25px 40px;
}
.section-list.section-sidebar-right .shell .container .sidebar .sidebar-block .sidebar-title {
  text-transform: uppercase;
  color: #314550;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}
.section-list.section-sidebar-right .shell .container .sidebar .sidebar-block .sidebar-title.categories-icon {
  background: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/categories-icon.png) left center no-repeat;
  padding-left: 30px;
}
.section-list.section-sidebar-right .shell .container .sidebar .sidebar-block .sidebar-title.recent-posts-icon {
  background: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/recent-posts-icon.png) left center no-repeat;
  padding-left: 30px;
}
.section-list.section-sidebar-right .shell .container .sidebar .sidebar-block .sidebar-title.follow-icon {
  background: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/follow-icon.png) left center no-repeat;
  padding-left: 30px;
}
.section-list.section-sidebar-right .shell .container .sidebar .sidebar-block ul {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}
.section-list.section-sidebar-right .shell .container .sidebar .sidebar-block ul li.li-sep {
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid #d4d9dd;
}
.section-list.section-sidebar-right .shell .container .sidebar .sidebar-block ul li a {
  margin: 0;
  padding: 0;
  color: #246eb9;
  text-decoration: none;
}
@media (max-width: 1140px) {
  .section-list.section-sidebar-right .shell .container .content {
    text-align: left;
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .section-list.section-sidebar-right .shell .container .sidebar {
    text-align: left;
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
section[id="#section-credential-licensing-list-5"] .list {
  padding: 12px 10px 30px;
}
section[id="#section-credential-licensing-list-5"] .list ul.bulleted-list {
  display: list-item;
}
section[id="#section-credential-licensing-list-5"] .list ul.bulleted-list li {
  width: 32.5%;
}
section[id="#section-credential-licensing-list-5"] .list ul.bulleted-list li:before {
  content: "●";
  margin: 0 0.3em;
}
.link-customer {
  margin-top: 3%;
  margin-bottom: -6%;
  color: blue;
}
.link-customer a {
  text-decoration: none;
}
.sidebar-sm-links {
  display: flex;
  justify-content: space-between;
  max-width: 240px;
}
.post-object ul {
  list-style: none;
}
.post-object ul li:before {
  content: "●";
  margin: 0 0.4em 0 0;
}
.about-page-section-header {
  width: 50%;
}
.about-page-table {
  border-collapse: separate;
  border-spacing: 45px;
}
.about-page-table td {
  width: 343px;
  border: 1px solid #ddd;
  padding: 15px;
}
@media (max-width: 768px) {
  .about-page-section-header {
    width: 100%;
  }
  .about-page-table {
    display: block;
    margin-top: 15px;
    border-spacing: 0;
  }
  .about-page-table td {
    display: block;
    width: auto;
    margin-bottom: 15px;
  }
}
.screening {
  width: 100%;
  color: #323232;
  line-height: 1.25;
  margin-bottom: 20px;
}
.screening__logo {
  float: left;
  margin: 5px 10px;
}
.screening__text {
  padding-left: 75px;
  font-size: 27px;
  line-height: 1;
}
.screening__bold {
  font-size: 36px;
  font-weight: bold;
}
.screening__button {
  display: block;
  width: 100%;
  font-size: 27px;
  line-height: 72px;
  text-align: center;
  border-radius: 5px;
  background-color: #409b22;
  color: white;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: 25px;
  padding: 0;
  text-decoration: none;
}
.section-latest-news {
  padding: 72px 0 82px;
}
.section-latest-news .section-title {
  text-align: center;
  padding: 0 0 60px;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1140px) {
  .section-latest-news .section-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .section-latest-news .section-title {
    font-size: 28px;
  }
}
.section-latest-news__row {
  font-size: 0;
}
.section-latest-news__item {
  font-size: 18px;
  display: inline-block;
  padding-right: 0;
  vertical-align: top;
  width: 100%;
}
@media all and (min-width: 769px) {
  .section-latest-news__item {
    padding-right: 30px;
  }
  .section-latest-news__item--col2 {
    width: calc(100% / 3);
  }
  .section-latest-news__item--col3 {
    width: calc(100% / 3);
  }
  .section-latest-news__item--col4 {
    width: calc(100% / 4);
  }
}
.latest-news-item {
  display: flex;
  flex-direction: column;
}
.latest-news-item__img {
  min-height: 300px;
}
.latest-news-item__img img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.latest-news-item__header {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
}
.latest-news-item__title {
  color: #282d33;
  text-decoration: none;
}
.latest-news-item__date {
  background: url(https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/calendar-icon.png) left 5px center no-repeat;
  padding: 20px 30px;
  font-size: 15px;
  text-transform: uppercase;
}
.latest-news-item__link {
  margin-bottom: 20px;
  text-decoration: none;
  color: #246eb9;
}
@media (max-width: 767px) {
  .latest-news-item__header,
  .latest-news-item__date {
    order: -1;
    margin-bottom: 0;
  }
  .latest-news-item__header {
    margin-top: 20px;
  }
}
.cf-scroll-wrapper {
  z-index: 3000000000 !important;
}
.header-phone {
  display: inline-block;
  padding-left: 25px;
  font-weight: bold;
  color: #409B22;
  line-height: 1.25;
  float: right;
  position: relative;
  top: -6px;
}
.header-phone.hidden {
  display: none;
}
.header-phone__title {
  font-size: 10px;
  text-transform: uppercase;
}
.header-phone__number {
  font-size: 22px;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.header-phone__number :before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0.25em;
  margin-left: -25px;
  background-image: url('https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/phone.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
@media (max-width: 767px) {
  .header-phone {
    margin-right: 100px;
  }
}
@media (min-width: 381px) and (max-width: 479px) {
  .header-phone {
    float: none;
    margin-top: 12px;
    margin-right: 0;
  }
}
@media (max-width: 380px) {
  .header-phone {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
  }
}
.pricing {
  min-height: 100vh;
}
.pricing__wrapper {
  max-width: 100%;
  width: 1120px;
  margin: 0 auto;
  line-height: normal;
  padding: 0 100px;
}
@media (max-width: 1024px) {
  .pricing__wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .pricing__wrapper {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .pricing__wrapper {
    padding: 0 10px;
  }
}
.pricing-description {
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
  color: #67666B;
}
.pricing-description::after {
  display: block;
  content: "";
  clear: both;
}
.pricing-description__videobox {
  float: right;
  width: 481px;
  max-width: 100%;
  height: 270px;
  margin-left: 60px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .pricing-description__videobox {
    float: none;
    height: auto;
    margin: 20px auto;
  }
}
.pricing-description__title {
  font-size: 24px;
  color: #4E4D51;
}
.pricing-description p {
  margin: 1.5em 0;
}
.pricing-description ul {
  padding-left: 20px;
}
.pricing-table__title {
  line-height: 45px;
  font-size: 30px;
  color: #4E4D51;
  font-weight: bold;
  margin-bottom: 20px;
}
.pricing-table__row {
  font-size: 0;
  text-align: right;
}
.pricing-table__notes {
  color: #777;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  padding-left: 25%;
  margin-top: 10px;
}
.pricing-table__button-wrap {
  padding: 0 15px 20px;
  min-height: 34px;
}
.pricing-table__button {
  background-color: #07be61;
  border-radius: 2px;
  color: white;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  border: none;
  cursor: pointer;
  transition-duration: .25s;
  padding: 10px;
}
.pricing-table__button:hover {
  background-color: #06a554;
  transition-duration: .25s;
}
.pricing-table__addon {
  padding: 60px 0;
}
.pricing-table__addon h2 {
  color: #4e4d51;
}
.pricing-table__addon p {
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  line-height: 1.25;
}
.pricing-table__addon p.gray {
  color: #98969e;
}
.pricing-table__addon table {
  width: 100%;
  font-size: 14px;
  background: white;
  border-collapse: collapse;
}
.pricing-table__addon table thead {
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
}
.pricing-table__addon table thead th {
  padding: 4px 15px;
  background-color: whitesmoke;
  color: #bfbfbf;
}
.pricing-table__addon table tbody td {
  padding: 16px 15px;
  border-bottom: 1px solid whitesmoke;
}
.pricing-table__addon table tbody td:last-child {
  text-align: right;
}
@media (min-width: 901px) {
  .pricing-table--merged-buttons .popular .pricing-table__button-wrap {
    margin-right: -50%;
    margin-left: -50%;
    position: relative;
    z-index: 10;
  }
}
@media (min-width: 901px) {
  .pricing-table--merged-buttons .main .pricing-table__button-wrap {
    margin-right: -100%;
    position: relative;
    z-index: 10;
  }
}
.pricing-table--merged-buttons .pricing-table__button {
  visibility: hidden;
}
@media (max-width: 900px) {
  .pricing-table--merged-buttons .pricing-table__button {
    visibility: visible;
  }
}
.pricing-table--merged-buttons .main .pricing-table__button,
.pricing-table--merged-buttons .popular .pricing-table__button {
  visibility: visible;
}
.pricing-banner {
  width: 100%;
  background-color: #fafafa;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  font-size: 24px;
  color: #67666B;
  padding: 43px 0;
}
.pricing-banner__title {
  font-size: 38px;
  color: #4E4D51;
  font-weight: bold;
}
.pricing-banner__contacts {
  padding: 60px 0 20px 0;
  display: flex;
  width: 100%;
  align-items: center;
}
.pricing-banner__contacts .divider {
  background-color: #DBDBDB;
  width: 1px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 55px;
}
@media (max-width: 992px) {
  .pricing-banner__contacts {
    display: block;
  }
  .pricing-banner__contacts .divider {
    display: none;
    margin: 20px auto;
  }
}
.pricing-banner__button {
  background: #07BE61;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  border: none;
  width: 250px;
  padding: 14px;
  display: inline;
  max-width: 100%;
}
.pricing-banner__button:hover,
.pricing-banner__button:focus,
.pricing-banner__button:active {
  text-decoration: none;
  color: white;
  background-color: #06a554;
}
@media (max-width: 992px) {
  .pricing-banner__button {
    display: block;
    margin: 20px auto;
  }
}
.pricing-banner__link {
  padding-left: 50px;
  display: block;
  vertical-align: middle;
  color: #07BE61;
  font-size: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  text-align: left;
  margin-bottom: 10px;
}
.pricing-banner__link strong {
  display: block;
  font-weight: 600;
  color: #0A8F4B;
  text-transform: uppercase;
  font-size: 20px;
}
.pricing-banner__link--phone {
  background-image: url("https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/phone.svg");
  background-size: 25px auto;
}
.pricing-banner__link--mail {
  background-image: url("https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/mail_icon.svg");
}
@media (max-width: 640px) {
  .pricing-banner__link--mail {
    word-break: break-all;
  }
}
.pricing-steps {
  text-align: center;
  padding: 50px 0;
}
.pricing-steps__title {
  font-size: 30px;
  color: #4E4D51;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.pricing-steps__item {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 21px;
  color: #7C858C;
  text-align: center;
  width: 30%;
  position: relative;
}
.pricing-steps__item img {
  display: block;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.pricing-steps__item:not(:last-child):before {
  content: '';
  position: absolute;
  width: 13px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  opacity: 0.5;
  background: url('https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/angle-right.svg') center no-repeat;
}
@media (max-width: 640px) {
  .pricing-steps__item:not(:last-child):before {
    display: none;
  }
}
@media (max-width: 640px) {
  .pricing-steps__item {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tariff {
  width: 25%;
  display: inline-block;
}
.pricing-table--2-cols .tariff {
  width: calc(33.33333333%);
}
@media (max-width: 900px) {
  .pricing-table--2-cols .tariff {
    width: 100%;
  }
}
.tariff.popular {
  border-color: #0756a6;
  border-radius: 6px 6px 0 0;
}
.tariff:first-of-type {
  border-radius: 6px 0 0 6px;
}
@media (min-width: 901px) {
  .tariff:first-of-type {
    border-right: none;
  }
}
.tariff:first-of-type .tariff-description__text {
  border-radius: 6px 0 0 0;
}
.tariff:first-of-type .tariff-details {
  margin-left: -100%;
}
.tariff:first-of-type .tariff-details .cell {
  padding-left: 50%;
}
.tariff:first-of-type .tariff-details .cell-name {
  display: table;
}
.tariff:last-of-type {
  border-radius: 0 6px 6px 0;
}
.tariff:last-of-type .tariff-description__text {
  border-radius: 0 6px 0 0;
}
@media (min-width: 901px) {
  .tariff:last-of-type {
    border-left: none;
  }
}
@media (max-width: 900px) {
  .tariff {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }
  .tariff:first-of-type .tariff-details {
    margin-left: 0;
  }
  .tariff .tariff-details .cell {
    padding-left: 50%;
  }
  .tariff .tariff-details .cell-name {
    display: block;
    border-left: none;
  }
}
@media (max-width: 510px) {
  .tariff:first-of-type .tariff-details .cell,
  .tariff .tariff-details .cell {
    padding-left: 200px;
  }
  .tariff:first-of-type .tariff-details .cell-name,
  .tariff .tariff-details .cell-name {
    width: 200px;
  }
}
@media (max-width: 400px) {
  .tariff:first-of-type .tariff-details .cell,
  .tariff .tariff-details .cell {
    padding-left: 0;
  }
  .tariff:first-of-type .tariff-details .cell-name,
  .tariff .tariff-details .cell-name {
    width: 100px;
    display: block;
    border: none;
    position: static;
    padding: 0;
    font-weight: 600;
  }
}
.tariff-description {
  font-size: 12px;
  color: white;
  background-color: #fff;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
.tariff-description__text {
  border: 1px solid #5191c9;
  background-image: linear-gradient(to top, #5191c9 0%, #5ba4e4 100%);
  padding: 21px 10px;
  position: relative;
  margin-bottom: 60px;
  min-height: 130px;
}
@media (max-width: 900px) {
  .tariff-description__text {
    min-height: 0;
  }
}
.tariff-description__text:after {
  content: '';
  position: absolute;
  top: 100%;
  height: 40px;
  left: -2px;
  right: -2px;
  background: url("https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/tariff-triangle.svg") no-repeat center;
  background-size: 100% 100%;
}
.tariff-description__text h4 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.tariff-description__text p {
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
  font-size: 12px;
}
.popular .tariff-description {
  border-radius: 6px 6px 0 0;
}
.popular .tariff-description .tariff-description__text {
  background: #0756a6;
  border-color: #0756a6;
}
.popular .tariff-description .tariff-description__text:after {
  background-image: url("https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/tariff-triangle-popular.svg");
}
@media (max-width: 900px) {
  .tariff-description {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
  }
}
.tariff:first-child .tariff-description {
  border-left: 1px solid #f5f5f5;
}
.tariff:last-child .tariff-description {
  border-right: 1px solid #f5f5f5;
}
.tariff-details {
  background-color: white;
}
.tariff-details .cell {
  color: #4e4d51;
  font-size: 14px;
  text-align: center;
  background-color: white;
  position: relative;
  display: table;
  width: 100%;
  line-height: 1;
}
.tariff-details .cell-inner {
  display: table-cell;
  width: 100%;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  padding: 0 9px;
  border-right: 1px solid #f7f7f7;
}
.tariff-details .cell-inner:not(:only-of-type) {
  width: 50%;
}
.tariff-details .cell .cell-name + .cell-inner:last-of-type {
  width: 100%;
}
.tariff-details .cell-name {
  display: none;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-right: 1px solid whitesmoke;
  border-left: 1px solid whitesmoke;
  background-color: #fcfcfc;
}
.tariff-details .cell-name-inner {
  display: table-cell;
  width: 100%;
  padding: 0 15px;
  vertical-align: middle;
  height: 50px;
}
.tariff-details .cell-header {
  color: #bfbfbf;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  background-color: #f7f7f7;
  text-align: left;
  border: none;
  min-height: 28px;
  height: 28px;
}
.tariff-details .cell-header .cell-name {
  background-color: #f7f7f7;
}
.tariff-details .cell-header .cell-inner {
  height: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #828282;
  border-color: #e8e8e8;
  text-transform: none;
  background-color: #e8e8e8;
}
@media (max-width: 768px) {
  .tariff-details .cell-header .cell-inner {
    font-size: 14px;
  }
}
.tariff-details .cell-header .cell-name-inner {
  height: 30px;
}
.tariff-details .cell + .cell {
  border-top: 1px solid #f5f5f5;
}
.tariff-details .cell:last-of-type {
  border-bottom: 1px solid #f5f5f5;
}
.tariff-price {
  font-size: 14px;
  color: white;
  background-color: #fff;
  vertical-align: top;
  text-align: center;
  border-top: none;
  margin-bottom: 5px;
}
.tariff-price__text {
  padding: 15px;
  background-color: #5ba4e4;
  color: white;
  margin-bottom: 30px;
  position: relative;
  min-height: 80px;
}
.tariff-price__text-label {
  text-align: left;
  padding-bottom: 10px;
}
.tariff-price__inner {
  display: table;
  width: 100%;
  height: 100%;
}
.tariff-price__number {
  font-size: 24px;
  text-align: center;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
  width: 50%;
  font-weight: 400;
}
.tariff-price__number:nth-child(2) {
  border-left: 1px solid white;
}
@media (max-width: 900px) {
  .tariff-price {
    border-radius: 0 0 6px 6px;
    border: 1px solid #f5f5f5;
  }
  .tariff-price__text {
    padding-left: 50%;
    padding-right: 0;
  }
  .tariff-price__number {
    font-size: 20px;
    padding: 0 10px;
  }
}
@media (max-width: 510px) {
  .tariff-price__text {
    padding-left: 200px;
  }
}
@media (max-width: 400px) {
  .tariff-price__text {
    padding-left: 100px;
  }
}
.popular .tariff-price .tariff-price__text {
  background-color: #0756a6;
}
.popular .tariff-price .tariff-price__text:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 20px;
  margin-bottom: 50px;
  background: url("https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/tariff-triangle-popular.svg") center no-repeat;
  background-size: 100% 100%;
}
.double-logo {
  float: left;
  font-weight: bold;
}
.double-logo__link {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  color: #E0E0E0;
}
.double-logo__link--church img {
  width: 210px;
}
.double-logo__divider {
  width: 1px;
  height: 60px;
  background: #DBDBDB;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.double-logo__text {
  display: block;
  margin-bottom: 5px;
}
.te-blog {
  padding: 45px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.te-blog .te-blog__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  padding-bottom: 1em;
  color: #323232;
  padding-right: 300px;
}
.te-blog__date {
  display: block;
  width: 100%;
  color: #A0B7C3;
  font-size: 14px;
  padding-top: 1em;
  line-height: normal;
}
.te-blog__content {
  width: calc(100% - 300px);
  float: left;
}
.te-blog__sidebar {
  width: 300px;
  float: right;
  padding-left: 25px;
}
.te-blog__sidebar-title {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  color: #314550;
}
.te-blog__posts {
  margin: 0 -12px;
}
.te-blog__posts::after {
  display: block;
  content: "";
  clear: both;
}
.te-blog__posts-heading {
  text-transform: uppercase;
  font-size: 18px;
  color: #314550;
}
.te-blog__column {
  width: 50%;
  float: left;
  padding: 0 12px;
  margin-bottom: 24px;
}
.te-blog__column--full {
  width: 100%;
}
@media (max-width: 768px) {
  .te-blog__content {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .te-blog__sidebar {
    float: none;
    margin: 0 auto;
    padding-left: 0;
    max-width: 100%;
  }
  .te-blog__title {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .te-blog__column {
    float: none;
    width: 100%;
  }
}
@supports (flex-wrap: wrap) {
  .te-blog__posts {
    display: flex;
    flex-wrap: wrap;
  }
  @media (max-width: 480px) {
    .te-blog__posts {
      display: block;
    }
  }
}
.te-post {
  display: block;
  position: relative;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
}
.te-post__image {
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.te-post__image:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 50%;
}
.te-post .te-post__title {
  font-size: 24px;
  color: #314550;
  padding-bottom: 0.35em;
}
.te-blog__column--full .te-post .te-post__title {
  font-size: 36px;
}
@media (max-width: 480px) {
  .te-blog__column--full .te-post .te-post__title {
    font-size: 24px;
  }
}
.te-post__lead {
  font-size: 14px;
  color: #A0B7C3;
}
.te-post-author {
  position: relative;
  padding: 20px 0 20px 140px;
  min-height: 160px;
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 20px;
}
.te-post-author__img,
.te-post-author .photo {
  position: absolute;
  left: 0;
  width: 110px;
  top: 20px;
}
.te-post-author__name {
  font-weight: 700;
  font-size: 18px;
}
.te-post-author__profile {
  font-weight: 700;
  color: #006598;
  line-height: 19px;
  margin-bottom: 0.5em;
}
.te-post-author__profile > a {
  display: inline-block;
  padding-left: 23px;
  background: url('https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/logo_linkedin.png') center left no-repeat;
  background-size: 17px;
  text-decoration: none;
}
.te-post-author__link {
  color: #0396CC;
  font-weight: 700;
}
.te-post-author__link > a {
  text-decoration: none;
}
@media (max-width: 480px) {
  .te-post-author {
    padding: 20px 0;
  }
  .te-post-author__img,
  .te-post-author .photo {
    position: static;
    margin-bottom: 10px;
  }
}
.te-blog-post {
  color: #4d4d4d;
  line-height: 32px;
  font-size: 16px;
}
.te-blog-post__image {
  padding-top: 57%;
  background-position: center;
  background-size: cover;
}
.te-blog-post__text p {
  margin-bottom: 1em;
  margin-top: 0;
}
.te-blog-post__text h5 {
  margin-bottom: 0.1em;
  font-weight: 700;
  color: #323232;
  font-size: 18px;
}
.te-blog-post__text ul {
  margin-left: 1.5em;
}
.te-blog-post .te-socials {
  margin: 20px 0;
}
.te-pagination {
  color: #0396CC;
  font-size: 18px;
  line-height: 31px;
  padding-top: 30px;
}
.te-pagination__top {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
}
.te-pagination__top .te-pagination__link:last-child {
  float: right;
  margin-right: 0;
}
.te-pagination__link {
  text-decoration: none;
  display: inline-block;
  margin-right: 0.5em;
}
.te-pagination__link--disabled {
  color: #B7D5DF;
}
.te-pagination__link--active {
  font-weight: 700;
}
@supports (display: flex) {
  .te-pagination__top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}
.te-most-viewed {
  margin-bottom: 40px;
}
.te-most-viewed__item {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  min-height: 120px;
  padding: 15px 5px 15px 100px;
  border-bottom: 1px solid #C4C4C4;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.te-most-viewed__image {
  position: absolute;
  left: 0;
  top: 15px;
  width: 85px;
  height: 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.te-most-viewed__title {
  text-transform: uppercase;
  color: #0396CC;
  margin-bottom: 0.5em;
}
.te-categories-list {
  margin-bottom: 20px;
}
.te-categories-list__item {
  display: block;
  width: 100%;
  line-height: 53px;
  font-size: 18px;
  color: #0396CC;
}
.te-categories-list__item > a {
  text-decoration: none;
}
.te-blog-banner {
  width: 100%;
  padding: 90% 20px 20px 20px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to top, #ffffff 22.3%, rgba(255, 255, 255, 0) 88.67%), url("https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/banner-vertical-bg.jpg");
  margin-bottom: 40px;
}
.te-blog-banner__text {
  position: relative;
  z-index: 10;
  font-weight: 700;
  color: #1FA8DA;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 0.75em;
}
.te-blog-banner__text:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 10px;
  width: 35px;
  height: 39px;
  background: url("https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/screening-logo.png") no-repeat;
  background-size: contain;
}
.te-blog-banner__darker-text {
  color: #316285;
}
.te-blog-banner__button {
  background-color: #409B22;
  border-radius: 5px;
  width: 100%;
  display: block;
  padding: 16px;
  font-size: 20px;
  border: none;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.te-blog-banner--horizontal {
  padding: 15px 30px 15px 0;
  min-height: 141px;
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff 17.79%, rgba(255, 255, 255, 0) 91.95999999999999%), url("https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/banner-horizontal-bg.jpg");
}
.te-blog-banner--horizontal::after {
  display: block;
  content: "";
  clear: both;
}
.te-blog-banner--horizontal .te-blog-banner__button {
  width: 230px;
  display: inline-block;
  float: right;
  margin-top: 25px;
}
.te-blog-banner--horizontal .te-blog-banner__text {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 250px;
  font-size: 24px;
}
.te-blog-banner--horizontal .te-blog-banner__text:before {
  position: static;
  display: block;
  width: 24px;
  height: 27px;
}
.te-blog-banner--horizontal .te-blog-banner__darker-text {
  font-weight: 400;
  display: block;
}
@media (max-width: 550px) {
  .te-blog-banner--horizontal .te-blog-banner__button,
  .te-blog-banner--horizontal .te-blog-banner__text {
    float: none;
  }
}
.te-blog-banner-theme {
  margin-bottom: 40px;
}
.te-socials__title {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  color: #314550;
}
.te-socials__link {
  font-size: 0;
  margin-right: 3px;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.te-socials__link--fb {
  background-image: url("https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/logo_fb.png");
}
.te-socials__link--tw {
  background-image: url("https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/logo_tw.png");
}
.te-socials__link--in {
  background-image: url("https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/logo_linkedin.png");
}
#jp-relatedposts.jp-relatedposts {
  font-family: 'Roboto', sans-serif;
}
#jp-relatedposts.jp-relatedposts h3.jp-relatedposts-headline {
  font-size: 18px;
  text-transform: uppercase;
  color: #314550;
  margin: 24px 0;
  border: none;
  padding: 0;
}
#jp-relatedposts.jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none;
}
#jp-relatedposts.jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  width: 50%;
  opacity: 1;
}
#jp-relatedposts.jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:after {
  display: none !important;
}
#jp-relatedposts.jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
#jp-relatedposts.jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post h4.jp-relatedposts-post-title {
  font-size: 24px;
  color: #314550;
  padding-bottom: 0.35em;
  line-height: 1.2;
}
#jp-relatedposts.jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post h4.jp-relatedposts-post-title > a {
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 480px) {
  #jp-relatedposts.jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
  clear: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(2n+3),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(2n+3) {
  clear: both;
}
.wp-post-author-wrap.wp-post-author-shortcode {
  position: relative;
  padding: 20px 0 20px 140px;
  min-height: 160px;
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 20px;
  border: none;
}
.wp-post-author-wrap.wp-post-author-shortcode .awpa-img {
  position: absolute;
  left: 0;
  width: 110px;
  top: 20px;
  padding: 0;
  margin: 0;
}
.wp-post-author-wrap.wp-post-author-shortcode .awpa-author-block {
  padding: 0;
}
.wp-post-author-wrap.wp-post-author-shortcode .awpa-author-block .awpa-display-name {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  line-height: 32px;
}
.wp-post-author-wrap.wp-post-author-shortcode .awpa-author-block .awpa-display-name > a {
  text-decoration: none;
}
.wp-post-author-wrap.wp-post-author-shortcode .awpa-author-block .wp-post-author-meta-bio > p {
  margin-bottom: 0;
}
.wp-post-author-wrap.wp-post-author-shortcode .awpa-author-block .awpa-more-posts {
  color: #0396CC;
  font-weight: 700;
  margin-bottom: 0;
}
.wp-post-author-wrap.wp-post-author-shortcode .awpa-author-block .awpa-more-posts > a {
  text-decoration: none;
}
.wp-post-author-wrap.wp-post-author-shortcode .awpa-author-block .awpa-contact-info {
  padding: 0;
}
.wp-post-author-wrap.wp-post-author-shortcode .awpa-author-block .awpa-linkedin-li {
  font-weight: 700;
  color: #006598;
  line-height: 19px;
  margin-bottom: 0.5em;
}
.wp-post-author-wrap.wp-post-author-shortcode .awpa-author-block .awpa-linkedin-li > a {
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 480px) {
  .wp-post-author-wrap.wp-post-author-shortcode {
    padding: 20px 0;
  }
  .wp-post-author-wrap.wp-post-author-shortcode .awpa-img {
    position: static;
    margin-bottom: 10px;
  }
}
.section-testimonial {
  padding: 80px 0 76px;
  border-top: 1px solid #e7e7e7;
  background: #ebf3fb;
}
.section-testimonial .shell ~ .shell {
  padding-top: 80px;
}
.section-testimonial .inner {
  max-width: 715px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.section-testimonials {
  padding: 35px 0 86px;
}
.section-testimonials ul {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-testimonials ul li {
  display: flex;
  flex-direction: column;
  flex: 0 0 33%;
  max-width: 33%;
  padding: 10px;
}
@media (max-width: 992px) {
  .section-testimonials ul li {
    flex: 0 1 50%;
    max-width: 50%;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .section-testimonials ul li {
    width: 310px;
    max-width: 100%;
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  .section-testimonials ul {
    display: block;
  }
}
.section-testimonials .url {
  font-size: 18px;
}
.section-testimonials .url a {
  text-decoration: none;
  color: #246eb9;
}
.testimonial {
  display: flex;
  flex-grow: 1;
  width: 100%;
  flex-direction: column;
  padding: 40px 30px 20px 30px;
  background-color: #F4F8FC;
}
.testimonial__text {
  padding-bottom: 22px;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 300;
  color: #447195;
}
.testimonial__text > p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.testimonial__author {
  margin-top: auto;
  min-height: 57px;
  display: flex;
  align-items: center;
  color: #8BAAC2;
  width: 100%;
}
.testimonial__author-text {
  padding-right: 10px;
  flex-grow: 1;
}
.testimonial__author > img,
.testimonial__photo {
  height: 57px;
  width: 57px;
  display: block;
  border-radius: 50%;
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}
.testimonial__name {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #447195;
  text-transform: uppercase;
  font-weight: bold;
}
.testimonial__company {
  font-size: 14px;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
}
.testimonial__logo {
  flex-grow: 0;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  background-image: url('https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/slack.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonial--single {
  background-color: #179FDC;
  color: white;
  padding: 55px 60px 10px;
  box-shadow: 26px 26px 0 0 #3F6E93;
  margin-bottom: 40px;
}
.testimonial--single:before {
  content: '';
  display: block;
  position: absolute;
  left: 55px;
  top: 100%;
  width: 0;
  height: 0;
  border-width: 54px 32px;
  border-color: #179FDC transparent transparent transparent;
  border-style: solid;
  z-index: 10;
}
.testimonial--single .testimonial__text,
.testimonial--single .testimonial__name,
.testimonial--single .testimonial__company,
.testimonial--single .testimonial__author {
  color: inherit;
}
.testimonial--single .testimonial__text {
  font-size: 24px;
  line-height: 35px;
}
.testimonial--single .testimonial__author {
  padding-bottom: 20px;
}
.testimonial--single .testimonial__company {
  font-size: 18px;
}
.testimonial--single .testimonial__logo {
  background-image: url('https://www.trustedemployees.com/wp-content/themes/trustedemployees-com/css/images/slack_white.svg');
}
