@import url(reset.css);

/* ==========================================================================
   Base
   ========================================================================== */

* {
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}

html,
body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "interface",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #3e3e3e;
  /*max-width: 1800px;*/
  margin: 0 auto;
}

  .clear {
    clear: both;
  }

  .row {
    margin: 0px !important;
  }

  .col-md-12 {
    padding: 0px;
  }

  h1,
  h2,
  #certifications-content h1 {
    text-transform: uppercase;
    line-height: 60px;
    font-size: 72px;
    font-weight: 900;
  }

  h3 {
    font-size: 1.875em;
    font-weight: 300;
    padding: 20px 0 20px 0;
  }

  h4 {
    text-transform: uppercase;
    font-size: 1.375em;
    font-weight: 900;
    color: #898989;
    padding: 30px 0 10px 0;
  }

  h5 {
    text-transform: uppercase;
    padding: 0 0 15px 0;
    font-size: 2.250em;
    font-weight: 900;
    color: #ffc423;
  }

  ul,
  ol {
    margin: 0 0 0 20px;
  }

  ul li {
    list-style-type: disc;
    padding: 10px;
  }

  ol li {
    list-style-type: decimal;
    padding: 10px;
  }

  .purple {
    background-color: #a54399;
  }

  .red {
    background-color: #ed174f;
  }

  .blue {
    background-color: #0079c2;
  }

  .green {
    background-color: #46aa42;
  }

  .grey-est {
    background-color: #3e3e3e;
  }

  .grey-er {
    background-color: #545454;
  }

  .grey {
    background-color: #676767;
  }

  .filter-dropdown-button,
  .mobile-categories,
  .mobile-categories-nav {
    display: none;
  }



/* =============================================================================
   WP Post Popup
   ========================================================================== */

.modal-wrapper.show {
  text-align: center
}
.modal-wrapper.show::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0px;
  overflow: hidden;
  vertical-align: middle;
}
.modal {
  overflow: auto !important;
}
.modal.show {
  display: inline-block;
  vertical-align: middle;
  margin: 0!important;
  word-break: break-all;
  overflow: hidden;
  transition: 3s;
}
.modal.show a[type=_blank] {
  display: inline-block;
    text-decoration: none;
    background-color: #005fb2;
    transition: all 0.05s linear;
    padding: 1rem 2rem;
    vertical-align: middle;
    color: #fff;
    margin-top: 1rem;
}

#modal-ready a[type=_blank]:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
#modal-ready figure {
  width: 25%;
  border: 0;
  text-align: center;
}
#modal-ready .modal-link {
  -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}
#modal-ready .modal-link:hover {
  transform: scale(1.1);
    box-shadow: 0 0 10px #333;
}

.wp-caption {
  width: 23%!important;
  display: inline-block!important;
  font-size: 0;
}
.wp-caption .modal-link {
  font-size: 0;
}
.wp-caption .wp-caption-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}



/* =============================================================================
   Header
   ========================================================================== */

#banner { 
  background-color: #3e3e3e;
  border-radius: 0px;
  height: 86px;
}

.navbar {
  margin-bottom: 0px;
  border: none;
}

  .brand {
    width: 153px;
    float: left;
  }

  .brand img {
    background-color: #ffffff;
    padding: 20px 15px 20px 20px;
    height: auto;
    width: 155px;
  }

  #nav-main {
    width: 100%;
    float: left;
  }

  .navbar-header {
    float: left;
  }

  .nav {
    margin: 0px !important;
    float: right;
  }

    .nav > li {
      display: inline-block;
      padding: 0px !important;
    }

      .nav > li > a {
        text-transform: uppercase;
        font-size: 1.125em;
        font-weight: 800;
        color: #ffffff;
        padding: 30px 15px 25px 15px;
        height: 86px;
      }

        .nav > li > a:hover,
        .nav > li > a:focus,
        .active {
          background-color: #323232;
          color: #ffc423;
        }

        .active a {
          color: #ffc423 !important;
        }




.social-media-nav {
  margin: 55px 0 0 0;
  /*float: right;*/
}

.social-media-nav a {
  background-size: 40px 80px;
  display: inline-block;
  margin: 0 10px 0 0;
  height: 40px;
  width: 40px;
}

.facebook-icon {
  background: url('../img/facebook-icon.png') 0 0;
}

.facebook-icon:hover {
  background: url('../img/facebook-icon.png') 0 -40px;
  background-size: 40px 80px;
}

.twitter-icon {
  background: url('../img/twitter-icon.png') 0 0;
}

.twitter-icon:hover {
  background: url('../img/twitter-icon.png') 0 -40px;
  background-size: 40px 80px;
}

.google-plus-icon {
  background: url('../img/google-plus-icon.png') 0 0;
}

.google-plus-icon:hover {
  background: url('../img/google-plus-icon.png') 0 -40px;
  background-size: 40px 80px;
}

.linkedin-icon {
  background: url('../img/linkedin-icon.png') 0 0;
}

.linkedin-icon:hover {
  background: url('../img/linkedin-icon.png') 0 -40px;
  background-size: 40px 80px;
}





/* ==========================================================================
   Home
   ========================================================================== */

.home-hero {
  background-color: #ffc423;
  padding: 50px 0 50px 50px;
}

.home-services {
  background-color: #ffffff;
  text-align: center;
  padding: 50px;
}

  .home-services-button {
    position: absolute;
    margin: -100px auto 0 auto;
    width: 100px;
    right: 0px;
    left: 0px;
  }

    .home-services-button img {
      width: 100px;
    }

.services-section {
  text-align: center;
  width: 33.33%;
}

  .services-section a {
    display: inline;
  }

  .services-section img {
    height: auto;
    width: 127px;
  }

  .services-section p {
    padding: 10px;
  }

#home-services {
  justify-content: center;
  padding: 50px 25px;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
  
  .services-section {
    padding: 25px 15px;
  }

  @media (max-width: 1300px) {

    #home-services {
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }

    .services-section {
      width: 33.33%;
    }

  }

  @media (max-width: 992px) {

    #home-services {
      padding: 50px 15px;
    }

    .services-section {
      width: 50%;
    }

  }

  @media (max-width: 640px) {

    .services-section {
      width: 100%;
    }

  }

.testimonials {
  padding: 70px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: wrap;
  display: flex;
}

  .testimonial-single {
    padding: 50px;
    width: 33.33%;
  }

    .testimonial-single .inner {
      position: relative;
      text-align: center;
    }

      .testimonial-single .inner .left-quote {
        position: absolute;
        left: -30px;
        top: -10px;
        z-index: 1;
      }

      .testimonial-single .inner .right-quote {
        position: absolute;
        right: -30px;
        top: -10px;
        z-index: 1;
      }

      .testimonial-single .inner p {
        position: relative;
        color: #3E3E3E;
        z-index: 2;
      }

      .testimonial-single .inner h3 {
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 20px 0 0 0;
        position: relative;
        font-weight: 700;
        font-size: 14px;
        color: #EA1746;
        z-index: 2;
      }






/* ==========================================================================
   Form Buttons
   ========================================================================== */

.home-button-container {
  margin: 0 0 0 10px;
}

.general-button-container {
  position: absolute;
  z-index: 3;
  right: 0;
}

.home .form-buttons {
  text-align: right;
  margin: 0 0 0 10px;
}

.home .form-buttons a,
.home .form-buttons p {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 2.250em;
  font-weight: 900;
  color: #ffffff;
  padding: 10px;
}

  .home .general-button-container p,
  .home .general-button-container a {
    font-size: 1.313em;
    float: right;
  }

body:not(.home) .form-buttons {
  text-align: right;
  margin: 0 5px 0 10px;
}

body:not(.home) .form-buttons a,
body:not(.home) .form-buttons p {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 10px 0;
  line-height: 21px;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  padding: 15px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

  body:not(.home) .general-button-container p,
  body:not(.home) .general-button-container a {
    font-size: 18px;
    float: right;
  }

  body:not(.home) .general-button-container a {
    margin: 0 5px 0 0;
  }

.home .home-button-container .form-buttons p {
  font-size: 2.813em;
}

  .home .general-button-container .form-buttons a:hover {
    padding: 20px 10px 10px 10px;
    text-decoration: none;
  }

  .home .home-button-container .form-buttons a:hover {
    padding: 10px 20px 10px 10px;
    text-decoration: none;
  }

body:not(.home) .home-button-container .form-buttons p {
  font-size: 2.813em;
}

  body:not(.home) .general-button-container .form-buttons a:hover {
    padding: 20px 15px 15px 15px;
    text-decoration: none;
  }

  body:not(.home) .home-button-container .form-buttons a:hover {
    padding: 10px 20px 10px 10px;
    text-decoration: none;
  }

.button {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 1.500em;
  font-weight: 900;
  color: #ffffff;
  padding: 3px 10px 3px 10px;
}

  .button:hover,
  .button:focus {
    background-color: #323232;
    text-decoration: none;
    color: #ffc423;
  }




/* ==========================================================================
   Primary Content
   ========================================================================== */

#main { }

.robert {
  padding: 30px 20px 20px 0;
  height: auto;
  float: left;
  width: 200px;
}



/* ==========================================================================
   General Template
   ========================================================================== */

.general-page {
  background-color: #ebebeb;
  position: relative;
}

.service-icon {
  position: absolute;
  width: 200px;
  right: 0;
  top: -15px;
}

.service-header {
  max-width: 600px;
}

.service-intro-content {
  padding-top: 45px;
  max-width: 600px;
}

  .service-intro-content p {
    margin-bottom: 20px;
  }

.service-intro-content-row {
  max-width: 600px;
  margin: 30px 0;
}

  .service-intro-content-row h3 {
    padding: 0 0 25px 0;
  }

.contact-sales-section .content-inner {
  max-width: 85%;
}

  .contact-sales-section .row {
    margin: 0 -15px !important;
  }

    .contact-sales-section .row h3 {
      text-transform: uppercase;
      padding: 20px 0 35px 0;
      line-height: 45px;
      font-weight: 900;
      font-size: 53px;
    }

    .contact-sales-section .row .contact-info {
      padding: 30px 0 0 0;
    }

    .contact-sales-section .row h4 {
      text-transform: none;
      line-height: 22px;
      font-weight: 700;
      font-size: 16px;
      color: #000000;
      padding: 0;
    }

.service-contact-form {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1); 
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  background-color: #F6F6F6;
  padding: 20px 18px 0 20px;
}

  .service-contact-form .gform_wrapper {
    margin: 0;
  }

  .service-contact-form .gform_wrapper .gform_footer {
    padding: 0 0 20px 0;
    margin: 0;
  }

  .service-contact-form .gform_wrapper .gform_footer input.button {
    background-color: #000000;
    font-size: 18px;
    padding: 15px;
    display: block;
    width: 100%;
    border: 0;
  }

.side-nav-container {
  padding-left: 0;
}

.side-nav {
  padding-left: 0px;
  text-align: left;
  float: left;
}

  .side-nav ul {
    text-align: left;
    display: block;
    margin: 0px;
  }

    .side-nav ul li {
      background-color: #3E3E3E;
      list-style-type: none;
      padding: 0;
      margin: 0;
    }

      .side-nav ul li a {
        padding: 25px 35px 25px 10px;
        line-height: 1.125em;
        font-size: 1.125em;
        font-weight: 700;
        display: block;
        color: #ffffff;
      }

        .side-nav ul li a:hover,
        .side-nav ul li a:focus,
        .current_page_item a {
          background-color: #323232 !important;
          text-decoration: none;
          color: #ffc423 !important;
        }

  .general-page-content {
    padding: 100px 50px 50px 0;
  }

    .general-page-icon img {
      height: auto;
      width: 100%;
    }

  .tel.mobile,
  .home .form-buttons a.tel.mobile,
  body:not(.home) .form-buttons a.tel.mobile {
    display: none;
  }

  .tel {
    cursor: default;
  }





/* ==========================================================================
   News Template
   ========================================================================== */

body.single,
body.blog,
body.archive {
  background-color: #F6F6F6;
}

  body.single .general-page-content,
  body.blog .general-page-content,
  body.archive .general-page-content {
    padding: 150px 0;
  }

article {
  max-width: 768px;
  margin: 0 auto;
}

  article header h3 {
    text-transform: uppercase;
    padding: 0 0 10px 0;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 700;
    font-size: 16px;
    color: #EA1746;
  }

  article header h1 {
    text-transform: none;
    padding: 0 0 15px 0;
    line-height: 50px;
    font-weight: 700;
    font-size: 42px;
  }

  .rt-reading-time {
    text-transform: uppercase;
    padding: 0 0 40px 0;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 700;
    font-size: 16px;
    color: #7E7E7E;
    display: block;
  }

  .post-featured-image {
    padding: 0 0 40px 0;
  }

    .post-featured-image img {
      height: auto;
      width: 100%;
    }

  .entry-content h2 {
    text-transform: none;
    line-height: 50px;
    font-weight: 700;
    font-size: 32px;
    padding: 10px 0 5px 0;
  }

  .entry-content h3 {
    text-transform: none;
    line-height: 50px;
    font-weight: 700;
    font-size: 24px;
    padding: 10px 0 5px 0;
  }

  .entry-content p {
    line-height: 32px;
    font-size: 18px;
  }

    .entry-content p a {
      font-weight: bold;
      color: #000000;
    }

#blog-sidebar {
  padding: 0 15px 15px 15px;
}

  #blog-sidebar .inner {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 15px;
  }

  #blog-sidebar ul {
    margin: 0;
  }

    #blog-sidebar ul li {
      list-style-type: none;
      display: inline-block;
      text-transform: uppercase;
      padding: 0 60px 0 0;
      line-height: 19px;
      font-weight: 800;
      font-size: 16px;
      color: #7E7E7E;
    }

      #blog-sidebar ul li a {
        color: #7E7E7E;
      }

      #blog-sidebar ul li.current-cat a {
        color: #EA1746;
      }









#blog-sidebar #search-toggle{cursor:pointer;height:52px;width:52px}
#blog-sidebar #search-toggle-close{cursor:pointer;display:none;height:52px;width:52px}
#blog-sidebar .search-container{display:none;border-bottom: 1px #7E7E7E solid;}
#blog-sidebar .search-container #searchform{display:-webkit-flex;display:-ms-flexbox;display:flex;
  -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;}
#blog-sidebar .search-container #searchform label{line-height:1.5em;display:block; padding-right: 15px;}
#blog-sidebar .search-container #searchform input[type=text].search-query{
  background-color:transparent;font-size:1.125em;padding:15px;width:87%;
    box-shadow: none;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    height: 33px;
    display: inline-block;
}
#blog-sidebar .search-container #searchform input[type=text].search-query:-ms-input-placeholder,
#blog-sidebar .search-container #searchform input[type=text].search-query::-ms-input-placeholder{color:#fff}
#blog-sidebar .search-container #searchform input[type=text].search-query:-ms-input-placeholder,
#blog-sidebar .search-container #searchform input[type=text].search-query::-ms-input-placeholder,
#blog-sidebar .search-container #searchform input[type=text].search-query::placeholder{color:#fff}
#blog-sidebar .search-container #searchform .input-group-button{padding-left: 15px;}
#blog-sidebar .search-container #searchform input[type=submit] {
  padding: 10px 18px 12px 19px;
  background-color: #000000;
  line-height: 21px;
  font-weight: 800;
  font-size: 18px;
  color: #ffffff;
  border: none;
  margin: 0;
}

  #blog-sidebar .search-container #searchform input[type=submit]:hover,
  #blog-sidebar .search-container #searchform input[type=submit]:focus {
    background-color: #323232;
    color: #ffc423;
  }




.no-posts-found {
  text-align: center;
  margin: 100px 15px;
  width: 100%;
}

#ajax-load-more {
  width: 100%;
}

ul.alm-listing {
  margin: 0;
}

.alm-btn-wrap {
  margin-top: 75px;
  text-align: center;
}

  .alm-btn-wrap .alm-load-more-btn {
    padding: 13px 28px 15px 29px;
    background-color: #B2B2B2;
    text-transform: uppercase;
    line-height: 21px;
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    border: none;
  }

.blogContent,
.ajax-load-more-wrap .alm-reveal {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

  .lowerBlogPost:nth-child(1),
  .lowerBlogPost:nth-child(2) {
    width: 50%;
  }

    .lowerBlogPost:nth-child(1) .blog-post-blurb,
    .lowerBlogPost:nth-child(2) .blog-post-blurb {
      -webkit-align-content: flex-end;
      -ms-align-content: flex-end;
      align-content: flex-end;
      height: 100%;
      width: 50%;
    }

      .lowerBlogPost:nth-child(1) .blog-post-blurb h2,
      .lowerBlogPost:nth-child(2) .blog-post-blurb h2 {
        padding: 35px 0 20px 0;
      }

      .lowerBlogPost:nth-child(1) .blog-post-blurb h3,
      .lowerBlogPost:nth-child(2) .blog-post-blurb h3 {
          bottom: auto;
          right: auto;
          left: 20px;
          top: 20px;
        }

    .lowerBlogPost:nth-child(1) .inner .blog-post-img,
    .lowerBlogPost:nth-child(2) .inner .blog-post-img {
      background-color: #7E7E7E;
      min-height: 330px;
      height: 100%;
      width: 50%;
      order: 2;
    }

  .lowerBlogPost {
    border: 15px transparent solid;
    width: 33.33%;
  }

    .lowerBlogPost .inner {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1); 
      box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
      background-color: #ffffff;
      position: relative;
      height: 100%;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }

      .lowerBlogPost .inner .blog-post-img {
        background-color: #7E7E7E;
        height: 200px;
        width: 100%;
      }

      .blog-post-blurb {
        height: calc(100% - 200px);
        position: relative;
        padding: 20px;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: space-between;
        -ms-align-content: space-between;
        align-content: space-between;
      }

        .blog-post-blurb h2 {
          text-transform: none;
          padding: 0 0 20px 0;
          line-height: 28px;
          font-weight: 700;
          font-size: 24px;
          color: #3E3E3E;
        }

          .blog-post-blurb h2 a {
            color: #3E3E3E;
          }

          .blog-post-blurb-inner {

          }

        .blog-post-blurb .excerpt {
          padding: 0 0 20px 0;
        }

        .blog-post-blurb p {
          line-height: 22px;
          font-size: 14px;
          color: #7E7E7E;
        }

        .read-more {
          text-transform: uppercase;
          vertical-align: middle;
          line-height: 20px;
          font-weight: 700;
          font-size: 14px;
          color: #7E7E7E;
          padding: 0;
          margin: 0;
        }

          .read-more:hover,
          .read-more:focus {
            text-decoration: none;
            color: #EA1746;
          }

          .read-more svg {
            vertical-align: middle;
            margin: -2px 0 0 5px;
          }

        .blog-post-blurb h3 {
          text-transform: uppercase;
          letter-spacing: 2px;
          position: absolute;
          line-height: 20px;
          font-weight: 700;
          font-size: 12px;
          color: #EA1746;
          bottom: 20px;
          right: 20px;
          padding: 0;
          margin: 0;
        }




  article h2 a {
    color: #3e3e3e;
  }

    article h2 a:hover,
    article h2 a:focus {
      text-decoration: none;
      color: #ffc423;
    }



/* ==========================================================================
   About Template
   ========================================================================== */

.about-page-content {
  padding: 125px 0 100px 0;
  max-width: 930px;
  margin: 0 auto;
}

.about-page-content .intro-content {
  padding: 45px 0 60px 0;
}

  .about-page-content .intro-content p {
    line-height: 34px;
    font-weight: 300;
    font-size: 29px;
  }

  .main-content-row {
    padding-bottom: 60px;
  }

  .about-page-content .content h4 {
    padding: 0 0 25px 0;
    font-weight: 800;
  }

  ul li {
    padding: 0 0 15px 0;
  }

  .meet-the-founder img {
    width: 100%;
  }

  .meet-the-founder .content {
    padding-left: 30px;
  }

    .meet-the-founder .content h2 {
      padding-bottom: 30px;
      line-height: 22px;
      font-weight: 800;
      font-size: 35px;
      color: #3E3E3E;
    }

    .meet-the-founder .content p {
      padding-bottom: 20px;
      font-size: 16px;
    }




/* ==========================================================================
   Form Template
   ========================================================================== */

.referrals-page-content {
    padding: 100px 50px 50px 50px;
}

.form-page-content {
  padding: 125px 0 100px 0;
  max-width: 930px;
  margin: 0 auto;
}

  .form-page-content .content {
    padding-top: 30px;
  }

    .form-page-content .content p {
      line-height: 32px;
      font-size: 24px;
    }

      .form-page-content .content p a {
        color: #3e3e3e;
      }

.form-page-content .gform_wrapper label.gfield_label,
.service-contact-form .gform_wrapper label.gfield_label {
  font-size: 14px;
}

.form-page-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-page-content .gform_wrapper textarea {
  padding: 12px 15px 12px 15px;
  border: 0;
}

.service-contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.service-contact-form .gform_wrapper textarea {
  padding: 12px 15px 12px 15px;
  border: 1px #E4E4E4 solid;
}

.service-contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin-top: 0;
}

.service-contact-form .gform_wrapper .ginput_recaptcha {
  overflow: scroll;
}

body .form-page-content .gform_wrapper .top_label div.ginput_container,
body .service-contact-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.form-page-content .gform_wrapper .gform_footer {
  padding: 15px 10px 10px 10px;
  margin: 0;
}

.form-page-content .gform_wrapper .gform_footer .gform_button {
  padding: 13px 28px 15px 29px;
  background-color: #000000;
  line-height: 21px;
  font-weight: 800;
  font-size: 18px;
  color: #ffffff;
  border: none;
}

  .form-page-content .gform_wrapper .gform_footer .gform_button:hover,
  .form-page-content .gform_wrapper .gform_footer .gform_button:focus {
    background-color: #323232;
    color: #ffc423;
  }

.gform_confirmation_message {
  box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.05);
  background-color: #F6F6F6;
  justify-self: center;
  align-items: center;
  padding: 100px 30px;
  text-align: center;
  flex-flow: wrap;
  display: flex;
}

  .gform_confirmation_message h2 {
    text-transform: initial;
    padding: 0 0 2px 0;
    line-height: 28px;
    font-weight: 900;
    font-size: 24px;
    color: #3E3E3E;
    width: 100%;
  }

  .gform_confirmation_message p {
    line-height: 28px;
    font-size: 16px;
    color: #000000;
    width: 100%;
  }

.gform_confirmation_message_5 {
  font-size: 1.250em;
  font-weight: 700;
}

.subhead {
  font-size: 0.800em;
}



/* ==========================================================================
   Tabbed Form
   ========================================================================== */

.referrals .gform_wrapper .gf_page_steps {
  border-bottom: 1px solid #898989;
  overflow: scroll;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin: 0 0 16px 0;
  display: flex;
  padding: 0;
}

.referrals .gform_wrapper .gf_step_clear {
  height: 0;
}

.referrals .gform_wrapper .gf_step {
  background-color: #898989;
  text-align: center;
  padding: 10px 15px;
  margin: 0 5px 0 0;
  font-weight: 900;
  color: #ffffff;
  height: auto;
}

.referrals .gform_wrapper .gf_step.gf_step_last {
  margin: 0;
}

.referrals .gform_wrapper .gfield_checkbox li label, 
.referrals .gform_wrapper .gfield_radio li label {
  font-size: 1.750em;
  line-height: 16px;
}

body.referrals .gform_wrapper ul li.gfield {
    margin-top: 6px;
}

.referrals .gform_wrapper li.gfield.field_description_below+li.gsection,
.referrals .gform_wrapper .gsection {
  margin-left: 13px!important;
  margin-bottom: 10px!important;
  margin-top: 0px!important;
}

.referrals .gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.referrals .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 2px;
}

.referrals .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.referrals .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.referrals .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin: 0;
}

.referrals .validation_error,
.referrals .gform_wrapper .gf_step span.gf_step_number {
  display: none;
}

.referrals .gform_previous_button,
.referrals .gform_next_button,
.gform_legacy_markup_wrapper .gform_page_footer input.button, 
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
    font-size: 1.500em !important;
    background-color: #898989;
    letter-spacing: 2px;
    color: #ffffff;
    border: none;
}

.referrals .gform_previous_button {
  float: left;
}

.referrals .gform_next_button,
.gform_legacy_markup_wrapper .gform_page_footer input.button, 
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
  float: right;
}

.referrals #field_9_87,
.referrals #field_9_88,
.referrals #field_9_112,
.referrals #field_9_90,
.referrals #field_9_93,
.referrals #field_9_94,
.referrals #field_9_95,
.referrals #field_9_97,
.referrals #field_9_66,
.referrals #field_9_67,
.referrals #field_9_68,
.referrals #field_9_69,
.referrals #field_9_70,
.referrals #field_9_71,
.referrals #field_9_72,
.referrals #field_9_75,
.referrals #field_9_19,
.referrals #field_9_20,
.referrals #field_9_21,
.referrals #field_9_22,
.referrals #field_9_23,
.referrals #field_9_25,
.referrals #field_9_26,
.referrals #field_9_27,
.referrals #field_9_28,
.referrals #field_9_29,
.referrals #field_9_31,
.referrals #field_9_32,
.referrals #field_9_34,
.referrals #field_9_35,
.referrals #field_9_36,
.referrals #field_9_37,
.referrals #field_9_1,
.referrals #field_9_2,
.referrals #field_9_7,
.referrals #field_9_8,
.referrals #field_9_9,
.referrals #field_9_10,
.referrals #field_9_11,
.referrals #field_9_13 {
  width: 25%;
}

@media (max-width: 1175px) {

  .referrals .form-page-content {
    padding: 65px 30px 30px 30px;
  }

}

@media (max-width: 850px) {

  .referrals #field_9_87,
  .referrals #field_9_88,
  .referrals #field_9_112,
  .referrals #field_9_90,
  .referrals #field_9_93,
  .referrals #field_9_94,
  .referrals #field_9_95,
  .referrals #field_9_97,
  .referrals #field_9_66,
  .referrals #field_9_67,
  .referrals #field_9_68,
  .referrals #field_9_69,
  .referrals #field_9_70,
  .referrals #field_9_71,
  .referrals #field_9_72,
  .referrals #field_9_75,
  .referrals #field_9_19,
  .referrals #field_9_20,
  .referrals #field_9_21,
  .referrals #field_9_22,
  .referrals #field_9_23,
  .referrals #field_9_25,
  .referrals #field_9_26,
  .referrals #field_9_27,
  .referrals #field_9_28,
  .referrals #field_9_29,
  .referrals #field_9_31,
  .referrals #field_9_32,
  .referrals #field_9_34,
  .referrals #field_9_35,
  .referrals #field_9_36,
  .referrals #field_9_37,
  .referrals #field_9_1,
  .referrals #field_9_2,
  .referrals #field_9_7,
  .referrals #field_9_8,
  .referrals #field_9_9,
  .referrals #field_9_10,
  .referrals #field_9_11,
  .referrals #field_9_13 {
    width: 50%;
  }

}

@media (max-width: 700px) {

  .referrals #field_9_87,
  .referrals #field_9_88,
  .referrals #field_9_112,
  .referrals #field_9_90,
  .referrals #field_9_93,
  .referrals #field_9_94,
  .referrals #field_9_95,
  .referrals #field_9_97,
  .referrals #field_9_66,
  .referrals #field_9_67,
  .referrals #field_9_68,
  .referrals #field_9_69,
  .referrals #field_9_70,
  .referrals #field_9_71,
  .referrals #field_9_72,
  .referrals #field_9_75,
  .referrals #field_9_19,
  .referrals #field_9_20,
  .referrals #field_9_21,
  .referrals #field_9_22,
  .referrals #field_9_23,
  .referrals #field_9_25,
  .referrals #field_9_26,
  .referrals #field_9_27,
  .referrals #field_9_28,
  .referrals #field_9_29,
  .referrals #field_9_31,
  .referrals #field_9_32,
  .referrals #field_9_34,
  .referrals #field_9_35,
  .referrals #field_9_36,
  .referrals #field_9_37,
  .referrals #field_9_1,
  .referrals #field_9_2,
  .referrals #field_9_7,
  .referrals #field_9_8,
  .referrals #field_9_9,
  .referrals #field_9_10,
  .referrals #field_9_11,
  .referrals #field_9_13 {
    width: 100%;
  }

}



/* ==========================================================================
   Certifications
   ========================================================================== */

.page-template-template-certifications #footer-wrap,
.page-template-template-certifications .general-page {
  background-color: transparent;
}

#certifications-content.general-page-content {
  padding: 0;
}


.certifications-content-container {
  /*max-width: 800px;*/
  /*margin: 0 auto;*/
}

  .certifications-content-container .intro {
    background-color: #ebebeb;
    padding: 100px 0 50px 0;
  }

    .certifications-content-container .intro .inner,
    .certifications-content-container .outro .inner {
      max-width: 800px;
      margin: 0 auto;
    }

  .certifications-content-container .outro {
    background-color: #ebebeb;
    padding: 60px 0 50px 0;
  }

    .certifications-content-container .outro .inner .outro-intro {
      font-size: 1.250em;
    }

    .certifications-content-container .outro .inner h2 {
      padding: 30px 0 0 0;
      font-size: 2.500em;
    }

    .certifications-content-container .outro .inner h3 {
      padding: 30px 0 10px 0;
      font-size: 1.500em;
      font-weight: 700;
    }

    .certifications-content-container .outro .inner ul li {
      padding: 0;
    }

#certifications-content h1 {
  padding: 0 0 15px 0;
}

.certifications-content-container .certifications {
  background-color: #ffffff;
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto;
}

.single-certification {
  text-align: center;
}

  .single-certification .inner {
    padding: 15px;
  }

    .certification-modal-button {
      cursor: pointer;
    }

      .single-certification h3 {
        display: block;
        font-size: 1.250em;
        font-weight: 700;
      }

      .single-certification .display-logo {
        vertical-align: middle;
        display: inline-block;
        max-height: 100px;
        max-width: 100px;
      }

    .single-certification-modal {
      background: url('../img/lighter-blk-opacity.png');
      position: fixed;
      display: none;
      z-index: 15;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
    }

      .single-certification-modal .content {
        background-color: #ffffff;
        padding: 30px 15px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
        max-width: 600px;
        margin: 0 auto;
      }

        .single-certification-modal .content .close-modal {
          position: absolute;
          cursor: pointer;
          display: block;
          width: 20px;
          right: 10px;
          top: 10px;
        }

        .single-certification-modal .content h3 {
          padding: 0 0 10px 0;
          font-size: 1.500em;
        }



/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry p.byline { }
.hentry .entry-content { }
.hentry footer { }



/* ==========================================================================
   Footer
   ========================================================================== */

#footer-wrap {
  background-color: #ebebeb;
  padding-bottom: 377px;
  min-height: 100%;
  overflow: auto;
}

#content-info {
  margin-top: -377px;
  position: relative;
  height: 377px;
}

.footer-section-container {
  background-color: #3e3e3e;
  display: table;
}

  .footer-section {
    display: table-cell;
    float: none !important;
    color: #ffffff;
    padding: 20px;
    /*height: 303px;*/
  }

    .footer-section:first-child {
      padding: 20px 20px 0 20px;
    }

    .footer-section p {
      padding: 0 0 20px 0;
    }

      .footer-section p a {
        font-weight: 700;
        color: #ffffff;
      }

    .footer-p-height {
      height: 140px;
    }

    .footer-section img {
      padding: 0 0 30px 0;
      height: auto;
      width: 60%;
    }

    .footer-section .address {
      padding: 0 0 0 0;
      font-weight: 700;
      color: #a2a2a2;
    }

    .footer-section .number {
      text-transform: uppercase;
      font-size: 1.438em;
      font-weight: 700;
      padding: 0 0 0 0;
      color: #a2a2a2;
    }

.footer-bottom {
  text-transform: uppercase;
  background-color: #000000;
  font-weight: 700;
  color: #a2a2a2;
  padding: 20px;
  height: 62px;
}



/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 1250px) {

  .container {
    width: 100%;
  }

  h2 {
    font-size: 3.500em;
  }

  .brand {
    width: 150px;
  }

    .brand img {
      padding: 21px 15px 20px 18px;
      height: auto;
      width: 150px;
    }

  .nav > li > a {
    padding: 30px 15px 25px 17px;
  }

  .side-nav ul li a {
    font-size: 1.000em;
  }

  .service-icon {
    right: -125px;
    width: 150px;
  }

  .contact-sales-section .col-md-7 {
    padding-bottom: 30px;
  }

  .contact-sales-section .col-md-7,
  .contact-sales-section .col-md-4 {
    width: 100%;
  }

}

@media (max-width: 1100px) {

  .social-media-nav {
    display: none;
  }

}

@media (max-width: 995px) {

  h1, h2, #certifications-content h1 {
    line-height: 52px;
    font-size: 60px;
  }

  .nav > li > a {
    padding: 35px 10px 25px 10px;
    font-size: 1.000em;
  }

  .col-md-3 {
    float: left !important;
    width: 50%;
  }

  .certifications-content-container .intro {
    padding: 100px 30px 30px 30px;
  }

  .certifications-content-container .outro {
    padding: 30px 30px 100px 30px;
  }

  .single-certification.col-md-3,
  .certifications-content-container .col-md-3 {
    width: 25%;
  }

  .certifications-content-container .col-md-9 {
    width: 75%;
    float: left;
  }

  .services-section {
    padding: 20px;
    height: auto;
  }

  .testimonials {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 50px 30px 40px 30px;
  }

  .testimonial-single {
    padding: 30px;
    width: 100%;
  }

  .posts-date {
    float: left;
  }

    .footer-section img {
      padding: 0px;
      width: 100px;
    }

  .home-hero {
    padding: 0 0 50px 0;
  }

    .home-hero h2 {
      padding: 75px 0 0 0;
    }

  .general-button-container,
  .home-button-container {
    width: 100%;
  }

  .home-button-container {
    position: absolute;
    margin: 0px;
    top: 0;
  }

    .form-buttons {
      margin: 0px;
    }

    .desktop {
      display: none;
    }

    .tel.desktop,
    .home .form-buttons p.tel.desktop,
    body:not(.home) .form-buttons p.tel.desktop {
      display: none;
    }

    .tel.mobile,
    .home .form-buttons a.tel.mobile,
    body:not(.home) .form-buttons a.tel.mobile {
      display: block;
    }

  .home .form-buttons {
    margin: 0;
  }

  .home .form-buttons p,
  .home .form-buttons a {
    text-align: center;
    font-size: 1.000em;
    margin: 0px;
    width: 25%;
    float: left;
    display: inline;
  }

  .home-button-container .form-buttons p {
    font-size: 1.000em;
  }

  .side-nav {
    width: 35%;
  }

  .general-page-icon {
    float: left;
    width: 15%;
  }

  .page-template-template-general-php.document-translation .general-page-content .col-md-7,
  .page-template-template-general-php.site-interpretation .general-page-content .col-md-7,
  .page-template-template-general-php.telephonic-interpretation .general-page-content .col-md-7,
  .page-template-template-general-php.transportation .general-page-content .col-md-7 {
    width: 50%;
    float: left;
  }

  .page-template-template-general-php .general-page-content .col-md-7 {
    width: 80%;
    float: left;
  }

  .footer-section .social-media-nav {
    display: block;
    float: none;
    margin: 0;
  }

  h5 {
    font-size: 2em;
  }

  #footer-wrap {
    padding-bottom: 574px;
    min-height: 100%;
    overflow: auto;
  }

  #content-info {
    margin-top: -574px;
    position: relative;
    height: 574px;
  }

    .footer-section {
      height: 275px;
    }

  .gform_confirmation_message {
    padding: 20px 0 0 0;
  }

  .footer-p-height {
    height: 90px;
  }

  .about-page-content,
  .form-page-content {
    padding: 100px 0;
  }

    .main-content-row {
      padding-bottom: 30px;
    }

      .main-content-row .col-md-6 {
        padding-bottom: 30px;
      }

    .meet-the-founder .col-md-4 {
      float: left;
      width: 30%;
    }

    .meet-the-founder .col-md-8 {
      float: left;
      width: 70%;
    }

  .general-page-content {
    padding: 100px 0 50px 0;
  }

    .service-icon {
      right: -100px;
    }

    .general-page-content .side-nav-container {
      padding: 0 0 30px 0;
      width: 25%;
    }

      .general-page-content .side-nav-container .side-nav {
        width: 100%;
      }

  body.single .general-page-content {
    padding: 75px 0 30px 0;
  }

  body.blog .general-page-content, 
  body.archive .general-page-content {
    padding: 75px 0;
  }

  #blog-sidebar ul li {
    padding: 0 30px 0 0;
  }

  .lowerBlogPost,
  .lowerBlogPost:nth-child(1), 
  .lowerBlogPost:nth-child(2) {
    width: 50%;
  }

    .lowerBlogPost:nth-child(1) .blog-post-blurb,
    .lowerBlogPost:nth-child(2) .blog-post-blurb {
      -webkit-align-content: space-between;
      -ms-align-content: space-between;
      align-content: space-between;
      height: calc(100% - 200px);
      width: 100%;
      order: 2;
    }

      .lowerBlogPost:nth-child(1) .blog-post-blurb h2,
      .lowerBlogPost:nth-child(2) .blog-post-blurb h2 {
        padding: 0 0 20px 0;
      }

      .lowerBlogPost:nth-child(1) .blog-post-blurb h3,
      .lowerBlogPost:nth-child(2) .blog-post-blurb h3 {
        bottom: 20px;
        right: 20px;
        left: auto;
        top: auto;
      }

    .lowerBlogPost:nth-child(1) .inner .blog-post-img,
    .lowerBlogPost:nth-child(2) .inner .blog-post-img {
      background-color: #7E7E7E;
      min-height: 200px;
      height: 200px;
      width: 100%;
      order: 1;
    }

  .general-page-content {
    -webkit-flex-flow:  row wrap;
    -ms-flex-flow:  row wrap;
    flex-flow:  row wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .filter-dropdown-button {
    background-color: #898989;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    display: block;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    margin: 0;
  }

  .side-nav {
    padding: 0px;
  }

    .side-nav ul {
      -webkit-transition: all 0 ease 0;
      -moz-transition: all 0 ease 0;
      -o-transition: all 0 ease 0;
      -ms-transition: all 0 ease 0;
      transition: all 0 ease 0;
      display: none;
      width: 100%;
    }

      .side-nav ul li {
        background-color: #898989;
        text-align: center;
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
      }

        .side-nav ul li a {
          padding: 10px;
          width: 100%;
        }

  .general-page-content .side-nav-container {
    width: 100%;
    order: 1;
  }

  .general-page-content .col-md-8 {
    width: 100%;
    order: 2;
  }

  .service-icon {
    right: 30px;
    top: -30px;
  }

  .service-intro-content {
    max-width: 100%;
  }

  .page-template-template-services-php .general-page-content {
    padding: 50px 0 0 0;
  }

  .page-template-template-services-php .general-page-content .side-nav-container {
    padding: 30px 15px 45px 15px;
  }

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

  .tel.purple.desktop {
    font-size: 1.000em !important;
    padding: 0px !important;
  }

  .page-template-template-general-php.document-translation .general-page-content .col-md-7,
  .page-template-template-general-php.site-interpretation .general-page-content .col-md-7,
  .page-template-template-general-php.telephonic-interpretation .general-page-content .col-md-7,
  .page-template-template-general-php.transportation .general-page-content .col-md-7 {
    float: left;
    width: 50%;
  }

  .page-template-template-general-php .general-page-content .col-md-7 {
    float: left;
    width: 80%;
  }

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

  .col-md-3 {
    float: left !important;
    width: 50%;
  }

  .services-section {
    padding: 20px 0 20px 0;
  }

  .posts-date {
    float: left;
  }

    .footer-section img {
      width: 150px;
    }

  .home-hero {
    padding: 0 0 50px 0;
  }

    .home-hero h2 {
      padding: 75px 0 0 0;
    }

  .general-button-container,
  .home-button-container {
    width: 100%;
  }

  .home-button-container {
    position: absolute;
    margin: 0px;
    top: 0;
  }

    .form-buttons {
      margin: 0px;
    }

    .desktop {
      display: none;
    }

  .form-buttons p,
  .form-buttons a {
    text-align: right;
    font-size: 1.000em;
    margin: 0px;
    width: 25%;
    float: left;
    display: inline;
  }

  .side-nav {
    width: 35%;
  }

  .general-page-icon {
    float: left;
    width: 15%;
  }

  .general-page-content .col-md-7 {
    width: 50%;
    float: left;
  }

  .footer-section .social-media-nav {
    display: block;
    float: none;
  }

  h5 {
    font-size: 1.750em;
  }

  h2 {
    font-size: 2.750em;
  }

    .gform_confirmation_message {
      margin: 30px 0 100px 0;
      padding: 50px 30px;
    }

  .footer-p-height {
    height: 90px;
  }

  .page-template-template-general-php.document-translation .general-page-content .col-md-7,
  .page-template-template-general-php.site-interpretation .general-page-content .col-md-7,
  .page-template-template-general-php.telephonic-interpretation .general-page-content .col-md-7,
  .page-template-template-general-php.transportation .general-page-content .col-md-7 {
    float: left;
    width: 50%;
  }

  .page-template-template-general-php .general-page-content .col-md-7 {
    float: left;
    width: 80%;
  }

}

@media (max-width: 850px) {

  #banner {
    height: auto;
  }

  #menu-primary-navigation {
    width: 100%;
  }

  #nav-main,
  .navbar-header {
    width: 100%;
  }

    .navbar-toggle {
      height: 86px;
      width: 66px;
      margin: 0px;
    }

    .navbar-toggle .icon-bar {
      background-color: #ffc423;
      height: 4px;
      width: 90%;
    }

      .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
      }

      .navbar-collapse {
            z-index: 10;
        position: relative;
        text-align: center;
        padding-right: 1px;
        padding-left: 1px;
      }

      .nav > li {
        display: block;
      }

        .nav > li > a {
          padding: 20px;
          height: auto;
        }

  .navbar-collapse {
    -webkit-transition: all 0 ease 0;
    -moz-transition: all 0 ease 0;
    -o-transition: all 0 ease 0;
    -ms-transition: all 0 ease 0;
    transition: all 0 ease 0;
  }

}

@media (max-width: 766px) {

  article,
  .general-page-content .col-md-8 {
    text-align: left;
  }

  .col-md-3 {
    width: 100%;
  }

  h1, 
  h2 {
    font-size: 1.750em;
    line-height: 32px;
    padding: 0;
  }

  article header h1,
  .entry-content h2,
  .contact-sales-section .row h3 {
    padding: 0 0 10px 0;
    font-size: 1.750em;
    line-height: 32px;
  }

  #certifications-content h1 {
    font-size: 1.750em;
    line-height: 32px;
    padding: 0 0 20px 0;
  }

  .form-page-content .content {
    padding-top: 0;
  }

  .single-certification.col-md-3 {
    width: 100%;
  }

  .single-certification-modal {
    height: 100%;
  }

  .single-certification-modal .content {
    position: absolute;
    transform: none;
    text-align: center;
    height: 100%;
    overflow: scroll;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }

    .single-certification .display-logo {
      max-height: 125px;
      max-width: 125px;
    }

    .single-certification-modal .col-md-3,
    .single-certification-modal .col-md-9 {
      float: none !important;
      width: 100%;
    }

      .single-certification-modal .display-logo {
        padding: 0 0 20px 0;
        text-align: center;
        margin: 0 auto;
      }

  h3,
  .form-page-content .content p {
    line-height: 1.250em;
    font-size: 1.250em;
  }

  .service-intro-content-row h3 {
    line-height: 1.600em;
    padding: 0 0 10px 0;
    font-size: 1.600em;
  }

  .navbar-collapse .social-media-nav {
    display: none;
  }

  .home-hero {
    text-align: center;
    padding: 0 0 50px 0;
  }

    .home-hero h2 {
      padding: 25px 0 0 0;
      line-height: 32px;
    }

      .home-hero h2 br {
        height: 0px;
      }

  .services-section {
    height: auto;
  }

  .general-page-content,
  .form-page-content,
  .referrals .form-page-content {
    text-align: center;
    padding: 10px 10px 125px 10px;
  }

  .posts-date {
    margin: 20px auto 20px auto;
    padding: 10px;
    float: none;
  }

  article {
    width: 100% !important;
    padding: 0 0 80px 0;
    float: none;
  }

    .home-services {
      padding: 10px;
    }

      .home-services-button img,
      .home-services-button {
        width: 60px;
      }

  .general-button-container,
  .home-button-container,
  .form-buttons,
  body:not(.home) .form-buttons,
  body:not(.home) .general-button-container a {
    text-align: center;
    margin: 0px;
  }

  body:not(.home) .general-button-container a,
  body:not(.home) .general-button-container p {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 25%;
  }

  .home .general-button-container a:hover,
  .home .general-button-container p:hover,
  body:not(.home) .general-button-container a:hover,
  body:not(.home) .general-button-container p:hover,
  .home .general-button-container a:focus,
  .home .general-button-container p:focus,
  body:not(.home) .general-button-container a:focus,
  body:not(.home) .general-button-container p:focus {

  }

  .home .general-button-container .form-buttons a:hover,
  .home .home-button-container .form-buttons a:hover,
  body:not(.home) .home-button-container .form-buttons a:hover {
    background-color: #323232;
    color: #ffc423;
    padding: 10px;
  }

  body:not(.home) .general-button-container .form-buttons a:hover {
    background-color: #323232;
    color: #ffc423;
    padding: 15px;
  }

  .general-button-container,
  .home-button-container {
    top: auto;
    bottom: 0;
  }

  .form-buttons p,
  .form-buttons a {
    text-align: center;
  }

  .desktop,
  .home-services-button {
    display: none;
  }

    .tel.mobile {
      display: none;
    }

    .form-buttons a, .form-buttons p {
      font-size: 1.500em;
      display: block;
      margin: 0px;
    }

    .form-buttons a {
      float: left;
      font-size: 0.889em;
      width: 33.33%;
      height: auto;
    }

  .general-page-icon {
    display: none;
  }

  .general-page-content .col-md-7 {
    width: 100%;
  }

  #blog-sidebar {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow:  row wrap;
    -ms-flex-flow:  row wrap;
    flex-flow:  row wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-categories {
    margin-top: 5px;
    display: block;
  }

    .mobile-categories .filter-dropdown-button svg {
      margin-left: 10px;
    }

      .mobile-categories .filter-dropdown-button svg path {
        stroke: #ffffff;
      }

  #blog-sidebar .mobile-categories-nav {
    width: 100%;
  }

    #blog-sidebar .mobile-categories-nav li {
      padding: 15px;
      width: 100%;
    }

  #blog-sidebar ul {
    display: none;
  }

  .filter-dropdown-button {
    background-color: #898989;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    display: block;
    color: #ffffff;
    padding: 10px;
    width: 100%;
  }

  .side-nav {
    padding: 0px;
  }

    .side-nav ul {
      -webkit-transition: all 0 ease 0;
      -moz-transition: all 0 ease 0;
      -o-transition: all 0 ease 0;
      -ms-transition: all 0 ease 0;
      transition: all 0 ease 0;
      display: none;
    }

      .side-nav ul li {
        text-align: center;
        padding: 10px;
        margin: 0px;
        float: none;
      }

  .footer-section {
    display: inline-block;
    text-align: center;
  }

  .general-button-container .form-buttons a:hover,
  .home-button-container .form-buttons a:hover,
  .general-button-container .form-buttons a:focus,
  .home-button-container .form-buttons a:focus {
    background-color: #323232;
    text-decoration: none;
    color: #ffc423;
    padding: 10px;
  }

  #footer-wrap {
    padding-bottom: 574px;
    min-height: 0;
  }

  .footer-section,
  .footer-bottom,
  .footer-p-height {
    height: auto;
  }

  .footer-section {
    padding: 20px 20px 0 20px;
  }

  .footer-section .social-media-nav.mobile {
    margin: 0;
  }

  .footer-section .social-media-nav {
    margin-bottom: 30px;
  }

  .robert {
    padding: 20px 0 0 0;
    float: none;
  }

  .page-template-template-general-php.document-translation .general-page-content .col-md-7,
  .page-template-template-general-php.site-interpretation .general-page-content .col-md-7,
  .page-template-template-general-php.telephonic-interpretation .general-page-content .col-md-7,
  .page-template-template-general-php.transportation .general-page-content .col-md-7 {
    width: 100%;
  }

  .page-template-template-general-php .general-page-content .col-md-7 {
    width: 100%;
  }

  .about-page-content,
  .form-page-content {
    padding: 30px 0 60px 0;
  }

    .about-page-content .intro-content {
      padding: 30px 0;
    }

      .about-page-content .intro-content p {
        line-height: 32px;
        font-size: 26px;
      }

  .main-content-row {
    padding-bottom: 0;
  }

  .meet-the-founder .col-md-4,
  .meet-the-founder .col-md-8 {
    float: none;
    width: 100%;
  }

  .meet-the-founder .col-md-4 {
    text-align: center;
  }

    .meet-the-founder .col-md-4 img {
      max-width: 300px;
      margin: 0 auto 30px auto;
    }

    .meet-the-founder .content {
      padding-left: 0;
    }

  .certifications-content-container .intro {
    padding: 30px;
  }

  body.single .general-page-content {
    padding: 30px 0 50px 0;
  }

  body.blog .general-page-content, 
  body.archive .general-page-content {
    padding: 30px 0 133px 0;
  }

  #blog-sidebar ul li {
    padding: 20px 20px 0 0;
  }

  .alm-btn-wrap {
    margin-top: 20px;
  }

  .lowerBlogPost,
  .lowerBlogPost:nth-child(1), 
  .lowerBlogPost:nth-child(2) {
    text-align: left;
    width: 100%;
  }

  .lowerBlogPost .inner .blog-post-img,
  .lowerBlogPost:nth-child(1) .inner .blog-post-img, 
  .lowerBlogPost:nth-child(2) .inner .blog-post-img {
    height: 250px;
  }

  .blog-post-blurb {
    height: calc(100% - 250px);
  }

    .lowerBlogPost:nth-child(1) .blog-post-blurb,
    .lowerBlogPost:nth-child(2) .blog-post-blurb {
      height: calc(100% - 250px);
    }

  .page-template-template-services-php .general-page-content {
    padding: 0 0 120px 0;
  }

  .page-template-template-services-php .general-page-content .side-nav-container {
    padding: 15px 15px 45px 15px;
  }

  .service-icon {
    display: none;
  }

  .service-intro-content {
    padding-top: 15px;
  }

  .contact-sales-section .content-inner {
    max-width: 100%;
  }

}

@media (max-width: 700px) {

  .home-hero {
    padding: 0 0 90px 0;
  }

  .home .form-buttons p, 
  .home .form-buttons a,
  body:not(.home) .general-button-container a, 
  body:not(.home) .general-button-container p {
    width: 50%;
  }

  .about-page-content, 
  .form-page-content {
    padding: 30px 0 100px 0;
  }

  .referrals-page-content {
    padding: 30px 15px 150px 15px;
  }

  .certifications-content-container .outro {
    padding: 30px 30px 130px 30px;
  }

  #blog-sidebar {
    padding: 0 0 15px 0;
  }

  .lowerBlogPost {
    border-bottom: 15px transparent solid;
    border-right: 0;
    border-left: 0;
    border-top: 15px transparent solid;
  }

}


