*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font: 400 1.8rem/2.5rem 'CoText', 'Helvetica', 'Arial', sans-serif;
  overflow: hidden;
}

a,
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding-left: 30px;
  /*list-style: none;*/
}

li{
  margin: 10px 0;
}

b,
strong {
  font-weight: 700;
}

u {
  text-decoration: underline;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix {
  width: 100%;
  display: block;
}

.centered {
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 80px;
}

.centered-1440 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

.element-invisible {
  display: none !important;
}

.ajax-progress {
  display: none;
}

.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999em;
}

.centered {
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 20px;
}

.centered-1400 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.earthquake-map .breadcrumb {
  display: block;
  font-size: 1.7rem;
  line-height: 3.6rem;
  color: #fff;
  text-align:center;
}
.earthquake-map .breadcrumb a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.7rem;
  line-height: 3.6rem;
  color: #fff;
}

.earthquake-map .breadcrumb .breadcrumb-divider {
  font-size: 1.7rem;
  line-height: 3.6rem;
  vertical-align:middle;
}

.page-template-page-contact main > article > h1 {
  text-align:left;
}

.page-template-page-simple-with-image main:not(.has-image) .breadcrumb,
.page-template-page-simple-with-image main:not(.has-image) .page-header h1,
.page-template-page-link-boxes main:not(.has-image) .history-body,
.page-template-page-text-with-boxes main:not(.has-image) .history-body,
.page-template-page-simple-with-image main:not(.has-image) .simple-with-image-body {
  padding-right:0;
}

@media screen and (max-width: 1299px) {
  .page-template-page-history .breadcrumb,
  .page-template-page-history .page-header h1,
  .page-template-page-simple-with-image .has-image .breadcrumb,
  .page-template-page-simple-with-image .has-image .page-header h1,
  .page-template-page-contact .contact__row p,
  .page-header .simple-with-image-body,
  .page-header .history-body {
    padding-right:20px;
  }
}

@media screen and (max-width: 1140px) {
  .page-template-page-history .breadcrumb,
  .page-template-page-history .page-header h1,
  .page-template-page-simple-with-image .has-image .breadcrumb,
  .page-template-page-simple-with-image .has-image .page-header h1,
  .page-template-page-contact .contact__row p,
  .page-header .simple-with-image-body,
  .page-header .history-body {
    padding-right:0;
  }
}

@media screen and (min-width: 1300px) {
  .page-template-page-history .breadcrumb,
  .page-template-page-history .page-header h1,
  .page-template-page-simple-with-image .has-image .breadcrumb,
  .page-template-page-simple-with-image .has-image .page-header h1 {
    padding-right:100px;
  }
}

.kentra h2,
.services h2,
.page-template-page-contact main h1,
.page-header .breadcrumb,
.page-header h1 {
  text-align:center;
}

.page-template-page-contact .contact__row p,
.page-header .simple-with-image-body,
.page-header .history-body {
  text-align:justify;
}


@media(min-width:1280px) {
  .centered {
    padding: 0 80px;
  }
}

@media(max-width:767px) {
  .desktop {
    display: none !important;
  }
}
