/* FLEX BOX STARTS */
/* FLEX BOX ENDS */
#hamburger-icon {
  width: 38px;
  height: 32px;
  position: relative;
  display: block;
  top: -6px;
  margin: 0 0 0 auto;
}
@media only screen and (min-width:62em) {
  #hamburger-icon {
    display: none;
  }
}
@media only screen and (max-width:30em) {
  #hamburger-icon {
    top: -8px;
  }
}
#hamburger-icon .line {
  display: block;
  background: #00637A;
  width: 38px;
  height: 4px;
  position: absolute;
  right: 0;
  border-radius: 2px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
  top: 0;
}
#hamburger-icon .line.line-2 {
  top: 38%;
}
#hamburger-icon .line.line-3 {
  top: 76%;
}
#hamburger-icon.active .line-1 {
  transform: translateY(16px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(16px) translateX(0) rotate(45deg);
  -moz-transform: translateY(16px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
  opacity: 0;
}
#hamburger-icon.active .line-3 {
  top: 94%;
  transform: translateY(-16px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-16px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-16px) translateX(0) rotate(-45deg);
}
#menub {
  position: absolute;
  z-index: 150;
  height: 100vh;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#menub .menuwrap {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
@media only screen and (max-height: 38em) {
  #menub .menuwrap {
    padding-top: 60px;
  }
}
#menub ul {
  padding-top: 50px;
  display: none;
}
@media only screen and (max-height: 38em) {
  #menub ul {
    height: 68%;
    overflow: scroll;
  }
}
#menub ul li {
  padding-bottom: 25px;
}
#menub ul li a {
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 700;
  font-family: 'Amaranth', sans-serif;
}
#menub ul li a.active,
#menub ul li a:hover {
  color: #bbbbbb;
}
#menub ul li a.btnlink {
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: initial;
  border: 0;
  border-radius: 0;
}
#menub ul li:last-child {
  padding-bottom: 0;
}
.arrival {
  margin-left: 3px;
  vertical-align: baseline;
  max-width: 6px;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
body.menuopen {
  overflow: hidden;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Amaranth', sans-serif;
}
img.rounded {
  border-radius: 20px;
  width: 100%;
}
img.roundedc {
  border-radius: 50%;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
.centertxt {
  text-align: center;
}
a {
  word-break: break-all;
}
a.btnlink {
  width: 230px;
  height: 51px;
  background-color: #00637A;
  font-size: 1.375rem;
  line-height: 50px;
  font-family: 'Amaranth', sans-serif;
  font-weight: 700;
  color: #ffffff;
  display: block;
  text-align: center;
  border-radius: 12px;
  transition: all 0.65s ease-in-out;
}
a.btnlink:hover {
  background-color: #363636;
  color: #ffffff;
  transition: all 0.65s ease-in-out;
}
a.btnlink.pink {
  background-color: #EDDFF2;
  border: 1px solid #CFC1D4;
  color: #00637A;
  transition: all 0.65s ease-in-out;
}
a.btnlink.pink:hover {
  background-color: #CFC1D4;
  border: 1px solid #EDDFF2;
  transition: all 0.65s ease-in-out;
}
a.btnlink.teal {
  color: #00637A;
  background-color: #90D199;
}
a.btnlink.green {
  color: #90D199;
  background-color: #00637A;
}
a.btnlink.white {
  color: #00637A;
  background-color: #ffffff;
}
a.btnlink.white.large {
  width: 100%;
  margin: 15px auto 0 auto;
}
@media only screen and (min-width:48em) {
  a.btnlink.white.large {
    width: 370px;
    margin: 20px 0 0 0;
  }
}
a.btnlink.teal:hover,
a.btnlink.white:hover,
a.btnlink.green:hover {
  background-color: #363636;
  color: #ffffff;
}
a.borderlnk {
  width: 204px;
  height: 51px;
  border: 3px solid #00637A;
  color: #00637A;
  font-size: 1.375rem;
  font-weight: 700;
  display: block;
  border-radius: 12px;
  text-align: center;
  line-height: 46px;
  font-family: 'Amaranth', sans-serif;
  margin: 30px auto 0 auto;
}
a.borderlnk:hover {
  background-color: #00637A;
  color: #ffffff;
}
a.small {
  width: 204px;
  margin: 20px auto 30px auto;
}
@media only screen and (min-width:62em) {
  a.small {
    margin: 46px auto 0 auto;
  }
}
p {
  font-size: 1.125rem;
  color: #2A2A29;
  font-weight: 300;
  line-height: 30px;
}
p.error {
  position: relative !important;
  margin-top: -10px !important;
  text-transform: none;
  font-size: 0.875rem;
  display: block;
}
ul.fancy {
  text-align: center;
}
@media only screen and (min-width:62em) {
  ul.fancy {
    text-align: left;
  }
}
ul.fancy.centered li {
  text-align: center;
}
ul.fancy li {
  font-size: 1.125rem;
  padding-bottom: 16px;
  padding-left: 0;
  position: relative;
  color: #363636;
  line-height: 32px;
  text-align: center;
}
@media only screen and (min-width:62em) {
  ul.fancy li {
    /*.font(22);*/
    line-height: 36px;
    text-align: left;
    padding-left: 20px;
  }
}
ul.fancy li:last-child {
  padding-bottom: 0;
}
ul.fancy li:before {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  color: #00637A;
  font-weight: 700;
  margin-right: 10px;
  font-size: 0.625rem;
  position: relative;
  top: -3px;
  left: 0;
}
@media only screen and (min-width:62em) {
  ul.fancy li:before {
    position: absolute;
    top: 1px;
  }
}
ul.fancy li a {
  color: #363636;
}
ul.fancy li a:hover {
  color: #00637A;
}
ul.fancy.centered li:before {
  position: relative;
  top: -3px;
}
ul.fancy.white li {
  color: #ffffff;
}
ul.fancy.white li:before {
  color: #ffffff;
  font-size: 0.625rem;
}
label.error {
  position: relative !important;
  margin-top: -12px !important;
  text-transform: none;
  font-size: 0.875rem;
  display: block;
  color: #ffffff;
  margin-bottom: 8px;
  text-align: left;
}
label.error:before {
  content: '\f071';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #c30;
  display: inline-block;
  text-transform: none;
  text-align: center;
  line-height: 15px;
  font-size: 0.875rem;
  margin-right: 5px;
  position: relative;
  top: 0px;
}
.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 50px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}
.file input {
  width: 100%;
  height: 45px;
  margin: 0;
  opacity: 0;
}
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 50px;
  padding: 0.5rem 1rem;
  line-height: 32px;
  color: #8ab7c0;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: start;
  font-weight: 400;
}
.file-custom::before {
  position: absolute;
  top: -1px;
  right: -0.075rem;
  bottom: 0;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 31px;
  padding: 0.5rem 1rem;
  line-height: 31px;
  color: #2A2A29;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.65s ease-in-out;
  font-weight: 700;
  font-family: 'Amaranth', sans-serif;
}
.file-custom:hover:before {
  color: #ffffff;
  background-color: #2A2A29;
  transition: all 0.65s ease-in-out;
}
.file-custom::after {
  content: attr(data-title);
  font-size: 0.875rem;
}
@media only screen and (max-width:30em) {
  .file-custom::after {
    top: 14px;
    line-height: 19px;
    left: 14px;
    position: absolute;
    display: block;
  }
}
.optin {
  margin-top: 20px;
}
@media only screen and (min-width:62em) {
  .optin {
    margin-top: 0;
  }
}
.optin p {
  font-size: 0.813rem;
  line-height: 22px;
}
.optin p a:hover {
  color: #363636 !important;
}
form input,
form textarea {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  margin-bottom: 15px;
  color: #ffffff;
  transition: all 0.65s ease-in-out;
}
@media only screen and (min-width:62em) {
  form input,
  form textarea {
    margin-bottom: 30px;
  }
}
form input:focus,
form textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.65s ease-in-out;
}
form textarea {
  height: 130px;
  padding: 15px;
  resize: none;
}
form button {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border: 0;
  color: #00637A;
  font-size: 1.375rem;
  line-height: 50px;
  font-family: 'Amaranth', sans-serif;
  font-weight: 700;
  border-radius: 12px;
  transition: all 0.65s ease-in-out;
}
form button:hover {
  background-color: #363636;
  color: #ffffff;
  transition: all 0.65s ease-in-out;
}
form .styled-select {
  position: relative;
}
form .styled-select select {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #888888;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 14px;
  margin-bottom: 15px;
  background: transparent;
}
form .styled-select:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  z-index: -1;
  right: 22px;
  top: 14px;
  font-weight: 700;
  color: #363636;
  font-size: 1rem;
}
form select::-ms-expand {
  display: none;
}
form#enquiryfrm .col-xs-12 {
  padding: 0 8px;
}
form#enquiryfrm .col-xs-12.col-md-6 {
  padding: 0 8px;
}
form#enquiryfrm input,
form#enquiryfrm textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #363636;
  margin-bottom: 20px;
  border-radius: 10px;
}
form#enquiryfrm input:focus,
form#enquiryfrm textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.8);
}
form#enquiryfrm button {
  background-color: #00637A;
  color: #ffffff;
}
form#enquiryfrm button:hover {
  background-color: #363636;
}
form#enquiryfrm label.error {
  color: #363636;
}
form#enquiryfrm ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #363636;
}
form#enquiryfrm :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #363636;
}
form#enquiryfrm ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #363636;
}
form#enquiryfrm .form-bottom {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width:62em) {
  form#enquiryfrm .form-bottom {
    grid-template-columns: 210px 1fr;
    grid-gap: 20px;
  }
}
form#enquiryfrm .form-bottom .optin p {
  margin: 0!important;
}
table {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (min-width:62em) {
  table {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width:30em) {
  table {
    overflow-y: scroll;
  }
}
table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 18px 20px;
  font-size: 0.938rem;
  color: #00637A;
  font-weight: 700;
  text-transform: uppercase;
}
table tr {
  transition: all 0.65s ease-in-out;
}
table tr td {
  padding: 26px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 0.938rem;
  color: #252733;
}
table tr td a {
  word-break: break-word;
  color: #00637A;
}
table tr td a:hover {
  color: #222831;
}
#map {
  height: 400px;
  vertical-align: middle;
  margin-top: 0;
}
@media only screen and (min-width:62em) {
  #map {
    height: 600px;
  }
}
#header {
  padding: 14px 0px 5px 0px;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.65s ease-in-out;
  background-color: #ffffff;
  position: relative;
  z-index: 200;
}
@media only screen and (min-width:48em) {
  #header {
    position: fixed;
  }
}
@media only screen and (min-width:62em) {
  #header {
    padding: 12px 0 4px 0;
  }
}
@media only screen and (max-width:30em) {
  #header {
    padding: 18px 0px 5px 0px;
    position: relative;
  }
}
@media only screen and (min-width:62em) {
  #header .wrap {
    max-width: 100%;
  }
}
#header .wrap.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width:62em) {
  #header .wrap.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .wrap .row {
  height: 100%;
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width:62em) {
  #header .wrap .row {
    margin: 0;
  }
}
@media only screen and (min-width:62em) {
  #header .wrap .row .last-xs {
    order: 0;
  }
}
#header .wrap .row .reflink {
  display: none;
}
@media only screen and (min-width:48em) {
  #header .wrap .row .reflink {
    display: inline-block;
  }
}
#header .wrap .row ul {
  display: none;
}
@media only screen and (min-width:62em) {
  #header .wrap .row ul {
    display: flex;
    justify-content: space-between;
  }
}
#header .wrap .row ul li a {
  color: #00637A;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: 'Amaranth', sans-serif;
  border-bottom: 3px solid #ffffff;
}
@media only screen and (min-width:62em) {
  #header .wrap .row ul li a {
    font-size: 0.938rem;
  }
}
@media only screen and (min-width:75em) {
  #header .wrap .row ul li a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width:90em) {
  #header .wrap .row ul li a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width:60em) and (max-height:45em) {
  #header .wrap .row ul li a {
    font-size: 1rem;
  }
}
#header .wrap .row ul li a.active,
#header .wrap .row ul li a:hover {
  color: #86C78F;
  border-bottom: 3px solid #86C78F;
}
#header .wrap .row .btnlink {
  margin: -10px 0 0 auto;
  width: 100%;
  font-size: 1.125rem;
}
@media only screen and (min-width:48em) {
  #header .wrap .row .btnlink {
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width:62em) {
  #header .wrap .row .btnlink {
    width: 230px;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width:30em) {
  #header .wrap .row .btnlink {
    display: none;
  }
}
#header.headscrll {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.65s ease-in-out;
  background-color: #ffffff;
}
#feature {
  height: 550px;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
@media only screen and (min-width:48em) {
  #feature {
    padding-top: 100px;
  }
}
@media only screen and (min-width:62em) {
  #feature {
    height: 100vh;
    text-align: left;
  }
}
#feature .wrap,
#feature .bx-wrapper,
#feature .bx-viewport,
#feature .slider,
#feature .row {
  height: 100%!important;
}
#feature .image {
  width: 100%;
  height: 100%;
}
#feature .image:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
#feature .image .wrap {
  position: relative;
  z-index: 1;
}
#feature h1 {
  color: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 14px;
  padding-top: 0;
  font-weight: 400;
  margin-bottom: 34px;
}
@media only screen and (min-width:48em) {
  #feature h1 {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width:62em) {
  #feature h1 {
    font-size: clamp(1.875rem, 5vw, 4.5rem);
  }
}
#feature p a {
  display: inline-block;
  margin: 0 6px 20px 6px;
}
@media only screen and (min-width:48em) {
  #feature p a {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media only screen and (max-width:30em) {
  #feature p a {
    display: block;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (min-width:48em) {
  #feature p a:last-child {
    margin-right: 0;
  }
}
#feature .slideone {
  background-image: url("/images/tablet-feature01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width:62em) {
  #feature .slideone {
    background-image: url("/images/feature01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width:30em) {
  #feature .slideone {
    background-image: url("/images/mobile-feature01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#feature .slidetwo {
  background-image: url("/images/tablet-feature02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width:62em) {
  #feature .slidetwo {
    background-image: url("/images/feature02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width:30em) {
  #feature .slidetwo {
    background-image: url("/images/mobile-feature02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#feature .slidethree {
  background-image: url("/images/tablet-feature03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width:62em) {
  #feature .slidethree {
    background-image: url("/images/feature03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width:30em) {
  #feature .slidethree {
    background-image: url("/images/mobile-feature03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#feature .logo-accred {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: center;
}
@media only screen and (min-width:48em) {
  #feature .logo-accred {
    grid-template-columns: 140px 140px;
  }
}
@media only screen and (min-width:62em) {
  #feature .logo-accred {
    grid-template-columns: 140px 140px;
    margin-top: 60px;
    justify-content: left;
  }
}
#feature .logo-accred figure img {
  margin: 0 auto;
}
@media only screen and (min-width:62em) {
  #feature .logo-accred figure img {
    margin: 0;
  }
}
#intro {
  padding: 60px 0;
  background-color: #ffffff;
}
@media only screen and (min-width:62em) {
  #intro {
    padding: 90px 0;
  }
}
#intro .top60px {
  margin-top: 30px!important;
}
@media only screen and (min-width:62em) {
  #intro .top60px {
    margin-top: 60px !important;
  }
}
#intro h2 {
  font-size: 1.625rem;
  font-weight: 700;
  color: #363636;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width:62em) {
  #intro h2 {
    font-size: 2.813rem;
    line-height: 56px;
    margin-bottom: 24px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width:60em) and (max-height:45em) {
  #intro h2 {
    font-size: 2.188rem;
  }
}
#intro h3 {
  font-size: 1.25rem;
  line-height: 1.6em;
  font-weight: 600;
  padding-top: 0;
}
@media only screen and (min-width:62em) {
  #intro h3 {
    font-size: 1.875rem;
  }
}
#intro p {
  line-height: 32px;
  font-size: 1.125rem;
  color: #363636;
  font-weight: 400;
}
@media only screen and (min-width:62em) {
  #intro p {
    font-size: 1.375rem;
    line-height: 40px;
  }
}
@media screen and (min-width:60em) and (max-height:45em) {
  #intro p {
    font-size: 1.25rem;
  }
}
#intro p span {
  font-weight: 700;
}
#intro p.phone:before,
#intro p.email:before {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 8px;
  width: 16px;
  display: inline-block;
  color: #00637A;
}
#intro p.phone {
  margin-bottom: 0;
}
#intro p.phone:before {
  content: '\f3cd';
  font-size: 1pxrem;
  margin-left: 3px;
}
#intro p.phone a {
  color: #363636;
}
#intro p.email a {
  color: #363636;
}
#intro p.email a:hover {
  color: #00637A;
}
#intro p.email:before {
  content: '\f0e0';
  font-size: 0.938rem;
}
#innerpg #intro {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #innerpg #intro {
    padding: 112px 0;
  }
}
#innerpg #intro h2 {
  color: #00637A;
  margin-bottom: 10px;
}
#innerpg #intro .optin p {
  font-size: 0.75rem;
  line-height: 22px;
  margin-top: 20px;
}
#innerpg #intro .optin p a {
  color: #00637A;
}
#innerpg #intro .optin p a:hover {
  color: #363636;
}
#innerpg #intro p.info a {
  color: #00637A;
}
#innerpg #intro p.info a:hover {
  color: #363636;
}
#intro.policy p {
  font-size: 1.063rem;
  line-height: 32px;
}
#intro.policy p a {
  color: #00637A;
  font-weight: 700;
}
#intro.policy p a:hover {
  color: #363636;
}
#intro.policy ul {
  margin-bottom: 20px;
}
#intro.policy ul li a {
  color: #00637A;
  font-weight: 700;
}
#intro.policy ul li a:hover {
  color: #363636;
}
#intro.tealbg {
  background-color: #00637A;
}
#innerpg #intro.tealbg h2,
#innerpg #intro.tealbg p {
  color: #ffffff;
}
#innerpg #intro.careers {
  padding: 60px 0 60px 0;
}
@media only screen and (min-width:62em) {
  #innerpg #intro.careers {
    padding: 90px 0;
  }
}
#innerpg #intro.careers .careerblock {
  padding: 20px 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #innerpg #intro.careers .careerblock {
    padding: 30px 50px;
  }
}
#innerpg #intro.careers .careerblock:last-child {
  margin-bottom: 0;
}
#innerpg #intro.careers .careerblock h3 {
  padding: 0 0 20px 0;
  margin: 0;
}
#innerpg #intro.careers .careerblock p {
  margin: 0 0 15px 0;
}
#intro.careers.detail h3 {
  font-size: 1.875rem;
  margin-bottom: 10px;
}
@media only screen and (min-width:62em) {
  #intro.careers.detail h3 {
    font-size: 2.813rem;
    margin-bottom: 20px;
  }
}
#intro.careers.detail p {
  font-size: 1.125rem;
  line-height: 32px;
}
#intro.careers.detail p span {
  font-weight: 700;
}
#intro.careers.detail p a.btnlink {
  margin-top: 20px;
  display: inline-block;
  margin-right: 30px;
}
@media only screen and (max-width:30em) {
  #intro.careers.detail p a.btnlink {
    width: 100%;
    margin-right: 0;
  }
}
#intro.careers.detail ul li {
  font-size: 1.125rem;
  padding-bottom: 14px;
  padding-left: 20px;
}
#intro.careers.detail ul li:before {
  font-size: 0.625rem;
  top: 1px;
}
#intro.careers .careerblock {
  border: 1px solid rgba(0, 99, 122, 0.5);
  border-radius: 12px;
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #intro.careers .careerblock {
    margin-bottom: 0;
  }
}
#intro.careers .careerblock h3 {
  font-weight: 700;
  font-size: 1.75rem;
  padding: 30px 20px 15px 20px;
}
@media only screen and (min-width:48em) {
  #intro.careers .careerblock h3 {
    font-size: 2.125rem;
  }
}
#intro.careers .careerblock h3 a {
  color: #363636;
}
#intro.careers .careerblock h3 a:hover {
  color: #00637A;
}
#intro.careers .careerblock p {
  font-size: 1.125rem;
  padding: 0 30px;
  line-height: 32px;
}
#intro.careers .careerblock p span {
  font-weight: 700;
}
#intro.careers .careerblock p:last-child {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
#intro.careers .careerblock p a {
  width: 100%;
  border-radius: 0 0 12px 12px;
}
#intro .swiper {
  width: 100%;
  height: 206px;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 90px;
}
@media only screen and (min-width:48em) {
  #intro .swiper {
    width: 618px;
    height: 306px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#intro .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
  background-color: #00637A;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#intro .swiper .swiper-slide img {
  display: block;
  width: 100%;
}
#intro .swiper .swiper-slide p {
  color: #ffffff;
  font-size: 2.188rem;
  font-family: 'Amaranth', sans-serif;
  font-weight: 700;
  line-height: 35px;
  padding: 0 60px;
}
@media only screen and (min-width:62em) {
  #intro .swiper .swiper-slide p {
    font-size: 3.125rem;
    line-height: 60px;
  }
}
#intro .swiper .swiper-slide.pink {
  background-color: #EDDFF2;
}
#intro .swiper .swiper-slide.pink p {
  color: #00637A;
}
#intro .swiper .swiper-slide.green {
  background-color: #7EC588;
}
#intro .swiper .swiper-slide.green p {
  color: #00637A;
}
@media only screen and (min-width:62em) {
  #intro .center-padding {
    padding: 0 60px;
  }
}
#services {
  overflow: hidden;
}
#services h3 {
  color: #00637A;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-top: 0;
  text-align: center;
}
@media only screen and (min-width:62em) {
  #services h3 {
    font-size: 2.813rem;
    text-align: left;
  }
}
#services p {
  color: #363636;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
}
@media only screen and (min-width:62em) {
  #services p {
    text-align: left;
  }
}
#services .paddcol {
  padding-left: 15px;
}
@media only screen and (min-width:62em) {
  #services .paddcol {
    padding-left: 50px;
  }
}
#services .paddcolr {
  padding-right: 15px;
}
@media only screen and (min-width:62em) {
  #services .paddcolr {
    padding-right: 50px;
  }
}
#services figure {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #services figure {
    margin-bottom: 0;
  }
}
#innerpg #services {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #innerpg #services {
    padding: 80px 0;
  }
}
#innerpg #services figure {
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width:62em) {
  #innerpg #services figure {
    margin-top: 0;
  }
}
#expertise {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #expertise {
    padding: 80px 0;
  }
}
#expertise .col-xs-12.col-md-4 {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #expertise .col-xs-12.col-md-4 {
    margin-bottom: 0;
  }
}
#expertise .col-xs-12.col-md-4:last-child {
  margin-bottom: 0;
}
#expertise h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00637A;
  padding-bottom: 20px;
}
@media only screen and (min-width:48em) {
  #expertise h4 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width:62em) {
  #expertise h4 {
    padding-top: 36px;
  }
}
#expertise .heading h4 {
  font-size: 1.875rem;
  margin-bottom: 0px;
  padding-top: 0;
  padding-bottom: 15px;
}
@media only screen and (min-width:62em) {
  #expertise .heading h4 {
    font-size: 2.813rem;
    padding-top: 15px;
  }
}
#expertise h3 {
  font-size: 1.563rem;
  font-weight: 700;
}
#expertise h3 a {
  color: #2A2A29;
}
#expertise h3 a:hover {
  color: #00637A;
}
#expertise p {
  color: #363636;
  font-size: 1.125rem;
  line-height: 28px;
  font-weight: 400;
  line-height: 34px;
  padding: 0 20px;
}
@media only screen and (max-width:30em) {
  #expertise p {
    padding: 0;
  }
}
#innerpg #expertise {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #innerpg #expertise {
    padding: 102px 0 82px 0;
  }
}
#innerpg #expertise h4 {
  padding-top: 25px;
  margin-bottom: 36px;
}
#innerpg #expertise .heading h4 {
  padding-bottom: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width:62em) {
  #innerpg #expertise .heading h4 {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
#innerpg #expertise .bubble-block p {
  width: 152px;
  height: 152px;
  margin: 0 auto 30px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #EDDFF2;
  font-size: 1.25rem;
  color: #00637A;
  font-family: 'Amaranth', sans-serif;
  font-weight: 700;
  border-radius: 116px;
  padding: 0 20px;
  line-height: 24px;
}
@media only screen and (min-width:48em) {
  #innerpg #expertise .bubble-block p {
    width: 232px;
    height: 232px;
    font-size: 1.875rem;
    margin: 0 auto 60px auto;
    line-height: 34px;
  }
}
#innerpg #expertise .icon-blocks h4 {
  margin-bottom: 0;
}
@media only screen and (min-width:62em) {
  #innerpg #expertise .icon-blocks h4 {
    margin-bottom: 36px;
  }
}
#innerpg #expertise .top40px {
  margin-top: 0!important;
}
@media only screen and (min-width:62em) {
  #innerpg #expertise .top40px {
    margin-top: 40px !important;
  }
}
#innerpg #expertise.about h4 {
  margin-bottom: 0;
}
#expertise .border-block {
  border: 1px solid rgba(0, 99, 122, 0.5);
  border-radius: 12px;
  height: 100%;
  padding: 10px 30px;
}
#expertise .border-block h4 {
  margin-bottom: 0!important;
}
#expertise .border-block p {
  font-size: 1.063rem;
}
#workus {
  position: relative;
  background-color: #00637A;
  padding: 60px 0;
  overflow: hidden;
}
@media only screen and (min-width:62em) {
  #workus {
    padding: 110px 0;
  }
}
#workus .wrap h5 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ffffff;
  padding-top: 0;
  text-align: center;
}
@media only screen and (min-width:62em) {
  #workus .wrap h5 {
    font-size: 2.813rem;
    margin-bottom: 20px;
    text-align: left;
  }
}
#workus .wrap h6 {
  font-size: 1.625rem;
  font-weight: 700;
  color: #ffffff;
}
#workus .wrap p {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 32px;
  text-align: center;
  /*@media @md {.font(22); line-height:36px;}*/
}
@media only screen and (min-width:62em) {
  #workus .wrap p {
    text-align: left;
  }
}
#workus .wrap figure {
  margin-top: 30px;
}
@media only screen and (min-width:62em) {
  #workus .wrap figure {
    margin-top: 0;
  }
}
#workus .wrap figure img {
  display: block;
  width: 100%;
}
#workus .wrap ul.facilities {
  padding: 0!important;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 40px;
}
@media only screen and (min-width:62em) {
  #workus .wrap ul.facilities {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#workus .wrap ul.facilities li {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  padding-left: 46px;
  padding-bottom: 20px;
}
@media only screen and (min-width:48em) {
  #workus .wrap ul.facilities li {
    font-size: 1.375rem;
    padding-bottom: 30px;
  }
}
#workus .wrap ul.facilities li:last-child {
  padding-bottom: 0;
}
#workus .wrap ul.facilities li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 1.625rem;
  width: 30px;
  position: absolute;
  left: 0;
  text-align: center;
}
#workus .wrap ul.facilities li:nth-child(1):before {
  content: '\f236';
}
#workus .wrap ul.facilities li:nth-child(2):before {
  content: '\f2cd';
}
#workus .wrap ul.facilities li:nth-child(3):before {
  content: '\f2e7';
}
#workus .wrap ul.facilities li:nth-child(4):before {
  content: '\f4b8';
}
#workus .wrap ul.facilities li:nth-child(5):before {
  content: '\f1bb';
}
@media only screen and (min-width:62em) {
  #workus .wrap .space-right {
    padding-right: 60px;
  }
}
#workus .wrap .quote {
  margin-top: 30px;
}
#workus .wrap .quote p {
  font-style: italic;
  font-weight: 600;
}
#workus .wrap .quote p.namequote {
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #86C78F;
}
#innerpg #workus {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #innerpg #workus {
    padding: 82px 0 68px 0;
  }
}
#innerpg #workus.training h3 {
  margin-bottom: 0;
}
#innerpg #workus.training p.top-intro {
  margin-bottom: 36px;
}
@media only screen and (min-width:62em) {
  #innerpg #workus.training p.top-intro {
    width: 80%;
    margin: 0;
    margin-bottom: 36px;
  }
}
#innerpg #workus.training p.top-intro.top30px {
  margin-top: 0!important;
}
@media only screen and (min-width:62em) {
  #innerpg #workus.training p.top-intro.top30px {
    margin-top: 30px!important;
  }
}
#innerpg #workus.training p a {
  color: #ffffff;
}
#innerpg #workus.light {
  background-color: #86C78F;
}
#innerpg #workus.light h3 {
  color: #00637A;
}
#innerpg #workus.light form input,
#innerpg #workus.light form textarea {
  color: #00637A;
}
#innerpg #workus.light form ::placeholder {
  color: #00637A;
}
#innerpg #workus.light form .form-bottom button {
  background-color: #00637A;
  color: #ffffff;
}
#innerpg #workus h3 {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 700;
  padding-top: 0;
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (min-width:62em) {
  #innerpg #workus h3 {
    font-size: 2.813rem;
    margin-bottom: 36px;
    padding: 0;
    text-align: left;
  }
}
#innerpg #workus h3.greentxt {
  color: #90D199;
}
@media only screen and (min-width:62em) {
  #innerpg #workus p {
    padding: 0;
  }
}
#innerpg #workus ul {
  margin-bottom: 40px;
}
@media only screen and (min-width:62em) {
  #innerpg #workus ul {
    padding: 0;
    margin-bottom: 0;
  }
}
#innerpg #workus ul li {
  color: #ffffff;
}
#innerpg #workus ul li:before {
  color: #90D199;
}
#innerpg #workus figure {
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #innerpg #workus figure {
    margin-bottom: 0;
  }
}
#innerpg #workus figure.margtop {
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width:62em) {
  #innerpg #workus figure.margtop {
    margin-top: 0;
  }
}
#innerpg #workus form input,
#innerpg #workus form textarea {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 10px 20px;
}
@media only screen and (min-width:62em) {
  #innerpg #workus form input,
  #innerpg #workus form textarea {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
#innerpg #workus form input:focus,
#innerpg #workus form textarea:focus {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
#innerpg #workus form input#message,
#innerpg #workus form textarea#message {
  padding: 15px 20px;
}
#innerpg #workus form i,
#innerpg #workus form ::placeholder {
  color: #ffffff;
}
#innerpg #workus form .col-xs-12 {
  padding: 0 8px;
}
#innerpg #workus form .col-xs-12.col-md-6 {
  padding: 0 10px;
}
#innerpg #workus form .form-bottom {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width:62em) {
  #innerpg #workus form .form-bottom {
    grid-template-columns: 210px 1fr;
    grid-gap: 20px;
  }
}
#innerpg #workus form .form-bottom button {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 51px;
  background-color: #7EC588;
  color: #00637A;
}
#innerpg #workus form .form-bottom button:hover {
  background-color: #363636;
  color: #ffffff;
}
#innerpg #workus form .form-bottom .optin {
  display: inline-block;
  vertical-align: top;
}
#innerpg #workus form .form-bottom .optin p {
  font-size: 0.688rem;
  line-height: 20px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (min-width:62em) {
  #innerpg #workus form .form-bottom .optin p {
    margin-top: 20px;
  }
}
@media only screen and (min-width:75em) {
  #innerpg #workus form .form-bottom .optin p {
    margin-top: 0;
  }
}
#workus.homecnt {
  padding: 60px 0 120px 0;
}
@media only screen and (min-width:62em) {
  #workus.homecnt {
    padding: 90px 0 120px 0;
  }
}
#innerpg #workus.homecnt h3 {
  color: #00637A;
}
#innerpg #workus.homecnt p {
  color: #383838;
}
@media only screen and (min-width:48em) {
  #innerpg #workus.homecnt p {
    line-height: 40px;
  }
}
#innerpg #workus.homecnt ul {
  padding: 0;
}
#innerpg #workus.homecnt .bx-wrapper {
  margin-top: 30px;
}
@media only screen and (min-width:62em) {
  #innerpg #workus.homecnt .bx-wrapper {
    margin-top: 0;
  }
}
#innerpg #workus.homecnt .bx-wrapper .bx-pager.bx-default-pager a {
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 20px;
}
#workus.whitebg {
  background-color: #ffffff;
}
@media only screen and (min-width:62em) {
  #innerpg #workus.whitebg ul li {
    padding-right: 40px;
  }
}
#innerpg #workus.whitebg .bx-pager {
  bottom: -56px;
}
@media only screen and (min-width:62em) {
  #innerpg #workus.whitebg .bx-pager {
    padding-right: 80px;
  }
}
#innerpg #workus.whitebg .bx-wrapper .bx-pager.bx-default-pager a {
  background: #00637A;
}
#innerpg #workus.whitebg .bx-wrapper .bx-pager.bx-default-pager a.active,
#innerpg #workus.whitebg .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #90D199;
}
#workus.tealbg {
  background-color: #00637A;
}
#innerpg #workus.tealbg h3,
#innerpg #workus.tealbg p {
  color: #ffffff;
}
@media only screen and (min-width:62em) {
  #innerpg #workus.tealbg ul li {
    padding-left: 40px;
  }
}
@media only screen and (min-width:90em) {
  #innerpg #workus.tealbg .bx-pager {
    padding-left: 80px;
  }
}
#innerpg #workus.tealbg .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
}
#innerpg #workus.tealbg .bx-wrapper .bx-pager.bx-default-pager a.active,
#innerpg #workus.tealbg .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #90D199;
}
#visit {
  padding: 56px 0;
}
#visit.whitebg {
  background-color: #ffffff;
}
#innerpg #visit.whitebg p a.borderlnk {
  margin: 0 auto;
}
@media only screen and (min-width:62em) {
  #innerpg #visit.whitebg p a.borderlnk {
    margin: 16px 0 20px 0;
  }
}
#visit h6 {
  font-size: 1.875rem;
  color: #00637A;
  font-weight: 700;
  padding-bottom: 16px;
}
@media only screen and (min-width:62em) {
  #visit h6 {
    font-size: 2.813rem;
  }
}
#visit p {
  font-size: 1.125rem;
  color: #363636;
}
@media only screen and (min-width:62em) {
  #visit p {
    font-size: 1.5rem;
  }
}
#visit p a {
  font-weight: 700;
  word-break: break-word;
  color: #363636;
}
#visit p a:hover {
  color: #00637A;
}
#visit p a.borderlnk {
  margin: 6px auto 15px auto;
  color: #00637A;
}
@media only screen and (min-width:62em) {
  #visit p a.borderlnk {
    margin: 30px auto 42px auto;
  }
}
#visit p a.borderlnk:hover {
  color: #ffffff;
}
#innerpg #visit {
  background-color: #00637A;
}
#innerpg #visit h6 {
  color: #ffffff;
  font-size: 1.875rem;
}
@media only screen and (min-width:62em) {
  #innerpg #visit h6 {
    font-size: 2.813rem;
    margin-bottom: 22px;
  }
}
#innerpg #visit p {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 36px;
}
@media only screen and (min-width:62em) {
  #innerpg #visit p {
    font-size: 1.375rem;
    line-height: 40px;
  }
}
#innerpg #visit p a {
  color: #ffffff;
}
#innerpg #visit p a:hover {
  color: #c1c1c1;
}
#innerpg #visit p a.borderlnk {
  color: #00637A;
}
#innerpg #visit p a.borderlnk:hover {
  color: #ffffff;
}
#innerpg #visit p a.btnlink {
  margin: 20px auto 0 auto;
  color: #00637A;
}
@media only screen and (min-width:62em) {
  #innerpg #visit p a.btnlink {
    margin: 50px auto 0 auto;
  }
}
#innerpg #visit p a.btnlink:last-child {
  margin: 20px auto 0 auto;
}
@media only screen and (min-width:62em) {
  #innerpg #visit p a.btnlink:last-child {
    margin: 40px auto 0 auto;
  }
}
#innerpg #visit p a.btnlink:hover {
  color: #ffffff;
}
#innerpg #visit.whitebg {
  background-color: #ffffff;
}
#innerpg #visit.whitebg h6 {
  color: #00637A;
  margin-bottom: 14px;
}
#innerpg #visit.whitebg p {
  color: #2A2A29;
}
#innerpg #visit.whitebg p a {
  display: inline-block;
  margin-bottom: 0;
  color: #363636;
}
#innerpg #visit.whitebg p a:hover {
  color: #00637A;
}
#innerpg #visit.whitebg p a.borderlnk {
  color: #00637A;
}
#innerpg #visit.whitebg p a.borderlnk:hover {
  color: #ffffff;
}
@media only screen and (min-width:48em) {
  #innerpg #visit.whitebg p a.btnlink {
    margin-right: 30px;
  }
}
@media only screen and (min-width:62em) {
  #innerpg #visit.whitebg p a.btnlink {
    margin-top: 38px;
  }
}
#innerpg #visit.whitebg p a.btnlink:last-child {
  margin-right: 0;
}
#innerpg #visit.whitebg p a.btnlink.green {
  color: #90D199;
}
#innerpg #visit.whitebg p a.btnlink.green:hover {
  color: #ffffff;
}
#testimonials {
  /*.head-img('tablet-testimonials-bg01.jpg');*/
  background-color: #00637A;
  padding: 60px 0;
  position: relative;
}
@media only screen and (min-width:62em) {
  #testimonials {
    padding: 120px 0;
  }
}
#testimonials h5 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Amaranth', sans-serif;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width:62em) {
  #testimonials h5 {
    font-size: 2.813rem;
    text-align: left;
  }
}
#testimonials ul.fancy {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #testimonials ul.fancy {
    margin-bottom: 0;
  }
}
#testimonials ul.fancy li {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 36px;
  padding-left: 0;
}
#testimonials ul.fancy li:before {
  position: relative;
  top: -2px;
}
#testimonials p {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  /*@media @sm {.font(22); line-height:40px;}*/
}
@media only screen and (min-width:62em) {
  #testimonials p {
    text-align: left;
  }
}
#testimonials p:first-child {
  font-size: 2.813rem;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Amaranth', sans-serif;
  margin-bottom: 50px;
}
@media only screen and (min-width:62em) {
  #testimonials .space-left {
    padding-left: 40px;
  }
}
#testimonials .bx-pager {
  bottom: -25px;
}
@media only screen and (min-width:62em) {
  #testimonials .bx-pager {
    bottom: -70px;
  }
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager .bx-pager {
  width: 100%;
  left: 0;
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
  position: relative;
  margin: 0 20px;
}
@media only screen and (min-width:48em) {
  #testimonials .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
    margin: 0 20px;
  }
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
  border: none;
  width: 10px;
  height: 10px;
  margin: 0;
  text-indent: 0;
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a:hover {
  background: none;
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a:hover:before {
  background-color: #90D199;
  transition: all 0.65s ease-in-out;
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
  background: none;
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active:before {
  background-color: #90D199;
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #E1E1E1;
  width: 10px;
  height: 10px;
  transition: all 0.65s ease-in-out;
  border-radius: 50%;
}
#accreditations {
  padding: 60px 0 30px 0;
}
@media only screen and (min-width:62em) {
  #accreditations {
    padding: 144px 0;
  }
}
#accreditations p {
  font-size: 1rem;
}
@media only screen and (min-width:62em) {
  #accreditations p {
    font-size: 1.25rem;
  }
}
#accreditations .col-xs-cust {
  padding: 0 15px;
  text-align: center;
  flex-basis: 33%;
  max-width: 33%;
}
@media only screen and (min-width:62em) {
  #accreditations .col-xs-cust {
    flex-basis: 20%;
    max-width: 20%;
    padding: 0;
  }
}
#accreditations .col-xs-cust figure {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #accreditations .col-xs-cust figure {
    margin-bottom: 0;
  }
}
#accreditations .top40px {
  margin-top: 0px !important;
}
@media only screen and (min-width:62em) {
  #accreditations .top40px {
    margin-top: 40px !important;
  }
}
#footer {
  background-color: #4E4E4E;
  position: relative;
  padding: 40px 0 30px 0;
}
@media only screen and (min-width:62em) {
  #footer {
    padding: 60px 0;
  }
}
#footer ul li {
  display: block;
  font-size: 1rem;
  color: #ffffff;
  padding: 0 0 6px 0;
}
@media only screen and (min-width:48em) {
  #footer ul li {
    display: inline-block;
    padding: 0 12px 6px 12px;
  }
}
@media only screen and (min-width:62em) {
  #footer ul li {
    padding: 0 12px;
    font-size: 1.25rem;
  }
}
#footer ul li:after {
  content: '|';
  color: #ffffff;
  margin-left: 22px;
  display: none;
}
@media only screen and (min-width:48em) {
  #footer ul li:after {
    display: inline-block;
  }
}
#footer ul li:last-child:after {
  content: '';
  margin: 0;
}
#footer ul li a {
  font-size: 1rem;
  color: #ffffff;
}
@media only screen and (min-width:62em) {
  #footer ul li a {
    font-size: 1.25rem;
  }
}
#footer ul li a.arrival {
  color: #009EE2;
}
#footer ul li a:hover {
  color: #9D9D9D;
}
#tophead {
  position: relative;
  padding: 80px 0 70px 0;
}
@media only screen and (min-width:48em) {
  #tophead {
    padding: 180px 0 60px 0;
  }
}
@media only screen and (min-width:62em) {
  #tophead {
    padding: 220px 0 130px 0;
  }
}
@media only screen and (max-width:30em) {
  #tophead {
    padding: 60px 0;
  }
}
#tophead:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
#tophead h1,
#tophead p {
  color: #ffffff;
  position: relative;
  z-index: 150;
  font-family: 'Amaranth', sans-serif;
  padding-bottom: 0;
}
#tophead h1 {
  font-size: 2.5rem;
  font-weight: 400;
  padding-top: 0;
}
@media only screen and (min-width:48em) {
  #tophead h1 {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width:62em) {
  #tophead h1 {
    font-size: clamp(1.875rem, 5vw, 5rem);
  }
}
#tophead p {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 34px;
  margin-top: 20px;
}
@media only screen and (min-width:62em) {
  #tophead p {
    font-size: clamp(1.875rem, 4vw, 2.5rem);
    line-height: 56px;
  }
}
@media screen and (min-width:60em) and (max-height:45em) {
  #tophead p {
    font-size: 1.875rem;
    line-height: 46px;
  }
}
#tophead.abouthd {
  background-image: url("/images/headers/mobile-about-header01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width:62em) {
  #tophead.abouthd {
    background-image: url("/images/headers/about-header01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width:30em) {
  #tophead.abouthd {
    background-image: url("/images/headers/small-about-header01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#tophead.openresihd {
  background-image: url("/images/headers/mobile-care-home-header01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width:62em) {
  #tophead.openresihd {
    background-image: url("/images/headers/care-home-header01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width:30em) {
  #tophead.openresihd {
    background-image: url("/images/headers/small-care-home-header01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#tophead.careershd {
  background-image: url("/images/headers/mobile-careers-header01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width:62em) {
  #tophead.careershd {
    background-image: url("/images/headers/careers-header01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width:30em) {
  #tophead.careershd {
    background-image: url("/images/headers/small-careers-header01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#tophead.contacthd {
  background-image: url("/images/headers/mobile-contact-header01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width:62em) {
  #tophead.contacthd {
    background-image: url("/images/headers/contact-header01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width:30em) {
  #tophead.contacthd {
    background-image: url("/images/headers/small-contact-header01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#tophead.open16hd {
  background-image: url("/images/headers/mobile-open16-header01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width:62em) {
  #tophead.open16hd {
    background-image: url("/images/headers/open16-header01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width:30em) {
  #tophead.open16hd {
    background-image: url("/images/headers/small-open16-header01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#tophead.referralhd {
  background-image: url("/images/headers/mobile-referral-header01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width:62em) {
  #tophead.referralhd {
    background-image: url("/images/headers/referral-header01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (max-width:30em) {
  #tophead.referralhd {
    background-image: url("/images/headers/small-referral-header01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#ourstory {
  background-color: #00637A;
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #ourstory {
    padding: 80px 0;
  }
}
#ourstory .row {
  position: relative;
}
#ourstory .row .col-xs-12.col-md-4 {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #ourstory .row .col-xs-12.col-md-4 {
    margin-bottom: 0;
  }
}
#ourstory .row .col-xs-12.col-md-4:last-child {
  margin-bottom: 0;
}
#ourstory form.row .col-xs-12.col-md-4 {
  margin-bottom: 0;
}
#ourstory h5 {
  font-size: 1.875rem;
  color: #ffffff;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0px;
}
@media only screen and (min-width:62em) {
  #ourstory h5 {
    padding-bottom: 20px;
    font-size: 2.813rem;
  }
}
#ourstory p {
  font-size: 1.125rem;
  color: #ffffff;
  padding: 0 5px;
  line-height: 38px;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (min-width:62em) {
  #ourstory p {
    padding: 0 30px;
  }
}
#ourstory p.heading1 {
  font-size: 1.375rem;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Amaranth', sans-serif;
  margin-top: 10px;
  padding-bottom: 20px;
}
@media only screen and (min-width:62em) {
  #ourstory p.heading1 {
    margin-top: 42px;
  }
}
@media only screen and (min-width:62em) {
  #ourstory .arrowlft,
  #ourstory .arrowrgt {
    position: absolute;
    top: 0;
    width: 12%;
    height: 190px;
    background-size: contain!important;
    padding: 0 20px;
  }
  #ourstory .arrowlft {
    left: 28%;
    background-image: url("/images/arrow-icon01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #ourstory .arrowrgt {
    right: 27%;
    background-image: url("/images/arrow-icon02.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media only screen and (min-width:90em) {
  #ourstory .arrowlft,
  #ourstory .arrowrgt {
    width: 14%;
  }
  #ourstory .arrowlft {
    left: 27%;
  }
  #ourstory .arrowrgt {
    right: 26%;
  }
}
#ourstory .optin p {
  margin-top: 3px;
  font-size: 0.75rem;
  line-height: 22px;
  text-align: left;
  padding: 0;
}
#ourstory .optin p a {
  color: #ffffff;
  font-weight: 700;
}
#team {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #team {
    padding: 90px 0;
  }
}
#team h6 {
  color: #363636;
  font-size: 1.875rem;
  font-weight: 700;
}
@media only screen and (min-width:62em) {
  #team h6 {
    font-size: 2.813rem;
  }
}
#team p.name,
#team p.position {
  font-family: 'Amaranth', sans-serif;
  font-weight: 700;
}
#team p.name {
  font-size: 1.875rem;
  margin-top: 28px;
  margin-bottom: 8px;
}
@media only screen and (min-width:62em) {
  #team p.name {
    font-size: 2.188rem;
  }
}
#team p.position {
  font-size: 1.375rem;
  color: #7EC588;
}
@media only screen and (min-width:62em) {
  #team p.position {
    font-size: 1.75rem;
  }
}
#team .bottomstrap {
  margin-top: 40px;
}
#team .bottomstrap p {
  font-size: 1.125rem;
  color: #363636;
  line-height: 32px;
  margin-bottom: 0;
}
@media only screen and (min-width:62em) {
  #team .bottomstrap p {
    font-size: 1.375rem;
    line-height: 44px;
  }
}
/* END DELETE BELOW */
#strapline {
  background: #f4983f;
  background: linear-gradient(90deg, #f4983f 0%, #f07e01 49%, #f07e01 100%);
  padding: 44px 0;
}
#strapline p {
  color: #ffffff;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 40px;
}
#strapline p a {
  color: #ffffff;
  font-weight: 700;
}
#strapline p a:hover {
  color: #2A2A29;
}
#newsfeed {
  padding: 60px 0;
  background-color: #ffffff;
  /*&.latest {
		background-color:@brand-color;
		h4 {
			color:@white;
			font-size:26px;
			.weight(700);
			padding-bottom:18px;
			padding-top:0;
			@media @sm {
				font-size:45px;
				padding-bottom:40px;
			}
		}
	}*/
}
@media only screen and (min-width:62em) {
  #newsfeed {
    padding: 124px 0;
  }
}
#newsfeed .newsbtm {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #newsfeed .newsbtm {
    margin-bottom: 0;
  }
}
#newsfeed .newsbtm:last-child {
  margin-bottom: 0;
}
#newsfeed h5 {
  color: #000000;
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 28px;
}
@media only screen and (min-width:48em) {
  #newsfeed h5 {
    font-size: 2.5rem;
  }
}
#newsfeed figure {
  overflow: hidden;
  position: relative;
  margin-bottom: 26px;
}
#newsfeed figure img {
  display: block;
  transition: transform 0.2s;
  width: 100%;
  height: 160px;
  object-fit: cover;
}
@media only screen and (min-width:62em) {
  #newsfeed figure img {
    height: 260px;
  }
}
#newsfeed figure img:hover {
  transform: scale(1.1);
}
#newsfeed figure:hover span {
  background-color: #363636;
  transition: all 0.65s ease-in-out;
}
#newsfeed .newsbtm:hover img {
  transform: scale(1.1);
}
#newsfeed .newsbtm:hover p a {
  color: #00637A;
}
#newsfeed .newsitem {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #newsfeed .newsitem {
    margin-bottom: 70px;
  }
}
#newsfeed .newsitem.job {
  margin-bottom: 30px;
}
#newsfeed.innerpg {
  padding: 50px 0 0 0;
}
@media only screen and (min-width:62em) {
  #newsfeed.innerpg {
    padding: 150px 0 0 0;
  }
}
#newsfeed .blognav {
  background-color: #2A2A29;
  padding: 30px 0;
}
#newsfeed .blognav li,
#newsfeed .blognav a {
  color: #ffffff;
  font-size: 1rem;
  display: inline-block;
  font-weight: 700;
}
#newsfeed .blognav li {
  padding: 0 5px;
}
#newsfeed .blognav li.pg_on {
  color: #00637A;
}
#newsfeed .blognav a:hover {
  color: #00637A;
}
#news {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #news {
    padding: 130px 0;
  }
}
#news.detail h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #2A2A29;
  line-height: 42px;
  padding-top: 0;
}
#news.detail h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2A2A29;
  line-height: 34px;
  padding-top: 0;
}
#news.detail p {
  font-size: 1.125rem;
  color: #2A2A29;
}
#news.detail p a {
  display: inline-block;
}
#news.detail p a.readmre {
  margin-top: 30px;
}
#news.detail p strong {
  font-weight: 400;
}
#news.detail ul {
  margin-bottom: 20px;
}
#news.detail ul li {
  font-size: 1.125rem;
  padding-bottom: 16px;
  padding-left: 16px;
  position: relative;
}
#news.detail ul li:last-child {
  padding-bottom: 0;
}
#news.detail ul li:before {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  color: #00637A;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  margin-right: 10px;
  font-size: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
#news.detail figure {
  position: relative;
  margin-bottom: 30px;
}
#news.detail figure img {
  display: block;
}
#main {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #main {
    padding: 130px 0;
  }
}
#main p.notice {
  background-color: #363636;
  color: #ffffff;
  padding: 15px 20px;
  font-weight: 600;
}
#main ul.fancy li {
  font-size: 1.125rem;
  padding-bottom: 16px;
}
#main ul.fancy.pgcnt li {
  font-size: 1.25rem;
}
#main.innerpg {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #main.innerpg {
    padding: 150px 0;
  }
}
#main.innerpg h2 {
  font-size: 2rem;
  color: #2A2A29;
  font-weight: 700;
  padding-top: 0;
  line-height: 50px;
}
#main.innerpg.service {
  position: relative;
}
#main.innerpg.service .col-md-offset-1 {
  margin-left: 0;
}
@media only screen and (min-width:62em) {
  #main.innerpg.service .col-md-offset-1 {
    margin-left: 5.33333333%;
  }
}
@media only screen and (min-width:120em) {
  #main.innerpg.service .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}
#main.innerpg.service:after {
  content: '';
  width: 100%;
  height: 56%;
  background: #f4983f;
  background: linear-gradient(90deg, #f4983f 0%, #f07e01 49%, #f07e01 100%);
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
}
@media only screen and (min-width:62em) {
  #main.innerpg.service:after {
    width: 50%;
    height: 100%;
    bottom: auto;
    top: 0;
  }
}
#main.innerpg.service h2 {
  font-size: 1.5rem;
  color: #2A2A29;
  font-weight: 700;
  padding-top: 0;
  line-height: 40px;
}
@media only screen and (min-width:48em) {
  #main.innerpg.service h2 {
    font-size: 2rem;
    line-height: 50px;
  }
}
#main.innerpg.service p {
  font-size: 1.25rem;
  color: #2A2A29;
  line-height: 34px;
}
#main.innerpg.service p:last-child {
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #main.innerpg.service p:last-child {
    margin-bottom: 0;
  }
}
#main.innerpg.service .right {
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
@media only screen and (min-width:62em) {
  #main.innerpg.service .right {
    padding-top: 0;
  }
}
#main.innerpg.service .right p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
}
#main.innerpg.service .right p:last-child {
  margin-bottom: 0;
}
#main.innerpg.service .paddright {
  padding-right: 100px;
}
#main.innerpg.service .leftinfo p {
  font-size: 1.125rem;
  font-weight: 400;
}
#main.innerpg.contact {
  padding: 60px 0;
}
@media only screen and (min-width:62em) {
  #main.innerpg.contact {
    padding: 150px 0;
  }
}
#main.innerpg.noheader {
  padding: 60px 0 80px 0;
}
@media only screen and (min-width:48em) {
  #main.innerpg.noheader {
    padding: 200px 0 130px 0;
  }
}
#main.innerpg.noheader h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 42px;
}
@media only screen and (min-width:48em) {
  #main.innerpg.noheader h2 {
    font-size: 1.938rem;
  }
}
#main.innerpg.noheader p {
  font-size: 1.063rem;
  font-weight: 400;
  color: #2A2A29;
  line-height: 34px;
}
#main.innerpg.noheader p.date {
  color: #363636;
  font-size: 0.938rem;
  font-weight: 700;
}
#main.innerpg.noheader .jobinfo {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #main.innerpg.noheader .jobinfo {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
#main.innerpg.noheader .jobinfo h3 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #2A2A29;
  text-transform: capitalize;
  padding-bottom: 8px;
}
#main.innerpg.noheader .jobinfo p {
  line-height: 36px;
}
#main.innerpg.noheader .jobinfo p.joblinks a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.938rem;
  color: #90D199;
}
#main.innerpg.noheader .jobinfo p.joblinks a:nth-child(2) {
  margin-left: 40px;
}
#main.innerpg.noheader .jobinfo p.joblinks a:hover {
  color: #2A2A29;
}
#main.innerpg.noheader .jobdescription h1 {
  font-size: 2rem;
  color: #2A2A29;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 0;
}
@media only screen and (min-width:62em) {
  #main.innerpg.noheader .jobdescription h1 {
    padding-bottom: 36px;
  }
}
#main.innerpg.noheader .jobdescription p.date {
  margin-bottom: 15px;
}
@media only screen and (min-width:62em) {
  #main.innerpg.noheader .jobdescription p.date {
    margin-bottom: 46px;
  }
}
#main.innerpg.noheader .jobdescription p.jobspec {
  margin-bottom: 42px;
}
#main.innerpg.noheader .jobresults {
  margin-top: 44px;
}
#main.innerpg .searchright {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
@media only screen and (min-width:62em) {
  #main.innerpg .searchright {
    margin-top: 0;
  }
}
@media only screen and (min-width:100em) {
  #main.innerpg .searchright {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
}
#main.innerpg .searchright h4 {
  font-size: 1.563rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 38px;
}
#main.innerpg .searchright form {
  background: #f4983f;
  background: linear-gradient(90deg, #f4983f 0%, #f07e01 49%, #f07e01 100%);
  padding-top: 70px;
  padding-bottom: 128px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
@media only screen and (min-width:100em) {
  #main.innerpg .searchright form {
    margin-right: -86px;
  }
}
@media only screen and (min-width:120em) {
  #main.innerpg .searchright form {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width:30em) {
  #main.innerpg .searchright form {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#main.innerpg .searchright form:after {
  content: '';
  background-color: #f07e01 100%;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#main.innerpg .searchright form input {
  background-color: transparent;
}
#main.innerpg .searchright form select {
  color: #ffffff;
}
#main.innerpg .searchright form input,
#main.innerpg .searchright form select {
  font-size: 1.125rem;
  font-weight: 400;
  height: 53px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#main.innerpg .searchright form button {
  border: 0;
  background-color: transparent;
  font-size: 1.063rem;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  height: 53px;
  border: 1px solid #ffffff;
  border-radius: 26px;
  letter-spacing: 2px;
  margin-top: 24px;
  transition: all 0.65s ease-in-out;
}
#main.innerpg .searchright form button:hover {
  background-color: #ffffff;
  color: #2A2A29;
  transition: all 0.65s ease-in-out;
}
#main table {
  width: 100%;
  text-align: left;
  border: 1px solid #DFE0EB;
  margin-bottom: 30px;
}
@media only screen and (min-width:62em) {
  #main table {
    margin-bottom: 0px;
  }
}
#main table th {
  border-bottom: 1px solid #DFE0EB;
  padding: 18px 20px;
  font-size: 0.938rem;
  color: #9D9D9D;
  font-weight: 700;
}
#main table tr {
  transition: all 0.65s ease-in-out;
}
#main table tr:hover {
  background-color: rgba(55, 81, 255, 0.05);
  cursor: pointer;
  transition: all 0.65s ease-in-out;
}
#main table tr td {
  padding: 26px 20px;
  border-bottom: 1px solid #DFE0EB;
  font-size: 0.938rem;
  color: #252733;
}
#main table tr td span {
  width: 100px;
  height: 24px;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  border-radius: 12px;
}
#main form#loginfrm ::placeholder,
#main form#registerform ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2A2A29;
}
#main form#loginfrm :-ms-input-placeholder,
#main form#registerform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2A2A29;
}
#main form#loginfrm ::-ms-input-placeholder,
#main form#registerform ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2A2A29;
}
#main form#loginfrm input[type=submit],
#main form#registerform input[type=submit] {
  width: 210px;
  height: 53px;
  background-color: #00637A;
  border: 0;
  border-radius: 30px;
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  transition: all 0.65s ease-in-out;
}
#main form#loginfrm input[type=submit]:hover,
#main form#registerform input[type=submit]:hover {
  background: #2A2A29;
  transition: all 0.65s ease-in-out;
}
#main form#loginfrm button,
#main form#registerform button {
  width: 100%;
  height: 53px;
  background: #00637A;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  transition: all 0.65s ease-in-out;
  line-height: 53px;
}
#main form#loginfrm button:hover,
#main form#registerform button:hover {
  background: #2A2A29;
  transition: all 0.65s ease-in-out;
}
#main form#loginfrm .file,
#main form#registerform .file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
}
#main form#loginfrm .file input,
#main form#registerform .file input {
  width: 100%;
  height: 45px;
  margin: 0;
  opacity: 0;
}
#main form#loginfrm .file-custom,
#main form#registerform .file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 45px;
  padding: 0.5rem 1rem;
  line-height: 30px;
  color: #666666;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: start;
}
#main form#loginfrm .file-custom::before,
#main form#registerform .file-custom::before {
  position: absolute;
  top: -0.075rem;
  right: -0.075rem;
  bottom: -0.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 27px;
  padding: 0.5rem 1rem;
  line-height: 27px;
  color: #ffffff;
  background-color: #00637A;
  border: 1px solid #00637A;
  transition: all 0.65s ease-in-out;
}
#main form#loginfrm .file-custom:hover::before,
#main form#registerform .file-custom:hover::before {
  background-color: #2A2A29;
  border: 1px solid #2A2A29;
  transition: all 0.65s ease-in-out;
}
#main form#loginfrm .file-custom::after,
#main form#registerform .file-custom::after {
  content: attr(data-title);
  font-size: 0.875rem;
}
@media only screen and (max-width:30em) {
  #main form#loginfrm .file-custom::after,
  #main form#registerform .file-custom::after {
    top: 14px;
    line-height: 19px;
    left: 14px;
    position: absolute;
    display: block;
    color: #ffffff;
  }
}
#main form#loginfrm input,
#main form#registerform input,
#main form#loginfrm select,
#main form#registerform select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  margin-bottom: 15px;
}
#main form#loginfrm textarea,
#main form#registerform textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 165px;
  resize: none;
  padding: 15px;
  margin-bottom: 15px;
}
#main form#loginfrm input[type=checkbox],
#main form#registerform input[type=checkbox] {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0;
}
#main form#loginfrm ::placeholder,
#main form#registerform ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2A2A29;
  font-size: 1rem;
}
#main form#loginfrm :-ms-input-placeholder,
#main form#registerform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2A2A29;
  font-size: 1rem;
}
#main form#loginfrm ::-ms-input-placeholder,
#main form#registerform ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2A2A29;
  font-size: 1rem;
}
/*.blognav {
	background-color:@brand-color;
	padding:14px 18px;
	li, a {
		color:@white;
		.font(16);
		display:inline-block;
		.weight(700);
	}
	li {
		padding:0 5px;
		&.pg_on {
			color:@text-color;
		}
	}
	a {
		&:hover {
			color:@text-color;
		}
	}
}
#lean_overlay {
	position: fixed;
	z-index:10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.5);
	display: none;
}
#modal {
	width: 94%;
	padding: 30px 30px 24px; 
	background: #FFF;
	display:none;
	top:50% !important;
	transform: translate(-50%, -50%);
	left:50% !important;
	right:0 !important;
	text-align: center;
	margin:0 !important;
	@media @md {
		width: 60%;
	}
	@media @smht {
		height:70%;
	}
	.wrap {
		.col-xs-12 {
			padding:0 8px;
		}
	}
	.row {
		&.wrapout {
			height:90%;
			overflow-y:scroll;
			overflow-x:hidden;
		}
	}
	h2 {
		.font(26);
		.weight(700);
		text-transform:capitalize;
		padding-top:0;
		margin-bottom:10px;
	}
	form {
		input, select {
			border:1px solid rgba(0,0,0,0.2);
			display:block;
			width: 100%;
			height: 45px;
			padding:0 15px;
			margin-bottom:15px;
		}
		.styled-select {
			&:after {
				color:@text-color;
			}
			select {
				border:1px solid rgba(0,0,0,0.2);
			}
		}
		textarea {
			border:1px solid rgba(0,0,0,0.2);
			width:100%;
			height:165px;
			resize:none;
			padding:15px;
			margin-bottom:15px;
		}
		input[type=checkbox] {
			width:auto;
			height:auto;
			display:inline-block;
			margin-right:6px;
			margin-bottom:0;
		}
		p {
			.font(12);
			line-height:20px;
			text-align:left;
		}
		button {
			width:240px;
			height:53px;
			background:@brand-color;
			border:none;
			border-radius:30px;
			.font(16);
			color:@white;
			text-transform:uppercase;
			letter-spacing:2px;
			.weight(700);
			transition: all 0.65s ease-in-out;
			line-height:53px;
			&:hover {
				background:@text-color;
				transition: all 0.65s ease-in-out;
			}
		}
		.file {
			position: relative;
			display: inline-block;
			cursor: pointer;
			height: 45px;
			width: 100%;
			margin-top: 0px;
			margin-bottom:15px;
			input {
				width: 100%;
				height:45px;
				margin: 0;
				opacity: 0;
			}
		}
		.file-custom {
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			z-index: 5;
			height: 45px;
			padding: .5rem 1rem;
			line-height: 30px;
			color: #666666;
			background-color: transparent;
			border: 1px solid rgba(0,0,0,0.2);
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			text-align: start;
			&::before {
				position: absolute;
				top: -.075rem;
				right: -.075rem;
				bottom: -.075rem;
				z-index: 6;
				display: block;
				content: "Browse";
				height:27px;
				padding: .5rem 1rem;
				line-height: 27px;
				color: #ffffff;
				background-color: @brand-color;
				border: 1px solid @brand-color;
				transition: all 0.65s ease-in-out;
			}
			&:hover {
				&::before {
					background-color: @text-color;
					border: 1px solid @text-color;
					transition: all 0.65s ease-in-out;
				}
			}
			&::after {
				content: attr(data-title);
				.font(14);
				@media @xxs {
					top: 14px;
					line-height: 19px;
					left: 14px;
					position: absolute;
					display: block;
					color: #ffffff;
				}
			}
		}
	}
	.modal_close {
		position: absolute;
		top: -42px;
		right: -4px;
		display: block;
		z-index: 2;
		color: #fff;
		.font(30);
	}
	.modal_inner {
		width:100%;
	}
}*/
