/*
==========================================================================
===== TABLE OF CONTENTS (Page-Specific CSS) =====
==========================================================================

00. Home
01. Solutions (all pages)
02. Products (all pages)
03. About
    Team
04. Customers    
05. Media
    Webinars
    Press Releases
    Blog
06. Contact

/*
==========================================================================
===== HOME =====
========================================================================== */
/* ===== Highlight Media ===== */
section.highlight-media {
  background: transparent url('/assets/bg/section_bg_media.jpg') repeat center center;
  background-size: cover; }

section.highlight-media header {
  color: #fff; }

section.highlight-media .media {
  padding: 20px; }
  section.highlight-media .media h3 {
    color: #37474F;
    font-size: 0.8375rem;
    font-weight: 600;
    text-transform: uppercase; }
  section.highlight-media .media p {
    margin-bottom: 0px; }

section.highlight-media .button {
  margin: 0; }

@media screen and (max-width: 63.9375em) {
  section.highlight-media .button {
    margin: 20px  0 0 0; } }

/*
==========================================================================
===== SOLUTIONS =====
========================================================================== */

.flip-card {
  border-color: transparent;
  border-radius: 0px;
  border-width: 4px;
  background: transparent;
  -webkit-perspective: 1000;
        perspective: 1000; }

.flip-card:hover { 
  border-color: #9dcd92; }

.flip-card,
.flip-card-inner-front,
.flip-card-inner-back {
  height: 20rem;
  width: 100%; }

.flip-card-inner {
  transition: 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.flip-card-inner-front,
.flip-card-inner-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute; top: 0; left: 0; }

.flip-card-inner-front {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2; }

.flip-card-inner-front span {
  background: rgba(254, 254, 254, 0.1);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 35px;
  padding: 0.25rem 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%; }
    span.for {
      background: transparent;
      font-style: italic; 
      font-weight: normal; 
      text-transform: none; }

.marketing-site-hero {
  height: 45vh;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (min-width: 40em) {
  .marketing-site-hero {
    background-position: center center; } }

.marketing-site-hero-content {
  max-width: 88rem;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%; }

.marketing-site-hero-content-img {
  max-width: 700px;
  padding-left: 5%; }

.marketing-site-hero-content h1 { color: #fff; }

@media screen and (min-width: 40em) {
  .marketing-site-hero-content {
    padding-left: 5%;} }

.marketing-site-content-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.marketing-site-content-section .marketing-site-content-section-img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; }

.marketing-site-content-section .marketing-site-content-section-img img { width: 100%; }

@media screen and (min-width: 40em) {
  .marketing-site-content-section .marketing-site-content-section-img {
    -webkit-flex: 1 0 55%;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%; } }

.marketing-site-content-section-img-left {
  margin-left: -18%;
  padding-bottom: 80px; }

.marketing-site-content-section-img-right {
  padding-right: 30px;
  padding-bottom: 80px; }

.marketing-site-content-section .marketing-site-content-section-block {
  padding: 1rem;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  background: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: block;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media screen and (min-width: 40em) {
  .marketing-site-content-section .marketing-site-content-section-block {
    -webkit-flex: 1 0 45%;
        -ms-flex: 1 0 45%;
            flex: 1 0 45%;
    padding: 2rem; } }

.marketing-site-content-section-block-header { font-size: 28px; }

section.contact-us.bg-image-hcs {
  background: url('/img/slides/hcs.jpg') repeat center center;
  background-size: cover; }

/* ===== solution icons ===== */
.feature-icon-solution { max-width: 128px; }

/*
==========================================================================
===== PRODUCTS =====
========================================================================== */
/* ===== Highlight ===== */
section.highlight-products .section-body {
  padding: 0; }

section.highlight-products article figure {
  position: relative; }
  section.highlight-products article figure img {
    width: 100%;
    height: auto; }

section.highlight-products article .entry-header {
  font-size: 1.3rem;
  font-weight: normal; }
  section.highlight-products article .entry-header a {
    color: #37474F; }

section.highlight-products article .description {
  color: #546E7A;
  font-size: 0.8575rem;
  font-weight: 600;
  margin-top: 20px; }

/* ===== Pricing Table ===== */
section.price .section-body {
  padding: 0px; }
  section.price .section-body .footer {
    border-top: 1px solid #ccc;
    padding: 40px 60px 40px 60px;
    color: #546E7A; }
    section.price .section-body .footer .lead {
      color: #333333; }

section.price .pricing-table {
  text-align: center;
  list-style: none;
  padding: 25px 0;
  margin: 0; }
  section.price .pricing-table.right-shadow {
    -webkit-box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.1); }
  section.price .pricing-table .price {
    font-size: 2.75rem;
    font-weight: 700;
    padding: 0;
    color: #333333; }
  section.price .pricing-table .title {
    text-transform: uppercase;
    color: #37474F;
    padding: 20px 0;
    font-weight: 700;
    font-size: 1rem; }
  section.price .pricing-table .description {
    padding: 20px;
    color: #546E7A; }
  section.price .pricing-table li {
    padding: 0 0 10px 0;
    color: #546E7A; }

/* ===== FAQ ===== */
ul.accordion.custom .accordion-title {
  font-size: 1rem;
  font-weight: bold; }

/* ===== PathViewer icons ===== */
.feature-icon { max-width: 96px; }
.feature-name { 
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase; }
.feature-desc {
  font-size: .75rem; }

/*
==========================================================================
===== TEAM =====
========================================================================== */
.no-js section.team {
  display: none; }

#header-team {
  background-image: url('/img/team/glencoecon-2018.jpg');
  min-height: 50vh; }

section.team.gray {
  background: #ECEFF1; }
      h3.name {
        font-size: 1.125rem;
        font-weight: 500;
        padding-top: 0px;
        margin-bottom: 5px; }

.btn-close-modal {
  position: absolute; top: 0px; right:0; }

/*
==========================================================================
===== CUSTOMERS =====
========================================================================== */
.customer-list-section {
  /* ===== When the post elements are Vertically aligned ===== */ }
  .customer-list-section.gray {
    background: #f0f4f7; }
  .customer-list-section .customer-list {
    margin: 100px 0; }
  .customer-list-section article {
    background: #ffffff;
    margin-bottom: 30px; }
  .customer-list-section .post-image img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .customer-list-section .post-body {
    margin: 20px; }
  .customer-list-section .post-meta {
    padding-bottom: 1px; }
    .customer-list-section .post-meta li {
      font-size: 0.875rem;
      display: inline-block;
      color: #546e7a; }
  .customer-list-section.vertical-post .post-image img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px; }
    @media screen and (max-width: 63.9375em) {
      .customer-list-section.vertical-post .post-image img {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

.customer h2 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: .065em;
    padding-top: 15px;
    text-transform: uppercase; }
    .customer p { 
        color: #37474F;
        font-size: 14px;
        line-height: 27px;    
        margin-top: 25px; }

p > a { 
    color: #33aba1;
    font-weight: 600; }

/*
==========================================================================
===== MEDIA =====
========================================================================== */
section .section-head-media {
    padding: 80px 0 0 0; }
  section .section-head-media .section-title {
    margin-top: 0; }

/* 
==========================================================================
/* ===== WEBINARS ===== */
/*========================================================================== */
.webinar-list-section {
  /* ===== When the post elements are Vertically aligned ===== */ }
  .webinar-list-section.gray {
    background: #f0f4f7; }
  .webinar-list-section .webinar-list {
    margin: 100px 0; }
  .webinar-list-section article {
    background: #ffffff;
    margin-bottom: 30px; }
  .webinar-list-section .post-image img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .webinar-list-section .post-body {
    margin: 20px; }
    .webinar-list-section .post-body .post-title {
      font-size: 1.125rem; }
  .webinar-list-section .post-meta {
    padding-bottom: 1px; }
    .webinar-list-section .post-meta li {
      font-size: 0.875rem;
      display: inline-block;
      color: #546e7a; }
      .webinar-list-section .post-meta li i {
        margin-right: 5px; }
  .webinar-list-section.vertical-post .post-image img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px; }
    @media screen and (max-width: 63.9375em) {
      .webinar-list-section.vertical-post .post-image img {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

/*
==========================================================================
===== PRESS RELEASES =====
========================================================================== */
.news-list-section {}
  .news-list-section.gray {
    background: #f0f4f7; }
  .news-list-section .news-list {
    margin: 100px 0; }

/* ===== Article Sidebar ===== */
.widget-area {
  color: #333333;
  margin: 50px 0; }

.widget-area .widget_text .textwidget, .widget-area .widget_text p {
  color: #546e7a; }

.widget-area .widget-title {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9375rem;
  margin-top: 40px; }

/*
==========================================================================
===== BLOG =====
========================================================================== */
/* ===== Blog List ===== */
.blog-list-section {
  /* ===== When the post elements are Vertically aligned ===== */ }
  .blog-list-section.gray {
    background: #f0f4f7; }
  .blog-list-section .blog-list {
    margin: 100px 0; }
  .blog-list-section article {
    background: #ffffff;
    margin-bottom: 30px; }
  .blog-list-section .post-image img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .blog-list-section .post-body {
    margin: 20px; }
    .blog-list-section .post-body .post-title {
      font-size: 1.125rem; }
  .blog-list-section .post-meta {
    padding-bottom: 1px; }
    .blog-list-section .post-meta li {
      font-size: 0.875rem;
      display: inline-block;
      color: #546e7a; }
      .blog-list-section .post-meta li i {
        margin-right: 5px; }
  .blog-list-section.vertical-post .post-image img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0px; }
    @media screen and (max-width: 63.9375em) {
      .blog-list-section.vertical-post .post-image img {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }

/* ===== Single Post ===== */
article.single-post-article {
  /* ===== Article body ===== */ }
  article.single-post-article .article-body {
    color: #333333;
    margin: 100px 0; }

/*
==========================================================================
===== CONTACT =====
========================================================================== */
#send_message_state {
  font-size: 24px;
  padding: 10px;
}