.body {
  font-family: 'Varela Round', sans-serif;
}

.body.login {
  background-color: #c6e1ff;
}

.nav-bar {
  padding: 10px 20px;
  border-bottom: 1px solid #c6e1ff;
  background-color: #fff;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.main {
  min-height: 500px;
}

.section.login {
  padding-top: 100px;
  background-color: #c6e1ff;
  text-align: center;
}

.form-block {
  margin-top: 40px;
  text-align: left;
}

.form-field {
  height: 50px;
  margin-bottom: 20px;
  border: 0px solid #000;
  border-radius: 5px;
  background-color: #fff;
}

.heading {
  color: #01b64d;
  text-align: left;
}

.heading.small {
  margin-bottom: 5px;
}

.heading.no-results {
  margin-top: 10px;
  color: #1a518d;
  text-align: center;
}

.button {
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #1a518d;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button:hover {
  background-color: rgba(27, 81, 141, 0.9);
}

.form-field-label {
  color: #1a518d;
  font-size: 16px;
}

.divider {
  width: 20%;
  height: 2px;
  border-radius: 5px;
  background-color: #01b64d;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px;
  color: #01b64d;
}

.nav-link.w--current {
  border-radius: 5px;
  background-color: #01b64d;
  color: #fff;
}

.nav-link.dark {
  color: #ff6262;
}

.service-box {
  display: inline-block;
  width: 70%;
  margin-bottom: 10px;
  padding: 20px 10px 20px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #a0bfe0;
  border-radius: 5px;
  background-color: #c6e1ff;
  text-align: left;
}

.text-block {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border: 1px solid #a0bfe0;
  border-radius: 5px;
  background-color: #fff;
  color: #1a518d;
  font-size: 15px;
}

.text-block.red {
  border-color: #ff6262;
  background-color: #ff6262;
  color: #fff;
}

.text-block.green {
  border-color: #01b64d;
  background-color: #00c754;
  color: #fff;
}

.text-block.hidden {
  display: none;
}

.dropdown-toggle {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffa856;
}

.dropdown-list {
  background-color: #c09191;
}

.dropdown-list.w--open {
  background-color: #ebebeb;
}

.div-block {
  margin-bottom: 10px;
}

.container {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.strip {
  padding: 20px 10px;
  background-color: #1a518d;
}

.button-new {
  margin-right: 20px;
  border: 1px solid #c6e1ff;
  border-radius: 5px;
  background-color: rgba(56, 152, 236, 0);
  color: #c6e1ff;
}

.button-new.dark {
  padding-right: 20px;
  padding-left: 20px;
  border-width: 1px;
  border-color: #01b64d;
  background-color: #01b64d;
  color: #fff;
}

.button-new.dark:hover {
  border-color: #008f3c;
  background-color: #008f3c;
}

.pagination-div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paginate-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  border: 1px solid #a0bfe0;
  border-radius: 5px;
  background-color: #c6e1ff;
  color: #1a518d;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-2 {
  color: #c6e1ff;
  font-size: 14px;
}

.text-block-2.right {
  text-align: right;
}

.text-block-2.dark {
  color: #1a518d;
}

.vertical-center-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  background-color: #c6e1ff;
}

.overlay-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1100;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c6e1ff;
}

.container-2 {
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-small {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  color: #1a518d;
  font-size: 20px;
}

.dropdown-list-small {
  border-bottom: 1px solid #275f9c;
  background-color: #1a518d;
  color: #fff;
}

.dropdown-list-small:hover {
  background-color: #275f9c;
}

.dropdown-box.w--open {
  border-radius: 5px;
}

.dropdown {
  float: right;
  clear: left;
  border: 1px solid #a0bfe0;
  border-radius: 5px;
}

.div-block-2 {
  margin-top: 20px;
}

.paragraph {
  font-size: 16px;
  line-height: 24px;
}

.text-block-3 {
  font-size: 16px;
}

.columns {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1a518d;
  color: #fff;
}

.columns.body {
  background-color: #fff;
  color: #1a518d;
}

.div-block-3 {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown-list-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.dropdown-list-2.w--open {
  left: auto;
  top: 100%;
  right: 0%;
  bottom: auto;
}

.brand {
  padding-left: 0px;
}

.small-link {
  padding: 10px;
  color: #1a518d;
  font-size: 15px;
}

.div-block-4 {
  color: #01b64d;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 20px;
  }

  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .service-box {
    width: 90%;
  }

  .container {
    padding-bottom: 15px;
  }

  .strip {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container-2 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .section.login {
    padding-top: 60px;
  }

  .form-block {
    margin-top: 20px;
  }

  .form-field {
    height: 40px;
  }

  .heading {
    font-size: 32px;
    line-height: 38px;
  }

  .heading.small {
    font-size: 24px;
    line-height: 30px;
  }

  .heading.no-results {
    font-size: 24px;
    line-height: 24px;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid #235c9c;
    color: #fff;
  }

  .nav-link:focus {
    background-color: #01b64d;
  }

  .nav-link.w--current {
    border-radius: 0px;
  }

  .nav-link.dark {
    color: #ffa3a3;
  }

  .service-box {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block {
    font-size: 14px;
  }

  .paragraph {
    line-height: 20px;
  }

  .div-block-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-btn {
    border-radius: 5px;
  }

  .menu-btn.w--open {
    border-radius: 5px;
    background-color: #01b64d;
    color: #fff;
  }

  .nav-menu {
    background-color: #1a518d;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column._2 {
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section {
    padding: 10px 15px;
  }

  .form-field {
    margin-bottom: 10px;
  }

  .heading.no-results {
    font-size: 20px;
  }

  .button {
    margin-top: 10px;
  }

  .service-box {
    padding-left: 10px;
  }

  .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container.paginate {
    padding-top: 15px;
  }

  .button-new {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .text-block-2.right {
    text-align: left;
  }

  .vertical-center-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-3 {
    margin-bottom: 5px;
  }

  .columns {
    display: none;
  }

  .columns.body {
    display: block;
    border-radius: 5px;
  }

  .column {
    margin-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-4 {
    padding-right: 0px;
  }
}