/*
Theme Name: Icsystem
Theme URI: http://icsystem.local
Author: Icsystem
Author URI: http://www.rocket55.com
Description: Icsystem Theme Build
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: icsystem
Tags: custom

This theme, like WordPress, is licensed under the GPL.

Based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.

*/
@import url(animate.css);
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body,
button,
input,
select,
textarea {
  color: #1c3649;
  font-family: "Overpass", sans-serif;
  line-height: 1.35;
  font-weight: 300;
}

html {
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.white-bg h1, .white-bg
h2, .white-bg
h3, .white-bg
h4, .white-bg
h5, .white-bg
h6 {
  color: #004892;
}

h2,
.h2 {
  font-size: 1.5rem;
}

h3,
.h3 {
  font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 1.05rem;
}

p, ul {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 1.6rem 0;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
q {
  margin: 0 1.6rem;
  quotes: "" "";
}

blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}

address {
  margin: 0 0 1.6rem 0;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1rem;
  line-height: 1.35;
  margin: 0 0 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.entry-title,
.entry-content,
.comments-title,
.comment-content,
.widget-title,
.widget {
  word-break: keep-all;
  word-wrap: break-word;
}

/*\
 * Restore Bootstrap 3 "hidden" utility classes.
\*/
/* Breakpoint XS */
@media (max-width: 575px) {
  .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up,
  .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up,
  .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md-down, .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up, .hidden-md-up,
  .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-down, .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up,
  .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl {
    display: none !important;
  }
}

/* Breakpoint XL */
@media (min-width: 1200px) {
  .hidden-xl-down,
  .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up,
  .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg {
    display: none !important;
  }
}

.screen-reader-text {
  height: 0.06667rem;
  width: 0.06667rem;
  clip: rect(0.06667rem, 0.06667rem, 0.06667rem, 0.06667rem);
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  height: auto;
  width: auto;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 0.13333rem 0.13333rem rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #3F505A;
  display: block;
  font-size: 0.93333rem;
  font-weight: 700;
  left: 0.33333rem;
  line-height: normal;
  padding: 1rem 1.53333rem 0.93333rem;
  text-decoration: none;
  top: 0.33333rem;
  z-index: 100000;
}

.alignleft {
  display: inline;
  float: left;
  margin: 0 1.6rem 0 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 0 0 0 1.6rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
  content: "";
  display: block;
}

embed,
iframe,
object {
  max-width: 100%;
}

hr {
  height: 1px;
  width: auto;
  background-color: #ccc;
  border: 0;
  margin: 0 0 1.6rem 0;
}

figure {
  margin: 0;
}

a {
  color: #007bff;
}

a:hover {
  color: #0062cc;
}

ul,
ol {
  margin: 0 0 3.2rem 0;
  padding-left: 24px;
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 1.6rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.6rem 1.6rem 0;
}

table {
  height: auto;
  width: 100%;
  margin: 0 0 1.6rem 0;
}

th {
  font-weight: 700;
}

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.bg-gold {
  background-color: #615632;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-center {
  justify-content: center;
}

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

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-stretch {
  align-items: stretch;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  margin: 0;
  padding: 0;
  border: none;
}

img {
  height: auto;
  max-width: 100%;
}

img:not(input) {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}

.wp-caption {
  margin: 0 0 1.6rem 0;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption.aligncenter {
  margin: 0 auto 1.6rem auto;
}

.wp-caption.alignleft {
  margin-right: 1.6rem;
}

.wp-caption.alignright {
  margin-left: 1.6rem;
}

.wp-caption .wp-caption-text {
  margin: 0.8rem 0;
}

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

.gallery {
  margin: 0 0 1.6rem 0;
}

.gallery-item {
  height: auto;
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.fluid-embed {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.fluid-embed embed,
.fluid-embed object,
.fluid-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.image-as-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-as-background {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  z-index: 1;
}

.svg-defs {
  display: none;
}

.not-ready {
  opacity: 0;
  transition: opacity 0.5s ease;
  visibility: hidden;
}

.ready .not-ready {
  opacity: 1;
  visibility: visible;
}

#page {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

@media screen and (max-width: 1500px) {
  #page {
    max-width: none;
    margin: 0;
    box-shadow: none;
  }
}

.blue-grad-bg {
  background: linear-gradient(180deg, #0073bc 0%, #004892 100%);
  color: #fff;
}

.blue-grad-bg h1, .blue-grad-bg h2, .blue-grad-bg h3, .blue-grad-bg h4, .blue-grad-bg h5, .blue-grad-bg h6 {
  color: #fff;
}

.blue-grad-bg a {
  color: #fff;
}

.blue-bg {
  background: #004892;
  color: #fff;
}

.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6 {
  color: #fff;
}

.blue-bg a {
  color: #fff;
}

.brown-bg {
  background: #837443;
  color: #fff;
}

.brown-bg h1, .brown-bg h2, .brown-bg h3, .brown-bg h4, .brown-bg h5, .brown-bg h6 {
  color: #fff;
}

.brown-bg a {
  color: #fff;
}

.brown-bg .btn-default {
  color: #837443;
  background: #fff;
}

.circle-icon {
  font-size: 35px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 40px;
}

.pad-top-big {
  padding-top: 50px;
}

.box-shadow {
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.4);
}

.rounded-corners {
  border-radius: .5rem;
  overflow: hidden !important;
}

blockquote {
  font-size: 1.5rem;
  line-height: 1.5;
}

blockquote .quote-attribution {
  font-size: 1rem;
}

.slick-dots {
  position: relative;
}

.slick-dots li button:before {
  color: #fff;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff;
}

section {
  display: block;
  position: relative;
  background: #fff;
  margin: 0;
  padding: 4rem 0;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  section {
    padding: 3rem 0;
  }
}

.wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.text-wrap {
  max-width: 750px;
  margin: 0 auto;
}

.plan-card.blue-bg li:before {
  color: #837443;
}

.plan-card.blue-bg hr {
  background-color: #007EC4;
}

.plan-card.white-bg li:before {
  color: #004892;
}

.plan-card.white-bg .btn-transparent {
  color: #837443;
}

.plan-card.white-bg .btn-transparent:hover {
  color: #615632;
}

.plan-card ul {
  list-style-type: none;
}

.plan-card ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin-right: 1rem;
}

.plan-card ul li {
  display: flex;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: .75rem;
  text-indent: -1rem;
}

.plan-card img {
  width: 125px;
}

.simple-form-container iframe {
  height: 677px;
}

/* THE EVENTS CALENDAR PLUGIN STYLING */
.events-bann {
  background-image: url("http://icsystem.local/wp-content/uploads/2016/09/Events-careers.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 0;
  position: relative;
}

.events-bann:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.events-bann .events-bann-content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 2;
  padding: 50px;
}

.events-bann-content h1 {
  z-index: 2;
  position: relative;
}

.events-intro {
  padding: 25px 0;
}

.events-intro h2 {
  padding-bottom: 25px;
}

.events-intro p {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 25px;
}

#tribe-events-content-wrapper #tribe-events-bar {
  background: #a4bac8 none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 20px;
}

#tribe-bar-form {
  background-color: transparent !important;
}

#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-date-filter,
#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-search-filter {
  float: left;
  width: 40%;
}

#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-date-filter label,
#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-search-filter label {
  display: none;
}

#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-date-filter input,
#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-search-filter input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  color: #333333;
  font-family: "Titillium Web", sans-serif !important;
  font-weight: 300;
  margin: 0 !important;
  padding: 10px 20px;
  width: 100%;
}

#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-submit {
  float: left;
  margin: 0;
  width: 20%;
}

#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-submit input {
  background-color: #ffffff;
  border: medium none !important;
  color: #333333 !important;
  font-family: "Titillium Web", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  margin: 3.5px 5px;
  outline: 5px solid rgba(255, 255, 255, 0.5);
  padding: 5.5px 0;
  text-transform: uppercase;
  width: 95%;
}

#tribe-events-content-wrapper #tribe-events-bar .tribe-bar-submit input:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.tribe-events-has-events {
  background: #F3F5F7 none repeat scroll 0 0;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  background-color: #fff;
}

.tribe-events-calendar td.tribe-events-has-events div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-has-events div[id*="tribe-events-daynum-"] a {
  background: #F3F5F7 none repeat scroll 0 0;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  background-color: #AD9C6E;
}

.tribe-events-notices {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  color: #8396a2;
  font-weight: 700;
  text-shadow: none;
}

.tribe-events-notices > ul {
  margin: 0 !important;
  text-align: center;
}

.tribe-events-notices ul li::before {
  content: "" !important;
}

.tribe-events-calendar th {
  background-color: #91a5b1;
  color: #fff;
  font-size: 13px;
}

#tribe-events-pg-template .tribe-events-content h1, #tribe-events-pg-template .tribe-events-content h2, #tribe-events-pg-template .tribe-events-content h3, #tribe-events-pg-template .tribe-events-content h4, #tribe-events-pg-template .tribe-events-content h5, #tribe-events-pg-template .tribe-events-content h6, .tribe-events-before-html h1, .tribe-events-before-html h2, .tribe-events-before-html h3, .tribe-events-before-html h4, .tribe-events-before-html h5, .tribe-events-before-html h6, .tribe-events-after-html h1, .tribe-events-after-html h2, .tribe-events-after-html h3, .tribe-events-after-html h4, .tribe-events-after-html h5, .tribe-events-after-html h6 {
  margin: 10px 0 25px;
}

#tribe-events-pg-template .tribe-events-content h1, .tribe-events-before-html h1, .tribe-events-after-html h1 {
  font-size: 50px;
  line-height: 50px;
}

#tribe-events-pg-template .tribe-events-content h2, .tribe-events-before-html h2, .tribe-events-after-html h2 {
  font-size: 40px;
  line-height: 40px;
}

.datepicker.dropdown-menu {
  border: 1px solid #dfdfdf !important;
  border-radius: 0 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  font-family: "Titillium Web", sans-serif !important;
  font-size: 16px !important;
}

.datepicker td, .datepicker th {
  border-radius: 0;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover, .datepicker table tr td span:hover {
  background-color: #D1DCE3 !important;
}

.datepicker.dropdown-menu {
  padding: 0;
}

.tribe-events-button, #tribe-events .tribe-events-button {
  background-color: #AD9C6E;
}

.tribe-events-button, #tribe-events .tribe-events-button:hover {
  background-color: rgba(173, 156, 110, 0.8);
  color: #fff;
}

#tribe-events-header .tribe-events-sub-nav, #tribe-events-footer .tribe-events-sub-nav {
  margin: 0 !important;
}

/* Single Events Styling */
body.single-tribe_events ul.breadcrumb,
body.single-tribe_events section,
body.single-tribe_events .tribe-events-before-html,
body.single-tribe_events .tribe-events-after-html,
body.single-tribe_events ul.tribe-events-sub-nav {
  display: none;
}

@media screen and (max-width: 979px) {
  #tribe-events-pg-template .tribe-events-content h1, .tribe-events-before-html h1, .tribe-events-after-html h1 {
    font-size: 46px;
    line-height: 56px;
  }
  #tribe-events-pg-template .tribe-events-content h2, .tribe-events-before-html h2, .tribe-events-after-html h2 {
    font-size: 38px;
    line-height: 44px;
  }
}

@media screen and (max-width: 768px) {
  #tribe-events-pg-template .tribe-events-content h1, .tribe-events-before-html h1, .tribe-events-after-html h1 {
    font-size: 38px;
    line-height: 48px;
  }
  #tribe-events-pg-template .tribe-events-content h2, .tribe-events-before-html h2, .tribe-events-after-html h2 {
    font-size: 30px;
    line-height: 46px;
  }
}

@media screen and (max-width: 700px) {
  #tribe-events-content-wrapper #tribe-events-bar .tribe-bar-date-filter,
  #tribe-events-content-wrapper #tribe-events-bar .tribe-bar-search-filter {
    margin-right: 0;
    padding: 20px 20px 0;
    width: 100%;
  }
  #tribe-events-content-wrapper #tribe-events-bar .tribe-bar-submit {
    margin-right: 0;
    padding: 20px;
    width: 100%;
  }
  #tribe-events-content-wrapper #tribe-events-bar .tribe-bar-date-filter input,
  #tribe-events-content-wrapper #tribe-events-bar .tribe-bar-search-filter input {
    width: 100%;
  }
  #tribe-events-content-wrapper #tribe-events-bar .tribe-bar-submit input {
    width: 98.5%;
  }
}

@media screen and (max-width: 639px) {
  #tribe-events-content .tribe-events-calendar td {
    width: 100%;
  }
  table tr {
    margin-bottom: 0;
    display: table-row !important;
  }
}

@media screen and (max-width: 600px) {
  #tribe-events-pg-template .tribe-events-content h1, .tribe-events-before-html h1, .tribe-events-after-html h1 {
    font-size: 34px;
    line-height: 40px;
  }
  #tribe-events-pg-template .tribe-events-content h2, .tribe-events-before-html h2, .tribe-events-after-html h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 475px) {
  #tribe-events-content-wrapper #tribe-events-bar .tribe-bar-submit input {
    width: 97.5%;
  }
}

@media screen and (max-width: 375px) {
  #tribe-events-content-wrapper #tribe-events-bar .tribe-bar-submit input {
    width: 96.5%;
  }
}

.comments-title {
  font-size: 1.6rem;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-meta {
  margin: 0 0 0.93333rem 0;
}

.avatar {
  float: left;
  margin: 0 0.66667rem 0 0;
}

.bypostauthor {
  display: block;
}

.comment-form {
  float: left;
  display: block;
  margin-right: 1.25%;
  width: 100%;
}

.comment-form:last-child {
  margin-right: 0;
}

.comment-form input:not(.submit) {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .comment-form input:not(.submit) {
    max-width: 16.66667rem;
  }
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  float: left;
  display: block;
  margin-right: 1.25%;
  width: 100%;
}

.comment-form-author label:last-child,
.comment-form-email label:last-child,
.comment-form-url label:last-child {
  margin-right: 0;
}

@media screen and (min-width: 640px) {
  .comment-form-author label,
  .comment-form-email label,
  .comment-form-url label {
    width: 5rem;
  }
}

.comment-list .children {
  margin-left: 0;
  padding-left: 1.33333rem;
}

@media screen and (min-width: 640px) {
  .comment-list .children {
    padding-left: 2.33333rem;
  }
}

@media screen and (min-width: 768px) {
  .comment-list .children {
    padding-left: 4rem;
  }
}

.entry-title {
  font-size: 2.4rem;
}

.sticky,
.comments-link {
  display: block;
}

.hentry {
  margin: 0 0 1.6rem 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.6rem 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.6rem 0;
}

.edit-link {
  margin: 0 1.6rem;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.consumer_blog-template-default .entry-meta {
  padding: 25px 0;
}

.site-footer {
  background: #001A35;
  color: #fff;
  padding: 30px 0;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .menu-footer-menu-container,
.site-footer .menu-consumer-footer-menu-container {
  text-transform: uppercase;
}

.site-footer .menu-footer-menu-container ul,
.site-footer .menu-consumer-footer-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .menu-footer-menu-container ul::after,
.site-footer .menu-consumer-footer-menu-container ul::after {
  clear: both;
  content: "";
  display: block;
}

.site-footer .menu-footer-menu-container ul li,
.site-footer .menu-consumer-footer-menu-container ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding-left: 10px;
  font-size: 16px;
}

.site-footer .menu-footer-menu-container ul li:first-of-type,
.site-footer .menu-consumer-footer-menu-container ul li:first-of-type {
  border-left: none;
  padding-left: 0;
}

.site-footer .menu-footer-menu-container ul li:last-of-type,
.site-footer .menu-consumer-footer-menu-container ul li:last-of-type {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .site-footer .menu-footer-menu-container ul li,
  .site-footer .menu-consumer-footer-menu-container ul li {
    margin: 0 10px 20px 0;
    font-size: 15px;
  }
}

.site-footer .copyright-text p {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .site-footer .menu-row {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 992px) {
  .site-footer .menu-row .col-md-8 {
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 20px;
  }
}

@media screen and (max-width: 992px) {
  .site-footer .menu-row .col-md-4 {
    max-width: 100%;
    margin: auto;
    justify-content: center;
    padding-top: 20px;
  }
}

/* PREFOOTER (bottom) */
.footer {
  background: #001122;
}

.footer .prefooter-inner {
  padding-bottom: 15px;
  padding-top: 15px;
}

.footer .prefooter-inner .footer-logos {
  opacity: .5;
}

.footer .prefooter-inner .footer-logos ul {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .footer .prefooter-inner .footer-logos ul {
    flex-wrap: wrap;
    margin-top: 15px;
  }
}

.footer .prefooter-inner .footer-logos ul li {
  list-style: none;
  padding: 0 15px;
  margin: 15px 0;
  width: 20%;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .footer .prefooter-inner .footer-logos ul li {
    border-right: 1px solid #fff;
  }
  .footer .prefooter-inner .footer-logos ul li:last-child {
    border-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer .prefooter-inner .footer-logos ul li {
    width: 33%;
    margin: auto;
  }
}

.footer .prefooter-inner .footer-logos ul li img {
  max-height: 80px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .footer .prefooter-inner .footer-logos ul li img {
    max-height: 100px;
  }
}

.footer .prefooter-inner .footer-info {
  color: #fff;
  font-family: "Overpass", sans-serif;
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .footer .prefooter-inner .footer-info {
    display: flex;
    text-align: center;
    justify-content: center;
  }
}

.footer .prefooter-inner .footer-info a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}

.footer .prefooter-inner .footer-info a:hover {
  color: #91A5B1;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  resize: vertical;
  vertical-align: baseline;
}

/* Prevent resizing on file inputs */ 
input[type="file"] {
  resize: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="text"]::-ms-clear,
input[type="search"]::-ms-clear {
  display: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  appearance: none;
  border: 0.06667rem solid #ccc;
  border-radius: 0;
  color: #666;
  line-height: 1.5;
  padding: 0.375rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #3F505A;
  color: #111;
  outline: none;
}

textarea {
  height: auto;
  width: 100%;
  overflow: auto;
  vertical-align: top;
}

.form-control {
  border: none;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-wrap {
  background: #ccc;
  padding: 20px 25px;
}

.form-wrap .form-wrap__title {
  margin-bottom: 20px;
  text-align: center;
}

.form-wrap nf-field {
  display: block;
  margin-bottom: 15px;
}

.form-wrap nf-field .submit-container {
  margin-bottom: 0;
  text-align: center;
}

.form-wrap .label-above .nf-field-label {
  margin-bottom: 5px;
}

.form-wrap .label-above .nf-field-label label {
  font-weight: 400;
}

.form-wrap .nf-before-form-content {
  display: none;
}

.form-wrap input,
.form-wrap textarea,
.form-wrap select {
  background: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
}

.btn {
  border-radius: 30px;
  border-width: 2px;
  font-size: 16px;
  padding: .45rem 1.75rem;
  text-shadow: none;
}

.btn.btn-sm {
  padding: .15rem 1rem;
}

@media only screen and (max-width: 991px) {
  .btn {
    font-size: 13px;
  }
}

.btn-default {
  background-color: #837443;
  color: #fff;
}

.btn-default:hover {
  background-color: #615632;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #837443;
  border-radius: 30px;
  padding: .35rem 1.75rem;
}

.btn-white:hover {
  color: #615632;
}

.btn-blue {
  background-color: #004892;
  color: #fff;
  border-radius: 30px;
  padding: .35rem 1.75rem;
}

.btn-blue:hover {
  background-color: #011121;
  color: #e6e6e6;
}

.btn-transparent:hover {
  border: 2px solid;
}

.site-header {
  background: #fff;
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.75);
  overflow: visible;
  position: relative;
  z-index: 100;
  padding-bottom: 10px;
}

@media only screen and (max-width: 900px) {
  .site-header {
    padding-bottom: 0;
  }
}

.separator {
  border-left: 1px solid #ccc;
  margin: 0 30px;
  height: 34px;
}

#top-nav {
  display: flex;
  z-index: 100;
  flex-direction: column-reverse;
}

#top-nav #google_language_translator {
  padding: 0 15px;
}

#top-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#top-nav ul::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (max-width: 480px) {
  #top-nav ul {
    display: block;
    flex-direction: row;
    width: 100%;
    padding: 10px 0;
  }
}

#top-nav ul li {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  #top-nav ul li {
    width: 100%;
    margin: 10px 1px;
  }
}

#top-nav ul li:not(:last-child) {
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 480px) {
  #top-nav ul li:not(:last-child) {
    width: 100%;
    margin: 10px 1px;
  }
}

#top-nav ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 5px;
  font-size: 17px;
  background-color: #40505a;
  transition: all 0.5s ease;
}

#top-nav ul li a:hover {
  background: #568aac;
}

#top-nav .social-menu {
  margin: 0 25px 0 0;
}

#top-nav .search-box {
  max-width: 250px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  display: flex;
  border: 1px solid #cccccc;
  border-radius: 30px;
  padding: 0 15px;
  margin: 5px 0 15px;
}

#top-nav .search-box .icon {
  z-index: 1;
  color: #837443;
}

#top-nav .search-box input#search {
  height: 30px;
  background: transparent;
  border: none;
  font-size: 16px;
  color: #5d5d5d;
  padding-left: 10px;
  border-radius: 5px;
  transition: background .55s ease;
}

#google_language_translator {
  cursor: pointer;
}

#google_language_translator select.goog-te-combo {
  color: #5D5D5D !important;
  border: 0px !important;
  appearance: none;
  padding: 0 !important;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  width: auto !important;
  cursor: pointer;
}

.skiptranslate.goog-te-gadget {
  border: 1px solid #cccccc;
  border-radius: 30px;
  padding: .2rem 1rem .1rem;
  height: 34px !important;
}

section.covid-notice {
  background: #004892;
  padding: 1rem 0;
  color: #fff;
}

section.covid-notice a.btn.btn-outline {
  color: #fff;
  background: transparent;
  border-color: #fff;
  border-width: 2px;
  margin-left: auto;
}

section.covid-notice p {
  margin: 0;
  padding: 0;
  line-height: 1.75;
}

li.menu-search {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

li.menu-search #s {
  border-radius: 20px;
  padding: 2px 0 2px 20px;
  margin-right: 5px;
  width: 180px;
}

li.menu-search #s #searchform {
  display: flex;
}

.hero-area {
  overflow-y: hidden;
  position: relative;
  z-index: 1;
}

.hero-area::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: 2;
}

.hero-area .hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 33.33333rem;
  min-height: 33.33333rem;
  position: relative;
  text-align: center;
  z-index: 3;
}

.hero-area .hero-content .hero-title,
.hero-area .hero-content .hero-description,
.hero-area .hero-content .hero-button {
  color: #fff;
}

.hero-area .hero-content .hero-description {
  padding-bottom: 1.6rem;
}

.hero-area .hero-content .hero-button {
  padding: 0.8rem 2.66667rem;
  background: transparent;
  border: 2px solid #fff;
}

.hero-area .hero-content .hero-button:hover {
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons::after {
  clear: both;
  content: "";
  display: block;
}

.social-icons::after {
  clear: both;
  content: "";
  display: block;
}

.social-icons .social-icon {
  display: inline-block;
}

.social-icons .social-icon .icon-facebook {
  height: 2rem;
  width: 2rem;
  fill: #3b5998;
}

.social-icons .social-icon .icon-facebook:hover {
  fill: #718dc8;
}

.social-icons .social-icon .icon-facebook-square {
  height: 2rem;
  width: 2rem;
  fill: #3b5998;
}

.social-icons .social-icon .icon-facebook-square:hover {
  fill: #718dc8;
}

.social-icons .social-icon .icon-googleplus {
  height: 2rem;
  width: 2rem;
  fill: #dd4b39;
}

.social-icons .social-icon .icon-googleplus:hover {
  fill: #ec9a90;
}

.social-icons .social-icon .icon-googleplus-square {
  height: 2rem;
  width: 2rem;
  fill: #dd4b39;
}

.social-icons .social-icon .icon-googleplus-square:hover {
  fill: #ec9a90;
}

.social-icons .social-icon .icon-instagram {
  height: 2rem;
  width: 2rem;
  fill: #517fa4;
}

.social-icons .social-icon .icon-instagram:hover {
  fill: #92b0c9;
}

.social-icons .social-icon .icon-instagram-square {
  height: 2rem;
  width: 2rem;
  fill: #517fa4;
}

.social-icons .social-icon .icon-instagram-square:hover {
  fill: #92b0c9;
}

.social-icons .social-icon .icon-linkedin {
  height: 2rem;
  width: 2rem;
  fill: #007bb6;
}

.social-icons .social-icon .icon-linkedin:hover {
  fill: #1db6ff;
}

.social-icons .social-icon .icon-linkedin-square {
  height: 2rem;
  width: 2rem;
  fill: #007bb6;
}

.social-icons .social-icon .icon-linkedin-square:hover {
  fill: #1db6ff;
}

.social-icons .social-icon .icon-pinterest {
  height: 2rem;
  width: 2rem;
  fill: #cb2027;
}

.social-icons .social-icon .icon-pinterest:hover {
  fill: #e76a6f;
}

.social-icons .social-icon .icon-pinterest-square {
  height: 2rem;
  width: 2rem;
  fill: #cb2027;
}

.social-icons .social-icon .icon-pinterest-square:hover {
  fill: #e76a6f;
}

.social-icons .social-icon .icon-rss {
  height: 2rem;
  width: 2rem;
  fill: #f90;
}

.social-icons .social-icon .icon-rss:hover {
  fill: #ffc266;
}

.social-icons .social-icon .icon-rss-square {
  height: 2rem;
  width: 2rem;
  fill: #f90;
}

.social-icons .social-icon .icon-rss-square:hover {
  fill: #ffc266;
}

.social-icons .social-icon .icon-twitter {
  height: 2rem;
  width: 2rem;
  fill: #00aced;
}

.social-icons .social-icon .icon-twitter:hover {
  fill: #54d0ff;
}

.social-icons .social-icon .icon-twitter-square {
  height: 2rem;
  width: 2rem;
  fill: #00aced;
}

.social-icons .social-icon .icon-twitter-square:hover {
  fill: #54d0ff;
}

.social-icons .social-icon .icon-youtube {
  height: 2rem;
  width: 2rem;
  fill: #b00;
}

.social-icons .social-icon .icon-youtube:hover {
  fill: #ff2222;
}

.social-icons .social-icon .icon-youtube-square {
  height: 2rem;
  width: 2rem;
  fill: #b00;
}

.social-icons .social-icon .icon-youtube-square:hover {
  fill: #ff2222;
}

.social-icons .social-icon:last-child {
  margin-right: 0;
}

.navbar-toggler {
  margin: 40px 0 0;
  padding: 10px;
}

.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  background: transparent;
  outline: none;
}

.navbar-toggler:not(.collapsed) #menu-icon span {
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) #menu-icon span:before,
.navbar-toggler:not(.collapsed) #menu-icon span:after {
  top: 8px;
  left: 0;
}

.navbar-toggler:not(.collapsed) #menu-icon span:before {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) #menu-icon span:after {
  transform: rotate(-45deg);
}

#menu-icon {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 35px 10px 0;
  cursor: pointer;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

#menu-icon span,
#menu-icon span:before,
#menu-icon span:after {
  display: block;
  position: absolute;
  height: 4px;
  width: 35px;
  top: 0;
  background: #000;
  border-radius: 1px;
  cursor: pointer;
  transition: all 500ms ease-in-out;
  content: '';
}

#menu-icon span:before {
  top: 8px;
}

#menu-icon span:after {
  top: 16px;
}

.navbar-brand {
  max-width: 200px;
  margin-top: 15px;
}

@media only screen and (min-width: 1200px) {
  .navbar-brand {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}

button.navbar-toggler {
  position: absolute;
  right: 0;
}

.navbar {
  padding: 0;
  margin-top: 20px;
}

.navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
}

.dropdown-toggle:after {
  color: #837443;
}

.navbar-light .navbar-nav .nav-item.gold a.nav-link {
  color: #837443;
}

.navbar-light .navbar-nav .nav-item.divider:after {
  border-bottom: 1px solid #ccc;
  content: "";
  width: 100%;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-light .navbar-nav .nav-item a.nav-link {
  color: #465D6F;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 1200px) {
  .navbar-light .navbar-nav .nav-item a.nav-link {
    padding: 1.5rem 1rem !important;
  }
}

.navbar-light .navbar-nav .nav-item.active a {
  color: #465D6F !important;
}

.page-employee-login .header-nav,
.page-new-hire-login .header-nav {
  background: #91A5B1;
}

@media screen and (max-width: 992px) {
  .page-employee-login .header-nav,
  .page-new-hire-login .header-nav {
    position: relative;
  }
}

@media screen and (max-width: 992px) {
  .page-employee-login .navbar,
  .page-new-hire-login .navbar {
    padding: 0;
  }
}

.pass-body {
  margin-top: 150px;
  padding: 50px;
  text-align: center;
  background: #fff;
}

.read-more {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.read-more:hover {
  color: #3F505A;
}

.dropdown-menu {
  border-radius: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  border: 1px solid;
}

@media only screen and (max-width: 991px) {
  .dropdown-menu {
    border: none;
    background: #f0f1f3;
  }
}

.social-menu {
  display: inline-block;
  margin: 5px 0;
  vertical-align: top;
}

.social-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-menu ul li {
  display: inline-block;
  margin: 0;
}

.social-menu ul li:not(:last-child) {
  margin: 0 20px 0 0;
}

.social-menu a {
  font-size: 20px;
  line-height: 24px;
}

.menu-social li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-social li.dribbble a::before,
.menu-social li a[href*="dribbble.com"]::before {
  content: "\f17d";
}

.menu-social li.facebook a::before,
.menu-social li a[href*="facebook.com"]::before {
  content: "\f09a";
}

.menu-social li.flickr a::before,
.menu-social li a[href*="flickr.com"]::before {
  content: "\f16e";
}

.menu-social li.github a::before,
.menu-social li a[href*="github.com"]::before {
  content: "\f09b";
}

.menu-social li.googleplus a::before,
.menu-social li a[href*="plus.google.com"]::before {
  content: "\f0d5";
}

.menu-social li.instagram a::before,
.menu-social li a[href*="instagram.com"]::before {
  content: "\f16d";
}

.menu-social li.lastfm a::before,
.menu-social li a[href*="last.fm"]::before {
  content: "\f202";
}

.menu-social li.linkedin a::before,
.menu-social li a[href*="linkedin.com"]::before {
  content: "\f0e1";
}

.menu-social li.pinterest a::before,
.menu-social li a[href*="pinterest.com"]::before {
  content: "\f231";
}

.menu-social li.skype a::before,
.menu-social li a[href*="skype.com"]::before {
  content: "\f17e";
}

.menu-social li.spotify a::before,
.menu-social li a[href*="spotify.com"]::before {
  content: "\f1bc";
}

.menu-social li.stumbleupon a::before,
.menu-social li a[href*="stumbleupon.com"]::before {
  content: "\f1a4";
}

.menu-social li.tumblr a::before,
.menu-social li a[href*="tumblr.com"]::before {
  content: "\f173";
}

.menu-social li.twitter a::before,
.menu-social li a[href*="twitter.com"]::before {
  content: "\f099";
}

.menu-social li.vimeo a::before,
.menu-social li a[href*="vimeo.com"]::before {
  content: "\f27d";
}

.menu-social li.vine a::before,
.menu-social li a[href*="vine.co"]::before {
  content: "\f1ca";
}

.menu-social li.vk a::before,
.menu-social li a[href*="vk.com"]::before {
  content: "\f189";
}

.menu-social li.xing a::before,
.menu-social li a[href*="xing.com"]::before {
  content: "\f168";
}

.menu-social li.youtube a::before,
.menu-social li a[href*="youtube.com"]::before {
  content: "\f16a";
}

.menu-social li.rss-feed a::before,
.menu-social a.rss-feed::before {
  content: "\f09e";
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  width: 100%;
}

table thead {
  display: table-row-group;
}

table th,
table td {
  padding: 0.66667rem;
  text-align: center;
}

@media screen and (min-width: 640px) {
  table th,
  table td {
    display: table-cell;
  }
}

table th {
  font-size: 0.93333rem;
  letter-spacing: 0.06667rem;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  table th {
    display: table-cell;
  }
}

table tr {
  display: block;
  margin-bottom: 0.66667rem;
}

@media screen and (min-width: 640px) {
  table tr {
    display: table-row;
    margin-bottom: 0;
  }
}

table td {
  border: 0.06667rem solid #ccc;
  border-bottom: 0;
  display: block;
  font-size: 0.86667rem;
  text-align: center;
}

@media screen and (min-width: 640px) {
  table td {
    border-bottom: 0;
  }
}

table td:last-child {
  border-bottom: 0.06667rem solid #ccc;
}

table td::before {
  content: "";
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  table {
    border: 0.06667rem solid #ccc;
  }
}

.site-footer {
  background: #001A35;
  color: #fff;
  padding: 30px 0;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .menu-footer-menu-container,
.site-footer .menu-consumer-footer-menu-container {
  text-transform: uppercase;
}

.site-footer .menu-footer-menu-container ul,
.site-footer .menu-consumer-footer-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .menu-footer-menu-container ul::after,
.site-footer .menu-consumer-footer-menu-container ul::after {
  clear: both;
  content: "";
  display: block;
}

.site-footer .menu-footer-menu-container ul li,
.site-footer .menu-consumer-footer-menu-container ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding-left: 10px;
  font-size: 16px;
}

.site-footer .menu-footer-menu-container ul li:first-of-type,
.site-footer .menu-consumer-footer-menu-container ul li:first-of-type {
  border-left: none;
  padding-left: 0;
}

.site-footer .menu-footer-menu-container ul li:last-of-type,
.site-footer .menu-consumer-footer-menu-container ul li:last-of-type {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .site-footer .menu-footer-menu-container ul li,
  .site-footer .menu-consumer-footer-menu-container ul li {
    margin: 0 10px 20px 0;
    font-size: 15px;
  }
}

.site-footer .copyright-text p {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .site-footer .menu-row {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 992px) {
  .site-footer .menu-row .col-md-8 {
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 20px;
  }
}

@media screen and (max-width: 992px) {
  .site-footer .menu-row .col-md-4 {
    max-width: 100%;
    margin: auto;
    justify-content: center;
    padding-top: 20px;
  }
}

/* PREFOOTER (bottom) */
.footer {
  background: #001122;
}

.footer .prefooter-inner {
  padding-bottom: 15px;
  padding-top: 15px;
}

.footer .prefooter-inner .footer-logos {
  opacity: .5;
}

.footer .prefooter-inner .footer-logos ul {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .footer .prefooter-inner .footer-logos ul {
    flex-wrap: wrap;
    margin-top: 15px;
  }
}

.footer .prefooter-inner .footer-logos ul li {
  list-style: none;
  padding: 0 15px;
  margin: 15px 0;
  width: 20%;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  .footer .prefooter-inner .footer-logos ul li {
    border-right: 1px solid #fff;
  }
  .footer .prefooter-inner .footer-logos ul li:last-child {
    border-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer .prefooter-inner .footer-logos ul li {
    width: 33%;
    margin: auto;
  }
}

.footer .prefooter-inner .footer-logos ul li img {
  max-height: 80px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .footer .prefooter-inner .footer-logos ul li img {
    max-height: 100px;
  }
}

.footer .prefooter-inner .footer-info {
  color: #fff;
  font-family: "Overpass", sans-serif;
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .footer .prefooter-inner .footer-info {
    display: flex;
    text-align: center;
    justify-content: center;
  }
}

.footer .prefooter-inner .footer-info a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
}

.footer .prefooter-inner .footer-info a:hover {
  color: #91A5B1;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.gform_wrapper {
  background: #fff;
  border: 0 solid #fff;
  padding: 0;
}

.gform_wrapper.gform_body .gform_fields .gfield,
.gform_wrapper.gform_body .gform_fields .gfield.gf_left_half,
.gform_wrapper.gform_body .gform_fields .gfield.gf_right_half {
  margin-bottom: 1.66667rem;
}

.gform_wrapper .gfield_label {
  color: #333;
  font-size: 1.06667rem;
  font-weight: 700;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="file"],
.gform_wrapper textarea {
  background: #fff;
}

.gform_wrapper textarea {
  width: 100%;
}

.gform_wrapper select {
  -webkit-appearance: none;
  background: url("assets/images/svg-icons/caret-down.svg") no-repeat 97% transparent;
  background-color: #fff;
  background-size: 0.8rem;
  border-color: #ccc;
  border-radius: 0;
  line-height: 1.45;
  padding: 0.375rem;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .gform_wrapper select {
    width: 49%;
  }
}

.gform_wrapper select[multiple="multiple"] {
  background: #fff;
}

.gform_wrapper .gform_body .gform_fields .gfield select,
.gform_wrapper.gf_browser_chrome .gform_body .gform_fields .gfield select {
  margin-left: 0;
  width: 100% !important;
}

@media screen and (min-width: 640px) {
  .gform_wrapper .gform_body .gform_fields .gfield select,
  .gform_wrapper.gf_browser_chrome .gform_body .gform_fields .gfield select {
    width: 49% !important;
  }
}

.gform_wrapper .gfield .chosen-container-single {
  font-size: 1.06667rem;
}

.gform_wrapper .gfield .chosen-container-single .chosen-single {
  background: #fff;
  border-color: #ccc;
  border-radius: 0;
  height: auto;
  padding: 0.375rem;
}

.gform_wrapper .gfield .chosen-container-single .chosen-single div b {
  position: absolute;
  top: 40%;
  right: 0.73333rem;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ccc;
  background: none;
}

.gform_wrapper .gfield .chosen-container-single .chosen-drop .chosen-search input[type="text"] {
  background: none;
}

.gform_wrapper .gfield .chosen-container-single .chosen-drop .chosen-results li {
  padding: 0.66667rem 0.33333rem;
}

.gform_wrapper .gfield .chosen-container-single.chosen-container-single.chosen-with-drop .chosen-single {
  background-image: none;
}

.gform_wrapper .gfield .chosen-container-single.chosen-container-single.chosen-with-drop .chosen-single div b {
  height: 0;
  width: 0;
  border-bottom: 6px solid #ccc;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border: none;
}

#content .gform_wrapper {
  margin-right: 0;
  max-width: 100%;
}

#content .gform_wrapper input[type="text"],
#content .gform_wrapper input[type="url"],
#content .gform_wrapper input[type="email"],
#content .gform_wrapper input[type="tel"],
#content .gform_wrapper input[type="number"],
#content .gform_wrapper input[type="password"],
#content .gform_wrapper input[type="file"],
#content .gform_wrapper textarea {
  padding: 0.375rem;
  width: 100%;
}

@media screen and (min-width: 640px) {
  #content .gform_wrapper input[type="text"],
  #content .gform_wrapper input[type="url"],
  #content .gform_wrapper input[type="email"],
  #content .gform_wrapper input[type="tel"],
  #content .gform_wrapper input[type="number"],
  #content .gform_wrapper input[type="password"],
  #content .gform_wrapper input[type="file"],
  #content .gform_wrapper textarea {
    width: 49%;
  }
}

#content .gform_wrapper .chosen-search input[type="text"],
#content .gform_wrapper textarea {
  width: 100%;
}

#content .gform_wrapper .gf_left_half,
#content .gform_wrapper .gf_right_half {
  width: 100%;
}

@media screen and (min-width: 640px) {
  #content .gform_wrapper .gf_left_half input[type="text"],
  #content .gform_wrapper .gf_left_half input[type="url"],
  #content .gform_wrapper .gf_left_half input[type="email"],
  #content .gform_wrapper .gf_left_half input[type="tel"],
  #content .gform_wrapper .gf_left_half input[type="number"],
  #content .gform_wrapper .gf_left_half input[type="password"],
  #content .gform_wrapper .gf_left_half input[type="file"],
  #content .gform_wrapper .gf_right_half input[type="text"],
  #content .gform_wrapper .gf_right_half input[type="url"],
  #content .gform_wrapper .gf_right_half input[type="email"],
  #content .gform_wrapper .gf_right_half input[type="tel"],
  #content .gform_wrapper .gf_right_half input[type="number"],
  #content .gform_wrapper .gf_right_half input[type="password"],
  #content .gform_wrapper .gf_right_half input[type="file"] {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  #content .gform_wrapper .gf_left_half,
  #content .gform_wrapper .gf_right_half {
    width: 49%;
  }
}

@media screen and (min-width: 640px) {
  #content .gform_wrapper .gf_left_half {
    margin-right: 2%;
  }
}

#content .gform_wrapper .ginput_complex .name_first input[type="text"],
#content .gform_wrapper .ginput_complex .name_last input[type="text"] {
  width: 100%;
}

.accordion h2 {
  text-align: left;
  font-size: 40px;
  padding-bottom: 25px;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .accordion h2 {
    font-size: 24px;
  }
}

.accordion .accordion__row {
  border-bottom: 1px solid #efefef;
  transition: all 0.5s ease;
}

.accordion .accordion__row:hover {
  background: #efefef;
}

.accordion .accordion__row:not(:last-of-type) {
  margin-bottom: 25px;
}

.accordion .accordion__row.active .accordion__title:after {
  transform: translateY(-50%) rotate(45deg);
}

.accordion .accordion__title {
  position: relative;
  padding: 10px 60px 10px 25px;
}

.accordion .accordion__title:hover {
  cursor: pointer;
}

.accordion .accordion__title:after {
  content: '\f067';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .accordion .accordion__title h3 {
    font-size: 20px;
  }
}

.accordion .accordion__content {
  display: none;
  padding: 10px 25px 20px 25px;
}

.accordion .accordion__content .content-cta {
  display: inline-block;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.slider {
  padding: 0;
  position: relative;
  min-height: 15rem;
  display: flex;
}

.slider:after {
  content: '';
  background: rgba(17, 77, 152, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.slider .slider__slide {
  width: 100%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  filter: grayscale(1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider .slider__slide:before {
  content: '';
  position: absolute;
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  .home .slider .slider__slide {
    background-attachment: fixed;
  }
}

.slider .slider__content {
  color: #fff;
  text-shadow: 0 0 20px rgba(17, 17, 17, 0.25);
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 50px 0;
  align-self: center;
}

.slider .slider__content h1:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-template-template-consumer .slider .slider__content {
  padding: 25px 40px;
}

.slider .slider__content p {
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (min-width: 1200px) {
  .slider .slider__content p {
    font-size: 1.25rem;
  }
}

.slider .slider__content h1 {
  padding-bottom: 30px;
  font-size: 2.25rem;
  line-height: 1;
  z-index: 2;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 1200px) {
  .slider .slider__content h1 {
    font-size: 3rem;
  }
}

.buckets h1, .buckets h2, .buckets h3 {
  color: #004892;
}

.buckets .section-heading {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 991px) {
  .buckets .section-heading {
    text-align: center;
  }
}

.buckets h2 {
  margin: 0 0 10px;
  color: #004892;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  .buckets .bucket-row .bucket-item {
    border-right: 1px solid #ccc;
  }
  .buckets .bucket-row .bucket-item:last-of-type {
    border-right: none;
  }
}

.buckets img {
  display: block;
  margin: 0 auto;
}

.buckets .buckets__content {
  padding: 20px;
  text-align: center;
}

.centered-content.drop-t-padd {
  padding: 0 0 60px;
}

.centered-content h3 {
  color: #004892;
}

section.content-list h1, section.content-list h2 {
  color: #004892;
}

section.content-list .content-listing {
  flex-wrap: wrap;
  overflow: hidden;
}

section.content-list .content-listing .content-pane {
  width: calc( 100% - 100px);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

section.content-list .content-listing .link-pane {
  width: 100px;
  text-align: center;
}

section.content-list .content-listing .link-pane a.button {
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  transition: .45s;
}

section.content-list .content-listing .link-pane a.button span {
  width: 100%;
  align-self: center;
  font-weight: bold;
}

section.content-list .content-listing.white-bg .link-pane a.button {
  color: #004892;
}

section.content-list .content-listing.white-bg .link-pane a.button:hover {
  background: #0073E8;
  text-decoration: none;
  color: #fff;
}

section.content-list .content-listing.blue-bg .link-pane a.button {
  background: #0073E8;
}

section.content-list .content-listing.blue-bg .link-pane a.button:hover {
  background: #001122;
  text-decoration: none;
}

section.content-with-checklist {
  position: relative;
  overflow: hidden;
}

section.content-with-checklist .blue {
  position: relative;
}

section.content-with-checklist .blue:before {
  content: '';
  position: absolute;
  top: -4rem;
  left: 0;
  width: 300%;
  height: calc(100% + 8rem);
  background-color: #004892;
  z-index: 0;
}

@media only screen and (max-width: 991px) {
  section.content-with-checklist .blue:before {
    left: -150%;
  }
}

@media only screen and (max-width: 991px) {
  section.content-with-checklist .blue {
    margin-bottom: 4rem;
  }
}

section.content-with-checklist .blue ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  color: #fff;
  padding-left: 100px;
}

section.content-with-checklist .blue ul::after {
  clear: both;
  content: "";
  display: block;
}

section.content-with-checklist .blue ul li {
  line-height: 1.4;
  margin-bottom: 30px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}

section.content-with-checklist .blue ul li:last-child {
  margin-bottom: 0;
}

section.content-with-checklist .blue ul li:before {
  content: url("assets/images/svg-icons/icon-checkmark.svg");
  position: absolute;
  top: 11px;
  left: -40px;
}

section.content-with-checklist .blue ul li h3 {
  font-size: 33px;
}

section.content-with-checklist .blue ul li p:last-child {
  margin-bottom: 0;
}

section.content-with-checklist .gray {
  position: relative;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  section.content-with-checklist .gray {
    margin-bottom: 8rem;
  }
}

section.content-with-checklist .gray:before {
  content: '';
  position: absolute;
  top: -4rem;
  right: 0;
  width: 300%;
  height: calc(100% + 8rem);
  background-color: #f1f1f1;
  z-index: 0;
}

@media only screen and (max-width: 991px) {
  section.content-with-checklist .gray:before {
    left: -150%;
  }
}

section.content-with-checklist .gray img {
  position: relative;
  z-index: 1;
}

section.content-with-checklist .gray .copy {
  position: relative;
  z-index: 1;
  color: #1c3649;
  padding-left: 60px;
  padding-right: 60px;
}

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

.intro-content h2 {
  margin: 0 0 10px;
  color: #004892;
  text-align: center;
}

.intro-content.intro-content--gray-bg {
  background: #efefef;
}

.intro-content .intro-content__icon-row,
.intro-content .intro-content__bucket-row {
  margin-top: 15px;
}

.intro-content .intro-content__icon-row:first-child,
.intro-content .intro-content__bucket-row:first-child {
  margin-top: -30px;
}

@media screen and (max-width: 1023px) {
  .intro-content .intro-content__icon-row {
    flex-wrap: wrap;
  }
}

.intro-content .intro-content__icon-row .intro-content__icon-column {
  margin-top: 30px;
}

.intro-content .intro-content__icon-row .intro-content__icon-column p {
  text-align: left;
}

.intro-content .intro-content__icon-row .intro-content__icon-column ul {
  text-align: left;
  margin: 0 20px 0 0;
}

.intro-content .intro-content__bucket-row {
  flex-wrap: wrap;
  justify-content: center;
}

.intro-content .intro-content__bucket-row .intro-content__bucket-column {
  max-width: 380px;
  margin-top: 30px;
}

.intro-content .intro-content__bucket-row .intro-content__bucket-image {
  min-height: 250px;
}

.intro-content .intro-content__bucket-row .intro-content__bucket-content {
  background: #fff;
  padding: 30px;
}

.section-divider {
  padding: 0 30px;
}

.alternating-content h1, .alternating-content h2, .alternating-content h3, .alternating-content h4 {
  color: #004892;
}

.alternating-content.remove-bot-pad {
  padding: 60px 60px 0;
}

.alternating-content.alternating-content--full {
  padding: 0;
}

.alternating-content.alternating-content--full .alternating-content__content {
  padding: 60px;
}

.alternating-content.alternating-content--content-left.alternating-content--wrapped .alternating-content__content {
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .alternating-content.alternating-content--content-left.alternating-content--wrapped .alternating-content__content {
    padding-top: 30px;
    padding-right: 0;
  }
}

.alternating-content.alternating-content--content-left.alternating-content--wrapped .alternating-content__image {
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .alternating-content.alternating-content--content-left.alternating-content--wrapped .alternating-content__image {
    padding-left: 15px;
  }
}

.alternating-content.alternating-content--content-right.alternating-content--wrapped .alternating-content__content {
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .alternating-content.alternating-content--content-right.alternating-content--wrapped .alternating-content__content {
    padding-left: 15px;
  }
}

.alternating-content.alternating-content--content-right.alternating-content--wrapped .alternating-content__image {
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .alternating-content.alternating-content--content-right.alternating-content--wrapped .alternating-content__image {
    padding-right: 15px;
  }
}

.alternating-content .alternating-content__image-div {
  padding-top: 70%;
  background-size: contain;
}

.alternating-content .alternating-content__image img {
  margin: auto;
  display: flex;
}

.alternating-content .logo-sized {
  height: 300px;
  width: 300px;
  padding-top: 0;
  margin: auto;
}

@media only screen and (max-width: 991px) {
  .alternating-content .alternating-content__image.bg-image {
    min-height: 400px;
  }
}

.content-form .form-wrap {
  background: #efefef;
}

@media screen and (max-width: 1024px) {
  .content-form .form-wrap .content-form__row {
    display: block;
  }
}

.content-form .form-wrap .form-wrap__title {
  text-align: left;
}

.content-form .form-wrap iframe {
  height: 665px;
}

.form-section {
  padding: 60px 60px 0;
}

.form-section .form-wrap {
  background: none;
}

.form-section .form-wrap .form-wrap__title h3 {
  font-size: 40px;
  line-height: 53px;
}

.form-section .form-wrap .form-wrap__title h3 a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
}

.form-section .form-wrap .form-wrap__title h3 a:hover {
  color: #3F505A;
}

.form-description h3 {
  font-size: 1.5rem;
}

.form-description p, .form-description li {
  font-size: .85rem;
}

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

.cta-block .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .cta-block .container {
    flex-direction: column;
  }
}

.cta-block .cta-block__headline {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .cta-block .cta-block__headline {
    margin: 0 0 5px;
  }
}

.cta-block .cta-block__buttons {
  display: flex;
  flex-wrap: wrap;
}

.cta-block .cta-block__buttons a {
  outline: 5px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  margin: 10px 5px;
  background-color: #fff;
  border-color: #fff;
  color: #333333;
  font-size: 16px;
  padding: 5px 10px;
  transition: all 0.5s ease;
}

.cta-block .cta-block__buttons a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.cta-block.cta-block--column .container {
  flex-direction: column;
}

.cta-block.cta-block--column .cta-block__headline {
  margin: 0 0 15px;
}

.cta-block-fifty {
  padding: 0;
}

.cta-block-fifty .cta-block-fifty__column {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cta-block-fifty .cta-block-fifty__column {
    width: 100%;
  }
}

.cta-block-fifty .cta-block-fifty__column a {
  display: block;
  font-size: 32px;
  font-weight: bold;
  padding: 40px;
}

/* Testimonials */
.dental-testimonials {
  text-align: center;
}

.dental-testimonials h3 {
  font-weight: bold !important;
}

.testimonial-row {
  display: flex;
  margin: 0 -30px;
}

.testimonial-column {
  width: 33.33%;
  padding: 0 30px;
}

.testimonial-column .roundy {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

.testimonial-column .roundy img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.industry-testimonial-carousel .slick-dots li button:before {
  font-size: 16px;
}

.testimonial-dialog {
  background-color: #f5f5f5;
  border: solid 1px #dddddd;
  border-radius: 5px;
  color: #777777;
  margin-bottom: 25px;
  padding: 10px;
  position: relative;
}

.testimonial-dialog p:last-of-type {
  margin-bottom: 0;
}

.testimonial-arrow {
  width: 20px;
  height: 11px;
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  line-height: 0;
  transform: translateX(-50%);
}

.testimonial-name {
  font-size: 20px !important;
  font-weight: bold !important;
  margin: 0;
}

.testimonial-company {
  margin: 5px 0 0;
}

.blog-feed {
  /*padding: 70px 60px;*/
}

.blog-feed img {
  min-height: 300px;
  object-fit: cover;
}

.blog-feed h4 {
  font-size: 1.25rem;
  padding-top: 15px;
}

.post-page {
  display: flex;
}

@media screen and (max-width: 1200px) {
  .post-page {
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .post-sidebar {
    width: 100%;
    padding: 40px 0 0;
  }
}

.post-sidebar h3 {
  font-weight: 300;
}

.post-sidebar ul {
  margin: 0 0 0 10px;
  padding: 0;
}

.post-sidebar ul li {
  font-size: 20px;
  font-weight: 700;
  list-style: none;
  border-top: 1px solid #efefef;
  padding: 3px 0;
}

.post-sidebar ul li:last-child {
  border-bottom: 1px solid #efefef;
}

.post-sidebar ul li a {
  color: #568aac;
  text-decoration: none;
  transition: all 0.5s ease;
}

.post-sidebar ul li a:hover {
  color: #485f80;
}

.blog article:not(:last-of-type),
.archive article:not(:last-of-type),
.page-template-template-consumer-blog article:not(:last-of-type) {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog h2,
.archive h2,
.page-template-template-consumer-blog h2 {
  margin: 0 0 5px;
}

.blog .more-link,
.archive .more-link,
.page-template-template-consumer-blog .more-link {
  display: block;
  border: 2px solid #568aac;
  color: #fff;
  background: #568aac;
  font-weight: 400;
  letter-spacing: initial;
  max-width: 120px;
  margin: 10px 0;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.5s ease;
  font-size: 16px;
}

.blog .more-link:hover,
.archive .more-link:hover,
.page-template-template-consumer-blog .more-link:hover {
  color: #568aac;
  background: transparent;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}

.nav-links a {
  text-transform: capitalize;
}

.nav-links .nav-previous a:before {
  content: '\f100';
  font-family: FontAwesome;
  margin-right: 5px;
}

.nav-links .nav-next a:after {
  content: '\f101';
  font-family: FontAwesome;
  margin-left: 5px;
}

.page-header {
  margin: 0 0 20px;
}

.entry-footer {
  margin: 10px 0 0;
}

.entry-footer .cat-links {
  margin-right: 15px;
}

.widget .search-box {
  max-width: 250px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  display: flex;
  border: 1px solid #cccccc;
  border-radius: 30px;
  padding: 0 15px;
  margin: 5px 0 15px;
}

.widget .search-box .icon {
  z-index: 1;
  color: #837443;
}

.widget .search-box input#search {
  height: 30px;
  background: transparent;
  border: none;
  font-size: 16px;
  color: #5d5d5d;
  padding-left: 10px;
  border-radius: 5px;
  transition: background .55s ease;
}

.page-template-template-consumer-blog .blog-relations h2 {
  font-size: 27px;
  font-weight: 300;
}

.page-template-template-consumer-blog .entry-header-consumer h2 {
  padding-bottom: 25px;
}

.page-template-template-consumer-blog .entry-header-consumer h2 a {
  color: #568aac;
  text-decoration: none;
  transition: all 0.5s ease;
}

.page-template-template-consumer-blog .entry-header-consumer h2 a:hover {
  color: #485f80;
}

.attachment-blog-size {
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
}

.entry-header h2 a {
  color: #568aac;
  text-decoration: none;
  transition: all 0.5s ease;
}

.entry-header h2 a:hover {
  color: #485f80;
}

.social-share {
  padding-bottom: 30px;
}

.social-share h3 {
  color: #5A5A5A;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
  padding: 50px 0 20px;
}

.social-share .social-icons {
  display: flex;
  align-items: center;
  width: 265px;
  border: 1px solid #4080aa;
  padding: 10px 15px;
}

.social-share .social-icons a {
  margin: 0 20px;
  text-decoration: none;
}

.b-bio-wrap {
  padding: 20px 0;
}

.b-bio-wrap h3 {
  color: #5A5A5A;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
  padding: 20px 0;
}

.b-bio-wrap h3 a {
  text-decoration: none;
}

.b-bio-wrap .b-bio {
  border: 1px solid #4080aa;
  padding: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .b-bio-wrap .b-bio {
    flex-direction: column;
  }
}

.b-bio-wrap .b-bio p {
  margin-left: 20px;
}

.related-posts {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.related-posts h3 {
  color: #5A5A5A;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
  padding: 20px 0;
}

.related-posts ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 992px) {
  .related-posts ul {
    flex-direction: column;
  }
}

.related-posts ul li {
  padding: 5px;
  margin: 0 25px 0 0;
}

.related-posts ul li h4 {
  padding: 20px 0 0;
  color: #568aac;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
}

.related-posts ul li p {
  font-size: 13px;
}

.related-posts ul li img {
  max-width: 400px;
  width: 100%;
}

.search-results article {
  padding-bottom: 2.93333rem;
  margin-bottom: 2.66667rem;
  border-bottom: 1px solid #ccc;
}

.search-results article .entry-title {
  font-size: 1.6rem;
  margin-bottom: 1.06667rem;
}

.search-results article .entry-summary {
  margin: 0.66667rem 0 1.33333rem;
}

.search-results article .entry-summary p {
  margin: 0 0 0.66667rem 0;
}

.search-results article .entry-footer {
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .py-lg-big {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

@media only screen and (max-width: 991px) {
  .nopad-mobile {
    padding: 0;
  }
}

.white-trans-bg {
  background: rgba(255, 255, 255, 0.85);
}

.trans-bg {
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);
}

section#home-banner {
  padding: 0;
  background-size: cover;
  background-position: center center;
}

section#home-banner .b2b-info h1 {
  font-size: 3rem;
}

@media only screen and (max-width: 991px) {
  section#home-banner .b2b-info h1 {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 991px) {
  section#home-banner .b2c-info {
    height: 100%;
  }
}

section#home-banner .b2c-info h1, section#home-banner .b2c-info h2, section#home-banner .b2c-info h3, section#home-banner .b2c-info h4, section#home-banner .b2c-info h5 {
  color: #004892;
}

section#home-banner .b2c-info h2 {
  font-size: 2rem;
}

@media only screen and (max-width: 991px) {
  section#home-banner .b2c-info h2 {
    font-size: 1.75rem;
  }
}

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

.just-content.remove-bot-pad {
  padding: 60px 60px 0;
}

.just-content.just-content--gray-bg {
  background: #efefef;
}

.just-content.tertiary-bg a {
  color: #fff;
}

.just-content.tertiary-bg .job-button {
  outline: 5px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  margin: 10px 5px;
  background-color: #fff;
  border-color: #fff;
  color: #333333;
  font-size: 16px;
  padding: 5px 10px;
  transition: all 0.5s ease;
}

.just-content.tertiary-bg .job-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.just-content h2 {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .just-content h2 {
    font-size: 20px;
  }
}

.just-content .add-text-white {
  color: #fff;
}

.just-content p {
  /*padding-left: 30px;*/
}

.just-content .alt-button {
  outline: 5px solid rgba(102, 165, 205, 0.5);
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  margin: 10px 5px;
  background-color: #3F505A;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: normal;
  transition: all 0.5s ease;
}

.just-content .alt-button:hover {
  background-color: #91A5B1;
  color: #fff;
}

.alternating-vid-content {
  counter-increment: h3;
}

.page-design-build-overview .alternating-vid-content h3 {
  position: relative;
  display: inline-grid;
  z-index: 1;
  margin-bottom: 30px;
}

.page-design-build-overview .alternating-vid-content h3:before {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  content: counter(h3);
  font-size: 100px;
  font-style: italic;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.1;
  transform: translate(-50%, -50%);
}

.alternating-vid-content .view-em {
  text-decoration: none;
  color: #568aac;
  font-size: 18px;
  position: relative;
  display: inline-block;
}

.alternating-vid-content .view-em:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #89BDC0;
  visibility: visible;
  transform: scaleX(1);
  transition: all 0.5s ease;
}

.alternating-vid-content .view-em:hover {
  color: #568aac;
}

.alternating-vid-content .view-em:hover:before {
  visibility: visible;
  transform: scaleX(0);
}

@media screen and (max-width: 992px) {
  .alternating-vid-content ul {
    padding: 0;
  }
}

.alternating-vid-content.alternating-vid-content--full {
  padding: 0;
}

.alternating-vid-content.alternating-vid-content--full .alternating-vid-content__content {
  padding: 60px;
}

.alternating-vid-content.alternating-vid-content--full .alternating-vid-content__content ul {
  margin: 0;
}

.page-design-build-overview .alternating-vid-content.alternating-vid-content--content-left {
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .page-design-build-overview .alternating-vid-content.alternating-vid-content--content-left {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .alternating-vid-content.alternating-vid-content--content-left {
    padding-top: 30px;
  }
}

.page-design-build-overview .alternating-vid-content.alternating-vid-content--content-right {
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .page-design-build-overview .alternating-vid-content.alternating-vid-content--content-right {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .alternating-vid-content.alternating-vid-content--content-right {
    padding-left: 15px;
  }
}

.alternating-vid-content .alternating-vid-content__image-div {
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .alternating-vid-content .alternating-vid-content__image.bg-image {
    min-height: 400px;
  }
}

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

.product-content.product-content--gray-bg {
  background: #efefef;
}

@media screen and (max-width: 1023px) {
  .product-content .product-content__icon-row {
    flex-wrap: wrap;
  }
}

.product-content .product-content__icon-row .product-content__icon-column {
  background: #F4F4F4;
  margin: 15px;
  padding: 50px;
}

.product-content .product-content__icon-row .product-content__icon-column p {
  text-align: left;
}

.product-content .product-content__icon-row .product-content__icon-column ul {
  text-align: left;
  margin: 0 20px 0 0;
}

.product-content .product-content__icon-row .product-content__icon-column h3 {
  font-weight: 300;
}

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

@media screen and (max-width: 1023px) {
  .team-content .container .team-content-row {
    flex-wrap: wrap;
  }
}

.team-content .container .team-content-row .team-content-column {
  background: #F4F4F4;
  border: 10px solid #fff;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.team-content .container .team-content-row .team-content-column img {
  width: 310px;
}

.team-content .container .team-content-row .team-content-column h3 {
  font-size: 27px;
}

.team-content .container .team-content-row .team-content-column h4 {
  font-size: 20px;
  font-weight: 100;
}

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

@media screen and (max-width: 1023px) {
  .dload-content .container .dload-content-row {
    flex-wrap: wrap;
  }
}

.dload-content .container .dload-content-row .dload-content-column {
  background: #e2edf5;
  border: 10px solid #fff;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.dload-content .container .dload-content-row .dload-content-column:last-of-type {
  justify-content: center;
}

.dload-content .container .dload-content-row .dload-content-column img {
  width: 220px;
  padding-bottom: 25px;
}

.dload-content .container .dload-content-row .dload-content-column h3 {
  font-size: 27px;
  font-weight: 300;
  padding: 0 5px;
}

.dload-content .container .dload-content-row .dload-content-column .dload-butt {
  outline: 5px solid rgba(102, 165, 205, 0.5);
  text-transform: uppercase;
  text-decoration: none;
  line-height: 24px;
  margin: 10px 5px;
  background-color: #3F505A;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  font-weight: 300;
  transition: all 0.5s ease;
}

.dload-content .container .dload-content-row .dload-content-column .dload-butt:hover {
  background-color: #91A5B1;
}

.cta-form {
  background: #efefef;
  z-index: 99;
  padding: 0 0 50px 0;
}

@media screen and (max-width: 992px) {
  .cta-form {
    padding: 0;
  }
}

.cta-form .block-wrap {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 992px) {
  .cta-form .block-wrap {
    margin-top: 0;
    box-shadow: none;
    top: 0;
  }
}

.cta-form .block-wrap h4 {
  padding: 30px 15px 0;
  margin-bottom: 0;
}

.cta-form .block-wrap .wrapper {
  position: relative;
  padding: 55px 25px;
  background-color: #b0cac9;
}

.cta-form .block-wrap .wrapper:first-of-type {
  background-color: #a4bac8;
}

.cta-form .block-wrap .wrapper:last-of-type {
  background-color: #e4dfc9;
}

.cta-form .block-wrap .wrapper h3 {
  font-size: 1.75rem;
  line-height: 40px;
  font-weight: 400;
}

.cta-form .block-wrap .wrapper .fa {
  border-radius: 100%;
  background: #fff;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-form .block-wrap .wrapper .fa-question {
  font-size: 90px;
  color: #a4bac8;
}

.cta-form .block-wrap .wrapper .fa-mouse-pointer {
  font-size: 45px;
  padding-left: 10px;
  color: #b0cac9;
}

.cta-form .block-wrap .wrapper .fa-line-chart {
  font-size: 50px;
  color: #e4dfc9;
}

.cta-consumer {
  background: #efefef;
  z-index: 99;
}

@media screen and (max-width: 992px) {
  .cta-consumer {
    padding: 0;
  }
}

.cta-consumer .contain {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.cta-consumer .contain .block-wrap {
  max-width: 1140px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  position: relative;
}

@media screen and (max-width: 992px) {
  .cta-consumer .contain .block-wrap {
    position: relative;
    box-shadow: none;
    top: 0;
  }
}

.cta-consumer .contain .block-wrap .wrapper {
  position: relative;
  background-color: #b0cac9;
  transition: all 0.5s ease;
  border-bottom: 1px solid #fff;
}

.cta-consumer .contain .block-wrap .wrapper:hover {
  background-color: #bbb;
}

.cta-consumer .contain .block-wrap .wrapper:first-of-type {
  background-color: #a4bac8;
}

.cta-consumer .contain .block-wrap .wrapper:first-of-type:hover {
  background-color: #bbb;
}

.cta-consumer .contain .block-wrap .wrapper:nth-child(3) {
  background-color: #e4dfc9;
}

.cta-consumer .contain .block-wrap .wrapper:nth-child(3):hover {
  background-color: #bbb;
}

.cta-consumer .contain .block-wrap .wrapper:last-of-type {
  background-color: #a4bac8;
  border-bottom: none;
}

.cta-consumer .contain .block-wrap .wrapper:last-of-type:hover {
  background-color: #bbb;
}

.cta-consumer .contain .block-wrap .wrapper a {
  position: relative;
  padding: 25px;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}

.logo-buckets {
  background-color: #f1f1f1;
}

.logo-buckets img {
  height: 90px;
  width: auto;
  display: block;
  margin: 0 auto 20px;
}

.logo-buckets h3 {
  color: #004892;
  font-size: 20px;
  text-align: center;
}

.logo-callout .copy h2 {
  color: #004892;
  margin-bottom: 20px;
}

.logo-callout .copy p {
  font-size: 20px;
}

.logo-callout .copy p:last-child {
  margin-bottom: 0;
}

.icon-bucket h2 {
  margin: 0 0 10px;
  color: #004892;
  text-align: center;
}

.icon-bucket.intro-content--gray-bg {
  background: #efefef;
}

.icon-bucket .icon-row {
  margin-top: 15px;
}

@media screen and (max-width: 1023px) {
  .icon-bucket .icon-row {
    flex-wrap: wrap;
  }
}

.icon-bucket .icon-row .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  transition: all 0.5s ease;
  width: calc(100% - 3rem);
  left: 1.5rem;
}

@media screen and (min-width: 768px) {
  .icon-bucket .icon-row .icon-column {
    border-right: 1px solid #cccccc;
  }
}

.icon-bucket .icon-row .icon-column:last-child {
  border-right: none;
}

.icon-bucket .icon-row .icon-column .fa {
  font-size: 100px;
  color: #a4bac8;
  margin-bottom: 20px;
}

.icon-bucket .icon-row .icon-column h3 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  margin-bottom: 20px;
}

.icon-bucket .icon-row .icon-column ul {
  text-align: left;
  margin: 0 20px 0 0;
}

section.info-with-table {
  position: relative;
  overflow: hidden;
}

section.info-with-table .blue {
  position: relative;
}

section.info-with-table .blue:before {
  content: '';
  position: absolute;
  top: -4rem;
  right: 0;
  width: 300%;
  height: calc(100% + 8rem);
  background-color: #004892;
  z-index: 0;
}

@media only screen and (max-width: 1199px) {
  section.info-with-table .blue:before {
    left: -150%;
  }
}

@media only screen and (max-width: 1199px) {
  section.info-with-table .blue {
    margin-bottom: 4rem;
  }
}

section.info-with-table .blue .intro,
section.info-with-table .blue ul {
  position: relative;
  z-index: 1;
  color: #fff;
}

section.info-with-table .blue ul {
  font-size: 22px;
  list-style: disc;
}

section.info-with-table .blue ul li {
  line-height: 1.4;
  margin-bottom: 30px;
}

section.info-with-table .gray {
  position: relative;
}

section.info-with-table .gray:before {
  content: '';
  position: absolute;
  top: -4rem;
  left: 0;
  width: 300%;
  height: calc(100% + 8rem);
  background-color: #f1f1f1;
  z-index: 0;
}

@media only screen and (max-width: 1199px) {
  section.info-with-table .gray:before {
    left: -150%;
  }
}

section.info-with-table .gray .intro,
section.info-with-table .gray .table {
  position: relative;
  z-index: 1;
}

section.info-with-table .gray .intro h2,
section.info-with-table .gray .table h2 {
  color: #004892;
}

section.info-with-table .gray .intro span,
section.info-with-table .gray .table span {
  font-size: 16px;
  font-weight: bold;
}

section.info-with-table .gray .table .tablepress thead th {
  background-color: transparent;
  border: none;
  color: #004892;
  text-transform: none;
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  section.info-with-table .gray .table .tablepress thead th {
    padding: 15px;
  }
}

section.info-with-table .gray .table .tablepress tbody {
  border: 2px solid #ddd;
}

section.info-with-table .gray .table .tablepress tbody td {
  padding: 30px;
  border: none;
}

@media only screen and (max-width: 991px) {
  section.info-with-table .gray .table .tablepress tbody td {
    padding: 15px;
  }
}

section.info-with-table .gray .table .tablepress tbody td.column-2 {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}

section.info-with-table .gray .table .tablepress .odd td {
  background-color: #fff;
}

section.info-with-table .gray .table .tablepress .even td {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 991px) {
  section.info-with-table .gray .table .column-1,
  section.info-with-table .gray .table .column-2,
  section.info-with-table .gray .table .column-3 {
    width: 33.33%;
  }
}

.value-buckets img {
  margin-bottom: 20px;
  width: 100%;
}

.value-buckets h3 {
  font-size: 20px;
  color: #004892;
  margin-bottom: 30px;
}

.fancybox-container .fancybox-slide > * {
  padding: 15px;
}

.fancybox-container button.fancybox-close-small:after {
  background-color: #f1f1f1;
}

.fancybox-container button.fancybox-close-small:hover, .fancybox-container button.fancybox-close-small:focus, .fancybox-container button.fancybox-close-small:active {
  background-color: transparent;
}

.fancybox-container button.fancybox-close-small:hover:after, .fancybox-container button.fancybox-close-small:focus:after, .fancybox-container button.fancybox-close-small:active:after {
  background-color: #ccc;
}

.graphic-cta {
  background-image: url(assets/images/cta-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#fancybox-container-1 iframe {
  height: 100%;
}

.panel-list.drop-b-padd {
  padding: 60px 0 30px;
}

.panel-list h2 {
  color: #004892;
}

.panel-list ul {
  font-size: 16px;
}

.image-cards {
  padding: 60px 0 0 0;
}

.image-cards .image-card {
  position: relative;
  transition: .35s;
}

.image-cards .image-card:after {
  content: '';
  background: linear-gradient(180deg, rgba(131, 116, 67, 0.85) 0%, rgba(131, 116, 67, 0.85) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.image-cards .image-card .image-card_bg {
  background-position: center;
  filter: grayscale(100);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s ease all;
  width: 100%;
}

.image-cards .image-card:hover:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #837443 100%);
  top: 50%;
}

.image-cards .image-card:hover .image-card_bg {
  filter: grayscale(0);
}

.image-cards .image-card:hover h3 {
  top: -5px;
}

.image-cards .image-card h3 {
  margin-top: 10rem;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: .15s;
}

.image-cards .image-card-link {
  text-decoration: none;
}

.page-template-template-general-landing .form-wrap {
  background: #fff;
  padding: 0;
}

.page-template-template-industry-landing .we-understand .blue-text {
  margin-bottom: 0;
  margin-right: 30px;
  color: #004892;
  font-size: 22px;
  font-weight: bold;
}

.contact-block {
  padding: 3rem 0 0;
}

.contact-block h1 {
  color: #004892;
  font-size: 3rem;
}

.contact-block h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -1.03125px;
}

.contact-block h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 2.96875px;
}

.contact-block p {
  letter-spacing: -0.5px;
}

.contact-block .blueski {
  background: #004892;
}

.contact-block .blueski h3 {
  color: #fff;
}

.contact-block .blueski h4 {
  color: #D0DEEC;
}

.contact-block .blueski p {
  color: #D0DEEC;
}

.contact-block .blueski a {
  color: #fff;
  font-weight: bold;
}

.contact-block .blueski .blue-sub {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #fff;
}

.contact-block .blueski .btn-blue {
  background-color: #0073E8;
  color: #fff;
  border-radius: 30px;
  padding: .35rem 1.75rem;
  margin-top: 25px;
}

.contact-block .blueski .btn-blue:hover {
  background-color: #011121;
  color: #e6e6e6;
}

.contact-block .blueski div {
  position: relative;
}

.contact-block .blueski div .form-control {
  margin: auto;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #0073E8;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #004892;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #D0DEEC;
  align-self: flex-start;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
}

.contact-block .blueski div .drop-carat {
  position: absolute;
  top: 15px;
  right: 10px;
  pointer-events: none;
  display: block;
}

.contact-block .blueski div .drop-carat:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #D0DEEC;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.contact-block .whitey h3 {
  color: #004892;
}

.contact-block .whitey h4 {
  color: #4D545C;
}

.contact-block .whitey .btn {
  margin-top: 25px;
}

.contact-block .whitey .white-sub {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #728C9F;
}

.contact-block .whitey div {
  position: relative;
}

.contact-block .whitey div .form-control {
  margin: auto;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(70, 93, 111, 0.349049);
  font-size: 16px;
  line-height: 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #1C3649;
  align-self: flex-start;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
}

.contact-block .whitey div .drop-carat {
  position: absolute;
  top: 15px;
  right: 10px;
  pointer-events: none;
  display: block;
}

.contact-block .whitey div .drop-carat:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #837443;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.form-section {
  padding: 60px 60px 0;
}

.form-section .form-wrap {
  background: none;
}

.form-section .form-wrap .form-wrap__title h3 {
  font-size: 40px;
  line-height: 53px;
}

.form-section .form-wrap .form-wrap__title h3 a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s ease;
}

.form-section .form-wrap .form-wrap__title h3 a:hover {
  color: #3F505A;
}

.page-request-a-quote .form-container iframe {
  height: 100%;
  min-height: 775px !important;
}

#full-form h1 {
  color: #004892;
  font-size: 3rem;
}

#full-form .form-container iframe {
  height: 100%;
  min-height: 575px;
}

.pod-cont h1 {
  font-style: normal;
  letter-spacing: -2px;
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 85px;
  color: #004892;
}

@media only screen and (min-width: 1200px) {
  .pod-cont h1 {
    font-size: 3rem;
  }
}

.pod-cont .entry-meta {
  letter-spacing: -1.03125px;
  font-weight: 800;
  font-size: 16px;
  line-height: 26px;
  color: #004892;
}

.pod-cont #backtracks-player {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

.pod-cont p {
  padding-bottom: 0;
}

.all-pods .content-info {
  padding-left: 0;
}

@media only screen and (min-width: 992px) {
  .all-pods .content-info {
    padding-left: 30px;
  }
}

.all-pods .content-info .dateski {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}

.all-pods .content-info h3 {
  color: #004892;
}

.all-pods .lineski {
  border-top: 1px solid #C7C7C7;
}

.all-pods .lineski:last-of-type {
  border-bottom: 1px solid #C7C7C7;
}

.fifty-form {
  padding: 60px 60px 15px;
}

.widget {
  margin: 0 0 1.6rem;
}

.widget select {
  max-width: 100%;
}

.widget_search .search-submit {
  display: none;
}