/* @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*/
#3BB17B; /*dark green hover*/
#A9B9B0; /*dark sage*/
#E5F8EF; /*light mint*/
*/

/*
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, .h2-style {
  font-size: 33px;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 25px;
}
h3, .h3-style {
  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;
}
h5, .h5-style {
  font-size: 16px;
  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;
}
.small-p {
  font-size: 14px;
}
.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*/
}
.mid-green-text {
  color: #6acc9f; /*mid green*/
}
.medium {
  font-weight: 500;
}
.topsection .h4 {
  font-style: italic;
}
.centertxt, .centertxt-left-on-mobile {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.caption {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.left-align {
  text-align: left;
}
.clickable {
  cursor: pointer;
}
.centerimg {
  display:block;
  margin-left: auto;
  margin-right:auto;
}
.content-wrap, .content-wrap-1, .content-wrap-2, .content-wrap-3, .content-wrap-4, .content-wrap-0px-after, .content-wrap-1-compact, .content-wrap-2-compact, .content-wrap-3-compact {
    max-width:1200px;
    margin: 0px auto;
}
.content-wrap, .content-wrap-1 {
    padding: 110px 4.5% 110px 4.5%;
    border-radius: 8px;
}
.content-wrap-2 {
  padding: 0px 4.5% 110px 4.5%;
}
.content-wrap-3 {
    padding: 110px 4.5% 0px 4.5%;
    border-radius: 8px;
}
.content-wrap-4 {
    padding: 0px 4.5% 55px 4.5%;
}
.content-wrap section {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.content-wrap-1-compact {
    padding: 70px 4.5% 70px 4.5%;
}
.content-wrap-2-compact {
    padding: 0px 4.5% 70px 4.5%;
}
.content-wrap-3-compact {
    padding: 70px 4.5% 0px 4.5%;
}
.content-wrap-0px-after {
  padding: 0px 4.5% 0px 4.5%;
}
.section-space-after, .section-space-after-desktop-only {
  margin-bottom: 110px;
}
.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, .container-flexbox-text-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  padding: 30px 0px 0px 0px;
}
.container-flexbox-text-features h4 {
  padding-bottom: 20px;
}
.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;
  gap: 5vw;
  max-width: 1200px;
  margin: auto;
  align-items: center;
}
.align-items-center {
  align-items: center;
}
.stretch {
 align-items: stretch;
}
.item-col-3-boxed{
  width: calc(33.33% - 16px);
  background-color: #fff;
  border-radius: 8px;
}
.item-col-4-boxed{
  width: calc(25% - 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;
}
.space-after-60px {
  margin-bottom: 60px;
}
.add-space-before {
  margin-top: 90px;
}
.content-wrap-banner-below-menu {
  max-width: 1200px;
  padding: 90px 4.5% 5px 4.5%;
  margin: auto;
}
#homescreen-form {
  max-width: 600px;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  gap: 16px;
  background-color: #262626;
  color: #fff;
  justify-content: space-between;
  text-align: left;
  margin: auto;
  margin-bottom: 30px;
}
#homescreen-form .form-item {
  width: 100%;
}
#homescreen-form h4 {
  font-size: 15px;
}
.form-answer {
  font-size: 15px;
}
/*-----------New Homescreen Form--------------*/
#homescreen-form-box {
  border-radius: 8px;
  padding: 60px 40px 30px 40px;
  background-color: #262626;
  margin-bottom: 30px;
}
#homescreen-form-container {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 30px 0px;
}
.homescreen-form-item {
  width: 100%;
}
#homescreen-form-box h4 {
  font-size: 15px;
  color: #fff;
}
#homescreen-form-box a {
  color: #48bc87;
  text-decoration: none;
}
/*-----------Homepage--------------*/
.homepage-header {
  padding-top: 80px;
}
.free-trial-text {
  font-size: 13px;
  padding-top: 10px;
  font-style: italic;
}
#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;
}
.item-homepage-better-way-text {
  flex: 700px 0 1;
}
.item-homepage-testimonial-widget {
  flex: 220px 0 0;
}
.item-homepage-platform-logos {
    flex: 256px 0 0;
}
.container-flexbox-homepage-header {
  display: flex;
  justify-content: space-between;
  gap: 4vw;
  margin: 30px 0px 50px 0px;
}
.homepage-header--item {
  flex: 50% 1 1;
}
.container-flexbox-featured-blog, .container-flexbox-featured-blog-white-bg {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  padding: 0px;
}
/*-----------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;
}
.item-storage {
  width: 23%;
  border: 1px solid #D6E0D9;
  border-radius: 8px;
  align-items: stretch;
  text-decoration: none;
  background: #fff;
}
.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;
}
/*-----------Security--------------*/
.container-security {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-around;
    padding: 0px 0px 30px 0px;
    flex-wrap: no-wrap;
    align-items: stretch;
    align-content: flex-start;
}
.item-security {
  flex: 450px 1 1;
  background-color: #fff;
  padding: 40px 35px 35px 35px;
  border-radius: 8px;
}
.item-security-with-image {
  flex: 450px 1 1;
  background-color: #fff;
  padding: 35px 35px 35px 35px;
  border-radius: 8px;
}
.security-image-wrap {
  width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.security-image-wrap img {
    width: 120px;
  }
/*----------- Support -----------*/
.container-get-support {
    display: flex;
    flex-direction: row;
    gap: 50px 30px;
    justify-content: flex-start;
    padding: 30px 0px 0px 0px;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
}
.container-get-support a {
    flex-basis: 47%;
}
.container-get-support p {
    padding-top: 12px;
}
.container-get-support a {
    text-decoration: none;
}
.container-get-support a:hover {
    color: #262626;
}
#container-three-testimonials {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-end;
}
.three-testimonials-black {
  color: #fff;
  background-color: #262626;
  border-radius: 8px;
  padding: 30px 30px 20px 30px;
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
}
.three-testimonials-black p {
  font-size: 19px;
  padding-bottom: 50px;
  flex-grow: 1;
}
.three-testimonials-black a {
  color: #fff;
  text-decoration: none;
}
.three-testimonials-black a:hover {
  text-decoration: underline;
  color: inherit;
}
.three-testimonials-black i {
  color: rgba(255,255,255,0.3);
}

/*-----------MSP Partners Pages--------------*/
.partners-robot, .find-a-partner-robot {
    flex-basis: 320px;
    flex-grow: 0;
    flex-shrink: 1;
}
.container-flexbox-partner-spotlight {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 4vw;
    row-gap: 45px;
    margin: auto;
    padding-top: 60px;
}
.container-flexbox-homepage-logos {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1200px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 100px;
  justify-content: space-around;
  align-items: stretch;
}
.container-flexbox-logos {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1200px;
  margin: auto;
  padding-top: 20px;
  justify-content: flex-start;
  align-items: stretch;
}
.item-partners {
  width: calc(25% - 16px);
  border: 1px solid #D6E0D9;
  border-radius: 8px;
  align-items: stretch;  
  padding-top: 15px;
  padding-bottom: 11px;
  text-align: center;
}
.partner-benefits {
  background-color: #ECF4EF;
  border-radius: 8px;
  padding: 40px;
}
.partner-benefits-black {
  background-color: #262626;
  color: #fff;
  border-radius: 8px;
  padding: 40px;
}
.partner-spotlight-box {
  background-color: #ffffff;
  border-radius: 8px;
  height: 230px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.msp-downloads a {
  text-decoration: none;
}
.download-icon {
  float: left;
  padding: 3px 18px 15px 0px;
}
.pdf-download {
  clear: left;
}
.msp-intro-left {
  flex: 3;
}
.msp-intro-right {
  flex: 2;
}
.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;
}
.join-slack-box {
  border-radius: 8px;
  padding: 20px;
  background-color: #ECF4EF; /*light sage*/
  flex: 330px 0 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.join-slack-box img {
  padding: 10px;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 8px;
  width: 40px;
  height: 40px;
}
.join-slack-box h4 a {
  text-decoration: none;
  font-size: 15px;
}
.container-flexbox-channel-program {
    display: flex;
    justify-content: center;
    gap: 4vw;
    margin: auto;
    align-items: center;
}
.channel-program-logo {
  flex: 260px 0 1;
  padding: 20px;
  align-self: center;
}
.channel-program-quote {
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  padding-top: 30px;
  letter-spacing: 0.1px;
}
.container-flexbox-channel-program .text-button:hover {
  color: #fff;
}
#container-flexbox-join-slack {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: center;
    gap: 30px;
    max-width: 680px;
    margin: auto;
  }
/*-----------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;
}
.container-flexbox-4-boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1200px;
    margin: auto;
}
/*-----------Pricing-----------*/
.pricing-header {
   padding-top: 100px;
   padding-bottom: 40px;
   margin: 0;
}
.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, .pricing-box .btnsml-green {
  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;
}
.pricing-plans-flexbox {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: no-wrap;
    gap: 16px;
    max-width: 1200px;
    margin: auto;
    padding: 0px 4.5% 80px 4.5%;
}
.pricing-plans {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pricing-plans-top {
  background-color: #262626;
  color: #fff;
  padding: 40px 30px 20px 30px;
  border-radius: 8px 8px 0px 0px;
}
.pricing-plans-top h3 {
  padding-bottom: 10px;
}
.pricing-plans-top p {
  padding-bottom: 0px;
}
.pricing-plans-bottom {
  background-color: #fff;
  padding: 30px;
  border-radius: 0px 0px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
}
.pricing-plans-large-text {
  font-size: 24px;
}
.pricing-plans-bottom .checklist li {
  margin-bottom: 5px;
}
/*-----------Pricing Calculator-----------*/
.pricing-calculator-heading {
  font-size: 20px;
  padding-bottom: 30px;
}
.calculator-wrap {
  max-width: 1200px;
  margin: -80px auto 0px auto;
  padding: 60px 6% 40px 6%;
  border-radius: 8px 8px 0px 0px;
  background-color: #ffffff;
}
.calculator-flexbox {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 6%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0px 0px 0px;
}
.calculator-form-box {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 280px;
}
.calculator-results-column {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 200px;
  max-width: 560px;
}
.calculator-results-box {
  background-color: #E5F8EF;
  border-radius: 8px;
  text-align: center;
  padding: 30px 30px 70px 30px;
}
.calculator-form-headings {
  font-size: 15px;
}
.calculator-results-headings {
  font-size: 15px;
  font-weight: 500;
  color: #48BC87;
  padding-top: 40px;
}
.calculator-results-text {
  font-size: 15px;
  padding: 0px;
}
.calculator-results-numbers {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  color: #48BC87;
  padding-bottom: 30px;
}
.calculator-placeholder {
  font-style: italic;
  font-size: 15px;
  padding-top: 30px;
}
.calculator-toggle {
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  margin: auto;
  justify-content: center;
}
.calculator-toggle-files {
  font-size: 15px;
  font-weight: 400;
  border-radius: 30px 0px 0px 30px;
  padding: 11px 30px;
  text-align: center;
  width: 130px;
}
.calculator-toggle-mailboxes {
  font-size: 15px;
  font-weight: 400;
  border-radius: 0px 30px 30px 0px;
  padding: 11px 30px;
  text-align: center;
  width: 130px;
}
.toggle-active {
  background-color: #48BC87;
  color: #fff;
}
.toggle-inactive {
  background-color: #f0f0f0;
  color: #262626;
}
.calculator-dropdown-wrapper {
  background: #f0f0f0;
  padding: 10px 15px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.calculator-note {
  font-size: 15px;
  font-style: italic;
  margin-top: -15px;
  margin-bottom: 5px;
}
.calculator-switch-text {
  font-size: 14px;
  font-weight: 500;
  color: #48BC87;
  border-bottom: 2px solid #48BC87;
  padding-bottom: 0px;
  margin-bottom: 6px;
}
.slidecontainer {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #dbdbdb;
  outline: none;
  opacity: 1;
  border-radius: 10px;
  margin-bottom: 20px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #48BC87;
  cursor: pointer;
  border-radius: 15px;
  border: 2px solid #fff;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #48BC87;
  cursor: pointer;
}
.calculator-slider-value-wrapper {
  border: 1px solid #262626;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 30px;
}
.calculator-slider-value-wrapper p {
  padding: 0px;
  font-size: 15px;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 170px;
  background-color: #D6F4E6;
  color: #262626;
  text-align: left;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  top: -10px;
  left: 110%;
  z-index: 1;
  font-size: 13px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.calculator-tip {
    max-width: 1200px;
    margin: auto;
    padding: 16px;
    border-radius: 0px 0px 8px 8px;
    background-color: #E5F8EF;
    text-align: center;
}
.calculator-email-button {
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #48BC87;
  padding-top: 35px;
}
.calculator-email-button-step-2 {
  padding-top: 35px;
}
.calculator-email-button-step-2-form {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
}
.calculator-email-field {
    font-size: 17px;
    padding: 15px 30px;
    border-radius: 50px;
    border: 1px solid #262626;
    flex: 400px 1 1;
    color: #262626;
    font-family: Rubik, sans-serif;
}
/*----------- Blog --------------*/
#hs_cos_wrapper_post_body p {
  font-family: Georgia, Serif;
  font-size: 18px;
}
#hs_cos_wrapper_post_body li {
  font-family: Georgia, Serif;
  font-size: 18px;
  padding-bottom: 15px;
}
#blog-post-container--left img {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 100%;
}
#blog-post-container--left h2 {
  font-size: 28px;  
}
#blog-post-container--left h3 {
  font-size: 22px;
  font-weight: 600;
}
#blog-post-container--left h4 {
  font-size: 18px;
  font-weight: 600;
}
#hs_cos_wrapper_post_body table {
  box-sizing: border-box;
  height: auto !important;
  border: 1px solid #262626 !important;
}
#hs_cos_wrapper_post_body  th, #hs_cos_wrapper_post_body td {
  padding: 5px !important;
  line-height: 1.3 !important;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  border: 1px solid #262626 !important;
  border-collapse: collapse;
}
#hs_cos_wrapper_post_body table p {
  padding-bottom: 0px;
  line-height: 1.3 !important;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}
.blog-pagination a {
  text-decoration: none;
  margin: 10px;
}
.container-blog-listing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 50px;
    row-gap: 20px;
    max-width: 1200px;
    margin: auto;
}
.blog-listing-item {
  flex-basis: 50%;
}
#blog-header-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 4vw;
  margin: auto;
  text-align: left;
}
#blog-header-block h2 {
  padding-bottom: 10px;
}
#blog-header-block p {
  font-size: 19px;
}
#blog-header-block .btnlrg-on-green {
  margin-bottom: 0px;
}
#blog-header-block--text {
  flex-basis: 850px;
  flex-grow: 0;
  flex-shrink: 1;
}
#blog-header-block--image {
  flex-basis: 280px;
  flex-grow: 0;
  flex-shrink: 1;
}
#blog-post-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 4vw;
  margin: auto;  
  align-items: center;
}
#blog-post-container h1 {
  text-align: left;
  max-width: 1200px;
  color: #48bc87;
}
#blog-post-container--left {
  flex-basis: 850px;
  flex-grow: 0;
  flex-shrink: 1;
  max-width: 100%;
}
#blog-post-container--right {
  flex-basis: 280px;
  flex-grow: 0;
  flex-shrink: 1;
}
#blog-sidebar-cta {
  background-color: #d6f4e6;
  padding: 40px 20px 20px 20px;
  border-radius: 8px;
}
#blog-sidebar-cta h3 {
  line-height: 1.2;
  padding-bottom: 15px;
}
#blog-sidebar-cta p {
  font-size: 15px;
}
#blog-sidebar-btn-image {
  display: flex;
  flex-direction: row;
  gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
}
#blog-sidebar-btn-image .btnsml-green {
  margin-right: 5px;
}

/*----------- CTA Blocks (not just used on blog)  --------------*/
.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%;
  align-self: center;
}

/*-----------Buttons-----------*/
a {
  color: #262626; /*black*/
}
a:hover {
  color: #48BC87; /*green*/
  text-decoration: none;
  transition-duration: 0.2s;
}
.btnlrg, .btnlrg-on-green {
    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 {
    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;
}
.btnlrg-white, .btnlrg-white-on-green {
    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 #fff;
    letter-spacing: 0.015em;
    margin: 15px 15px 15px 0px;
}
.btnlrg-green {
    display: inline-block;
    padding: 12px 20px;
    font-family: 'Rubik', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 15px;
    background-color: #48BC87; /*dark green*/
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #48BC87;
    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-green {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    background-color: #48BC87;
    color: #fff; 
    text-decoration: none;
    border-radius: 5px;
    border: 1.5px solid #48BC87;
    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;
    border-color: #48BC87;
    transition-duration: 0.2s;
}
.btnlrg-green:hover, .btnsml-green:hover {
    background-color: #3BB17B; /*dark green hover*/
    border-color: #3BB17B; /*dark green hover*/
    color: #fff;
    transition-duration: 0.2s;
}
.btnlrg-on-green:hover {
    color: #fff;
    background-color: #000; 
    border-color: #000; 
    transition-duration: 0.2s;
}
.btnlrg-white-on-green:hover {
    color: #262626;
    border-color: #e1f5ec;
    background-color: #e1f5ec;
    transition-duration: 0.2s;
}
.text-link a {
  text-decoration: none;
  color: #48bc87;
  font-weight: 500;
}
.vice-case-study-block-logo {
  flex-grow: 1;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 8px;
  padding: 20px;
}
.black-border {
  border: 1.5px solid #262626;
  border-radius: 8px;
}
/*-----------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, .light-sage {
  background-color: #ECF4EF; /*light sage*/
}
.white {
  background-color: #fff; 
}
.mid-green {
  background-color: #6acc9f; /*mid green*/
}
.darker-green {
  background-color: #48BC87; /*dark green*/
}
.light-mint {
  background-color: #E5F8EF; /*light mint*/
}
/*-----------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-----------*/
.container-flexbox-faq-sections {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4%;
}
.faq-box {
   width: 750px;
   max-width: 100%;
   background-color: #CDE2D6;
   padding: 25px 25px 15px 25px;
   border-radius: 8px;
   margin: 30px auto;
}
.faq {
   width: 750px;
   max-width:100%;
   padding: 25px 0px 15px 0px;
   border-top: 1px solid #A9B9B0;
}
.faq:last-child {
   border-bottom: 1px solid #A9B9B0;
}
.faq-title {
    background: 0 0;
    outline: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
.faq h4 {
  font-size: 17px;
}
.faq-body {
    display: none;
}

/*-----------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;
}
.flexbox-migrations-header {
  display: flex;
  flex-direction: row;
  column-gap: 6vw;
  row-gap: 40px;
  margin: auto;
  padding: 0px;
  justify-content: flex-start;
  align-items: stretch;
}
.content-wrap-wide-header {
  max-width: 1500px;
  padding: 0px 4.5% 110px 4.5%;
  margin: auto;
}
/*-----------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;
}
.non-boxed-logo {
  max-width: 347px;
  margin-bottom: 80px;
}
.square-logo {
  max-width: 100px;
  margin-bottom: 30px;
}
.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, .container-flexbox-no-padding-reverse {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  column-gap: 70px;
  row-gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 0px;
  justify-content: flex-start;
  align-items: stretch;
}
.item-1 {
  flex-grow: 1;
  width: 100px;
}
.item-2 {
  flex-grow: 2;
  width: 100px;
}
.item-3 {
  flex-grow: 3;
  width: 100px;
}
.item-lp-checklist {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 300px;
}
.align-center {
  align-self: center;
}
hr {
  border: 0.5px solid #262626;
  margin-bottom: 15px;
}
.checklist ::marker {  
    content: "✓  ";
}
.two-column-boxed-image, .two-column-boxed-image-solid {
  flex-grow: 1;
  width: 100px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.two-column-boxed-image-solid {
  min-height: 400px;
}
#mergers-lp-image {
  flex-grow: 1;
  max-width: 345px; 
  align-self: center;
}
#tenant-to-tenant-robot {
    flex-basis: 430px;
    flex-grow: 0;
    flex-shrink: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*-----------Case Studies-----------*/

.case-study-background {
  padding-top: 80px;
  background-color: #ECF4EF; /*light sage*/
}
.content-wrap-for-boxed-section, .content-wrap-for-boxed-section-2 {
  max-width: 1200px;
  padding: 0px 4.5% 110px 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: 5px 9px 3px 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;
}
/*-----------Product Pages-----------*/
.container-three-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  justify-content: space-between;
  gap: 3vw;
}
.three-features {
  flex-basis: 33%;
}
.three-features-top {
  border-radius: 8px;
}
.three-features-bottom {
  margin: 35px 0px 0px 0px;
}
.three-features-bottom h3 {
 font-size: 22px;
}
.three-features-bottom .feature-rectangle-green{
  margin-bottom: 15px;
}
.product-header-graphic {
  flex-basis: 460px;
  flex-grow: 0;
  flex-shrink: 2;
}
.product-header-graphic-centered {
  flex-basis: 460px;
  flex-grow: 0;
  flex-shrink: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
#deletion-criteria {
  width: 394px;
  height: 233px;
}
.product-header-text {
  flex-basis: 300px;
  flex-grow: 1;
  flex-shrink: 1;
}
.space-after-pill {
  margin-bottom: 30px;
}
.migrations-header-plane {
  padding-bottom: 20px; 
  object-fit: contain;
  max-width: 267px;
}
.container-flexbox-migrations-visibility {
  display: flex;
  gap: 4vw;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  padding: 0px 0px 80px 0px;
}
.container-flexbox-migrations-visibility h4 {
  padding-top: 30px;
}
.migrations-visibility--heading {
  flex-basis: calc(64% + 4vw)
}
.migrations-visibility--item {
  flex-basis: 33%;
}
#migrations-magnifying-illustration {
  flex-basis: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
} 
#migrations-magnifying-illustration img {
  width: 183px; 
  height: 134px;
} 
/*-----------Why Moving Pages -----------*/
.container-flexbox-why-moving-header {
    display: flex;
    gap: 3vw;
    max-width: 1200px;
    margin: auto;
    padding: 0px;
    justify-content: space-between;
    align-items: flex-end;
}
.big-header-robot {
  flex-basis: 220px;
  flex-grow: 0;
  flex-shrink: 2;
}
.why-moving-header-text {
  flex-basis: 700px;
  flex-grow: 0;
  flex-shrink: 1;
  align-self: flex-end;
}
.container-flexbox-text-section {
    display: flex;
    flex-wrap: no-wrap;
    gap: 3vw;
    max-width: 1200px;
    margin: auto;
    padding: 0px;
    justify-content: space-between;
}
.item-checklist {
  flex-basis: 30%;
  flex-grow: 0;
}
.item-text-2-thirds {
  flex-basis: 66%;
}
/*-----------Why Movebot -----------*/
.container-flexbox-why-movebot, .container-flexbox-why-movebot-reverse {
    display: flex;
    gap: 4vw;
    max-width: 1200px;
    margin: auto;
    padding: 0px;
    justify-content: space-between;
}
.why-movebot-numbers {
  display: inline-block;
  padding-bottom: 0px;
  padding-right: 10px;
}
.why-movebot-features {
  position: relative;
  top: -6px;
  margin-top: 10px;
}
.why-movebot-illustrations {
  object-fit: contain;
  flex-basis: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-movebot-text {
  flex-basis: 50%;
}
/*-----------Learn More Block-----------*/
.container-flexbox-learn-more {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
}
.learn-more-item {
  background-color: #262626;
  border-radius: 8px;
}
.learn-more--top {
  background-color: #D6F4E6;
  border-radius: 8px 8px 0px 0px;
}
.learn-more--top-dark {
  background-color: #6acc9f;
  border-radius: 8px 8px 0px 0px;
}
.learn-more--bottom {
  color: #fff;
  padding: 15px;
}
.learn-more--bottom h4 {
  padding: 0px;
  font-size: 14px;
}
.learn-more-item:hover {
  background-color: #000;
}
/*-----------Technical Features-----------*/
.features-table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 0px;
  font-family: 'Rubik', sans-serif;
}
.features-table td {
  border-bottom: 1px solid #A9B9B0;
  padding: 20px 10px;
  width: 30%;
  text-align: center;
}
.features-table td:first-child {
  text-align: left;
  padding-left: 0px;
}
.features-table p {
  padding-bottom: 0px;
  line-height: 1.3;
}
.features-table h4 {
  padding-bottom: 0px;
  color: #48bc87;
}
.features-table td .features-table-small-text {
  font-size: 13px;
  font-style: italic;
  color: #86958D;
  padding-top: 5px;
  line-height: 1.5;
}
.features-table-plan-heading {
  font-size: 17px;
  color: #48bc87;
}
.last-row td {
  border-bottom: none;
  padding-bottom: 30px;
}
/*-----------On-prem to Cloud-----------*/
.container-flexbox-graphic-header {
    display: flex;
    gap: 5vw;
    max-width: 1200px;
    margin: auto;
    padding: 0px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
}
/*-----------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;
  margin: auto;
  padding-bottom: 40px;
}
.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: calc(75% - 16px);
}
.container-flexbox-footer:last-child {
  padding-bottom: 15px;
}
#footer-badges {
  width: calc(25% - 16px);
}

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

@media screen and (min-width:769px){
  .hidden-desktop {
    display: none;
  }
}
@media screen and (max-width:768px){
  .footer-end {
    width: 100%;
  }
  #footer-badges {
    width: 200px;
  }
  .container-flexbox-footer:last-child {
  flex-direction: column-reverse;
  }
  .hidden-mobile {
    display: none;
  }
  .features-table-wrap {
    overflow-x: scroll;
  }
  .features-table td {
    padding: 15px 5px;
  }
  .features-table-plan-heading {
  font-size: 13px;
  }
  .content-wrap {
    padding: 50px 4.5% 50px 4.5%;
  }
  .content-wrap-1 {
    padding: 50px 4.5% 50px 4.5%;
    max-width: 560px;
  }
  .max-width-mobile {
    max-width: 560px;
    margin: auto;
  }
  .content-wrap-3 {
    padding: 50px 4.5% 0px 4.5%;
  }
  .content-wrap-compact {
    padding: 35px 4.5% 35px 4.5%;
  }
  .remove-padding-after {
    padding-bottom: 0px;
  }
  .reduce-padding-after {
    padding-bottom: 20px;
  }
  .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;
  }
  .container-flexbox-no-padding-reverse {
  flex-direction: column-reverse;
  }
  .container-flexbox-featured-blog {
    gap: 30px;
  }
  .container-flexbox-featured-blog-white-bg {
    gap: 30px;
    padding-top: 40px;
  }
  .container-flexbox-txt-img-block {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .btnlrg, .btnlrg-outline, .btnlrg-white, .btnlrg-green, .btnlrg-on-green, .btnlrg-white-on-green {
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 5px;
    margin: 15px 10px 15px 0px;
  }
  .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;
  }
  .container-flexbox-text-features {
    padding-top: 5px;
  }
  .container-flexbox-text-features h4 {
    padding-bottom: 8px;
  }
  .container-flexbox-reverse, .reverse-on-mobile {
    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;
  }
  .two-column-boxed-image {
    width: auto;
  }
   .two-column-boxed-image-solid {
    width: auto;
    min-height: auto;
  }
  .content-wrap .container-flexbox {
    padding: 0px;
  }
  .pricing-box {
    width: 100%;
  }
  .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;
    gap: 15px;
    padding-top: 0px;
    padding-bottom: 45px;
    margin: auto;
  }
  .container-flexbox-text-section {
    flex-direction: column;
    max-width: 560px;
  }
  .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, .item-3, .container, .item-boxed-feature, .item-lp-checklist .item-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: calc(50% - 15px);
    max-width: 300px;
    border-radius: 4px;
  }
  .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;
  }
  .partners-robot {
    flex-basis: 140px;
    width: 140px;
    height: 176px;
  }
  .find-a-partner-robot {
    flex-basis: 175px;
    width: 175px;
    height: 158px;
  }
  .partners-robot img, .find-a-partner-robot img {
  width: 100%;
  }
  .case-study-tile h3 {
  font-size: 20px;
  }
  .container-case-studies-lp h1 {
  padding-top: 20px;
  }
  .content-wrap-2, .content-wrap-2-compact {
    padding-bottom: 30px;
    max-width: 560px;
  }
  .content-wrap-1-compact, .content-wrap-3-compact, .content-wrap-0px-after {
   max-width: 560px;
  } 
  .content-wrap-for-boxed-section, .content-wrap-for-boxed-section-2 {
  padding: 0px 0px 40px 0px;
  max-width: 560px;
  }
  .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-text {
    align-self: auto;
  }
  .blog-cta-block-robot {
    margin: 0px 50vw 20px 0px;
    flex-basis: 100px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .container-three-features {
    display:flex;
    flex-direction: column;
    gap: 30px;
  }
  .container-flexbox-why-moving-header {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .why-moving-header-text {
    flex-basis: 100px;
  }
  .big-header-robot {
  max-width: 140px;
  }
  .container-flexbox-migrations-visibility {
  flex-direction: column;
  max-width: 560px;
  gap: 30px;
  padding-bottom: 40px;
  }
  .container-flexbox-migrations-visibility h4 {
  padding-top: 10px;
  }
  #migrations-magnifying-illustration {
  justify-content: left;
  } 
  #migrations-magnifying-illustration img {
  width: 114px; 
  height: 83px;
  } 
  #migrations-robot-computer-illustration {
  width: 150px; 
  height: 166px;
  } 
  .migrations-visibility--item img {
  max-width: 300px;
  }
  .container-flexbox-why-movebot {
  flex-direction: column;
  max-width: 560px;
  }
  .container-flexbox-why-movebot-reverse {
  flex-direction: column-reverse;
  max-width: 560px;
  }
  .why-movebot-illustrations {
  padding-bottom: 20px;
  }
  .container-flexbox-learn-more {
  margin: auto;
  }
  .container-flexbox-learn-more {
  flex-wrap: wrap;
  }
  .learn-more-item {
  flex-basis: calc(50% - 8px);
  flex-shrink: 1;
  }
  .learn-more--bottom {
  padding: 8px 12px;
  }
  .max-width-for-mobile {
  max-width: 560px;
  }
  .feature-rectangle-green, .feature-rectangle-black, .feature-rectangle-white {
    padding: 4px 9px 3px 9px;
    font-size: 12px!important;
  }
  .container-flexbox-homepage-header {
  flex-direction: column;
  row-gap: 40px;
  }
  .faq-box {
  width: 80%;
  }
  .content-wrap-wide-header {
  padding-bottom: 30px;
  max-width: 560px;
  }
  .flexbox-migrations-header {
	flex-direction: column;
	row-gap: 20px;
  margin: auto;
  }
  .container-flexbox-partner-spotlight {
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 560px;
  }
  .partner-benefits {
   padding: 20px;
  }
  .container-flexbox-channel-program {
  flex-direction: column;
  align-items: flex-start;
  }
  .channel-program-logo {
    flex: 30px 0 1;
    padding: 0px;
    width: 50%;
  }
  .channel-program-quote {
    font-size: 17px;
    padding-top: 0px;   
  }
  .container-security {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
  }
  .item-security {
    flex: 200px 1 1;
    padding: 25px 20px 20px 20px;
  }
  .item-security-with-image {
    flex: 200px 1 1;
    padding: 35px 20px 20px 20px;
}
  .security-image-wrap {
    height: 100px;
  }
  .security-image-wrap img {
    width: 90px;
  }
  .container-flexbox-faq-sections {
  flex-direction: column;
  gap: 0px;
  }
  .faq h4 {
  font-size: 16px;
  }
  .calculator-toggle {
    width: 100%;
  }
  .calculator-toggle-files, .calculator-toggle-mailboxes {
    font-size: 13px;
    padding: 11px 30px;
    width: 100px;
    padding: 9px 20px;
}
  .calculator-flexbox {
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 10px 0px 0px 0px;
  }
  .calculator-results-box {
    padding: 00px 20px 30px 20px;
  }
  .calculator-results-numbers {
    padding-bottom: 20px;
  }
  .calculator-wrap {
    padding: 60px 4.5% 60px 4.5%;
  }
  .container-flexbox-graphic-header {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  #blog-post-container {
  max-width: 560px!important;
  }
  #blog-header-block {
  max-width: 560px!important;
  flex-direction: column-reverse;
  gap: 20px;
  }
  #blog-header-block--image {
  flex-basis: 100px;
  max-width: 200px;
  margin-top: -25px;
  }
  #blog-header-block--text {
  flex-basis: 100px;
  max-width: 600px;
  }
  #blog-header-block--text h2 {
    font-size: 20px;
  }
  #blog-header-block--text p {
    font-size: 14px;
    padding-bottom: 0px;
  }
  #hs_cos_wrapper_post_body table {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    overflow-x: auto;
    border-collapse: collapse;
  }
  #hs_cos_wrapper_post_body table p {
  line-height: 1.3 !important;
  font-size: 15px;
  }
  #hs_cos_wrapper_post_body  th, #hs_cos_wrapper_post_body td {
  line-height: 1.3 !important;
  font-size: 15px;
  }
  #mergers-lp-image {
  max-width: 200px; 
  align-self: flex-start;
  }
  .cta-block-checklist-robot {
    max-width: 200px;
  }
  #tenant-to-tenant-robot {
    flex-basis: 200px;
  }
  #tenant-to-tenant-robot img {
    max-width: 250px;
  }
  .container-get-support a {
    flex-basis: 100%;
  }
  #container-three-testimonials {
  flex-direction: column;
  gap: 10px;
  }
  .three-testimonials-black {
  flex-basis: 100%;
  }
  .three-testimonials-black p {
  font-size: 17px;
  padding-bottom: 40px;
  flex-grow: 0;
  }
  .space-after-60px {
  margin-bottom: 30px;
  }
}
@media screen and (max-width:900px){
    .pricing-plans-flexbox {
    flex-direction: column;
    gap: 20px;
    max-width: 560px;
  }
}
@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;
  }
  .space-before-mobile-30px {
  padding-top: 30px;
  }
  .section-space-after-desktop-only {
  margin-bottom: 0px;
  }
  #homescreen-form-box {
    padding: 30px;
    margin-bottom: 22px;
  }
  #homescreen-form-container {
    flex-direction: column;
    gap: 22px;
    padding: 22px 0px;
  }
  #deletion-criteria {
  width: 270px;
  height: 160px;
  }
  #container-flexbox-join-slack {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    max-width: 680px;
    margin: auto;
    padding-top: 30px
  }
  .join-slack-box {
    flex: 70px 0 1;
  }
  .calculator-wrap, .calculator-tip {
    border-radius: 0px;
  }
  .item-homepage-platform-logos {
    margin: auto;
  }
  .item-col-4-boxed {
    width: 100%!important;
    margin: auto;
  }
  .spacer-mobile {
    height: 30px;
  }
}

@media screen and (max-width:1099px){
  h1, .h1-style {
    font-size: 30px;
  }
  h2, .h2-style {
    font-size: 27px;
    padding-bottom: 15px;
  }
  h3, .h3-style {
    font-size: 22px;
  }
  h4, .h4-style {
    font-size: 16px;
  }
  p, ul {
    font-size: 15px;
  }
  .intro {
    font-size:16px;
  }
  .msp-intro-left {
  flex: 3;
  }
  .msp-intro-right {
  flex: 2;
  }
  .imgheader {
  padding-top: 60px;
  padding-bottom: 30px;
  }
  #blog-header-block {
  max-width: 850px;
  }
  #blog-post-container {
  flex-direction: column;
  row-gap: 4vw;
  max-width: 850px;
  }
  #blog-post-container--right {
  flex-basis: 100px;
  }
  #blog-sidebar-cta {
  max-width: 500px;
  margin: auto;
  text-align: center;
  background-color: #262626;
  color: #fff;
  }
  #blog-sidebar-btn-image {
  justify-content: center;
  }
  #blog-sidebar-cta-robot {
  display: none;
  }
  #blog-sidebar-cta .btnsml-green {
  margin-right: 0px;
  }
  .item-col-4-boxed {
  width: calc(50% - 16px);
  }
}
@media screen and (max-width:1260px){
  .centeredsection, .content-wrap {
  border-radius: 0px;
  }
}
@media screen and (max-width:1099px){
  .homepage-header {
  padding-top: 0px;
  }
  .landing-page-header {
  padding-top: 80px;
  }
  .basicheader, .pricing-header {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .content-wrap-banner-below-menu {
  padding-top: 20px;
  }
}
@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%;
  }
  #homescreen-form-container {
    flex-direction: column;
    gap: 22px;
    padding: 22px 0px;
  }
}

.dropdown-wrapper {
  border: 1px solid white;
  padding: 10px;
  background:white;
}
select {
  font-size: 14px;
  border: none;
  font-family: 'Rubik', sans-serif;
  width: 100%;
  background: white;
  color: #262626;
  background: url("//19986633.fs1.hubspotusercontent-na1.net/hubfs/19986633/raw_assets/public/movebot/images/down-chevron-small.svg") no-repeat 100% 50%;
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;
}