/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|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; } }

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:before {
    content: " ";
    display: table; }
  .container-fluid:after {
    content: " ";
    display: table;
    clear: both; }
  .container-fluid.no-pad {
    padding-right: 0px;
    padding-left: 0px; }

.clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.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.no-pad,
  .col-xs-1.no-pad,
  .col-xs-2.no-pad,
  .col-xs-3.no-pad,
  .col-xs-4.no-pad,
  .col-xs-5.no-pad,
  .col-xs-6.no-pad,
  .col-xs-7.no-pad,
  .col-xs-8.no-pad,
  .col-xs-9.no-pad,
  .col-xs-10.no-pad,
  .col-xs-11.no-pad,
  .col-xs-12.no-pad,
  .col-xs-offset-0.no-pad,
  .col-xs-offset-1.no-pad,
  .col-xs-offset-2.no-pad,
  .col-xs-offset-3.no-pad,
  .col-xs-offset-4.no-pad,
  .col-xs-offset-5.no-pad,
  .col-xs-offset-6.no-pad,
  .col-xs-offset-7.no-pad,
  .col-xs-offset-8.no-pad,
  .col-xs-offset-9.no-pad,
  .col-xs-offset-10.no-pad,
  .col-xs-offset-11.no-pad,
  .col-xs-offset-12.no-pad {
    padding-right: 0px;
    padding-left: 0px; }

.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: #717171;
  line-height: 25px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

* {
  -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; }

p {
  padding: 1rem 0; }

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

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

*.max_width_small {
  max-width: 500px !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: 780px !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: 20px;
      height: 20px;
      font-size: 0px;
      background: none;
      border-radius: 100px;
      border: 2px solid #717171;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: none; }
    .slick-dots li.slick-active button {
      background: #717171; }
    .slick-dots li:only-child {
      display: none; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Buttons
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.button {
  font-weight: 700;
  color: #ffffff;
  background: #EF4237;
  border-radius: 30px;
  padding: 10px 35px;
  clear: both;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: none;
  font-size: 16px; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Globals Med
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Globals Large
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Form
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d6d6d6;
  background: none;
  padding: 15px 5px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, textarea:focus {
    outline: none; }

input[type="submit"], input[type="submit"].button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 16px; }

.form_item {
  margin: 20px 0px; }

body::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

body:-ms-input-placeholder {
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

body:-moz-placeholder {
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

body::-moz-placeholder {
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

.captcha {
  display: block;
  margin: 0 auto 20px;
  text-align: center; }

.basic_margin, .big_margin {
  padding-left: 25px;
  padding-right: 25px; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Global Type
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
h1 {
  font-weight: 700;
  color: inherit;
  font-size: 35px;
  line-height: 1.2;
  color: #000000; }

h2 {
  font-weight: 700;
  color: #000000;
  font-size: 25px;
  line-height: 40px; }

h3 {
  font-weight: 700;
  color: inherit;
  font-size: 24px;
  line-height: 60px; }

h4 {
  color: inherit;
  line-height: 60px;
  font-weight: 600; }

strong {
  font-weight: 600; }

.blue {
  color: #EF4237; }

.white {
  color: #ffffff; }

.border_top {
  border-top: 1px solid #d6d6d6; }

.grey_bg {
  background: #F3F3F3; }

ul.styled {
  margin-top: 30px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px; }

.text_content ul, .accordion_content ul {
  list-style: disc;
  padding-left: 20px; }

.text_content ol, .accordion_content ol {
  list-style-type: decimal;
  padding-left: 20px; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Buttons
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.button {
  font-weight: 700;
  color: #ffffff;
  background: #EF4237;
  border-radius: 30px;
  padding: 10px 35px;
  clear: both;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: none;
  font-size: 16px; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Slick
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.slick-dots {
  text-align: center;
  padding-top: 60px; }
  .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 {
      font-size: 0px;
      width: 15px;
      height: 15px;
      display: block;
      border: 1px solid #717171;
      border-radius: 100px;
      background: none;
      outline: none !important; }
    .slick-dots li.slick-active button {
      background: #717171; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Globals Ipad Portrait
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Globals Mac 13
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
#login header {
  background-color: #EF4237;
  position: relative; }

#login .user-login-form {
  max-width: 400px;
  margin: 20vh auto;
  padding: 0 15px; }

#login .description {
  font-size: 12px;
  margin-bottom: 20px; }

.user_login header#header {
  background-color: #244560; }

.user_login .wrappr {
  min-height: 40vh;
  margin-top: 150px;
  padding: 0 15px; }

#tabs-wrapper {
  top: 200px;
  right: -125px;
  position: fixed;
  z-index: 60;
  display: block;
  transition-property: right;
  transition-duration: 0.2s;
  transition-timing-function: ease-in; }
  #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; }
    @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; } }
  #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: #000;
    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; }
      #tabs-wrapper ul li a {
        background: none;
        margin: 0;
        border: none;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 12px; }

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

footer.row {
  background-color: #EF4237;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0; }
  footer.row ul {
    margin-top: 5px; }
  footer.row li {
    margin: 7px auto;
    list-style-type: none; }
  footer.row img {
    width: 70px;
    vertical-align: middle; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Header
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.toolbar-horizontal #header {
  top: 39px; }

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

.toolbar-vertical.toolbar-tray-open #header {
  left: 240px; }

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

#header {
  color: #ffffff;
  z-index: 10;
  position: fixed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  left: 0;
  right: 0;
  visibility: visible;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0;
  transition-timing-function: ease; }
  #header .logo_area {
    padding-top: 20px;
    padding-bottom: 20px; }
  #header .logo {
    background-image: url(../img/logo-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    font-size: 0px; }
  #header .menu-toggle {
    float: right;
    margin-top: 0; }
    #header .menu-toggle .lines,
    #header .menu-toggle .lines:before,
    #header .menu-toggle .lines:after {
      background: #244560; }
  #header nav {
    padding-top: 0;
    padding-bottom: 30px;
    display: none;
    text-align: right; }
    #header nav li {
      list-style-type: none;
      display: block; }
    #header nav a {
      font-weight: 600;
      animation-name: basicFadeIn;
      animation-duration: 0.5s;
      /* Chrome, Safari, Opera */
      animation-delay: 0.5s;
      animation-fill-mode: both; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Headroom Settings
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
#header.headroom--unpinned {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden; }

#header.headroom--not-top {
  background: #244560; }
  #header.headroom--not-top .logo {
    background-image: url(../img/logo-icon-white.png); }
  #header.headroom--not-top .login {
    background: #ffffff;
    color: #EF4237; }
  #header.headroom--not-top .menu-toggle .lines,
  #header.headroom--not-top .menu-toggle .lines:before,
  #header.headroom--not-top .menu-toggle .lines:after {
    background: #ffffff; }
  #header.headroom--not-top .menu-toggle .lines-button.x.close .lines {
    background: transparent; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Breakpoint Ipad
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Breakpoint Ipad
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.home_banner_slide {
  width: 100%;
  position: relative; }
  .home_banner_slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 350px;
    background: rgba(0, 0, 0, 0.4);
    display: block; }
  .home_banner_slide img {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: relative;
    object-fit: cover; }
  .home_banner_slide .inner {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 620px !important;
    z-index: 1;
    animation-name: basicFadeIn;
    animation-duration: 0.5s;
    /* Chrome, Safari, Opera */
    animation-delay: 0.5s;
    animation-fill-mode: both; }
    .home_banner_slide .inner h1 {
      color: #EF4237; }
    .home_banner_slide .inner a {
      margin-top: 25px; }

.banner_simple {
  text-align: center; }
  .banner_simple .image-wrapper {
    background-color: #EF4237; }
  .banner_simple .image-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: block; }
  .banner_simple .wrapper {
    padding-top: 60px; }
  .banner_simple .image-wrapper {
    position: relative;
    width: 100%;
    height: 40vh; }
  .banner_simple img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover; }

.img_text {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  .img_text .button {
    margin-top: 35px; }

.features {
  padding-top: 60px;
  padding-bottom: 60px; }
  .features .max_width_large {
    max-width: 1280px !important; }

.features_slider {
  padding: 30px 0px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row; }
  .features_slider .feature {
    text-align: center;
    outline: none;
    margin-bottom: 60px; }
    .features_slider .feature h4 {
      font-weight: 600;
      line-height: 1.7;
      width: 100%; }
    .features_slider .feature img {
      max-width: 120px;
      margin: auto;
      margin-bottom: 0; }

.testimonials_slider {
  padding-top: 40px;
  padding-bottom: 40px; }
  .testimonials_slider .testimonial {
    font-size: 20px;
    text-align: center;
    font-weight: 700; }
    .testimonials_slider .testimonial span {
      margin-top: 30px;
      display: block; }

.contact_section {
  padding-bottom: 60px; }
  .contact_section .max_width_smallest {
    max-width: 480px !important; }
  .contact_section .form_top {
    padding: 40px 0px;
    text-align: center; }
  .contact_section .form-actions {
    text-align: center; }
    .contact_section .form-actions .button {
      padding: 15px 60px;
      font-family: 'Montserrat', sans-serif; }
  .contact_section .g-recaptcha {
    display: inline-block; }
  .contact_section .webform-confirmation__message {
    text-align: center; }
  .contact_section .max_width_smallest {
    margin: 0 auto; }

.text_block.margin_top {
  padding-top: 40px; }

.text_block.margin_bottom {
  padding-bottom: 40px; }

.text_block.margin_top_bottom {
  padding-top: 40px;
  padding-bottom: 40px; }

.text_block table {
  margin: 0 auto;
  text-align: center;
  width: 100% !important;
  max-width: 450px; }

#map-wrap {
  overflow: hidden;
  width: 100%;
  height: 250px;
  position: relative; }
  #map-wrap ul {
    position: absolute;
    top: 35%;
    right: 1.5%;
    z-index: 20; }
  #map-wrap ul #zoom_plus {
    display: block;
    height: 47px;
    width: 50px;
    cursor: pointer;
    background: url("../img/zoom-sprite.png") no-repeat center 0px; }
  #map-wrap ul #zoom_minus {
    margin-top: 15px;
    display: block;
    height: 47px;
    width: 50px;
    cursor: pointer;
    background: url("../img/zoom-sprite.png") no-repeat center -46px; }
  #map-wrap #map-canvas {
    width: 100%;
    height: 110%; }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Page Sections Ipad Portrait
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Page Sections Ipad Landscape
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Page Sections Ipad Landscape
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Menu toggle button
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.lines-button {
  display: inline-block;
  transition: 0.3s;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0.21429rem;
  -webkit-appearance: none; }
  .lines-button:focus {
    outline: none; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    transition: 0;
    background: rgba(0, 0, 0, 0.1); }

.lines {
  display: inline-block;
  width: 1.5rem;
  height: 0.1875rem;
  background: #ffffff;
  transition: 0.3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/ }
  .lines:before, .lines:after {
    display: inline-block;
    width: 1.5rem;
    height: 0.1875rem;
    background: #ffffff;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.10714rem center; }
  .lines:before {
    top: 0.5rem; }
  .lines:after {
    top: -0.5rem; }

.lines-button.x.close .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/ }
  .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
    transform-origin: 50% 50%;
    background: #ffffff;
    top: 0;
    width: 1.5rem; }
  .lines-button.x.close .lines:before {
    transform: rotate3d(0, 0, 1, 45deg); }
  .lines-button.x.close .lines:after {
    transform: rotate3d(0, 0, 1, -45deg); }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|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; }
  .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; }
  .basic_margin_ipad {
    padding-left: 25px;
    padding-right: 25px; }
  #header {
    background: none;
    top: 0px; }
    #header .logo_area {
      width: auto;
      border-bottom: 0px;
      float: left; }
    #header .logo {
      background-image: url(../img/logo.png);
      background-size: 130px 54px;
      width: 130px;
      height: 54px; }
    #header .menu-toggle {
      display: none; }
    #header nav {
      display: block !important;
      text-align: block;
      float: right;
      padding-top: 15px;
      padding-bottom: 0px;
      width: auto; }
      #header nav .tel {
        margin-bottom: 10px; }
      #header nav li {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        margin-left: 10px; }
    #header.headroom--not-top {
      background: #244560; }
      #header.headroom--not-top .logo {
        background-image: url(../img/logo.png); }
      #header.headroom--not-top .login {
        background: #ffffff;
        color: #EF4237; }
  .home_banner_slide:after {
    height: 500px; }
  .home_banner_slide img {
    height: 500px; }
  .features_slider .col-sm-6 {
    -ms-flex-preferred-size: 49.9%;
        flex-basis: 49.9%; }
  .img_text img {
    margin-bottom: 80px; } }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|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; }
  .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; }
  #content_wrapper {
    margin-top: 0px; }
  h2 {
    font-size: 40px;
    line-height: 60px; }
  .basic_margin, .basic_margin_ipad {
    padding-left: 60px;
    padding-right: 60px; }
  footer {
    line-height: 49px; }
    footer .col-md-6 {
      -ms-flex-preferred-size: 49.9%;
          flex-basis: 49.9%; }
    footer ul {
      margin-top: 0px;
      float: right; }
      footer ul li {
        margin: 0; }
      footer ul.terms {
        float: left; }
  *.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%); }
  #map-wrap {
    height: 500px; }
    #map-wrap ul #zoom_plus {
      height: 47px;
      width: 50px; }
  .banner_simple .wrapper {
    padding-top: 80px; }
  .text_block.margin_top {
    padding-top: 80px; }
  .text_block.margin_bottom {
    padding-bottom: 80px; }
  .text_block.margin_top_bottom {
    padding-top: 80px;
    padding-bottom: 80px; }
  .home_banner_slide {
    display: block;
    height: 80vh; }
    .home_banner_slide:after {
      height: 100%;
      bttom: 0; }
    .home_banner_slide img {
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px; }
      .home_banner_slide img:before {
        content: "";
        background: #1f3d5f;
        height: 100%;
        width: 100%;
        position: absolute;
        display: block;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        opacity: 0.4; }
    .home_banner_slide .inner {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      top: 55%;
      color: white;
      text-align: left;
      width: 70%;
      max-width: 700px !important; }
      .home_banner_slide .inner h1 {
        color: white; }
  .img_text {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: left; }
    .img_text .container-fluid {
      position: relative; }
    .img_text .body_copy {
      padding-left: 40px;
      float: right; }
    .img_text .img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0px; }
    .img_text.text_left .body_copy {
      padding-left: 0px;
      padding-right: 40px;
      float: left; }
    .img_text.text_left .img {
      float: right;
      left: auto;
      right: 0px; }
  .features_slider {
    padding: 60px 0px 0px; }
    .features_slider .feature {
      padding: 0px 30px; }
    .features_slider .col-md-4 {
      -ms-flex-preferred-size: 33.2%;
          flex-basis: 33.2%; } }

/*
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|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; }
  .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; }
  footer li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline; }
  footer li:nth-of-type(2) {
    margin-left: 30px; }
  footer.logos li:nth-of-type(1) {
    margin-right: 30px; }
  h1 {
    font-size: 45px;
    line-height: 1.4; }
  *.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%); }
  .home_banner_slide {
    height: 100vh; }
  .img_text {
    padding-top: 100px;
    padding-bottom: 100px; }
    .img_text .body_copy {
      padding-left: 80px; }
    .img_text.text_left .body_copy {
      padding-left: 0px;
      padding-right: 80px; }
    .img_text img {
      margin-bottom: 0; }
  .features {
    padding-top: 100px; }
  .features_slider {
    padding-top: 100px; }
    .features_slider .slick-dots {
      padding-top: 100px; }
  #header {
    padding-top: 20px;
    padding-bottom: 20px; }
    #header .logo_area {
      padding: 0 60px; }
    #header .logo {
      background-size: 200px 84px;
      width: 200px;
      height: 84px; }
    #header nav a.login {
      font-weight: 700;
      color: #ffffff;
      background: #EF4237;
      border-radius: 25px;
      padding: 10px 35px;
      clear: both;
      margin-left: 15px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      transition-property: all;
      transition-duration: 0.5s;
      transition-delay: 0;
      transition-timing-function: ease; } }
