/* 
Theme Name: Rechtnl.nl v1
Version: 1.0
Author: Danny van der Meijden - dannyvdm.nl
Author URI: http://www.dannyvdm.nl
*/
@import url("bootstrap-css/bootstrap.min.css");
@import url("bootstrap-css/bootstrap-theme.min.css");
@import url("scss/owl/owl.carousel.min.css");
@import url("scss/owl/owl.theme.default.min.css");
@import url("fontawesome/css/all.min.css");
/********************************************************
Reset
********************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  /*font-family: inherit;
  font-size: 100%;*/
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff; }

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

ol, ul {
  /*list-style: none;*/ }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/********************************************************
COLORS
********************************************************/
/********************************************************
MIXINS
********************************************************/
body, html {
  background-color: #FFFFFF;
  color: #063965;
  font-size: 18px;
  line-height: 26px;
  overflow-x: hidden;
  font-family: proxima-nova,sans-serif;
  font-weight: 400; }

body {
  padding-top: 75px; }

textarea:focus, input:focus {
  outline: none; }

input[type=text], input[type=submit], input[type=button], textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

::selection {
  background: #004a86;
  color: #FFFFFF;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #004a86;
  color: #FFFFFF;
  /* Gecko Browsers */ }

.wrapper {
  width: 1280px;
  margin: 0 auto; }

.container {
  width: 1054px;
  margin: 0 auto; }

.bg-grey {
  background-color: #f2f6f6; }

.bg-white {
  background-color: #FFFFFF; }

.text-green {
  color: #149e27; }

a {
  color: #0c6ac4;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.center {
  text-align: center; }

h2 {
  font-size: 38px;
  line-height: 44px;
  color: #004a86;
  font-weight: 700; }
  h2.header-smaller {
    font-size: 32px;
    line-height: 38px; }

h3 {
  font-size: 28px;
  line-height: 34px;
  color: #004a86;
  font-weight: 700; }
  h3.header-smaller {
    font-size: 20px;
    line-height: 24px; }

h4 {
  font-size: 22px;
  line-height: 35px;
  color: #004a86;
  font-weight: 700; }

p {
  margin-bottom: 12px; }

.entry-buttons a {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  margin-right: 6px;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  color: #004a86;
  vertical-align: middle;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .entry-buttons a:before {
    content: "\f061";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0; }
  .entry-buttons a:hover {
    padding-left: 35px; }
  .entry-buttons a.button-green {
    background-color: #149e27;
    -webkit-box-shadow: 0 3px 0 #0d661b;
    -moz-box-shadow: 0 3px 0 #0d661b;
    box-shadow: 0 3px 0 #0d661b;
    color: #FFFFFF;
    padding: 10px 50px 10px 12px; }
    .entry-buttons a.button-green:before {
      display: none; }
    .entry-buttons a.button-green:after {
      content: "\f061";
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      position: absolute;
      right: 16px;
      position: absolute;
      vertical-align: middle;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .entry-buttons a.button-green:hover:after {
      right: 20px; }
  .entry-buttons a.button-blue {
    background-color: #004a86;
    -webkit-box-shadow: 0 3px 0 #042e54;
    -moz-box-shadow: 0 3px 0 #042e54;
    box-shadow: 0 3px 0 #042e54;
    color: #FFFFFF;
    padding: 10px 50px 10px 12px; }
    .entry-buttons a.button-blue:before {
      display: none; }
    .entry-buttons a.button-blue:after {
      content: "\f061";
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      position: absolute;
      right: 16px;
      position: absolute;
      vertical-align: middle;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .entry-buttons a.button-blue:hover:after {
      right: 20px; }

/********************************************************
MAX-WIDTH: 1430px
********************************************************/
@media only screen and (max-width: 1380px) {
  .container {
    max-width: 100%; } }
/********************************************************
MAX-WIDTH: 1030px
********************************************************/
@media only screen and (max-width: 1310px) {
  .wrapper {
    width: 100%;
    max-width: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px; } }
/********************************************************
MAX-WIDTH: 1084px
********************************************************/
@media only screen and (max-width: 1084px) {
  .container {
    width: 100%;
    max-width: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px; } }
/********************************************************
MAX-WIDTH: 991px
********************************************************/
/********************************************************
MAX-WIDTH: 767px
********************************************************/
@media only screen and (max-width: 767px) {
  body {
    padding-top: 73px; } }
/********************************************************
MAX-WIDTH: 551px
********************************************************/
@media only screen and (max-width: 551px) {
  body {
    padding-top: 51px; }

  .entry-buttons a {
    display: block; }

  h2 {
    font-size: 30px;
    line-height: 34px; }
    h2.header-smaller {
      font-size: 25px;
      line-height: 30px; }

  h3 {
    font-size: 25px;
    line-height: 30px; }
    h3.header-smaller {
      font-size: 18px;
      line-height: 22px; }

  h4 {
    font-size: 20px;
    line-height: 30px; } }
#mainheader {
  position: fixed;
  z-index: 10;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  line-height: 75px;
  width: 100%;
  top: 0;
  left: 0; }
  #mainheader .logo {
    float: left;
    margin-top: 11px; }
    #mainheader .logo img {
      height: 26px;
      width: auto;
      margin-right: 40px; }
  #mainheader .navigation {
    float: left; }
    #mainheader .navigation nav ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      #mainheader .navigation nav ul li {
        float: left;
        margin-right: 15px;
        list-style-type: none;
        padding: 0 4px;
        border-bottom: 4px solid #FFFFFF; }
        #mainheader .navigation nav ul li a {
          font-weight: 700;
          display: block; }
        #mainheader .navigation nav ul li:hover {
          border-bottom: 4px solid #149e27; }
        #mainheader .navigation nav ul li.current-menu-item, #mainheader .navigation nav ul li.current-page-ancestor {
          border-bottom: 4px solid #149e27; }
  #mainheader .header-contact {
    float: right; }
    #mainheader .header-contact a {
      font-weight: 700; }
      #mainheader .header-contact a:before {
        content: "\f095";
        font-family: 'Font Awesome 6 Free';
        font-weight: bold;
        padding-right: 10px; }
  #mainheader #mobile-nav-icon {
    display: none;
    float: right;
    padding-top: 11px; }
    #mainheader #mobile-nav-icon span {
      display: inline-block;
      padding-left: 20px;
      line-height: 45px;
      vertical-align: top; }
    #mainheader #mobile-nav-icon .menu-icon {
      float: right;
      position: relative;
      z-index: 202; }
      #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        border: 0;
        -webkit-border-radius: 44px;
        -moz-border-radius: 44px;
        -ms-border-radius: 44px;
        -o-border-radius: 44px;
        border-radius: 44px;
        width: 45px;
        height: 45px;
        text-align: center; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg svg {
          width: 40px;
          height: 40px;
          margin-top: 2px; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg .line {
          fill: none;
          stroke: #004a86;
          stroke-width: 6;
          transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg .line1 {
          stroke-dasharray: 60 207;
          stroke-width: 6; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg .line2 {
          stroke-dasharray: 60 60;
          stroke-width: 6; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg .line3 {
          stroke-dasharray: 60 207;
          stroke-width: 6; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line1 {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line2 {
          stroke-dasharray: 1 60;
          stroke-dashoffset: -30;
          stroke-width: 6; }
        #mainheader #mobile-nav-icon .menu-icon .menu-icon-svg.opened .line3 {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6; }

/********************************************************
MAX-WIDTH: 1024
********************************************************/
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #mainheader {
    line-height: 66px; }
    #mainheader .navigation {
      display: none; }
    #mainheader .header-contact a {
      font-size: 0px; }
      #mainheader .header-contact a:before {
        font-size: 18px; }
    #mainheader #mobile-nav-icon {
      display: inherit; }
    #mainheader.nav-open {
      -webkit-box-shadow: unset;
      -moz-box-shadow: unset;
      box-shadow: unset; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #mainheader {
    line-height: 44px; }
    #mainheader .logo {
      margin-top: 5px; }
    #mainheader #mobile-nav-icon {
      padding-top: 0; } }
#content .google-reviews {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0; }
  #content .google-reviews .google-inner {
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #content .google-reviews .google-inner .waarde {
      display: inline-block;
      padding-right: 5px;
      text-transform: uppercase;
      color: #000000;
      font-size: 13px;
      font-weight: 700; }
    #content .google-reviews .google-inner .stars {
      display: inline-block;
      overflow: hidden;
      padding-right: 5px;
      line-height: 26px; }
      #content .google-reviews .google-inner .stars i {
        float: left;
        color: #edbf00;
        padding: 0px;
        font-size: 14px; }
    #content .google-reviews .google-inner .google-logo {
      display: inline-block; }
      #content .google-reviews .google-inner .google-logo img {
        height: 18px;
        width: auto; }
    #content .google-reviews .google-inner:hover {
      margin-top: -10px;
      margin-bottom: 10px; }
#content .text-image-block .wrapper .container {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: contain;
  -ms-background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: bottom right; }
#content .text-image-block .wrapper .block-inner {
  overflow: hidden; }
  #content .text-image-block .wrapper .block-inner .text-block {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px;
    width: 60%;
    float: left;
    -webkit-box-shadow: 8px 0 4px -4px rgba(0, 0, 0, 0.1), 0 8px 4px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 8px 0 4px -4px rgba(0, 0, 0, 0.1), 0 8px 4px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 0 4px -4px rgba(0, 0, 0, 0.1), 0 8px 4px -4px rgba(0, 0, 0, 0.1); }
    #content .text-image-block .wrapper .block-inner .text-block .entry-title {
      margin-bottom: 12px; }
      #content .text-image-block .wrapper .block-inner .text-block .entry-title h3 {
        font-weight: 600; }
    #content .text-image-block .wrapper .block-inner .text-block .entry-image {
      display: none; }
      #content .text-image-block .wrapper .block-inner .text-block .entry-image img {
        max-width: 100%;
        height: auto; }
    #content .text-image-block .wrapper .block-inner .text-block .entry-content {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 20px; }
      #content .text-image-block .wrapper .block-inner .text-block .entry-content ul {
        margin: 0 0 24px 0;
        padding: 0; }
        #content .text-image-block .wrapper .block-inner .text-block .entry-content ul li {
          list-style-type: none;
          margin-bottom: 5px; }
          #content .text-image-block .wrapper .block-inner .text-block .entry-content ul li a {
            position: relative;
            padding-left: 30px;
            display: inline-block;
            font-weight: 700; }
            #content .text-image-block .wrapper .block-inner .text-block .entry-content ul li a:before {
              content: "\f061";
              font-family: 'Font Awesome 6 Free';
              font-weight: 900;
              position: absolute;
              left: 0;
              top: 0; }
      #content .text-image-block .wrapper .block-inner .text-block .entry-content p a {
        color: #0c6ac4;
        font-weight: 700; }
  #content .text-image-block .wrapper .block-inner .image-block {
    width: 40%;
    float: right;
    text-align: right; }
    #content .text-image-block .wrapper .block-inner .image-block img {
      max-width: 75%;
      margin-bottom: -30px; }
#content .text-image-block.no-wrapper .container {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 48px;
  padding-bottom: 48px;
  -ms-background-clip: border-box;
  -o-background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: contain;
  -ms-background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: bottom right; }
#content .text-image-block.no-wrapper .entry-title {
  margin-bottom: 12px; }
  #content .text-image-block.no-wrapper .entry-title h3 {
    font-weight: 600; }
#content .text-image-block.no-wrapper .entry-buttons.text-link a {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #004a86; }
  #content .text-image-block.no-wrapper .entry-buttons.text-link a:before {
    content: "\f061";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 10px; }
  #content .text-image-block.no-wrapper .entry-buttons.text-link a:after {
    display: none; }
  #content .text-image-block.no-wrapper .entry-buttons.text-link a:hover {
    padding-left: 35px; }
#content .logos {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0; }
  #content .logos .logos-inner {
    display: flex;
    justify-content: center;
    align-items: center; }
    #content .logos .logos-inner ul {
      margin: 0;
      padding: 0; }
      #content .logos .logos-inner ul li {
        display: inline-block;
        padding: 0 20px; }
        #content .logos .logos-inner ul li img {
          height: 55px;
          width: auto;
          filter: grayscale(100%);
          opacity: 0.8; }
#content .cta-blocks .blocks-inner {
  -webkit-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1); }
  #content .cta-blocks .blocks-inner .block {
    border-right: 1px solid #ccc; }
    #content .cta-blocks .blocks-inner .block .block-inner {
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 24px; }
      #content .cta-blocks .blocks-inner .block .block-inner p.title {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 6px;
        padding-bottom: 0; }
      #content .cta-blocks .blocks-inner .block .block-inner p {
        font-size: 18px;
        padding-bottom: 24px; }
      #content .cta-blocks .blocks-inner .block .block-inner .cta-link {
        overflow: hidden; }
        #content .cta-blocks .blocks-inner .block .block-inner .cta-link a {
          position: relative;
          padding-left: 0px;
          display: inline-block;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          color: #0c6ac4;
          font-weight: 700; }
          #content .cta-blocks .blocks-inner .block .block-inner .cta-link a:before {
            content: "\f061";
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: -30px;
            top: 0px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          #content .cta-blocks .blocks-inner .block .block-inner .cta-link a:hover {
            padding-left: 30px; }
            #content .cta-blocks .blocks-inner .block .block-inner .cta-link a:hover:before {
              left: 0; }
    #content .cta-blocks .blocks-inner .block:last-child {
      border-right: 0; }
#content .text-links {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 0; }
  #content .text-links .entry-title {
    margin-bottom: 12px; }
  #content .text-links .entry-list {
    margin: 0 0 30px 0;
    padding: 0; }
    #content .text-links .entry-list li {
      border-bottom: 1px dotted #ccc;
      padding: 10px 0 15px 0;
      list-style-type: none; }
      #content .text-links .entry-list li a {
        position: relative;
        padding-left: 30px;
        display: inline-block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-weight: 700;
        color: #0c6ac4; }
        #content .text-links .entry-list li a:before {
          content: "\f061";
          font-family: 'Font Awesome 6 Free';
          font-weight: 900;
          position: absolute;
          left: 0;
          top: 0; }
        #content .text-links .entry-list li a:hover {
          padding-left: 35px; }
  #content .text-links .split .entry-list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
#content .text-two-cols {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 0 18px 0; }
  #content .text-two-cols .entry-title {
    margin-bottom: 12px; }
  #content .text-two-cols .entry-content {
    margin-bottom: 24px; }
    #content .text-two-cols .entry-content ul {
      margin: 0;
      padding: 0; }
      #content .text-two-cols .entry-content ul li {
        list-style-type: none;
        padding-left: 30px;
        position: relative; }
        #content .text-two-cols .entry-content ul li:before {
          content: "\f058";
          font-family: 'Font Awesome 6 Free';
          font-weight: 900;
          position: absolute;
          left: 0;
          color: #149e27; }
  #content .text-two-cols .entry-buttons {
    /*
    a {color: $blue;
    	&:after {content: "\f061"; font-family: 'Font Awesome 6 Free'; font-weight: 900; padding-left: 10px;}
    }*/ }
    #content .text-two-cols .entry-buttons a {
      position: relative;
      padding: 0 0 0 30px;
      display: inline-block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #004a86;
      font-weight: 700; }
      #content .text-two-cols .entry-buttons a:before {
        content: "\f061";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0; }
      #content .text-two-cols .entry-buttons a:after {
        display: none; }
      #content .text-two-cols .entry-buttons a:hover {
        padding-left: 35px; }
  #content .text-two-cols .block {
    margin-bottom: 30px; }
#content .text-full-width {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0; }
  #content .text-full-width .entry-title {
    margin-bottom: 12px; }
  #content .text-full-width .entry-content h1, #content .text-full-width .entry-content h2, #content .text-full-width .entry-content h3, #content .text-full-width .entry-content h4 {
    margin-bottom: 12px; }
  #content .text-full-width .entry-content ul, #content .text-full-width .entry-content ol {
    margin: 0;
    padding: 0;
    margin-bottom: 12px; }
    #content .text-full-width .entry-content ul li, #content .text-full-width .entry-content ol li {
      list-style-type: none;
      padding-left: 30px;
      position: relative; }
      #content .text-full-width .entry-content ul li:before, #content .text-full-width .entry-content ol li:before {
        content: "\f058";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        left: 0;
        color: #149e27; }
#content .contact-page {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 0; }
  #content .contact-page .sidebar {
    margin-bottom: 30px; }
    #content .contact-page .sidebar h3 {
      margin-bottom: 12px; }
    #content .contact-page .sidebar p.p-title {
      font-weight: bold;
      margin-bottom: 0; }
  #content .contact-page .text .entry-title h3 {
    margin-bottom: 12px; }
  #content .contact-page .text .entry-buttons a {
    position: relative;
    padding: 0 0 0 30px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #004a86;
    font-weight: 700; }
    #content .contact-page .text .entry-buttons a:before {
      content: "\f061";
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      position: absolute;
      left: 0;
      top: 0; }
    #content .contact-page .text .entry-buttons a:after {
      display: none; }
    #content .contact-page .text .entry-buttons a:hover {
      padding-left: 35px; }
  #content .contact-page .text .contact-page-content {
    margin-bottom: 30px; }
  #content .contact-page .text .openinghours ul {
    margin: 0;
    padding: 0; }
    #content .contact-page .text .openinghours ul li {
      list-style-type: none;
      overflow: hidden; }
      #content .contact-page .text .openinghours ul li .day {
        float: left;
        width: 250px; }
      #content .contact-page .text .openinghours ul li .time {
        float: left; }
#content .contact-block {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 0; }
  #content .contact-block .entry-title {
    margin-bottom: 12px; }
  #content .contact-block .member .member-inner .member-image {
    float: left;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #ccc; }
    #content .contact-block .member .member-inner .member-image picture img {
      max-width: 100%;
      height: auto; }
  #content .contact-block .member .member-inner .member-text {
    float: left;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px; }
  #content .contact-block .member .member-inner .member-phone {
    clear: both;
    padding: 20px 0; }
    #content .contact-block .member .member-inner .member-phone a {
      position: relative;
      padding-left: 30px;
      display: inline-block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #0c6ac4;
      font-weight: 700; }
      #content .contact-block .member .member-inner .member-phone a:before {
        content: "\f061";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0; }
      #content .contact-block .member .member-inner .member-phone a:hover {
        padding-left: 35px; }
#content .team {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 0 18px 0; }
  #content .team .entry-title {
    margin-bottom: 12px; }
  #content .team .members {
    padding-top: 30px; }
  #content .team .member {
    margin-bottom: 30px; }
    #content .team .member .member-inner .member-image {
      float: right;
      width: 100px;
      height: 100px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      overflow: hidden;
      border: 1px solid #ccc; }
      #content .team .member .member-inner .member-image picture img {
        max-width: 100%;
        height: auto; }
    #content .team .member .member-inner .member-text {
      float: left;
      width: -webkit-calc(100% - 100px);
      width: -moz-calc(100% - 100px);
      width: calc(100% - 100px);
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 20px; }
      #content .team .member .member-inner .member-text p.member-name {
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 0;
        color: #004a86; }
      #content .team .member .member-inner .member-text p.member-function {
        margin-bottom: 0; }
    #content .team .member .member-inner .member-phone {
      clear: both;
      padding: 20px 0; }
      #content .team .member .member-inner .member-phone a {
        position: relative;
        padding-left: 30px;
        display: inline-block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #004a86;
        font-weight: 700; }
        #content .team .member .member-inner .member-phone a:before {
          content: "\f061";
          font-family: 'Font Awesome 6 Free';
          font-weight: 900;
          position: absolute;
          left: 0;
          top: 0; }
        #content .team .member .member-inner .member-phone a:hover {
          padding-left: 35px; }
#content .text-sidebar {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 48px 0 18px 0; }
  #content .text-sidebar .entry-title {
    margin-bottom: 12px; }
  #content .text-sidebar .entry-content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 12px; }
    #content .text-sidebar .entry-content ul li {
      list-style-type: none;
      padding-left: 30px;
      position: relative; }
      #content .text-sidebar .entry-content ul li:before {
        content: "\f058";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        left: 0;
        color: #149e27; }
#content .flexible-content-sidebar {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0; }
  #content .flexible-content-sidebar .text-full-width {
    padding-top: 0px;
    padding-bottom: 20px; }
    #content .flexible-content-sidebar .text-full-width .entry-title {
      margin-bottom: 12px; }
    #content .flexible-content-sidebar .text-full-width .entry-content ul {
      margin-bottom: 12px; }
  #content .flexible-content-sidebar .list {
    padding-top: 0px;
    padding-bottom: 20px; }
    #content .flexible-content-sidebar .list .entry-title {
      margin-bottom: 12px; }
    #content .flexible-content-sidebar .list .entry-content ul {
      margin-bottom: 12px; }
      #content .flexible-content-sidebar .list .entry-content ul li {
        list-style-type: none; }
        #content .flexible-content-sidebar .list .entry-content ul li a {
          position: relative;
          padding-left: 30px;
          display: inline-block;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-weight: 600;
          line-height: 30px; }
          #content .flexible-content-sidebar .list .entry-content ul li a:before {
            content: "\f061";
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0; }
          #content .flexible-content-sidebar .list .entry-content ul li a:hover {
            padding-left: 35px; }
    #content .flexible-content-sidebar .list .entry-buttons a {
      position: relative;
      padding: 0 0 0 30px;
      display: inline-block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #004a86;
      font-weight: 700; }
      #content .flexible-content-sidebar .list .entry-buttons a:before {
        content: "\f061";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0; }
      #content .flexible-content-sidebar .list .entry-buttons a:after {
        display: none; }
      #content .flexible-content-sidebar .list .entry-buttons a:hover {
        padding-left: 35px; }
  #content .flexible-content-sidebar .form-block {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px  24px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px -4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px -4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1); }
    #content .flexible-content-sidebar .form-block .entry-title {
      margin-bottom: 12px; }
    #content .flexible-content-sidebar .form-block .entry-content {
      margin-bottom: 20px; }
      #content .flexible-content-sidebar .form-block .entry-content ul, #content .flexible-content-sidebar .form-block .entry-content ol {
        margin: 0;
        padding: 0; }
        #content .flexible-content-sidebar .form-block .entry-content ul li, #content .flexible-content-sidebar .form-block .entry-content ol li {
          list-style-type: none;
          padding-left: 30px;
          position: relative; }
          #content .flexible-content-sidebar .form-block .entry-content ul li:before, #content .flexible-content-sidebar .form-block .entry-content ol li:before {
            content: "\f058";
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #149e27; }
#content .sidebar {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  margin-bottom: 40px; }
  #content .sidebar .sidebar-contact {
    background-color: #004a86;
    color: #FFFFFF;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 30px;
    margin-bottom: 20px; }
    #content .sidebar .sidebar-contact h4 {
      color: #FFFFFF; }
  #content .sidebar .sidebar-jurist {
    background-color: #f2f6f6;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 30px;
    margin-bottom: 20px; }
    #content .sidebar .sidebar-jurist .member-inner {
      overflow: hidden;
      margin-bottom: 20px; }
      #content .sidebar .sidebar-jurist .member-inner .member-image {
        float: right;
        width: 100px;
        height: 100px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
        border: 1px solid #ccc; }
        #content .sidebar .sidebar-jurist .member-inner .member-image picture img {
          max-width: 100%;
          height: auto; }
      #content .sidebar .sidebar-jurist .member-inner .member-text {
        float: left;
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 20px; }
        #content .sidebar .sidebar-jurist .member-inner .member-text p.member-name {
          font-size: 22px;
          margin-bottom: 0;
          font-weight: 700;
          color: #004a86; }
        #content .sidebar .sidebar-jurist .member-inner .member-text p.member-function {
          color: #149e27;
          font-size: 20px;
          font-weight: 600; }
    #content .sidebar .sidebar-jurist .member-links ul {
      margin: 0;
      padding: 0; }
      #content .sidebar .sidebar-jurist .member-links ul li {
        list-style-type: none; }
        #content .sidebar .sidebar-jurist .member-links ul li a {
          position: relative;
          padding-left: 30px;
          display: inline-block;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          color: #004a86;
          font-weight: 700; }
          #content .sidebar .sidebar-jurist .member-links ul li a:before {
            content: "\f061";
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0; }
          #content .sidebar .sidebar-jurist .member-links ul li a:hover {
            padding-left: 35px; }
  #content .sidebar .sidebar-logos {
    margin-bottom: 20px; }
    #content .sidebar .sidebar-logos p.title {
      font-size: 15px; }
    #content .sidebar .sidebar-logos ul {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #content .sidebar .sidebar-logos ul li {
        list-style-type: none;
        display: inline-block; }
        #content .sidebar .sidebar-logos ul li img {
          max-height: 40px;
          width: auto;
          filter: grayscale(100%);
          opacity: 0.8; }
  #content .sidebar .sidebar-usp {
    margin-bottom: 20px; }
    #content .sidebar .sidebar-usp .sidebar-usp-image picture {
      text-align: center;
      line-height: 0;
      display: block; }
      #content .sidebar .sidebar-usp .sidebar-usp-image picture img {
        width: 80%;
        max-width: 250px;
        height: auto; }
    #content .sidebar .sidebar-usp .sidebar-usp-block {
      background-color: #f2f6f6;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 30px; }
      #content .sidebar .sidebar-usp .sidebar-usp-block .entry-title {
        margin-bottom: 12px; }
      #content .sidebar .sidebar-usp .sidebar-usp-block .entry-list ul {
        margin: 0;
        padding: 0; }
        #content .sidebar .sidebar-usp .sidebar-usp-block .entry-list ul li {
          list-style-type: none;
          padding-left: 30px;
          position: relative; }
          #content .sidebar .sidebar-usp .sidebar-usp-block .entry-list ul li:before {
            content: "\f058";
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #149e27; }
#content .gform_heading {
  display: none; }
#content form .gform_body input, #content form .gform_body textarea {
  border: 1px solid #000000; }
#content form .gform_footer input[type=submit] {
  border: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 12px 10px 12px;
  margin-right: 6px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  vertical-align: middle;
  border-radius: 6px;
  background-color: #149e27;
  -webkit-box-shadow: 0 3px 0 #0d661b;
  -moz-box-shadow: 0 3px 0 #0d661b;
  box-shadow: 0 3px 0 #0d661b; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #content .sidebar {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px; }
    #content .sidebar .sidebar-contact {
      display: none; }
    #content .sidebar .sidebar-logos {
      display: none; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #content .text-image-block .wrapper .container {
    background-image: none !important; }
  #content .text-image-block .wrapper .block-inner .text-block {
    width: 100%;
    float: none; }
    #content .text-image-block .wrapper .block-inner .text-block .entry-image {
      display: inherit;
      margin-bottom: 15px; }
  #content .text-image-block.no-wrapper .container {
    background-image: none !important; }
  #content .logos .logos-inner {
    display: block; }
    #content .logos .logos-inner span {
      display: block;
      font-size: 11px; }
    #content .logos .logos-inner ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      padding: 0; }
      #content .logos .logos-inner ul li {
        display: inline-block;
        padding: 0 20px; }
        #content .logos .logos-inner ul li img {
          height: 35px;
          width: auto;
          filter: grayscale(100%);
          opacity: 0.8; }
  #content .cta-blocks .blocks-inner {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset; }
    #content .cta-blocks .blocks-inner .block-inner {
      border-right: 0px;
      margin-bottom: 30px;
      -webkit-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1); }
  #content .text-links .split .entry-list ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1; }
  #content .sidebar {
    padding: 0 15px; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/
@media only screen and (max-width: 551px) {
  #content .text-image-block .wrapper .container {
    padding-left: 0;
    padding-right: 0; }
  #content .text-image-block .wrapper .block-inner .text-block {
    padding: 15px; }
  #content .logos .logos-inner ul li {
    padding: 0 10px; }
    #content .logos .logos-inner ul li img {
      height: 25px; }
  #content .team .member .member-inner .member-image {
    float: none;
    margin-bottom: 5px; }
  #content .team .member .member-inner .member-text {
    float: none;
    width: 100% !important; }
  #content .sidebar .sidebar-jurist .member-inner .member-image {
    float: none;
    margin-bottom: 5px; }
  #content .sidebar .sidebar-jurist .member-inner .member-text {
    float: none;
    width: 100% !important; } }
/********************************************************
MAX-WIDTH: 991
********************************************************/
/********************************************************
MAX-WIDTH: 767
********************************************************/
/********************************************************
MAX-WIDTH: 551
********************************************************/
#mainfooter {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 0; }
  #mainfooter .footer-top {
    overflow: hidden; }
    #mainfooter .footer-top .footer-logo img {
      height: 26px;
      width: auto;
      margin-bottom: 10px; }
    #mainfooter .footer-top .footer-logo p {
      font-size: 26px;
      font-weight: 700;
      padding: 6px 0 48px 0; }
    #mainfooter .footer-top .footer-partner {
      text-align: right; }
      #mainfooter .footer-top .footer-partner img {
        height: 47px;
        width: auto;
        filter: grayscale(100%);
        opacity: 0.8; }
  #mainfooter .footer-navigation .block {
    margin-bottom: 48px; }
    #mainfooter .footer-navigation .block p.footer-menu-title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 6px; }
    #mainfooter .footer-navigation .block ul {
      margin: 0;
      padding: 0; }
      #mainfooter .footer-navigation .block ul li {
        list-style-type: none;
        margin-bottom: 5px; }
        #mainfooter .footer-navigation .block ul li a {
          position: relative;
          padding-left: 30px;
          display: inline-block; }
          #mainfooter .footer-navigation .block ul li a:before {
            content: "\f061";
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0; }
          #mainfooter .footer-navigation .block ul li a:hover {
            text-decoration: underline; }
  #mainfooter .footer-bottom ul {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    #mainfooter .footer-bottom ul li {
      float: left;
      margin-right: 10px;
      padding-right: 10px;
      position: relative;
      list-style-type: none;
      font-size: 16px; }
      #mainfooter .footer-bottom ul li:after {
        content: "|";
        position: absolute;
        right: 0;
        top: 0; }
      #mainfooter .footer-bottom ul li:last-child:after {
        display: none; }

#mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 5;
  display: none;
  height: 0;
  max-height: 0;
  overflow: hidden; }
  #mobile-menu.nav-open {
    height: auto;
    max-height: 100000px; }
  #mobile-menu .navigation {
    background-color: #FFFFFF;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 15px 30px 15px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
    #mobile-menu .navigation nav ul {
      margin: 0;
      padding: 0; }
      #mobile-menu .navigation nav ul li {
        list-style-type: none; }
        #mobile-menu .navigation nav ul li a {
          color: #004a86;
          text-decoration: none; }

/********************************************************
MAX-WIDTH: 991
********************************************************/
@media only screen and (max-width: 991px) {
  #mainfooter .footer-top .footer-partner {
    text-align: left;
    margin-bottom: 30px; }
  #mainfooter .footer-navigation {
    margin-bottom: 48px; }
    #mainfooter .footer-navigation .block {
      margin-bottom: 0px; }
  #mainfooter .footer-bottom ul {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    #mainfooter .footer-bottom ul li {
      float: none;
      margin-right: 0px;
      padding-right: 0px; }
      #mainfooter .footer-bottom ul li:after {
        display: none; } }
/********************************************************
MAX-WIDTH: 767
********************************************************/
@media only screen and (max-width: 767px) {
  #mobile-menu {
    display: inherit; } }
/********************************************************
MAX-WIDTH: 551
********************************************************/

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