/*$color_list : (
  black: #000,
  white: #fff
);*/
.pad-lg-top {
  padding-top: 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg-top {
      padding-top: 25px; } }

.pad-lg-btm {
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg-btm {
      padding-bottom: 25px; } }

.pad-lg-side {
  padding: 0 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg-side {
      padding: 0 25px; } }

.pad-lg {
  padding: 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg {
      padding: 25px; } }

.pad-med-top {
  padding-top: 40px; }

.pad-med-btm {
  padding-bottom: 40px; }

.pad-med-side {
  padding: 0 40px; }

.pad-med {
  padding: 40px; }

.pad-sm-top {
  padding-top: 25px; }

.pad-sm-btm {
  padding-bottom: 25px; }

.pad-sm-side {
  padding: 0 25px; }

.pad-sm {
  padding: 25px; }

p {
  font-family: "industry", Arial, sans-serif;
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.55556;
  /* 28px */
  color: #7B7B7B;
  font-weight: 300;
  margin-bottom: 30px; }

.intro {
  display: block;
  font-family: "industry", Arial, sans-serif;
  font-size: 24px;
  /* 24px */
  font-size: 1.5rem;
  /* 24px */
  line-height: 1.33333;
  /* 32px */
  color: #242331;
  font-weight: 500;
  margin-bottom: -20px; }

a {
  font-family: "industry", Arial, sans-serif;
  color: #3B87C7;
  text-decoration: none;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #2e6ca1;
    text-decoration: none; }

.button {
  font-family: "industry", Arial, sans-serif;
  position: relative;
  color: #242331; }
  .button::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #3B87C7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 0; }

.button:hover {
  color: white;
  background-color: #3B87C7;
  padding: 7px 10px 5px 10px;
  /*
  &::after {
    left: -6px;
    right: -8px;
    height: calc( 100% + 7px);
  }
  */ }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "industry", Arial, sans-serif;
  display: block;
  color: #242331;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem; }

h1, .h1 {
  font-size: 64px;
  /* 64px */
  font-size: 4rem;
  /* 64px */
  line-height: 1;
  /* 64px */
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0; }

h2, .h2 {
  font-size: 48px;
  /* 48px */
  font-size: 3rem;
  /* 48px */
  line-height: 1;
  /* 48px */
  font-weight: 700; }

h3, .h3 {
  font-size: 34px;
  /* 34px */
  font-size: 2.125rem;
  /* 34px */
  line-height: 1;
  /* 34px */
  font-weight: 700; }

h4, .h4 {
  font-size: 24px;
  /* 24px */
  font-size: 1.5rem;
  /* 24px */
  line-height: 1;
  /* 24px */
  font-weight: 700; }

h5, .h5 {
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1;
  /* 18px */
  font-weight: 700; }

blockquote {
  padding: 40px 0 50px 0; }
  blockquote p {
    font-family: "industry", Arial, sans-serif;
    font-size: 32px;
    /* 32px */
    font-size: 2rem;
    /* 32px */
    line-height: 1.25;
    /* 40px */
    font-weight: 700;
    color: #3B87C7;
    text-transform: uppercase; }
  blockquote cite {
    position: relative;
    font-family: "industry", Arial, sans-serif;
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    line-height: 2.28571;
    /* 32px */
    font-weight: 700;
    color: #242331;
    text-transform: uppercase;
    font-style: normal;
    margin-left: 40px; }
    blockquote cite::before {
      content: '';
      position: absolute;
      top: 8px;
      left: -40px;
      width: 30px;
      height: 2px;
      background-color: #242331; }

ul li, ol li {
  font-family: "industry", Arial, sans-serif;
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.55556;
  /* 28px */
  color: #7B7B7B;
  font-weight: 300; }
ul.gallery, ol.gallery {
  width: 100%;
  padding: 0; }
  ul.gallery li, ol.gallery li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding-bottom: 20px; }
    ul.gallery li:nth-child(2n - 1), ol.gallery li:nth-child(2n - 1) {
      padding-right: 15px; }
    ul.gallery li:nth-child(2n), ol.gallery li:nth-child(2n) {
      padding-left: 15px; }
    ul.gallery li:before, ol.gallery li:before {
      content: none; }
    ul.gallery li div.gallery__image, ol.gallery li div.gallery__image {
      width: 100%;
      min-height: 250px;
      max-height: 250px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      margin: 0; }
    ul.gallery li p, ol.gallery li p {
      display: none;
      margin: 0; }

img {
  max-width: 100%;
  height: auto;
  margin: 50px 0px; }

/*# sourceMappingURL=editor-style.css.map */
