/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Colors
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Font Size Control
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Breakpoints
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Margins
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Vertical Margins
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Max Widths
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Global Mixins
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Layout Mixins
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Animations
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    visibility: hidden; }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible; } }

@keyframes fadeInUpSmallCentered {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 20%, 0);
    visibility: hidden; }
  100% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
    visibility: visible; } }

@keyframes basicFadeIn {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }

@font-face {
  font-family: "ktl";
  src: url("../fonts/fontastic/ktl.eot");
  src: url("../fonts/fontastic/ktl.eot?#iefix") format("embedded-opentype"), url("../fonts/fontastic/ktl.woff") format("woff"), url("../fonts/fontastic/ktl.ttf") format("truetype"), url("../fonts/fontastic/ktl.svg#ktl") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "ktl" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ktl" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fonttest:before {
  font-family: "artill_clean_weather_iconsRg" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px; }

.icon-facebook-square:before {
  content: "\62"; }

.icon-down:before {
  content: "\61"; }

.icon-left:before {
  content: "\63"; }

.icon-right:before {
  content: "\64"; }

.icon-phone:before {
  content: "\65"; }

.icon-menu:before {
  content: "\66"; }

.icon-close:before {
  content: "\67"; }

.icon-phone-new:before {
  content: "\68"; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after {
  content: '';
  content: none; }

q::before, q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }
  .container-fluid.no-pad {
    padding-right: 0px;
    padding-left: 0px; }

.no-pad {
  padding-right: 0px;
  padding-left: 0px; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  order: 1; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Base Styles
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
html, body {
  background: #ffffff;
  color: #4A4A4A;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

html {
  background: #383838; }

body {
  background: #ffffff; }

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat; }

a {
  color: inherit;
  text-decoration: none; }
  a:focus {
    outline: none !important; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Max Widths
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
*.max_width_smallest {
  max-width: 600px !important; }

*.max_width_small {
  max-width: 700px !important; }

*.max_width_med {
  max-width: 1000px !important; }

*.max_width_large {
  max-width: 1280px !important; }

*.max_width_wide_load {
  max-width: 1500px !important; }

*.max_width_text {
  max-width: 600px !important; }

/*
  |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  | Global Classes
  |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  */
*.text-center {
  text-align: center; }

*.text-right {
  text-align: right; }

*.text-left {
  text-align: left; }

*.bg-cover {
  background-size: cover;
  background-position: center center; }

*.bg-contain {
  background-size: contain;
  background-position: center center; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|List
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
ul.inline li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Align Classes
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
*.align-vert-xs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

*.align-cent-xs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Slick Globals
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.slick-dots {
  width: 100%;
  text-align: center; }
  .slick-dots li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 0px 5px; }
    .slick-dots li button {
      width: 15px;
      height: 15px;
      font-size: 0px;
      background: none;
      border-radius: 100px;
      border: none;
      background: #CACACA;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      background: #FF3636; }
    .slick-dots li:only-child {
      display: none; }

.slick-prev {
  position: absolute;
  bottom: 0;
  height: 50px;
  left: 0rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 3rem;
  font-size: 0;
  z-index: 1;
  border: none;
  cursor: pointer;
  background: transparent;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: ease; }
  .slick-prev:hover {
    opacity: 1; }
  .slick-prev:focus {
    outline: none; }
  .slick-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: "ktl" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\63";
    color: #ffffff;
    font-size: 45px; }

.slick-next {
  position: absolute;
  bottom: 0;
  height: 50px;
  right: 0rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 3rem;
  font-size: 0;
  z-index: 1;
  border: none;
  cursor: pointer;
  background: transparent;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: ease; }
  .slick-next:hover {
    opacity: 1; }
  .slick-next:focus {
    outline: none; }
  .slick-next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: "ktl" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\64";
    color: #ffffff;
    font-size: 45px; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Margin Selectors
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.margin_top {
  margin-top: 2rem; }

.margin_bottom {
  margin-bottom: 2rem; }

.margin_top_bottom {
  margin-top: 2rem;
  margin-bottom: 2rem; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Globals Med
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Globals Large
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
p {
  padding: 1rem 0px;
  line-height: 1.6; }

strong {
  font-weight: bold; }

h1 {
  font-weight: bold;
  font-size: 2rem; }

h2 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #FF3636; }

h3 {
  font-weight: bold;
  font-size: 1.3rem;
  color: #FF3636; }

h4 {
  color: #9B9B9B;
  font-size: 1.3rem;
  font-weight: 600; }

h6 {
  color: #9B9B9B;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold; }

.center {
  text-align: center; }

.button {
  display: inline-block;
  width: auto;
  font-weight: bold;
  color: #ffffff;
  background-color: #FF3636;
  padding: 12px 25px;
  border-radius: 5px;
  cursor: pointer; }

.text_content p, .text_content h1, .text_content h2, .text_content h3, .text_content h4, .text_content h5, .text_content h6 {
  line-height: 1.7;
  padding: 0 0 1rem 0; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Landscape iPad
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
input {
  width: 100%;
  display: inline-block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  border-radius: 0px;
  background: transparent;
  border: solid 1px #E1E1E1;
  color: #4A4A4A;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif; }
  input:focus {
    outline: none; }

textarea {
  width: 100%;
  display: inline-block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  border-radius: 0px;
  background: transparent;
  border: solid 1px #E1E1E1;
  color: #4A4A4A;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif; }
  textarea:focus {
    outline: none; }

input[type="submit"] {
  display: inline-block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #FF3636;
  border: solid 1px #FF3636;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif; }
  input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"]:focus-within {
    outline: none;
    text-decoration: underline; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CACACA;
  opacity: 1;
  /* Firefox */ }

input::placeholder,
textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CACACA;
  opacity: 1;
  /* Firefox */ }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CACACA; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #CACACA; }

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; }

#tabs-wrapper {
  top: 190px;
  right: -125px;
  position: fixed;
  z-index: 60;
  display: block;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  #tabs-wrapper h2.visually-hidden {
    display: block;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    position: relative !important;
    background: url(../img/admin-sprite.png) no-repeat center -7px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    right: 0px;
    cursor: pointer;
    z-index: 10;
    right: -5px; }
    #tabs-wrapper h2.visually-hidden:after {
      display: none; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      #tabs-wrapper h2.visually-hidden {
        background: url(../img/admin-spritex2.png) no-repeat center -7px;
        background-size: 56px 396px;
        transition-property: all;
        transition-duration: 0.2s;
        transition-delay: 0s;
        transition-timing-function: ease;
        transform-origin: 50% 50%; }
        #tabs-wrapper h2.visually-hidden:hover {
          transform: scale(1.05); } }
  #tabs-wrapper ul {
    border-bottom: none;
    margin: 0;
    padding: 40px;
    text-align: right;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background: #2d2d2d;
    border-radius: 4px;
    position: relative;
    top: 0;
    right: -20px;
    text-align: center;
    z-index: 0;
    width: auto;
    max-width: 145px;
    box-sizing: border-box;
    transition-property: right;
    transition-duration: 0.2s;
    transition-timing-function: ease-in; }
    #tabs-wrapper ul li {
      display: block;
      padding: 0.2em;
      margin: 0;
      background: none;
      border: none;
      float: none;
      line-height: 20px;
      margin: 0.5rem 0; }
      #tabs-wrapper ul li a {
        background: none;
        margin: 0;
        border: none;
        color: #fff !important;
        font-size: 16px; }
        #tabs-wrapper ul li a:hover {
          text-decoration: underline; }

#tabs-wrapper.tabs-active {
  right: 0; }
  #tabs-wrapper.tabs-active ul.tabs {
    right: 0; }

.alert {
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
  border-radius: 4px;
  box-shadow: 10px 10px 5px -8px #e6e6e6; }
  .alert h4 {
    font-size: 1.5rem;
    margin: 0 auto 1rem;
    text-transform: capitalize; }
  .alert .max_width_large {
    margin: 0 auto;
    padding: 20px 0; }
  .alert .sf-dump {
    text-align: left; }

.wrapper-nice-login {
  max-width: 500px;
  margin: 5rem auto 10rem; }
  .wrapper-nice-login input[type="submit"] {
    margin-top: 3rem; }
  .wrapper-nice-login .nice-login-reset-password {
    display: none; }

.user-login-form .form-item-name {
  margin-bottom: 2rem; }

.user_details {
  text-align: center;
  margin: 5rem auto 5rem; }
  .user_details img {
    width: auto;
    height: auto;
    margin-bottom: 2rem; }
  .user_details ul li {
    display: inline-block;
    text-align: center;
    list-style-type: none;
    margin: 10px 20px; }
    .user_details ul li a {
      color: #FF3636;
      font-weight: bold; }

.banner_100 {
  overflow: hidden; }
  .banner_100 img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100vh; }
  .banner_100 video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .banner_100.banner_video img {
    z-index: -1; }
  .banner_100 h1 {
    margin: 0 auto; }
  .banner_100 .inner {
    padding: 2rem 1rem;
    text-align: center; }
  .banner_100 .icon-down {
    display: none;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0) scaleX(1.4);
    z-index: 1;
    font-size: 50px;
    color: #ffffff; }

.banner_75 img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: cover; }

.banner_75 h1 {
  margin: 0 auto; }

.banner_75 .inner {
  padding: 2rem 1rem;
  text-align: center; }

.banner_50 {
  position: relative; }
  .banner_50 img {
    max-height: 50vh;
    object-fit: cover; }
  .banner_50 h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    margin-left: 5%;
    text-align: center;
    color: #ffffff; }

#header {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: ease;
  background-color: transparent;
  width: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 1rem; }
  #header.headroom--not-top {
    opacity: 0;
    transform: translate(0, -100%);
    background-color: #ffffff;
    border-bottom: solid 1px #E1E1E1; }
    #header.headroom--not-top .home_link {
      background: url("../img/ktl-red.png");
      width: 80px;
      height: 37px;
      background-size: 80px 37px; }
    #header.headroom--not-top .icon-menu {
      color: #FF3636; }
  #header.headroom--pinned {
    opacity: 1;
    transform: translate(0, 0); }
  #header .home_link {
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: ease;
    background: url("../img/ktl-red.png");
    width: 80px;
    height: 37px;
    background-size: 80px 37px;
    display: inline-block;
    font-size: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left; }
  #header .icon-menu {
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: ease;
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 40px;
    color: #ffffff;
    z-index: 1; }
  #header.menu_state .icon-menu:before {
    content: "\67";
    color: #ffffff; }

body.toolbar-horizontal #header {
  top: 39px; }

body.toolbar-horizontal.toolbar-tray-open #header {
  top: 79px; }

body.toolbar-vertical #header {
  top: 39px; }

body.toolbar-vertical.toolbar-fixed.toolbar-tray-open #header {
  left: 15rem;
  width: calc(100% - 15rem); }

.top_bar {
  display: none; }

.menu_main {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: ease;
  position: fixed;
  top: 0;
  left: 100vw;
  height: 100vh;
  width: 100vw;
  background-color: #FF3636;
  padding: 2rem;
  opacity: 0; }
  .menu_main.active {
    left: 0;
    opacity: 1; }
  .menu_main ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0; }
  .menu_main ul li {
    list-style-type: none;
    margin: 30px auto;
    text-align: center; }
  .menu_main ul li a {
    font-weight: bold;
    color: #ffffff;
    font-size: 24px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: ease; }
    .menu_main ul li a.is-active {
      text-decoration: underline; }

#footer {
  background-color: #383838;
  text-align: center;
  font-size: 14px;
  margin: 0; }
  #footer .top_bar {
    padding: 2rem 1rem;
    color: #ffffff;
    display: block; }
  #footer ul {
    display: block;
    clear: both;
    margin-top: 2rem; }
  #footer li {
    list-style-type: none;
    margin-bottom: 0.5rem; }
  #footer .bottom_bar {
    border-top: solid 1px #979797;
    padding: 2rem 1rem;
    color: #9B9B9B; }
    #footer .bottom_bar span {
      display: block;
      margin-bottom: 1rem; }
  #footer .home_link {
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: ease;
    background: url("../img/ktl-red.png");
    width: 120px;
    height: 55px;
    display: inline-block;
    font-size: 0px;
    background-size: 120px 55px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block; }
  #footer .icon-facebook-square {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle; }

.para_text_block {
  padding: 0 1rem; }
  .para_text_block h2 {
    margin-bottom: 2rem;
    text-align: center; }

.para_featured_image .inner {
  padding: 01rem;
  background-color: #f9f9f9;
  text-align: center; }

.para_featured_image .button {
  margin: 1rem auto; }

.para_map {
  height: 70vh;
  position: relative; }
  .para_map .geolocation-formatter-map-wrapper {
    height: 100%;
    width: 100%; }
  .para_map #map-canvas {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0px;
    top: 0px; }

.para_webform {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .para_webform .text_content {
    margin: 1.5rem 0; }
  .para_webform .js-form-item {
    width: 100%; }
  .para_webform .form-actions {
    width: 100%;
    text-align: center; }
  .para_webform .captcha {
    display: block;
    width: 100%;
    margin-bottom: 1rem; }
    .para_webform .captcha .g-recaptcha {
      margin: 0 auto !important;
      display: inline-block !important; }
  .para_webform .webform-confirmation {
    width: 100%;
    text-align: center; }

.para_button {
  text-align: center; }
  .para_button .button {
    margin: 2rem auto;
    padding: 12px 4rem; }

.para_image_text {
  margin-left: auto;
  margin-right: auto; }
  .para_image_text h2 {
    text-align: center; }
  .para_image_text .button {
    width: 100%;
    text-align: center; }
  .para_image_text .col-xs-12 {
    padding: 0; }
  .para_image_text .text_content {
    padding: 2rem; }

.para_staff_grid .row {
  margin: 0 auto; }

.para_staff_grid .text_content {
  padding: 2rem 1rem 3rem;
  word-wrap: break-word;
  max-width: 350px;
  margin: 0 auto; }
  .para_staff_grid .text_content p, .para_staff_grid .text_content h6 {
    padding: 0; }

.para_staff_grid strong {
  color: #FF3636;
  margin-right: 5px; }

.para_features_grid {
  text-align: center; }
  .para_features_grid h2 {
    margin-bottom: 2rem; }
  .para_features_grid .col-xs-12 {
    margin-bottom: 2rem; }
    .para_features_grid .col-xs-12 img {
      width: 50%;
      margin: 0 auto; }
    .para_features_grid .col-xs-12 h4 {
      margin: 0 auto 1rem;
      color: #4A4A4A; }
    .para_features_grid .col-xs-12 .text_content p {
      text-align: left;
      line-height: 1.8;
      padding: 0 15px; }

.para_services_slider {
  text-align: center; }
  .para_services_slider .max_width_text {
    margin: 0 auto; }
  .para_services_slider .text_content {
    margin: 2rem auto; }
  .para_services_slider img {
    max-height: 75;
    object-fit: cover; }
  .para_services_slider h4 {
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 1;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    color: #ffffff; }
  .para_services_slider .service .text_content {
    position: relative; }
    .para_services_slider .service .text_content:after {
      transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.3); }

.para_map_text {
  margin: 0 auto; }
  .para_map_text .col-xs-12 {
    padding: 0; }
  .para_map_text iframe {
    height: 50vh;
    max-height: 400px; }
  .para_map_text .text_content {
    padding: 2rem; }

.para_image_gallery {
  margin-left: auto;
  margin-right: auto; }
  .para_image_gallery img {
    width: 100%;
    height: auto; }

.para_page_nav {
  display: none;
  text-align: center; }
  .para_page_nav ul li {
    color: #FF3636;
    font-weight: bold;
    margin: 10px 20px; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Portrait iPad
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Landscape iPad
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Desktop
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|XL
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Small
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    order: 1; }
  .para_featured_image {
    position: relative; }
    .para_featured_image .inner {
      text-align: left;
      background-color: transparent;
      padding: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 5%;
      width: 55%;
      color: #ffffff; }
    .para_featured_image p {
      font-size: 1.5rem; }
  .para_services_slider.container-fluid.no-pad {
    padding: 0 1rem; }
    .para_services_slider.container-fluid.no-pad .service {
      padding: 0 1rem; }
    .para_services_slider.container-fluid.no-pad img {
      max-height: 100%;
      width: 100%;
      height: auto; }
  .para_text_block {
    padding: 0 1rem; }
  .para_webform form {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .para_webform .js-form-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
    .para_webform .js-form-item.form-item-message {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding: 0 !important; }
    .para_webform .js-form-item:nth-of-type(odd) {
      padding-right: 10px; }
    .para_webform .js-form-item:nth-of-type(even) {
      padding-left: 10px; }
  .para_features_grid {
    text-align: center; }
    .para_features_grid h2 {
      margin-bottom: 3rem; }
    .para_features_grid .col-xs-12 h4 {
      margin: 0 auto 1rem;
      color: #4A4A4A; }
    .para_features_grid .col-xs-12 .text_content p {
      line-height: 1.8;
      padding: 0 15px; }
  .para_page_nav {
    display: block; }
  .para_image_text h2 {
    text-align: left; }
  .para_image_text .button {
    width: auto; }
  #header {
    padding: 2rem; }
    #header .icon-menu {
      display: none; }
    #header.headroom--not-top .menu_main {
      width: calc(100% - 80px); }
    #header.headroom--not-top .icon-phone,
    #header.headroom--not-top .menu_main ul li a,
    #header.headroom--not-top #weatherblock,
    #header.headroom--not-top #weatherblock i,
    #header.headroom--not-top .top_bar,
    #header.headroom--not-top .icon-phone-new {
      color: #FF3636; }
  .menu_main {
    position: relative;
    transform: none;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    height: unset;
    width: unset;
    padding: 0;
    background-color: transparent;
    float: right;
    width: calc(100% - 80px);
    text-align: right;
    opacity: 1; }
    .menu_main ul {
      position: relative;
      transform: none;
      left: unset;
      top: unset;
      right: unset;
      bottom: unset;
      height: unset;
      width: unset; }
    .menu_main ul li {
      display: inline-block;
      margin: 0 0 0 35px; }
    .menu_main ul li a {
      font-size: 16px; }
    .menu_main ul li a:hover {
      text-decoration: underline; }
  .top_bar {
    color: #ffffff;
    font-weight: bold;
    display: block;
    margin-bottom: 10px; }
    .top_bar .icon-phone-new {
      font-size: 24px;
      vertical-align: middle;
      display: inline-block; }
    .top_bar li {
      margin-left: 35px; }
  #weatherblock li {
    display: none; }
    #weatherblock li:nth-of-type(1) {
      display: block; }
  #weatherblock i {
    font-size: 30px;
    color: #ffffff;
    margin: 0 10px;
    line-height: 16px; }
  #weatherblock .loc_title,
  #weatherblock .temp,
  #weatherblock div {
    display: inline-block; }
  #footer {
    text-align: left; }
    #footer .home_link {
      display: inline-block;
      float: left; }
    #footer .top_bar {
      padding: 2rem 2rem; }
    #footer .bottom_bar {
      padding: 1.5rem 2rem; }
    #footer ul {
      display: inline-block;
      clear: none;
      margin-top: 0;
      float: left; }
      #footer ul li:nth-of-type(3) {
        margin-bottom: 0; }
      #footer ul:nth-of-type(1) {
        margin-left: 2rem; }
      #footer ul:nth-of-type(2) {
        float: right; }
    #footer .bottom_bar span {
      display: inline-block;
      margin-bottom: 0rem; }
    #footer .bottom_bar a {
      float: right; }
  .banner_100 {
    position: relative; }
    .banner_100 video {
      display: block; }
    .banner_100 .icon-down {
      display: block; }
    .banner_100 .mask {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      background-color: rgba(0, 0, 0, 0.3); }
    .banner_100 .inner {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 2rem;
      width: 55%;
      color: #ffffff;
      text-align: left; }
    .banner_100 h1 {
      margin-bottom: 1rem; }
    .banner_100 .button {
      margin-top: 1rem; }
  .banner_75 {
    position: relative; }
    .banner_75 .mask {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      background-color: rgba(0, 0, 0, 0.3); }
    .banner_75 img {
      min-height: 50vh; }
    .banner_75 .inner {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 2rem;
      width: 55%;
      color: #ffffff;
      text-align: left; }
    .banner_75 h1 {
      margin-bottom: 1rem; }
    .banner_75 .button {
      margin-top: 1rem; }
  .banner_50 {
    position: relative; }
    .banner_50 h1 {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 50vw;
      margin-left: 2rem;
      text-align: left; }
    .banner_50 .mask {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      background-color: rgba(0, 0, 0, 0.3); }
  .wrapper-nice-login {
    margin-top: 9rem; } }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Medium
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    order: 1; }
  *.align-vert-md {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  *.align-cent-md {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .margin_top {
    margin-top: 3rem; }
  .margin_bottom {
    margin-bottom: 3rem; }
  .margin_top_bottom {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .para_featured_image p {
    font-size: 2rem; }
  .para_map_text.container-fluid.no-pad {
    padding: 0 2rem; }
  .para_text_block.two_col .inner div:nth-of-type(1) {
    padding: 0 2rem 0 0; }
  .para_text_block.two_col .inner div:nth-of-type(2) {
    padding: 0 0 0 2rem; }
  .para_features_grid {
    text-align: center; }
    .para_features_grid h2 {
      margin-bottom: 4rem; }
  .para_image_text .text_content {
    padding: 0 0 0 4rem; }
  .para_image_text.layout_invert {
    -webkit-flex-direction: row-reverse;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .para_image_text.layout_invert .text_content {
      padding: 0 4rem 0 0; }
  h1 {
    font-size: 3.5rem; }
  h2 {
    font-size: 2.2rem; }
  h3 {
    font-size: 2rem; }
  #header .home_link {
    background: url("../img/ktl-red.png");
    width: 160px;
    height: 74px;
    background-size: 160px 74px; }
  .menu_main {
    width: calc(100% - 160px); }
  .banner_100 .inner,
  .banner_75 .inner {
    width: 60%; }
  .banner_100 p,
  .banner_75 p {
    max-width: 400px; }
  .banner_100 img,
  .banner_100 video,
  .banner_75 img,
  .banner_75 video {
    object-fit: cover; } }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Large
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    order: 1; }
  *.align-vert-lg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  *.align-cent-lg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .margin_top {
    margin-top: 4rem; }
  .margin_bottom {
    margin-bottom: 4rem; }
  .margin_top_bottom {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .para_services_slider h4 {
    bottom: 0;
    padding: 5% 40px;
    color: #ffffff; }
  .para_services_slider .service:hover .text_content:after {
    background-color: rgba(0, 0, 0, 0.1); }
  .para_services_slider .service:hover h4 {
    background-color: rgba(0, 0, 0, 0.3); }
  .banner_100 .inner,
  .banner_75 .inner {
    width: 50%; } }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|XL
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
@media (min-width: 85em) {
  .container {
    width: 76rem; }
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-xl-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-xl-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-xl-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xl-offset-0 {
    margin-left: 0; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .start-xl {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-xl {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-xl {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-xl {
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-xl {
    -ms-flex-align: center;
    align-items: center; }
  .bottom-xl {
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-xl {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-xl {
    -ms-flex-order: -1;
    order: -1; }
  .last-xl {
    -ms-flex-order: 1;
    order: 1; } }
