@charset "UTF-8";
/* Shorthand */
/* File Paths */
/* Media Queries (For per element use) */
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Figtree:ital,wght@0,300..900;1,300..900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;600;700;800&family=Oswald&family=Roboto&display=swap");
@import url("https://use.typekit.net/kmf5ttv.css");
/* BASIC START CODE */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px !important;
  }
}
.page .fl-post-header {
  display: none !important;
}
.search-results .fl-post-header {
  display: block !important;
}
.fl-content-left .fl-row-content-wrap {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.fl-content-left .fl-module-content {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
}
.fl-content-left .fl-module-content h1 {
  margin-top: 0px !important;
}
@media only screen and (max-width: 1020px) {
  body {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fl-col-small {
    max-width: 100% !important;
  }
}
.fl-content-left {
  border-right: none !important;
}
.mega-menu .sub-menu {
  padding-left: 20px !important;
}
.mega-menu .mega-header {
  padding-top: 10px !important;
}
.mega-menu .mega-header .sub-menu {
  padding-bottom: 20px !important;
}
.mega-menu .mega-header a:hover {
  background: #4d6aa7 !important;
}
.mega-menu ul li a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  text-transform: none !important;
}
/* CUSTOM CODE  */
.main-navi a:hover {
  border-radius: 8px !important;
}
.main-navi li.current-menu-item a {
  border-radius: 8px !important;
}
.header-cta {
  color: #4f69a6 !important;
  text-align: right !important;
  font-family: "Figtree", sans-serif;
  font-size: 20px !important;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 767px) {
  .header-cta {
    text-align: center !important;
  }
}
.header-cta a {
  color: #ffffff !important;
  font-size: 30px !important;
  background: url(../images/247.png);
  background-repeat: no-repeat !important;
  padding-left: 70px !important;
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}
h1 + h2 {
  color: #4d6aa7 !important;
  margin-top: 0px !important;
  font-size: 30px !important;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  h1 + h2 {
    font-size: 24px !important;
  }
}
.mobile-top {
  text-align: center !important;
  font-size: 22px !important;
}
.mobile-top p {
  margin-bottom: 0px !important;
}
.home-hero {
  color: #fff !important;
  font-weight: bold !important;
  text-align: center !important;
  font-size: 72px !important;
  line-height: 1.2 !important;
}
.home-verdicts h4 {
  font-family: "Oswald", sans-serif;
  color: #fff !important;
  font-size: 45px !important;
  background: url(../images/scales-nace.png) 0px 13px;
  background-repeat: no-repeat !important;
  padding-left: 60px !important;
  padding-bottom: 5px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .home-verdicts h4 {
    font-size: 30px !important;
    background-position: 0px 2px !important;
  }
}
.home-verdict {
  text-align: center !important;
  color: #7ca6ff !important;
  font-size: 18px !important;
}
.home-verdict strong {
  color: #fff !important;
  font-family: "Bodoni Moda", serif;
  font-size: 46px !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 767px) {
  .home-verdict strong {
    font-size: 36px !important;
  }
}
.verdicts-form {
  background: #050f24;
  /* Old browsers */
  background: -moz-linear-gradient(to right, #050f24 70%, #0f2554 30%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, #050f24 70%, #0f2554 30%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #050f24 70%, #0f2554 30%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050f24", endColorstr="#0f2554",GradientType=1);
  /* IE6-9 */
}
@media only screen and (max-width: 767px) {
  .verdicts-form {
    background: #050f24 !important;
  }
}
.quick-form {
  color: #7ca6ff !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 767px) {
  .quick-form {
    text-align: center !important;
  }
}
.quick-form h4 {
  font-family: "Oswald", sans-serif;
  color: #fff !important;
  font-size: 45px !important;
}
.quick-form h4::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  vertical-align: middle;
  background-image: url(../images/form.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.short-form .gform-footer {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.short-form .gfield textarea.medium {
  height: 152px !important;
}
/* HOME SPOTS */
#homeSpots p {
  margin-bottom: 0px !important;
}
#homeSpots .homeSpot#mm a {
  background-image: url(../images/mm-icon.png);
}
#homeSpots .homeSpot#bi a {
  background-image: url(../images/bi-icon.png);
}
#homeSpots .homeSpot#pi a {
  background-image: url(../images/pi-icon.png);
}
#homeSpots .homeSpot#dp a {
  background-image: url(../images/dp-icon.png);
}
@media only screen and (max-width: 767px) {
  #homeSpots .homeSpot p {
    margin: 0 !important;
  }
}
#homeSpots .homeSpot a {
  background-position: center 0px;
  background-repeat: no-repeat;
  display: block;
  padding-top: 85px !important;
  padding-bottom: 10px !important;
  text-align: center !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: normal !important;
  font-size: 22px !important;
  color: #4d6aa7 !important;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #homeSpots .homeSpot a {
    text-align: left !important;
    padding: 35px 0 35px 60px !important;
    background-position: left 25px;
    border-bottom: 1px solid #dddddd;
    background-size: 44px 45px;
  }
  #homeSpots .homeSpot a:after {
    display: none !important;
  }
}
#homeSpots .homeSpot a:hover {
  color: #7ca6ff !important;
  text-decoration: none;
}
.home-middle h2 {
  color: #4d6aa7 !important;
  font-size: 40px !important;
}
@media only screen and (max-width: 767px) {
  .home-middle h2 {
    font-size: 28px !important;
  }
}
.home-middle ul li {
  margin-bottom: 8px !important;
}
.home-middle ul li a {
  font-weight: bold !important;
}
.terry-middle h2 {
  color: #001827 !important;
  font-size: 40px !important;
}
@media only screen and (max-width: 767px) {
  .terry-middle h2 {
    font-size: 28px !important;
  }
}
.terry-middle ul li {
  margin-bottom: 8px !important;
}
.terry-middle ul li a {
  font-weight: bold !important;
}
.home-dark {
  background: #ccc;
  /* Old browsers */
  background: -moz-linear-gradient(to bottom, #050f24 75%, #ffffff 25%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to bottom, #050f24 75%, #ffffff 25%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #050f24 75%, #ffffff 25%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050f24", endColorstr="#ffffff",GradientType=1);
  /* IE6-9 */
}
@media only screen and (max-width: 767px) {
  .home-dark {
    background: #050f24 !important;
  }
}
.meet-attorneys h2 {
  text-transform: uppercase !important;
  font-size: 44px !important;
  color: #7ca6ff !important;
}
@media only screen and (max-width: 767px) {
  .meet-attorneys h2 {
    font-size: 28px !important;
  }
}
.meet-attorneys .meet-attorney .pp-photo-caption {
  line-height: 1.2 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background: url(../images/caption-background.png);
  background-size: cover !important;
}
.meet-attorneys .meet-attorney .attyname {
  font-size: 26px !important;
  font-family: "Figtree", sans-serif !important;
  color: #252525 !important;
}
.meet-attorneys .meet-attorney .attytitle {
  display: block !important;
  text-transform: uppercase !important;
  color: #4d6aa7 !important;
  font-size: 22px !important;
  font-family: "Figtree", sans-serif !important;
}
.home-closing h2 {
  color: #0f2554 !important;
  font-size: 40px !important;
}
@media only screen and (max-width: 767px) {
  .home-closing h2 {
    font-size: 28px !important;
  }
}
.home-closing p {
  font-size: 34px !important;
  font-family: "Bodoni Moda", serif;
  color: #4d6aa7 !important;
}
@media only screen and (max-width: 767px) {
  .home-closing p {
    font-size: 24px !important;
  }
}
.address-header h3 {
  font-family: "Arimo", sans-serif;
  font-size: 30px !important;
}
@media only screen and (max-width: 767px) {
  .address-header h3 {
    font-size: 24px !important;
  }
}
.closing-header h3 {
  font-size: 34px !important;
}
@media only screen and (max-width: 767px) {
  .closing-header h3 {
    font-size: 26px !important;
  }
}
.closing-address {
  font-size: 22px !important;
  text-align: center !important;
  line-height: 1.3 !important;
}
@media only screen and (max-width: 767px) {
  .closing-address {
    font-size: 20px !important;
  }
}
.faq-questions {
  color: #fff !important;
}
.faq-questions h2 {
  color: #7ca6ff !important;
}
.faq-questions a {
  color: #fff !important;
}
.faq-questions a:hover {
  color: #7ca6ff !important;
}
.faq-questions ul li {
  margin-bottom: 12px !important;
}
@media only screen and (max-width: 767px) {
  .faq-questions .fl-module-photo {
    display: none !important;
  }
}
.faq-questions .fl-photo-img {
  border-color: #7ca6ff !important;
}
.faq-questions .fl-separator {
  border-top-color: #7ca6ff !important;
}
.faq-questions .fl-row-content-wrap {
  background: #001827 !important;
}
@media only screen and (max-width: 767px) {
  .foot-contact, .referral-text, .referral-close {
    text-align: center !important;
  }
}
.foot-contact a {
  font-family: "Figtree", sans-serif !important;
  font-size: 34px !important;
  color: #fff !important;
}
.foot-contact a:hover {
  color: #4d6aa6 !important;
}
.review-foot {
  color: #fff !important;
  font-size: 24px !important;
}
.referral-text {
  color: #4d6aa6 !important;
  font-size: 24px !important;
}
.referral-text h4 {
  color: #ffffff !important;
  font-size: 33px !important;
  text-transform: uppercase !important;
}
.join-network {
  color: #4d6aa6 !important;
  font-size: 36px !important;
  text-align: center !important;
}
.referral-close {
  color: #4d6aa6 !important;
  font-size: 18px !important;
}
.review-new {
  background: #0f2554 !important;
  text-align: center !important;
  color: #fff !important;
  padding: 20px !important;
}
.review-new p {
  text-align: center !important;
}
.review-new h3 {
  color: #fff !important;
}
.review-new blockquote {
  color: #fff !important;
  background: #0f2554 !important;
  border-left: none !important;
  text-align: center !important;
}
.review-blocks .fl-module-content {
  background: #0f2554 !important;
  text-align: center !important;
  color: #fff !important;
  padding: 20px !important;
}
.review-blocks .fl-module-content p {
  text-align: center !important;
}
.review-blocks h3 {
  color: #fff !important;
}
.review-blocks blockquote {
  color: #fff !important;
  background: #0f2554 !important;
  border-left: none !important;
  text-align: center !important;
}
.sub-page-form .gform_wrapper {
  background: #0f2554 !important;
}
.sub-page-form input, .sub-page-form .textarea {
  background: #0f2554 !important;
  border: 1px solid #7ca6ff !important;
  color: #fff !important;
}
.sub-page-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
}
.sub-page-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
.sub-page-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
}
.sub-page-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
.sub-page-form h2 {
  background: #0f2554 !important;
  padding: 15px 15px 0px 15px !important;
  margin-bottom: 0px !important;
  font-size: 45px !important;
  color: #fff !important;
  margin-top: 0px !important;
  font-family: "Oswald", sans-serif !important;
}
.sub-page-form h2::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  vertical-align: middle;
  background-image: url(../images/form.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.sub-page-form .gform_description {
  color: #7ca6ff !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
}
.sub-page-form h4 {
  background: #0f2554 !important;
  padding: 15px 15px 0px 15px !important;
  margin-bottom: 0px !important;
  font-size: 45px !important;
  color: #fff !important;
  margin-top: 0px !important;
  font-family: "Oswald", sans-serif !important;
}
.sub-page-form h4::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  vertical-align: middle;
  background-image: url(../images/form.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.sub-page-form .gfield_label {
  display: none !important;
}
.sub-page-form .gform_wrapper {
  padding: 0px 15px 20px 15px !important;
}
.sub-page-form .gform_footer {
  padding-top: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
}
.sub-page-form .gform_button {
  background: #7ca6ff !important;
  color: #001827 !important;
}
.pp-advanced-menu-horizontal.pp-toggle-none .pp-menu-toggle {
  margin: -12.5px -10px 0 !important;
}
/* SUB PAGE */
.verdicts-sub {
  background: #e0eaff !important;
  padding: 30px 25px 30px 25px !important;
  font-family: "Figtree", sans-serif !important;
}
.verdicts-sub h3 {
  color: #21418c !important;
  font-weight: bold !important;
  font-family: "Figtree", sans-serif !important;
  font-size: 36px !important;
  margin-top: 0px !important;
}
.verdicts-sub a {
  color: #21418c !important;
  font-weight: 500 !important;
}
.verdicts-sub blockquote {
  border-left: 0px !important;
  padding: 0px !important;
  font-size: 20px !important;
}
.verdicts-sub .buttona {
  background: #1e2f4f !important;
  color: #7ca6ff !important;
  padding: 10px 25px !important;
  border-radius: 15px !important;
}
.sub-dark {
  color: #fff !important;
}
.sub-dark h2, .sub-dark h3, .sub-dark h4 {
  color: #7ca6ff !important;
}
.sub-dark a {
  color: #7ca6ff !important;
}
.sub-dark h2 {
  font-size: 38px !important;
}
@media only screen and (max-width: 767px) {
  .sub-dark h2 {
    font-size: 24px !important;
  }
}
.sub-dark h3 {
  font-size: 30px !important;
}
@media only screen and (max-width: 767px) {
  .sub-dark h3 {
    font-size: 20px !important;
  }
}
.sub-dark ul li {
  margin-bottom: 12px !important;
}
/* OLD CODE */
.sub-content h2 {
  font-size: 38px !important;
}
@media only screen and (max-width: 767px) {
  .sub-content h2 {
    font-size: 24px !important;
  }
}
.sub-content h3 {
  font-size: 30px !important;
}
@media only screen and (max-width: 767px) {
  .sub-content h3 {
    font-size: 20px !important;
  }
}
.sub-content ul li {
  margin-bottom: 12px !important;
}
.home-left ul {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.home-left ul li {
  margin-bottom: 6px !important;
}
.attorney-team strong {
  font-size: 26px !important;
  font-family: "Figtree", sans-serif !important;
  color: #252525 !important;
  display: block !important;
  font-weight: normal !important;
  line-height: 1.2 !important;
}
.attorney-team b {
  display: block !important;
  text-transform: uppercase !important;
  color: #79211a !important;
  font-size: 22px !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: normal !important;
  line-height: 1.2 !important;
}
.attorney-rotate strong {
  font-size: 26px !important;
  font-family: "Figtree", sans-serif !important;
  color: #252525 !important;
  display: block !important;
  font-weight: normal !important;
}
.attorney-rotate b {
  display: block !important;
  text-transform: uppercase !important;
  color: #79211a !important;
  font-size: 22px !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: normal !important;
}
.attorney-rotate .logo-title {
  background: #fff !important;
  margin-top: 0px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#footerForm {
  color: #fff !important;
}
#footerForm h3 {
  color: #fff !important;
  text-align: center !important;
  font-size: 50px !important;
  margin-bottom: 0px !important;
  line-height: 1.1 !important;
  font-family: "Figtree", sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #footerForm h3 {
    font-size: 34px !important;
  }
}
#footerForm h4 {
  font-family: "Figtree", sans-serif !important;
  color: #c29661 !important;
  text-transform: uppercase !important;
  font-size: 26px !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  #footerForm h4 {
    font-size: 24px !important;
  }
}
#footerForm .gfield_label {
  display: none !important;
}
#footerForm input, #footerForm .gfield textarea {
  font-size: 14px !important;
}
#footerForm input.medium, #footerForm textarea {
  padding-left: 8px !important;
  background: rgba(61, 61, 61, 0.59) !important;
  color: #fff !important;
  border: 1px solid #c29661 !important;
}
#footerForm input.medium {
  height: 63px !important;
  background: rgba(61, 61, 61, 0.59) !important;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  #footerForm input.medium {
    width: 100% !important;
  }
}
#footerForm .top_label textarea.textarea {
  width: 50% !important;
  float: right !important;
  display: inline-block !important;
  margin-top: -236px !important;
  margin-right: 0px !important;
  height: 175px !important;
}
@media only screen and (max-width: 1130px) {
  #footerForm .top_label textarea.textarea {
    margin-top: 0px !important;
    float: none !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 1020px) {
  #footerForm .top_label textarea.textarea {
    margin-top: 0px !important;
    float: none !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  #footerForm .top_label textarea.textarea {
    margin-top: 0px !important;
    float: none !important;
    width: 100% !important;
  }
}
#footerForm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
}
#footerForm ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
#footerForm :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
}
#footerForm :-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
#footerForm .gform_footer {
  float: right !important;
  width: 50% !important;
  margin-top: -74px !important;
  padding-top: 0px !important;
}
@media only screen and (max-width: 1130px) {
  #footerForm .gform_footer {
    width: 100% !important;
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  #footerForm .gform_footer {
    width: 100% !important;
    margin-top: 10px !important;
  }
}
#footerForm .gform_button {
  z-index: 99999 !important;
  background: #c29661 !important;
  font-size: 24px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-family: "Roboto", sans-serif;
  color: #ffffff !important;
}
@media only screen and (max-width: 767px) {
  #footerForm .gform_button {
    width: 100% !important;
  }
}
#footerForm .gform_button:hover {
  background: #79211a !important;
}
/* AOP MENU NORMAL */
.aop-menu h2 {
  background: #0f2554 !important;
  padding: 15px 20px !important;
  margin-bottom: 0px !important;
  font-size: 30px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin-top: 0px !important;
  border-bottom: 12px solid #d9d9d9 !important;
  font-family: "Oswald", sans-serif !important;
  font-weight: 300 !important;
  background-image: url(../images/scales-blue.png) !important;
  background-position: right 20px center !important;
  background-repeat: no-repeat !important;
  background-size: 39px 42px !important;
}
.aop-menu h4 {
  background: #0f2554 !important;
  padding: 15px 20px !important;
  margin-bottom: 0px !important;
  font-size: 30px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin-top: 0px !important;
  border-bottom: 12px solid #d9d9d9 !important;
  font-family: "Oswald", sans-serif !important;
  font-weight: 300 !important;
  background-image: url(../images/scales-blue.png) !important;
  background-position: right 20px center !important;
  background-repeat: no-repeat !important;
  background-size: 39px 42px !important;
}
.aop-menu .fl-module-content, .fl-sidebar .menu {
  border: 1px solid #efefef !important;
}
.aop-menu ul {
  margin-bottom: 0px !important;
}
.aop-menu li {
  padding: 0 !important;
  margin: 0px !important;
}
.aop-menu li a {
  display: block;
  color: #0f2556 !important;
  padding: 11px 15px 11px 45px !important;
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #efefef !important;
  font-weight: bold !important;
}
.aop-menu li a:hover {
  background: #f3f3f3;
  color: #7ca6ff !important;
  text-decoration: none;
}
.aop-menu li a:hover:before {
  color: #0f2556;
}
.aop-menu li a:before {
  content: "■" !important;
  position: absolute;
  left: 25px;
  top: 11px;
  color: #0f2556;
}
.aop-menu li.current_page_item a {
  background: #f3f3f3;
  color: #7ca6ff !important;
}
.aop-menu li.current_page_item a:before {
  color: #0f2556 !important;
}
.attorney-name .fl-module-content {
  background: #292929 !important;
  color: #fff !important;
  font-size: 16px !important;
  padding-top: 15px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 15px !important;
  border-bottom: 12px solid #d9d9d9 !important;
}
.attorney-name .fl-module-content strong {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: normal !important;
  background: url(../images/VCARD.png) !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  padding-right: 120px !important;
  line-height: 1 !important;
}
.attorney-bio-name h1 {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.attorney-bio-name h1 + h2 {
  text-transform: uppercase !important;
}
.side-rotator {
  background: #ffffff !important;
  color: #211d1e !important;
  text-align: center !important;
  font-size: 16px !important;
  border: 1px solid #3d3d3d !important;
}
.side-rotator .testimonial_rotator_prev, .side-rotator .testimonial_rotator_next {
  color: #211d1e !important;
  font-size: 12px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.side-rotator .testimonial_rotator_widget_wrap {
  padding: 35px 25px !important;
}
.side-rotator h5 {
  color: #0f2554 !important;
  font-size: 22px !important;
  font-weight: bold !important;
}
.side-rotator h2 {
  background: #0f2554 !important;
  padding: 15px 20px !important;
  margin-bottom: 0px !important;
  font-size: 38px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin-top: 0px !important;
  border-bottom: 12px solid #d9d9d9 !important;
  font-family: "Oswald", sans-serif !important;
  font-weight: 300 !important;
  background-image: url(../images/scales-blue.png) !important;
  background-position: right 20px center !important;
  background-repeat: no-repeat !important;
  background-size: 39px 42px !important;
}
.side-rotator h4 {
  background: #001827 !important;
  padding: 25px 20px !important;
  margin-bottom: 0px !important;
  font-size: 28px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin-top: 0px !important;
  text-align: center !important;
  border-bottom: 12px solid #7ca6ff !important;
  font-family: "Oswald", sans-serif !important;
}
.fl-sidebar .widget_recent_entries, .fl-sidebar .widget_archive, .fl-sidebar .widget_categories {
  background: #ffffff !important;
  border: 1px solid #3d3d3d !important;
  color: #211d1e !important;
  font-weight: bold !important;
}
.fl-sidebar .widget_recent_entries select, .fl-sidebar .widget_archive select, .fl-sidebar .widget_categories select {
  width: 100% !important;
  padding: 10px !important;
}
.fl-sidebar .widget_recent_entries a, .fl-sidebar .widget_archive a, .fl-sidebar .widget_categories a {
  color: #0f2554 !important;
}
.fl-sidebar .widget_recent_entries a:hover, .fl-sidebar .widget_archive a:hover, .fl-sidebar .widget_categories a:hover {
  color: #7ca6ff !important;
  text-decoration: underline !important;
}
.fl-sidebar .widget_recent_entries ul li, .fl-sidebar .widget_archive ul li, .fl-sidebar .widget_categories ul li {
  margin-bottom: 0px !important;
}
.fl-sidebar .widget_recent_entries h2, .fl-sidebar .widget_archive h2, .fl-sidebar .widget_categories h2 {
  background: #0f2554 !important;
  padding: 15px 20px !important;
  margin-bottom: 0px !important;
  font-size: 38px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin-top: 0px !important;
  border-bottom: 12px solid #d9d9d9 !important;
  font-family: "Oswald", sans-serif !important;
  font-weight: 300 !important;
  background-image: url(../images/scales-blue.png) !important;
  background-position: right 20px center !important;
  background-repeat: no-repeat !important;
  background-size: 39px 42px !important;
}
.fl-sidebar .widget_recent_entries h4, .fl-sidebar .widget_archive h4, .fl-sidebar .widget_categories h4 {
  background: #0f2554 !important;
  padding: 15px 20px !important;
  margin-bottom: 0px !important;
  font-size: 38px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  margin-top: 0px !important;
  border-bottom: 12px solid #d9d9d9 !important;
  font-family: "Oswald", sans-serif !important;
  font-weight: 300 !important;
  background-image: url(../images/scales-blue.png) !important;
  background-position: right 20px center !important;
  background-repeat: no-repeat !important;
  background-size: 39px 42px !important;
}
.fl-sidebar .widget_recent_entries ul, .fl-sidebar .widget_archive ul, .fl-sidebar .widget_categories ul {
  margin-bottom: 0px !important;
  padding-left: 10px !important;
}
.fl-sidebar .widget_recent_entries li, .fl-sidebar .widget_archive li, .fl-sidebar .widget_categories li {
  padding: 13px 8px !important;
  border-color: #070707 !important;
}
.fl-sidebar .widget_recent_entries li a:before, .fl-sidebar .widget_archive li a:before, .fl-sidebar .widget_categories li a:before {
  display: none !important;
}
.quick-form-ppc {
  background: #292929 !important;
}
.quick-form-ppc h2 {
  color: #fff !important;
  text-align: center !important;
}
.quick-form-ppc .gfield_label {
  display: none !important;
}
.barry-nace-text, .barry-nace {
  padding-left: 40px !important;
}
@media only screen and (max-width: 767px) {
  .barry-nace-text, .barry-nace {
    padding-left: 0px !important;
  }
}
.barry-nace h3 {
  text-transform: uppercase !important;
  font-size: 40px !important;
  color: #0f2554 !important;
}
@media only screen and (max-width: 767px) {
  .barry-nace h3 {
    font-size: 30px !important;
  }
}
.barry-nace .years {
  color: #4d6aa7 !important;
}
.page-verdicts {
  text-align: center !important;
  color: #b3b3b3 !important;
  font-size: 18px !important;
}
@media only screen and (max-width: 1600px) {
  .page-verdicts {
    font-size: 20px !important;
  }
}
.page-verdicts h3 {
  font-family: "Figtree", sans-serif;
  color: #ffffff !important;
  font-size: 46px !important;
  line-height: 1.2 !important;
  margin-top: 0px !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 1600px) {
  .page-verdicts h3 {
    font-size: 44px !important;
  }
}
@media only screen and (max-width: 1130px) {
  .page-verdicts h3 {
    font-size: 26px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-verdicts h3 {
    font-size: 50px !important;
  }
}
.page-verdicts hr {
  border-color: #69524a !important;
  width: 100px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.page-verdicts .fl-module-content {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media only screen and (max-width: 1130px) {
  .page-verdicts .fl-module-content {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-verdicts .fl-module-content {
    border: 2px solid #79211a !important;
    padding: 20px !important;
  }
}
.landmark h3 {
  font-size: 33px !important;
}
.verdict-middle .fl-module-content {
  border-left: 2px solid #79211a !important;
  border-right: 2px solid #79211a !important;
}
.aaj-quote .fl-module-content {
  background: #79211a !important;
  color: #fff !important;
  padding: 24px 30px 24px 30px !important;
}
.aaj-quote .fl-module-content h2 {
  color: #fff !important;
  margin-top: 0px !important;
}
.aaj-quote-black .fl-module-content {
  background: #292929 !important;
  color: #fff !important;
  padding: 24px 30px 24px 30px !important;
}
.aaj-quote-black .fl-module-content h2 {
  color: #fff !important;
  margin-top: 0px !important;
}
.aaj-cta p {
  margin-bottom: 0px !important;
}
