#jobsLightModal {
  padding: 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  width: 352px;
  height: 120px;
  background: #fff;
  border: 1px solid #d3caca;
  -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
  -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
  box-shadow: 0px 3px 8px rgb(100,100,100);
  top: 38%;
  left: 21%;
  display: none;
}
.hide-row {
  display:none !important;
}
.remove-border {
  border-right: 0 !important;
}
.remove-padding {
  padding-right: 0 !important;
}
.p-0 {
  padding: 0;
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-content {
  background-color: #fafafa;
  width: auto;
}
.hero-title {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 56px;
}
.hero-subtitle {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  padding: 10px;
}
.nav-bar {
  display: none;
}
.main-copy {
  font-weight: 300;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
  color: #000;
  margin-top: 0;
  padding-top: 45px;
}
.main-copy--white {
  font-weight: 300;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-top: 0;
  padding-top: 45px;
}
.sub-copy {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000;
}
.sub-copy--white {
  font-weight: 300;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  padding: 0 15px;
}
.details-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FE5000;
  cursor: pointer;
  padding-left: 5px;
}
.compare-mobile {
  display: block;
}

/* Mobile Table
*/
.pricing {
  display: none;
}
.pricing-mobile {
  display: block;
}
.pricing-column-mobile {
  width: 354px;
  margin: 45px auto 5px auto;
  border: 1px solid #d3caca;
}
.header-cell-mobile {
  background: #1B5162;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 10px 0;
}
.header-cell-mobile--thin {
  background: #1B5162;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 5px 0;
}
.cell-data-mobile:nth-child(even) {
  background-color: rgba(27, 81, 98, 0.09);
}
.cell-data-mobile:nth-child(odd) {
  background-color: #fff;
}
.data-container {
  text-align: center;
}
.job-type-container {
  padding: 10px 30px;
  border-bottom: 1px solid #D4D9DB;
}
.job-type-container:only-child,
.job-type-container:last-child {
  border-bottom: 0;
}
.features-container {
  padding: 10px 30px;
  text-align: center;
}
.pricing-option-desc {
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #000;
  padding: 10px 30px;
}
.pricing-option-desc--aws {
  font-weight: normal;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #000;
  padding: 10px 30px;
  margin-bottom: 0;
}
.price-pretext {
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  color: #000000;
  padding-right: 5px;
}
.price-value {
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;  
  color: #000000;
}
.db-unit {
  font-weight: 600;
  font-size: 22px;
  color: #fe5000;
  cursor: pointer;
}
.job-type {
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
  padding-left: 10px;
  margin-bottom: 0;
  margin-top: 5px;
}
.job-desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  padding-left: 10px;
  margin-top: 0;
}
.pricing-link {
  text-align: center;
  margin-top: 15px;
}
.pricing-link a {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #FE5000;
}
.feature-sp {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.cell-desc-header .feature-sp {
  white-space: nowrap;
}
.feature-list {
  display: none;
  flex-direction: column;
  margin-top: 20px;
}
.flex {
  display: flex;
}
.secondary {
  font-weight: normal;
  margin: 10px 0;
}
.feature-title {
  cursor: pointer;
}
.feature-title span {
  padding-left: 10px;
}
.background-container--blue {
  background: #1B5162;
  margin: 0 auto;
}
.offerings {
  width: 354px;
  margin: 45px auto 0 auto;
}
.background-container--grey {
  background: #fafafa;
  margin: 0 auto;
}
.background-container--white {
  background: #FFFFFF;
  margin: 0 auto;
}
.offering-icon {
  text-align: center;
}
.offering-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}
.offering-container h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  width: 225px;
  margin: 20px auto 0 auto;
}
.offering-container h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 255px;
  margin: 10px auto;
}
.two-button-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 45px auto 0 auto;
  padding-bottom: 45px;
  width: 200px;
}
.btn-container {
  text-align: center;
  margin: 25px 0 50px 0;
}
.btn-light {
  color: #000;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 15px 20px;
  text-align: center;
  margin: 10px 20px;
}
.btn-orange {
  color: #ffffff;
  background-color: #fd5000;
  border: #fd5000;
  padding: 15px 5px;
  text-align: center;
  width: 190px;
  height: 50px;
}
.small-copy {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  width: 350px;
  margin: 0 auto;
}
.btn-orange:hover{
  background-color: #464547;
  border-color: #464547
}
.pricing tr:last-child td:not(:first-child) > div {
  border-bottom: 1px solid #d3caca;
}
.last-row {
  border-bottom: 1px solid #d3caca;
}
.faq-container .col-md-12 {
  margin-bottom: 10px;
}
.faq-question {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #1B3139;
  margin-bottom: 0;
  padding-left: 10px;
}
.caret-down {
  content:url('../../images/Small-Arrow.png');
  background-size: 5px 5px;
  top: 30px;
  right: 25px;
  position: relative;
  /* transition: transform .5s linear; */
  
}
.caret-rotate {
  transform: rotate(-180deg);
  top: 30px;
  right: 25px;
  position: relative;
  /* transition: transform .5s linear; */
}
.faq-answer {
  display: none;
  font-weight: normal;
  font-size: 16px;
  color: #333;
  padding-left: 24px;
}
.faq-answer.active{
  display: block;
}
.faq-container {
  width: 330px;
  margin: 45px auto 0 auto;
}
.caret-container {
  display: flex;
  cursor: pointer;
}
.caret-container img {
  align-self: start;
  padding-top: 10px;
}
.cta-header {
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  width: 353px;
  margin: 45px auto 10px auto;
}
.modal-close {
  cursor: pointer;
}
.dbu-modal{
  -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
  -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
  box-shadow: 0px 3px 8px rgb(100,100,100);
  display: none;
  position: absolute;
  background: white;
  width: 400px;
  left: 3%;
}

.jobs-modal {
  -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
  -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
  box-shadow: 0px 3px 8px rgb(100,100,100);
  display: none;
  position: absolute;
  background: white;
  width: 400px;
  left: 3%;
}
.comparison-table {
  display: grid;
  grid-template-columns: 310px;
  grid-template-rows: 150px;
}
.table-header {
  display: none;
}
.table-header span {
  text-transform: capitalize;
}
.modal-container {
  padding: 25px 45px;
}
.modal-close {
  float: right;
}
.modal-header{
  text-align: center;
}
.modal-header h2 {
  font-weight: 300;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #000000;
  margin-top: 0;
}
.modal-header p {
  font-weight: normal;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #000000;
}
.table-job-type {
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: center;
}
.table-job-desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  text-align: center;
}
.table-cell {
  background-color: rgba(27, 81, 98, 0.09);
  padding: 10px;
}
.table-cell.price {
  text-align: center;
}
.table-cell.price.separate{
  margin-bottom: 15px;
}
.table-cell.mobile {
  display: block;
  background: 0;
  padding: 0;
  font-size: 22px;
}
.table-cell span {
  font-weight: 600;
  font-size: 19px;
  line-height: 33px;
  text-align: center;
  color: #000000;
}

@media (min-width: 1170px) {
  .dbu-modal {
    width: 874px;
    height: 223px;
    top: 77%;
    left: 30%;
  }
  .jobs-modal {
    width: 873px;
    height: 644px;
    top: 65%;
    left: 20%;
  }
  .comparison-table {
    display: grid;
    grid-template-columns: 290px auto auto auto;
    grid-template-rows: auto;
  }
  .modal-header h2 {
    font-size: 44px;
  }
  .table-header {
    display: block;
    background: #fff;
    font-weight: 600;
    font-size: 27px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #000000;
  }
  .table-cell {
    margin-bottom: 5px;
    padding: 20px;
  }
  .table-cell.price {
    padding-top: 45%;
  }
  .table-cell.mobile {
    display: none;
  }
  .table-cell span {
    font-size: 22px;
  }
  .table-cell.price.separate{
    margin-bottom: 5px;
  }
  .table-job-type, .table-job-desc {
    text-align: left
  }
  .compare-mobile {
    display: none;
  }
  .nav-bar {
    display: block;
    background: #1b3139;
    height: 50px;
    position: relative;
    top: 31px;
    padding: 13px;
  }
  .nav-bar .row {
    text-align: center;
  }
  .nav-link {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #fe5000;
    float: none;
    display: inline-block;
    width: auto;
  }
  .hero-title {
    font-size: 60px;
    font-weight: 275;
  }
  .sub-copy {
    width: 941px;
    margin: 0 auto;
    font-weight: 300;
  }
  #calculator .sub-copy {
    font-size: 32px;
    line-height: 38px;
    width: 972px;
  }
  .sub-copy--white {
    width: 950px;
    margin: 0 auto;
    color: #fff;
    padding: 0;
  }
  .main-content .container {
    padding: 0;
  }
  .pricing-table {
    z-index: 2;
    position: absolute;
    height: 394px;
    bottom: -157px;
  }
  .offerings {
    width: 1000px;
  }
  .offering-container {
    margin-bottom: 0;
  }
  .faq-container {
    width: 730px;
  }
  .two-button-container {
    flex-direction: row;
  }
  .small-copy {
    width: 680px;
    margin: 20px auto 40px auto;
  }
  .cta-header {
    width: 540px;
    margin: 0 auto;
  }
  .pricing-link {
    margin-top: 35px;
  }
  .two-button-container {
    width: 430px;
  }
  .pricing {
    display: block;
    empty-cells: hide;
    border-collapse: separate;
    width: 1170px;
    margin-top: 45px;
  }
  .pricing-mobile {
    display: none;
  }
  .row-grey td {
    background-color: rgba(27, 81, 98, 0.09);
    padding: 0 10px 0 0;
    border-right: 1px solid #d3caca;
    vertical-align: top;
  }
  
  .row-grey td:last-child {
    padding-right: 0;
  }
  
  .row-white td {
    background-color: white;
    padding: 0 10px 0 0;
    border-right: 1px solid #d3caca;
    vertical-align: top;
  
  }
  .row-white td:first-child {
    background: #fafafa;
  }
  .row-white td:first-child .cell-data,
  .row-white td:last-child .cell-data,
  .row-grey td:first-child .cell-data,
  .row-grey td:last-child .cell-data,
  .row-white td:first-child .cell-desc,
  .row-white td:last-child .cell-desc,
  .row-grey td:first-child .cell-desc,
  .row-grey td:last-child .cell-desc,
  .row-white td:first-child .cell-header,
  .row-grey td:first-child .cell-header,
  .row-white td:first-child .cell-desc-header,
  .row-grey td:first-child .cell-desc-header{
    border-left: 0;
    border-right: 0;
  }
  .pricing-option th {
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid #d3caca;
    padding-left: 0;
    padding-right: 10px;
  }
  /*.pricing-option th:nth-child(2),*/
  /*.pricing-option th:nth-child(3) {*/
  /*  padding-left: 0;*/
  /*  padding-right: 10px;*/
  /*}*/
  .pricing-option th:last-child {
    padding-right: 0;
    padding-left: 0;
  }
  .pricing-option th span {
    font-weight: 600;
    font-size: 24px; 
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 16px;
    color: #fff;
  }
  .header-data {
    padding: 10px 6px;
    border-right: 1px solid #1b5162;
    background-color: #1b5162;
  
  }
  .cell-header {
    padding: 0 9px;
    text-align: left;
  }
  .row-white .cell-data {
    padding: 30px 10px;
    border-right: 1px solid #d3caca;
    text-align: center;
  }
  .row-grey .cell-data {
    padding: 40px 5px;
    border-right: 1px solid #d3caca;
    text-align: center;
  }
  .cell-desc-header {
    padding: 10px 5px;
  }
  .cell-desc {
    padding: 10px 20px;
    border-right: 1px solid #d3caca;
    text-align: center;
  }
  .short-desc {
    padding: 22px 25px;
  }
  .pricing-option-desc {
    padding: 0;
  }
  .pricing-option-desc td p {
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    text-align: center;
    color: #000;
  }
  .price-container {
    padding-right: 43px;
  }
  .price-pretext {
    font-weight: 600;
    color: #fd5000;
    cursor: pointer;
  }
  .pricing-link {
    margin: 20px 0;
  }
  .job-type-row td {
    vertical-align: middle;
  }
  .job-type {
    margin-top: 0;
  }
  .row-grey .link-cell {
    padding: 1px 0;
  }
  .feature-sp {
    font-weight: normal;
  }
  .feature-row td {
    vertical-align: middle;
  }
  .secondary {
    padding-left: 20px;
  }
  .plan-expanded {
    display: none;
  }
  .plan-expanded td {
    border-bottom: 0;
  }
  .ellipse {
    text-align: center;
  }
  .empty-cell {
    height: 27px;
  }
  .pricing-option-rotate {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-transform: uppercase;
    text-align: center;
    background: #1B5162 !important;
    padding: 0 5px !important;
  }
  .pricing-option-rotate span {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
  }

}
