/*
    Theme Name: OPEN LAWYER
    Description: OpenLawyer Business Solution.
    Version: 1.0
    Author: Waqas Ahmad
    Author URI: http://webreative.com

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php


    THEME COLORS:
    Gradient Green (start): #46BDBB
    Gradient Green Hover (start): #2DA4A2

    Gradient Green (end): #268080
    Gradient Green Hover(end): #0D6767

    Gradient Blue (start): #257F98
    Gradient Blue Hover (start): #0C667F
    
    Gradient Blue (end): #1D5B6D
    Gradient Blue Hover (end): #044254

    Nexus Blue: #2E70B7
    Nexus Blue (gradient end): #1C487E

    Title Green: Same as Gradient Green
    Title Blue: #214F84

    Background Grey: #EBEBEB
    Border Grey (e.g. accordions): #7D7D7D
    */

/*------------------------------------*\
    MAIN
    \*------------------------------------*/

    @import 'https://fonts.googleapis.com/css?family=Lato:700';
    @import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';

/***********************************************
 * GENERIC/SHARED STYLING
 ***********************************************/
 body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

a, .btn, button{
  transition: all 0.3s ease;   
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

h1 {
  display: none;
}
h1, h2, h3, h4, h5 {
  font-family: 'Lato', Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.text-white {
  color: #FFF;
}
a.text-white:hover,
a.text-white:active,
a.text-white:focus {
  color: #FFF;
}

.text-green {
  color: #46BDBB;
}
.text-blue {
  color: #214F84;
}
.gradient-green,
.gradient-blue {
  text-align: center;
  border-radius: 5px;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.gradient-green {
  background: #46BDBB;
  background: linear-gradient(to bottom, #46BDBB, #268080);
}
a.gradient-green:hover,
a.gradient-green:focus,
a.gradient-green:active {
  background: #2DA4A2;
  background: linear-gradient(to bottom, #2DA4A2, #0D6767);
  cursor: pointer;
}

.gradient-blue {
  background: #257F98;
  background: linear-gradient(to bottom, #257F98, #1D5B6D);
}
a.gradient-blue:hover,
a.gradient-blue:focus,
a.gradient-blue:active {
  background: #257F98;
  background: linear-gradient(to bottom, #257F98, #044254);
}

.container {
  max-width: 1170px;
}

.title-standard {
  font-size: 42px;
  margin: 0 0 40px 0;
}

.padding-standard {
  padding: 80px 15px 80px 15px;
}


/** INNER PAGE HEADERS */
.breadcrumb-area {
  color: #fff;
  height: 200px;
  background: url(./assets/images/page-header-2.jpg) center;
  background-position:center bottom !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  width: 100%;
  position: relative;  
  text-align: center;
}

.breadcrumb-area .title {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  text-shadow: 0 2px 6px #000;
  font-size: 55px;
  margin: auto;
  color: #FFF;

}


/***********************************************
 * MAIN NAVIGATION
 ***********************************************/
 .logo {
  max-width: 275px;
}

.logo-footer {
  max-width: 280px;
}


header {
  height: 97px;
}
header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  padding: 12px 0px;
  z-index: 1000;
  margin-bottom: 0;
  border-radius: 0 !important;
  box-shadow: 0 0 1px 1px #AAA;
}
header .navbar-brand {
  display: block;
  height: auto;
}
.navbar .nav {
  background: #FFF;
}
.nav > li {
  padding: 0 8px;
  background: none;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 8px 5px;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus,
.nav > li.current-menu-item > a {
  color: #2E70B7;
  background: #FFF;
}
/* Account Login Button */
.nav > li.menu-item-507 {
  border-right: 1px solid #248484;
}

/* Generate Document button */
.nav > li.menu-item-509 {
  margin-left: 5px;
}
.nav > li.menu-item-509 > a {
  border-radius: 6px;
  background: #46BDBB;
  background: linear-gradient(to bottom, #46BDBB, #268080);
  text-align: center;
  color: #FFF;
  padding: 8px 15px;
}

.nav > li.menu-item-509 > a:hover,
.nav > li.menu-item-509 > a:focus,
.nav > li.menu-item-509 > a:active {
  background: #2DA4A2;
  background: linear-gradient(to bottom, #2DA4A2, #0D6767);
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
  margin-left:0px;
  padding: 0px 15px;
}


.navbar-collapse {
  background: #FFF;
  margin-top: 17px;
}

.navbar-toggle .icon-bar {
  background: #999999;
  height: 3px;
}

.navbar-toggle {
  padding: 5px 5px;
  margin-top: 10px;
  background-color: rgba(153, 153, 153, 0);
  border: 1px solid #999999;
}


/***********************************************
 * HOMEPAGE
 ***********************************************/
 /* Top Banner */
 .main-slide {
  width: 100%;
  background: url(assets/images/header-3.jpg);
  background-size: cover;
  background-position: center;
  color: #FFF;
  position: relative;
  height: 150px;
  padding: 0 15px;
}

.main-slide .row {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-slide h2 {
  text-transform: uppercase;
  text-shadow: 0 2px 6px #000;
  font-size: 18px;
  margin: 0 0 12px 0;
}
.main-slide p {
  line-height: 1.2em;
  text-shadow: 0 2px 6px #000;
  text-transform: uppercase;
}
.main-slide .started-btn {
  display: inline-block;
  color: #FFF;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1em;
  padding: 10px 12px;
  box-shadow: 2px 3px 3px #333;
  transition: box-shadow 0.3s;
}

.main-slide .started-btn:hover {
  box-shadow: 2px 3px 4px #222;
}

@media screen and (min-width: 470px) {
  .main-slide {
    height: 220px;
  }
  .main-slide h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .main-slide .started-btn {
    font-size: 18px;
    padding: 8px 30px;
  }
}
@media screen and (min-width: 768px) {
  .main-slide {
    height: 320px;
  }
  .main-slide h2 {
    font-size: 30px;
    
  }
  .main-slide p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .main-slide {
    height: 380px;
  }
  .main-slide h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .main-slide p {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .main-slide .started-btn {
    font-size: 20px;
    padding: 8px 30px;
  }
}

@media screen and (min-width: 1170px) {
  .main-slide {
    height: 440px;
  }

  .main-slide h2 {
    font-size: 60px;
  }
  .main-slide p {
    font-size: 26px;
  }

  .main-slide .started-btn {
    font-size: 20px;
    padding: 20px 35px;
  }
}

.slide-follower {
  position: relative;
  background-color: #2E70B7;
  text-align: center;
  padding: 20px 0;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.slide-follower h3,
.slide-follower .nexus-logo {
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}
.slide-follower h3 {
  color: #FFF;
  font-size: 16px;
  line-height: 1em;
}
.slide-follower .sep {
  color: #999;
  vertical-align: top;
  margin: 0 10px;
}
.slide-follower .header-link {
  transition: color 0.3s;
}
.slide-follower .header-link:hover {
  color: #EEE;
  text-decoration: none;
}
.slide-follower .nexus-logo {
  width: 145px;
  height: auto;
}
.logo-icon {
  text-align: center;
  padding: 110px 0px 0px 0px;
}

.logo-icon-bottom {
  text-align: center;
  padding: 10px 0px 0px 0px;
}

.footer-bottom-sec p {
  margin-bottom: 0px;
}

.main-slide h3 {
  font-family:Fjalla One;
  font-size: 40px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight:400;
}

.main-slide h1 {
  font-family:Fjalla One;
  font-size: 59px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight:400;
  padding-top:40px;
}

.home #breaker {
  background-color: #333;
  padding: 40px 0;
}
.home #breaker h2 {
  font-size: 42px;
  margin: 0;
}
.home #breaker span {
  display: block;
}
.home #breaker .bottom {
  margin-top: 10px;
  font-size: 0.35em;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal;
}

/* About Us Section */
.home #about  {
  text-align: center;
  padding-bottom: 0;
}

.home .about p {
  margin: 0 auto 24px auto;
  max-width: 850px;
}
.home .about p:last-child {
  max-width: 960px;
}

.home #services {
  padding: 0 15px;
  text-align: center;
  max-width: 1170px;
  margin: auto;
  position: relative;
}
.home #services-anchor {
  position: absolute;
  top: -97px;
}
.home .services-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home .service-wrap {
  width: 25%;
  text-align: center;
  margin: 0;
  border-left: 1px solid #EBEBEB;
  transition: all 0.1s;
}
.home .service-wrap a {
  display: block;
  height: 100%;
  padding: 25px;
}
.home .service-wrap:hover {
  background-color: #214F84;
  border-left: 1px solid #214F84;
}

.home .service-wrap:hover .box-link {
  color: #FFF;
  text-decoration: none;
}
.home .service-wrap:nth-child(4n+1) {
  border-left: none;
}
.home .service-wrap:nth-child(0n+1),
.home .service-wrap:nth-child(0n+2),
.home .service-wrap:nth-child(0n+3),
.home .service-wrap:nth-child(0n+4) {
  border-bottom: 1px solid #EBEBEB;
}
.home .service-wrap:nth-child(0n+1):hover,
.home .service-wrap:nth-child(0n+2):hover,
.home .service-wrap:nth-child(0n+3):hover,
.home .service-wrap:nth-child(0n+4):hover {
  border-bottom: 1px solid #214F84;
}


.home .services-wrap .service-icon {
  max-width: 50px;
  margin: 0 auto 15px auto;
}
.home .services-wrap .service-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.home .services-wrap .box-link {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size:18px;
  text-decoration:none;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;

}
.home .services-wrap .box-link p {
  margin: 0;
}

.services .btn-success {
  padding: 9px 25px;
  background: #81c558;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 16px;
  color: #ffffff;
  border:none;
}

.services .btn-success i {
  font-size:14px;
  margin-left:5px;   
}

.service-01, .service-02, .service-03{
  margin-bottom:20px !important;
  padding-top:30px;
}


.service-01-icon, .service-02-icon, .service-03-icon {
  padding: 80px 0px 0px 0px;
}

.service-01 h3, .service-02 h3, .service-03 h3 {
  color: #ffffff;
  font-weight:700;
  text-transform: uppercase;
}

.service-01 p, .service-02 p, .service-03 p {
  color: #ffffff;
  font-size:14px;
}

.service-02 {
  height: 425px;
  background: url(../images/services/service-02-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  max-width:366px;
  margin:auto;
  background-size:cover;
  background-position:top center;
  border-radius:5px;
}

.service-03 {
  height: 425px;
  background: url(../images/services/service-03-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  max-width:366px;
  margin:auto;
  background-size:cover;
  background-position:top center;
  border-radius:5px;
}


/* 'What Is OpenLawyer' Section */
.home .why-us .title,
.page-template-about-us .what-is .title {
  margin: 0 0 50px 0;
}
@media screen and (min-width: 992px) {
  .page-template-about-us .what-is  .intro {
    padding-right: 50px;
  }
}
.page-template-about-us .what-is  .intro {
  margin-bottom: 50px;
}
.page-template-about-us .what-is .intro p {
  margin: 0px 0px 30px 0px;
}
.home .why-us .accordion-wrap .title,
.page-template-about-us .what-is .accordion-wrap .title {
  margin-bottom: 35px;
}
.home .why-us .accordion-wrap .accordion-title,
.page-template-about-us .what-is .accordion-wrap .accordion-title  {
  position: relative;
  margin: 0;
  padding: 15px 30px 15px 0;
  cursor: pointer;
  font-size: 21px;
}

.home .why-us .accordion-wrap .accordion-title .fa,
.page-template-about-us .what-is  .accordion-wrap .accordion-title .fa {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 49px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.home .why-us .accordion-wrap .accordion-title.collapsed,
.page-template-about-us .what-is .accordion-wrap .accordion-title.collapsed {
  border-bottom: none;
}
.home .why-us .accordion-wrap .accordion-title.collapsed .fa,
.page-template-about-us .what-is .accordion-wrap .accordion-title.collapsed .fa {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.home .why-us .why-us-section,
.page-template-about-us .what-is .why-us-section {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #7D7D7D;
  background: none;
}
.home .why-us .why-us-section p,
.page-template-about-us .what-is .why-us-section p {
  margin: 0 0 15px 0;
}

.page-template-about-us .active {
  background: #2DA4A2;
  background: linear-gradient(to bottom, #2DA4A2, #0D6767);
}

.page-template-about-us .hidden {
  display: none;
}

.page-template-about-us .visible {
  display: block;
  -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
            animation: fadein 0.5s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */

/* Opera < 12.1 */

/* Homepage Footer CTA bar */
.home .footer-cta {
  text-align: center;
  padding: 15px;
}
.home .footer-cta a {
  color: #FFF;
  padding: 12px 20px;
  display: inline-block;
  margin: 15px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  border-radius: 5px;
}



/***********************************************
 * BUSINESS USERS PAGE (the old About Us page)
 ***********************************************/
 .page-template-about-us .about-us .leader {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  line-height: 1em;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.page-template-about-us .about-us .leader br {
  display: none;
}
.page-template-about-us .about-us .leader .fa {
  font-size: 10px;
  line-height: 22px;
  margin: 0 15px;
  vertical-align: top;
}
.page-template-about-us .about-us-text {
  max-width: 1020px;
  margin: auto;
}
.page-template-about-us .about-us .book-now {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px 35px;
  line-height: 1em;
  margin-top: 35px;
  min-width: 350px;
  margin-left: 5px;
  margin-right: 5px;
}
.page-template-about-us .about-us .book-now:hover,
.page-template-about-us .about-us .book-now:active,
.page-template-about-us .about-us .book-now:focus {
  color: #FFF;
  text-decoration: none;
}

/* Whats Is OpenLawyer section */
.page-template-about-us .what-is {
  background-color: #EBEBEB;
  padding-bottom: 0;
}


.home #why-us {
  padding-bottom: 30px;
}

.home #why-us > .container {
  width: 100% !important;

  max-width: 1360px;
}
.page-template-about-us .why-us-section p {
  white-space: pre-line;
}

/* About Us CTA bar */
.page-template-about-us .footer-cta {
  background-color: #EBEBEB;
  text-align: center;
  padding: 35px;
  padding-top: 0;
}
.page-template-about-us .footer-cta a {
  color: #FFF;
  padding: 12px 20px;
  display: inline-block;
  margin: 15px 5px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  border-radius: 5px;
  width: 185px;
}


/***********************************************
 * CONTACT
 ***********************************************/
 .contact-us-top {
  padding: 40px 15px;
}
.page-template-contact-us .contact-us-top { 
  max-width: 600px;
  margin: auto;
}
.page-template-contact-us .contact-us h2 {
  font-size: 32px;
  margin: 0;
}
.page-template-contact-us .contact-us-form {
  background-color: #EBEBEB;
  padding-top: 60px;
}

.page-template-contact-us .contact-us-form .wpcf7 {
  max-width: 780px;
  margin: auto;
}


#contact-form h3 {
  margin-left: 4px;
  margin-bottom: 20px;
}
#contact-form .input-wrap {
  position: relative;
  margin: 5px;
}
#contact-form .input-wrap-text,
#contact-form .input-wrap-textarea {
  background: #FFF;
}
#contact-form hr {
  background-color: #888888;
  height: 1px;
  margin: 40px 4px;
}
#contact-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -5px;
  left: 25px;
  font-size: 12px;
  font-style: italic;
}
#contact-form .input-wrap-text label,
#contact-form .input-wrap-textarea label {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 25px;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  z-index: 0;
}
#contact-form br {
  display: none;
}
#contact-form .input-wrap-textarea label {
  top: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-weight: normal;


}
#contact-form .wpcf7-form-control-wrap {
  position: relative;
  margin: 0;
}
#contact-form .wpcf7-form-control-wrap,
#contact-form .wpcf7-form-control-wrap input,
#contact-form .wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  background: transparent !important;
  border: none !important;
  outline: none !important;
}
#contact-form .form-text,
#contact-form .form-textarea {

  font-size: 16px;
}
#contact-form .form-text:active,
#contact-form .form-textarea:active,
#contact-form .form-text:focus,
#contact-form .form-textarea:focus {
  border: none;
  outline: none;
}
#contact-form .wpcf7-text {
  padding: 15px 25px;
  height: 60px;
}
#contact-form .name .wpcf7-text,
#contact-form .email .wpcf7-text,
#contact-form .phone .wpcf7-text {
  padding-left: 160px;
}
#contact-form .subject .wpcf7-text {
  padding-left: 100px;
}
#contact-form .wpcf7-textarea {
  padding: 50px 25px 15px 25px;
  height: 240px;
  resize: none;
}
#contact-form .form-input {
  width: 100%;
}
#contact-form span.wpcf7-list-item {
  margin: 0;
  display: block;
  position: relative;
  padding-left: 20px;
}
#contact-form .wpcf7-checkbox label {
  font-size: 16px;
  font-weight: normal;
}
#contact-form .wpcf7-checkbox input {
  position: absolute;
  left: 0;
  top: 4px;
  width: auto;
}

#contact-form .submit-wrap .wpcf7-submit {
  border: none;
  border-radius: 5px;
  background: #46BDBB;
  background: linear-gradient(to bottom, #46BDBB, #268080);
  font-family: 'Lato', Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  text-transform: uppercase;
  padding: 15px 20px;
  margin-top: 20px;
  float: right;
}

#contact-form .submit-wrap .wpcf7-submit:hover,
#contact-form .submit-wrap .wpcf7-submit:active,
#contact-form .submit-wrap .wpcf7-submit:focus {
  outline: none !important;
  box-shadow: none !important;
}

/***********************************************
 * LEGAL DOCUMENTS LISTING
 ***********************************************/
 .legal-documents .breadcrumb-area.push {
  margin-bottom: 62px;
 }
.legal-documents .document-filter-bar {
  background-color: #2E70B7;
  height: 62px;
}
.legal-documents .document-filter-bar.fixed {
  position: fixed;
  top: 97px;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s;
  height: 62px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}
.legal-documents .document-filter,
.legal-documents .document-search {
  max-width: 35%
}
.legal-documents .document-filter {
  height: 62px;
  background-color: #214F81;
  width: 100%;
  position: relative;
  float: left;
}
.legal-documents .document-search {
  height: 62px;
  background-color: #214F81;
  width: 100%;
  position: relative;
  float: left;
  border-left: 2px solid #2E70B7;
  padding-left: 20px;
  padding-right: 20px;
}
.legal-documents .document-search input {
  color: #FFF;
  width: 100%;
  height: 62px;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  border: 0;
  position: relative;
  z-index: 1;
}
.legal-documents .document-filter select {
  color: #FFF;
  width: 100%;
  height: 62px;
  appearance: none;
  background: #214F81;
  border: none;
  text-align: right;
  outline: none;
  box-shadow: none;
  border: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-left: 70px;
  padding-right: 70px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.legal-documents .document-filter select::-ms-expand {
  display: none;
}
.legal-documents .document-filter select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.legal-documents .document-filter select:active,
.legal-documents .document-filter select:focus,
.legal-documents .document-filter select:hover {
  outline: none;
  box-shadow: none;
  border: 0;
}

.legal-documents .document-filter svg {
  display: block;
  line-height: 62px;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 25px;
  height: auto;
  pointer-events: none;
}
.legal-documents .document-filter:after {
  color: #FFF;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 32px;
  line-height: 62px;
  position: absolute;
  right: 25px;
  top: 0;
  z-index: 3;
  pointer-events: none;
}

.legal-documents .nexus-plug {
  float: right;
  padding: 8px;
  text-align: center;
}
.legal-documents .nexus-plug h3,
.legal-documents .nexus-plug .nexus-logo {
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
}
.legal-documents .nexus-plug h3 {
  color: #FFF;
  font-size: 16px;
  line-height: 1em;
}
.legal-documents .nexus-plug .header-link {
  transition: color 0.3s;
}
.legal-documents .nexus-plug .header-link:hover {
  color: #EEE;
  text-decoration: none;
}
.legal-documents .nexus-plug .nexus-logo {
  width: 145px;
  height: auto;
}


.legal-documents .document-list-wrapper {
  background-color: #EBEBEB;
}
.legal-documents .no-results,
.legal-documents .no-search {
  font-size: 2em;
}

.legal-documents .legal-document {
  margin-bottom: 20px;
}
.legal-documents .legal-document .wrap {
  background-color: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 30px;
  padding-bottom: 15px;
}

.legal-documents .overview-wrapper,
.legal-documents .action-wrapper {
  float: left;
}

.legal-documents .overview-wrapper {
  width: 70%;
  padding-right: 40px;
}
.legal-documents .action-wrapper {
  position: relative;
  width: 30%;
}

.legal-documents .legal-document .title {
  font-size: 21px;
  margin-top: 0;
}
.legal-documents .overview-wrapper .subtitle {
  font-weight: bold;
}

.legal-documents .action-wrapper .inner {
  width: 100%;
}
.legal-documents .action-wrapper a {
  display: block;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.legal-documents .legal-document .read-more {
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
}

.legal-documents .legal-document .read-more .inner {
  border-top: 1px solid #CCCCCC;
  padding: 30px;
}

.legal-documents .legal-document .read-more-title {
  background-color: #CCCCCC;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.legal-documents .legal-document .read-more-title:hover {
  background-color: #BBB;
}

.legal-documents .legal-document .read-more-title .fa {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.legal-documents .legal-document .read-more-title.collapsed .fa {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.legal-documents .how-it-works {
  margin: 30px 0;
  padding: 30px 0;
  text-align: center;
}

.legal-documents .how-it-works img {
  display: inline-block;
  margin-bottom: 25px;
}
.legal-documents .how-it-works-col-1 img {
  width: 58.5%;
  margin-left: 41.5%;
}
.legal-documents .how-it-works-col-2 img {
  width: 63.26%;
  margin-left: 36.74%;
}
.legal-documents .how-it-works-col-3 img {
  width: 23.12%;
}
.legal-documents .how-it-works p {
  line-height: 1.2em;
  margin: 0;
}
.document-list-wrapper #static-sidebar {
  margin-bottom: 30px;
}
.document-list-wrapper #static-sidebar .document-category {
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #FFF;
  background-color: #214F81;
  transition: background-color 0.3s;
  text-transform: uppercase;
  line-height: 1.2em;
}
.document-list-wrapper #static-sidebar .document-category:hover,
.document-list-wrapper #static-sidebar .document-category.active {
  background-color: #2E70B7;
}
.document-list-wrapper #static-sidebar .document-category:first-child {
  border-top: 1px solid transparent;
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px;
}
.document-list-wrapper #static-sidebar .document-category:last-child {
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 5px; 
  border-bottom-right-radius: 5px;
}

.legal-documents-page .top .title,
.legal-documents-page .top .overview {
  max-width: 960px;
  margin: auto;
}
.legal-documents-page .top .title {
  margin-bottom: 40px;
  max-width: 600px;
}

.legal-documents-page .bottom {
  background-color: #EBEBEB;
}

#legal-documents-form {
  padding: 40px;
}

.legal-documents-page .read-more {
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    margin: 0;
    margin-bottom: 60px;
    border-radius: 0;
}

.legal-documents-page .read-more-title {
  background-color: #214F81;
  color: #FFF;
  position: relative;
  margin: 0;
  padding: 30px;
  padding-right: 60px;
  cursor: pointer;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.legal-documents-page .read-more-title .fa {
  position: absolute;
  right: 30px;
  top: 0;
  line-height: 80px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.legal-documents-page .read-more-title.collapsed .fa {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.legal-documents-page .read-more .inner {
  padding: 30px;
}
.legal-documents-page .read-more .inner *:last-child {
  margin-bottom: 0;
}

.legal-documents-page #static-sidebar {
  margin-top: 40px;
}
.legal-documents-page #static-sidebar .inner {
  padding: 20px;
  background-color: #FFF;
  border-radius: 5px;
  margin-bottom: 20px;
}
.legal-documents-page .author {
  padding: 20px;
  background-color: #FFF;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.legal-documents-page .author img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.legal-documents-page .author .name {
  margin-bottom: 20px;
}
.legal-documents-page .author .linkedin,
.legal-documents-page .author .email {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 2px;
}
.legal-documents-page .author .fa {
  font-size: 15px;
  transition: color 0.3s;
}
.legal-documents-page .author .linkedin {
  background-color: #666;
}
.legal-documents-page .author .email {
  background-color: #929090;
}
.legal-documents-page .author .linkedin:hover .fa,
.legal-documents-page .author .email:hover .fa {
  color: #EEE;
}
.legal-documents-page .author .tel {
  margin-top: 15px;
  margin-bottom: 15px;
}
.legal-documents-page .author .bio {
  text-align: left;
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.legal-documents-page .author .profile {
  display: block;
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
}

.legal-documents-page .guidance {
  padding: 20px;
  background-color: #214F81;
  border-radius: 5px;
  margin-bottom: 20px;
}
.legal-documents-page .guidance h4 {
  margin-bottom: 20px;
}
.legal-documents-page .guidance h4,
.legal-documents-page .guidance h5 {
  line-height: 1.2em;
}

.legal-documents-page .guidance .radio-wrap {
  padding: 10px 5px;
  border-bottom: 1px solid #808082;
  font-size: 15px;
}
.legal-documents-page .guidance .radio-wrap:first-child {
  border-top: 1px solid #808082;
}
.legal-documents-page .guidance .radio-wrap input {
  margin: 0;
  padding: 0;
}
.legal-documents-page .guidance .radio-wrap label {
  font-weight: normal;
  margin-bottom: 0;
}
.legal-documents-page .guidance .radio-wrap input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
.legal-documents-page .guidance .radio-wrap input[type=radio]~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    font-size: 15px;
    color: #FFF;
    width: 25px;
}

.legal-documents-page .guidance .radio-wrap input[type=radio]:checked ~ label:before {
    content: "\f192";
    color: #46BDBB;
}

.legal-documents-page .guidance .phone-number {
  margin-top: 20px;
  font-size: 16px;
}
.legal-documents-page .guidance .phone-number .tel {
  display: block;
  font-size: 1.3em;
  margin-top: 15px;
}


.legal-documents-page .related-documents {
  padding: 20px;
  background-color: #FFF;
  border-radius: 5px;
  margin-bottom: 20px;
}
.legal-documents-page .related-documents h4 {
  text-align: center;
  margin-bottom: 15px;
}

.legal-documents-page .related-documents a {
  display: block;
  position: relative;
  color: #444;
  font-size: 15px;
  line-height: 1.2em;
  padding: 10px 3px;
  border-bottom: 1px solid #808082;
  padding-right: 20px;
}
.legal-documents-page .related-documents a .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.health-check .top .overview {
  margin-bottom: 40px;
  white-space: pre-line;
}

.health-check .circles-wrap h3 {
  margin-bottom: 30px;
}
.health-check .circles {
  margin-top: 20px;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.health-check .circle {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
}
.health-check .circle-back {
  border-width: 20px;
}
.health-check .circle-front {
  width: 100%;
  height: 100%;
  border-width: 5px;
  -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
          transform: scale(0.92);
}

.health-check .mask {
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
}
.health-check .mask-a {
  top: 0;
  left: 0;
}
.health-check .mask-b {
  top: 50%;
  left: 50%;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skewY(-45deg);
      -ms-transform: skewY(-45deg);
          transform: skewY(-45deg);
}
.health-check #circles-3 .mask-a {
  top: auto;
  left: auto;
  bottom: 50%;
  right: 50%;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: skewY(45deg);
      -ms-transform: skewY(45deg);
          transform: skewY(45deg);
}

.health-check .circle-title {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 42px;
  font-family: 'Lato', Arial, sans-serif;
}

.health-check #circles-1 .circle {
  border-color: #214F84;
}
.health-check #circles-2 .circle {
  border-color: #46BDBB;
}
.health-check .circles-1 h3,
.health-check #circles-1 .circle-title {
  color: #214F84;
}
.health-check .circles-2 h3,
.health-check #circles-2 .circle-title {
  color: #46BDBB;
}

/***********************************************
 * SITE-WIDE FOOTER
 ***********************************************/

 footer {
  background: #214F81;
}

.footer-nexus {
  background-color: #2E70B7;
  color: #FFF;
  text-align: center;
  padding: 15px;
}

.footer-nexus .nexus-logo-link,
.footer-nexus p {
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
}
.footer-nexus img {
  display: block;
  width: 150px;
  height: auto;
}
.footer-nexus p {
  text-align: left;
  font-size: 18px;
  line-height: 1.3em;
}

.border {
  margin-top: 35px;
  float: left;
  margin-bottom: 0px;
  width: 100%;
  background: #8ab5cc;
  height: 1px;
}

.footer-sec {
  padding: 75px 0px 0px 0px;
}

.footer-sec h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 23px;
}

.footer-sec h4 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
}

.email-field {
  float: left;
  padding: 0px 20px;
  border-radius: 5px 0px 0px 5px;
  height: 45px;
  border: 0px;
  width:70%;
  font-size:16px;
}

.input-group{
  width:100%;   
}

.footer .subscribe {
  float: right;
  color: #FFF;
  padding: 12px 20px;
  display: inline-block;
  margin: 15px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 95px;
}
.footer .subscribe:hover,
.footer .subscribe:focus,
.footer .subscribe:active {
  background: #2DA4A2;
  background: linear-gradient(to bottom, #2DA4A2, #0D6767);
  cursor: pointer;
}
.bottom-bar {
  clear: both;
  padding: 15px 0;
}
.bottom-bar * {
  color: #FFF;
}
.bottom-bar a {
  text-transform: uppercase;
}
.bottom-bar a:hover {
  color: #DDD;
}
.bottom-bar .sep {
  margin: 0 5px;
}
.bottom-bar .menu-sup {
  text-align: right;
}
.bottom-bar .menu-sup a,
.bottom-bar .menu-sup span,
.bottom-bar .menu-sup p {
  font-size: 0.8em;
}

.right {
  float: right;
}

.nopadding {
  padding: 0px;
}

.form-area{
  max-width:1015px;
  margin:auto;   
}

.single-page{

}

.single-page-form h1{
 display:none;
 
}

.single-page-form .breadcrumb-area.text-center h1{
  display:block;
}

.default-template h2 {
  text-align: center;
  color: #46BDBB;
  margin-bottom: 20px;
}

/***********************************************
 * FORM STACK OVERRIDES
 ***********************************************/

.fsboxshadow .fsBody .fsForm{
  border:none;
  background: transparent;
  padding: 20px;
}
/*.form-wrapper .fsBody {*/
  /*padding: 30px;*/
/*}*/
/*.fsBody p{*/
  /*font-size:16px;*/
/*}*/

/*.form-wrapper .fsBody .fsForm {*/
  /*margin-top: 0;*/
/*}*/

/*.fsBody .fsForm input[type="text"].fsField, .fsBody .fsForm input[type="number"].fsField, .fsBody .fsForm input[type="email"].fsField, .fsBody .fsForm input[type="tel"].fsField, .fsBody .fsForm textarea.fsField, .fsBody .fsForm select.fsField {*/
  /*height: 45px !important;*/
  /*border-radius: 3px !important;*/
  /*padding: 0px 10px !important;*/
  /*margin-bottom: 15px;*/
  /*border: 1px solid #d5d5d5 !important;*/
  /*max-width: 650px;*/
  /*background:#fff !important;*/
/*}*/

/*.fsSubmitButton:hover, .fsNextButton:hover, .fsPreviousButton:hover{*/

/*}*/

.fsSubmitButton, .fsNextButton, .fsPreviousButton{
  height: 45px !important;
  border-radius: 3px !important;
  color: #ffffff !important;
  padding: 0px 10px !important;
  background: #81c558 !important;
  font-size: 18px !important;
  width: 140px !important;
  font-weight: bold !important;
  border: 0px !important;
}

.sidebar-sec{
  padding-top:20px;
}

@media (min-width:992px){
  .whyusblock{
    border-right:solid 1px #d9d9d9;   
    border-bottom:solid 1px #d9d9d9;
    padding-top:40px;   
  }

  .whyusblock:nth-child(4), .whyusblock:nth-child(7){
    border-right:none;   
  }

  .whyusblock:nth-child(5), .whyusblock:nth-child(7), .whyusblock:nth-child(6){
    border-bottom:none;
    margin-bottom:45px;   
  }

}
footer .container > p{color:#fff; margin-top:30px; margin-bottom:10px;} footer .container > p a{color:#fff;}
#post-131 #label45679509 .fsSupporting{top: 1740px !important;}


.services a:hover{text-decoration:none; color:#fff;}

.services-thumbnail{height:70px;}

.fsForm label{font-weight:normal;}
.header-link{
  font-size:17px;
  line-height: 16px;
  font-weight: normal;
  font-family: 'Open Sans', Arial, sans-serif;
  color:#fff;
  text-decoration:none;
}
.header-link:hover{color:#fff;}
.why-thumb{height:70px;}

@media (min-width:992px) and (max-width:1199px){
  .services-thumbnail {
   height: 70px;
 }
}


/***********************************************
 * DASHBOARD
 ***********************************************/
.wppb-user-forms form {
    max-width: 900px;
}