/* line 1, ../sass/main.scss */
body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    overflow-x: hidden;
    padding-top: 164px;
  }

  .wp-admin{
      padding-top: 0px !important;
  }

  /* line 8, ../sass/main.scss */
  .wpb_row {
    margin-bottom: 0;
  }

  /* line 13, ../sass/main.scss */
  .vc_row + .vc_row {
    margin-top: 35px;
  }

  /* line 17, ../sass/main.scss */
  body > .vc_row-full-width {
    margin-top: 0 !important;
  }

  /* line 21, ../sass/main.scss */
  .clients .slick-next,
  .clients .slick-prev {
    display: none !important;
  }

  /* line 26, ../sass/main.scss */
  .slick-prev {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    background: url("/wp-content/themes/reasonGlobal/images/carousel-left.png") no-repeat;
    width: 49px;
    height: 85px;
    text-indent: -99999px;
    border: 0;
  }
  /* line 37, ../sass/main.scss */
  .slick-prev:focus {
    outline: 0;
  }
  /* line 41, ../sass/main.scss */
  .slick-prev:hover {
    background-position: 0 -100px;
  }

  /* line 46, ../sass/main.scss */
  .slick-next {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    background: url("/wp-content/themes/reasonGlobal/images/carousel-right.png") no-repeat;
    width: 49px;
    height: 85px;
    text-indent: -99999px;
    border: 0;
  }
  /* line 57, ../sass/main.scss */
  .slick-next:focus {
    outline: 0;
  }
  /* line 61, ../sass/main.scss */
  .slick-next:hover {
    background-position: 0 -100px;
  }

  /* line 66, ../sass/main.scss */
  .current-menu-item a {
    color: #333333;
  }

  /* line 70, ../sass/main.scss */
  header {
    background: url("../images/header-red-background.png") repeat-y top center;
    background-size: contain;
    padding-top: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
  }
  /* line 80, ../sass/main.scss */
  header .col-md-9 a {
    color: #fff;
  }
  /* line 84, ../sass/main.scss */
  header p {
    font-size: 28px;
    color: #fff;
    margin: 28px 0 0 0;
    line-height: 1;
  }
  /* line 91, ../sass/main.scss */
  header nav {
    background: #ddddde;
    margin-top: 20px;
    padding: 8px 0;
  }
  /* line 96, ../sass/main.scss */
  header nav ul {
    padding: 0;
    margin: 0;
  }
  /* line 100, ../sass/main.scss */
  header nav ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 200;
    display: inline-block;
    padding-right: 38px;
  }
  @media (min-width: 991px) and (max-width: 1200px) {
    /* line 100, ../sass/main.scss */
    header nav ul li {
      padding-right: 28px;
    }
  }
  /* line 112, ../sass/main.scss */
  header nav ul li a {
    color: #d31245;
    text-transform: uppercase;
  }
  /* line 116, ../sass/main.scss */
  header nav ul li a:hover {
    text-decoration: none;
    color: #333333;
  }
  /* line 125, ../sass/main.scss */
  header .container {
    position: relative;
  }
  /* line 129, ../sass/main.scss */
  header .client-login {
    position: absolute;
    top: -20px;
    right: 15px;
    text-transform: uppercase;
    z-index: 2;
    display: block;
    background: #e3124b;
    color: #fff;
    font-size: 14px;
    padding: 8px 23px;
  }
  /* line 141, ../sass/main.scss */
  header .client-login:hover {
    text-decoration: none;
    background: #a10a31;
  }

  /* line 148, ../sass/main.scss */
  .btn, .gform_button {
    border-radius: 0;
    text-transform: uppercase;
    padding: 11px 23px;
    border: 1px solid #d31245;
    background: none;
    color: #d31245;
  }
  /* line 156, ../sass/main.scss */
  .btn:hover, .gform_button:hover {
    text-decoration: none;
    border-color: #a10a31;
    color: #a10a31;
  }
  /* line 162, ../sass/main.scss */
  .btn.btn-primary, .btn.button, .gform_button.btn-primary, .gform_button.button {
    background: #d31245;
    color: #fff;
  }
  /* line 166, ../sass/main.scss */
  .btn.btn-primary:hover, .btn.button:hover, .gform_button.btn-primary:hover, .gform_button.button:hover {
    background: #a10a31;
    color: #fff;
    border-color: #a10a31;
  }

  @media (min-width: 992px) {
    /* line 177, ../sass/main.scss */
    .carousel .col-md-5 {
      width: 43.667%;
    }
  }
  /* line 182, ../sass/main.scss */
  .carousel img.mobile {
    max-width: 100%;
    position: static;
  }
  /* line 187, ../sass/main.scss */
  .carousel .slide {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 540px;
  }
  /* line 193, ../sass/main.scss */
  .carousel .slide .content {
    width: 510px;
  }
  /* line 201, ../sass/main.scss */
  .carousel .slide h1 {
    font-size: 42px;
    font-weight: 200;
    color: #d31245;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin-top: 40px;
  }
  /* line 211, ../sass/main.scss */
  .carousel .slide p {
    width: 270px;
    font-size: 16px;
    line-height: 1.5;
    margin: 50px auto 50px;
  }
  /* line 218, ../sass/main.scss */
  .carousel .slide img {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* line 230, ../sass/main.scss */
  .single h1 {
    line-height: 46px;
  }

  /* line 237, ../sass/main.scss */
  .posts .news {
    width: calc(33% - 15px);
    float: left;
  }

  /* line 243, ../sass/main.scss */
  .load-more {
    margin: 30px 0 50px 0;
  }

  /* line 249, ../sass/main.scss */
  .sidebar ul {
    padding: 0 10px;
    margin: 0 0 30px 0;
  }
  /* line 253, ../sass/main.scss */
  .sidebar ul li {
    list-style: none;
    margin-bottom: 10px;
  }
  /* line 257, ../sass/main.scss */
  .sidebar ul li a {
    color: #d31245;
    font-size: 16px;
  }
  /* line 264, ../sass/main.scss */
  .sidebar h4 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: white;
    padding: 10px;
    margin-top: 0;
  }

  /* line 276, ../sass/main.scss */
  .know-more h2 {
    font-size: 24px;
  }

  /* line 281, ../sass/main.scss */
  .articles-callout {
    border-top: 1px solid #ecece9;
    border-bottom: 1px solid #ecece9;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  /* line 290, ../sass/main.scss */
  section {
    padding: 40px 0;
  }
  /* line 293, ../sass/main.scss */
  section > .container > h2 {
    margin-top: 0;
  }
  /* line 297, ../sass/main.scss */
  section.light {
    background: white;
  }
  /* line 301, ../sass/main.scss */
  section.blank {
    padding: 0;
  }
  /* line 305, ../sass/main.scss */
  section.sep {
    position: relative;
  }
  /* line 308, ../sass/main.scss */
  section.sep:before {
    content: '';
    position: absolute;
    top: -1px;
    height: 1px;
    width: 80px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e3e3df;
  }
  /* line 323, ../sass/main.scss */
  section .intro h2 {
    font-size: 24px;
    margin: 0 0 17px 0;
    text-transform: uppercase;
  }
  /* line 329, ../sass/main.scss */
  section .intro p {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  /* line 336, ../sass/main.scss */
  section .intro.text-center p {
    padding: 0 20px;
    font-weight: 400;
  }
  /* line 343, ../sass/main.scss */
  section.dark {
    background: #e3e3df;
  }
  /* line 347, ../sass/main.scss */
  section.mid {
    background: #ecece9;
  }
  /* line 351, ../sass/main.scss */
  section.clients {
    background: url("/images/cta-background.png") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 40px;
  }
  /* line 357, ../sass/main.scss */
  section.clients h2 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 17px 0;
    text-transform: uppercase;
  }
  /* line 364, ../sass/main.scss */
  section.clients p {
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-style: italic;
  }
  /* line 373, ../sass/main.scss */
  section.clients cite {
    font-style: normal;
    font-weight: bold;
    color: #fff;
  }

  /* line 381, ../sass/main.scss */
  h2 {
    font-size: 24px;
    margin: 0 0 17px 0;
    text-transform: uppercase;
    font-weight: 300;
  }

  /* line 388, ../sass/main.scss */
  h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }

  /* line 394, ../sass/main.scss */
  img {
    max-width: 100%;
    height: auto;
  }
  /* line 398, ../sass/main.scss */
  .slide img {
    max-width: none;
    min-width: 100%;
  }

  .slide {
      display: none;
  }

  .slide:nth-of-type(1){
      display: block;
  }

  /* line 405, ../sass/main.scss */
  .panel .content {
    position: relative;
  }
  /* line 409, ../sass/main.scss */
  .panel .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  /* line 416, ../sass/main.scss */
  .panel .title h4 {
    background: #333333;
    margin: 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 28px;
    background: rgba(51, 51, 51, 0.5);
  }
  /* line 427, ../sass/main.scss */
  .panel .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    background: rgba(51, 51, 51, 0.5);
  }
  /* line 437, ../sass/main.scss */
  .panel .hover p {
    color: #fff;
    padding: 100px 40px 0;
    text-align: center;
    font-size: 16px;
  }
  /* line 445, ../sass/main.scss */
  .panel:hover .hover {
    display: block;
  }

  /* line 450, ../sass/main.scss */
  .wpb_content_element + .vc_basic_grid {
    margin-top: -15px;
  }

  /* line 457, ../sass/main.scss */
  .news .vc_gitem-post-data,
  .vc_grid .vc_grid-item .vc_gitem-post-data {
    margin: 0;
  }
  /* line 461, ../sass/main.scss */
  .news .vc_gitem-row-position-middle,
  .vc_grid .vc_grid-item .vc_gitem-row-position-middle {
    display: none;
  }
  /* line 465, ../sass/main.scss */
  .news .vc_grid-item-mini,
  .vc_grid .vc_grid-item .vc_grid-item-mini {
    background: #fff;
  }
  /* line 468, ../sass/main.scss */
  .news .vc_grid-item-mini .vc_custom_1419240516480,
  .vc_grid .vc_grid-item .vc_grid-item-mini .vc_custom_1419240516480 {
    background: white !important;
  }
  /* line 473, ../sass/main.scss */
  .news .vc_gitem-animated-block,
  .vc_grid .vc_grid-item .vc_gitem-animated-block {
    background: none;
  }
  /* line 477, ../sass/main.scss */
  .news .vc_gitem-animated-block +
  .vc_gitem-animated-block,
  .vc_grid .vc_grid-item .vc_gitem-animated-block +
  .vc_gitem-animated-block {
    background: white;
  }
  /* line 482, ../sass/main.scss */
  .news h5, .news h4,
  .vc_grid .vc_grid-item h5,
  .vc_grid .vc_grid-item h4 {
    color: #000000;
    font-weight: bold;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
  }
  /* line 491, ../sass/main.scss */
  .news p,
  .vc_grid .vc_grid-item p {
    color: #4d4d4d;
    font-weight: 200;
    margin-bottom: 10px;
  }
  /* line 497, ../sass/main.scss */
  .news .vc_gitem-col,
  .vc_grid .vc_grid-item .vc_gitem-col {
    padding: 0;
    background: white;
  }
  /* line 502, ../sass/main.scss */
  .news a,
  .vc_grid .vc_grid-item a {
    color: #d31245;
  }
  /* line 505, ../sass/main.scss */
  .news a:hover,
  .vc_grid .vc_grid-item a:hover {
    color: #a10a31;
    text-decoration: none;
  }
  /* line 511, ../sass/main.scss */
  .news .content,
  .news .vc_gitem-zone-c,
  .vc_grid .vc_grid-item .content,
  .vc_grid .vc_grid-item .vc_gitem-zone-c {
    padding: 15px;
    background: #fff;
  }
  /* line 516, ../sass/main.scss */
  .news .content .vc_btn, .news .content a.vc_btn, .news .content button.vc_btn,
  .news .vc_gitem-zone-c .vc_btn,
  .news .vc_gitem-zone-c a.vc_btn,
  .news .vc_gitem-zone-c button.vc_btn,
  .vc_grid .vc_grid-item .content .vc_btn,
  .vc_grid .vc_grid-item .content a.vc_btn,
  .vc_grid .vc_grid-item .content button.vc_btn,
  .vc_grid .vc_grid-item .vc_gitem-zone-c .vc_btn,
  .vc_grid .vc_grid-item .vc_gitem-zone-c a.vc_btn,
  .vc_grid .vc_grid-item .vc_gitem-zone-c button.vc_btn {
    color: #d31245 !important;
    padding: 0;
    font-style: italic;
    background: none;
    margin: 0;
    border: 0;
  }
  /* line 524, ../sass/main.scss */
  .news .content .vc_btn:after, .news .content a.vc_btn:after, .news .content button.vc_btn:after,
  .news .vc_gitem-zone-c .vc_btn:after,
  .news .vc_gitem-zone-c a.vc_btn:after,
  .news .vc_gitem-zone-c button.vc_btn:after,
  .vc_grid .vc_grid-item .content .vc_btn:after,
  .vc_grid .vc_grid-item .content a.vc_btn:after,
  .vc_grid .vc_grid-item .content button.vc_btn:after,
  .vc_grid .vc_grid-item .vc_gitem-zone-c .vc_btn:after,
  .vc_grid .vc_grid-item .vc_gitem-zone-c a.vc_btn:after,
  .vc_grid .vc_grid-item .vc_gitem-zone-c button.vc_btn:after {
    content: ">>";
  }
  /* line 528, ../sass/main.scss */
  .news .content .vc_btn:hover, .news .content a.vc_btn:hover, .news .content button.vc_btn:hover,
  .news .vc_gitem-zone-c .vc_btn:hover,
  .news .vc_gitem-zone-c a.vc_btn:hover,
  .news .vc_gitem-zone-c button.vc_btn:hover,
  .vc_grid .vc_grid-item .content .vc_btn:hover,
  .vc_grid .vc_grid-item .content a.vc_btn:hover,
  .vc_grid .vc_grid-item .content button.vc_btn:hover,
  .vc_grid .vc_grid-item .vc_gitem-zone-c .vc_btn:hover,
  .vc_grid .vc_grid-item .vc_gitem-zone-c a.vc_btn:hover,
  .vc_grid .vc_grid-item .vc_gitem-zone-c button.vc_btn:hover {
    color: #a10a31 !important;
    text-decoration: none;
  }
  /* line 535, ../sass/main.scss */
  .news img,
  .vc_grid .vc_grid-item img {
    height: auto;
  }

  /* line 542, ../sass/main.scss */
  .articles-container h3 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
  }

  /* line 549, ../sass/main.scss */
  .sep {
    text-align: center;
    position: relative;
    margin: 10px 0 20px 0;
  }
  /* line 554, ../sass/main.scss */
  .sep:before {
    content: '';
    height: 2px;
    width: 50%;
    background: #c7c7c8;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -25%;
    z-index: -1;
  }

  /* line 572, ../sass/main.scss */
  .blocked {
    padding: 0;
    margin: 0;
  }
  /* line 576, ../sass/main.scss */
  .blocked li {
    color: #d31245;
    margin-bottom: 5px;
    list-style: none;
    padding: 15px;
    background: #ecece9;
    font-size: 18px;
  }
  /* line 584, ../sass/main.scss */
  .blocked li a {
    color: #d31245;
  }
  /* line 587, ../sass/main.scss */
  .blocked li a:hover {
    color: #a10a31;
    text-decoration: none;
  }

  /* line 595, ../sass/main.scss */
  .isotope .news {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  /* line 600, ../sass/main.scss */
  .mod-login {
    padding-bottom: 100px;
  }
  /* line 603, ../sass/main.scss */
  .mod-login h4 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  /* line 610, ../sass/main.scss */
  .mod-login .btn {
    font-size: 16px;
    width: 240px;
    font-weight: 200;
    letter-spacing: 0.05em;
  }
  /* line 617, ../sass/main.scss */
  .mod-login .login {
    padding-top: 65px;
  }
  /* line 621, ../sass/main.scss */
  .mod-login input {
    width: 240px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    margin-bottom: 21px;
    padding: 15px;
    height: auto;
  }
  /* line 630, ../sass/main.scss */
  .mod-login input:focus {
    outline: 0;
    box-shadow: none;
  }

  /* line 640, ../sass/main.scss */
  .point h3 {
    font-size: 26px;
    font-weight: 700;
    color: #d31245;
    line-height: 1;
    margin: 4px 0 11px;
    text-transform: uppercase;
  }
  /* line 649, ../sass/main.scss */
  .point img {
    float: left;
    padding-right: 17px;
    clear: left;
    max-width: 33%;
  }
  /* line 656, ../sass/main.scss */
  .point p {
    overflow: hidden;
    margin: 0;
  }

  /* line 662, ../sass/main.scss */
  h1 {
    color: #d31245;
    font-weight: 200;
    line-height: 1.4;
    font-size: 42px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  /* line 671, ../sass/main.scss */
  p:empty {
    display: none;
  }

  /* line 675, ../sass/main.scss */
  h2 {
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
    font-size: 32px;
  }

  /* line 683, ../sass/main.scss */
  h3 {
    font-size: 24px;
    margin: 0 0 17px 0;
    text-transform: uppercase;
  }

  /* line 689, ../sass/main.scss */
  p {
    line-height: 1.6;
    font-weight: 200;
    margin: 0 0 20px 0;
  }

  /* line 695, ../sass/main.scss */
  .cta {
    background: #ecece9;
  }
  /* line 698, ../sass/main.scss */
  .cta .content {
    position: relative;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 707, ../sass/main.scss */
  .cta .content img {
    max-width: 100%;
  }
  /* line 711, ../sass/main.scss */
  .cta .content:first-of-type {
    padding-left: 0;
  }
  /* line 714, ../sass/main.scss */
  .cta .content:first-of-type .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    width: calc(100% - 15px);
    background: rgba(51, 51, 51, 0.5);
    padding: 30px;
  }
  /* line 723, ../sass/main.scss */
  .cta .content:first-of-type .title h3 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
  }
  /* line 733, ../sass/main.scss */
  .cta .content + .content {
    padding: 45px 45px 0 15px;
  }
  /* line 736, ../sass/main.scss */
  .cta .content + .content h3 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  /* line 743, ../sass/main.scss */
  .cta .content + .content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  /* line 749, ../sass/main.scss */
  .cta .content + .content .btn {
    margin-top: 10px;
  }

  /* line 756, ../sass/main.scss */
  .gform_wrapper li.gfield.gfield_error .gfield_description {
    display: none;
  }

  /* line 760, ../sass/main.scss */
  .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: 0 !important;
  }

  /* line 764, ../sass/main.scss */
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin: 0 !important;
  }

  /* line 768, ../sass/main.scss */
  .gform_wrapper li.gfield.gfield_error textarea,
  .gform_wrapper li.gfield.gfield_error input {
    border: 1px solid red !important;
  }

  /* line 773, ../sass/main.scss */
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  /* line 780, ../sass/main.scss */
  .break {
    -webkit-column-break-before: always;
  }

  /* line 784, ../sass/main.scss */
  body li#field_1_6 {
    padding: 0 !important;
    margin: 0;
  }

  /* line 789, ../sass/main.scss */
  body .gform_footer.top_label {
    padding: 0;
    margin: 0;
  }

  /* line 794, ../sass/main.scss */
  .page-template-contact section {
    padding-top: 0;
    margin-top: -50px;
  }

  /* line 799, ../sass/main.scss */
  #field_1_6 {
    width: 100% !important;
  }



  /* line 812, ../sass/main.scss */
  #gform_wrapper_1 form {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  /* line 817, ../sass/main.scss */
  #gform_wrapper_1 form:before {
    content: '';
    position: absolute;
    bottom: -30px;
    height: 1px;
    width: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
  }

  /* line 831, ../sass/main.scss */
  footer .current-menu-item a {
    color: white;
  }

  /* line 835, ../sass/main.scss */
  footer a:hover {
    color: white;
  }

  /* line 839, ../sass/main.scss */
  #input_1_6 {
    margin: 0;
    padding: 0;
  }

  /* line 844, ../sass/main.scss */
  #input_1_6 .gchoice_6_1 {
    width: 100%;
  }

  /* line 848, ../sass/main.scss */
  #input_1_6 input {
    float: left;
  }

  /* line 852, ../sass/main.scss */
  .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    font-weight: 300 !important;
  }

  /* line 856, ../sass/main.scss */
  .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    display: inline-block !important;
    float: left;
    margin: 0 0 0 10px !important;
    font-weight: 300;
  }

  /* line 863, ../sass/main.scss */
  .columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  @media (max-width: 768px) {
    /* line 863, ../sass/main.scss */
    .columns {
      -webkit-columns: 1;
      -moz-columns: 1;
      columns: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0;
    }
  }

  /* line 882, ../sass/main.scss */
  .top-content {
    background: #ecece9;
    padding-bottom: 50px;
  }
  /* line 886, ../sass/main.scss */
  .top-content h1 {
    text-align: center;
    margin: 40px 0 30px;
  }
  /* line 891, ../sass/main.scss */
  .top-content h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 45px 0 30px;
    letter-spacing: 0.03em;
  }
  /* line 899, ../sass/main.scss */
  .top-content p {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 200;
    letter-spacing: 0.05em;
  }

  /* line 908, ../sass/main.scss */
  hr {
    border-color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  /* line 914, ../sass/main.scss */
  .vc_separator {
    position: relative;
    border: 0;
    background: none;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  /* line 921, ../sass/main.scss */
  .vc_separator .vc_sep_holder {
    display: none;
  }
  /* line 925, ../sass/main.scss */
  .vc_separator.vc_sep_width_50:before {
    content: '';
    position: absolute;
    top: -1px;
    height: 1px;
    width: 80px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e3e3df;
  }
  /* line 938, ../sass/main.scss */
  .vc_separator.vc_sep_width_100:before {
    content: '';
    position: absolute;
    top: -1px;
    height: 1px;
    width: 100%;
    left: 0;
    background: #e3e3df;
  }
  /* line 948, ../sass/main.scss */
  .vc_separator.vc_sep_width_90:before {
    content: '';
    position: absolute;
    top: -1px;
    height: 1px;
    width: 90%;
    left: 50%;
    background: #e3e3df;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 961, ../sass/main.scss */
  .vc_separator.vc_sep_width_80:before {
    content: '';
    position: absolute;
    top: -1px;
    height: 1px;
    width: 80%;
    left: 50%;
    background: #e3e3df;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 974, ../sass/main.scss */
  .vc_separator.vc_sep_width_70:before {
    content: '';
    position: absolute;
    top: -1px;
    height: 1px;
    width: 70%;
    left: 50%;
    background: #e3e3df;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 987, ../sass/main.scss */
  .vc_separator.vc_sep_width_60:before {
    content: '';
    position: absolute;
    top: -1px;
    height: 1px;
    width: 60%;
    left: 50%;
    background: #e3e3df;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 1000, ../sass/main.scss */
  .vc_separator.vc_sep_color_white:before {
    background: white;
  }

  /* line 1006, ../sass/main.scss */
  section.mid .vc_separator {
    margin-top: 50px;
  }
  /* line 1009, ../sass/main.scss */
  section.mid .vc_separator:before {
    content: '';
    position: absolute;
    top: -1px;
    height: 1px;
    width: 100%;
    left: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    background: #fff;
  }

  /* line 1024, ../sass/main.scss */
  blockquote {
    font-style: italic;
    font-weight: 200;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 30px 0 0;
    line-height: 1.5;
  }

  /* line 1034, ../sass/main.scss */
  h2.contact {
    text-transform: none;
  }

  /* line 1038, ../sass/main.scss */
  .service {
    padding-top: 20px;
  }
  /* line 1041, ../sass/main.scss */
  .service:last-of-type {
    padding-bottom: 50px;
  }
  /* line 1045, ../sass/main.scss */
  .service h3 {
    text-transform: uppercase;
    margin: 0 0 35px 0;
  }
  /* line 1050, ../sass/main.scss */
  .service .btn {
    margin-top: 40px;
  }

  /* line 1057, ../sass/main.scss */
  .content-area h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
  }
  /* line 1063, ../sass/main.scss */
  .content-area p + ul {
    margin-top: -10px;
  }
  /* line 1067, ../sass/main.scss */
  .content-area ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  /* line 1071, ../sass/main.scss */
  .content-area ul li {
    line-height: 1.6;
    font-weight: 200;
    margin: 0 0 3px 0;
  }
  /* line 1078, ../sass/main.scss */
  .content-area a {
    font-style: italic;
    color: #d31245;
    font-weight: 400;
  }

  /* line 1085, ../sass/main.scss */
  .services {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* line 1089, ../sass/main.scss */
  .services h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d31245;
  }
  @media (max-width: 768px) {
    /* line 1097, ../sass/main.scss */
    .services .col-md-4 {
      margin-bottom: 20px;
    }
  }

  /* line 1105, ../sass/main.scss */
  .tight h4 {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.05em;
  }
  /* line 1111, ../sass/main.scss */
  .tight h2 {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.05em;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  /* line 1119, ../sass/main.scss */
  .tight h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  /* line 1127, ../sass/main.scss */
  footer {
    background: #4d4d4d;
    color: #fff;
    padding: 37px 0 65px 0;
    clear: both;
  }
  /* line 1133, ../sass/main.scss */
  footer ul {
    padding: 0;
    margin: 0;
  }
  /* line 1137, ../sass/main.scss */
  footer ul li {
    list-style: none;
    display: inline-block;
    padding: 0 8px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px solid #fff;
    line-height: 1;
  }
  /* line 1145, ../sass/main.scss */
  footer ul li:last-of-type {
    border-right: 0;
    padding: 0;
    margin: 0;
  }
  /* line 1151, ../sass/main.scss */
  footer ul li a {
    color: #fff;
    text-transform: uppercase;
  }

  /* line 1159, ../sass/main.scss */
  .burger {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 30px;
    content: '';
    z-index: 999;
    background: url("/wp-content/themes/reasonGlobal/images/burger-sprite.png") no-repeat -1px -1px;
    width: 31px;
    height: 31px;
  }
  /* line 1170, ../sass/main.scss */
  .burger.open {
    background-position: -1px -61px;
  }

  /* line 1175, ../sass/main.scss */
  .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100% !important;
  }


  @media (max-width: 991px) {
    /* line 1226, ../sass/main.scss */
    .vc_grid .vc_grid-item img {
      width: 100% !important;
      height: auto !important;
    }

    /* line 1232, ../sass/main.scss */
    .dark .vc_grid .vc_grid-item {
      margin-bottom: 30px;
    }

    /* line 1236, ../sass/main.scss */
    .logo {
      text-align: center;
      padding: 0 0 20px;
    }

    /* line 1241, ../sass/main.scss */
    body {
      padding-top: 89px;
    }
    /* line 1244, ../sass/main.scss */
    body.scrolled {
      padding-top: 77px;
    }

    /* line 1249, ../sass/main.scss */
    header {
      border-bottom: 7px solid #ddddde;
    }
    /* line 1252, ../sass/main.scss */
    .scrolled header {
      padding-top: 13px;
    }
    /* line 1255, ../sass/main.scss */
    .scrolled header .client-login {
      display: none;
    }
    /* line 1259, ../sass/main.scss */
    .scrolled header .logo {
      padding-bottom: 14px;
    }

    /* line 1267, ../sass/main.scss */
    .points img {
      max-width: 30%;
      padding-right: 10px;
    }
    /* line 1272, ../sass/main.scss */
    .points p {
      overflow: hidden;
      font-size: 13px;
    }
    /* line 1277, ../sass/main.scss */
    .points h3 {
      font-size: 18px;
      margin-bottom: 5px;
    }
  }
  /* line 1284, ../sass/main.scss */
  h2.contact a {
    color: #000;
    font-weight: bold;
    font-style: normal;
  }

  @media (max-width: 992px) {
    /* line 1291, ../sass/main.scss */
    nav.hidden-xs.hidden-sm.open {
      display: block !important;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 0;
        max-height: 70vh;
        overflow: scroll;
    }
    /* line 1300, ../sass/main.scss */
    nav.hidden-xs.hidden-sm.open li {
      width: 100%;
      display: block;
      border-bottom: 1px solid #bbbbbc;
      padding: 10px 0;
    }
    /* line 1306, ../sass/main.scss */
    nav.hidden-xs.hidden-sm.open li a {
      display: block;
    }
  }
  @media (max-width: 768px) {
    /* line 1314, ../sass/main.scss */
    .points .col-xs-12 {
      margin-bottom: 15px;
    }
    /* line 1317, ../sass/main.scss */
    .points .col-xs-12:last-of-type {
      margin: 0;
    }

    /* line 1322, ../sass/main.scss */
    .cta .content {
      width: 48%;
    }

    /* line 1326, ../sass/main.scss */
    .cta .content:first-of-type .title {
      display: none;
    }

    /* line 1330, ../sass/main.scss */
    .cta .content + .content {
      float: right;
      padding-bottom: 30px;
      padding-top: 30px;
    }

    /* line 1336, ../sass/main.scss */
    .cta {
      position: relative;
    }

    /* line 1340, ../sass/main.scss */
    .cta .content:first-of-type {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
    }
    /* line 1347, ../sass/main.scss */
    .cta .content:first-of-type img {
      width: auto;
      height: 100%;
      max-width: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
    }

    /* line 1360, ../sass/main.scss */
    h1, .carousel .slide h1 {
      font-size: 22px;
    }

    /* line 1364, ../sass/main.scss */
    .point {
      margin-bottom: 30px !important;
    }

    /* line 1368, ../sass/main.scss */
    body {
      padding-top: 104px;
    }
    /* line 1371, ../sass/main.scss */
    body.scrolled {
      padding-top: 77px;
    }

    /* line 1376, ../sass/main.scss */
    body #gform_fields_1 li {
      width: 100%;
      padding: 0 !important;
    }

    /* line 1381, ../sass/main.scss */
    #input_1_6 label {
      width: 60%;
    }

    /* line 1386, ../sass/main.scss */
    .scrolled header {
      padding-top: 13px;
    }
    /* line 1389, ../sass/main.scss */
    .scrolled header .client-login {
      display: none;
    }
    /* line 1393, ../sass/main.scss */
    .scrolled header .logo {
      padding-bottom: 14px;
      padding-top: 0;
    }

    /* line 1402, ../sass/main.scss */
    .logo {
      padding-top: 30px;
    }

    /* line 1408, ../sass/main.scss */
    section.clients {
      padding-left: 0;
      padding-right: 0;
    }
    /* line 1412, ../sass/main.scss */
    section.clients p {
      padding: 0;
    }

    /* line 1420, ../sass/main.scss */
    .posts .news {
      width: 100%;
      float: left;
    }
    /* line 1424, ../sass/main.scss */
    .posts .news img {
      width: 100%;
      height: auto;
    }

    /* line 1431, ../sass/main.scss */
    .text-center {
      text-align: center;
    }

    /* line 1435, ../sass/main.scss */
    .posts .news {
      width: calc(50% - 15px);
    }
  }
  @media screen and (max-width: 767px) {
    /* line 1441, ../sass/main.scss */
    .posts .news {
      width: 100%;
    }

    /* line 1445, ../sass/main.scss */
    .cta .content:first-of-type {
      position: static;
    }
    /* line 1448, ../sass/main.scss */
    .cta .content:first-of-type img {
      width: 100%;
      height: auto;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      position: static;
    }

    /* line 1458, ../sass/main.scss */
    .carousel {
      background: #ecece9;
      padding-bottom: 20px;
    }
    /* line 1462, ../sass/main.scss */
    .carousel .slide {
      height: auto;
    }
    /* line 1465, ../sass/main.scss */
    .carousel .slide p {
      width: 100%;
      margin: 30px auto;
    }
    /* line 1470, ../sass/main.scss */
    .carousel .slide img {
      position: static;
      transform: none;
      width: 100%;
    }

    /* line 1478, ../sass/main.scss */
    .slick-next, .slick-prev {
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      top: 80px;
    }

    /* line 1485, ../sass/main.scss */
    .services .col-sm-4 {
      clear: left;
      margin-bottom: 20px;
      float: left;
    }

    /* line 1491, ../sass/main.scss */
    .vc_row {
      margin-left: 0;
      margin-right: 0;
    }
    /* line 1495, ../sass/main.scss */
    .vc_row .vc_col-sm-12, .vc_row .vc_grid-item {
      padding: 0 !important;
    }

    /* line 1500, ../sass/main.scss */
    .cta .content {
      width: 100%;
      padding: 0;
    }

    /* line 1505, ../sass/main.scss */
    .services img {
      max-width: 33%;
    }

    /* line 1509, ../sass/main.scss */
    .services .col-sm-4 {
      width: 100%;
    }

    /* line 1513, ../sass/main.scss */
    .services h3 {
      font-size: 22px;
    }

    /* line 1517, ../sass/main.scss */
    .cta .content + .content {
      padding: 45px 25px 45px 35px;
    }

    /* line 1521, ../sass/main.scss */
    body .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
      padding: 0 !important;
    }

    /* line 1524, ../sass/main.scss */
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
      margin-right: 0 !important;
    }

    /* line 1528, ../sass/main.scss */
    .services img {
      float: left;
    }

    /* line 1533, ../sass/main.scss */
    .services h3 {
      float: left;
      margin-left: 20px;
      margin-top: 30px;
    }

    /* line 1539, ../sass/main.scss */
    .vc_col-sm-6 {
      padding: 0 !important;
    }
  }
  @media screen and (max-width: 991px) {
    /* line 1549, ../sass/main.scss */
    h1, .carousel .slide h1 {
      font-size: 28px;
    }

    /* line 1553, ../sass/main.scss */
    h2 {
      font-size: 24px;
    }

    /* line 1557, ../sass/main.scss */
    .services .col-md-4 {
      margin-bottom: 20px;
    }
    /* line 1560, ../sass/main.scss */
    .services .col-md-4 h3 {
      margin-top: 10px;
    }

    /* line 1565, ../sass/main.scss */
    .panel .hover {
      display: none !important;
    }

    /* line 1569, ../sass/main.scss */
    .articles-container {
      margin-bottom: 40px;
    }
    /* line 1572, ../sass/main.scss */
    .articles-container:last-of-type {
      margin-bottom: 0;
    }

    /* line 1577, ../sass/main.scss */
    .sidebar {
      margin-top: 50px;
    }

    /* line 1581, ../sass/main.scss */
    #gform_wrapper_1 form {
      padding-bottom: 60px;
    }

    /* line 1585, ../sass/main.scss */
    .tel a {
      color: #333333;
    }
  }

form .has-error {
  border-color: #c76e68 !important;
  position: relative;
  animation: shake .1s linear;
  animation-iteration-count: 3;
}

form .errors-container, form .error-msg {
  background: #fff8f8;
  border: 1px solid #c76e68;
  padding: 20px;
  margin-bottom: 20px;
  color: #c76e68;
}

form .errors-container p {
  margin-bottom: 5px;
  font-size: 16px;
}

form .error-msg {
  border: none;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}

form .error-msg .fas {
    margin-right: 10px;
}

form .errors-container p:last-of-type {
  margin-bottom: 0;
}

@keyframes shake {
  0% { left: -5px; }
  100% { right: -5px; }
}
