@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #666;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  line-height: 1.7em; }
  body .crain-single-page, body.single {
    font-size: 14px; }
    body .crain-single-page p, body.single p {
      color: #666;
      font-family: "Open Sans";
      font-weight: 300;
      margin: 0 0 15px; }
    body .crain-single-page ul, body.single ul {
      margin-bottom: 15px;
      list-style-type: square; }
    body .crain-single-page a, body.single a {
      color: #002a4f;
      font-weight: 700;
      text-decoration: none; }
    body .crain-single-page h1, body .crain-single-page h2, body .crain-single-page h3, body .crain-single-page h4, body .crain-single-page h5, body .crain-single-page h6, body.single h1, body.single h2, body.single h3, body.single h4, body.single h5, body.single h6 {
      color: #002a4f;
      font-family: "Montserrat";
      font-weight: normal;
      font-style: normal;
      line-height: 1.6em; }
    body .crain-single-page h2, body .crain-single-page h3, body.single h2, body.single h3 {
      margin-top: 20px;
      margin-bottom: 10px; }
    body .crain-single-page h4, body .crain-single-page h5, body .crain-single-page h6, body.single h4, body.single h5, body.single h6 {
      margin-top: 10px;
      margin-bottom: 10px; }
    body .crain-single-page h2, body.single h2 {
      font-size: 24px; }
    body .crain-single-page h3, body.single h3 {
      font-size: 18px; }
    body .crain-single-page h4, body.single h4 {
      font-size: 16px; }
    body .crain-single-page h5, body.single h5 {
      font-size: 14px; }
    body .crain-single-page h6, body.single h6 {
      font-size: 12px; }
  body .page-header {
    margin: 40px auto 0;
    max-width: 1140px;
    padding: 10px; }
    body .page-header h1 {
      color: #002a4f;
      font-family: "Montserrat";
      font-size: 24px;
      font-weight: 400;
      line-height: 1.6em;
      margin: 0; }
  body .green {
    color: #6eb53d; }

.timeline_um-container .load-more {
  display: none !important; }

a {
  color: #002a4f; }

.site-header {
  position: relative;
  z-index: 2; }
  .site-header .site-branding {
    max-width: 10rem; }
    .site-header .site-branding img {
      position: relative;
      top: 2.875rem; }
  .site-header .site-navigation ul.menu li a {
    color: #fff;
    transition: 0.2s; }
    .site-header .site-navigation ul.menu li a:hover {
      color: #6eb53d; }
  .site-header .site-navigation ul.menu li.menu-item-has-children:after {
    color: #fff;
    transition: 0.2s; }
  .site-header .site-navigation ul.menu li.menu-item-has-children:hover:after {
    color: #6eb53d; }
  .site-header .site-navigation ul.menu .sub-menu li a {
    color: #303030;
    transition: 0.2s; }
    .site-header .site-navigation ul.menu .sub-menu li a:hover {
      color: #6eb53d; }

.widget .textwidget .dropdown-menu {
  height: 235px;
  overflow-y: scroll; }

.dropup {
  position: relative; }

.widget .textwidget .dropdown-menu {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  font-size: 14px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000; }
  .widget .textwidget .dropdown-menu.show {
    display: block; }
  .widget .textwidget .dropdown-menu a {
    color: #6eb53d;
    display: block;
    line-height: 1.42857143;
    padding: 0.1875rem 1.25rem; }

.dropup .dropdown-toggle {
  background: #fff;
  border-color: #ccc;
  border-radius: 0;
  color: #333;
  font-size: 0.625rem;
  letter-spacing: 0.0625rem;
  padding: 0.5rem 2.3125rem;
  text-transform: uppercase; }
  .dropup .dropdown-toggle:after {
    content: "";
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #333;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    transform: rotate(180deg);
    vertical-align: middle;
    width: 0; }

.page-numbers {
  color: #54595F;
  height: 32px;
  width: 32px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #f5f6f9;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 13px;
  padding: 6px 0;
  transition: 0.2s; }
  .page-numbers.current {
    background: #6eb53d; }
  .page-numbers:hover:not(.dots) {
    background: #6eb53d; }
    .page-numbers:hover:not(.dots).prev:after, .page-numbers:hover:not(.dots).next:after {
      color: #fff; }
  .page-numbers.dots {
    cursor: default; }
  .page-numbers.prev, .page-numbers.next {
    position: relative;
    text-indent: -9999px; }
    .page-numbers.prev:after, .page-numbers.next:after {
      color: #666;
      content: "\f104";
      font: normal normal normal 14px/1 FontAwesome;
      height: 16px;
      left: 50%;
      margin-top: -8px;
      margin-left: -8px;
      position: absolute;
      text-indent: 0;
      top: 50%;
      transition: 0.2s;
      width: 16px;
      z-index: 5; }
  .page-numbers.next:after {
    transform: rotate(180deg); }

.single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership):before {
  background-image: url(/wp-content/uploads/2016/01/our-brands-light.jpg);
  background-size: cover;
  content: "";
  height: 160px;
  left: 0;
  position: absolute;
  top: 74px;
  width: 100%; }

.single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .post.type-post, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-awards, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-employees, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-timeline, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-stats {
  color: #333;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  margin-top: 200px;
  max-width: 1200px;
  position: relative; }
  .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .post.type-post .page-header, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-awards .page-header, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-employees .page-header, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-timeline .page-header, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-stats .page-header {
    margin: 80px auto 40px;
    max-width: 1200px;
    padding: 0; }
    .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .post.type-post .page-header h1, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-awards .page-header h1, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-employees .page-header h1, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-timeline .page-header h1, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-stats .page-header h1 {
      color: #002a4f;
      font-family: "Montserrat";
      font-size: 28px;
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 32px;
      text-transform: uppercase; }
  .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .post.type-post p, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-awards p, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-employees p, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-timeline p, .single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .type-stats p {
    margin-top: 0;
    margin-bottom: .9rem; }

.single:not(.brands-template-default):not(.portfolio-template-default):not(.single-leadership) .post-meta {
  color: #666;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  margin: 40px 0 20px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.testimonial.testimonial blockquote {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 75px 0;
  padding: 0; }

.testimonial.testimonial img {
  float: right;
  max-width: 28.125rem;
  transform: matrix3d(0.996195, 0.0871557, 0, 0, -0.0871557, 0.996195, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px; }

.testimonial.testimonial p {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.5rem; }
  .testimonial.testimonial p b {
    display: block;
    margin-bottom: 0.625rem;
    font-weight: 700; }

.elementor-column-gap-default > .elementor-row > .elementor-column.elementor-element-26dfb94d > .elementor-element-populated {
  padding: 0; }

.elementor-slides.elementor-slides .swiper-slide-inner .elementor-slide-heading {
  font-family: "Open Sans";
  font-size: 54px;
  font-weight: 300;
  line-height: 1; }

.elementor-slides.elementor-slides .swiper-slide-inner .elementor-slide-button {
  border: none;
  color: #6eb53d;
  font-size: 22px;
  font-weight: 400;
  margin-right: 27px;
  padding: 0;
  position: relative; }
  .elementor-slides.elementor-slides .swiper-slide-inner .elementor-slide-button:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    height: 22px;
    margin-left: 5px;
    position: absolute;
    width: 19px; }

.elementor-slides.elementor-slides .swiper-slide-inner .elementor-slide-description {
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 400; }

.elementor-element-578b018b.elementor-element-578b018b.elementor-element-578b018b.elementor-element-578b018b {
  margin-top: -6.875rem;
  z-index: 1; }
  .elementor-element-578b018b.elementor-element-578b018b.elementor-element-578b018b.elementor-element-578b018b .swiper-slide-contents {
    margin: 0 auto;
    max-width: 60rem;
    width: 100%; }
  .elementor-element-578b018b.elementor-element-578b018b.elementor-element-578b018b.elementor-element-578b018b .elementor-repeater-item-43d473a .elementor-slide-heading {
    background-color: rgba(110, 181, 61, 0.75);
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    padding: 0.625rem 1.25rem;
    text-transform: uppercase; }
  .elementor-element-578b018b.elementor-element-578b018b.elementor-element-578b018b.elementor-element-578b018b .elementor-repeater-item-a71639e .elementor-slide-heading {
    font-size: 5rem; }

.elementor-element-c47245e .swiper-slide .swiper-slide-next a div {
  transform: scale(1);
  transition: 0.5s; }

.elementor-element-c47245e .swiper-slide a div {
  transform: scale(0.6);
  transition: 0.2s; }

.elementor-posts.elementor-posts--skin-classic .elementor-post__read-more {
  background: #002a4f;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0.625rem 1.875rem;
  transition: 0.2s; }
  .elementor-posts.elementor-posts--skin-classic .elementor-post__read-more:hover {
    background: #6eb53d; }

/*# sourceMappingURL=theme.css.map */