







/* 1a. Containers */




/* 1b. Breakpoints */







/* 1c. Colors */



class










/* 1d. Typography */












/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */









































/* 1l. Tables */











/* 1m. Site Header */


















/* 1n. Site Footer */
















.content-wrapper {
  max-width: 1400px;
  padding: 0 20px;
}

@media screen and (min-width: 1500px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1400px;
}

/* General  */
.container {
    max-width: 1400px;
    padding: 0 5px
}

@media screen and (max-width: 768px) {
    .mobile-col {
        flex-direction: column;
    }
}

.anchor {
  visibility: hidden;
  display: block;
  top: -100px;
  position: relative;
}





html {
  font-size: 16px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #807575;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #807575;
  font-size: 14px;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3b3fb1;
  /* font-size: 16px; */
}

a:hover, a:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #3b3fb1;
  /* font-size: 16px; */
  color: #2c30a2;
}

a.button:disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0D2547;
  text-transform: none;
}

/* Page template general */
.page-heading__title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}

.page-heading__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}



h1 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 48px;
  text-transform: none;
  letter-spacing: 0px;
}

h2 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 36px;
  text-transform: none;
  letter-spacing: 0px;
}

h3 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 25px;
  text-transform: none;
  letter-spacing: 0px;
}

h4 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0px;
}

h5 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
}

h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
}



/* Lists */

ul,
ol {
  padding-left: 2.5rem;
  margin: 1.5rem 0;
}

ul li,
ol li {
  margin: 0.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Blockquote */

blockquote {
  border-left: 7px solid 

  
  
    
  


  rgba(241, 90, 43, 1)

;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  background-color: #d0d0d0;
}





/* Primary Button */

button,
.button {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(241, 90, 43, 1.0)

;
  border: 1px solid #F15A2B;
  border-radius: 32px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  padding: 5px 5px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(39, 43, 99, 1.0)

;
  border: 1px solid #272B63;
  color: #FFFFFF;
}

button:active,
.button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(119, 123, 179, 100);
  background-color: #777bb3;
  border: 1px solid #272B63;
  border-color: #777bb3;
}


/* Secondary Buttons */

.button.button--secondary {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #F15A2B;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #F15A2B;
  border-radius: 32px;
  fill: #F15A2B;
  padding: 5px 5px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(16, 45, 123, 1.0)

;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  fill: #FFFFFF;
}

.button.button--secondary:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(96, 125, 203, 100);
  border: 1px solid #FFFFFF;
  border-color: #ffffff;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Buttons */

.button.button--simple {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #F15A2B;
  fill: #F15A2B;
  text-transform: uppercase;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #FFFFFF;
  fill: #FFFFFF;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #ffffff;
  fill: #ffffff;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 5px 5px;
}

.button.button--large {
  font-size: 18px;
  padding: 10px 20px;
}

.request_demo_button {
  background: #F15A2B;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24), 0px 1px 3px rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  padding: 8px;
  font-family: Roboto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px;
  text-decoration: none;
}





form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px none #999999;
  border-radius: 15px;
  padding: 45px 45px;
}

.hs-form-field {
  margin-bottom: 20px;
}

.submitted-message {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px none #999999;
  border-radius: 15px;
  padding: 45px 45px;
}

/* Form Title */

.form-title {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px none #CBE8F8;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #000000;
  font-size: 36px;
  padding: 24px 24px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #000000;
  font-size: 16px;
  padding: 0px 0px;
}

form div.in-focus > label {
  color: #807575;
}

label.hs-form-radio-display,
label.hs-form-checkbox-display {
  font-family: Roboto, sans-serif;
}

.hs-fieldtype-radio label,
.hs-fieldtype-checkbox label {
  color: #807575;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #999999;
  font-size: 14px;
}

/* Inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
  border: 1px none #D0D0D0;
  border-radius: 4px;
  color: #999999;
  font-size: 12px;
  padding: 18px 20px;
}

input::-webkit-input-placeholder {
  color: #999999;
}

input::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

input:-moz-placeholder {
  color: #999999;
}

input::placeholder {
  color: #999999;
}

form .in-focus select {
  color: #807575;
}


/* Inputs - Checkbox/Radio */

form ul.inputs-list li input + span:before {
  border: 1px solid #CBE8F8;
  border-radius: 4px;
}

form .input ul.invalid.error > li input + span:before {
  border-color: 

  
  
    
  


  rgba(40, 41, 103, 1.0)

;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #807575;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button:hover {
  background-color: 

  
  
    
  


  rgba(40, 41, 103, 1.0)

 !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #0a0b49 !important;
}

.hs-datepicker .is-today button.pika-button {
  color: #0a0b49;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #FF7A6E;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #FF7A6E !important;
}

.hs-error-msgs li a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Submit */



  form input[type=submit],
  form .hs-button {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(241, 90, 43, 1.0)

;
    border: 1px solid #F15A2B;
    border-radius: 32px;
    color: #ffffff;
    display: inline-block;
    fill: #ffffff;
    padding: 5px 5px;
    text-transform: none;
    text-align: center;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(39, 43, 99, 1.0)

;
    border: 1px solid #272B63;
    color: #FFFFFF;
  }

  form input[type=submit]:active,
  form .hs-button:active {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    background-color: rgba(119, 123, 179, 100);
    border: 1px solid #272B63;
    border-color: #777bb3;
  }





  form input[type=submit],
  form .hs-button {
    font-size: 16px;
  }







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
}

th,
td {
  border: hidden;
  color: 

  
  
    
  


  rgba(128, 117, 117, 1.0)

;
  padding: 15px 15px;
}

tr:nth-child(odd) {
  background-color: rgba(39, 43, 99, .35);
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(13, 37, 71, 1.0)

;
  border-bottom: 2px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
}

tbody + tbody {
  border-top: 2px solid #D0D0D0;
}





/* Primary header  */

.header {
  background-color: #1D232D !important;
  border-bottom: 1px none #FFFFFF;
}

.header-ioc {
  background: #1D232D;
  height: 65px;
  padding: 0 20px;
  /*border-bottom: 4px solid #009DE3;*/
}

.header-dev-portal {
  /*border-bottom: 2px solid #C83596;*/
  background-color: #FFF !important;
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  width: 100%;
  position: sticky;
}

.header-robotic-directory {
  background: #FFF;
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
  /*border-bottom: 4px solid #873EE4;*/
}


/* .header_ioc .header__navigation .submenu.level-1 > li > .menu-link.active-item {
  background-color: #FFF !important;
} */

/* Logo */

.logo-company-name {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Site Navigation */

.header__navigation_dev_portal {
  display: flex;
  align-items: center;
  width: 100%
}

.header__menu .header__navigation .menu-link {
  color: #FFF;
  font-size: 14px
}

.header__menu .header__navigation .menu-link:hover,
.header__menu .header__navigation .menu-link:focus {
  color: #FFF;
  background-color: #3D4554;
}

.header__menu .header_ioc .header__navigation .menu-link:hover,
.header__menu .header_ioc .header__navigation .menu-link:focus {
  color: #FFF;
  background-color: #3D4554;
}

.header__menu .header__navigation .submenu.level-1 > li > .menu-link.active-item,
.header__menu .header__navigation .submenu.level-1 > li > .menu-link.active-branch {
  color: #fff;
  background-color: #1D232D !important;
}

.header_ioc .header__navigation .submenu.level-1 > li > .menu-link.active-item:after,
.header_ioc .header__navigation .submenu.level-1 > li > .menu-link.activee-branch:after {
  background-color: #1D232D !important;
}

.header__menu .header__navigation .submenu.level-1 > li > .menu-link.active-item:after,
.header__menu .header__navigation .submenu.level-1 > li > .menu-link.active-branch:after {
  background-color: #1D232D;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  color: #fff;
  text-transform: none;
  font-size: 14px;
  background-color: #1D232D !important;
  padding: 5px 20px;
  width: 100%
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover,
.header__menu .header__navigation .submenu:not(.level-1) .menu-link:focus {
  color: #fff !important;
  background-color: #3D4554 !important;
}

@media screen and (max-width: 960px) {
  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    color: #fff !important;
    background-color: #1D232D !important;
  }
}

@media screen and (max-width: 960px){
  .header__menu_dev_portal {
    justify-content: flex-end;
   }
}



.header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover,
.header__menu .header__navigation .submenu:not(.level-1) .menu-link:focus {
  color: #fff;
  background-color: #3D4554 !important;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link.active-item,
.header__menu .header__navigation .submenu:not(.level-1) .menu-link.active-branch {
/*   color: #FFFFFF; */
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; */
}





.footer {
  background-color: rgba(24, 25, 71, 1.0);
  border-top: 1px none #F15A2B;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 12px;
  position: relative;
    bottom: 0;
    width: 100%;
}

.footer-ioc {
  color: #ffffff;
  background-color: #43499e;
  border-top: 1px none #F15A2B;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 12px;
  position: relative;
    bottom: 0;
    width: 100%;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.hs-button),
.footer div,
.footer span {
  color: #FFFFFF;
}

.footer__navigation .hs-menu-item a {
  color: #000;
  text-transform: none;
}

.footer__navigation .hs-menu-item a:hover {
  background-color: #1D232D;
  color: #3b3fb1;
}

.footer__navigation .hs-menu-item a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #3b3fb1;
}

.footer__navigation h4 {
  color: 

  
  
    
  


  rgba(241, 90, 43, 1)

;
}

.footer__form .form-title {
  color: 

  
  
    
  


  rgba(241, 90, 43, 1)

;
}

.footer .footer__form label,
.footer .footer__form label > span {
  color: #FFFFFF;
}





/* Blog Meta - Author/Avatar/Timestamp */

.blog-author__name {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

.blog-index__post__date {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Tags/Topics */
.blog-tag {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Blog Listing */

.blog-navigation .blog-navigation__text {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0D2547;
}

/* Blog Pagination */

.blog-pagination__link {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Blog Post */

.blog-post__title {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #807575;
  font-weight: 700;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: #0D2547;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.blog-index__post-image-mobile {
  display: none;
}

@media screen and (max-width: 950px) {
  .blog-index__post-image-desktop {
    display: none;
  }
  
  .blog-index__post-image-mobile {
    display: unset;
  }
}
/* Recent Posts */

.blog-recent-posts .content-wrapper > h2 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 700;
}





/* Error Pages - Global */

.error-page:before {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0D2547;
}

.hs-search-results__title:hover {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 20px;
}

/* Password Prompt */

.password-prompt input[type=password] {
  margin-bottom: 20px;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type=email] {
  margin-bottom: 20px;
  padding: 18px 20px !important;
}





/* Icon */

body .icon svg {
  fill: 

  
  
    
  


  rgba(40, 41, 103, 1.0)

;
  width: 16px;
}

/* Social Follow */

body .social-links__icon {
  background-color: !important #181947;
  border-color: #FFFFFF;
}

body .social-links__icon:hover,
body .social-links__icon:focus,
body .social-links__icon:active {
  background-color: #e24b1c;
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: rgba(241, 90, 43, 0.15);
}

body .tns-nav button.tns-nav-active,
body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: 

  
  
    
  


  rgba(241, 90, 43, 1)

;
}

body .blockquote-icon {
  fill: 

  
  
    
  


  rgba(241, 90, 43, 1)

;
}

/* Menu - Site Header */

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

  body .header__mobile-menu-icon,
  body .header__mobile-menu-icon:after,
  body .header__mobile-menu-icon:before {
    background-color: #FFFFFF;
  }

  body .menu-arrow-icon,
  body .menu-arrow-icon:after {
    background-color: #FFFFFF;
  }

}







.company_listing_page {
  min-height: calc(180vh - 840px) ;
  margin-left: 10em;
  margin-right: 10em;
}

.company_item {
  min-height: 3em;
}

.back_to_dir {
  padding-top: 3em;
  padding-bottom: 3em;
}

.company_update_link {
  padding-bottom: 2em;
}

.company_update_link > p {
  font-size: 0.7em;
}

.company_listing {
  padding-top: 5em;
}


.company_header {
  align-content: center;
}

.company_logo {
  height: 64px;
}

.logo_attribution_container {
  min-height: 10em;
  align-self: flex-end;
  display: flex;
}

.logo_attribution {
  color: #dddddd;
  align-self: flex-end;
}

.logo_attribution > a {
  color: #dddddd;
}

.logo_attribution > a:hover {
  color: #dddddd;
}

.header__menu_dev_portal {
  color: #003992;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
  font-size: 16px;
  display: flex;
  padding: 0 30px 0 50px;
  width: 100%;
}
.header__menu_robotics_directory{
  display: flex;
  width: 100%;
  justify-content: center;
}
.header__container_dev_portal{
      display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
}
.header__main-bar_dev_portal {
  width: 100%
}
.header__navigation_dev_portal {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.header__navigation_buttons {
  display: flex;
}
.header__robotics_title_container {
  width: 75%;
  display: flex;
  align-items: center;
}
.header__robotics_title,
.header__robotics_title:hover,
.header__robotics_title:focus,
.header__robotics_title:active {
  font-weight: 700;
  font-size: 26px;
  line-height: 16px;
  color: #fff;
    /* float: none; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%) */
}

.header__connect_link {
  padding-right: 40px
}

.header__connect_link_text,
.header__connect_link_text:hover,
.header__connect_link_text:focus,
.header__connect_link_text:active {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */


  /* widget bg */

  color: #FFFFFF;
}

.header__robotics_subtitle{
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  /* or 114% */
  margin: 0;
  display: flex;
  align-items: center;
  text-align: center;
  
  color: #FFFFFF;
}
.header__logo_robotics {
  display: flex;
  align-self: center;
  padding-right: 20px
}
.header_logo_image_robotics {
  padding-left: 5px;
  padding-top: 2px;
}
.book-meeting-cta {
  padding-right: 30px
}
.header__main-bar_robotics_directory {
  display: flex;
  align-content: center
}
.header__robotics_subtitle_container {
  display: flex;
  align-items: center;
  width: 98%;
  justify-content: end
}
.body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1
}

@media screen and (max-width: 960px) {
  .header__robotics_title {
    font-size: 20px;
    justify-content: flex-start;
  }
  .header__robotics_subtitle,
  .header_logo_image_robotics{
    display: none
  }
  .cta_button {
    font-size: 13px !important;
    padding: 5px 10px !important;
  }
  .book-meeting-cta {
    padding: 0
  }
}