/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*
COLOR PALETTE
#D6F4E6; /*mint*/
#262626; /*black*/
#363636; /*lightblack*/
#CDE2D6; /*sage*/
#ECF4EF; /*light sage*/
#6acc9f; /*mid green*/
#48BC87; /*dark green*/
#A9B9B0; /*dark sage*/
*/

/*
FONTS
Rubik Regular = 400
Rubik Medium = 500
Rubik SemiBold = 600
*/

/* Global styles
------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}
html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

body {
  color: #262626;
  margin: 0;
  padding: 0;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
h1, h2, h3, h4 {
    font-family: Rubik, sans-serif;
    font-style: normal;
    margin: 0;
    padding:0;

}

h1 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
h2 {
  font-size: 33px;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 25px;
}
h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  padding-bottom: 20px;
}
h4, .h4-style {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  padding-bottom: 8px;
}
p {
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 15px;
}
em {
  font-weight: 500;
  font-style: italic;
}
.italic {
 font-style: italic; 
}
li {
  margin-left: 20px;
  padding-bottom: 5px;
}
ul {
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 15px;
}
.bold {
  font-weight: 500;
}
.pdf-detail {
  font-size: 13px;
}
.intro {
    font-weight: 400;
    font-style:italic;
    font-size:17px;
    line-height: 1.5;
    padding-top: 30px;
    padding-bottom: 60px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.description {
  font-style: italic;
  font-weight: 400;
  padding-top: 5px;
  font-size:15px;
}
.no-underline a {
  text-decoration: none;
}
.numbers {
  color: #48BC87; /*dark green*/
  padding-bottom: 8px;
}
.green-text {
  color: #48BC87; /*dark green*/
}
.topsection .h4 {
  font-style: italic;
}
.centertxt, .centertxt-left-on-mobile {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
.caption {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.left-align {
  text-align: left;
}
.centerimg {
  display:block;
  margin-left: auto;
  margin-right:auto;
}
.content-wrap {
    max-width:1200px;
    margin: 0px auto;
    padding: 80px 4.5% 80px 4.5%;
    border-radius: 8px;
}

.content-wrap section {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.txt-max-width {
  max-width: 850px;
}
.container-flexbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1200px;
  margin: auto;
  padding: 0px 4.5% 80px 4.5%;
}
.container-flexbox-space-between, .container-flexbox-reverse {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 25px;
  margin: auto;
}
.container-flexbox-boxed-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  padding: 30px 0px 0px 0px;
}
.container-flexbox-txt {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
  padding: 80px 30px;
}
.container-flexbox-txt-img-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
  align-items: center;
}
.align-items-center {
  align-items: center;
}
.item-col-3-boxed{
  width: calc(33.33% - 16px);
  background-color: #fff;
  border-radius: 8px;
}
.item-col-3{
  width: 30%;
  text-align: left;
}
.item-col-2{
  width: 45%;
}
.item-col-4{
  flex-basis: auto;
  flex-grow: 1;
}
.item-col-6{
  width: 15%;
}
.item-col-2thirds {
  flex-basis: auto;
  flex-grow: 2;
}
.item-col-1third {
  flex-basis: auto;
  flex-grow: 1;
}
.item-boxed-feature{
  width: 100px;
  flex-grow: 1;
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 20px 30px 20px;
}
.topsection {
  background-color: #262626;
  color: #fff;
  padding:35px 30px 20px 30px;
  border-radius: 8px 8px 0px 0px;
}

.lowersection {
  background-color: #fff;
  padding:30px;
  border-radius: 0px 0px 8px 8px;
  align-items:stretch;
}
.textcolumn {
  padding-right:15px;
}
.imgheader {
    padding-top: 130px;
    padding-bottom: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.basicheader {
  padding-top: 150px;
  padding-bottom: 100px;
  margin: 0;
}
.full-width-solid {
  margin-bottom: 80px;
}
.full-width-solid-with-top-padding {
  margin-bottom: 80px;
  padding-top: 80px;
}
.screenshot {
  border-radius: 12px;
  border: 1px solid #262626;
  margin: 30px auto;
}
.screenshot-small {
  border-radius: 8px;
  border: 1px solid #262626;
}
.icon {
  padding-bottom: 10px;
}
.reduce-padding-after {
  padding-bottom: 20px;
}

.remove-padding-after {
  padding-bottom: 0px;
}

.reduce-padding-before {
  padding-top: 20px;
}

.remove-padding-before {
  padding-top: 0px;
}
.add-space-after {
  margin-bottom: 90px;
}
.add-space-before {
  margin-top: 90px;
}

#homescreen-form {
  max-width: 600px;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  background-color: #262626;
  color: #fff;
  justify-content: space-between;
  text-align: left;
  margin: auto;
}
.form-item {
  width: 45%;
}
#homescreen-form h4 {
  font-size: 15px;
}
.form-answer {
  margin-top: 30px;
  font-size: 15px;
}

/*-----------Platforms Page--------------*/
.storage-upper {
  padding:20px 15px 15px 15px;
  border-bottom: 1px solid #D6E0D9;
}
.storage-lower {
  padding:18px 15px 15px 15px;
}
.storage-lower h4, .storage-lower p {
  font-size: 14px;
}
.storage-platforms h3 {
  margin-left: 10px;
}
.item-storage {
  width: 23%;
  border: 1px solid #D6E0D9;
  border-radius: 8px;
  align-items: stretch;
}
.storage-links {
  text-align: center;
  padding: 40px;
  line-height: 2;
}
.storage-links a {
  text-decoration: none;
  padding: 0px 0px 5px 0px;
  margin: 10px;
  font-weight: 600;
}
.storage-links a:hover {
  border-bottom: 2px solid #48BC87; /*dark green*/
}
.storage-links a:active {
  color: #48BC87; /*dark green*/
}
.item-platform-partners {
  width: 23%;
  align-items: stretch;  
  padding-top: 15px;
  padding-bottom: 11px;
  text-align: center;
}

/*-----------Homepage Trusted By--------------*/
#container-flexbox-trustedby {
  flex-direction: row;
  align-items: center;
  display: flex;
  flex-wrap: no-wrap;
  gap: 16px;
  max-width: 1200px;
  margin: auto;
  padding: 20px 0px 80px 0px;
  justify-content: space-around;
}
.trusted-by-logo {
  flex-basis: 190px;
  flex-grow: 0;
  flex-shrink: 1;
}
.trusted-by-logo img, .vice-logo img {
  object-fit: contain;
  width: 100%;
}
.vice-logo {
  flex-basis: 80px;
  flex-grow: 0;
  flex-shrink: 1;
}
/*-----------MSP Partners Page--------------*/
.container-flexbox-logos {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1200px;
  margin: auto;
  padding: 20px 20px 80px 40px;
  justify-content: flex-start;
  align-items: stretch;
}
.item-partners {
  width: 23%;
  border: 1px solid #D6E0D9;
  border-radius: 8px;
  align-items: stretch;  
  padding-top: 15px;
  padding-bottom: 11px;
  text-align: center;
}
.storage-partners h4, .storage-partners h3, .storage-partners p {
  padding-left: 10px;
}
.msp-downloads a {
  text-decoration: none;
}
.download-icon {
  float: left;
  padding: 3px 18px 15px 0px;
}
.pdf-download {
  clear: left;
}
.msp-intro-left {
  flex: 2;
}
.msp-intro-right {
  flex: 1;
}
.join-slack {
  border-radius: 8px;
  padding: 30px;
  background-color: #ECF4EF; /*light sage*/
  margin-bottom: 20px;
}
.join-slack img {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 8px;
}
.join-slack a {
  color: #48BC87; /*dark green*/
  text-decoration: none;
}
.join-slack p {
  padding-bottom: 0px;
}
/*-----------3 Migration Types-----------*/
.topsectiongreen {
  background-color: #6acc9f; /*mid green*/
  padding:35px;
  border-radius: 8px 8px 0px 0px;
}
.lowersectionbasic {
  background-color: #fff;
  padding:23px 30px 15px 30px;
  border-radius: 0px 0px 8px 8px;
}

/*-----------Pricing-----------*/
.pricing-box{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.price {
  font-size: 26px;
}
.pricing-box h4 {
  font-style: normal;
  padding-bottom: 0px;
}
.pricing-box h3 {
  padding-top: 0;
  padding-bottom: 0px;
}
.pricing-box p {
  margin: 0;
}
.pricing-box .btnsml {
  margin-top: 30px;
}
.feature-pill {
    display: inline-block;
    background: #fff;
    border: solid 1px #262626;
    border-radius: 15px;
    padding: 2px 10px 1px 10px;
    margin-right: 3px;
    margin-top: 10px;
}
/*----------- Blog --------------*/
#hs_cos_wrapper_post_body p {
  font-family: Georgia, Serif;
  font-size: 18px;
}
.blog-post img {
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog-post h2 {
  font-size: 28px;  
}
.blog-post h3 {
  font-size: 22px;
  font-weight: 600;
}
.blog-post h4 {
  font-size: 18px;
  font-weight: 600;
}
.blog-pagination a {
  text-decoration: none;
  margin: 10px;
}
.container-blog-listing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 1100px;
    margin: auto;
}
.blog-listing-item {
  flex-basis: 50%;
}
/*----------- Blog CTA Block --------------*/
.container-flexbox-blog-cta {
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
    margin: auto;
}
.container-checkpoints {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 10px 0px 20px 0px;
}
.checkpoint {
  flex-basis: 240px;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.checkpoint p {
  padding-bottom: 0;
}
.blog-cta-block-robot {
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 1;
    margin: auto;
}
.blog-cta-block-text {
  flex-basis: 65%;
}
/*-----------Nav Bar-----------*/
.topnav {
  background-color: #fff;
  width:100%;
  z-index: 100;
  position: fixed;
}

.topnav a {
  float: left;
  display: block;
  color: #262626;
  text-align: center;
  padding: 23px 20px 10px 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
#logo-nav {
  padding: 12px 20px 5px 20px;
}
.topnav .split {
  float: right;
}
.topnav a:hover {
  text-decoration: none;
}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*----- Mobile Menu Styling -----*/
.mobiletopnav {
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
/* Hide the links inside the navigation menu*/
.mobiletopnav #myLinks {
  display: none;
}
#mobile-link-menu a {
  color: #262626;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.mobiletopnav a.icon {
  background: #fff;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
}
.mobiletopnav a:hover {
  color: #48BC87; /*dark green*/
}
.mobiletopnav a:onclick {
  color: #48BC87; /*dark green*/
}
/*-----------Nav Bar Buttons-----------*/

.topnav .btn-getstarted {
    padding: 8px 15px;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-decoration: ;
    background-color: #262626;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #262626;
    letter-spacing: 0.015em;
    margin-left: 20px;
    margin-top: 13px;
    display: inline-block;
}

.topnav .btn-getstarted:hover {
  background-color: #48BC87; /*green*/
  border: 2px solid #48BC87; /*green*/
  transition-duration: 0.2s;
}

.topnav .btn-login {
    border: 1px solid #262626;
    background-color: #fff;
    color: #262626;
    border: 2px solid #262626;
    font-weight: 500;
    font-size: 13px;
    border-radius: 5px;
    letter-spacing: 0.02em;
    padding: 8px 15px;
    text-decoration: none;
    margin: 13px 20px;
    display: inline-block;
}
.topnav .btn-login:hover {
    border-color: #48BC87; /*green*/
    transition-duration: 0.2s;
    color: #48BC87; /*green*/
}
a {
  color: #262626; /*black*/
}
a:hover {
  color: #48BC87; /*green*/
  text-decoration: none;
  transition-duration: 0.2s;
}
.btnlrg {
    display: inline-block;
    padding: 12px 20px;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 15px;
    background-color: #262626;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #262626;
    letter-spacing: 0.015em;
    margin: 15px 15px 15px 0px;
}
.btnlrg-outline, .btnlrg-white {
    display: inline-block;
    padding: 12px 20px;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 15px;
    background-color: #fff;
    color: #262626;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #262626;
    letter-spacing: 0.015em;
    margin: 15px 15px 15px 0px;
}
.btnsml {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    background-color: #262626;
    color: #fff; 
    text-decoration: none;
    border-radius: 5px;
    border: 1.5px solid #262626;
    letter-spacing: 0.02em;
    padding: 10px 15px; 
    margin: 15px 15px 15px 0px;  
}
.btnsml-outline, .btnsml-white {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    background-color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: 1.5px solid #262626;
    letter-spacing: 0.02em;
    padding: 10px 15px;  
    margin: 15px 15px 15px 0px;
}
.btnlrg:hover, .btnsml:hover {
    color: #fff;
    background-color: #48BC87; /*dark green*/
    border-color: #48BC87; /*dark green*/
    transition-duration: 0.2s;
}
.btnlrg-outline:hover, .btnsml-outline:hover {
    color: #48BC87; /*dark green*/
    border-color: #48BC87; /*dark green*/
    transition-duration: 0.2s;
}
.btnlrg-white:hover, .btnsml-white:hover {
  background-color: #48BC87; /*dark green*/
  color: #262626;
  transition-duration: 0.2s;
}
/*-----------Background Colors-----------*/

.mint {
  background-color: #D6F4E6; /*mint*/
}
.sage {
  background-color:#CDE2D6 /*sage*/
}
.darksage {
  background-color: #A9B9B0; /*dark sage*/
}
.black {
  background-color: #262626;
  color: #fff;
}
.lightsage {
  background-color: #ECF4EF; /*light sage*/
}
.white {
  background-color: #fff; 
}
.mid-green {
  background-color: #6acc9f; /*mid green*/
}
.darker-green {
  background-color: #48BC87; /*dark green*/
}
/*-----------Testimonial Slider-----------*/
.testimonial-block {
   width: 500px;
   max-width:80%;
   min-height: 100px;
   background-color: #CDE2D6;
   text-align: center;
   padding: 30px 20px 50px 20px;
   border-radius: 8px;
   margin: 30px auto;
   display: flex;
   flex-direction: column;
   justify-content: flex-center;
}
.testimonial-block a {
  color: #262626;
  font-weight: 500;
  font-size: 13px;
  text-decoration: underline;
}
.testimonial-block a:hover {
  text-decoration: none;
}
.testimonial-block h2 {
  padding-bottom: 20px;
}
/*-----------FAQs-----------*/
.faq-box {
   width: 750px;
   max-width:90%;
   background-color: #CDE2D6;
   padding: 25px;
   border-radius: 8px;
   margin: 30px auto;
}
.faq-box p {
  margin-bottom: 0px;
}
/*-----------MSP BLOCK-----------*/
.container-flexbox-msp {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 16px;
  margin: auto;
  padding-top: 40px;
}
.msp-block-text {
  max-width: 700px;
}
.msp-block-robot img {
  width: 260px;
  height: 216px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*-----------Features-----------*/
.migration-steps a {
    display: inline-block;
    color: #262626;
    text-align: center;
    padding: 23px 0px 4px 0px;
    margin: 0px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #fff; 
}
.migration-steps a:hover {
    color: #48BC87; /*green*/
    border-bottom: 2px solid #48BC87; /*green*/
    transition-duration: 0.2s;
    text-decoration: none;
}
.container-flexbox-4-steps {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
/*-----------Landing Pages-----------*/
.boxed-logo {
  max-width: 210px;
  padding: 7px 20px 4px 20px;
  border: solid 1px #282828;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 80px;
}
.landing-page-header {
  padding-top: 160px;
  padding-bottom: 0px;
  margin: 0;
}
.container-flexbox-lp {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  max-width: 1200px;
  margin: auto;
  padding: 0px 0px 0px 0px;
  justify-content: flex-start;
  align-items: stretch;
}
.container-flexbox-no-padding {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  max-width: 1200px;
  margin: auto;
  padding: 0px;
  justify-content: flex-start;
  align-items: stretch;
}
.item-2 {
  flex-grow: 2;
  width: 100px;
}
.item-1 {
  flex-grow: 1;
  width: 100px;
}
.item-lp-checklist {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 300px;
}
hr {
  border: 0.5px solid #262626;
  margin-bottom: 15px;
}
.checklist ::marker {  
    content: "✓  ";
}
/*-----------Case Studies-----------*/

.case-study-background {
  padding-top: 80px;
  background-color: #ECF4EF; /*light sage*/
}
.content-wrap-0px-after {
  max-width: 1200px;
  padding: 0px 4.5% 0px 4.5%;
  margin: auto;
}
.content-wrap-2 {
  max-width: 1200px;
  padding: 0px 4.5% 80px 4.5%;
  margin: auto;
}
.content-wrap-for-boxed-section {
  max-width: 1200px;
  padding: 0px 4.5% 80px 4.5%;
  margin: auto;
}
.container-case-studies-lp {
  display: flex;
  gap: 3vw;
  justify-content: space-between;
  padding: 120px 0px 60px 0px;
  text-align: left;
  align-items: flex-end;
}
.container-case-studies-lp .item-1 .intro {
 padding-bottom: 0px;
}
.container-case-studies-lp h1 {
  padding-top: 40px;
}
.container-case-studies-tiles {
  display: flex;
  gap: 3vw;
  justify-content: space-between;
  padding: 80px 0px 0px 0px;
  text-align: left;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
}
.case-study-tile {
  flex-basis: calc(50% - 3vw);
  background-color: #fff;
  border-radius: 8px;
  flex-grow: 0;
}
.last-case-study {
 justify-self: flex-start;
}
.case-studies-robot {
  flex-basis: 290px;
  flex-grow: 0;
  flex-shrink: 1;
}
.white-text {
  color: #fff; 
}
.left-align {
  text-align: left;
  margin: 0px;
}
.feature-rectangle-green, .feature-rectangle-black, .feature-rectangle-white {
  display: inline-block;
  border-radius: 6px;
  padding: 6px 9px 5px 9px;
  margin-right: 3px;
  margin-bottom: 10px;
  font-size: 14px!important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
  line-height: 1.2;
}
.feature-rectangle-green {
  background: #48BC87;
  color: #fff;
}
.feature-rectangle-black {
  background: #262626;
  color: #fff;
}
.feature-rectangle-white {
  background: #fff;
  color: #262626;
}
.case-study-tile h3 {
  font-size: 22px;
  padding-top: 15px;
}
.case-studies-topsection {
    background-color: #262626;
    color: #fff;
    padding: 35px 30px 5px 30px;
    border-radius: 8px 8px 0px 0px;
}
.case-study-tile p {
  font-size: 16px;
}
.text-button {
  text-decoration: none;
  font-weight: 500;
}
.boxed-section, .boxed-section-rounded-mobile {
  padding: 5%;
  border-radius: 8px;
}
.pull-quote {
  font-style: italic;
  font-size: 21px;
  color: #48BC87;
  line-height: 1.4;
  padding: 10px 0px 30px 0px;
}
.case-study h3 {
  padding: 19px 0px 5px 0px;
  color: ;
}
.cs-person {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}
.cs-name {
  font-size: 13px;
  padding-bottom: 0px;
}
.circle-headshot {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  contain: fill;
}
.container-case-study-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 30px;
}
.case-study-content {
  max-width: 700px;
}
.case-study-background .text-button {
  padding-bottom: 0px;
}
/*-----------404 Page-----------*/
.four0four h1 {
  font-size: 135px;
  text-align: left;
}
.four0four .container-flexbox {
  align-items: center;
  padding-top: 200px;
}
/*-----------Explorer-----------*/
.container-explorer-features {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.explorer-features {
  flex-basis: 33%
}
.explorer-features-top {
  border-radius: 8px;
}
.explorer-features-bottom {
  margin: 20px 20px 0px 0px;
}
/*-----------Footer-----------*/
footer h4 {
  font-size: 15px;
  padding-top: 0;
}
footer p {
  font-size: 14px;
  padding-bottom: 10px;
}
.bold {
  font-weight: 500;
}

footer .contact-heading {
  font-size: 13px;
  color: #fff;
  padding-bottom: 5px;
  margin: 0;
}
footer .contact-detail {
  font-size: 16px;
  color: #fff;
  padding-bottom: 25px;
  margin: 0;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #48BC87; /*green*/
}
.container-flexbox-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
/*   max-width: 1036px; */
  margin: auto;
  padding: 30px 0px;
}
.black-box {
  background-color: #262626; /*black*/
  color: #fff;
  border-radius: 8px;
  padding-bottom: 12px;
  padding-top: 25px;
  display: flex;
  align-items: center;
  flex-basis: calc(50% - 16px);
  flex-grow: 1;
}
.footer-4-columns {
  flex-basis: calc(25% - 16px);
  flex-grow: 1;
  flex-shrink: 1;
}
.item-footer-images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-grow: 1;
  width: 500px;
}
.footer-img {
  padding-right: 15px;
}
.highlight-pill {
  background-color: #48bc87;
  padding: 5px 10px;
  border-radius: 20px;
  white-space: nowrap;
  line-height: 40px;
}
.highlight-pill:hover {
  background-color: #6acc9f;
  color: #262626;
}
#footer-dropbox-partner {
  flex-grow: 0;
  justify-content: flex-end;
  flex-shrink: 1;
}
#footer-dropbox-partner img {
  width: 80px;
  height: 100px;
}
.footer-end {
  display: flex;
  flex-direction: column;
  width: 60%;
  flex-grow: 1;
}

/*-----------Responsive-----------*/

@media screen and (min-width:769px){
  .hidden-desktop {
    display: none;
  }
}
@media screen and (max-width:768px){
  .hidden-mobile {
    display: none;
  }
  .content-wrap {
    padding: 50px 4.5% 50px 4.5%;
  }
  .remove-padding-after {
    padding-bottom: 0px;
  }
  .remove-padding-before {
    padding-top: 0px;
  }
  .container-flexbox-msp {
    padding-bottom: 0px; 
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    max-width: 560px;
    gap: 0px;
    margin: auto;
  }
  .msp-block-robot img {
  margin-right: 0px;
  }
  .container-flexbox, .container-flexbox-txt {
    display: flex;
    flex-direction: column;
    padding-bottom: 45px;
    gap: 20px;
    margin: auto;
  }
  .container-flexbox-boxed-features {
    padding-top: 20px;
    margin: auto;
    max-width: 560px;
  }
  .container-flexbox-reverse {
    flex-direction: column-reverse;
  }
  .container-flexbox-4-steps {
    flex-direction: column-reverse;
  }
  .container-blog-listing {
    flex-direction: column;
    max-width: 500px;
    padding: 0px 0px 0px 0px;
  }
  .content-wrap .container-flexbox-txt-img-block {
    padding: 0px;
  }
  .content-wrap .container-flexbox {
    padding: 0px;
  }
  .container-flexbox-lp {
    flex-direction: column;
    gap: 50px;
    padding: 40px 0px 0px 0px;
  }
  .landing-page-header {
  padding-top: 60px;
  }
  .boxed-logo {
  margin-bottom: 40px;
  }
  .textcolumn {
    padding-left: 0px;
    padding-right: 0px;
  }
  #container-flexbox-trustedby {
    flex-wrap: wrap;
  }
  .trusted-by-logo {
    flex-basis: 110px;
  }
  .vice-logo {
    flex-basis: 60px;
  }
  .container-flexbox-logos {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
    gap: 15px;
    padding-top: 0px;
    padding-bottom: 45px;
    margin: auto;
  }
  .container-flexbox-footer {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer-4-columns {
    flex-basis: calc(50% - 16px);
  }
  .item-col-3, .item-col-3-boxed, .item-storage, .item-col-6, .item-col-4, .item-col-2thirds, .item-col-1third, .item-1, .item-2, .container, .item-boxed-feature, .item-lp-checklist {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 560px;
  }
  .item-lp-checklist {
    flex-grow: 1;
  }
  .full-width-solid {
  margin-bottom: 40px;
  }
  .full-width-solid-with-top-padding {
  margin-bottom: 40px;
  padding-top: 40px;
  }
  #footer-dropbox-partner img {
    width: 60px;
    height: 75px;
  }
  .boxed-logo {
    text-align: left;
    max-width: 200px;
  }
  .item-col-2{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 560px;
  }
  .item-col-6 {
    width: 40%;
  }
  .footer-social{
    flex-direction: column;
  }
  .item-storage {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 360px;
  }
  .item-partners, .item-platform-partners {
    width: 45%;
    max-width: 300px;
  }
  .centertxt-left-on-mobile {
  text-align: left;
  }
  .center-on-mobile {
    text-align: center;
  }
  #msp3logos {
    width:170px;
    height: 134px;
  }
  .storage-partners h4, .storage-partners h3, .storage-partners p {
  padding-left: 0px;
  }
  #homescreen-form {
  flex-direction: column;
  padding-top: 15px;
  }
  #homescreen-form h4 {
  padding-top: 25px;
  }
  .form-item {
  width: 90%;
  }
  .container-case-studies-lp {
    flex-direction: column-reverse;
    padding: 40px 0px 30px 0px;
    align-items: center;
    gap: 30px;
  }
  .container-case-studies-tiles {
   padding: 40px 0px 0px 0px;
    gap: 20px;
  }
  .case-study-tile {
  flex-basis: 100%;
  }
  .case-studies-robot {
   flex-basis: 120px;
   width: 187px;
   height: 150px;
  }
  .case-study-tile h3 {
  font-size: 20px;
  }
  .container-case-studies-lp h1 {
  padding-top: 20px;
  }
  .content-wrap-2 {
    padding-bottom: 30px;
    max-width: 560px;
  }
  .content-wrap-for-boxed-section {
  padding: 0px 0px 40px 0px;
  max-width: 560px;
  }
  .imgheader {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .container-case-study-details {
    flex-wrap: wrap;
  }
  .migration-steps a {
    padding: 10px 5px 10px 5px;
    font-size: 14px;
  }
  .container-flexbox-blog-cta {
    flex-direction: column;
  }
  .blog-cta-block-robot {
    margin: 0px 50vw 20px 0px;
    flex-basis: 100px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media screen and (max-width:550px){
  .case-study-background {
  padding-top: 0px;
  }
  .boxed-section {
  border-radius: 0px;
  padding: 30px 5%;
  }
  .boxed-section-rounded-mobile {
  border-radius: 8px;
  padding: 30px 5%;
  }
  .content-wrap-for-boxed-section {
  padding-bottom: 0px;
  }
}

@media screen and (max-width:1100px){
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 27px;
    padding-bottom: 15px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 16px;
  }
  p, ul {
    font-size: 15px;
  }
  .intro {
    font-size:16px;
  }
  .msp-intro-left {
  flex: 3;
  }
  .msp-intro-right {
  flex: 2;
  }
}
@media screen and (max-width:1260px){
  .centeredsection, .content-wrap {
  border-radius: 0px;
  }
}
@media screen and (min-width:769px) and (max-width:1100px){
  .container-flexbox-logos, #container-flexbox-trustedby {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  }
  .item-storage, .item-partners, .item-col-6 {
  width: 30%;
  }
  .storage-platforms h3 {
  margin-left: 20px;
  }
}



.dropdown-wrapper {
  border: 1px solid white;
  padding: 10px;
  background:white;
}

select {
  font-size: 14px;
  border: none;
  width: 100%;
  background: white;
}