@charset "UTF-8";
.headingTag {
  margin: 0;
  padding: 10px 0; }

.inputTag {
  background: #fff;
  border: 1px solid #aaa;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.roundedButton {
  display: inline-block;
  border: none;
  color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px; }
  .roundedButton:hover {
    background: #5593fb; }

.generalButton {
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  padding: 0;
  font-family: 'Kanit', sans-serif; }

.titleWithIcon i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px; }

.titleWithIcon h2 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px; }

.headerBlack nav a, header nav a {
  color: #fff; }

.headerBlack .icon-mobile-nav, header .icon-mobile-nav {
  color: #8daada; }

.headerBlack .user label, header .user label {
  color: #000; }

.headerSignInButton {
  color: #fff;
  background: #F89728;
  padding: 5px;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }

.spacingContent {
  padding: 20px 0;
  border-bottom: 1px solid #aaa; }

@media only screen and (max-width: 992px) {
  header .custom-color {
    color: #fff; } }

page.service {
  margin-top: 80px; }
  page.service ul {
    list-style: none; }
    page.service ul li:before {
      content: "•";
      font-size: 24px;
      line-height: 14px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -3px;
      margin-left: -7px;
      padding-right: 7px;
      text-indent: -7px;
      color: #F89728; }
  page.service .title h1 {
    padding-left: 0; }
  page.service .richtext.no-border, page.service .richtext:last-child {
    border-bottom: none; }
