* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 5px;
  flex:none;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.col-1-5 {width: 12.5%;}
.col-2-5 {width: 20.83%;}
.col-3-5 {width: 29.16%;}
.col-4-5 {width: 37.5%;}
.col-2-1 {width: 17.5%;}
.col-2-6 {width: 22.22%;}

.projectColumnList {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}

  .col-s-2-5 {width: 20.83%;}

  /* .hero-head, .hero-body {
    padding-left: 8.33%;
    padding-right: 8.33%;} */
}

@media only screen and (max-width: 650px) {
  /* For tablets: */
  .col-t-1 {width: 8.33%;}
  .col-t-2 {width: 16.66%;}
  .col-t-3 {width: 25%;}
  .col-t-4 {width: 33.33%;}
  .col-t-5 {width: 41.66%;}
  .col-t-6 {width: 50%;}
  .col-t-7 {width: 58.33%;}
  .col-t-8 {width: 66.66%;}
  .col-t-9 {width: 75%;}
  .col-t-10 {width: 83.33%;}
  .col-t-11 {width: 91.66%;}
  .col-t-12 {width: 100%;}

  .col-t-2-5 {width: 20.83%;}

  /* .navbar {display: flex;} */
/* 
  .hero-head {
    padding-left: 4.16%;
    padding-right: 4.16%;} */
}

/* @media screen and (max-width: 2000px) {
  .hero-body {
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
}

@media screen and (max-width: 1600px) {
  .hero-body {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media screen and (max-width: 1200px) {
  .hero-body {
    padding-left: 2%;
    padding-right: 2%;
  }
} */

@media screen and (max-width: 1100px) {
  .flexRowBox {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .indexTextBox {
    width: 100%;
  }
  .contentBoxLeft {
    padding-left: 0%;
    order: 1;
  }
  .mediaBox {
    width: 80%;
    margin: 5%;
    order: 2;
  }
  .image-fader img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1000px) {
  /* .valueRowBox {
    width: 100%;
    padding-left: 0%;
    order: 1;
  } */
  .hero-body-black-white {
    background: linear-gradient(to bottom, rgb(0, 0, 0) 50%, var(--hero-body-background) 50%);
  }
  .valueRowBoxLeft p {
    padding-bottom: 80px;
}
}

@media screen and (max-width: 1000px) {
  .valueRowBox {
    width: 100%;
    padding-left: 0%;
    order: 1;
  }
  .valueRowBox:hover {
    width: 100%;
    padding-left: 0%;
    order: 1;
  }
}

@media screen and (max-width: 1200px) {
  .contentBoxTechnology {
    width: 100%;
    padding-left: 0%;
    order: 1;
  }
  .techMediaBox {
    width: 100%;
    margin: 5%;
    order: 2;
  }
}

@media screen and (max-width: 1410px) {
  .hero-body-index .indexTextBoxLeft {
    width: 100%;
    height: auto;
  }
  .hero-body-about .indexTextBoxLeft {
    width: 100%;
    height: auto;
  }
  .hero-body-index .spaceDivFlex {
    flex-grow: 0;
    height: 30px;
  }
  .hero-body-index .indexTextBoxRight {
    height: auto;
    width: 50%;
    display:flex; 
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: none; */
    margin: 0;
  }
}

@media screen and (max-width: 1100px) {
  .hero-body-index .indexTextBox {
    width: 100%;
  }
  .hero-body-index .indexBox {
    display:flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .hero-body-about .indexBox {
    display:flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .indexMediaBox {
    width: 80%;
    height: 300;
    margin: 5%;
  }
  .hero-body-index .indexTextBoxRight {
    width: 50%;
    margin:auto;
  }
  .hero-body-about .indexTextBox {
    width: 100%;
    margin:auto;
  }
  /* .hero-body-slider {
    margin-top: -20vh;
  } */
  .hero-body-index {
    min-height: 60vh;
  }
}

@media screen and (max-width: 1100px) {
  .storyBox {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .hero-body-index .indexTextBoxRight {
    width: 90%;
    margin:auto;
  }
}

@media screen and (max-width: 1100px) {
  .hero-body-index .indexTitle {
    font-size: 2.75rem;
  }
  .hero-body-index .indexSubtitle {
    font-size: 1.2rem;
  }
  .hero-body-about .indexTitle {
    font-size: 2.75rem;
  }
  .hero-body-about .indexSubtitle {
    font-size: 1.2rem;
  }
  .featureBox {
    width: 45%
  }
  .indexTitle {
    margin: 0;
  }
  .indexBox hr{
    margin: 0.5rem 0;
  }
}

@media screen and (max-width: 600px) {
  .flexRowBox {
    width: 100%;
  }
  .featureBox {
    width: 80%;
  }
  .hero-body-full {
    min-height: 100%;
  }
}

@media screen and (max-width: 700px) {
  .newProjectForm {
    width: 100%;
  }
  .newProjectBox {
    margin: 0 5%;
}
.profileForm {
  width: 100%;
}
.profileBox {
  margin: 0 5%;
}
}

@media screen and (max-width: 479px) {
  .hero-body-index .indexTitle {
    font-size: 1.75rem;
  }
  .hero-body-index .indexSubtitle {
    font-size: 1.1rem;
  }
  .hero-body-about .indexTitle {
    font-size: 2.25rem;
  }
  .hero-body-about .indexSubtitle {
    font-size: 1.1rem;
  }
  .featureBox {
    width: 100%
  }
  .hw-planTable__head {
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}
  .form-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 1300px) {
  .whyPmassItem {
    width: 100%;
    padding-left:0;
  }
}

@media screen and (max-width: 900px) {
  .whyPmassTitleBox {
    width: 100%;
    margin-bottom: 50px;
  }
  .WhyPmassRow {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px) {
  .menuBarTitleDiv {
    display:none;
  }
  /* #row-menuBar {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
  } */
}

@media screen and (max-width: 1200px) {
  .menuBarDiv {
    flex-wrap:wrap;
  }
}

@media screen and (max-width: 350px) {
  .projectContainer {
    flex: 0 0 100%
  }
}

@media screen and (max-width: 1800px) {
  .hero-body-login {
    background-image: none;
  }
  .loginBox {
    left: 50%;
  }
}

@media screen and (max-width: 1400px) {
  .aboutImg {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .hero-body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-body-project {
    padding: var(--hero-body-padding-project);
  }
  .indexHeather {
    font-size: 48px;
  }
  .indexSubHeather {
    font-size: 1.1rem;
  }
  .contentBox > h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .hero-body {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hero-body-project {
    padding: var(--hero-body-padding-project);
  }
  .indexHeather {
    font-size: 44px;
  }
  .contentBox > h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .hero-body-simulate-now h1{
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 28px;
  }
  .footer {
    padding: 3rem 0rem 1rem;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-body-project {
    padding: var(--hero-body-padding-project);
    /* align-content: stretch; */
    height: auto;
  }
  .indexHeather {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .docRight .indexHeather {
    font-size: 1.5rem;
  }
  .docRight {
    padding-top: 0;
  }
  .indexSubHeather {
    font-size: 1.0rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contentBox > h3 {
    font-size: 1.25rem;
  }
  .contentBox > p {
    font-size: 1rem;
  }
  .indexBox h3 {
    font-weight: 500;
    line-height: 1.6;
  }
  .hero-body-index .spaceDivFlex {
    height: 1rem;
  }
  .hero-body-index {
    min-height: 60vh;
  }
  .slider img {
    width: 100%;
  }
  .whyPmassTitleBox .indexHeather {
    text-align: center;
  }
  .whyPmassTitleBox {
    flex: 1;
  }
  .mediaBox {
    width: 100%;
    margin: 5% 0 0 0;
    order: 2;
}
.solutionBarLink, .solverBarLink, .howworksBarLink {
  font-size: 12px;
  margin: 3px;
  padding: 5px 14px 6px;
  font-weight: 600;
  line-height: 20px;
}
.editButton {
  font-size: 0.9rem;
  padding: 0.5rem 1.25rem;
}
.simulateButton, .centerButton a {
  font-size: 0.9rem;
  padding: 0.7rem 2rem;
}

  .container-custom-border {
    background-color: var(--hero-body-background);;
    border-radius: 0;
    padding: 0;
  }
  .menuBar {
    width: auto;
  }
  .projectContainer {
    width: 100%;
    flex: 0 0 auto;
    padding: 10px;
    height: auto;
  }
  #row-menuBar {
    height: auto;
  }
  .canvasContainer canvas {
    min-height: 350px;
  }
  .canvasContainer {
    min-height: 400px;
  }
  #insetCanvasBox {
    display:none;
  }
  #arrowCanvas {
    max-width: 0;
    max-height: 0;
  }
  .materialShapeEditBox {
    position: absolute;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    padding: 10px;
  }
  .navbar-item img {
    max-height: 1.6rem;
  }
  .hero-head-custom, .navbar {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  /* .footerLinks {
    flex-direction: column;
  } */
  .footerTextDiv {
    flex:1 1 100%;
    text-align: center;
  }
  .footerDiv {
    width:100%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .loginMedia {
    display:none;
  }
  .loginBox {
    max-width: 500px;
  }
  .loginBrandImg2 {
    display: block;
  }
}

@media screen and (max-width: 1500px) {
  .docLeft {
    width:300px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .docLeft {
    display:none;
  }
  .docRight {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .valueItem img {
    margin-left: 0px;
    margin-right: auto;
    width: 40px;
    height: 40px;
  }
  .valueItem {
    flex-direction: column;
  }
  .valueRowBox {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .valueRowBox:hover {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .valueItem h1 {
    padding: 0.2em 0 0.2em 0;
    font-size: 1.5rem;
  }
  .createProjectColumn {
    width: 100%;
  }
  .searchProjectColumn {
    width: 60%;
  }
  .sortProjectColumn {
    width: 40%;
  }
  .hero-body-slider {
    margin-top: -5vh;
  }
}


@media screen and (max-width: 1500px) {
  .aboutBoxLeft {
    width: 100%;
  }
  .aboutBoxRight {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .modal-content {
    width: 95%;
  }
  .materialShapeForm input, .materialShapeForm select, .materialShapeForm option, #statusRun input, #statusRun select, #statusRun option {
    margin: 0px 2px 0 0;
}
}

@media screen and (max-width: 1087px) {
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
      max-height: calc(200vh);
  }
  .navbar-end .dropdown-content {
    position: relative;
  }
}