/*
Theme Name: hitachi Child
Template: hitachi
Text Domain: mesh-child
Theme URI: http://meshomnimedia.com
Description: Base theme for WP development
Version: 2.0
Author: Mesh Omnimedia
Author URI: http://meshomnimedia.com
*/

/*

Red: #cb1800
Blue/Green: #82c2bd
Gray: #0b0a09
Gray Text: #414141
*/

/*
**********************************************************************************************
 Hitachi Vantara Styles
**********************************************************************************************
*/

@font-face {
  font-family: 'urwdin';
  src:  url('fonts/URWDIN-Regular.woff2') format('woff2');
  src:  url('fonts/URWDIN-Regular.woff') format('woff');
  src:  url('fonts/URWDIN-Regular.ttf') format('truetype');
  /*src:  url('fonts/URWDIN-Regular.eot') format('eot');*/
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'urwdin-medium';
  src:  url('fonts/URWDIN-Medium.woff2') format('woff2');
  src:  url('fonts/URWDIN-Medium.woff') format('woff');
  src:  url('fonts/URWDIN-Medium.ttf') format('truetype');
  /*src:  url('fonts/URWDIN-Medium.eot') format('eot');*/
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'urwdin-light';
  src:  url('fonts/URWDIN-Light.woff2') format('woff2');
  src:  url('fonts/URWDIN-Light.woff') format('woff');
  src:  url('fonts/URWDIN-Light.ttf') format('truetype');
  /*src:  url('fonts/URWDIN-Light.eot') format('eot');*/
}

/*@font-face {
  font-family: 'urwdin-bold';
  src:  url('fonts/URWDIN-Regular.woff2') format('woff2');
  src:  url('fonts/URWDIN-Regular.woff') format('woff');
  src:  url('fonts/URWDIN-Regular.ttf') format('ttf');
  src:  url('fonts/URWDIN-Regular.eot') format('eot');
}*/



/*
 Global
**********************************************************************************************
*/

body {
    font-family: 'urwdin', 'Open Sans', sans-serif !important; 
}

.archive {
    padding-top: 0 !important;
}

.archive .site-content,
.blog .site-content {
    padding: 60px 0;
}

.clear {
    clear: both;
}

.divider-white {
    border-top: 1px solid #fff;
    margin: 20px 0;
    width: 20%;
}

.skip-link.screen-reader-text {
    margin-top: -25px !important;
}

.content-section-wrap.alignfull {
    background-size: cover;
}

img.round {
    border-radius: 50%;
}

.five9-frame {
    right: 0 !important;
}

.five9-chat-button {
    background: #6FCACE !important;
}

.page-template-default {
    padding-top: 0 !important;
}

.post-password-required {
    padding: 60px 0;
}

blockquote {
    border-left: 3px solid #cb1800;
    padding-left: 15px;
}

/*
**********************************************************************************************
 Typography
**********************************************************************************************
*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'urwdin-medium', 'Open Sans', sans-serif !important;
}

h1,
h2.section-title,
h3,
h4 {
    font-family: 'urwdin-medium', 'Open Sans', sans-serif !important;
    text-transform: uppercase;
    /*font-weight: 600;*/
}

h3.section-subtitle {
    color: #cb1800 !important;
    text-transform: none !important;
}

.h3-small h3 {
    font-size: 1.5rem;
}

.text-white a,
.text-white a:hover {
    color: #fff;
}

.callout-heading-small h3 {
    font-size: 1.25rem;
}

h2.blog-page-title {
    margin-top: 30px;
}

.image-box-sm h3 {
    font-size: 1.25rem !important;
}

.links-white a,
.links-white a:hover {
    color: #fff;
}

/*
**********************************************************************************************
 Header
**********************************************************************************************
*/

.logo-container {
    background-color: #cb1800;
    padding: 26px 0;
}

.logo-container:before {
    content: "";
    background-color: #cb1800;
    content: '';
    display: block;
    left: -999px;
    position: absolute;
    width: 999px;
    top: 0;
    bottom: 0;
}

.logo-container {
    position: relative;
}

.logo-container svg {
    position: absolute;
    right: -1px;
    top: -1px;
    height: 102%;
    width: auto;
}

.title-banner.breadcrumb-banner {
    padding: 30px 0;
}

.fbc-items,
.fbc-items a {
    color: #fff;
    font-family: urwdin;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}

.fbc-items .active a {
    color: #fff !important;
    font-family: urwdin-medium;
    font-weight: 500;
}

.title-banner {
    background-size: cover;
}

.title-banner-compact {
    margin-top: 50px;
}

.title-banner-compact h1 {
    color: #404040;
}

.title-banner.expanded h1 {
    margin-top: 30px;
}

.page-title-container .page-subtext {
    color: #fff;
}

/*
 Tabs
**********************************************************************************************
*/

.tabs-nav-wrap {
    padding-top: 0;
}

.tabs-nav-wrap li {
    width: 18% !important;
}

.tabs-nav .icon-container img {
    max-width: 80px;
    height: auto;
}

.tab-pane .solution-overview .tab-icon-container img {
    max-width: 250px;
}

.tab-resource {
    position: relative;
    text-align: center;
}

.tab-resource-content {
    margin-bottom: 30px;
    padding-bottom: 40px;
}

.resource-category {
    color: #82c2bd;
    text-align: center;
}

.resource-link {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: right !important;
    text-transform: uppercase;
    margin-left: 20px;
    padding-right: 40px;
}

p.decorated>span:before {
    border-bottom: 1px solid #ccc !important;
}

.tab-resource h3.tab-resource-title {
    font-size: 1.5rem !important;
}

.tabs-generic {
    padding-bottom: 80px;
}
.tabs-generic .tab-section-description {
    margin-bottom: 50px;
}

.tabs-generic .tab-image {
    margin-bottom: 30px;
    text-align: center;
}

.tabs-generic a.nav-link {
    padding-top: 14px;
}

.product-tabs .tabs-nav-wrap li,
.service-tabs .tabs-nav-wrap li {
    width: 16% !important;
}

.product-tabs .tabs-nav-wrap li h3,
.service-tabs .tabs-nav-wrap li h3 {
    font-size: 1.05rem !important;
}

/*
 Menus
**********************************************************************************************
*/

.navbar-toggler {
    border: none;
    font-size: 1.5rem;
}

.bootstrap-slideout .dropdown-menu {
    top: 35px;
    border: 1px solid rgba(0,0,0,0.1) !important;
    border-radius: 0 !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(173,43,43, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.bootstrap-slideout .dropdown-item {
    padding: .35rem 1.5rem .25rem 1.5rem;
}

.bootstrap-slideout .dropdown-item:hover {
    background-color: #cb1800;
    color: #fff;
    transition: 0.3s;
}

.bootstrap-slideout .dropdown-menu .nav-item.active,
.bootstrap-slideout .dropdown-item:active {
    background-color: #cb1800;
    color: #fff;
    transition: 0.3s;
}

.bootstrap-slideout .dropdown-menu .nav-item.active a {
    color: #fff;
}

/*
 Slider
**********************************************************************************************
*/

.wpcp-carousel-section.slick-initialized .slick-slide {
    background: #cb1800; /* Old browsers */
    background: -moz-linear-gradient(left,  #cb1800 0%, #82c2bd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #cb1800 0%,#82c2bd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #cb1800 0%,#82c2bd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb1800', endColorstr='#82c2bd',GradientType=1 ); /* IE6-9 */
    border-radius: 10px !important;
    padding-bottom: 24px;
    box-shadow: 5px 3px 7px rgba(0,0,0,0.2);
}

.wpcp-all-captions {
    min-height: 360px;
}

#wpcpro-wrapper .wpcp-single-item {
    position: relative;
}

#wpcpro-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}

#wpcpro-wrapper .sp-wpcp-read-more {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: right !important;
}

h2.wpcp-post-title a {
       font-size: 1.5rem !important;
    text-transform: uppercase !important;
    color: #cb1800 !important;
}

.wpcp-post-cat a {
    color: #82c2bd;
    text-transform: uppercase;
}

#wpcpro-wrapper .wpcp-post-meta {
    display: none;
}

 .sp-wpcp-read-more a.wpcp_readmore {
    color: #cb1800 !important;
    border: none !important;
    text-transform: uppercase !important;
    background-color: transparent !important;
 }

.sp-wpcp-read-more {
     overflow: hidden;
     line-height: 1.2;
     text-align: right;
     padding-left: 20px;
     margin-left: 20px;
     padding-right: 20px;
 }

 .sp-wpcp-read-more a {
    display: block;
 }

.wpcp_readmore > span {
    position: relative;
    display: inline-block;
}

.wpcp_readmore > span:before, 
.wpcp_readmore > span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    border-color: #ccc;
    width: 1000px;
    margin: 0 20px;
}

.wpcp_readmore > span:before{
    right: 100%;
}

.wpcp_readmore > span:after {
    left: 100%;
}

/*
**********************************************************************************************
 Block Styles
**********************************************************************************************
*/

.hero-text-block {
    background-size: 100% auto;
    background-position: center;
    font-size: 1.75rem;
    padding: 60px 0;
}

.hero-text-block h2.hero-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

.text-left .hero-text-content footer {
    margin-top: 30px;
}

.hero-text-content a.btn-primary.plain {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-text-content a.btn-primary.plain:hover {
    color: #ccc !important;
    text-decoration: underline;
}

.image-box-1 {
    text-align: center;
}

.image-box-1 .block-image-container {
    padding: 0 25% 20px 25%;
}

.image-box-1 h3 {
    color: #404040;
    text-transform: uppercase;
}

.image-box-sm .col-md-4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.about-one,
.about-two {
    background-size: cover;
    padding: 80px 0 !important;
}

.about-two {
    background-position: left top !important;
}

.about-one-section-container h2.section-title,
.about-two-text-section-container h2.about-two-title {
    color: #414141;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.about-two-text-section-container h2.about-two-title {
    color: #fff;
}

.about-one .about-content {
    color: #414141;
    font-size: 1.5rem;
}

.about-one .about-content a.btn.btn-primary {
    color: #414141 !important;
}

.about-one .about-content a.btn.btn-primary:hover {
    color: #878787 !important;
}

.about-two {
    background-size: cover;
    background-position: left center;
    padding: 150px 0 120px 0;
}

.about-two .about-two-text-content {
    color: #fff;
    font-size: 1.5rem;
}

.about-two-text-content a.btn.btn-primary {
    color: #fff !important;
}

.about-two-text-content a.btn.btn-primary:hover {
    color: #efefef !important;
}

.title-left .about-title-container,
.callout-resources-text-content article {
    border-left: 3px solid #cb1800;
}

.tab-resource {
    min-height: 360px;
}

.callout-resources-text-content article {
    padding: 40px 30px 40px 15px;
    text-transform: uppercase;
}

.callout-resources-text-content article h2 {
    color: #cb1800;
    font-weight: 600;
}

.mb-grid-item header h3 {
    color: #fff;
}

.mb-grid-item header {
    width: 90%
}

.grid-item-wrap:hover {
    background-color: #82c2bd !important;
    transition:0.3s;
}

.three-blocks section {
    height: 100%;
}

.three-blocks .article-wrap {
    border: 2px solid #cb1800;
    font-size: 0.90rem;
    padding: 50px 20px;
    height: 100%;
}

.three-blocks h3 {
    color: #404040;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: none;
}

.three-blocks-one,
.three-blocks-two,
.three-blocks-three {
    margin-top: 0;
}

.media-text.style-2 h3 {
    border-bottom: 1px solid #cb1800;
    padding-bottom: 10px;
}

.media-text.style-2 img {
    transform: skewX(-10deg);
}

.banner-callout-text.content-block section {
    padding: 30px;
}

/*
 Contact Card
**********************************************************************************************
*/

.contact-card-main {
    text-align: left;
}

.contact-card-two,
.contact-card-three {
    background: transparent;
}
.contact-card-two section,
.contact-card-three section {
    background: transparent;
    border: 2px solid #cb1800;
    color: #fff;
    transition: 0.3s;
}

.contact-card-three {
    margin-bottom: 30px;
}

.contact-card-four {
    background: transparent;
    border: 5px solid #82c2bd;
    color: #fff;
    font-weight: 300;
    margin-top: 30px;
    text-align: left;
}

.contact-card-four address {
    font-weight: 400;
    font-size: 1.1rem;
}

.contact-card-four section {
    padding: 30px 20px 20px 20px;
}

.contact-card-two section:hover,
.contact-card-three section:hover {
    background: #cb1800;
    border: 2px solid #cb1800;
    color: #fff;
    transition: 0.3s;
}

.contact-card-two a:hover,
.contact-card-three a:hover {
    text-decoration: none;
}

.contact-card-two h3,
.contact-card-three h3 {
    color: #fff;
    margin-bottom: 0;
}

.contact-cards .block-image-container {
    padding: 0;
}

/*
**********************************************************************************************
 Pages
**********************************************************************************************
*/

/*
 Home
**********************************************************************************************
*/

.home .site-content {
    margin-bottom: -16px;
}

/*
 News & Resources
**********************************************************************************************
*/

.news-resources-container {
    margin-top: 40px;
}

.post-category-header h2 a {
    color: #404040;
    font-size: 1.75rem;
}

.news-resources-container .post-column {
    margin-bottom: 50px;
}

.news-resources-container .news-resource-title {
    color: #404040;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: none;
}

.news-resources-container .entry-meta {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.news-resources-container .post-content-container {
    background-color: #f4f4f4;
    margin-bottom: 20px;
    padding: 15px;
}

.news-resources-container .post-content-container.has-thumb {
    position: relative;
}

.news-resources-container .post-content-container.has-thumb header {
    bottom: 20px;
    position: absolute;
    padding-right: 15px;
    text-shadow: 3px 3px 10px rgba(0,0,0,1);
}

.news-resources-container .post-content-container.has-thumb header .news-resource-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: none;
}

.news-resources-container .post-content-container.has-thumb header .news-resource-title a {
    color: #fff;
}
.news-resources-container .post-content-container.has-thumb header .entry-meta {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.news-resources-container .post-category-footer {
    margin-top: 30px;
}

/*
 Resource Library
**********************************************************************************************
*/


.resource-library-grid .post-content-container.featured-post {
    position: relative;
    min-height: 750px;
}

.post-content-container.featured-post .featured-tag {
    background: #cb1800;
    color: #fff;
    padding: 8px 15px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
}

.grid-row .col-md-6:nth-child(5) .resource-grid-item,
.grid-row .col-md-6:nth-child(6) .resource-grid-item {
    margin-bottom: 0 !important;
}

.post-content-container.featured-post .resource-featured-image {
    margin-bottom: 20px;
    max-height: 500px;
    overflow: hidden;
}

.resource-library-grid h3.featured-post-title {
    color: #404040 !important;
    font-size: 1.6rem !important;
    font-weight: 600;
    margin-top: 20px;
    text-transform: none;
    margin-bottom: 20px;
}

.resource-library-grid h3.featured-post-title a {
    color: #404040 !important;
}

.resource-grid-item h3.news-resource-title {
    margin-bottom: 34px;
}

.resource-library-grid .featured-post a.btn {
    position: absolute;
    bottom: 15px;
}

span.resource-category {
    color: #999;
    display: inline-block;
    margin-top: 8px;
    text-transform: uppercase;
}

.resource-library-grid .post-wrap {
    border-top: 20px solid #d8d9d8;
}

.post-wrap.row {
    border-top: none;
}
.post-wrap.solution-profile {
    border-top: 20px solid #cb1800; /* red */
}

.post-wrap.e-book,
.post-wrap.infographic {
    border-top: 20px solid #fd6423; /* orange */
}

.post-wrap.datasheet {
    border-top: 20px solid #82c2bd; /* teal */
}

.post-wrap.article-overview,
.post-wrap.checklist {
    border-top: 20px solid #f7c160; /* yellow */
}

.post-wrap.point-of-view {
    border-top: 20px solid #414141; /* dark gray */
}

.post-wrap.white-paper {
    border-top: 20px solid #5e090a; /* burgundy */
}

.post-wrap.report {
    border-top: 20px solid #0a1c29; /* dark blue */
}

.resource-divider-full,
.resource-divider-small {
    border-top: 2px solid #cb1800;
    display: block;
    margin: 5px 0 10px 0;
    width: 100%;
}

.featured-post .resource-divider-small {
    margin-top: 12px;
}

.resource-divider-small {
    width: 20%;
}

.resource-divider-small.white {
    border-top: 2px solid #fff;
}

.resource-divider-small.center {
    margin-left: auto;
    margin-right: auto;
}

.search-filter {
    margin-bottom: 30px;
}

/*
 Resource Single
**********************************************************************************************
*/

.resource-image {
    margin-bottom: 30px;
}

.resource-download {
    text-align: center;
}

.cat-label {
    font-weight: 600;
    text-transform: uppercase;
}

.gated-resource p#breadcrumbs {
    margin-bottom: 60px;
}

.gated-resource {
    color: #fff;
    font-weight: 300;
    padding-bottom: 60px;
    text-align: left;
}

.gated-resource .resource-meta {
    text-transform: uppercase;
}

.gated-resource h1.resource-title {
    font-weight: 700;
    text-align: left;
}

.gated-resource-form {
    padding-left: 40px;
}

.gated-resource-form .optin-form-wrap {
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 3px;
    padding: 30px;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.6);
}

.optin-form-wrap.landing-page {
    background-color: #f4f4f4;
    padding: 15px;
}

.gated-resource-form .resource-image {
    border: 1px solid #efefef;
    border-radius: 2px;
    padding: 10px;
}

.optin-form-wrap .gform_wrapper input[type="text"],
.optin-form-wrap .gform_wrapper input[type="submit"] {
    margin-top: 10px !important;
    width: 100% !important;
}

.optin-form-wrap .gform_wrapper input[type="submit"] {
    text-transform: uppercase;
}

.optin-form-wrap .gform_wrapper input[type="checkbox"] {
    /*display: inline-block !important;*/
}

.optin-form-wrap .gfield_consent_label {
    font-size: 0.8rem;
    margin-top: -22px;
    margin-left: 20px;
}

.optin-form-wrap .gfield_required {
    display: none;
}

/*
 News/Press Release
**********************************************************************************************
*/

.news-resources-container.news-press-index .post-category-header {
    border-bottom: 3px solid #82c2bd;
    margin-bottom: 30px;
}

.news-resources-container.news-press-index .post-category-header h2 {
    margin-bottom: 1rem;
}

/*
 Team
**********************************************************************************************
*/

.team-wrapper {
    margin: 80px 0;
}

.hvf-team-member {
    /*max-height: 320px;*/
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.hvf-team-member img {
    /*min-height: 320px;*/
    width: 100%;
    margin: 0 auto;
}

.team-member-name {
    /*background-color: rgba(0,0,0,0.4);*/
    font-size: 1.25rem;
    text-shadow: 1px 1px 5px #000;
    color: #fff;
    position: absolute;
    padding: 8px 15px;
    bottom: 0;
    left: 0;
    transition: 0.4s;
}

.team-member-title {
    font-size: 0.95rem;
    display: block;
    max-height: 0;
    opacity: 0;
    transition: 0.4s;
}

.hvf-team-member:hover .team-member-title {
    max-height: 100px;
    opacity: 1;
    transition: 0.4s;
}

.team-single {
    margin: 60px 0;
}

.team-single header.entry-header {
    border-bottom: 2px solid #82c2bd;
    margin-bottom: 30px;
}

.team-single header h1 {
    margin-bottom: 5px;
}

.team-social-media {
    background-color: #f4f4f4;
    color: #333;
    font-size: 0.85rem;
    margin-bottom: 40px;
    margin-top: 15px;
    padding: 8px 10px;
    text-transform: uppercase;
    text-align: center;
}

/*
 Contact US
**********************************************************************************************
*/

.contact-us-form ul li {
    display: block;
    float: left;
    width: 50%;
}

.contact-us-form .gform_wrapper ul li.gfield {
    clear: none;
    padding-right: 5px;
}

.contact-us-form .contact-us-country,
.contact-us-form .contact-us-additional-info,
.contact-us-form .contact-us-vendor {
    clear: left !important;
}

.contact-us-form li.contact-us-additional-info {
    width: 100% !important;
}

.contact-us-form input[type="text"],
.contact-us-form textarea,
.contact-us-form select {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 100% !important;
}

.contact-us-form .gform_footer {
    padding-top: 30px !important;
    width: 100%;
}

.contact-us-form input[type="submit"] {
    width: 100% !important;
}

/*.contact-us-form .gform_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .contact-us-form .gform_body .form__row {
    width: 49%;
  }

  .contact-us-form .gform_body .form__row:nth-child(even) {
    margin-right: 0;
  }

  .contact-us-form .gform_body .form__row.gsection,.contact-us-form .gform_body .form__row.width-full,.contact-us-form .gform_body .form__row {
    width: 100%;
    margin-right: 0;
  }

  .contact-us-form .gform_body .form__row.self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .contact-us-form .gform_body .form__row.self-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }*/

/*
**********************************************************************************************
 Partners
**********************************************************************************************
*/

.hvf-partner {
    padding: 0 5%;
}

.partners-callout .content-callout-callout h3 {
    height: 50px;
}

.partners-callout .content-callout-callout {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

/*
**********************************************************************************************
 Blog
**********************************************************************************************
*/


.post-content-container .news-resource-title {
    color: #404040;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: none;
}

.post-content-container .news-resource-title a {
    color: #404040;
}

.post-content-container .news-resource-title a:hover {
    color: #ff1d01;
}

.post-content-container .entry-meta {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.post-content-container .entry-author {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.post-content-container  {
    /*background-color: #f4f4f4;*/
    border-bottom: 1px solid #404040;
    margin-bottom: 20px;
    padding: 15px;
}

.author-image-container {
    padding-top: 10px;
}

.single-blog {
    margin: 60px 0;
}

.single-blog header.entry-header {
    border-bottom: 2px solid #82c2bd;
    margin-bottom: 30px;
}

.single header h1 {
    margin-bottom: 5px;
    text-transform: none;
}

.single-blog iframe {
    max-width: 100%;
}

.social-share-col {
    padding: 0px 4%;
}

.social-share {
    padding: 15px 5%;
    background-color: #f4f4f4;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.entry-meta {
    margin-bottom: 30px;
}

.entry-meta .post-author {
    font-size: 1.2rem;
    font-weight: 600;
}

.entry-meta .post-date {
    color: #666;
    font-size: 0.9rem;
    /*font-weight: 600;*/
    text-transform: uppercase:
}

.index-page-nav {
    margin: 30px 0 80px 0;
}

.index-page-nav ul {
    list-style-type: none;
    padding-left: 0;
}

.index-page-nav li {
    border: 1px solid #efefef;
    border-radius: 2px;
    display: inline-block;
    margin: 0 3px;
    padding: 8px 14px 3px 14px;
}

.index-page-nav li.active {
    background-color: #cb1800;
    border-color: #cb1800;
}

.index-page-nav li.active a {
    color: #fff;
}

/*
**********************************************************************************************
 Events
**********************************************************************************************
*/

.upcoming-events-wrap,
.previous-events-wrap {
    margin-bottom: 60px;
}

.events-header .header-wrap {
    background-size: cover;
    padding: 50px 0;
}

.event-details {
    color: #fff;
}

.event-details h1.page-title {
    text-transform: none;
}

.event-short-description {
    margin-bottom: 30px;
}

/*
 404
**********************************************************************************************
*/

section.error-404 {
    min-height: 400px;
    padding: 60px 0;
}

section.error-404 h1 {
    color: #404040;
}

/*
**********************************************************************************************
 Sidebar
**********************************************************************************************
*/

.Annual_Archive_Widget {
    background-color: #f4f4f4;
}

.Annual_Archive_Widget ul {
    list-style-type: none;
    padding-left: 0;
}

.Annual_Archive_Widget ul li {
    padding: 0px 20px;
    transition: 0.3s;
}

.Annual_Archive_Widget ul li:hover {
    background: #404040;
}

.Annual_Archive_Widget ul li a {
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
}

.Annual_Archive_Widget ul li a:hover {
    border-bottom: 1px solid #404040;
    color: #fff;
    transition: 0.3s;
}

.Annual_Archive_Widget ul li:last-child a {
    border-bottom: none;
}

aside#secondary,
.custom-sidebar {
    margin-top: 76px;
}

aside#secondary.events {
    margin-top: 40px;
}

/*
**********************************************************************************************
 Forms
**********************************************************************************************
*/

.search-box {
    margin-bottom: 30px;
    text-align: center;
}

.search-box .search-submit {
    background-color: inherit;
    border: none;
}

.search-box .search-submit:hover {
    cursor: pointer;
}

.search-box input[type="text"] {
    border: 1px solid #efefef;
    border-radius: 2px;
    padding: 5px 10px;
    width: 70%
}

/*
**********************************************************************************************
 Footer
**********************************************************************************************
*/

.main-footer {
    color: #0b0a09;
}

.site-footer h3.widget-title,
.site-footer a {
    color: #0b0a09 !important;
}

.site-footer h3.widget-title {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-one-widget-area img {
    width: 100%;
    max-width: 150px !important;
}

.footer-two-widget-area {
    padding-left: 10%;
}

.footer-two-widget-area ul li {
    float: left;
    margin-bottom: 10px;
}

.footer-two-widget-area ul li a {
    border-right: 1px solid #0b0a09;
    display: inline-block;
    padding: 0px 10px;
}

.footer-two-widget-area ul li:last-child a {
    border-right: none;
}

.footer-social {
    text-align: center;
}

footer .copyright {
    border-top: 3px solid #cb1800;
    padding: 10px 0;
}

.copyright-content {
    margin-bottom: 10px;
    padding-top: 5px;
}

.footer-two-widget-area ul {
    display: inline-block;
}

/*
 Footer Banner
**********************************************************************************************
*/

.footer-banner {
    background-color: #000;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.footer-banner.no-cta {
    background-color: #cb1800;
    text-align: center;
}

.footer-banner h3 {
    color: #fff;
    text-align: center;
}

.banner-blocks {
    font-size: 0.75rem;
    padding: 20px 0;
    background-color: #cb1800;
}

.callout-heading-md .banner-blocks {
    font-size: 1rem;
}

.callout-heading-md .banner-blocks p {
    margin-bottom: 0;
}

.banner-blocks a,
.banner-blocks a:hover {
    color: #fff;
}

.banner-blocks-single {
    font-size: 1.75rem;
    text-align: left;
    padding: 34px 20px 40px 20px;
    text-transform: uppercase;
    position: relative;
}

.banner-blocks-single-no-cta {
    font-size: 1rem;
}

.banner-blocks-single p {
    margin-bottom: 0;
}

.banner-blocks:before {
    background-color: #cb1800;
    content: '';
    display: block;
    left: -999em;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
}

.footer-banner .banner-block-one,
.footer-banner .banner-block-two,
.footer-banner .multi-block-callout .banner-block-three {
    border-right: 1px solid #fff;
}

.banner-blocks .banner-icon {
    max-width: 60px;
    height: auto;
    margin: 10px auto;
}

.banner-cta {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.banner-cta .cta-content {
    padding: 30px 20px 20px 30%;
}

.banner-cta-single .cta-content {
     padding: 30px 20px 30px 30%;
}

.banner-cta h3,
.multi-block-callout-content h3 {
    color: #fff;
}

.banner-cta svg {
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: 0;
    height: 102%;
    width: auto;
}

.banner-cta .banner-cta-triangle {
    fill: #cb1800;
}

.banner-cta .cls-2 {
    fill: none !important;
}

.support-footer h3 {
    font-size: 1.25rem;
}

.support-phone {
    display: block;
    margin-top: 5px;
}

/*
**********************************************************************************************
 Buttons
**********************************************************************************************
*/

.btn.btn-primary {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0.6rem;
}

.btn.btn-primary.stroke {
    border: 2px solid #cb1800;
    color: #414141;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
}

.btn.btn-plain-arrow {
    vertical-align: bottom;
    padding: 0;
    font-size: 0.90rem;
    font-weight: 600;
    text-transform: uppercase;
}

.btn.btn-plain-arrow.medium {
    vertical-align: bottom;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

div.css-search div.em-search-main .em-search-submit {
    background: #cb1800 !important;
    border: none !important;
}

/*
**********************************************************************************************
 Icons
**********************************************************************************************
*/

.social-icon.icon-small {
    background-size: 28px !important;
    height: 28px !important;
    width: 28px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.team-social-media .social-icon {
    background-size: 38px;
    height: 38px;
    width: 38px;
    margin-left: 5px;
    margin-right: 5px;
}

.hvf-social-share .social-icon {
    background-size: 34px;
    height: 34px;
    width: 34px;
    display: block;
    margin: 5px auto;
}

.channel-team .social-icon {
    background-size: 32px;
    height: 32px;
    width: 32px;
    display: block;
    margin-top: 10px;
}

.team-social-media .social-icon.linkedin,
.hvf-social-share .social-icon.linkedin,
.channel-team .social-icon.linkedin {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
    background-color: #333;
    border-radius: 999px;
    transition: 0.3s;
}

.channel-team .social-icon.linkedin {
    background-color: #a3a3a3;
}

.channel-team .social-icon.linkedin:hover {
    background-color: #ccc;
}

.team-social-media .social-icon.linkedin:hover,
.hvf-social-share .social-icon.linkedin:hover {
    background-color: #555;
}

.team-social-media .social-icon.twitter,
.hvf-social-share .social-icon.twitter {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E') no-repeat center center;
    background-color: #333;
    border-radius: 999px;
    transition: 0.3s;
}

.team-social-media .social-icon.twitter:hover,
.hvf-social-share .social-icon.twitter:hover {
    background-color: #555;
}

.team-social-media .social-icon.facebook,
.hvf-social-share .social-icon.facebook {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center;
    background-color: #333;
    border-radius: 999px;
    transition: 0.3s;
}

.social-icon.facebook:hover,
.hvf-social-share .social-icon.facebook:hover {
    background-color: #555;
}

/*
**********************************************************************************************
 Custom Select
**********************************************************************************************
*/

/* Default custom select styles */
div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-top: -8px;
    z-index: 100;
    width: 100%;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.cs-select:focus {
    outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

/* Placeholder and selected option */
.cs-select > span {
    font-weight: 600;
    padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
    content: url(images/down-arrow.png); /*'\25BE'*/
    right: 1em;
}

.cs-select .cs-selected span::after {
    content: '\2713';
    margin-left: 1em;
}

.cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
    z-index: 200;
}

/* Options */
.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    visibility: hidden;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cs-options {
    background-color: #f4f4f4;
    padding-top: 12px;
    padding-bottom: 12px
}

.cs-select ul span {
    padding: 7px 15px;
}

.cs-select ul li {
    color: #404040;
    font-weight: 600;
}

.cs-select ul li:hover {
    color: #cb1800;
}

.cs-select ul li.cs-focus span {
    background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
    cursor: default;
}

/*
**********************************************************************************************
 Responsive Styles
**********************************************************************************************
*/

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 991px) {

    .gated-resource-form {
        padding-left: 15px;
    }

    .gated-resource-form .optin-form-wrap {
        padding: 15px;
    }
}

@media screen and (max-width: 1199px) {

    .product-tabs .tabs-nav-wrap li h3,
    .service-tabs .tabs-nav-wrap li h3 {
        font-size: 0.9rem !important;
    }
}

@media screen and (min-width: 992px) {

    .gated-resource-form {
        margin-top: -270px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 750px !important;
    }

}

@media screen and (max-width: 991px) {
    .resource-library-grid .featured-post a.btn {
        position: static;
    }
}

@media screen and (min-width: 660px) and (max-width: 991px) {

    .image-box-four-column .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 768px) {

    .heateor_sss_sharing_ul li {
        display: block !important;
        width: 100% !important;
    }

    .heateor_sss_sharing_ul li i {
        float: none;
        margin: 5px auto !important;
    }
}

@media screen and (max-width: 767px) {

    .generic-tabs-nav {
        margin-bottom: 40px;
    }

    .solutions-tab .tabs-nav-wrap,
    .solutions-tab .tab-resource-container {
        display: none;
    }

    .tab-pane .solution-overview .tab-icon-container {
        padding: 0;
    }

    .solutions-tab .tab-pane {
        display: block !important;
        opacity: 1 !important;
    }

    .solution-overview-column {
        padding-bottom: 40px;
        border-bottom: 1px solid #404040;
        margin-bottom: 40px;
    }

    .banner-blocks,
    .banner-blocks-single {
        display: block;
        flex: none;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-cta-single .cta-content,
    .banner-cta .cta-content {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-cta-triangle {
        display: none;
    }

    .support-footer .uniform-element {
        height: 100%;
    }
    
    .social-share {
        margin-bottom: 30px;
        padding-bottom: 5px;
    }

    .social-share ul.heateor_sss_follow_ul, 
    .social-share ul.heateor_sss_sharing_ul {
        text-align: center;
    }

    .social-share ul.heateor_sss_follow_ul li, 
    .social-share ul.heateor_sss_sharing_ul li {
        display: inline-block;
        float: none !important;
    }

    .hvf-social-share .social-icon {
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
    }

    .grid-row .col-md-6:nth-child(5) .resource-grid-item,
    .grid-row .col-md-6:nth-child(6) .resource-grid-item {
        margin-bottom: 20px !important;
    }

    .fw-one {
        order: 2;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .fw-two {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .footer-two-widget-area {
        padding: 15px 0 40px 0;
    }

    .fw-three {
        order: 3;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .news-resources-container .post-column {
        padding-left: 5%;
        padding-right: 5%;
    }

    .news-resources-container .post-content-container.has-thumb header .news-resource-title {
        font-size: 1.75rem;
    }

    .news-resources-container .post-content-container.has-thumb header .entry-meta {
        font-size: 1rem;
    }

    .media-right div.banner-callout-media,
    .media-right div.banner-callout-text {
        margin-left: 0;
    }
}

@media screen and (max-width: 667px) {
    header#masthead.solidheader {
        background-color: #cb1800 !important;
    }

    header#masthead.solidheader svg {
        display: none;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }

    .about-two {
        background-image: none !important;
        background-color: #404040;
        padding: 120px 0 120px;
    }

    .hvf-team-member {
        max-width: 90%;
        /*max-height: 500px;*/
        margin-left: auto;
        margin-right: auto;
    }


}

@media screen and (min-width: 569px) {
    .title-word-break h2,
    .title-word-break h3 {
        word-spacing: 9999px;
    }

}

@media screen and (max-width: 414px) {
    .logo-container {
        padding: 15px 0;
    }
    
    .mb-grid-item {
        padding: 0 10%;
    }

    .copyright {
        text-align: center !important;
    }

    .footer-social {
        margin-top: 15px;
    }

    .contact-card-two img,
    .contact-card-three img {
        max-width: 100px;
        margin-bottom: 30px;
    }
}