/*-=Tablet screens=-*/
@media only screen and (min-width: 1220px) {
  .header .row {
    max-width: 1065px; } }
@media only screen and (min-width: 1440px) {
  .header .row {
    max-width: 85%; } }
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */
  .services__item-text .button {
    display: none; }
  .services__intro .button {
    display: block;
    text-align: left; }
  .title-bar {
    background-color: transparent;
    padding: 0;
    line-height: 45px;
    position: fixed;
    top: 25px;
    left: 15px; }
    .title-bar .title-bar-title {
      vertical-align: top; }
    .title-bar .menu-icon {
      position: relative;
      display: inline-block;
      padding: 0;
      width: 20px;
      height: 45px;
      background-color: transparent;
      vertical-align: top;
      cursor: pointer;
      outline: none; }
      .title-bar .menu-icon:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #fefefe;
        top: calc(35% - 4px);
        left: 0;
        -webkit-transition: -webkit-transform 0.7s ease;
        transition: -webkit-transform 0.7s ease;
        transition: transform 0.7s ease;
        transition: transform 0.7s ease, -webkit-transform 0.7s ease;
        -webkit-transform-origin: center center;
                transform-origin: center center; }
      .title-bar .menu-icon:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #fefefe;
        top: calc(35% + 4px);
        left: 0;
        -webkit-transition: -webkit-transform 0.7s ease;
        transition: -webkit-transform 0.7s ease;
        transition: transform 0.7s ease;
        transition: transform 0.7s ease, -webkit-transform 0.7s ease;
        -webkit-transform-origin: center center;
                transform-origin: center center; }
      .title-bar .menu-icon.open:after {
        width: 20px;
        top: 35%;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .title-bar .menu-icon.open:before {
        width: 20px;
        top: 35%;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .header__menu {
    position: fixed;
    top: 0; }
  .menu-main-menu-container {
    padding-top: 25px; }
  .top-bar {
    display: none;
    padding: 0;
    background: #212121;
    height: 100vh !important;
    width: 240px;
    left: -250px;
    position: fixed;
    top: 0;
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out; }
    .top-bar.open {
      left: 0; }
    .top-bar ul {
      background: transparent;
      margin: 0;
      list-style: none;
      padding: 0; }
      .top-bar ul li > a {
        display: block;
        font-family: ff-good-web-pro, sans-serif;
        color: white;
        /* menu item text color */
        font-size: 18px;
        background: transparent;
        /* menu item background color */
        line-height: 45px;
        padding: 0 30px;
        font-weight: 600; }
        .top-bar ul li > a:hover {
          background: transparent !important;
          /* menu item background color on hover */
          color: #B58E6C; }
      .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
        color: #B58E6C; }
      .top-bar ul li.has-dropdown a:after {
        display: none; }
      .top-bar ul li.has-dropdown .accordion-toggle {
        display: block;
        position: absolute;
        width: 50px;
        height: 45px;
        right: 0;
        top: 0;
        color: #fff;
        /* dropdown arrow color */
        z-index: 100;
        text-align: center; }
        .top-bar ul li.has-dropdown .accordion-toggle i.fa {
          font-size: 13px;
          line-height: 1;
          height: 13px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
      .top-bar ul li[aria-expanded="true"] > a {
        background: #f7f7f7;
        /* menu item background color on open dropdown */ }
        .top-bar ul li[aria-expanded="true"] > a .accordion-toggle i.fa {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .top-bar ul li .submenu a {
        padding-left: 25px; }
  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em; } }
/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  .services__intro .button {
    display: none; }
  .title-bar {
    display: none; }
  .top-bar {
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /* Dropdown item styling */ }
    .top-bar ul {
      background: transparent;
      margin: 0;
      list-style: none;
      padding: 0; }
    .top-bar .header-menu li {
      float: left;
      background-color: transparent; }
      .top-bar .header-menu li > a {
        /* Regular menu item style */
        display: block;
        padding: 0 15px;
        background: transparent;
        font-size: 17px;
        line-height: 44px;
        color: #fff;
        font-family: ff-good-web-pro, sans-serif;
        font-weight: 600; }
      .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
        /* Style of Current page and Ancestor page */
        background: transparent;
        color: #B58E6C; }
      .top-bar .header-menu li.has-dropdown > a {
        /* Style of item with dropdown */
        padding: 0 15px; }
        .top-bar .header-menu li.has-dropdown > a:after {
          /* Hide dropdown arrow */
          display: none !important; }
        .top-bar .header-menu li.has-dropdown > a:hover {
          /* Hover state for dropdown link */ }
      .top-bar .header-menu li > a:hover {
        /* menu item style on hover */
        background: transparent;
        color: #B58E6C; }
    .top-bar .header-menu:after {
      content: '';
      display: table;
      clear: both; }
    .top-bar ul li:hover > a {
      /* Parent link style on dropdown hover */
      background: black;
      color: #fff; }
    .top-bar .submenu {
      display: none;
      border: none; }
      .top-bar .submenu.js-dropdown-active {
        display: block; }
      .top-bar .submenu li {
        display: block; }
        .top-bar .submenu li > a {
          /* Regular link in dropdown */
          background: black;
          color: #fff; }
          .top-bar .submenu li > a:hover {
            /* Dropdown link on hover */
            background: white;
            color: white; }
    .top-bar .is-dropdown-submenu .is-dropdown-submenu {
      margin-top: 0; }
      .top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
        /* Styles for 2nd level dropdown menu link */ }
  .footer-menu li {
    float: left;
    background-color: transparent; }
    .footer-menu li > a {
      /* Regular menu item style */
      display: block;
      padding: 0 10px;
      background: transparent;
      font-size: 14px;
      line-height: 40px;
      color: #888888;
      font-family: ff-good-web-pro, sans-serif; }
    .footer-menu li.current-menu-item > a, .footer-menu li.current_page_ancestor > a, .footer-menu li.current_page_parent > a {
      /* Style of Current page and Ancestor page */
      background: transparent;
      color: #888888; }
    .footer-menu li.has-dropdown > a {
      /* Style of item with dropdown */
      padding: 0 15px; }
      .footer-menu li.has-dropdown > a:after {
        /* Hide dropdown arrow */
        display: none !important; }
      .footer-menu li.has-dropdown > a:hover {
        /* Hover state for dropdown link */ }
    .footer-menu li > a:hover {
      /* menu item style on hover */
      background: transparent;
      color: #fff; }
  .footer-menu:after {
    content: '';
    display: table;
    clear: both; }
  .header__logo-mobile {
    display: none; }
  /* Align Menu to the right
		 .top-bar .header-menu { float:right; }*/
  /* Align Menu to the center
		 .top-bar .header-menu { text-align: center; }
		 .top-bar .header-menu > li{ float: none; display: inline-block; } */ }
/* min-width 641px */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */ }
/*-=Large screens=-*/
@media only screen and (min-width: 1025px) {
  .header .custom-logo-link {
    display: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  .header.sticky-header .custom-logo-link {
    display: block; }
  .header.sticky-header .sec-logo-wrap {
    display: none; }
  .header__logo {
    padding-right: 0 !important; }
  .header__menu {
    padding-left: 0 !important; }
  .top-bar .header-menu li:first-child > a {
    padding-left: 0 !important; } }
@media only screen and (min-width: 1201px) {
  /* min-width 1201px, large screens*/ }
@media only screen and (min-width: 1201px) and (max-width: 1280px) {
  /* min-width 1201px and max-width 1280px, use when QAing MacBook issues */ }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header__company_name {
    vertical-align: middle;
    padding-top: 7px; }
  .header__company_name svg {
    max-width: 200px; } }
