* {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body {
  margin: 0;
  padding: 0;
}

body h1,
body h3,
body h4 {
  color: #4c545d;
  margin: 0;
}

body h1 {
  font-size: 1.7rem;
}

body h3 {
  font-size: 1.4rem;
}

body p,
body a,
body ul {
  color: #5b6971;
  font-size: 1rem;
}

body a {
  text-decoration: none;
}

body ul,li {
  margin: 0;
  padding: 0;
}

body .button-box {
  text-align: center;
  padding: 1.8rem 0;
}

body .button-box button {
  border: none;
  color: #fff;
  height: 2rem;
  width: 12rem;
  border-radius: 40px;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0.4rem 0.3rem;
}

body .button-box button.home-button {
  background-color: #0e2b43;
  border-bottom: 2.5px solid #00100b;
  -webkit-box-shadow: 0px 2px 10px rgba(13, 47, 53, 0.5);
          box-shadow: 0px 2px 10px rgba(13, 47, 53, 0.5);
}

body .button-box button.contact-button {
  background-color: #357266;
  border-bottom: 2.5px solid #00100b;
  -webkit-box-shadow: 0px 2px 10px rgba(13, 47, 53, 0.5);
          box-shadow: 0px 2px 10px rgba(13, 47, 53, 0.5);
}

body .button-box button.rentals-button {
  background-color: #2978a0;
  border-bottom: 2.5px solid #00100b;
  -webkit-box-shadow: 0px 2px 10px rgba(13, 47, 53, 0.5);
          box-shadow: 0px 2px 10px rgba(13, 47, 53, 0.5);
}

body .button-box button.policies-button {
  background-color: #14bdeb;
  border-bottom: 2.5px solid #00100b;
  -webkit-box-shadow: 0px 2px 10px rgba(50, 103, 92, 0.5);
          box-shadow: 0px 2px 10px rgba(50, 103, 92, 0.5);
}

body .button-box button.payment-button {
  background-color: #00100b;
  border-bottom: 2.5px solid #00100b;
  -webkit-box-shadow: 0px 2px 10px rgba(41, 109, 142, 0.5);
          box-shadow: 0px 2px 10px rgba(41, 109, 142, 0.5);
}

footer {
  display: none;
}

section.footer .media {
  background-color: #f2f2f2;
  display: flex;
  justify-items: center;
}

.policy-box {
  margin-top: 1em;
}

.policy-box::after {
  content: "";
  clear: both;
  display: table;
}

.policy-content-left {
  margin-right: 380px;
}

.policy-content-right {
  margin-left: 380px;
}

.policy-image-container-left{
  float:left;
}

.policy-image-container-right {
  float: right;
}

.flexbox-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-item {
  flex: 1 1 content;
  margin: 2rem;
}

#ui-datepicker-div {display: none;}

@media screen and (min-width: 1000px) {

  section.feature .form-group {
    margin: 0;
  }

  section.feature .form-control {
      margin-top: 30px;
      width: 75%;
      font-style: italic;
      border-radius: 0;
      font-size: 16px;
  }

  header {
    background-image: url(/img/cloudygradient.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 2rem;
  }

  header img {
    margin-bottom: 1rem;
  }

  header .banner .banner-paragraph {
    max-width: 500px;
    margin: auto;
  }

  section.feature {
    text-align: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0 6rem;
    padding: 40px 0;
  }

  section.feature img {
    max-width: 40rem;
  }

  section.feature .intro-text {
    text-align: center;
    max-width: 500px;
    margin: auto;
    margin-bottom: 3rem;
  }

  section.feature .track-snippets {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    text-align: left;
  }

  section.feature .policies{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(1, 1fr);
    text-align: left
  }

  section.feature .track-snippets .snippet-right {
    margin: 0 2rem;
  }
  section.feature .track-snippets .snippet-right div {
    margin-top: 2rem;
  }

  section.feature .track-snippets .snippet-right .form-group {
    margin: 0;
  }

  section.feature .track-snippets .snippet-right .form-control {
      margin-top: 30px;
      width: 75%;
      font-style: italic;
      border-radius: 0;
      font-size: 16px;
  }

  section.feature .track-snippets .snippet-right .ct-form-input {
    margin-top: 0;
    display: block;
  }

  section.feature .track-snippets .snippet-right .group-container {
    margin-top: 0.8rem;
  }

  section.feature .track-snippets .snippet-right .pair-container {
    width: 36.5%;
    margin-right: 2%;
    float: left;
  }

  section.feature .track-snippets .snippet-right .pairs {
    width: 100%;
  }

  section.feature .track-snippets .snippet-right .triple-container {
    width: 23.66%;
    margin-right: 2%;
    float: left;
  }

  section.feature .track-snippets .snippet-right .triples{
    width: 100%;
  }

  section.feature .track-snippets .snippet-right select {
    height: 1.9rem;
  }

  section.feature .track-snippets .snippet-right .signature_box {
    border:2px solid yellow;
    height: 50px;
    width: 300px;
    left:589px;
    top:550px;
    z-index:1;
    padding-bottom:20px;
    margin: 0;
  }

  section.feature .track-snippets .snippet-left {
   text-align: center;
   margin: auto;
  }

  section.feature.supercharge-workflow {
    background-image: url(/img/cloudygradient.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 1rem 6rem 0;
  }

  section.feature.supercharge-workflow .columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  section.feature.supercharge-workflow .columns .col {
    padding: 1rem;
  }
  section.feature.supercharge-workflow .columns .col img {
    height: 30px;
  }
  section.feature.partners {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
  .footer {
    background-color: #f2f2f2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
  .footer div {
    margin: auto;
  }
  .footer .logo img {
    width: 50px;
    height: auto;
  }
  .footer .short-links a {
    text-decoration: none;
    color: #4c545d;
  }
  .footer .media {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .footer .media .social-media {
    margin: 0 10px;
  }
  .footer .media .social-media img {
    width: auto;
    height: 20px;
  }
}



.ui-datepicker {
    width: 300px;
    height: 300px;
    margin: 5px auto 0;
    font: 12pt Arial, sans-serif;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
}

    .ui-datepicker table {
        width: 100%;
    }

.ui-datepicker-header {
    background: #3399ff;
    color: #ffffff;
    font-family:'Times New Roman';
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 15px;

}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
}

.ui-datepicker thead {
    background-color: #f7f7f7;

    /*border-bottom: 1px solid #bbb;*/
}

.ui-datepicker th {
    background-color:#808080;
    text-transform: uppercase;
    font-size: 8pt;
    color: #666666;
    /*text-shadow: 1px 0px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=0);*/
}

.ui-datepicker tbody td {
    padding: 0;
    /*border-right: 1px solid #808080;*/
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

    .ui-datepicker tbody tr:last-child {
        border-bottom: 0px;
    }

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    /*font-weight: bold;*/
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    /*text-shadow: 1px 1px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}

.ui-datepicker-calendar {
  background: black;
}

.ui-datepicker-calendar .ui-state-default {
      background: linear-gradient(#999999, #737373);
      color:#ffffff;
      height:40px;
      width:40px;

}

.ui-datepicker-calendar .ui-state-hover {
    background: #33adff;
    color: #FFFFFF;
}

.ui-datepicker-calendar .ui-state-active {
    background: #33adff;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #D6E4BE;
    color: #000;
}

@media screen and (max-width: 999px) {

  * {
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 16px;
    line-height: 1.5;
  }

  .policy-content-left {
    margin-right: 0px;
  }

  .policy-content-right {
    margin-left: 0px;
  }

  .policy-image-container-left {
    display:none;
  }

  .policy-image-container-right {
    display:none;
  }

  header {
    background-image: url(/img/cloudygradient.png);
    background-image: url(/img/cloudygradient.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 40px;
  }
  section.feature img {
     max-width: 13.5rem;
   }

  section.feature .track-snippets .left-image {
    display: none;
  }

  section.feature .policies .policy-box .policy-image-container-left {
    display: none;
  }

  section.feature .policies .policy-box .policy-image-container-right {
    display: none;
  }

  section {
    text-align: center;
    padding: 40px;
  }
  section.feature .track-snippets img, section.feature.access-clipboard img {
    width: 16rem;
  }

  section.feature.supercharge-workflow img {
    width: 2rem;
    margin: 20px;
  }
  section.feature.partners img {
    margin: 20px;
    width: 8rem;
  }
  section.footer .media {
    background-color: #f2f2f2;
    display: flex;
    justify-items: center;
  }
  section.footer .logo img {
    width: 50px;
  }
  section.footer .media {
    padding: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  section.footer .media img {
    height: 25px;
    color: #f2f2f2;
  }

  section.feature .form-group {
    margin: 0;
  }

  section.feature .form-control {
      margin-top: 9px;
      width: 100%;
      font-style: italic;
      border-radius: 0;
      border: 1px solid grey;
      font-size: 16px;
  }

  section.feature .track-snippets .snippet-right .ct-form-input {
    width: 100%;
    margin-top: 0;
    display: block;
    text-align: center;
  }

  section.feature .track-snippets .snippet-right .group-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.8rem;
    display: inline-block;
    text-align: center;
  }

  section.feature .track-snippets .snippet-right .pair-container {
    width: 50%;
    margin-right: 0;
    float: left;
    text-align: center;
  }

  section.feature .track-snippets .snippet-right .pairs {
    width: 100%;
    margin: auto;
  }

  section.feature .track-snippets .snippet-right .triple-container {
    width: 33.33%;
    margin-right: 0%;
    float: left;
  }

  section.feature .track-snippets .snippet-right .triples{
    width: 100%;
  }

  section.feature .track-snippets .snippet-right select {
    height: 1.78rem;
  }

  section.feature .track-snippets .snippet-right .signature_box {
    border:2px solid yellow;
    height: 50px;
    width: 300px;
    left:589px;
    top:550px;
    z-index:1;
    padding-bottom:20px;
    margin:auto;
}
