/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer

# Custom
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-size: 1rem;
  overflow-x: hidden;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  overflow-x: hidden;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn-rounded {
  font-size: 0.75rem;
  padding: .375rem 1.25rem;
  border-radius: 10em;
  -webkit-border-radius: 10em;
}

.bg_blue {
  background: #002f5f;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: "Titillium Web", sans-serif;
}

h1 {
  font-size: 32px;
  padding-bottom: 10px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
}

h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}

h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* others */
.pb-60 {
  padding-bottom: 3.75rem !important;
}

.border-bottom,
.border-top {
  border-color: #dddedf;
}

.bg_img_cover {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.bg_img_contain {
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: contain !important;
}

.imgScale {
  display: block;
  overflow: hidden;
}

.imgScale img,
.imgScale .img {
  width: 100%;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.imgScale:hover img,
.imgScale:hover .img {
  transform: scale(1.1);
}

#share-story {
  margin: 65px auto;
  max-width: 900px;
  width: 100%;
}

#share-story input[type=text],
#share-story textarea {
  background-color: #d8e0e7;
  border: 0;
  padding: 10px;
}

#share-story .gfield_description {
  color: #797f86;
}

#share-story .gfield_label {
  font-weight: 500;
  margin-bottom: 0;
}

#share-story .story-form-photo-upload {
  display: none;
}

#share-story .story-form-choose-industry {
  display: none;
}

#share-story .story-form-recognizing-team-member-aware {
  display: none;
}

#share-story .gform_confirmation_message {
  padding: 0 0 200px;
}

#share-story .gform_button  {
  color: #fff !important;
  font-family: "Titillium Web", sans-serif !important;
  border: none !important;
  background: #0083be !important;
  cursor: pointer !important;
  padding: 12px 45px !important;
  border-radius: 30px !important;
  margin-right: 0 !important;
}

.form-section-title {
  text-align: center;
  padding: 35px 0;
}

.form-section-title h2 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.form-section-title h3.instructions {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #797f86;
}

.form-section-title hr {
  color: #ccd5df;
  background-color: #ccd5df;
  border: 0;
  height: 1px;
  width: 100%;
  margin: 50px 0;
}

.form-footer-divider hr {
  color: #ccd5df;
  background-color: #ccd5df;
  border: 0;
  height: 1px;
  width: 100%;
  margin: 50px 0;
}

.checkradios-radio {
  box-sizing: content-box !important;
}

.checkradios-checkbox,
.checkradios-radio {
  color: #d8e0e7;
  border: 2px solid #d8e0e7;
}

.gfield_radio label {
  padding-right: 15px !important;
}

.gfield_radio li {
  display: inline-block;
  text-align: center;
}

/* Gravity Forms */
.field-two-col {
  display: inline-block;
  width: 50%;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100% !important;
}

.gform_footer {
  text-align: center;
}

.gform_image_button {
  max-height: 45px;
}

@media only screen and (max-width: 641px) {
  .field-two-col {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Content Wrapper & Gutters
--------------------------------------------------------------*/
.main-wrapper {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #ffffff;
  /*box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);*/
  /*padding: .74rem 1rem;*/
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
}

.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
  color: #6c737b;
}

.navbar-brand img.hdr-logo {
  height: 70px;
  margin: 15px 0 15px 75px;
}

.nav-textlink-item a.nav-link {
  padding-left: 14px;
  padding-right: 14px;
}

#main-nav li.nav-item:nth-child(5) {
  margin-left: 2.8125rem;
  /*todo: clean this up*/
}

.nav-social-item {
  width: 2rem;
  text-align: center;
}

@media only screen and (max-width: 780px) {
  #main-nav li.nav-item.nav-social-item {
    display: none;
  }
}
#page-sub-header {
  position: relative;
  /*padding-top: 5rem;*/
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }

  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 1rem !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #565656;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #565656;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}

.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
section {
  width: 100%;
}

.section-title {
  /*max-width: 700px;*/
  margin: 0 auto;
  text-align: center;
}

.section-title h2 {
  margin: 0 0 65px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 4px;
  color: #4d4f53;
  text-transform: uppercase;
}

.section-title hr {
  color: #e2e2e3;
  background-color: #e2e2e3;
  height: 1px;
  width: 145px;
  margin: 45px auto;
  padding: 0;
}

.section-title h3 {
  margin: 0;
  font-family: 'Titillium Web', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 2px;
  color: #f68f1e;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}

.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-item .gallery-columns-2 {
  max-width: 50%;
}

.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
  max-width: 25%;
}

.gallery-item .gallery-columns-5 {
  max-width: 20%;
}

.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*
footer#colophon {
  font-size: 85%;
}

body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}

.navbar-dark .site-info {
  color: #fff;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a,
footer#colophon a {
  color: inherit;
}

#ftr-copy p {
  margin: 0;
  padding: .5rem 1rem;
}

#ftr-social {
  display: flex;
  flex-basis: auto;
  width: 50%;
}

#ftr-social .navbar-nav {
  flex-direction: row;
}
*/

/* Footer */
.footer_top {
  background: #0083be;
  color: #fff;
  padding: 60px 0px;
}

.footer_top .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 790px;
  margin: 0 auto;
}

.footer_top .text {
  border-right: 1px solid #0046ad;
  padding-right: 115px;
  width: 278px;
  padding-bottom: 10px;
}

.footer_top .text span {
  display: block;
  font-size: 16px;
  line-height: 25px;
}

.footer_top .contact {
  padding-left: 115px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 278px);
}

.footer_top .contact .call_us {
  margin-right: 30px;
  width: 168px;
}

.footer_top .contact .email_us {
  width: 198px;
}

.footer_top .contact p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.footer_top .contact a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

.footer_top .contact a:hover {
  text-decoration: underline;
}

.footer_top .contact a:hover i {
  padding-left: 12px;
}

.footer_top .contact a i {
  font-size: 18px;
  padding-left: 8px;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer_top h4 {
  font-size: 31px;
  line-height: 38px;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 10px;
}

.footer_top h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer_bottom {
  padding: 75px 80px 55px;
  position: relative;
}

.footer_bottom .footer_logo {
  position: absolute;
  top: 45px;
  left: 80px;
  width: 116px;
}

.footer_bottom .footer_link {
  margin: 0 auto;
  max-width: 790px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
}

.footer_bottom .footer_link .mob_link {
  display: none;
}

.footer_bottom .footer_link ul li {
  list-style: none;
}

.footer_bottom .footer_link ul li a {
  color: #4d4f53;
  font-size: 13px;
  line-height: 24px;
}

.footer_bottom .footer_link ul li a:hover {
  color: #c75b12;
}

.footer_bottom .footer_link h6 {
  color: #4d4f53;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 10px;
}

.social_link {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social_link li:first-child i {
  padding-left: 0;
}

.social_link i {
  display: inline-block;
  font-size: 20px;
  color: #cccccc;
  padding: 0 10px;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.social_link i:hover {
  color: #c75b12;
}

.footer_para {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}

.footer_para p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}

.footer_para:nth-of-type(2) {
  margin-bottom: 0;
}

.footer_para a {
  color: #d55600;
  vertical-align: baseline;
}

.footer_para a:hover {
  color: #c75b12;
}

.copyright {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.copyright p {
  font-size: 14px;
  line-height: 20px;
}

.copyright .copyrightText span {
  font-size: 16px;
}

.copyright .privacy {
  margin-left: 5px;
}

.copyright .privacy span {
  padding: 0 4px;
  display: inline-block;
  vertical-align: middle;
}

.copyright .privacy a {
  color: #4d4f53;
}

.copyright .privacy a:hover {
  color: #d55600;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }

  #ftr-copy {
    text-align: center;
  }

  #ftr-social {
    float: left;
    width: 100%;
    text-align: center;
  }

  #ftr-social ul {
    margin: 0 auto;
    padding-top: 16px;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }

  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }

  .banner_text h1 {
    font-size: 42px !important;
    line-height: 48px !important;
  }

  .banner_text {
    top: 54% !important;
  }

  .innerbannerText h1 {
    line-height: 50px !important;
    font-size: 46px !important;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }

  .banner_text {
    left: 45px !important;
    max-width: 450px !important;
  }

  .banner_text h4.hero_sub_header_link a {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .banner_text h4.hero_sub_header_link {
    margin-top: 18px !important;
  }

  .innerbannerText h1 {
    line-height: 46px !important;
    font-size: 42px !important;
  }

  .innerbannerText {
    max-width: 75% !important;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }

  .banner_text {
    left: 21px !important;
  }

  .banner_text h1 {
    /*font-size: 30px !important;
    line-height: 35px !important;*/
  }

  .banner_text h4.hero_sub_header_link a {
    /*font-size: 16px !important;
    line-height: 24px !important;*/
  }

  .banner_text h4.hero_sub_header_link {
    margin-top: 15px !important;
  }

  .innerbannerText {
    max-width: 90% !important;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
img.cta-btn {
  display: block;
  height: 45px;
  width: auto;
  margin: 0 auto;
}

/* Maintain aspect ratio utility */
div.aspect-ratio-wrapper {
  width: 36%;
}

div.aspect-ratio-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  background: blue;
  display: block;
}

div.aspect-ratio-wrapper > div.aspect-ratio {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 24px;
  text-align: center;
  display: block;
}

/* model + videojs videos */
.modal {
  border-radius: 0;
  padding: 0;
}

.modal h3 {
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  background: -moz-linear-gradient(top, #2e5764, #1e3d47);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1e3d47), color-stop(1, #2e5764));
}

.video-js {
  width: 100% !important;
  height: 100% !important;
}

.video-dimensions {
  width: 100%;
  height: 100%;
}

.modal {
  max-width: 900px;
}

.modal a.close-modal[class*="icon-"] {
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 4px 12px;
  font-size: 13px;
  color: #fff;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}

/*--------------------------------------------------------------
## Core Values Grid
--------------------------------------------------------------*/
.core-values {
  margin: 0 auto;
  padding: 55px 0 85px;
  background-color: #fff;
  text-align: center;
  color: #f68f1e;
}

.core-value {
  text-align: center;
  height: 280px;
  padding: 0;
  border-right: 1px solid #e2e2e3;
  border-bottom: 1px solid #e2e2e3;
}

.core-value h2 {
  margin: 12px 0;
  font-family: 'Titillium Web', sans-serif;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 4px;
  font-weight: 500;
  color: #f68f1e;
  text-align: center;
  text-transform: uppercase;
}

.core-value p {
  margin: 0;
  color: #4d4f53;
}

.core-value:nth-child(3) {
  border-right: none;
}

.core-value:nth-child(6) {
  border-right: none;
}

.core-value-row:nth-child(3) > .core-value:nth-child(1),
.core-value-row:nth-child(3) > .core-value:nth-child(2),
.core-value-row:nth-child(3) > .core-value:nth-child(3) {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .core-value,
  .core-value-row:nth-child(3) > .core-value:nth-child(1),
  .core-value-row:nth-child(3) > .core-value:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #e2e2e3;
  }

  .core-value-row:nth-child(3) > .core-value:nth-child(3) {
    border-right: none;
  }
}
.cv-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.cv-preview {
  width: 100%;
  height: 100%;
}

.cv-preview img {
  max-height: 125px;
  width: auto;
}

.cv-desc {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #e2e2e3;
}

.cv-desc .cv-content {
  padding: 20px;
}

.cv-desc .cv-content img {
  display: none;
  max-height: 80px;
}

@media only screen and (max-width: 767px) {
  .cv-preview {
    display: none;
  }

  .cv-desc {
    display: block;
    background-color: #fff;
  }

  .cv-desc .cv-content img {
    display: inline;
    max-height: 80px;
  }
}
/*--------------------------------------------------------------
## Homepage Side-by-side CTA
--------------------------------------------------------------*/
.sidebyside-cta {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #fff;
}

.ceo-msg {
  padding: 0;
  height: 480px;
}

.find-career {
  background-color: #f68f1e;
  padding: 0;
  height: 480px;
}

.cta-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 35px;
}

.cta-content h2 {
  margin: 0.75rem 0;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.625rem;
  line-height: 100%;
  letter-spacing: 4px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.cta-content p {
  font-size: 16px;
}

.cta-content img.play-btn {
  width: 75px;
  height: auto;
}

/*--------------------------------------------------------------
## Moments Grid
--------------------------------------------------------------*/
.moments-grid {
  width: 100%;
  /*max-width: 1440px;*/
  margin: 0 auto;
  background-color: #efefef;
}

.photo-row {
  width: 100%;
  height: 33.33vh;
  background-color: #cecece;
  display: flex;
  flex-wrap: wrap;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.photo-row:hover {
  height: 66.666vh;
}

.photo-cell {
  position: relative;
  display: flex;
  width: 25%;
  flex: 1 1 2%;
  /*align-items: center;
  justify-content: center;*/
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.photo-cell:hover {
  flex-grow: 3;
}

.photo-cell .bg {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

.photo-cell .content {
  position: relative;
  z-index: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: center;
  background-color: rgba(0, 0, 0, 0);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*.moment (label) of the tile*/
.photo-cell .content .moment-preview {
  position: absolute;
  width: 100%;
  top: calc(50% - 21px);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.photo-cell:hover .content .moment-preview {
  top: 10%;
}

.photo-cell .content .moment-preview img {
  width: auto;
  height: 43px;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.photo-cell:hover .content .moment-preview img {
  width: auto;
  height: 43px;
}

/*.moment-preview-lg - larger label version of the tile*/
.photo-cell .content .moment-preview-lg {
  position: absolute;
  width: 100%;
  top: calc(50% - 78px);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.photo-cell:hover .content .moment-preview-lg {
  top: 10%;
}

.photo-cell .content .moment-preview-lg img {
  width: auto;
  height: 156px;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.photo-cell:hover .content .moment-preview-lg img {
  width: auto;
  height: 78px;
}

/*--End .moment-preview--*/
.photo-cell .content .cta {
  position: absolute;
  width: 100%;
  padding: 0 2.5%;
  top: 50%;
  opacity: 0.0;
  transition-delay: 0s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  color: #ffffff;
}

.photo-cell:hover .content .cta {
  top: 30%;
  opacity: 1.0;
  transition-delay: 1.0s;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.photo-cell .content .cta h6 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  padding: 0 10%;
  color: #ffffff;
}

.photo-cell .content .cta p {
  color: #ffffff !important;
}

.photo-cell .content .cta a {
  color: #ffffff !important;
}

#photo-cell-mad-logo .cta-btn {
  height: 75px;
}

/*New*/
.photo-cell-body {
  width: 100%;
  height: 100%;
}

.photo-cell-body .cell-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
}

.photo-cell-preview {
  width: 100%;
  height: 100%;
}

.photo-cell-body .photo-cell-preview img {
  width: auto;
  height: 43px;
}

.photo-cell-body.badge-lg .photo-cell-preview img {
  width: auto;
  height: 116px;
}

.photo-cell-body.badge-lg .photo-cell-desc img.cell-content-badge {
  width: auto;
  height: 156px;
}

.photo-cell-desc {
  display: none;
  width: 100%;
  height: 100%;
}

.photo-cell-desc img.cell-content-badge {
  display: block;
  width: auto;
  height: 43px;
  margin: 0 auto 20px;
}

.photo-cell-desc img.cell-icon {
  display: block;
  width: auto;
  height: 100px;
  margin: 0 auto;
}

.cell-content {
  font-weight: 600;
  padding: 0 20px;
}

.cell-content hr {
  color: #fff;
  background-color: #fff;
  border: 0;
  height: 1px;
  width: 105px;
  margin: 0 auto;
  padding: 0;
}

.cell-content h3 {
  font-style: italic;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  padding: 0 10%;
  color: #ffffff;
}

.cell-content h6 {
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  padding: 0 10%;
  color: #ffffff;
}

.cell-content p {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
}

.cell-content-loc {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.cell-content a {
  color: #ffffff !important;
  text-decoration: none;
}

.cell-content .btn {
  margin-top: 22px;
}

.photo-cell-desc a.btn:hover {
  color: #000 !important;
}

.cell-content-ctas {
  margin-top: 35px;
  max-width: 370px;
  width: 100%;
}

.cell-content-ctas .cell-content-cta {
  padding: 15px 25px;
  text-align: center;
}

.cell-content-ctas .cell-content-cta:nth-child(2) {
  border-left: 1px solid #fff;
}

@media only screen and (max-width: 576px) {
  /*.cell-content-ctas .cell-content-cta:nth-child(2) {
    border-left: none;
  }*/
  .cell-content-badge {
    display: none !important;
  }

  .cell-content hr {
    display: none !important;
  }

  .cell-content-cta {
    font-size: 12px !important;
  }

  .cell-content-ctas .cell-content-cta:nth-child(1) {
    padding-right: 7px;
  }

  .cell-content-ctas .cell-content-cta {
    padding: 15px 5px;
  }

  /*exceptions*/
  #photo-cell-mad-logo .cell-content-badge,
  #photo-cell-moment-350 .cell-content-badge,
  #photo-cell-share .cell-content-badge {
    display: block !important;
  }

  .section-title h3 {
    font-size: 22px;
  }
}
.cell-content-cta {
  text-transform: uppercase;
  font-size: 14px;
}

/*one-offs*/
#photo-cell-mad-logo .photo-cell-desc img.cell-content-badge {
  width: 75%;
  height: auto;
}

#photo-cell-mad-logo .cta-btn {
  height: 75px;
}

/*grid responsive*/
@media only screen and (max-width: 840px) {
  /*making it a fixed/non-animated grid for now*/
  .photo-row {
    height: 99.99vh;
  }

  .photo-row:hover {
    height: 99.99vh;
  }

  .photo-cell {
    min-width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  /*making it a fixed/non-animated grid for now*/
  .photo-row {
    height: auto;
  }

  .photo-row:hover {
    height: unset;
  }

  .photo-cell {
    min-width: 100%;
    height: 360px;
  }

  .photo-cell:hover {
    flex-grow: 1;
  }

  .photo-cell-preview {
    display: none;
  }

  .photo-cell-desc {
    display: block;
  }
}
/*--------------------------------------------------------------
# Inner Page
--------------------------------------------------------------*/
main.inner-page .hero-hdr {
  padding: 0;
  width: 100%;
  height: 320px;
  color: #fff;
  position: relative;
}
main.inner-page .hero-hdr h1 {
  color: #fff;
}

main.inner-page .hero-hdr a {
  color: #fff;
}

main.inner-page .hero-hdr a:hover {
  text-decoration: none;
}

main.inner-page .hero-hdr .hero-hdr-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  text-align: left;
  width: 100%;
  color: #FFF;
}

/* Banner Text */
.banner_text {
  position: absolute;
  left: 80px;
  top: 52%;
  transform: translateY(-50%);
  max-width: 560px;
  color: #fff;
  z-index: 9;
}
.banner_text .breadcrumbsLink {
  justify-content: flex-start;
}
.banner_text .breadcrumbsLink li {
  font-family: inherit;
  font-weight: 600;
}
.banner_text .breadcrumbsLink li a:hover {
  color: #f68f1e;
  text-shadow: 1px 1px 4px rgba(56, 56, 56, 0.9);
}

/* -- */
.breadcrumb_sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  z-index: 5;
}

.breadcrumb_sec li {
  margin-right: 8px;
  font-family: "Titillium Web", sans-serif;
}

.breadcrumb_sec li a {
  color: #4d4f53;
  text-transform: inherit;
  font-weight: 400;
  font-size: 16px;
  vertical-align: inherit;
  font-family: "Titillium Web", sans-serif;
}

.breadcrumb_sec li a:hover {
  color: #0083be;
}

.breadcrumb_sec li i {
  font-size: 20px;
}

.breadcrumb_sec .current_page a {
  color: #0083be;
}

.breadcrumb_sec .active a {
  color: #0083be;
}
/* -- */

.banner_text .link_round {
  text-transform: uppercase;
  margin-top: 20px;
}

.banner_text h1 {
  font-size: 45px;
  margin-bottom: 0;
}

.banner_text h1 sup {
  font-size: 60%;
}

.innerbannerText {
  max-width: 55%;
  top: 50%;
  transform: translateY(-60%);
}

.innerbannerText h1 {
  line-height: 1.3;
  /* margin-bottom: 0; */
  color: #fff;
}

.innerbannerText h1 span {
  font-size: 20px;
  font-weight: 600;
  line-height: 42px;
}

.banner_text h4.hero_sub_header_link {
  margin-top: 20px;
}

.banner_text h4.hero_sub_header_link a {
  color: #fff;
}

.banner_text h4.hero_sub_header_link a:hover {
  color: #d55600;
}

/*--------------------------------------------------------------
# Moment Posts
--------------------------------------------------------------*/
main.moment-page .moment-hero {
  padding: 0;
  width: 100%;
  height: 650px;
  color: #fff;
  position: relative;
}

main.moment-page .moment-hero a {
  color: #fff;
}

main.moment-page .moment-hero a:hover {
  text-decoration: none;
}

.moment-hero .moment-hero-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  text-align: center;
  width: 100%;
}

.moment-hero .moment-hero-content-inner {
  padding: 45px;
}

.moment-hero .moment-badge {
  padding: 0 0 75px;
}

.moment-hero .moment-badge img {
  width: 125px;
  height: auto;
}

.moment-hero .moment-hdr-quote-container {
  padding-bottom: 75px;
}

.moment-hero p.moment-hdr-quote {
  margin: 0 0 7px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 110%;
  letter-spacing: 2px;
  font-family: 'Titillium Web', sans-serif;
}

.moment-hero p.moment-hdr-quote-loc {
  margin: 0;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 2px;
  font-family: 'Titillium Web', sans-serif;
}

.moment-hero .moment-hdr-ctas-dual {
  max-width: 350px;
}

.moment-hero .moment-hdr-ctas-dual .moment-hdr-cta:nth-child(2) {
  border-left: 1px solid #fff;
}

@media only screen and (max-width: 576px) {
  .moment-hero .moment-hdr-ctas-dual .moment-hdr-cta:nth-child(2) {
    /*border-left: none;*/
  }
}
.moment-hero .moment-hdr-ctas-single {
  max-width: 175px;
}

.moment-hero .moment-hdr-cta {
  padding: 15px 25px;
  text-align: center;
}

.moment-hero .moment-hdr-cta p {
  margin: 0;
}

.moment-mad-logo {
  width: auto;
  height: 200px;
  position: absolute;
  bottom: 65px;
  right: 65px;
}

.moment-mad-logo-blog {
  width: auto;
  height: 100px;
}

@media only screen and (max-width: 780px) {
  .moment-mad-logo {
    display: none;
  }
}
.moment-hdr-share {
  right: 0;
  bottom: 0;
  display: inline-block;
  position: absolute;
  padding: 25px;
}

.moment-quotes {
  padding: 0;
}

.moment-quotes .quote-img {
  position: relative;
}

.moment-quotes .quote-box .the-quote {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.moment-quotes .quote-box .the-quote-author {
  font-size: 12px;
  font-style: italic;
  margin: 0;
}

.moment-quotes .quote-a {
  padding-bottom: 100px;
}

.moment-quotes .quote-a .quote-box {
  width: 100%;
  max-width: 340px;
  text-align: left;
  color: #fff;
  padding: 25px;
  position: absolute;
  right: 0px;
  bottom: -70px;
}

.moment-quotes .quote-a .quote-box hr {
  color: #e2e2e3;
  background-color: #e2e2e3;
  border: 0;
  height: 1px;
  width: 105px;
  margin: 15px 0;
  padding: 0;
}

.moment-quotes .quote-b {
  /*margin: 150px 0 0;*/
}

.moment-quotes .quote-b .quote-box {
  margin: 45px 0;
  width: 100%;
  text-align: center;
  color: #f68f1e;
}

.moment-quotes .quote-b .quote-box hr {
  color: #f68f1e;
  background-color: #f68f1e;
  border: 0;
  height: 1px;
  width: 105px;
  margin: 15px auto;
  padding: 0;
}

.staff-photos {
  margin: 50px 0 -100px;
}

.staff-a {
  width: 80%;
  float: right;
}

.staff-b {
  width: 60%;
  top: -100px;
  position: relative;
}

.single-cta {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #fff;
}

.single-cta .find-career {
  height: 380px;
}

#moment-content {
  padding: 55px;
  font-size: 16px;
  color: #565656;
}

#moment-content h3.content-tag-line {
  margin: 0 0 22px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: left;
  color: #f68f1e;
  text-transform: uppercase;
}

#moment-content h2.content-header {
  margin: 0 0 22px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 2px;
  font-weight: 400;
  color: #565656;
  text-transform: uppercase;
}

#moment-content h4.content-sub-header {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 600;
  color: #565656;
}

@media only screen and (max-width: 576px) {
  #moment-content {
    padding: 15px;
  }
}
/* 04-01-2021 */
/* filterBy */
.filterBy {
  padding: 3.125rem 0;
  background: #002f5f;
}

.filterBy .content {
  display: flex;
  flex-wrap: wrap;
}

.filterBy .content h3 {
  width: 16%;
  color: #fff;
  font-size: 31px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: 2px;
  margin: 0;
}

.filterBy .content .filterOption {
  width: 84%;
}

.filterOption {
  display: flex;
  justify-content: space-between;
}

.filterOption .option {
  width: 32.3%;
  position: relative;
  background: #fff;
  vertical-align: center;
}

.filterOption .option::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.25rem;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #d55600;
}

.filterOption .option .title {
  padding: 0.75rem 0.9375rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.filterOption .option .title span {
  font-size: 17px;
  line-height: 1;
}

.filterOption .option .title i {
  font-size: 1.375rem;
  color: #d55600;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.filterOption .option .optionActive i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filterOption .selectOption {
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 0.9375rem;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.41;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.filterOption .selectOption::-ms-expand {
  display: none;
}

.filterOption .selectOption option {
  font-size: 1rem;
}

/* All stories */
.sectionPadding_1 {
  padding: 35px 0 5rem;
}

.sectionPadding_2 {
  padding: 2.8125rem 0 5.625rem;
}

.textSection > *:first-child {
  margin-top: 0;
}

.textSection > *:last-child {
  margin-bottom: 0;
}

.textSection p {
  margin-bottom: 1rem;
}

.textSection p:last-child {
  margin-bottom: 0;
}

.textSection.style_2 {
  color: #54565a;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}

.textSection.style_2 h1,
.textSection.style_2 h2,
.textSection.style_2 h3,
.textSection.style_2 h4,
.textSection.style_2 h5 {
  font-family: "apex_newmedium";
  margin-bottom: 0.5rem;
  margin-top: 1.5625rem;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 0;
  color: #54565a;
}

.textSection.style_2 h1 {
  font-size: 1.75rem;
}

.textSection.style_2 h2 {
  font-size: 1.5625rem;
}

.textSection.style_2 h3 {
  font-size: 1.375rem;
}

.textSection.style_2 h4 {
  font-size: 1.25rem;
}

.textSection.style_2 h5 {
  font-size: 1.0625rem;
}

.textSection.style_2 h6 {
  font-family: "apex_newmedium";
  color: #ea8524;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 2.5rem 0;
  display: flex;
  align-items: center;
}

.textSection.style_2 h6 span {
  color: #54565a;
  position: relative;
  display: inline-block;
  padding-right: 1.625rem;
  margin-right: 1.625rem;
}

.textSection.style_2 h6 span::after {
  content: "";
  background: #e6e7e8;
  width: 0.125rem;
  height: 2.375rem;
  position: absolute;
  right: -0.0625rem;
  top: 50%;
  transform: translateY(-50%);
}

.bg_gray {
  background: #f6f6f6;
}

.allStories {
  margin: -0.9375rem;
}
.allStories a:focus {
  outline: none;
}

.allStories::after {
  content: '';
  display: block;
  clear: both;
}

.allStories .grid-sizer,
.allStories .story {
  width: 33.3333%;
}

.allStories .story {
  padding: 0.9375rem;
  float: left;
}

.allStories .story .content {
  padding: 1.25rem;
  text-decoration: none;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.allStories .story .content:hover {
  box-shadow: 0.125rem 0.125rem 0.5rem 0.125rem rgba(0, 0, 0, 0.16);
}

.allStories .story .content:hover .images img {
  transform: scale(1.1);
}

.allStories .story .content .textSection {
  padding: 1.25rem 0 0;
  min-height: 175px;
}

.allStories .story .content + .comment {
  margin-top: 0.9375rem;
}

.allStories .story .images {
  overflow: hidden;
}

.allStories .story .images img {
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.allStories .textSection {
  color: #58595b;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.35;
}

.allStories .textSection p {
  color: #58595b;
}

.allStories .textSection .text_link {
  color: #d55600;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

.allStories .textSection h5 {
  font-size: 1.375rem;
  /*font-family: inherit;*/
  font-weight: 700;
  color: #58595b;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.allStories .comment {
  padding: 1.875rem 1.25rem 1.5rem;
  background: url(../jpg/quote_bg.jpg);
  background-size: 100% 100%;
}

.allStories .comment .textSection {
  color: #fff;
}

.allStories .comment .textSection p {
  color: #fff;
}

.allStories .comment hr {
  border-color: #ebb97f !important;
  margin: 1.5625rem 0 0.9375rem;
  width: 40%;
}

.allStories .comment .designation {
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 600;
}

.viewMSG h5 {
  font-size: 1.1875rem;
  line-height: 1.2;
  padding: 1.25rem 1.875rem;
  max-width: 37.5rem;
  margin: 1.875rem auto 0;
  color: #0046ad;
  border: 0.1875rem solid #0046ad;
  background: #e6f0ff;
  font-family: "apex_newmedium";
  letter-spacing: 1px;
}

/* find career */
.find-career.style_2 {
  height: auto;
  padding: 6.5625rem 0;
}

.find-career.style_2 .cta-content {
  position: static;
  transform: none;
  padding: 0;
}

.find-career.style_2 .cta-content p {
  color: #fff;
  font-size: 1.0625rem;
}

.find-career.style_2 .cta-content h2 {
  margin-top: 0;
}

/* blog post page */
.blogPost .heroImg .img {
  padding-top: 47%;
}

.blogPost .shareBtn {
  margin-bottom: 0 !important;
}

.breadcrumbs {
  padding: 30px 0;
}
.breadcrumbs h1 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.2;
  font-family: "apex_newbook";
  font-weight: normal;
  margin: 0;
  padding-bottom: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-mad-text {
  padding-left: 80px;
}
.banner-mad-text h1 {
  line-height: 1.3;
  color: #fff;
  font-size: 45px;
  margin-bottom: 0;
}
.banner-mad-text span {
  font-family: "Titillium Web", sans-serif;
}

.banner-mad-logo {
  text-align: right;
}
.banner-mad-logo img {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 80px;
}

.breadcrumbsLink {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  padding-left: 0;
}

.breadcrumbsLink li {
  font-family: "apex_newmedium";
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
}

.breadcrumbsLink li + li {
  margin-left: 0.4375rem;
}

.breadcrumbsLink li .fa-angle-right {
  font-size: 0.9375rem;
}

.breadcrumbsLink li a {
  color: #fff;
  text-decoration: none;
}

.breadcrumbsLink li a:hover {
  color: #7ae6ff;
}

.postHeading {
  padding: 1.75rem 0;
  border-bottom: 1px solid #dddedf;
  margin-bottom: 1.5625rem;
}

.postHeading h1 {
  color: #54565a;
  font-family: "apex_newmedium";
  font-size: 1.75rem;
  font-weight: normal;
  margin-top: 0;
  padding-bottom: 0;
}

.postHeading h1 small {
  display: block;
  color: #ea8524;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  letter-spacing: 2px;
}

.postHeading .headingBottom .info {
  line-height: 1.4;
}

.postHeading .headingBottom .info span {
  color: #939598;
  font-family: "apex_newmedium";
  display: block;
  font-size: 0.875rem;
}

.postHeading .headingBottom .author .info {
  display: flex;
  flex-wrap: wrap;
}

.postHeading .headingBottom .author .info span {
  font-family: "apex_newbold";
}

.postHeading .headingBottom .author .info span:first-child {
  max-width: 55%;
}

.postHeading .headingBottom .author .info span + span {
  padding-left: 3rem;
}

.postHeading .like .pld-like-wrap {
  font-size: 1rem;
  color: #939598;
}

.postHeading .like .pld-like-wrap .pld-like-trigger {
  color: #939598;
  margin-right: 0.1875rem;
}

.postHeading .like .pld-like-wrap .pld-like-trigger:hover {
  text-decoration: none;
  color: #f68f1e;
}

.shareBtn {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "apex_newbold";
  font-weight: normal;
  color: #808285;
  width: 9.6875rem;
  padding: 0.4375rem 0.9375rem;
  background: #f2f2f2;
  border-radius: 4px;
}

.shareBtn:hover {
  text-decoration: none;
  color: #fff;
  background: #f68f1e;
}

.shareBtn:hover i {
  border-color: #fff;
}

.shareBtn i {
  height: 2.25rem;
  width: 2.25rem;
  line-height: 2rem;
  text-align: center;
  border: 2px solid #808285;
  border-radius: 50%;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.postFooter {
  padding-top: 1.375rem;
}

.nextPrevPage {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
}

.nextPrevPage li + li {
  margin-left: 1.5625rem;
}

.nextPrevPage li.no_more_blog {
  opacity: 0.5;
}

.nextPrevPage li.no_more_blog a,
.nextPrevPage li.no_more_blog button {
  cursor: default;
  pointer-events: none;
}

.nextPrevPage li.no_more_blog button:hover {
  color: #808285;
  background: #f2f2f2;
}

.nextPrevPage button {
  height: 3.125rem;
  width: 3.125rem;
  border: none;
  color: #808285;
  background: #f2f2f2;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50%;
  padding: 0;
  font-size: 1.125rem;
}

.nextPrevPage button:hover {
  color: #fff;
  background: #f68f1e;
}

.nextPrevPage button:focus {
  outline: none;
}

.nextPrevPage .pageNo {
  font-size: 0.875rem;
  font-family: "apex_newbold";
  color: #808285;
}

.nextPrevPage .pageNo span + span {
  padding-left: 0.5rem;
}

.sideBar .asideWrapper {
  padding-left: 1.875rem;
}

.form-control:focus {
  box-shadow: none;
}

.postSearch {
  margin-bottom: 2.1875rem;
}

.postSearch .form-control {
  font-size: 0.875rem;
  color: #54565a;
  font-family: "apex_newbook";
  border-radius: 0;
  height: 3.4375rem;
  width: 100%;
  border: none;
  background-color: #f8f8f8;
}

.postSearch .form-control::placeholder {
  color: #939598;
  opacity: 1;
}

.postSearch .form-control:-ms-input-placeholder {
  color: #939598;
}

.postSearch .form-control::-ms-input-placeholder {
  color: #939598;
}

.postSearch .input {
  flex-grow: 1;
}

.postSearch .input .form-control {
  padding: 0.5rem 0.9375rem;
  padding-left: 1.375rem;
}

.postSearch .submit {
  width: 3.75rem;
  position: relative;
  z-index: 1;
}

.postSearch .submit .form-control {
  background: transparent;
  position: relative;
  z-index: 3;
  background-color: #e6e7e8;
  background-image: url(../svg/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem auto;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.postSearch .submit .form-control:hover {
  background-color: #f68f1e;
  background-image: url(../svg/search-white-2.svg);
}

aside h4 {
  font-size: 1.25rem;
  font-family: "apex_newbold";
  font-weight: normal;
  color: #54565a;
  line-height: 1.2;
  margin-bottom: 0.9375rem;
  margin-top: 0;
}

aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

aside ul li {
  font-size: 0.875rem;
  font-family: "apex_newmedium";
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.4;
}

aside ul li a:hover {
  text-decoration: none;
}

aside .content + .content {
  margin-top: 2.8125rem;
}

aside .tags {
  display: flex;
  flex-wrap: wrap;
  margin: -0.375rem;
}

aside .tags li {
  padding: 0.375rem;
}

aside .tags li a {
  display: block;
  color: #a7a9ac;
  background: #e6e7e8;
  border-radius: 0.25rem;
  padding: 0.5625rem 1.375rem;
}

aside .tags li a:hover {
  color: #fff;
  background: #f68f1e;
}

aside .relatedStories {
  margin: -0.3125rem;
  display: flex;
  flex-wrap: wrap;
}

aside .relatedStories li {
  padding: 0.3125rem;
  width: 33.3333%;
}

aside .relatedStories li .img {
  padding-top: 77%;
}

.asideLinks li {
  border-bottom: 1px solid #dddedf;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.asideLinks li a {
  color: #54565a;
  background: rgba(0, 70, 173, 0);
  padding: 0.6563rem 0 0.5938rem;
  display: block;
  width: 50%;
  flex-grow: 1;
}

.asideLinks li a:hover {
  color: #fff;
  background: #0046ad;
  padding-left: 0.75rem;
}

.asideLinks li a + span {
  font-family: "apex_newbold";
  font-weight: normal;
  color: #939598;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.375rem;
  background: #f8f8f8;
  height: 1.5625rem;
  min-width: 1.5625rem;
  border-radius: 50%;
  margin-left: 0.3125rem;
}

.asideLinks li.cat-item a {
  margin-right: 0.3125rem;
}

.btnSection {
  padding: 1.875rem 0;
  background: #d55601;
}

.btnSection .btn-rounded {
  font-size: 1rem;
  font-family: "apex_newmedium";
  padding: 0.625rem 2.8125rem;
}

#at20mc #at15s.atm {
  padding: 1rem 0 !important;
  margin-left: -3.6875rem !important;
}

#at20mc #at_hover.atm-s a,
#at20mc .atm-s a {
  padding: 0.25rem 0.625rem !important;
}

#at20mc #at15s .at-icon,
#at20mc #at15s .at-icon-wrapper {
  width: 1rem !important;
  height: 1rem !important;
}

#at20mc #at15s .at-label {
  margin-left: 0.3125rem !important;
}

#at20mc #at15s,
#at20mc #at16p,
#at20mc #at16p form input,
#at20mc #at16p label,
#at20mc #at16p textarea,
#at20mc #at_share .at_item {
  font-size: 0.75rem !important;
}

#at20mc .atm-f {
  padding: 0.3125rem 0.5rem !important;
}

#at20mc .at-branding-logo {
  font-size: 0.625rem !important;
  margin: 0.125rem 0 !important;
}

#at20mc .at-branding-logo .at-branding-icon,
#at20mc .at-branding-logo .at-privacy-icon {
  display: inline-block;
  height: 0.625rem !important;
  width: 0.625rem !important;
  margin-left: 0.25rem !important;
  margin-right: 0.1875rem !important;
  margin-bottom: -0.0625rem !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

#at20mc .atm-i {
  width: 12.5rem !important;
}

/*# sourceMappingURL=mad-style.css.map */
