/* @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 {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  padding-bottom: 15px;
}
p {
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 15px;
}
em {
  font-weight: 500;
  font-style: italic;
}
li {
  margin-left: 20px;
}
.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;
}
.numbers {
  color: #48BC87; /*dark green*/
}

.topsection .h4 {
  font-style: italic;
}
.centertxt {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
.centerimg {
  display:block;
  margin-left: auto;
  margin-right:auto;
}
.content-wrap {
    max-width:1200px;
    margin: 0px auto;
    padding: 80px 30px 75px 30px;
    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: 80px 30px;
}
.container-flexbox-txt-img-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
  padding: 80px 30px;
  align-items: center
}

.item-col-3-boxed{
  width: 30%;
  background-color: #fff;
  border-radius: 8px;
}

.item-col-3{
  width: 30%;
  text-align: left;
}

.item-col-2{
  width: 45%;
}
.item-col-4{
  width: 23%;
}
.item-col-6{
  width: 15%;
}
.item-col-2thirds {
  width: 65%;
}
.item-col-1third {
  width: 30%;
}
.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-left:15px;
  padding-right:15px;
}
.imgheader {
    padding-top: 100px;
    padding-bottom: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.basicheader {
  padding-top: 150px;
  padding-bottom: 100px;
  margin: 0;
}
.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;
}

#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;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1200px;
  margin: auto;
  padding: 20px 20px 80px 40px;
  justify-content: space-around;
}
/*-----------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;
}

/*-----------3 Migration Types-----------*/
.topsectiongreen {
  background-color: #6acc9f; /*mid green*/
  padding:35px;
  border-radius: 8px 8px 0px 0px;
}
.lowersectionbasic {
  background-color: #fff;
  padding:30px 30px 10px 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;
}
.pricingtxt {
  max-width: 860px;
}

/*-----------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;
}
.mobiletopnav 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*/
}

/*-----------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;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1036px;
  margin: auto;
}
.msp-block-robot img {
  width: 260px;
  height: 216px;
}

/*-----------404 Page-----------*/
.four0four h1 {
  font-size: 135px;
  text-align: left;
}
.four0four .container-flexbox {
  align-items: center;
  padding-top: 200px;
}
/*-----------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 30px;
}
.black-box {
  background-color: #262626; /*black*/
  color: #fff;
  border-radius: 8px;
  padding-bottom: 12px;
  padding-top: 25px;
  display: flex;
  align-items: center;
  max-width: 500px;
}
.item-footer-images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-grow: 1;
  width: 500px;
}
.footer-img {
  padding-right: 15px;
}
.footer-dropbox-partner {
  flex-grow: 0;
  justify-content: flex-end;
}
.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 30px 50px 30px;
  }
  .remove-padding-after {
    padding-bottom: 0px;
  }
  .container-flexbox-msp {
    padding-bottom: 0px; 
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 0px;
    margin: auto;
  }
  .container-flexbox {
    display: flex;
    flex-direction: column;
    padding-top: 45px;
    padding-bottom: 45px;
    gap: 20px;
    margin: auto;
  }
  .content-wrap .container-flexbox-txt-img-block {
    padding: 0px;
  }
  .content-wrap .container-flexbox {
    padding: 0px;
  }
  .textcolumn {
    padding-left: 0px;
    padding-right: 0px;
  }
  #container-flexbox-trustedby{
    flex-direction: row;
  }
  .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;
  }

  .item-col-3, .item-col-3-boxed, .item-storage, .item-col-6, .item-col-4, .item-col-2thirds, .item-col-1third {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 560px;
  }
  .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;
  }

  .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%;
  }
}

@media screen and (max-width:1100px){
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 15px;
  }
  p {
    font-size: 15px;
  }
  .intro {
    font-size:16px;
  }
}
@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;
  }
}

.migration-steps a {
    display: inline-block;
    color: #262626;
    text-align: center;
    padding: 23px 20px 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.migration-steps-selected {
    color: #48BC87 !important;
    border-color: #48BC87 !important;
    transition-duration: 0.2s;
    text-decoration: underline !important;
}

.migration-steps a:hover {
    color: #48BC87; /*green*/
    border-color: #48BC87; /*green*/
    transition-duration: 0.2s;
    text-decoration: underline !important;
}

.btn-blog {
    padding: 8px 15px;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    background-color: #262626;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #262626;
    letter-spacing: 0.015em;
    display: inline-block;
}

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

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