@charset "UTF-8";
/*!
Theme Name: Norebro Child
Theme URI: http://norebro.colabr.io/
Author: Colabrio Team
Author URI: http://colabr.io/
Description: Norebro is flexible and high performance multipurpose WordPress Theme for personal and corporate use. It comes with the most popular WordPress page builder Visual Composer. Create gorgeous pages and layouts fast and easy without coding.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: norebro
Text Domain: norebro-child
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*
 * Responsive values
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:400, 500,700|Rubik");
#masthead.site-header {
  margin-top: 0 !important; }
  #masthead.site-header .header-wrap {
    margin-top: 0; }
    #masthead.site-header .header-wrap .right .widget {
      float: left; }
      #masthead.site-header .header-wrap .right .widget,
      #masthead.site-header .header-wrap .right .widget h1,
      #masthead.site-header .header-wrap .right .widget h2,
      #masthead.site-header .header-wrap .right .widget h3,
      #masthead.site-header .header-wrap .right .widget h4,
      #masthead.site-header .header-wrap .right .widget h5,
      #masthead.site-header .header-wrap .right .widget h6 {
        color: white; }
      #masthead.site-header .header-wrap .right .widget .norebro-button-sc .btn {
        border-color: #fff; }
        #masthead.site-header .header-wrap .right .widget .norebro-button-sc .btn:hover {
          color: white; }
    #masthead.site-header .header-wrap .right .header-sidebar {
      display: inline; }
      #masthead.site-header .header-wrap .right .header-sidebar .widget {
        line-height: 80px;
        padding-top: 0; }
        #masthead.site-header .header-wrap .right .header-sidebar .widget:nth-child(n+2) {
          margin-left: 1em; }
        #masthead.site-header .header-wrap .right .header-sidebar .widget.widget_farvest_create_account_widget, #masthead.site-header .header-wrap .right .header-sidebar .widget.widget_farvest_user_connection_widget {
          display: none; }
          @media only screen and (min-width: 992px) {
            #masthead.site-header .header-wrap .right .header-sidebar .widget.widget_farvest_create_account_widget, #masthead.site-header .header-wrap .right .header-sidebar .widget.widget_farvest_user_connection_widget {
              display: block; } }
          #masthead.site-header .header-wrap .right .header-sidebar .widget.widget_farvest_create_account_widget .norebro-button-sc .btn, #masthead.site-header .header-wrap .right .header-sidebar .widget.widget_farvest_user_connection_widget .norebro-button-sc .btn {
            padding: 8px 15px 7px;
            background-color: transparent; }
    #masthead.site-header .header-wrap .right #hamburger-fullscreen-menu, #masthead.site-header .header-wrap .right #hamburger-menu {
      display: none; }
    #masthead.site-header .header-wrap .right #hamburger-mobile-menu {
      display: inline-block; }
      #masthead.site-header .header-wrap .right #hamburger-mobile-menu:hover {
        opacity: 1;
        cursor: default; }
      @media only screen and (min-width: 768px) {
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu {
          display: none; } }
      #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content {
        background-color: #2c3067;
        color: #fff;
        z-index: 500;
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        -webkit-transition: left .5s ease-out;
        transition: left .5s ease-out;
        width: 95%;
        padding: 1.2em;
        line-height: 1.2em; }
        @media only screen and (min-width: 768px) {
          #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content {
            width: 50%; } }
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content.shown {
          left: 0%;
          -webkit-transition: left .5s ease-in;
          transition: left .5s ease-in; }
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content a {
          margin-bottom: 5px; }
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .close {
          position: absolute;
          right: 25px;
          top: 25px;
          cursor: pointer; }
          #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .close span {
            font-size: 24px; }
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu {
          list-style: none;
          font-size: 16px;
          font-weight: bold;
          padding-bottom: 10px; }
          #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li {
            /*
              &:hover {
                color: $portup-primary-color;
                background-color: $portup-secondary-color;
              }
              */ }
            #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu.opened {
              left: 0%; }
              #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu.opened > a :after {
                content: "[-]";
                margin-left: 5px; }
              #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu.opened > .sub-nav {
                max-height: 500px;
                -webkit-transition: max-height .5s ease-in;
                transition: max-height .5s ease-in; }
                #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu.opened > .sub-nav .menu-depth-1 {
                  list-style: none;
                  padding-left: 30px; }
            #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu > a :after {
              content: "[+]";
              margin-left: 5px; }
            #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu > .sub-nav {
              max-height: 0;
              -webkit-transition: max-height .5s ease-out;
              transition: max-height .5s ease-out;
              overflow: hidden; }
              #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu > .sub-nav .menu-depth-1 {
                list-style: none;
                padding-left: 30px; }
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .social {
          position: absolute;
          bottom: 30px; }
          #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .social a {
            background-color: white;
            color: #2c3067;
            height: 40px;
            line-height: 40px;
            width: 40px;
            border-radius: 50px;
            font-size: 1.6em;
            text-align: center;
            cursor: pointer; }
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .sidebar {
          padding-top: 20px;
          text-align: left; }
          #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .sidebar .widget {
            padding: 0;
            width: 100%;
            display: block; }
            #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .sidebar .widget .norebro-button-sc {
              text-align: left; }
              #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .sidebar .widget .norebro-button-sc .btn {
                padding: 0 !important;
                border: 0;
                background-color: transparent; }
                #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .sidebar .widget .norebro-button-sc .btn .text {
                  font-family: 'Rubik' !important;
                  font-size: 18px; }

.hamburger-menu a {
  margin: 0 0 0 10px; }

.subheader {
  margin-top: 80px;
  left: 0px;
  z-index: 100;
  overflow: visible; }
  .subheader .content #mega-menu-wrap .mega-menu-item > a {
    background-color: transparent; }
    @media only screen and (min-width: 768px) {
      .subheader .content #mega-menu-wrap .mega-menu-item > a {
        padding: 0 8px;
        font-size: 12px; } }
    @media only screen and (min-width: 992px) {
      .subheader .content #mega-menu-wrap .mega-menu-item > a {
        padding: 0 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1026px) {
      .subheader .content #mega-menu-wrap .mega-menu-item > a {
        padding: 0 8px;
        font-size: 12px; } }
  .subheader .content #mega-menu-wrap .mega-menu-item ul li {
    display: block;
    margin: 12px 5px; }
  .subheader .content #mega-menu-wrap .mega-menu-item .sub-nav {
    min-width: 0; }

.header-title .title-wrap .content {
  padding-top: 140px; }

.header-title .subtitle .ctas {
  margin-top: 1em; }
  .header-title .subtitle .ctas .btn {
    background-color: #2c3067;
    border-color: #2c3067;
    color: #fff; }
    .header-title .subtitle .ctas .btn:hover {
      text-decoration: none;
      background-color: #fdc500;
      border-color: #fdc500;
      color: #2c3067; }
    .header-title .subtitle .ctas .btn:nth-child(n+2) {
      margin-left: 1em; }
    .header-title .subtitle .ctas .btn.simulate {
      background-color: transparent;
      color: #2c3067; }
      .header-title .subtitle .ctas .btn.simulate:hover {
        background-color: #fdc500; }

#wp-live-chat #wp-live-chat-header {
  background: url("/wp-content/plugins/wp-live-chat-support-pro/images/chaticon.png") no-repeat;
  background-size: cover; }
  #wp-live-chat #wp-live-chat-header.active {
    background: url("/wp-content/plugins/wp-live-chat-support/images/iconCloseRetina.png") no-repeat;
    background-size: cover; }

#masthead.site-header {
  margin-top: 0 !important; }
  #masthead.site-header .header-wrap {
    margin-top: 0; }
    #masthead.site-header .header-wrap .right .widget {
      float: left; }
      #masthead.site-header .header-wrap .right .widget,
      #masthead.site-header .header-wrap .right .widget h1,
      #masthead.site-header .header-wrap .right .widget h2,
      #masthead.site-header .header-wrap .right .widget h3,
      #masthead.site-header .header-wrap .right .widget h4,
      #masthead.site-header .header-wrap .right .widget h5,
      #masthead.site-header .header-wrap .right .widget h6 {
        color: white; }
      #masthead.site-header .header-wrap .right .widget .norebro-button-sc .btn {
        border-color: #fff; }
        #masthead.site-header .header-wrap .right .widget .norebro-button-sc .btn:hover {
          color: white; }
    #masthead.site-header .header-wrap .right .header-sidebar {
      display: inline; }
      #masthead.site-header .header-wrap .right .header-sidebar .widget {
        line-height: 80px;
        padding-top: 0; }
        #masthead.site-header .header-wrap .right .header-sidebar .widget:nth-child(n+2) {
          margin-left: 1em; }
        #masthead.site-header .header-wrap .right .header-sidebar .widget.widget_farvest_create_account_widget, #masthead.site-header .header-wrap .right .header-sidebar .widget.widget_farvest_user_connection_widget {
          display: none; }
          @media only screen and (min-width: 992px) {
            #masthead.site-header .header-wrap .right .header-sidebar .widget.widget_farvest_create_account_widget, #masthead.site-header .header-wrap .right .header-sidebar .widget.widget_farvest_user_connection_widget {
              display: block; } }
          #masthead.site-header .header-wrap .right .header-sidebar .widget.widget_farvest_create_account_widget .norebro-button-sc .btn, #masthead.site-header .header-wrap .right .header-sidebar .widget.widget_farvest_user_connection_widget .norebro-button-sc .btn {
            padding: 8px 15px 7px;
            background-color: transparent; }
    #masthead.site-header .header-wrap .right #hamburger-fullscreen-menu, #masthead.site-header .header-wrap .right #hamburger-menu {
      display: none; }
    #masthead.site-header .header-wrap .right #hamburger-mobile-menu {
      display: inline-block; }
      #masthead.site-header .header-wrap .right #hamburger-mobile-menu:hover {
        opacity: 1;
        cursor: default; }
      @media only screen and (min-width: 768px) {
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu {
          display: none; } }
      #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content {
        background-color: #2c3067;
        color: #fff;
        z-index: 500;
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        -webkit-transition: left .5s ease-out;
        transition: left .5s ease-out;
        width: 95%;
        padding: 1.2em;
        line-height: 1.2em; }
        @media only screen and (min-width: 768px) {
          #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content {
            width: 50%; } }
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content.shown {
          left: 0%;
          -webkit-transition: left .5s ease-in;
          transition: left .5s ease-in; }
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content a {
          margin-bottom: 5px; }
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .close {
          position: absolute;
          right: 25px;
          top: 25px;
          cursor: pointer; }
          #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .close span {
            font-size: 24px; }
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu {
          list-style: none;
          font-size: 16px;
          font-weight: bold;
          padding-bottom: 10px; }
          #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li {
            /*
              &:hover {
                color: $portup-primary-color;
                background-color: $portup-secondary-color;
              }
              */ }
            #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu.opened {
              left: 0%; }
              #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu.opened > a :after {
                content: "[-]";
                margin-left: 5px; }
              #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu.opened > .sub-nav {
                max-height: 500px;
                -webkit-transition: max-height .5s ease-in;
                transition: max-height .5s ease-in; }
                #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu.opened > .sub-nav .menu-depth-1 {
                  list-style: none;
                  padding-left: 30px; }
            #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu > a :after {
              content: "[+]";
              margin-left: 5px; }
            #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu > .sub-nav {
              max-height: 0;
              -webkit-transition: max-height .5s ease-out;
              transition: max-height .5s ease-out;
              overflow: hidden; }
              #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .menu li.has-submenu > .sub-nav .menu-depth-1 {
                list-style: none;
                padding-left: 30px; }
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .social {
          position: absolute;
          bottom: 30px; }
          #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .social a {
            background-color: white;
            color: #2c3067;
            height: 40px;
            line-height: 40px;
            width: 40px;
            border-radius: 50px;
            font-size: 1.6em;
            text-align: center;
            cursor: pointer; }
        #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .sidebar {
          padding-top: 20px;
          text-align: left; }
          #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .sidebar .widget {
            padding: 0;
            width: 100%;
            display: block; }
            #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .sidebar .widget .norebro-button-sc {
              text-align: left; }
              #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .sidebar .widget .norebro-button-sc .btn {
                padding: 0 !important;
                border: 0;
                background-color: transparent; }
                #masthead.site-header .header-wrap .right #hamburger-mobile-menu .content .sidebar .widget .norebro-button-sc .btn .text {
                  font-family: 'Rubik' !important;
                  font-size: 18px; }

.hamburger-menu a {
  margin: 0 0 0 10px; }

.subheader {
  margin-top: 80px;
  left: 0px;
  z-index: 100;
  overflow: visible; }
  .subheader .content #mega-menu-wrap .mega-menu-item > a {
    background-color: transparent; }
    @media only screen and (min-width: 768px) {
      .subheader .content #mega-menu-wrap .mega-menu-item > a {
        padding: 0 8px;
        font-size: 12px; } }
    @media only screen and (min-width: 992px) {
      .subheader .content #mega-menu-wrap .mega-menu-item > a {
        padding: 0 15px; } }
    @media only screen and (min-width: 992px) and (max-width: 1026px) {
      .subheader .content #mega-menu-wrap .mega-menu-item > a {
        padding: 0 8px;
        font-size: 12px; } }
  .subheader .content #mega-menu-wrap .mega-menu-item ul li {
    display: block;
    margin: 12px 5px; }
  .subheader .content #mega-menu-wrap .mega-menu-item .sub-nav {
    min-width: 0; }

.header-title .title-wrap .content {
  padding-top: 140px; }

.header-title .subtitle .ctas {
  margin-top: 1em; }
  .header-title .subtitle .ctas .btn {
    background-color: #2c3067;
    border-color: #2c3067;
    color: #fff; }
    .header-title .subtitle .ctas .btn:hover {
      text-decoration: none;
      background-color: #fdc500;
      border-color: #fdc500;
      color: #2c3067; }
    .header-title .subtitle .ctas .btn:nth-child(n+2) {
      margin-left: 1em; }
    .header-title .subtitle .ctas .btn.simulate {
      background-color: transparent;
      color: #2c3067; }
      .header-title .subtitle .ctas .btn.simulate:hover {
        background-color: #fdc500; }

.scroll-top {
  bottom: 90px;
  right: 27px; }
  .scroll-top:hover {
    color: #888;
    background-color: white; }

.site-footer {
  /*
   * #field_2_3: First name
   * #field_2_1: Last Name
   * #field_2_5: Email Address
   * #field_2_6: Captcha
   */ }
  .site-footer .widgets .socialbar .social.outline:hover .icon {
    color: #303030; }
  .site-footer #menu-footer-menu > li {
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500; }
  .site-footer .gform_widget .gform_wrapper .newsletter-register-form label.gfield_label {
    display: none; }
  .site-footer .gform_widget .gform_wrapper .newsletter-register-form #field_2_3,
  .site-footer .gform_widget .gform_wrapper .newsletter-register-form #field_2_1 {
    width: 45%;
    display: inline-block;
    margin-top: 0; }
    .site-footer .gform_widget .gform_wrapper .newsletter-register-form #field_2_3 input,
    .site-footer .gform_widget .gform_wrapper .newsletter-register-form #field_2_1 input {
      width: 100%; }
  .site-footer .gform_widget .gform_wrapper .newsletter-register-form #field_2_5 input {
    width: 90%; }
  .site-footer .gform_widget .gform_wrapper .newsletter-register-form #field_2_6 {
    display: none; }
  .site-footer .gform_widget .gform_wrapper .newsletter-register-form #input_2_1::-webkit-input-placeholder, .site-footer .gform_widget .gform_wrapper .newsletter-register-form #input_2_3::-webkit-input-placeholder, .site-footer .gform_widget .gform_wrapper .newsletter-register-form #input_2_5::-webkit-input-placeholder {
    color: #666666; }
  .site-footer .gform_widget .gform_wrapper .newsletter-register-form #input_2_1:-ms-input-placeholder, .site-footer .gform_widget .gform_wrapper .newsletter-register-form #input_2_3:-ms-input-placeholder, .site-footer .gform_widget .gform_wrapper .newsletter-register-form #input_2_5:-ms-input-placeholder {
    color: #666666; }
  .site-footer .gform_widget .gform_wrapper .newsletter-register-form #input_2_1::-ms-input-placeholder, .site-footer .gform_widget .gform_wrapper .newsletter-register-form #input_2_3::-ms-input-placeholder, .site-footer .gform_widget .gform_wrapper .newsletter-register-form #input_2_5::-ms-input-placeholder {
    color: #666666; }
  .site-footer .gform_widget .gform_wrapper .newsletter-register-form #input_2_1::placeholder, .site-footer .gform_widget .gform_wrapper .newsletter-register-form #input_2_3::placeholder, .site-footer .gform_widget .gform_wrapper .newsletter-register-form #input_2_5::placeholder {
    color: #666666; }
  .site-footer #footer-label-block ul {
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -10px;
    margin-right: -10px; }
    .site-footer #footer-label-block ul li {
      margin-left: 10px; }
      .site-footer #footer-label-block ul li img {
        max-width: 100%; }
  .site-footer #footer-contact-block dl dt {
    color: #bcbcbc; }
  .site-footer #footer-contact-block dl dd {
    margin: 0;
    color: #6d6d6d;
    margin-bottom: 2em; }

.theme-logo a {
  width: 100%; }
  .theme-logo a img {
    width: 100%;
    height: auto; }

input[type='submit'], button, .btn, a.btn input.btn, a.button, span.button, div.button {
  padding: 15px 24px 14px !important; }

.validation_error {
  border-top: 1px solid #ff6060 !important;
  border-bottom: 1px solid #ff6060 !important;
  padding: 10px 0 !important;
  font-size: 0.8em !important;
  color: #ff6060 !important; }

.validation_message {
  font-size: 0.6em !important;
  color: #ff6060 !important; }

li.gfield.gfield_error {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 2px !important;
  margin-top: 0 !important; }

li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
li.gfield_error textarea {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid red !important; }

#content .header-fix {
  height: 124px; }

.blog-grid {
  overflow: visible; }
  .blog-grid.boxed {
    display: table;
    background-color: white;
    position: relative;
    padding-bottom: 3em; }
    .blog-grid.boxed:hover a {
      color: #2c3067; }
    .blog-grid.boxed:hover header > a::after {
      opacity: 1; }
    .blog-grid.boxed .pre-header {
      position: relative;
      height: 65px; }
      @media only screen and (min-width: 768px) {
        .blog-grid.boxed .pre-header {
          height: auto; } }
      .blog-grid.boxed .pre-header .author,
      .blog-grid.boxed .pre-header .date {
        display: inline-block; }
      .blog-grid.boxed .pre-header .author .illustration {
        padding: 0;
        position: relative; }
        .blog-grid.boxed .pre-header .author .illustration img.avatar {
          position: absolute;
          top: -10px;
          left: 10px;
          z-index: 10;
          border-radius: 50%;
          text-align: center; }
      .blog-grid.boxed .pre-header .author .identification {
        margin-left: 96px; }
        .blog-grid.boxed .pre-header .author .identification .name-wrapper {
          padding: 0;
          font-size: .9em;
          font-weight: bold; }
          .blog-grid.boxed .pre-header .author .identification .name-wrapper .name {
            color: #2c3067; }
        .blog-grid.boxed .pre-header .author .identification .description {
          padding: 0;
          font-size: .8em;
          color: #2c3067; }
      .blog-grid.boxed .pre-header .date {
        top: 0;
        right: 0;
        font-size: 0.9em;
        font-weight: 500;
        margin-left: 80px; }
        @media only screen and (min-width: 768px) {
          .blog-grid.boxed .pre-header .date {
            position: absolute;
            margin-left: 0; } }
    .blog-grid.boxed header {
      position: relative;
      max-height: 250px;
      overflow: hidden; }
      .blog-grid.boxed header > a {
        position: relative;
        display: block; }
        .blog-grid.boxed header > a::after {
          content: '';
          -webkit-transition: .5s;
          transition: .5s;
          opacity: 0;
          width: 100%;
          height: 250px;
          position: absolute;
          top: 0;
          left: 0;
          overflow: hidden;
          background-image: url("images/article_illustration_overlay_500x250.png");
          background-position: center; }
      .blog-grid.boxed header .tags {
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
        width: auto; }
        .blog-grid.boxed header .tags .tag {
          background-color: #fdc500;
          border-color: #fdc500; }
      .blog-grid.boxed header img {
        display: block;
        -webkit-transform: translate(-50%);
                transform: translate(-50%);
        left: 50%;
        position: relative; }
    .blog-grid.boxed .content h3 {
      /* Somehow, the theme override thix color and here we have to override it once more */ }
      .blog-grid.boxed .content h3 a:hover {
        color: #2c3067; }
    .blog-grid.boxed .content h2 {
      font-size: 20px;
      line-height: 1.5;
      margin: 0; }
      .blog-grid.boxed .content h2 a:hover {
        color: #2c3067; }
    .blog-grid.boxed footer {
      position: absolute;
      bottom: 0;
      text-transform: none;
      padding-bottom: 1em;
      width: 100%; }
      .blog-grid.boxed footer .share-links {
        color: #404044;
        padding: 11px 0;
        float: left; }
        .blog-grid.boxed footer .share-links .label {
          font-weight: bold; }
        .blog-grid.boxed footer .share-links .post-share-link {
          padding: 0 3px;
          color: #2c3067; }
          .blog-grid.boxed footer .share-links .post-share-link:hover {
            color: #fdc500; }
      @media only screen and (min-width: 992px) {
        .blog-grid.boxed footer .read-more-btn {
          text-align: right; } }
      .blog-grid.boxed footer .read-more-btn .btn {
        text-transform: uppercase;
        background-color: transparent;
        color: #2c3067;
        border-color: #2c3067;
        border-radius: 18px;
        font-weight: bold;
        font-size: 1.2em;
        padding: 11px 19px 11px; }
        .blog-grid.boxed footer .read-more-btn .btn:hover {
          border-color: #fdc500;
          background-color: #fdc500; }

.document-post-item {
  color: #404044;
  width: 240px;
  text-align: center; }
  .document-post-item:nth-child(n+2) {
    margin-top: 4em; }
  .document-post-item header h4,
  .document-post-item header h4 a {
    font-size: 16px; }
  .document-post-item .content {
    padding: 1em 0; }
    .document-post-item .content:hover .read-more-link {
      background-color: rgba(255, 255, 255, 0.3);
      border-color: white;
      color: white; }
    .document-post-item .content a {
      position: relative;
      display: inline-block; }
      .document-post-item .content a .read-more-link {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: transparent;
        background-color: transparent;
        border-color: transparent;
        padding: .5em 1em;
        -webkit-transition: .3s;
        transition: .3s; }
        .document-post-item .content a .read-more-link:hover {
          color: #fff; }
  .document-post-item footer .share-links {
    color: #404044; }
    .document-post-item footer .share-links .post-share-link {
      color: #2c3067;
      padding: 0 3px; }
      .document-post-item footer .share-links .post-share-link:hover {
        color: #777779; }

.um-form .um-field-area input[type=text], .um-form .um-field-area input[type=password], .um-form .um-field-area input[type=email] {
  border: 0 !important;
  outline: 0 !important;
  border-bottom: 1px solid #3a3a3a !important; }
  .um-form .um-field-area input[type=text]:focus, .um-form .um-field-area input[type=text]:hover, .um-form .um-field-area input[type=password]:focus, .um-form .um-field-area input[type=password]:hover, .um-form .um-field-area input[type=email]:focus, .um-form .um-field-area input[type=email]:hover {
    border-bottom: 1px solid #2c3067 !important; }

.um-form input[type=submit] {
  border-radius: 50px !important;
  background-color: transparent !important;
  color: #2c3067 !important;
  border: 1px solid #2c3067 !important; }
  .um-form input[type=submit]:hover {
    color: white !important;
    background-color: #2c3067 !important; }

.um-form a.um-button {
  border-radius: 50px !important;
  background-color: transparent !important;
  color: #777779 !important;
  border: 1px solid #777779 !important; }
  .um-form a.um-button:hover {
    color: white !important;
    background-color: #777779 !important; }

.um-field-label {
  text-align: left; }
  .um-field-label label {
    color: #2c3067; }

body.blog #content .header-fix {
  height: 0; }

body.blog .upper-sidebar {
  margin-bottom: 20px; }
  body.blog .upper-sidebar .select {
    padding: 7px;
    margin: 5px;
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: center; }
  body.blog .upper-sidebar .abonnez-vous {
    display: inline-block; }
    body.blog .upper-sidebar .abonnez-vous a {
      position: relative;
      display: inline-block;
      padding: 7px 10px;
      margin: 5px;
      text-transform: uppercase;
      font-size: 0.8em;
      text-align: center;
      font-weight: bold;
      cursor: pointer;
      border: 2px solid #2c3067;
      background-color: #2c3067;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease;
      color: #fdc500; }
      body.blog .upper-sidebar .abonnez-vous a:hover {
        background-color: #fdc500;
        color: #2c3067; }

body.blog .telecharger {
  display: inline-block;
  text-align: center; }
  body.blog .telecharger a.select-title {
    width: 200px;
    position: relative;
    display: inline-block;
    padding: 12px 10px;
    margin: 20px;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0;
    border: 2px solid #2c3067;
    background-color: #2c3067;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #fdc500; }
    body.blog .telecharger a.select-title:hover {
      background-color: #fdc500;
      color: #2c3067; }
  body.blog .telecharger input[type="submit"] {
    width: calc(100% - 20px);
    position: relative;
    display: inline-block;
    padding: 7px 10px;
    padding-top: 9px;
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 0;
    border: 2px solid #2c3067;
    background-color: #2c3067;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    color: #fdc500; }
    body.blog .telecharger input[type="submit"]:hover {
      background-color: #fdc500;
      color: #2c3067; }
  body.blog .telecharger .form-telecharger {
    display: none;
    margin-top: 30px; }
    body.blog .telecharger .form-telecharger input.medium, body.blog .telecharger .form-telecharger select.medium, body.blog .telecharger .form-telecharger label.medium {
      width: calc(100% - 10px);
      margin-left: 5px; }
    body.blog .telecharger .form-telecharger label {
      width: calc(100% - 10px);
      margin-left: 5px; }

.page-id-222 .your-contact p {
  font-family: "Poppins", sans-serif; }
  .page-id-222 .your-contact p.description {
    font-weight: bold; }
  .page-id-222 .your-contact p.name {
    font-size: 2em; }
  .page-id-222 .your-contact p.position {
    font-style: italic; }

.page-id-222 #contact-form-header h3,
.page-id-222 #contact-form-header h4 {
  margin: 0; }

.page-id-222 #gform_5 {
  color: black;
  position: relative; }
  .page-id-222 #gform_5 input:not([type="submit"]),
  .page-id-222 #gform_5 textarea,
  .page-id-222 #gform_5 select {
    border: 1px solid #a0a09f; }
    .page-id-222 #gform_5 input:not([type="submit"])::-webkit-input-placeholder,
    .page-id-222 #gform_5 textarea::-webkit-input-placeholder,
    .page-id-222 #gform_5 select::-webkit-input-placeholder {
      color: lightgrey;
      font-weight: 500; }
    .page-id-222 #gform_5 input:not([type="submit"]):-ms-input-placeholder,
    .page-id-222 #gform_5 textarea:-ms-input-placeholder,
    .page-id-222 #gform_5 select:-ms-input-placeholder {
      color: lightgrey;
      font-weight: 500; }
    .page-id-222 #gform_5 input:not([type="submit"])::-ms-input-placeholder,
    .page-id-222 #gform_5 textarea::-ms-input-placeholder,
    .page-id-222 #gform_5 select::-ms-input-placeholder {
      color: lightgrey;
      font-weight: 500; }
    .page-id-222 #gform_5 input:not([type="submit"])::placeholder,
    .page-id-222 #gform_5 textarea::placeholder,
    .page-id-222 #gform_5 select::placeholder {
      color: lightgrey;
      font-weight: 500; }
  .page-id-222 #gform_5 .gfield_radio li label {
    margin: 5px 0 0 4px; }
  .page-id-222 #gform_5 .gform_body label {
    font-weight: 400; }
  @media only screen and (min-width: 768px) {
    .page-id-222 #gform_5 .gform_body #field_5_9 {
      margin-bottom: 2em; }
      .page-id-222 #gform_5 .gform_body #field_5_9 .gfield_radio > li {
        display: inline-block; }
        .page-id-222 #gform_5 .gform_body #field_5_9 .gfield_radio > li:nth-child(n+2) input {
          margin-left: 2em; } }
  .page-id-222 #gform_5 .gform_body .name_first label,
  .page-id-222 #gform_5 .gform_body .name_last label {
    display: none; }
  .page-id-222 #gform_5 .gform_body li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .page-id-222 #gform_5 .gform_body li.gfield_error textarea {
    background-color: transparent !important;
    border: 1px solid red !important; }
  .page-id-222 #gform_5 .gform_body #field_5_5 {
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .page-id-222 #gform_5 .gform_body #field_5_5 {
        display: inline-block;
        width: 50%; } }
  .page-id-222 #gform_5 .gform_body #field_5_7 {
    vertical-align: top;
    clear: both; }
    @media only screen and (min-width: 768px) {
      .page-id-222 #gform_5 .gform_body #field_5_7 {
        display: inline-block;
        width: 50%; } }
  @media only screen and (min-width: 768px) {
    .page-id-222 #gform_5 .gform_body #field_5_13 {
      vertical-align: top;
      display: inline-block;
      width: 50%; }
      .page-id-222 #gform_5 .gform_body #field_5_13 .gfield_radio > li {
        display: inline-block; }
        .page-id-222 #gform_5 .gform_body #field_5_13 .gfield_radio > li:nth-child(n+2) input {
          margin-left: 2em; } }
  .page-id-222 #gform_5 .gform_body #field_5_10 {
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .page-id-222 #gform_5 .gform_body #field_5_10 {
        display: inline-block;
        width: 50%; } }
    .page-id-222 #gform_5 .gform_body #field_5_10 input {
      width: 100%; }
  .page-id-222 #gform_5 .gform_body #field_5_11 {
    margin-bottom: 2em; }
  .page-id-222 #gform_5 .gform_body #field_5_12 {
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .page-id-222 #gform_5 .gform_body #field_5_12 {
        display: inline-block;
        width: 50%; }
        .page-id-222 #gform_5 .gform_body #field_5_12 .gfield_label {
          vertical-align: top;
          display: inline-block;
          line-height: 40px; }
          .page-id-222 #gform_5 .gform_body #field_5_12 .gfield_label::after {
            content: ' :'; }
        .page-id-222 #gform_5 .gform_body #field_5_12 .ginput_container {
          vertical-align: top;
          display: inline-block;
          margin-top: 0;
          margin-left: 2em;
          height: 40px; }
          .page-id-222 #gform_5 .gform_body #field_5_12 .ginput_container .gfield_radio > li {
            display: inline-block; }
            .page-id-222 #gform_5 .gform_body #field_5_12 .ginput_container .gfield_radio > li:nth-child(n+2) input {
              margin-left: 2em; } }
  @media only screen and (min-width: 768px) {
    .page-id-222 #gform_5 .gform_footer {
      position: absolute;
      bottom: 0;
      right: 0;
      text-align: right;
      width: 30%; } }
  .page-id-222 #gform_5 .gform_footer .gform_button {
    color: #000;
    background-color: transparent; }
    .page-id-222 #gform_5 .gform_footer .gform_button:hover {
      background-color: #404044;
      color: #fff; }

.page-id-222 #social-share-links h4 {
  margin: 0;
  line-height: 50px;
  vertical-align: middle; }

body.home {
  /* MASK for release */ }
  body.home #values,
  body.home #testimonies,
  body.home #blog,
  body.home #discover,
  body.home #page-description {
    padding-bottom: 4em; }
  body.home #values .vc_column_container .icon-wrap {
    height: 100px; }
  body.home #values .vc_column_container .content-full {
    padding: 0 3em; }
  body.home #values .vc_column_container:nth-child(n+2) {
    border-left: 1px solid #ebebeb; }
  body.home #our-services {
    margin-bottom: 4em; }
    body.home #our-services .column {
      min-height: 300px;
      height: 100%; }
      body.home #our-services .column .vc_column-inner {
        height: 100%;
        padding: 4em 0; }
        body.home #our-services .column .vc_column-inner > .wpb_wrapper {
          padding: 8%; }
          body.home #our-services .column .vc_column-inner > .wpb_wrapper > .wpb_content_element {
            padding: 2em 0.5em;
            background-color: rgba(0, 0, 0, 0.3); }
          body.home #our-services .column .vc_column-inner > .wpb_wrapper > .btn-wrap {
            padding: 2em 0.5em;
            background-color: rgba(0, 0, 0, 0.3); }
            body.home #our-services .column .vc_column-inner > .wpb_wrapper > .btn-wrap .btn span {
              font-size: 16px;
              font-weight: bold; }
          body.home #our-services .column .vc_column-inner > .wpb_wrapper h3 {
            color: #fff;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            margin-top: 0;
            font-size: 36px;
            min-height: 90px; }
          body.home #our-services .column .vc_column-inner > .wpb_wrapper p {
            color: #fff;
            font-weight: 500;
            font-size: 1em;
            font-size: 16px; }
            body.home #our-services .column .vc_column-inner > .wpb_wrapper p:first-child {
              font-weight: 400; }
            body.home #our-services .column .vc_column-inner > .wpb_wrapper p:last-child {
              min-height: 50px; }
    body.home #our-services .content {
      background-color: rgba(10, 10, 10, 0.2);
      padding: 2em 1em; }
      body.home #our-services .content h3 {
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        margin-top: 0;
        font-size: 36px; }
      body.home #our-services .content p {
        color: #fff;
        font-weight: 500;
        font-size: 1em;
        font-size: 16px; }
        body.home #our-services .content p:first-child {
          font-weight: 400; }
      body.home #our-services .content .norebro-button-sc {
        margin-top: 2em;
        font-family: "Rubik", sans-serif; }
        body.home #our-services .content .norebro-button-sc .btn {
          font-size: 16px; }
  body.home #blog {
    padding-bottom: 2em; }
    body.home #blog .norebro-card-wrapper .blog-grid.boxed {
      border-color: #fff;
      border-style: solid;
      border-top-width: 17px;
      border-bottom-width: 17px;
      border-left-width: 13px;
      border-right-width: 13px; }
      body.home #blog .norebro-card-wrapper .blog-grid.boxed:hover header > a::after {
        opacity: 1; }
    body.home #blog .see-news {
      margin-bottom: 2em; }
  body.home #discover-desc {
    padding: 0 2rem 50px;
    background-color: #2c3067; }
    body.home #discover-desc h1 {
      margin-top: 15px;
      font-weight: 500;
      color: white; }
    body.home #discover-desc h6 {
      text-transform: uppercase;
      color: #8e90ae;
      margin-bottom: 15px; }
    body.home #discover-desc p {
      color: white; }
    body.home #discover-desc .norebro-accordion-sс .content .wrap {
      color: #8e90ae; }
      body.home #discover-desc .norebro-accordion-sс .content .wrap ul {
        padding-left: 2em; }
        body.home #discover-desc .norebro-accordion-sс .content .wrap ul li {
          list-style-type: disclosure-closed; }
  body.home #page-description {
    padding-bottom: 0; }
    body.home #page-description span.short {
      color: red; }
  body.home #testimonies,
  body.home #blog {
    display: none; }
  body.home .header-title .subtitle,
  body.home .header-title .ctas {
    display: none; }

.page-id-429 #content .page-container.full {
  padding: 0; }

.page-id-429 #content #step-1,
.page-id-429 #content #step-2,
.page-id-429 #content #step-3,
.page-id-429 #content #step-4,
.page-id-429 #content #step-5 {
  padding-left: 20%;
  padding-right: 30%;
  position: relative; }
  .page-id-429 #content #step-1 .vc_column_container:first-child,
  .page-id-429 #content #step-2 .vc_column_container:first-child,
  .page-id-429 #content #step-3 .vc_column_container:first-child,
  .page-id-429 #content #step-4 .vc_column_container:first-child,
  .page-id-429 #content #step-5 .vc_column_container:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: 150px auto;
    background-position: center;
    background-repeat: no-repeat; }
    .page-id-429 #content #step-1 .vc_column_container:first-child h1,
    .page-id-429 #content #step-2 .vc_column_container:first-child h1,
    .page-id-429 #content #step-3 .vc_column_container:first-child h1,
    .page-id-429 #content #step-4 .vc_column_container:first-child h1,
    .page-id-429 #content #step-5 .vc_column_container:first-child h1 {
      font-size: 6em; }
  .page-id-429 #content #step-1 .vc_column_container:last-child,
  .page-id-429 #content #step-2 .vc_column_container:last-child,
  .page-id-429 #content #step-3 .vc_column_container:last-child,
  .page-id-429 #content #step-4 .vc_column_container:last-child,
  .page-id-429 #content #step-5 .vc_column_container:last-child {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-left: 30%; }

.page-id-429 #content #step-1,
.page-id-429 #content #step-4 {
  background-color: #2c3067; }
  .page-id-429 #content #step-1 h1,
  .page-id-429 #content #step-1 h2,
  .page-id-429 #content #step-1 h3,
  .page-id-429 #content #step-1 h4,
  .page-id-429 #content #step-1 h5,
  .page-id-429 #content #step-1 p,
  .page-id-429 #content #step-4 h1,
  .page-id-429 #content #step-4 h2,
  .page-id-429 #content #step-4 h3,
  .page-id-429 #content #step-4 h4,
  .page-id-429 #content #step-4 h5,
  .page-id-429 #content #step-4 p {
    color: #fff; }
  .page-id-429 #content #step-1 .vc_column_container:first-child,
  .page-id-429 #content #step-4 .vc_column_container:first-child {
    background-image: url("/wp-content/uploads/2018/03/step1.png"); }
    .page-id-429 #content #step-1 .vc_column_container:first-child h1,
    .page-id-429 #content #step-4 .vc_column_container:first-child h1 {
      color: rgba(255, 255, 255, 0.8); }

.page-id-429 #content #step-2,
.page-id-429 #content #step-5 {
  background-color: #d3d3d3; }

.page-id-429 #content #step-2 h1,
.page-id-429 #content #step-2 h2,
.page-id-429 #content #step-2 h3,
.page-id-429 #content #step-2 h4,
.page-id-429 #content #step-2 h5,
.page-id-429 #content #step-2 p,
.page-id-429 #content #step-3 h1,
.page-id-429 #content #step-3 h2,
.page-id-429 #content #step-3 h3,
.page-id-429 #content #step-3 h4,
.page-id-429 #content #step-3 h5,
.page-id-429 #content #step-3 p,
.page-id-429 #content #step-5 h1,
.page-id-429 #content #step-5 h2,
.page-id-429 #content #step-5 h3,
.page-id-429 #content #step-5 h4,
.page-id-429 #content #step-5 h5,
.page-id-429 #content #step-5 p {
  color: #2c3067; }

.page-id-429 #content #step-2 .vc_column_container:first-child,
.page-id-429 #content #step-3 .vc_column_container:first-child,
.page-id-429 #content #step-5 .vc_column_container:first-child {
  background-image: url("/wp-content/uploads/2018/03/step1.png"); }
  .page-id-429 #content #step-2 .vc_column_container:first-child h1,
  .page-id-429 #content #step-3 .vc_column_container:first-child h1,
  .page-id-429 #content #step-5 .vc_column_container:first-child h1 {
    color: rgba(44, 48, 103, 0.8); }

.page-id-429 #content #step-1 .vc_column_container:first-child {
  background-image: url("/wp-content/uploads/2018/03/step1.png"); }

.page-id-429 #content #step-2 .vc_column_container:first-child {
  background-image: url("/wp-content/uploads/2018/03/step2.png"); }

.page-id-429 #content #step-3 .vc_column_container:first-child {
  background-image: url("/wp-content/uploads/2018/03/step3.png"); }

.page-id-429 #content #step-4 .vc_column_container:first-child {
  background-image: url("/wp-content/uploads/2018/03/step4.png"); }

.page-id-429 #content #step-5 .vc_column_container:first-child {
  background-image: url("/wp-content/uploads/2018/03/step5.png"); }

.page-id-429 #content #infography {
  margin-top: 3em; }
  .page-id-429 #content #infography img {
    width: 50%; }

.page-id-336 #content h3,
.page-id-336 #content h4 {
  color: #2c3067; }

.page-id-336 #content h3 {
  text-transform: uppercase; }

.page-id-344 #content .pricing-table {
  background-color: #fff; }
  .page-id-344 #content .pricing-table.features .list-box li {
    color: #000;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .page-id-344 #content .pricing-table.features .list-box li .title {
      font-weight: normal;
      font-size: 12px; }
  .page-id-344 #content .pricing-table .price h2,
  .page-id-344 #content .pricing-table .price p {
    font-family: "Rubik"; }
  .page-id-344 #content .pricing-table .price p.subtitle {
    height: 40px; }
  .page-id-344 #content .pricing-table .list-box li {
    color: #2c3067;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4px 0; }
    .page-id-344 #content .pricing-table .list-box li.disabled {
      font-weight: 500;
      color: #fdc500; }

.page-id-344 #content #feature-row2 .pricing-table.features h3.title,
.page-id-344 #content #feature-row3 .pricing-table.features h3.title {
  position: absolute;
  top: 5px; }

.page-id-344 #content #feature-row2 .pricing-table.features .list-box,
.page-id-344 #content #feature-row3 .pricing-table.features .list-box {
  margin-top: 0; }

.page-id-344 #content #feature-row1 .pricing-table.features h3.title {
  color: #000; }

.page-id-344 #content #feature-row1 .pricing-table h3.title {
  color: #fdc500; }

.page-id-344 #content #feature-row1 .pricing-table .price h2.title {
  color: #2c3067; }

.page-id-344 #content #feature-row2 {
  background-color: #f9f9f9; }
  .page-id-344 #content #feature-row2 .pricing-table {
    background-color: #f9f9f9; }
    .page-id-344 #content #feature-row2 .pricing-table .price {
      display: none; }

.page-id-344 #content #feature-row3 .pricing-table .price {
  display: none; }

.page-id-344 #content #offer-icon-row {
  position: relative;
  bottom: -2em;
  z-index: 100; }
  .page-id-344 #content #offer-icon-row #express-offer-icon {
    position: relative;
    top: 8px; }
  .page-id-344 #content #offer-icon-row #smart-offer-icon {
    position: relative; }
  .page-id-344 #content #offer-icon-row #premium-offer-icon {
    position: relative;
    top: 10px; }

.page-id-378 #content .page-container {
  padding: 0; }
  .page-id-378 #content .page-container.bottom-offset {
    margin-bottom: 0; }
  .page-id-378 #content .page-container #sector-row {
    padding: 2em 8vw; }
    .page-id-378 #content .page-container #sector-row #sector-row-left p {
      text-align: justify; }
    .page-id-378 #content .page-container #sector-row #sector-row-left h3 {
      color: #2c3067; }
    .page-id-378 #content .page-container #sector-row #sector-row-right .container-flex {
      padding-top: 2em;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .page-id-378 #content .page-container #sector-row #sector-row-right .container-flex .icon-box {
        width: 220px;
        margin: 0 10px 30px 10px; }
        .page-id-378 #content .page-container #sector-row #sector-row-right .container-flex .icon-box .icon {
          text-align: center;
          height: 50px; }
        .page-id-378 #content .page-container #sector-row #sector-row-right .container-flex .icon-box .title {
          text-align: center;
          height: 70px; }
          .page-id-378 #content .page-container #sector-row #sector-row-right .container-flex .icon-box .title h5 {
            color: #2c3067; }
        .page-id-378 #content .page-container #sector-row #sector-row-right .container-flex .icon-box .desc {
          text-align: center;
          height: 80px; }
  .page-id-378 #content .page-container #argument-row {
    margin-top: 3em;
    text-align: justify; }
    .page-id-378 #content .page-container #argument-row .column-left {
      border-top: 25px solid white;
      border-bottom: 25px solid #303030; }
    .page-id-378 #content .page-container #argument-row .column-right {
      padding: calc(20px + 3em); }
      .page-id-378 #content .page-container #argument-row .column-right .accordion-box .title {
        color: #2c3067;
        padding-left: 0;
        padding-right: 0; }
      .page-id-378 #content .page-container #argument-row .column-right .accordion-box h4 .picto {
        width: 25px;
        margin-right: 20px; }
    .page-id-378 #content .page-container #argument-row .split-box .split-box-wrap:nth-child(1) {
      width: 45%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-top: 25px solid white;
      border-bottom: 25px solid #303030; }
    .page-id-378 #content .page-container #argument-row .split-box .split-box-wrap:nth-child(2) {
      width: 55%; }
      .page-id-378 #content .page-container #argument-row .split-box .split-box-wrap:nth-child(2) .accordion-box .title {
        color: #2c3067;
        padding-left: 0;
        padding-right: 0; }
    .page-id-378 #content .page-container #argument-row .vc_column_container:first-child .vc_column-inner {
      padding-left: 0; }
    .page-id-378 #content .page-container #argument-row .vc_column_container:last-child {
      background-color: #f5f5f5; }
      .page-id-378 #content .page-container #argument-row .vc_column_container:last-child .vc_column-inner {
        padding-right: 0; }
  .page-id-378 #content .page-container .accordion-box h4 .picto {
    width: 25px;
    margin-right: 20px; }

.page-id-402 #content .page-container.full {
  padding: 0; }

.page-id-402 #content .page-container::after {
  content: none; }

.page-id-402 #content .page-container #advantages-intro h3,
.page-id-402 #content .page-container #they-trust-us h3,
.page-id-402 #content .page-container #added-value h3 {
  color: #2c3067;
  text-transform: uppercase; }

.page-id-402 #content .page-container #intro,
.page-id-402 #content .page-container #advantages-intro,
.page-id-402 #content .page-container #advantages-icons,
.page-id-402 #content .page-container #they-trust-us {
  padding-left: 15%;
  padding-right: 15%; }

.page-id-402 #content .page-container #intro {
  text-align: justify; }

.page-id-402 #content .page-container #advantages-intro {
  padding-bottom: 3em;
  background-color: #f5f5f5; }

.page-id-402 #content .page-container #advantages-icons {
  padding-bottom: 3em;
  background-color: #f5f5f5; }
  .page-id-402 #content .page-container #advantages-icons .icon-box p {
    font-size: .9em; }

.page-id-402 #content .page-container #added-value .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }
  .page-id-402 #content .page-container #added-value .vc_column-inner .split-box .split-box-wrap:nth-child(1) {
    width: 40%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 20px solid #f5f5f5;
    border-bottom: 20px solid #f5f5f5; }
  .page-id-402 #content .page-container #added-value .vc_column-inner .split-box .split-box-wrap:nth-child(2) {
    width: 60%; }
    .page-id-402 #content .page-container #added-value .vc_column-inner .split-box .split-box-wrap:nth-child(2) .content {
      margin-right: 15%;
      text-align: justify; }

.page-id-402 #content .page-container #they-trust-us {
  background-color: #f5f5f5;
  padding-bottom: 3em; }

.page-id-396 #content .page-container.full {
  padding: 0; }

.page-id-396 #content .page-container::after {
  content: none; }

.page-id-396 #content .page-container #intro {
  color: #a0a09f;
  font-size: .9em;
  margin-bottom: 2em; }

.page-id-396 #content .page-container #services-row-1 > .vc_column_container,
.page-id-396 #content .page-container #services-row-2 > .vc_column_container {
  padding: 1em; }
  .page-id-396 #content .page-container #services-row-1 > .vc_column_container > .vc_column-inner,
  .page-id-396 #content .page-container #services-row-2 > .vc_column_container > .vc_column-inner {
    background-color: #f5f5f5;
    padding: 2em; }
    .page-id-396 #content .page-container #services-row-1 > .vc_column_container > .vc_column-inner .header .vc_column-inner:first-child .wpb_single_image,
    .page-id-396 #content .page-container #services-row-2 > .vc_column_container > .vc_column-inner .header .vc_column-inner:first-child .wpb_single_image {
      text-align: center; }
    .page-id-396 #content .page-container #services-row-1 > .vc_column_container > .vc_column-inner .description,
    .page-id-396 #content .page-container #services-row-2 > .vc_column_container > .vc_column-inner .description {
      margin-top: 1em; }
      .page-id-396 #content .page-container #services-row-1 > .vc_column_container > .vc_column-inner .description > p:first-child,
      .page-id-396 #content .page-container #services-row-2 > .vc_column_container > .vc_column-inner .description > p:first-child {
        margin-top: 0; }

/**
 * @author : Emmanuel Grosdemange
 * @company : Farvest
 * @date : 28/03/2018
 * @version : 1.0.0
 */
.page-id-560 #service-administratif-financier {
  background-color: #f0f0f0;
  margin-top: 2em; }

.page-id-560 #service-relation-consultant,
.page-id-560 #service-juridique {
  background-color: white;
  margin-top: 2em; }

.page-id-560 .page-container p.subtitle {
  margin-top: 3em; }

.page-id-560 .titre-container {
  padding: 2em 20vw !important; }
  @media screen and (max-width: 768px) {
    .page-id-560 .titre-container {
      padding: 2em 12vw !important; } }
  @media screen and (max-width: 576px) {
    .page-id-560 .titre-container {
      padding: 2em 6vw !important; } }
  .page-id-560 .titre-container .titre-header h2 {
    color: #2c3067;
    font-size: 3em; }
  @media screen and (max-width: 768px) {
    .page-id-560 .titre-container .titre-header {
      font-size: 0.9em; } }
  @media screen and (max-width: 576px) {
    .page-id-560 .titre-container .titre-header {
      font-size: 0.8em; } }
  .page-id-560 .titre-container .titre-description {
    padding: 0 3em;
    font-size: 1em; }
    @media screen and (max-width: 768px) {
      .page-id-560 .titre-container .titre-description {
        font-size: 0.9em; } }
    @media screen and (max-width: 576px) {
      .page-id-560 .titre-container .titre-description {
        font-size: 0.8em; } }

.page-id-560 .images-container {
  margin: 2em 12vw !important; }
  @media screen and (max-width: 768px) {
    .page-id-560 .images-container {
      margin: 2em 10vw !important; } }
  @media screen and (max-width: 576px) {
    .page-id-560 .images-container {
      margin: 2em 6vw !important; } }
  .page-id-560 .images-container .image-container {
    padding: 1em; }
    .page-id-560 .images-container .image-container .equipe-fonction {
      text-transform: capitalize; }
      .page-id-560 .images-container .image-container .equipe-fonction p {
        font-size: 1.1em;
        color: #b0b0b0; }
        @media screen and (max-width: 768px) {
          .page-id-560 .images-container .image-container .equipe-fonction p {
            font-size: 1em; } }
        @media screen and (max-width: 576px) {
          .page-id-560 .images-container .image-container .equipe-fonction p {
            font-size: 0.9em; } }
    .page-id-560 .images-container .image-container .equipe-nom p {
      font-size: 1.2em;
      color: black; }
      @media screen and (max-width: 768px) {
        .page-id-560 .images-container .image-container .equipe-nom p {
          font-size: 1.1em; } }
      @media screen and (max-width: 576px) {
        .page-id-560 .images-container .image-container .equipe-nom p {
          font-size: 1em; } }
    .page-id-560 .images-container .image-container .equipe-description p {
      font-size: 1em; }
      @media screen and (max-width: 768px) {
        .page-id-560 .images-container .image-container .equipe-description p {
          font-size: 0.9em; } }
      @media screen and (max-width: 576px) {
        .page-id-560 .images-container .image-container .equipe-description p {
          font-size: 0.8em; } }

/**
 * @author : Emmanuel Grosdemange
 * @company : Farvest
 * @date : 28/03/2018
 * @version : 1.0.0
 */
.page-id-578 .simu-intro {
  margin: 2em 5vw !important; }
  .page-id-578 .simu-intro p {
    text-align: center; }

.page-id-578 #resultat .resultat-ligne {
  margin: 0px 40px 10px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 0px; }
  .page-id-578 #resultat .resultat-ligne .resultat-decale {
    margin-left: 40px; }
    .page-id-578 #resultat .resultat-ligne .resultat-decale p {
      margin: 5px 0; }
  .page-id-578 #resultat .resultat-ligne .resultat-decale + .resultat-decale p {
    margin-top: 0px;
    margin-bottom: 10px; }
  .page-id-578 #resultat .resultat-ligne .simu_resultat {
    text-align: right; }
    .page-id-578 #resultat .resultat-ligne .simu_resultat p {
      font-weight: bold; }

.page-id-578 #resultat .resultat-final {
  margin: 0px 40px 10px 40px;
  background-color: #2c3067;
  padding-bottom: 0px; }
  .page-id-578 #resultat .resultat-final p {
    color: white;
    font-weight: bold; }
  .page-id-578 #resultat .resultat-final .simu_resultat {
    text-align: right; }
    .page-id-578 #resultat .resultat-final .simu_resultat p {
      font-weight: bold; }

.page-id-578 #simulateur .wpb_raw_code {
  padding: 20px; }

.page-id-578 #simulateur input[type="text"]::-webkit-input-placeholder {
  color: #a0a0a0;
  font-style: italic; }

.page-id-578 #simulateur input[type="text"]:-ms-input-placeholder {
  color: #a0a0a0;
  font-style: italic; }

.page-id-578 #simulateur input[type="text"]::-ms-input-placeholder {
  color: #a0a0a0;
  font-style: italic; }

.page-id-578 #simulateur input[type="text"]::placeholder {
  color: #a0a0a0;
  font-style: italic; }

.page-id-578 #simulateur input[type="text"]:focus {
  color: #2c3067;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

.page-id-578 #simulateur input[type="radio"] {
  border-color: #a0a0a0;
  width: 30px; }

.page-id-578 #simulateur label {
  color: #a0a0a0;
  font-style: italic; }

.page-id-578 #simulateur input[type="submit"] {
  background-color: #2c3067;
  color: white;
  border-radius: 0px;
  padding: 12px 60px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 3px; }

.page-id-578 .simulateur-question {
  background-color: #dddddd;
  width: 100%;
  padding: 10px 30px; }
  .page-id-578 .simulateur-question p {
    color: #2c3067;
    font-size: 1.3em;
    font-weight: bold; }

.page-id-578 .simulateur-resultat {
  background-color: #2c3067;
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 10px; }
  .page-id-578 .simulateur-resultat p {
    color: #dddddd;
    font-size: 1.3em;
    font-weight: bold; }

.page-id-556 h2.wsp-pages-title {
  color: #2c3067; }

.page-id-408 #texte-principal ol > li.first {
  font-size: 24px;
  color: #2c3067;
  margin-top: 25px; }
  .page-id-408 #texte-principal ol > li.first p {
    padding: 0 30px;
    font-size: 14px; }

.page-id-408 #texte-principal ol > li.second {
  font-size: 18px;
  color: #2c3067;
  margin: 15px 30px 0 30px; }
  .page-id-408 #texte-principal ol > li.second p {
    padding: 0 30px;
    font-size: 14px; }

.page-id-408 #texte-principal ul > li {
  color: #595959;
  padding: 0 30px;
  font-size: 14px; }

.page-id-406 p.titre {
  border-top: 1px solid #2c3067;
  border-bottom: 1px solid #2c3067;
  padding: 13px 0 10px 0;
  font-weight: bold;
  color: #2c3067;
  font-size: 1.1em; }

.page-id-602 .blue-section {
  background-color: #2c3067;
  padding: 4em 6em; }
  .page-id-602 .blue-section h2 {
    color: white; }
  .page-id-602 .blue-section .titre p, .page-id-602 .blue-section .titre h2 {
    color: white; }
  .page-id-602 .blue-section .accordion-box .title {
    background-color: transparent;
    padding: 10px 0; }
    .page-id-602 .blue-section .accordion-box .title span.icon {
      display: none; }
    .page-id-602 .blue-section .accordion-box .title h4, .page-id-602 .blue-section .accordion-box .title .content {
      display: inline;
      color: white; }
    .page-id-602 .blue-section .accordion-box .title .control span {
      color: #fdc400; }
  .page-id-602 .blue-section .accordion-box .content p {
    color: white; }

.page-id-602 .white-section {
  background-color: white;
  padding: 4em 6em; }
  .page-id-602 .white-section h2 {
    color: #2c3067; }
  .page-id-602 .white-section .titre p, .page-id-602 .white-section .titre h2 {
    color: #2c3067; }
  .page-id-602 .white-section .accordion-box.outline .title {
    background: transparent;
    border: 1px solid #2c3067;
    border-bottom-width: 0;
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0; }
  .page-id-602 .white-section .accordion-box .title {
    background-color: transparent;
    padding: 10px 0; }
    .page-id-602 .white-section .accordion-box .title span.icon {
      display: none; }
    .page-id-602 .white-section .accordion-box .title h4, .page-id-602 .white-section .accordion-box .title .content {
      display: inline;
      color: #2c3067; }
    .page-id-602 .white-section .accordion-box .title .control span {
      color: #fdc400; }
  .page-id-602 .white-section .accordion-box .content p {
    color: #2c3067; }

.page-id-388 .icone {
  float: left;
  width: 100px;
  text-align: center; }
  .page-id-388 .icone p {
    font-weight: bold; }

.page-id-388 .icone-desc {
  float: left;
  width: calc(100% - 100px);
  text-align: left;
  padding-left: 20px; }

.page-id-388 h3 {
  color: #2c3067;
  margin-bottom: 2em; }

.page-id-388 p.justify {
  text-align: justify; }

.page-id-388 #column-1 {
  padding: 0 3em 0 2em; }

.page-id-388 #column-2 {
  padding: 0 2em 0 3em; }

.page-id-388 .icon-column {
  padding: 1em 2em; }

.page-id-659 .page-content {
  padding: 0 10vw; }
  .page-id-659 .page-content .left {
    float: left; }
    .page-id-659 .page-content .left.icon {
      width: 60px;
      padding-top: 20px; }
      @media screen and (min-width: 572px) {
        .page-id-659 .page-content .left.icon {
          width: 100px; } }
    .page-id-659 .page-content .left.desc {
      width: calc(100% - 60px); }
      @media screen and (min-width: 572px) {
        .page-id-659 .page-content .left.desc {
          width: calc(100% - 100px); } }
      .page-id-659 .page-content .left.desc h4 {
        margin-top: 15px;
        color: #2c3067; }

.single-post .page-content {
  padding: 0 2vw; }

.single-post .site-main {
  margin: 0 3em; }
  @media screen and (max-width: 576px) {
    .single-post .site-main {
      margin: 0 1em; } }
  .single-post .site-main article p {
    text-align: justify;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }

.single-post .norebro-icon-grid {
  display: none !important; }

.single-post .author-description {
  position: relative;
  text-align: center;
  min-height: 200px;
  margin-bottom: 30px 0 50px 0; }
  .single-post .author-description img {
    z-index: 2;
    position: absolute;
    top: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid white; }
  .single-post .author-description::before {
    content: '';
    position: absolute;
    z-index: 1;
    border: 0;
    border-bottom: 1px solid lightgray;
    width: 100%;
    left: 0;
    top: 60px; }
  .single-post .author-description .author-desc {
    padding: 100px 0 0 0;
    text-align: center;
    margin-bottom: 10px; }
    .single-post .author-description .author-desc p:last-child {
      font-size: 0.9em; }
      .single-post .author-description .author-desc p:last-child:first-letter {
        color: red; }
  .single-post .author-description .author-social {
    margin-bottom: 20px; }
    .single-post .author-description .author-social p {
      color: gray; }
    .single-post .author-description .author-social .fa {
      font-size: 16px;
      line-height: 26px;
      width: 26px;
      height: 26px;
      color: white;
      border-radius: 2px;
      display: inline-block;
      margin: 0 3px;
      cursor: pointer; }
      .single-post .author-description .author-social .fa.fa-twitter {
        background-color: #00aced; }
      .single-post .author-description .author-social .fa.fa-envelope {
        background-color: grey; }
      .single-post .author-description .author-social .fa.fa-facebook {
        background-color: #3b5998; }
      .single-post .author-description .author-social .fa.fa-linkedin {
        background-color: #0077b5; }
      .single-post .author-description .author-social .fa.fa-google-plus {
        background-color: #dd4b39; }

.single-post .share-links {
  margin: 40px 0; }
  .single-post .share-links .fa {
    font-size: 20px;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer; }
    .single-post .share-links .fa.fa-twitter {
      color: #00aced; }
    .single-post .share-links .fa.fa-facebook {
      color: #3b5998; }
    .single-post .share-links .fa.fa-linkedin {
      color: #0077b5; }
    .single-post .share-links .fa.fa-google-plus {
      color: #dd4b39; }

.page-id-756 table tr td:first-child {
  min-width: 500px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 150px auto;
  background-position: center; }
  .page-id-756 table tr td:first-child h1 {
    font-size: 5em; }
  @media screen and (max-width: 1200px) {
    .page-id-756 table tr td:first-child {
      min-width: 300px;
      background-size: 130px auto; }
      .page-id-756 table tr td:first-child h1 {
        font-size: 4em; } }
  @media screen and (max-width: 992px) {
    .page-id-756 table tr td:first-child {
      min-width: 200px;
      background-size: 120px auto; }
      .page-id-756 table tr td:first-child h1 {
        font-size: 3.2em; } }
  @media screen and (max-width: 768px) {
    .page-id-756 table tr td:first-child {
      min-width: 150px;
      background-size: 110px auto; }
      .page-id-756 table tr td:first-child h1 {
        font-size: 2.8em; } }
  @media screen and (max-width: 576px) {
    .page-id-756 table tr td:first-child {
      min-width: 120px;
      background-size: 100px auto; }
      .page-id-756 table tr td:first-child h1 {
        font-size: 2.5em; } }

.page-id-756 table tr td:last-child {
  padding-left: 20px;
  padding-right: 15vw; }

.page-id-756 table tr#step-1-bis {
  background-color: #2c3067; }
  .page-id-756 table tr#step-1-bis td h4, .page-id-756 table tr#step-1-bis td p {
    color: white; }
  .page-id-756 table tr#step-1-bis td:first-child {
    background-image: url("/wp-content/uploads/2018/03/step1.png"); }
    .page-id-756 table tr#step-1-bis td:first-child h1 {
      color: rgba(255, 255, 255, 0.8); }

.page-id-756 table tr#step-2-bis {
  background-color: #d3d3d3; }
  .page-id-756 table tr#step-2-bis td h4, .page-id-756 table tr#step-2-bis td p {
    color: #2c3067; }
  .page-id-756 table tr#step-2-bis td:first-child {
    background-image: url("/wp-content/uploads/2018/03/step2.png"); }
    .page-id-756 table tr#step-2-bis td:first-child h1 {
      color: rgba(44, 48, 103, 0.8); }

.page-id-756 table tr#step-3-bis {
  background-color: white; }
  .page-id-756 table tr#step-3-bis td h4, .page-id-756 table tr#step-3-bis td p {
    color: #2c3067; }
  .page-id-756 table tr#step-3-bis td:first-child {
    background-image: url("/wp-content/uploads/2018/03/step3.png"); }
    .page-id-756 table tr#step-3-bis td:first-child h1 {
      color: rgba(44, 48, 103, 0.8); }

.page-id-756 table tr#step-4-bis {
  background-color: #2c3067; }
  .page-id-756 table tr#step-4-bis td h4, .page-id-756 table tr#step-4-bis td p {
    color: white; }
  .page-id-756 table tr#step-4-bis td:first-child {
    background-image: url("/wp-content/uploads/2018/03/step4.png"); }
    .page-id-756 table tr#step-4-bis td:first-child h1 {
      color: rgba(255, 255, 255, 0.8); }

.page-id-756 table tr#step-5-bis {
  background-color: #d3d3d3; }
  .page-id-756 table tr#step-5-bis td h4, .page-id-756 table tr#step-5-bis td p {
    color: #2c3067; }
  .page-id-756 table tr#step-5-bis td:first-child {
    background-image: url("/wp-content/uploads/2018/03/step5.png"); }
    .page-id-756 table tr#step-5-bis td:first-child h1 {
      color: rgba(44, 48, 103, 0.8); }

@media screen and (max-width: 576px) {
  .page-id-775 .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.page-id-775 .table {
  display: table;
  width: 100%; }
  .page-id-775 .table .table-row {
    display: table-row; }
    .page-id-775 .table .table-row .table-cell {
      display: table-cell;
      text-align: center;
      font-size: 28px;
      color: #2c3067;
      position: relative;
      vertical-align: middle;
      width: 180px; }
      @media screen and (max-width: 992px) {
        .page-id-775 .table .table-row .table-cell {
          font-size: 26px;
          width: 100px; } }
      @media screen and (max-width: 768px) {
        .page-id-775 .table .table-row .table-cell {
          font-size: 24px;
          width: 80px; } }
      @media screen and (max-width: 576px) {
        .page-id-775 .table .table-row .table-cell {
          font-size: 20px;
          width: 60px; } }
      .page-id-775 .table .table-row .table-cell.leftside {
        font-size: 16px;
        text-align: left;
        width: 450px;
        padding: 4px 30px 4px 10px;
        color: #2c3067; }
        @media screen and (max-width: 768px) {
          .page-id-775 .table .table-row .table-cell.leftside {
            padding: 4px 30px 4px 10px;
            font-size: 11px;
            width: 180px; } }
        @media screen and (max-width: 576px) {
          .page-id-775 .table .table-row .table-cell.leftside {
            padding: 3px 10px;
            font-size: 10px;
            width: 140px; } }
        .page-id-775 .table .table-row .table-cell.leftside.title {
          padding-top: 10px;
          font-size: 20px;
          font-weight: bold;
          text-align: left;
          color: black;
          vertical-align: bottom; }
          @media screen and (max-width: 576px) {
            .page-id-775 .table .table-row .table-cell.leftside.title {
              padding-top: 10px;
              font-size: 14px; } }
          @media screen and (max-width: 768px) {
            .page-id-775 .table .table-row .table-cell.leftside.title {
              padding-top: 10px;
              font-size: 16px; } }
      .page-id-775 .table .table-row .table-cell.disabled {
        color: orange; }
      .page-id-775 .table .table-row .table-cell.top-header {
        padding-bottom: 15px;
        font-weight: bold;
        color: orange; }
        @media screen and (max-width: 768px) {
          .page-id-775 .table .table-row .table-cell.top-header {
            font-size: 16px; } }
        @media screen and (max-width: 576px) {
          .page-id-775 .table .table-row .table-cell.top-header {
            font-size: 10px; } }
      .page-id-775 .table .table-row .table-cell.sub-header {
        font-size: 50px;
        font-weight: bold;
        color: #2c3067; }
        @media screen and (max-width: 768px) {
          .page-id-775 .table .table-row .table-cell.sub-header {
            font-size: 20px; } }
        @media screen and (max-width: 576px) {
          .page-id-775 .table .table-row .table-cell.sub-header {
            font-size: 18px;
            padding: 10px 0; } }
        .page-id-775 .table .table-row .table-cell.sub-header.info {
          color: gray;
          font-size: 16px;
          vertical-align: top;
          padding: 0 20px 15px 20px; }
          @media screen and (max-width: 992px) {
            .page-id-775 .table .table-row .table-cell.sub-header.info {
              font-size: 14px; } }
          @media screen and (max-width: 768px) {
            .page-id-775 .table .table-row .table-cell.sub-header.info {
              padding: 0 20px 15px 20px;
              font-size: 9px; } }
          @media screen and (max-width: 576px) {
            .page-id-775 .table .table-row .table-cell.sub-header.info {
              padding: 0 5px 15px 5px;
              font-size: 7px; } }
      .page-id-775 .table .table-row .table-cell.subline::before {
        content: '';
        position: absolute;
        bottom: 0px;
        width: calc(100% - 40px);
        left: 20px;
        border-bottom: 1px solid lightgray; }
        @media screen and (max-width: 576px) {
          .page-id-775 .table .table-row .table-cell.subline::before {
            width: calc(100% - 10px);
            left: 5px; } }
      .page-id-775 .table .table-row .table-cell.leftside.subline::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10px;
        border-bottom: 1px solid lightgray; }
        @media screen and (max-width: 576px) {
          .page-id-775 .table .table-row .table-cell.leftside.subline::before {
            width: calc(100% - 15px); } }
      @media screen and (max-width: 768px) {
        .page-id-775 .table .table-row .table-cell img {
          width: 60px; } }
      @media screen and (max-width: 576px) {
        .page-id-775 .table .table-row .table-cell img {
          width: 30px; } }
    .page-id-775 .table .table-row.empty {
      height: 30px;
      width: 100%; }
    .page-id-775 .table .table-row.grey {
      background-color: #eeeeee; }

.expendable-infotext-sc.collapsed .short-content {
  height: auto;
  opacity: 1; }

.expendable-infotext-sc.collapsed .full-content {
  height: 0;
  opacity: 0; }

.expendable-infotext-sc .read-more-text,
.expendable-infotext-sc .read-less-text {
  color: blue;
  cursor: pointer; }

.expendable-infotext-sc .short-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s; }
  .expendable-infotext-sc .short-content .read-more-text {
    color: blue; }

.expendable-infotext-sc .full-content {
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  height: auto;
  opacity: 1; }
  .expendable-infotext-sc .full-content .read-less-text {
    color: blue; }

a:hover {
  color: #2c3067; }

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