html, body {
     font-family: Verdana, Helvetica, Arial, sans-serif 
}
 .alt-font, h1, h2, h3, h4, h5, h6 {
     font-family: Verdana, Helvetica, Arial, sans-serif 
}
 .navbar-default {
     background: #144c7d 
}
 a {
     color: #144c7d;
}
 @media(min-width:990px){
     header.scrollHeader .navbar-default {
         background: #144c7d 
    }
     .navbar-nav > li > a {
         color:#fff 
    }
}
 .section-heading h3 {
     color: #e68205;
     font-weight: 600;
     text-transform: uppercase;
     font-size: 26px 
}
 #top-bar {
     height: 36px;
}
 .top-bar-info li {
     padding: 6px 
}
 .social-icon-style4 li {
     padding: 6px 0 
}
 .navbar-header-custom {
     padding: 10px 0 
}
 .homepage-banner {
     background-image: url('../img/bg/tamworth_bg.jpg');
     height: 700px;
     background-position: center;
     background-size: cover;
     position: relative;
}
 .homepage-banner:after {
     content:'';
     position: absolute;
     top:0;
     left: 0;
     right: 0;
     bottom: 0;
     background: #144c7d;
     opacity: 0.6;
     z-index: 0;
}
 .homepage-banner .container {
     height: 100%;
     position: relative;
     z-index: 3;
}
 .homepage-banner .row {
     justify-content: center;
     align-items: center;
     height: 100%;
}
 .homepage-banner .row .col {
     text-align: center 
}
 .homepage-banner img {
     width: 300px;
     margin-bottom: 10px;
}
 .homepage-banner h3 {
     color:#fff;
     font-size: 25px;
     text-shadow:0 0px 10px rgba(20, 76, 125,1) 
}
 .homepage-banner h2 {
     color:#fff;
     font-size: 18px;
     margin-bottom: 30px;
}
 .team-card {
     background: #ffffff;
     position: relative;
     height: 100%;
     margin: 0;
     box-shadow: 0 5px 15px 1px rgba(0,0,0,0.1);
}
 .team-member-picture img {
     width: 100%;
     max-width: 100%;
}
 .team-member-name {
     padding: 20px 10px;
}
 .team-member-name h3 {
     color: #232323;
     margin: 0;
     margin: 0 0 15px 0;
     font-size: 16px;
     font-weight: 600;
     line-height: 1 
}
 .team-member-name p {
     color:#6f6f6f;
     margin: 0;
     margin-bottom: 5px;
     line-height: 1.5;
     font-size: 13px;
     position: relative;
     padding-left: 22px 
}
 .team-member-name p:last-child {
     margin-bottom: 0;
}
 .team-member-name p i {
     position: absolute;
     left:2px;
     top:4px;
}
 .team-card:not(.open):after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: #144c7d;
     opacity: 0;
     transform: scale(0);
     transition: all 0.2s ease 
}
 .team-card:not(.open):before {
     pointer-events: none;
     content: '\f067';
     font-family: 'FontAwesome';
     position: absolute;
     top: 50%;
     left: 50%;
     background: transparent;
     color: #fff;
     opacity: 0;
     font-size: 30px;
     transform: translate(-50%,-50%)scale(0);
     transition: all 0.2s ease;
     z-index: 3;
}
 .team-card:not(.open):hover:after {
     cursor: pointer;
     transform: scale(1);
     opacity: 0.6;
}
 .team-card:not(.open):hover:before {
     opacity: 1;
     transform: translate(-50%,-50%)scale(1) 
}
 .team-member-desc {
     display: none;
}
 .team-member-desc ul {
     list-style:disc outside none;
     margin-left:20px;
     font-size: 13px;
}
 .team-member-desc ul li{
     display: list-item;
     list-style: disc;
}
 ul.r {
     list-style:disc outside none;
     margin-left:20px;
     font-size: 13px;
     margin-bottom: 0;
}
 ul.r li{
     display: list-item;
     list-style: disc;
}
 .team-member-desc p {
     font-size: 13px;
     line-height: 1.5;
     margin: 0 0 8px 0;
}
 .team-card.open .team-member-desc {
     display: block;
}
 .team-card-inner {
     background: #fff;
}
 .team-card.open {
     position: fixed;
     top:0;
     left: 0;
     height: 100%;
     width: 100%;
     z-index: 99999;
     padding: 50px;
     background: rgba(0,0,0,0.95);
     overflow: auto;
}
 .team-card.open .team-card-inner {
     max-width: 750px;
     margin: 0 auto 
}
 .team-card.open .team-card-upper {
     width: 100%;
     padding: 15px;
}
 .team-card.open .team-member-desc {
     padding: 15px 
}
 .team-card.open .team-card-upper {
     display: flex;
     position: relative;
}
 .team-card.open .team-card-upper .team-member-picture {
     flex-basis: 350px;
     height: 100%;
}
 @media(max-width:768px) {
     .team-card.open .team-card-upper .team-member-picture {
         flex-basis: 100%;
    }
}
 body.oh {
     overflow: hidden;
}
 .team-card-close {
     display: none;
}
 .team-card.open .team-card-close {
     position: absolute;
     z-index: 9999;
     background: #fff;
     top: 2px;
     right: 2px;
     height: 40px;
     width: 40px;
     display: flex;
     border-radius: 50%;
     color: #144c7d;
     justify-content: center;
     align-items: center;
     font-size: 26px;
     line-height: 1;
     margin: 0;
     padding: 0;
     cursor: pointer;
     transition: all 0.1s linear;
     transform: translate(50%,-50%);
     box-shadow: 0 0px 10px 5px rgba(0,0,0,0.2) 
}
 .team-card.open .team-card-close:hover {
     background: #144c7d;
     color: #fff;
     box-shadow: 0 0px 10px 10px rgba(0,0,0,0.2) 
}
 .footer-impact {
     max-width: 100px 
}
 .contact-info-section i {
     background: #144c7d 
}
 .map-iframe:after, .map-iframe:before {
     content:'';
     display: table;
     clear: both;
}
 .map-iframe {
     width:100%;
     height: 350px;
     margin: 0;
     border:0;
     float: left;
}
 footer:after, footer:before {
     content:'';
     display: table;
     clear: both;
}
 footer {
     width: 100%;
     float: left;
}
 footer h3:after, .footer-social-icons ul li:hover {
     background: #144c7d 
}
 .loader-icon{
     border:5px solid #144c7d;
     border-right-color: #eee 
}
 .top-bar-info li i {
     color: #144c7d;
}
 .aboutus-story {
     text-align: justify;
     font-size: 13px;
     line-height: 1.5;
     margin-bottom: 8px;
}
 .aboutus-story-img {
     border-radius: 10px;
     width: 100%;
     max-width: 100% 
}
 section.dark {
     background: #eee 
}
 .services-block-two p {
     margin-bottom: 0;
     font-size: 12px;
     line-height: 1.5;
}
 .services-block-two h3 a {
     font-size: 19px;
     color: #144c7d;
}
 .services-block-two .inner-box {
     transition-duration: 0.1s 
}
 .services-block-two .inner-box:hover {
     background: #144c7d;
     box-shadow: 0 0 30px 0 rgba(88, 88, 88, 0.1);
}
 .section-heading span {
     color: #144c7d;
}
 .section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
     background: #144c7d;
}
 .service-card-body {
     margin-bottom: 40px;
}
 .service-card-body p {
     font-size: 13px;
     line-height: 1.3;
     margin-bottom: 8px;
}
 .service-card-heading h3 {
     font-size: 17px;
     font-weight: bold;
     display: inline-block;
     cursor: pointer;
}
 .service-card-heading h3:before {
     content:'\f0d7';
     font-family: 'FontAwesome';
     margin-right: 5px;
     font-size: 14px;
     color: #144c7d;
     transition: all 0.2s linear;
     display: inline-block;
}
 .service-card-heading h3.collapsed:before {
     transform: rotate(-90deg) 
}
 .section-heading.left.service-card-heading {
     margin-bottom: 20px;
}
 .section-heading.left.service-card-heading i {
     color: #144c7d;
}
 .case-block-inner {
     padding: 20px 
}
 @media(max-width:768px) {
     .case-block {
         margin-bottom: 25px;
         height: auto;
    }
}
 .case-block-inner a:after {
     display: none;
}
 .case-block p {
     color: #353535;
}
 .top-bar-info a {
     color:#fff 
}
 a[href^="tel"] {
     word-spacing: -2px;
}
 .hud-link {
     padding-bottom: 15px 
}
 .section-heading.mb-sm {
     margin-bottom: 20px;
}
 .insta li a:before {
     background: #144c7d;
}
 footer p {
     line-height: 1.4;
}
 footer p.liability {
     margin-bottom: 10px;
}
 section#specialists {
     background: #f7f5f5;
}
 .team-card.open .click-title {
     display: none;
}
 .team-name {
     margin-bottom: 0px;
     position: relative;
     width: 100%;
     bottom: 0;
     color: #fff;
     padding: 4px 0;
     background: rgba(0, 0, 0, 0.35);
     margin-top: -50px;
     opacity: 0;
     display: none !important;
}
 .team-name span {
     padding: 0 5px;
}
 .img_map {
     width: 100%;
     overflow: hidden;
}
 #teamtooltip {
     background: #000;
     color: #fff;
     border-radius: 4px;
     font-family: 'Calibri',serif;
     opacity: 0;
     visibility: hidden;
     position: absolute;
     transition: opacity 0.1s linear;
     transform: translate(-50%,-50%);
     transform-origin: bottom;
     white-space: nowrap;
     padding: 0px 6px;
     color: #fff;
}
 #teamtooltip.on {
     opacity: 1;
     visibility: visible 
}
body [name="image-map"] area:focus {
     outline: 0 
}

p.highlight-link {
    display: inline-block;
    color: white;
    background: #144c7d;
    border-radius: 3px;
    padding: 3px 11px 3px 3px;
}

p.highlight-link a {
    color: #ffffff;
    margin-left: 10px;
}
p.highlight-link img {
     display: inline-block;
     vertical-align: middle;
     width: 100px;
}
@media (max-width: 992px) {
     .team-name {
          display: none !important;
     }
}
.masonry-custom {
     width: 100%;
}

.gallery-section .masonry-item img {
     width: 100%;
     height: 212px;
     object-fit: cover;
}
.gallery-section .masonry-item-overlay ul {
     bottom: 0;
}
.gallery-section .masonry-item-overlay ul li {
     opacity: 1;
     font-size: 12px;
}
.gallery-section a.photo-gallery {
     margin-bottom: 30px;
     display: block;
}
#financial_planning .case-block {
     height: auto;
     margin-bottom: 20px;
}
#financial_planning .img-holder img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
     #financial_planning .case-block-inner {
         padding: 15px 15px;
     }
     #financial_planning .case-block {
          margin-bottom: 15px;
     }
     .case-block p {
          margin-bottom: 5px;
     }
     #financial_planning .img-holder img {
      height: 420px;
      width: 100%;
      object-fit: cover;
     }
}

@media (min-width: 767px) and (max-width: 991px) {
     #financial_planning .img-holder img {
          height: 420px;
          width: 100%;
          object-fit: cover;
     }
}
@media (max-width: 767px) {
     #financial_planning .case-block {
          margin-bottom: 0px;
          margin-top: 15px;
     }
     .masonry-item-overlay {
         height: auto;
         opacity: 1;
         padding: 4px 8px;
         border-width: 1px;
     }

     .gallery-section .masonry-item-overlay ul {
         position: relative;
     }

     .masonry-item:hover .masonry-item-overlay ul {
         transform: translate(0, 0%);
         -ms-transform: translate(0, 0%);
     }

     .gallery-section .masonry-item-overlay ul li {
         font-size: 12px;
         line-height: 1.4;
     }
}
@media (max-width: 575px) {
     .team-card {
          margin-bottom: 20px;
          height: auto;
     }
     p.highlight-link img {
        display: none;
     }
     .top-bar-info ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;   
        white-space: nowrap;
    }
}
@media (max-width: 400px) {
     .top-bar-info li {
          font-size: 11px;
        min-width: 118px;
        display: inline-block;
     }
}

.img_map img {
    width: 100%;
}


/* HORIZONTAL */

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0)rotate(0deg)scaleY(1);
    transform: translate(0,0)rotate(0deg)scaleY(1);
  }

  6% {
    -webkit-transform: translate(5px,0)rotate(0deg)scaleY(1);
    transform: translate(5px,0)rotate(0deg)scaleY(1);
  }

  12% {
    -webkit-transform: translate(0,0)rotate(0deg)scaleY(1);
    transform: translate(0,0)rotate(0deg)scaleY(1);
  }

  18% {
    -webkit-transform: translate(5px,0)rotate(0deg)scaleY(1);
    transform: translate(5px,0)rotate(0deg)scaleY(1);
  }

  24% {
    -webkit-transform: translate(0,0)rotate(0deg)scaleY(1);
    transform: translate(0,0)rotate(0deg)scaleY(1);
  }

  30% {
    -webkit-transform: translate(5px,0)rotate(0deg)scaleY(1);
    transform: translate(5px,0)rotate(0deg)scaleY(1);
  }

  36% {
    -webkit-transform: translate(0,0)rotate(0deg)scaleY(1);
    transform: translate(0,0)rotate(0deg)scaleY(1);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0)rotate(0deg)scaleY(1);
    -ms-transform: translate(0,0)rotate(0deg)scaleY(1);
    transform: translate(0,0)rotate(0deg)scaleY(1);
  }

  6% {
    -webkit-transform: translate(5px,0)rotate(0deg)scaleY(1);
    -ms-transform: translate(5px,0)rotate(0deg)scaleY(1);
    transform: translate(5px,0)rotate(0deg)scaleY(1);
  }

  12% {
    -webkit-transform: translate(0,0)rotate(0deg)scaleY(1);
    -ms-transform: translate(0,0)rotate(0deg)scaleY(1);
    transform: translate(0,0)rotate(0deg)scaleY(1);
  }

  18% {
    -webkit-transform: translate(5px,0)rotate(0deg)scaleY(1);
    -ms-transform: translate(5px,0)rotate(0deg)scaleY(1);
    transform: translate(5px,0)rotate(0deg)scaleY(1);
  }

  24% {
    -webkit-transform: translate(0,0)rotate(0deg)scaleY(1);
    -ms-transform: translate(0,0)rotate(0deg)scaleY(1);
    transform: translate(0,0)rotate(0deg)scaleY(1);
  }

  30% {
    -webkit-transform: translate(5px,0)rotate(0deg)scaleY(1);
    -ms-transform: translate(5px,0)rotate(0deg)scaleY(1);
    transform: translate(5px,0)rotate(0deg)scaleY(1);
  }

  36% {
    -webkit-transform: translate(0,0)rotate(0deg)scaleY(1);
    -ms-transform: translate(0,0)rotate(0deg)scaleY(1);
    transform: translate(0,0)rotate(0deg)scaleY(1);
  }
}

.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}


.ring-for-free {
     margin-left: 38px;
     color: #e68205;
}

.contact-info-section i.faa-horizontal {
    background: transparent;
    color: #eb860c;
    font-size: 20px;
    text-align: center;
    border-radius: 0px;
    -webkit-transform: translate(0,0)rotate(0deg)scaleY(1);
    -ms-transform: translate(0,0)rotate(0deg)scaleY(1);
    transform: translate(0,0)rotate(0deg)scaleY(1);
}

.errorBlock {
  margin: 20px 0 0;
  text-align: center;
}
#contactForm .error,
#contactForm .success {
  font-size: 14px;
}
#contactForm .error {
  border: 1px dashed red;
  color: red;
  padding: 5px 10px;
}
#contactForm .success {
  border: 1px dashed green;
  color: green;
  padding: 5px 10px;
}
#mms-alert {
    display: none;
    padding: 12px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    margin-bottom: 15px
}
#mms-alert.success {
    color: green;
    border-color: green;
    display: block
}
#mms-alert.danger {
    color: red;
    border-color: red;
    display: block
}


body,
.team-member-name p,
.case-block p,
.contact-info-section p {
    color: #000;
}
