html {
  overflow-y: scroll !important;
  padding-right: 0 !important;
}

body {
  margin: 0;
  color: #4b4d50;
  font-family: -apple-system, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #4b4d50;
}

a:hover {
  color: #ecf85d;
  text-decoration: underline;
}

a.no-underline {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #4b4d50;
  font-weight: normal;
}

h2 {
  font-size: 32px;
}

button,
.button {
  background: #ecf85d;
  color: #4b4d50;
}

button:hover,
.button:hover {
  background: #e7f636;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #ecf85d;
  -webkit-box-shadow: 0 0 1px #ecf85d inset;
          box-shadow: 0 0 1px #ecf85d inset;
}

.form-item {
  margin-bottom: 1rem;
}

.form-item .required:after {
  content: "*";
  font-weight: 700;
  color: #f03c69;
  padding-left: 5px;
  font-size: 110%;
}

.title {
  font-family: Arial, sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-weight: normal !important;
  color: #4b4d50 !important;
}

body > div .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
}

#breadcrumbs-custom-separator {
  margin-bottom: 15px;
}

#breadcrumbs-custom-separator ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#breadcrumbs-custom-separator ul li {
  white-space: nowrap;
}

#breadcrumbs-custom-separator ul li:after {
  content: ">";
  color: rgba(255, 255, 255, 0.75);
}

#breadcrumbs-custom-separator ul li a {
  color: rgba(255, 255, 255, 0.75);
}

#breadcrumbs-custom-separator ul li a:hover {
  color: white;
}

fieldset > .form-item:last-child {
  margin-bottom: 0;
}

#toolbar .container .padding {
  padding-bottom: 25px;
}

#toolbar .container a {
  text-decoration: none;
}

#toolbar .container #logo {
  text-align: center;
}

#toolbar .container #logo h1 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

#toolbar .container #logo .separator {
  margin: 12px auto 8px auto;
  width: 84px;
  border-bottom: #4b4d50 2px solid;
}

#toolbar .container #logo h2 {
  font-size: 11px;
  line-height: 14px;
  margin: 0;
  letter-spacing: normal !important;
}

#toolbar .container #navbar ul {
  margin: 0;
  list-style: none;
}

#toolbar .container #navbar ul li {
  display: inline-block;
}

#toolbar .container #navbar ul li a {
  text-decoration: none;
  padding: 5px;
  color: #4b4d50;
}

#toolbar .container #navbar .dropdown ul li {
  width: 100%;
}

#toolbar .container #navbar .dropdown ul li a {
  padding: 12px;
}

#toolbar .container #navbar-mobile #menu-button {
  position: absolute;
  top: 15px;
  right: 5px;
  padding: 10px 20px;
}

#toolbar .container #navbar-mobile .close.lang {
  left: 0;
  right: 0;
  bottom: 16px;
  top: initial;
  font-size: 1rem;
}

#toolbar .container #navbar-mobile .close.lang:before {
  content: none;
}

#toolbar .container .languages {
  list-style: none;
}

#toolbar .container .languages li {
  display: inline-block;
  margin-right: 20px;
}

#toolbar .container .languages li:last-child {
  margin-right: 0;
}

#toolbar .container .languages li span {
  height: 90px;
  width: 120px;
}

#toolbar .container .languages li label {
  margin-top: 4px;
  text-align: center;
}

#header {
  background: #4b4d50;
  color: white;
  margin-bottom: 25px;
}

#header.no-header {
  display: none;
}

#header a {
  color: white;
  text-decoration: none;
}

#header .container #page-title h1 {
  font-size: 2.75rem;
  color: white;
  margin-bottom: 0;
}

#hero {
  margin-top: -25px;
  background: #b1b3b6;
  margin-bottom: 25px;
}

#hero .container {
  text-align: center;
}

#hero .container .logo {
  margin: 40px 0;
}

#hero .container .logo img {
  max-height: 500px;
}

#hero .container .heading h3 {
  color: white;
  margin-bottom: 40px;
}

#content {
  min-height: calc(100vh - 814px);
}

#content .container .block {
  margin: 20px 0;
}

#content .container .block:first-child {
  margin-top: 0;
}

#content .container .block:last-child {
  margin-bottom: 0;
}

#content .container .block.location .row .col-7 {
  width: calc(61% - 2%);
}

#content .container .block.location .row .col-5 {
  width: calc(39% - 2%);
}

#content .container .history td {
  min-width: 100px;
}

#content .container .grid .item {
  margin-bottom: 20px;
  padding: 25px;
  background: #fbfbfb;
}

#content .container .grid .item.item-button:hover {
  background: #b1b3b6;
  color: white;
}

#content .container .grid .item.item-button:hover a {
  color: white;
}

#content .container .grid .item.item-button:hover h4 {
  color: white;
}

#content .container .grid .item.item-button h4 {
  text-align: center;
  margin-bottom: 0;
}

#content .container .grid .item.item-button p {
  text-align: center;
  margin-bottom: 0;
}

#content .container .grid .item .wrapper {
  margin: -25px;
  padding: 25px;
}

#content .container .grid .item .image {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  line-height: 0;
  text-align: center;
}

#content .container .grid .item .image img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
}

#content .container .grid .item .image.app img {
  max-width: 220px;
  border-radius: 15.625%;
}

#content .container .grid .item .image.logo img {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 250px;
}

#content .container .grid .item h4 {
  margin-top: 25px;
}

#content .container .grid .item h4:first-child {
  margin-top: 0;
}

#content .container .grid .item a {
  text-decoration: none;
}

#content .container .grid .item p {
  text-align: left;
  font-size: 15px;
  line-height: 22px;
}

#content .container .grid .item p:last-child {
  margin-bottom: 0;
}

#content .container .grid .item p a {
  text-decoration: underline;
}

#content .container .grid .item ul {
  margin: 0;
}

#content .container .grid .item ul li {
  display: inline-block;
  margin-right: 10px;
  list-style: none;
}

#content .container .grid .item ul li a {
  text-decoration: none;
}

#footer {
  margin-top: 25px;
  background: #fbfbfb;
}

#footer .container {
  color: #4b4d50;
}

#footer .container .padding {
  padding-top: 30px;
  padding-bottom: 15px;
}

#footer .container a {
  text-decoration: none;
  color: #4b4d50;
}

#footer .container a:hover {
  color: #bec0c2;
}

#footer .container .logo img {
  max-height: 300px;
}

#footer .container .meta {
  padding-top: 15px;
}

#copyright {
  background: #4b4d50;
  color: white;
}

#copyright a {
  color: white;
  text-decoration: none;
}

#copyright a:hover {
  color: #bec0c2;
}

@media (max-width: 768px) {
  #navbar {
    display: none !important;
  }

  #navbar-mobile {
    display: block !important;
  }

  #content .container .block.location .row .col-7 {
    width: 100%;
  }

  #content .container .block.location .row .col-5 {
    width: 100%;
  }

  .form-checkboxes {
    margin-bottom: 0;
  }
}

@media (max-width: 414px) {
  #header .container #page-title h1 {
    font-size: 1.3rem;
  }
}

#hero .container .logo {
  opacity: 0;
  -webkit-animation: fadein 3s forwards;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 3s forwards;
}

#hero .container .heading {
  opacity: 0;
  -webkit-animation: fadein 3s forwards;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 3s forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

_:-ms-fullscreen html,
:root .selector html {
  -ms-overflow-style: none;
  overflow: auto;
}

@-ms-viewport {
  width: auto !important;
}

/**
 * Fix fonts that render as bold in Firefox
 */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

@-moz-document url-prefix()  {

}

body:last-child .selector legend,
x:-moz-any-link legend,
x:default legend {
  line-height: 1px;
}

.fa-phone {
  margin-right: 3px;
}

