/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/*  Media query variables */
/* 
 * Mobile landscape media query 
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins
   (min-width:1200px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1200px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:595px) */
/*  (max-width:480px) */
/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/*  Media query variables */
/* 
 * Mobile landscape media query 
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins
   (min-width:1200px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1200px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:595px) */
/*  (max-width:480px) */
/*
 * Buttons.
 */
.btn-default, .btn-transparent, .refresh_2018 .btn-transparent {
  color: #FFFFFF;
  margin-top: 15px;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 0;
  font-weight: 700;
  border: solid 1px #95d600;
  letter-spacing: 0.025em;
  text-transform: capitalize;
  background-color: #95d600;
  overflow: hidden;
  padding: 6px 15px;
  min-width: 112px;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }
  .btn-default:hover, .btn-transparent:hover {
    border-color: #6fb000; }

.btn-transparent {
  border: solid 1px #FFFFFF;
  background-color: transparent; }
  .btn-transparent:hover {
    border-color: #FFFFFF; }

button:focus {
  outline: none; }

/*
 * Links.
 */
.link-text, .link-text-gray, .refresh_2018 .link-text-gray {
  padding: 0 10px;
  color: #FFFFFF;
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .link-text:before, .link-text-gray:before, .refresh_2018 .link-text-gray:before {
    content: "[";
    position: absolute;
    left: 0;
    top: 0; }
  .link-text:after, .link-text-gray:after, .refresh_2018 .link-text-gray:after {
    content: "]";
    position: absolute;
    right: 0;
    top: 0; }

/* button new animation */
.btn-default, .btn-transparent, .refresh_2018 .btn-transparent {
  padding: 0;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.btn-default::before, .btn-transparent::before, .refresh_2018 .btn-transparent::before {
  content: '';
  position: absolute;
  left: -50%;
  width: 200%;
  height: 200%;
  background: #6fb000;
  top: -50%;
  z-index: -1;
  -webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
  transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg); }

.btn-default::before, .btn-transparent::before, .refresh_2018 .btn-transparent::before {
  background: #6fb000; }

.btn-default > span.text, .btn-transparent > span.text, .refresh_2018 .btn-transparent > span.text {
  display: block; }

.btn-default span.arrow, .btn-transparent span.arrow {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
  .btn-default span.arrow img, .btn-transparent span.arrow img {
    max-width: 20px;
    margin-top: 1px; }

.btn-default > span.text, .btn-transparent > span.text, .refresh_2018 .btn-transparent > span.text,
.btn-default span.arrow, .btn-transparent span.arrow {
  padding: 6px 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
     transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }

.btn-default:hover::before, .btn-transparent:hover::before {
  -webkit-animation: anim-naira-1 0.3s forwards ease-in;
  -o-animation: anim-naira-1 0.3s forwards ease-in;
     animation: anim-naira-1 0.3s forwards ease-in; }

@-webkit-keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@-o-keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@-webkit-keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@-o-keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

.btn-default:hover, .btn-transparent:hover {
  background-color: #6fb000;
  -webkit-transition: background-color 0s 0.3s;
  -o-transition: background-color 0s 0.3s;
  transition: background-color 0s 0.3s; }

.btn-default:hover span.arrow, .btn-transparent:hover span.arrow {
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0); }

.btn-default:hover > span.text, .btn-transparent:hover > span.text, .refresh_2018 .btn-transparent:hover > span.text {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.refresh_2018 {
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /*  Media query mixins
   (min-width:1200px) */
  /*  (min-width:992px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1200px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (max-width:1200px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (max-width:595px) */
  /* (min-width:595px) */
  /*  (max-width:480px) */
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /*  Media query mixins
   (min-width:1200px) */
  /*  (min-width:992px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1200px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (max-width:1200px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (max-width:595px) */
  /* (min-width:595px) */
  /*  (max-width:480px) */
  /*
 * Buttons.
 */
  /*
 * Links.
 */
  /* button new animation */
  /*
 * Heading and Paragraph.
 */
  /*
 * Columns.
 */
  /*
 * Background Image.
 */
  /*
 * Vertical Align Middle.
 */
  /*
 * Text Alignment.
 */
  /*
 * Effects.
 */ }
  .refresh_2018 .btn-default, .refresh_2018 .btn-transparent {
    color: #FFFFFF;
    margin-top: 15px;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 0;
    font-weight: 700;
    border: solid 1px #95d600;
    letter-spacing: 0.025em;
    text-transform: capitalize;
    background-color: #95d600;
    overflow: hidden;
    padding: 6px 15px;
    min-width: 112px;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
    .refresh_2018 .btn-default:hover, .refresh_2018 .btn-transparent:hover {
      border-color: #6fb000; }
  .refresh_2018 .btn-transparent {
    border: solid 1px #FFFFFF;
    background-color: transparent; }
    .refresh_2018 .btn-transparent:hover {
      border-color: #FFFFFF; }
  .refresh_2018 button:focus {
    outline: none; }
  .refresh_2018 .link-text, .refresh_2018 .link-text-gray {
    padding: 0 10px;
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0.01em;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .refresh_2018 .link-text:before, .refresh_2018 .link-text-gray:before {
      content: "[";
      position: absolute;
      left: 0;
      top: 0; }
    .refresh_2018 .link-text:after, .refresh_2018 .link-text-gray:after {
      content: "]";
      position: absolute;
      right: 0;
      top: 0; }
  .refresh_2018 .btn-default, .refresh_2018 .btn-transparent {
    padding: 0;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .refresh_2018 .btn-default::before, .refresh_2018 .btn-transparent::before {
    content: '';
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
    background: #6fb000;
    top: -50%;
    z-index: -1;
    -webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg); }
  .refresh_2018 .btn-default::before, .refresh_2018 .btn-transparent::before {
    background: #6fb000; }
  .refresh_2018 .btn-default > span.text, .refresh_2018 .btn-transparent > span.text {
    display: block; }
  .refresh_2018 .btn-default span.arrow, .refresh_2018 .btn-transparent span.arrow {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    color: #fff;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
    .refresh_2018 .btn-default span.arrow img, .refresh_2018 .btn-transparent span.arrow img {
      max-width: 20px;
      margin-top: 1px; }
  .refresh_2018 .btn-default > span.text, .refresh_2018 .btn-transparent > span.text,
  .refresh_2018 .btn-default span.arrow, .refresh_2018 .btn-transparent span.arrow {
    padding: 6px 15px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .refresh_2018 .btn-default:hover::before, .refresh_2018 .btn-transparent:hover::before {
    -webkit-animation: anim-naira-1 0.3s forwards ease-in;
    -o-animation: anim-naira-1 0.3s forwards ease-in;
       animation: anim-naira-1 0.3s forwards ease-in; }

@-webkit-keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@-webkit-keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }
  .refresh_2018 .btn-default:hover, .refresh_2018 .btn-transparent:hover {
    background-color: #6fb000;
    -webkit-transition: background-color 0s 0.3s;
    -o-transition: background-color 0s 0.3s;
    transition: background-color 0s 0.3s; }
  .refresh_2018 .btn-default:hover span.arrow, .refresh_2018 .btn-transparent:hover span.arrow {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0); }
  .refresh_2018 .btn-default:hover > span.text, .refresh_2018 .btn-transparent:hover > span.text {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  .refresh_2018 * {
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent; }
  .refresh_2018 a {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif; }
    .refresh_2018 a:hover {
      outline: 0;
      text-decoration: none; }
  .refresh_2018 h1, .refresh_2018 h2, .refresh_2018 h3, .refresh_2018 h4, .refresh_2018 h5, .refresh_2018 h6, .refresh_2018 p,
  .refresh_2018 fieldset, .refresh_2018 form, .refresh_2018 label,
  .refresh_2018 table, .refresh_2018 tbody, .refresh_2018 tr, .refresh_2018 th, .refresh_2018 td,
  .refresh_2018 figure, .refresh_2018 section,
  .refresh_2018 audio, .refresh_2018 video, .refresh_2018 button {
    margin: 0;
    border: 0; }
  .refresh_2018 h4 {
    text-transform: none; }
  .refresh_2018 img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    border: 0; }
  .refresh_2018 .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1210px;
    position: relative; }
  .refresh_2018 .content-650 {
    max-width: 650px;
    margin: 0 auto; }
  .refresh_2018 .content-670 {
    max-width: 670px;
    margin: 0 auto; }
  .refresh_2018 .content-830 {
    max-width: 830px;
    margin: 0 auto; }
  .refresh_2018 section,
  .refresh_2018 .section {
    width: 100%;
    position: relative;
    float: left;
    padding: 100px 0;
    overflow: hidden; }
    @media (min-width: 992px) and (max-width: 1210px) {
      .refresh_2018 section,
      .refresh_2018 .section {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .refresh_2018 section,
      .refresh_2018 .section {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      .refresh_2018 section,
      .refresh_2018 .section {
        padding: 30px 0; } }
  .refresh_2018 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }
  .refresh_2018 header:after,
  .refresh_2018 .container:after,
  .refresh_2018 .wrapper:after,
  .refresh_2018 .column-wrapper:after,
  .refresh_2018 .grid-wrapper:after,
  .refresh_2018 .content-wrapper:after,
  .refresh_2018 .v-middle-wrapper:after,
  .refresh_2018 .col-outer:after {
    content: "";
    clear: both;
    display: block; }
  .refresh_2018 h1 {
    font-size: 90px;
    line-height: 1;
    font-family: "proxima-nova", sans-serif; }
    @media (min-width: 992px) and (max-width: 1210px) {
      .refresh_2018 h1 {
        font-size: 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .refresh_2018 h1 {
        font-size: 60px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .refresh_2018 h1 {
        font-size: 50px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .refresh_2018 h1 {
        font-size: 45px; } }
    @media (max-width: 480px) {
      .refresh_2018 h1 {
        font-size: 40px; } }
  .refresh_2018 h2 {
    font-size: 50px;
    line-height: 1.2;
    font-family: "proxima-nova", sans-serif; }
    @media (min-width: 992px) and (max-width: 1210px) {
      .refresh_2018 h2 {
        font-size: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .refresh_2018 h2 {
        font-size: 36px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .refresh_2018 h2 {
        font-size: 32px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .refresh_2018 h2 {
        font-size: 28px; } }
    @media (max-width: 480px) {
      .refresh_2018 h2 {
        font-size: 24px; } }
  .refresh_2018 h3, .refresh_2018 .h3 {
    font-size: 30px;
    line-height: 1.2;
    font-family: "proxima-nova", sans-serif; }
    @media (min-width: 768px) and (max-width: 991px) {
      .refresh_2018 h3, .refresh_2018 .h3 {
        font-size: 28px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .refresh_2018 h3, .refresh_2018 .h3 {
        font-size: 24px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .refresh_2018 h3, .refresh_2018 .h3 {
        font-size: 22px; } }
    @media (max-width: 480px) {
      .refresh_2018 h3, .refresh_2018 .h3 {
        font-size: 20px; } }
  .refresh_2018 h4 {
    font-size: 24px;
    line-height: 1;
    font-family: "proxima-nova", sans-serif; }
    @media (min-width: 768px) and (max-width: 991px) {
      .refresh_2018 h4 {
        font-size: 22px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .refresh_2018 h4 {
        font-size: 20px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .refresh_2018 h4 {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .refresh_2018 h4 {
        font-size: 18px; } }
  .refresh_2018 h5 {
    font-size: 20px;
    font-family: "proxima-nova", sans-serif;
    line-height: 1.2; }
    @media (min-width: 596px) and (max-width: 767px) {
      .refresh_2018 h5 {
        font-size: 18px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .refresh_2018 h5 {
        font-size: 18px; } }
    @media (max-width: 480px) {
      .refresh_2018 h5 {
        font-size: 16px; } }
  .refresh_2018 h6 {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .refresh_2018 h6 {
        font-size: 16px; } }
  .refresh_2018 p {
    font-size: 18px;
    line-height: 1.66;
    font-family: "proxima-nova", sans-serif; }
    @media (min-width: 596px) and (max-width: 767px) {
      .refresh_2018 p {
        font-size: 16px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      .refresh_2018 p {
        font-size: 16px; } }
    @media (max-width: 480px) {
      .refresh_2018 p {
        font-size: 14px; } }
  .refresh_2018 .col {
    width: 100%;
    float: left;
    position: relative; }
  .refresh_2018 .col-two {
    width: 50%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .refresh_2018 .col-two {
        width: 100%; } }
  .refresh_2018 .col-three {
    width: 33.33%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .refresh_2018 .col-three {
        width: 100%; } }
  .refresh_2018 .col-four {
    width: 25%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .refresh_2018 .col-four {
        width: 100%; } }
  .refresh_2018 .col-five {
    width: 20%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .refresh_2018 .col-five {
        width: 100%; } }
  .refresh_2018 .col-six {
    width: 16.66%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .refresh_2018 .col-six {
        width: 100%; } }
  .refresh_2018 .col-seven {
    width: 66.66%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .refresh_2018 .col-seven {
        width: 100%; } }
  .refresh_2018 .col-eight {
    width: 75%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      .refresh_2018 .col-eight {
        width: 100%; } }
  .refresh_2018 .bg-img {
    overflow: hidden; }
  .refresh_2018 .v-middle-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  .refresh_2018 .v-middle-inner {
    display: table;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%; }
  .refresh_2018 .v-middle,
  .refresh_2018 .v-top,
  .refresh_2018 .v-bottom {
    display: table-cell;
    vertical-align: middle; }
  .refresh_2018 .v-top {
    vertical-align: top; }
  .refresh_2018 .v-bottom {
    vertical-align: bottom; }
  .refresh_2018 .text-left {
    text-align: left; }
  .refresh_2018 .text-right {
    text-align: right; }
  .refresh_2018 .text-center {
    text-align: center; }
  .refresh_2018 .left {
    float: left; }
  .refresh_2018 .right {
    float: right; }
  .refresh_2018 .no-padding {
    padding: 0 !important; }
  .refresh_2018 .no-padding-top {
    padding-top: 0 !important; }
  .refresh_2018 .no-padding-bottom {
    padding-bottom: 0 !important; }
  .refresh_2018 .zoom-in img {
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }
  .refresh_2018 .zoom-in:hover img {
    -o-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  .refresh_2018 .zoom-bg .bg-img img {
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }
  .refresh_2018 .zoom-bg:hover .bg-img img {
    -o-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  .refresh_2018 .blend-mode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: multiply; }
  .refresh_2018 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF;
    opacity: 1;
    font-size: 30px;
    font-weight: 700; }
    @media (min-width: 768px) and (max-width: 991px) {
      .refresh_2018 ::-webkit-input-placeholder {
        font-size: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .refresh_2018 ::-webkit-input-placeholder {
        font-size: 25px; } }
    @media (max-width: 595px) {
      .refresh_2018 ::-webkit-input-placeholder {
        font-size: 22px; } }
  .refresh_2018 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
    opacity: 1;
    font-size: 30px;
    font-weight: 700; }
    @media (min-width: 768px) and (max-width: 991px) {
      .refresh_2018 ::-moz-placeholder {
        font-size: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .refresh_2018 ::-moz-placeholder {
        font-size: 25px; } }
    @media (max-width: 595px) {
      .refresh_2018 ::-moz-placeholder {
        font-size: 22px; } }
  .refresh_2018 :-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
    opacity: 1;
    font-size: 30px;
    font-weight: 700; }
    @media (min-width: 768px) and (max-width: 991px) {
      .refresh_2018 :-ms-input-placeholder {
        font-size: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .refresh_2018 :-ms-input-placeholder {
        font-size: 25px; } }
    @media (max-width: 595px) {
      .refresh_2018 :-ms-input-placeholder {
        font-size: 22px; } }
  .refresh_2018 :-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
    opacity: 1;
    font-size: 30px;
    font-weight: 700; }
    @media (min-width: 768px) and (max-width: 991px) {
      .refresh_2018 :-moz-placeholder {
        font-size: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .refresh_2018 :-moz-placeholder {
        font-size: 25px; } }
    @media (max-width: 595px) {
      .refresh_2018 :-moz-placeholder {
        font-size: 22px; } }

/*# sourceMappingURL=global.css.map */
