/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@font-face {
  font-family: 'DINOT-Extlight';
  src: url('https://usinfo.softbankrobotics.com/hubfs/Blog%202018/DINOT-Extlight.ttf');
}
@font-face {
  font-family: 'DINNextLTPro-Light';
  src: url('//cdn2.hubspot.net/hubfs/3357576/Soft_Bank_Robotics_July2017_Theme/fonts/DINNextLTPro-Light.woff') format('woff'),
       url('//cdn2.hubspot.net/hubfs/3357576/Soft_Bank_Robotics_July2017_Theme/fonts/DINNextLTPro-Light.otf') format('opentype');
}
@font-face {
  font-family: 'DINNextLTPro-Bold';
  src: url('//cdn2.hubspot.net/hubfs/3357576/Soft_Bank_Robotics_July2017_Theme/fonts/DINNextLTPro-Bold.woff') format('woff'),
       url('//cdn2.hubspot.net/hubfs/3357576/Soft_Bank_Robotics_July2017_Theme/fonts/DINNextLTPro-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'DINNextLTPro-Regular';
  src: url('//cdn2.hubspot.net/hubfs/3357576/Soft_Bank_Robotics_July2017_Theme/fonts/DINNextLTPro-Regular.woff') format('woff'),
       url('//cdn2.hubspot.net/hubfs/3357576/Soft_Bank_Robotics_July2017_Theme/fonts/DINNextLTPro-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'DINNextLTPro-Medium';
  src: url('//cdn2.hubspot.net/hubfs/3357576/Soft_Bank_Robotics_July2017_Theme/fonts/DINNextLTPro-Medium.woff') format('woff'),
       url('//cdn2.hubspot.net/hubfs/3357576/Soft_Bank_Robotics_July2017_Theme/fonts/DINNextLTPro-Medium.otf') format('opentype');
}



/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */



/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    background-color: #ffffff;
    color: #707070;
    font-family: 'DINNextLTPro-Regular', "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

@media (max-width: 1680px) and (min-width: 981px) {
    body {
        font-size: 1.07vw;
    }
}

/* Page Center */
/* .container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1080px;
    width: 1080px;
    margin: 0 auto;
} */

@media screen and (max-width:1200px) {
/*   .container-fluid .row-fluid .page-center {
    max-width: 100%;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
  } */
  #top-container {
    max-width: 95%;
    width: 95%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}

::selection {
  color: #fff;
  background:  #3399ff;
  text-shadow: none;
}



/* =============== Typography =============== */

/* Basic text */
p {
  font-family: 'DINNextLTPro-Regular';
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  letter-spacing: 0;
} 
small {}
strong {
  font-family: 'DINNextLTPro-Bold';
}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'DINNextLTPro-Regular';
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-family: 'DINNextLTPro-Medium';
    font-weight: normal;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: white;
    text-shadow: 0.035em 0.06em #0a8e9d;
    margin-top:0;
}

h2 {
    font-family: 'DINOT-Extlight';
    font-weight: normal;
    font-size: 36px;
    line-height: 1;
    color: #26354F;
    margin-bottom: 6px;
    margin-top:0;
}
h3 {
    font-family: 'DINNextLTPro-Bold';
    line-height: 19px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom : 10px;
    color: #26354F;
}
h4 {
    font-family: 'DINNextLTPro-Regular';
    font-weight: normal;
    font-size: 16px;
    color: #26354F;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 25px;
}


/* Anchor Links */
a {   
    color: #00b5c7;
    text-decoration: none;

}
    
a:hover, a:focus {    
    color: #287689;  
    outline-width: 0;
    
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {
  font-family: 'DINNextLTPro-Regular';
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  letter-spacing: 0;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}



.custom-header-logo img {
    position: relative;
    display: block;
    width: auto;
  height: 29px;
}

@-moz-document url-prefix() {
  .custom-header-logo img {
      width: 154px;
  }  
}


.custom-header {
    padding-top: 28px;
    padding-bottom: 0;
    background: #fff;
}

.custom-header-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.custom-header-contact ul li {
    margin-right: 30px;
    position: relative;
    display: inline-block;
    padding-top: 1px;
}

.custom-header-contact ul li a {
    color: #fff ;
    font-size: 16px;
    font-family: 'DINNextLTPro-Light', sans-serif;
    font-weight: initial;
    text-transform: uppercase;
    line-height: 1;
}
.custom-header-contact ul li:hover > a {
   
}




/* =============== Content =============== */

.body-container-wrapper {
    background-color: #ffffff;
}
.body-container {
    font-family: 'DINNextLTPro-Light';
    font-size: 18px;
    color: #606060;
    line-height: 1.15;
}

.body-container .page-center {
    padding-top:100px;
    padding-bottom: 100px;
}

#content-wrapper {
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom-footer-bottom-row {
    background-color: #d7d8d7;
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

\
/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
/*     .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    } */
    
/*     .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: #ffffff;
      border: 1px solid #DAD6D3;
    } */
    
    
/*     .custom-menu-primary .hs-menu-wrapper > ul ul li{
        position: relative;
        line-height: 1;
        padding-right: 50px;
        float: none !important;
        font-size: 20px;
        display: block;
      border-bottom: 1px solid #DAD6D3;
      height: 75px;
      min-width: 200px;
      
    } */
    
    
/*     .custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
     
    }
    
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover a { 
        color: #001D3A;
    }
    
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover a:hover { 
        color:#001D3A;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        color: #26b6c6;
        text-transform: capitalize;
        font-family: 'DINNextLTPro-Regular', sans-serif;
        font-size: 20px;
        line-height: 38px;
        display:inline-block !important;
    }
   
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
   
    }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        color: #C4CFDA;
        text-transform: capitalize;
        font-family: 'DINNextLTPro-Regular', sans-serif;
        font-size: 20px;
        display:inline-block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
       color: #001D3A;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {

    }
    
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover a { 
        color: #001D3A;
    }
    
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover a:hover { 
        color:#001D3A;
    } */
    
    
  

    
}

/* ==========================================================================
   Mobile Menu - Toggle Side Menu - Right
   ========================================================================== */

 
/* Variables
   ========================================================================== */


/* Toggle Button
   ========================================================================== */ 
.mobile-icon {
    display: none;
    cursor: pointer;
    height: 12px;
    width: 12px;
    vertical-align: middle;
    position: absolute;
    top: 33px;
    right: 15px;
    background-image: url(https://www.softbankrobotics.com/us/sites/all/themes/krm/img/misc/open-nav.png);
    background-repeat: no-repeat;
    padding: 0;
    background-size: cover;
}
.mobile-icon:hover {
    text-decoration: none; /* Removes link text underline on button */
}
 
 
.submitted-message a {
    font-family: 'DINNextLTPro-Bold', sans-serif;
    font-size: 14px;
    color: #FF8672;
    text-transform: uppercase;
    text-decoration: underline;
}

/* Close Button
   ========================================================================== */  

.close-icon {
    display: none !important;
    float: right;
    cursor: pointer;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    position: relative;
    top: 2px;
    right: 7px;
    background-image: url(https://www.softbankrobotics.com/us/sites/all/themes/krm/img/misc/close-nav.png);
    background-repeat: no-repeat;
    padding: 0;
    background-size: cover;
  
  
}
#mobile-menu-close-icon .close-icon-bar {

}
#mobile-menu-close-icon .close-icon-bar:first-child {

}
#mobile-menu-close-icon .close-icon-bar:last-child {

}

/* Menu Styles on Mobile Devices
   ========================================================================== */  
 
@media (min-width: 768px) {

     /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
     .custom-menu-primary {
          height: auto !important;
     }

}
 
@media (max-width: 767px) {

     body, html {
          height: 100%;
     }

     /* Show the Mobile and Close Icons */
     .mobile-icon,
     .close-icon {
          display: block !important;
     }

     /* Container added with js and is required for transforms to work */
     #site-wrapper{
        max-width: 100%;
        height: 100%;
        overflow-x: hidden;
        position: relative;
     }

     /* Provide room in header for the toggle button */ 
     .header-container-wrapper .page-center{

     }

     /* Provide spacing for the menu ul */
     .custom-menu-primary .hs-menu-flow-horizontal>ul {
         clear: both;

     }

     /* Mobile Nav is HIDDEN By Default */
/*      .custom-menu-primary {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -9;
        background-color: rgba(0, 0, 0, 0.65);
        transition: opacity .6s .3s ease-in-out, z-index 0s 1s;
            max-height: calc(100vh - 1px);
    overflow-y: auto;
     } */
     .show-mobile-nav .custom-menu-primary {
        opacity: 1;
        z-index: 999999;
        transition: opacity .1s ease-in-out;
          
      }
      .custom-menu-primary .inner-menu-wrap{
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        transform: translate3d(+100%, 0, 0);
        background-color: #001D3A;
        text-align: center;
        padding: 1.5vh 3vw;
        opacity: 1;
        z-index: initial;
        transition: transform 0.1s ease-in-out;
      }
      .show-mobile-nav .custom-menu-primary .inner-menu-wrap{
        z-index: 1;
        transform: translate3d(0, 0, 0);
        transition: transform 0.1s .3s ease-in-out;
       }
     /* Set Link Colors */
/*     .custom-menu-primary .hs-menu-wrapper > ul > li{
        padding-right: 0;
        float: none !important;
        display: inline-block;
        position: relative;
        display: block;
        text-align: center;
    } */
    .custom-header-contact ul li:first-child{
        padding-right: 0;
        float: none !important;
        display: inline-block;
        position: relative;
        display: block;
        margin-bottom: 12px;
        text-align: center;
    }
     .custom-menu-primary .hs-menu-wrapper > ul {
        margin-top: 40px;
        width: 100%;
        float: left;
    }
  #top-container a.contact-btn {
    font-size: 16px;
  }
    .custom-header-contact ul li {
        margin-right: 0;
    }
  
    .custom-header-contact ul li:first-child a:hover{
            color: #2c8d9a;
    }
    .custom-header-contact ul{
        float: none;
      margin-top: 40px;
    }
    .custom-header-contact ul li:first-child:before {
        
    }
    .custom-header-contact ul li:first-child:after {
     
    }
  #top-container a.corporate-btn {
    font-size: 16px;
    font-family: 'DINNextLTPro-Light';
  }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 36px;
        color: #fff;
        font-family: 'DINOT-Extlight';
    }
    .custom-header-contact ul li:last-child {
    
    }
    .custom-header-contact ul li:last-child a {
  
    }
    ul.hs-menu-children-wrapper.open-menu-list {
        display: none !important;
    }
    #top-container {
      padding-top: 15px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
  }
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

/* Custom topic style */
.custom-blog-topic-table {
    display: table;   /* Allow the centering to work */
	margin: 40px auto;
}

.custom-blog-topic {
    position: relative;
}
.custom-blog-topic ul{
	min-width: 696px;
	list-style: none;
	padding-top: 20px;
	}
.custom-blog-topic li {
		display: inline;
	}



/* =============== Blog Content Column =============== */
.left-content {
  padding-right: 80px;
}
.right-content {
  

}
.sidebar-form h2 {
  margin-bottom: 40px;
}
.sidebar-form h3 {
  font-family: 'DINNextLTPro-Regular';
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  margin-bottom: 40px;
}
.sidebar-form .download-ready {
     background: #5EA9EB;
    border-radius: 18px;
    line-height: 1.2;
    font-size: 12px;
    font-family: "DINNextLTPro-Bold";
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 13px 40px;
    height: 30px;
    margin-top: 8px;
    text-decoration: none;
}
.siderbar-form a.download-ready:hover {
    background-color: #001D3A;
}
.sidebar-form .download-ready:after {
    content: url(https://usinfo.softbankrobotics.com/hubfs/WHM/Industry%20Guide/download-ready-icon.png);
    position: relative;
    top: 4px;
    left: 13px;
}
.hs-form label {
  font-family: 'DINNextLTPro-Bold';
  font-size: 13px;
  color: #9A9A9A;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.blog .blog-content {}

.banner-container.listing-banner {
    position: relative;
    display: block;
    min-height: 31.42vw;
    background-image: url('//usinfo.softbankrobotics.com/hubfs/SBR_Blog_Index_r2-1.png');
    background-size: 100%;
    background-repeat: no-repeat;
    padding-left: 3.8vw;
    padding-top: 0;
    width:100vw;

}
.hs-blog-header {
    overflow: hidden;
}
.listing-banner .banner-header {
    position: relative;
    font-family: 'DINNextLTPro-Medium';
    font-size: 70px;
    letter-spacing: -0.025em;
    color: white;
    text-shadow: 0.035em 0.06em #0a8e9d;
    padding-top: 16vw;
}

.blog .body-container .content-wrapper.page-center {
    padding: 0;
    max-width: 100%;
}

.blog-listing-wrapper .post-listing {
    box-sizing: content-box;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    max-width: 1350px;
    margin: 0 auto !important;
    text-align: center;
    padding-top: 55px;
    overflow: hidden;
    transition: height .6s ease-in-out;
    width:100%;
}


.hs-blog-listing .widget-type-blog_content {
    display:block !important;
    float:none !important;
    margin:0 auto !important;
}

.blog-listing-wrapper .post-listing .post-item{
    box-sizing: content-box;
    position: relative;
    display: block;
    max-width: 384px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 55px;
    padding-left: 1.9vw;
    padding-right: 1.9vw;
    width:26.5%;
}


@media (min-width: 1681px){
    .blog-listing-wrapper .post-listing .post-item{
        padding-left: 32px;
        padding-right: 32px;
    }
}

.blog-pagination {
    max-width: 1350px;
    padding: 20px 5vw;
    margin: 0 auto;
}

.news-item-copy-container {
    min-height: 275px;
    background-color: white;
    padding: 20px 30px;
}

#hubspot-author_data {
    margin-bottom: 15px;
    text-transform: uppercase;
}

#hubspot-topic_data {
    font-family: 'DINNextLTPro-Bold';
    font-size: 18px;
    color: #ff9568;
}

span.date {
    font-family: 'DINNextLTPro-Light';
    font-size: 18px;
    color: #636363;
}

span.date:before {
    content: '|';
    position: relative;
    display: inline;
    padding: 0 0.5em;
}
.post-header h2 {
    font-family: 'DINNextLTPro-Light';
    font-size: 30px;
    line-height: 1.2;
    color: #1eb5c7;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    font-weight: 300;
}



.blog-listing-wrapper .post-listing .post-item .post-body {
    font-family: 'DINNextLTPro-Light';
    font-size: 18px;
    line-height: 1.2;
    color: #404040;
}


.banner-container.post-banner {
    position: relative;
    width: 100vw;
    max-height: 530px;
    height: 53.21vw;
    min-height:1px;
    overflow: hidden;
    background-image: url(//cdn2.hubspot.net/hubfs/3357576/Soft_Bank_Robotics_July2017_Theme/images/news-detail-banner-background.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding-top: 4vw;
    padding-left: 5vw;
    padding-right: 5vw;
}

.banner-copy-block {
    max-width: 870px;
    /* width: 51.78vw; */
}

.post-banner .banner-header {
    position: relative;
    display: block;
    /* max-width: 817px; */
    /* width: 36.67vw; */
    font-family: 'DINNextLTPro-Medium';
    font-size: 70px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: white;
    text-shadow: 0.035em 0.06em #0a8e9d;
    margin-bottom: 2vw;
}

.banner-subheader {
    font-family: 'DINNextLTPro-Regular';
    font-size: 30px;
    line-height: 1.2;
    color: white;
    /* width: 75vw; */
    /* max-width: 75vw; */
    margin: 0;
}
.hs-blog-post .body-container-wrapper .page-center {
    position: relative;
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 45px auto !important;
    float: none !important; 
}

div#hubspot-author_data-post {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

div#hubspot-author_data-post .col1 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    line-height: 33px;
    width: 49%;
    text-align: left;
}
.header-social-icons {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}

span#hubspot-topic_data-post {
    font-family: 'DINNextLTPro-Bold';
    font-size: 20px;
    color: #b4b4b4;
    vertical-align: middle;
}
span.date-post:before {
    content: '|';
    position: relative;
    display: inline;
    padding: 0 0.5em;
    color: black;
    vertical-align: middle;
}
.header-social-icons .hs-blog-social-share {
    margin-top: 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
    height: auto;
}

.header-social-icons .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    float: none;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.hs-featured-image-wrapper-img {
    overflow-y: hidden;
}

@media (min-width: 980px) {
    .hs-featured-image-wrapper-img {
        height: 230px;
        display: block;
        background-repeat: no-repeat; 
        background-size: cover; 
        background-position: center center;
    }
}
@media (max-width: 980px) {
    .hs-featured-image-wrapper-img {
        height: 300px; 
        display: block;
        background-repeat: no-repeat; 
        background-size: cover; 
        background-position: center center;
    }
}

.blog-post-wrapper .post-body p {
    font-family: 'DINNextLTPro-Light';
    font-size: 24px;
    line-height: 1.2;
    margin-top: initial;
    margin-bottom: 30px;
    text-align: left;
}

.widget-type-blog_comments {
    max-width: 800px;
    float: none !important;
}

div#comments-listing.no-comments {
    margin: 0;
    padding: 0;
    border: none;
}

.post-social .hs-blog-social-share {
    margin-top: 120px;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    height: auto;
    text-align:right;
}
span.date-post {
    font-family: 'DINNextLTPro-Light';
    font-size: 20px;
    color: #b4b4b4;
    vertical-align: middle;
}
.post-social .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.custom-header.no-nav {
    min-height: 115px !important;
}
.hs_cos_wrapper_type_social_sharing {
  margin-top: 30px;
}


/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
        font-family: 'DINNextLTPro-Light';
    font-size: 18px;
    color: #404040;
    position: relative;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    position: relative;
    display: block;
    margin-bottom: 35px;
    min-height: 46px;
    background-color: #F7F6F6;
    border: none;
    padding:5px 23px;
    outline: initial;
    box-sizing: border-box;
    font-family: 'DINNextLTPro-Light';
    font-size: 18px;
    color: #707070;
    line-height: 1;
    outline:0;
        width: 100%;

}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

.hs-input.error {
    border: 1px solid red;
}

ul.hs-error-msgs.inputs-list {
    margin: -14px 0 14px !important;
    color: red;
}

ul.hs-error-msgs.inputs-list label {
    color: red;
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form {
    margin: 45px auto;
}
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
      display: inline-block;
    font-family: 'DINNextLTPro-Bold';
    font-size: 12px;
    line-height: 1;
    color: white;
    text-align: center;
    margin: initial;
    border: 2px solid white !important;
    border-radius: 24px;
    background-color: #001D3A;
    outline: none;
    cursor: pointer !important;
    text-decoration: none;
/*    box-shadow: 2px 2px #0a8e9d;*/
    transition: 0.3s all ease-in-out;
    padding: 15px 40px;
    outline:0;
    margin-bottom:20px;
    text-transform: uppercase;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #5EA9EB;
    text-decoration: none;
    
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}

div#captcha_wrapper {
    margin-bottom: 20px;
}
/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */

.hs-full-width-lp-top-pane {
    background-image: url(//cdn2.hubspot.net/hubfs/3357576/Soft_Bank_Robotics_July2017_Theme/images/contact-us-pepper-hero.png),
    url(//cdn2.hubspot.net/hubfs/3357576/Soft_Bank_Robotics_July2017_Theme/images/top-section-background.jpg);
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: right bottom, right top;
    position: relative;
}

.hs-full-width-lp-main-wrapper {
    position: relative;
}

.hs-full-width-lp-main-wrapper .page-center {
    position: relative;
    z-index: 99;
}

.hs-full-width-lp-main-wrapper::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-top: 10px solid #8ec9d6;
    transform-origin: top left;
    background-color: #ddf1f4;
    background-size: 150% auto;
    background-clip: border-box;
    transform: skewY(-1.5deg);
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 9;
}

.hs-full-width-lp-top-pane-form h3.form-title {
    font-family: 'DINNextLTPro-Medium';
    font-weight: normal;
    font-size: 70px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: white;
    text-shadow: 0.035em 0.06em #0a8e9d;
    margin-top:0;
}

.hs-full-width-lp-top-pane #pepper-mobile-hero {
    display: none;
}


.hs-blog-listing .blog-sidebar {
    display:none !important;
}


.hs-featured-image-wrapper-img img {
    display:none;
}


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */

@media (max-width: 1380px) and (min-width:768px) {
    .custom-header-contact ul li:last-child {
       padding-top: 10px;
       padding-bottom: 6px;
      margin-right: 0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul {
       margin-top: 0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li {
       padding-right: 21px;
    }
    
    
}



/* =============== Screen sizes smaller than .page-center =============== */


@media (min-width: 768px) {
    .mobile-view{
      display:none !important;  
    }
}

@media (max-width: 1000px) {
    .hs-blog-post .body-container-wrapper .page-center {
        position: relative;
        display: block;
        max-width: initial;
        width: 84.375vw !important;
        margin: 45px auto !important;
        float: none; 
    }
}


@media (max-width: 980px) {
    .banner-header {
        position: relative;
        font-family: 'DINNextLTPro-Medium';
        font-size: 64px;
        letter-spacing: -0.025em;
        color: white;
        text-shadow: 0.035em 0.06em #0a8e9d;
    }
   
    
     .listing-banner.banner-container {
        min-height: 53.75vw;
        background-size: cover;
        padding-left: 3.125vw;
        background-image:url(//cdn2.hubspot.net/hubfs/3357576/Soft_Bank_Robotics_July2017_Theme/images/news-mb-banner-background.jpg);
      }
    .listing-banner .banner-header{
        position: relative;
        font-family: 'DINNextLTPro-Medium';
        font-size: 64px;
        letter-spacing: -0.025em;
        color: white;
        text-shadow: 0.035em 0.06em #0a8e9d;
        padding-top: 24.0625vw;
    }
    .blog-listing-wrapper .post-listing .post-item {
        padding-top: initial;
        width: initial;
        max-width: 535px;
        padding: 25px;
        padding-bottom: 25px;
        padding-left: 1.9vw;
        padding-right: 1.9vw;
    }
    .blog-listing-wrapper .post-listing .post-item:first-of-type{
         padding-top: initial;
    }
    .news-item-copy-container {
        height: auto;
        background-color: white;
        padding: initial;
        padding-top: 4.5vw;
        padding-bottom: 3vw;
        padding-left: 6vw;
        padding-right: 12vw;
        overflow-y: hidden;
            min-height: 1px;
    }
    #hubspot-author_data {
        margin-bottom: 30px;
    }
    #hubspot-topic_data {
        font-family: 'DINNextLTPro-Bold';
        font-size: 25px;
        color: #ff9568;
    }
    span.date {
        font-family: 'DINNextLTPro-Light';
        font-size: 25px;
        color: #636363;
    }
    .post-header h2 {
        font-family: 'DINNextLTPro-Light';
        font-size: 42px;
        line-height: 1.2;
        color: #2c8d9a;
        margin-bottom: 25px;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body {
        font-family: 'DINNextLTPro-Light';
        font-size: 25px;
        line-height: 1.2;
    }
    .hs-full-width-lp-top-pane {
        max-height: initial;
        background-image: url(//cdn2.hubspot.net/hubfs/3357576/Soft_Bank_Robotics_July2017_Theme/images/top-section-background.jpg);
        background-color: #b7e7f2;
        background-size: 200%;
        background-position: 100% 0;
        overflow: hidden;
    }
    .hs-full-width-lp-top-pane #pepper-mobile-hero {
        display: block;
        max-width: initial;
        width: 130%;
        left: -20%;
        margin-bottom: -5%;
        position: relative;
    }
    
    .hs-full-width-lp-top-pane-form {
        width: 100% !important;
        float: none !important;
    }
    
    .hs-full-width-lp-top-pane-form .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
        float: none !important;
    }
    .hs-full-width-lp-top-pane-form .hs-form .hs-input {
        max-width: 100%;
    }
}

@media (max-width: 900px) {
  .post-banner.banner-container {
    position: relative;
    width: 100vw;
    max-height: 530px;
    height: 53.21vw;
    overflow: hidden;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding-top: 10vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }

  .post-banner .banner-copy-block {
    max-width: initial;
    width: initial;
  }

  .post-banner .banner-header {
    position: relative;
    font-family: 'DINNextLTPro-Medium';
    font-size: 45px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: white;
    text-shadow: 0.035em 0.06em #0a8e9d;
    margin-bottom: 1vw;
  }

  .post-banner .banner-subheader {
    font-family: 'DINNextLTPro-Regular';
    font-size: 22px;
    line-height: 1.2;
    color: white;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .desktop-view{
      display:none !important;  
    }
    .checkbox-row span.fakelabel span{
        float:none;
    }
    .custom-header.no-nav {
        min-height: 1px !important;
    }
    
    .custom-header-logo img {
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        width: 135.414px;
        height: 30px;
        vertical-align: middle;
    }
    .custom-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    input[type="text"],
    input[type="password"], 
    input[type="datetime"], 
    input[type="datetime-local"], 
    input[type="date"], 
    input[type="month"], 
    input[type="time"], 
    input[type="week"], 
    input[type="number"], 
    input[type="email"], 
    input[type="url"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="color"],
    input[type="file"],
    textarea,
    select {
        max-width:100%;
    }
    .body-container .page-center {
         padding: 20px 30px;
    }
  .left-content {
    padding-right: 0;
  }
  .right-content {
    padding-top: 30px;
  }
    
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:before {
        content: "";
        width: 20px;
        height: 20px;
        margin-left: 30vw;
        position: absolute;
        background: url(//cdn2.hubspot.net/hubfs/3357576/Softbankrobotics_October2017%20/Images/dropdownarrow.png?t=1507890534746);
        background-size: 15px 13px;
        background-repeat: no-repeat;
        background-position: 1px 5px;
        -webkit-transition: .5s;
        transition: .5s;
      display: none;
    }
    
     
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.open:before {
        background-position: 1px 5px;
        transform: rotate(-180deg);
    }
    
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        display:inline-block;
        font-size: 36px;
        color: #fff;
        font-family: 'DINOT-Extlight';
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        padding-left: 25px;
        box-shadow: 0 0 7px 0 #D8D8D8;
        background-color: #ffffff;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 50px;
        border-top: 3px solid #00DDBD;
    }
    
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
       position: relative;
      line-height: 1;
      padding-right: 20px;
      float: none !important;
      font-size: 20px;
      display: block;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
         color: #26b6c6;
        text-transform: capitalize;
        font-family: "DINNextLTPro-Light","Open Sans",sans-serif;
        font-size: 3.45vh;
        line-height: 1;
        transition: 0.3s all ease-in-out;
    }
     
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
         font-weight:bold;
    }
     
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
        background-color: transparent;
    }
    
    .overlay {
        opacity:0;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        overflow: hidden;
        background-color: transparent;
        visibility: hidden;
        transition: opacity .6s .3s ease-in,z-index 0s 1s;
        background-color: #001D3A;
        transition: .6s;
    }
    
    .overlay-open .overlay {
        transition: opacity .6s .3s ease-in-out,z-index 0s 1s;
        visibility: visible;
        overflow: visible;
        opacity:1;
    }
    
    
     .sidebar-form {
       margin: 40px 0;
  }
    
    
}

@media (max-width: 640px) {
    .banner-header {
        position: relative;
        font-family: 'DINNextLTPro-Medium';
        font-size: 10vw;
        letter-spacing: -0.025em;
        color: white;
        text-shadow: 0.035em 0.06em #0a8e9d;
    }
      .listing-banner .banner-header {
        position: relative;
        font-family: 'DINNextLTPro-Medium';
        font-size: 10vw;
        letter-spacing: -0.025em;
        color: white;
        text-shadow: 0.035em 0.06em #0a8e9d;
        padding-top: 19vw;
      }
    .banner-container {
       
    }
    

    .blog-listing-wrapper .post-listing {
        padding-top: 50px;
        padding-left: initial;
        padding-right: initial;
    }
    .blog-listing-wrapper .post-listing .post-item {
        max-width: 535px;
        width: 83.5975vw;
        padding: initial;
        padding-top: 3.90625vw;
        padding-bottom: 3.90625vw;
        padding-left: 1.9vw;
        padding-right: 1.9vw;
    }
    .blog-listing-wrapper .post-listing .post-item:first-of-type {
        padding-top: initial;
    }
    .news-item-copy-container {
        height: auto;
        background-color: white;
        padding: initial;
        padding-top: 4.5vw;
        padding-bottom: 3vw;
        padding-left: 6vw;
        padding-right: 12vw;
        overflow-y: hidden;
        text-overflow: ellipsis;
    }
        #hubspot-author_data {
        margin-bottom: 4.6875vw;
    }
    #hubspot-topic_data {
        font-family: 'DINNextLTPro-Bold';
        font-size: 3.90625vw;
        color: #ff9568;
    }
    span.date {
        font-family: 'DINNextLTPro-Light';
        font-size: 3.90625vw;
        color: #636363;
    }
    .post-header h2 {
        font-family: 'DINNextLTPro-Light';
        font-size: 6.5625vw;
        line-height: 1.2;
        color: #2c8d9a;
        margin-bottom: 3.90625vw;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body {
        font-family: 'DINNextLTPro-Light';
        font-size: 3.90625vw;
        line-height: 1.2;
    }
    .post-banner.banner-container {
       
      }
    
      .post-banner .banner-copy-block {
        max-width: initial;
        width: initial;
      }
    
     .post-banner .banner-header {
        position: relative;
        font-family: 'DINNextLTPro-Medium';
        font-size: 7.03125vw;
        line-height: 1;
        letter-spacing: -0.025em;
        color: white;
        text-shadow: 0.035em 0.06em #0a8e9d;
        margin-bottom: 1vw;
      }
    
      .post-banner .banner-subheader {
        font-family: 'DINNextLTPro-Regular';
        font-size: 3.4375vw;
        line-height: 1.2;
        color: white;
      }
    span#hubspot-topic_data-post {
        font-family: 'DINNextLTPro-Bold';
        font-size: 3.125vw;
        color: #b4b4b4;
        vertical-align: middle;
    }
    span.date-post {
        font-family: 'DINNextLTPro-Light';
        font-size: 3.125vw;
        color: #b4b4b4;
        vertical-align: middle;
    }
    div#hubspot-author_data-post .col1 {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        vertical-align: middle;
        line-height: 5.15625vw;
        width: auto;
        text-align: left;
    }
    div#hubspot-author_data-post {
        position: relative;
        display: block;
        font-size: 0;
        text-align: left;
        margin-bottom: 6.25vw;
    }
      span.header-social-icons {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        text-align: initial;
        margin: 10px 0 0px;
        width: 100%;
        text-align: right;
    }
    
    
}


@media (max-width: 480px) {
    .custom-header-contact ul {
      margin-top: 40px;
  }
}




/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:before {
         margin-left: 42vw;
    }
}