body {
  font-family: 'Catamaran', sans-serif;
  color: #333333;
}

body .highlightedTxt {
  background-color: red;
}

body textarea {
  resize: none;
}

body * {
  font-weight: 300;
}

body p, body li {
  font-size: 16px;
}

body a {
  letter-spacing: 1px;
  color: #168E7C;
  text-decoration: none;
  border-bottom: dotted 1px #168E7C;
}

body a:focus, body a:hover {
  color: rgba(22, 142, 124, 0.5);
  text-decoration: none;
  border-bottom: dotted 1px rgba(22, 142, 124, 0.5);
}

body .header a {
  border-bottom: none;
}

body .header h1, body .header p {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.1;
}

body .header h1 a:hover, body .header h1 a:focus {
  color: rgba(22, 142, 124, 0.75);
}

body .header p {
  color: rgba(51, 51, 51, 0.35);
  float: right;
}

body .header p .fa {
  vertical-align: middle;
}

@media (max-width: 767px) {
  body .header h1 {
    text-align: center;
  }
  body .header .dropdown-menu {
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

body .header nav {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body .header nav .navbar {
  margin: 0;
  border: 0;
}

body .header nav .navbar ul li {
  background: rgba(51, 51, 51, 0.06);
}

body .header nav .navbar ul li a {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  border-bottom: 1px solid #ffffff;
  margin: 0;
  color: rgba(51, 51, 51, 0.75);
}

body .header nav .navbar ul li a:hover, body .header nav .navbar ul li a:focus {
  background: rgba(51, 51, 51, 0.03);
}

body .header nav .navbar ul li.active > a, body .header nav .navbar ul li.active > a:hover, body .header nav .navbar ul li.active > a:focus {
  background-color: #168E7C;
  color: #ffffff;
}

body .header nav .navbar ul li.dropdown.open > a, body .header nav .navbar ul li.dropdown.open > a:focus, body .header nav .navbar ul li.dropdown.open > a:hover {
  border-color: rgba(51, 51, 51, 0.25);
}

@media (max-width: 767px) {
  body .header nav .navbar ul li.dropdown.open > a, body .header nav .navbar ul li.dropdown.open > a:focus, body .header nav .navbar ul li.dropdown.open > a:hover {
    background-color: #168E7C;
    color: #ffffff;
  }
}

body .header nav .navbar ul li.dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  min-width: 100%;
}

@media (max-width: 767px) {
  body .header nav .navbar ul li.dropdown .dropdown-menu li {
    background: rgba(51, 51, 51, 0.2);
  }
  body .header nav .navbar ul li.dropdown .dropdown-menu li:last-of-type a {
    border-bottom: 1px solid rgba(51, 51, 51, 0.25);
  }
}

body .header nav .navbar ul li.dropdown .dropdown-menu li a:hover, body .header nav .navbar ul li.dropdown .dropdown-menu li a:focus {
  background: rgba(51, 51, 51, 0.03);
}

body .header nav .navbar ul li.dropdown .dropdown-menu li.active > a, body .header nav .navbar ul li.dropdown .dropdown-menu li.active > a:hover, body .header nav .navbar ul li.dropdown .dropdown-menu li.active > a:focus {
  color: rgba(51, 51, 51, 0.75);
  background: rgba(51, 51, 51, 0.1);
}

@media (max-width: 767px) {
  body .header nav .navbar ul li.dropdown .dropdown-menu {
    text-align: center;
  }
}

body .content > .row.altRow {
  background-color: #168E7C;
}

body .content > .row.altRow * {
  color: #ffffff;
}

body .content .jumbotronMapCol {
  padding: 0;
}

body .content .jumbotronMapCol .jumbotronMap {
  padding: 0;
  margin: 0;
}

body .content .jumbotronMapCol .jumbotronMap .map {
  width: 100%;
  margin: 0;
}

body .content .jumbotron, body .content .map {
  margin: 0 -15px 0 -15px;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  body .content .jumbotron, body .content .map {
    height: 210px;
  }
}

@media (min-width: 768px) {
  body .content .jumbotron, body .content .map {
    height: 270px;
  }
}

@media (min-width: 992px) {
  body .content .jumbotron, body .content .map {
    height: 330px;
  }
}

@media (min-width: 1200px) {
  body .content .jumbotron, body .content .map {
    height: 440px;
  }
}

@media (min-width: 1600px) {
  body .content .jumbotron, body .content .map {
    height: 500px;
  }
}

body .content .item {
  margin: 0;
  border-radius: 0;
}

body .content .item .col-xs-12 {
  padding: 20px;
}

body .content .form-group label {
  font-weight: bold;
  margin: 0;
}

body .footer p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65) !important;
}

body .footer p .highlight {
  font-weight: bold;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.65);
  border-bottom-color: rgba(255, 255, 255, 0.65);
}

body .footer a {
  font-weight: bold;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.65);
  border-bottom-color: rgba(255, 255, 255, 0.65);
}

body .footer a:focus, body .footer a:hover {
  color: rgba(255, 255, 255, 0.45);
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

body .footer > .row {
  background-color: #333333;
  color: rgba(255, 255, 255, 0.5);
}

body .footer > .row:first-of-type {
  color: rgba(255, 255, 255, 0.75);
  padding: 20px 0 10px 0;
}

body .footer > .row .col-sm-4 {
  text-align: center;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  body .footer > .row .col-sm-4 {
    text-align: left;
    padding-bottom: 0;
  }
}

body .footer > .row .col-sm-4 .links {
  margin-bottom: 15px;
}

body .footer > .row .col-sm-4 .links a {
  margin-top: 5px;
  display: block;
}

@media (max-width: 767px) {
  body .footer > .row .col-sm-4 .links a {
    margin: 5px;
    display: inline-block;
  }
}

body .footer > .row .col-sm-8 {
  text-align: center;
}

body .footer > .row .col-sm-8 p {
  margin-bottom: 5px;
}

body .footer > .row .col-sm-8 .contact {
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  body .footer > .row .col-sm-8 {
    text-align: right;
  }
}

body .footer > .row .col-sm-12 {
  text-align: center;
  padding: 20px 0 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .mortgages .mainFlow .col-sm-3 > *:first-child {
    margin-top: 66px;
  }
}

@media (max-width: 767px) {
  .mortgages .mainFlow .col-sm-3 > *:first-child {
    margin-top: 30px;
  }
}

.mortgages .mainFlow .mortgagesLinkPanel {
  margin: 20px 0;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(51, 51, 51, 0.05);
  padding: 0 10px;
}

.mortgages .mainFlow .mortgagesLinkPanel .nav {
  margin: 0;
}

.mortgages .mainFlow .mortgagesLinkPanel .nav > li {
  font-size: 14px;
  margin-bottom: 0;
}

.mortgages .mainFlow .mortgagesLinkPanel .nav > li:last-of-type > a {
  border-bottom: none;
}

.mortgages .mainFlow .mortgagesLinkPanel .nav > li:first-of-type > a {
  border-top: none;
}

.mortgages .mainFlow .mortgagesLinkPanel .nav > li > a {
  padding: 10px 0;
}

.mortgages .altRow {
  text-align: center;
  padding: 30px 0;
}

.mortgages .altRow h2 {
  padding: 0 15px 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .protection .mainFlow .col-sm-3 > *:first-child {
    margin-top: 66px;
  }
}

@media (max-width: 767px) {
  .protection .mainFlow .col-sm-3 > *:first-child {
    margin-top: 30px;
  }
}

.protection .altRow {
  text-align: center;
  padding: 30px 0;
}

.protection .altRow h2 {
  padding: 0 15px 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0 0 20px 0;
}

.aboutContact .contactDetails {
  color: #168E7C;
}

.aboutContact .contactDetails p {
  font-size: 22px;
}

.aboutContact .contactDetails .quickContact {
  margin: 20px 0 0 0;
}

.aboutContact .contactDetails .quickContact i {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .aboutContact .contactDetails {
    text-align: center;
  }
  .aboutContact .contactDetails > h2:first-of-type {
    padding-top: 30px;
    border-top: 1px solid rgba(22, 142, 124, 0.25);
    margin-top: 30px;
  }
}

.aboutMeetTheTeam .content h1 {
  text-align: center;
}

.aboutMeetTheTeam .content .mainFlow {
  padding-bottom: 0;
}

.aboutMeetTheTeam .content .mainFlow .contactExpert {
  padding-top: 30px;
  margin-top: 10px;
}

.about .row:not(.altRow) h2 {
  color: rgba(51, 51, 51, 0.75);
}

.about .altRow {
  text-align: center;
  margin-top: 0;
  padding: 30px 0;
}

.about .altRow a:hover .panel {
  background: rgba(255, 255, 255, 0.15);
}

.about .altRow a:hover .panel i {
  opacity: 1;
}

.about .altRow .panel {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 10px;
  min-height: 230px;
}

.about .altRow .panel h2 {
  padding: 0 15px 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-bottom: 20px;
}

.about .altRow .panel i {
  font-size: 100px;
  margin-bottom: 20px;
  opacity: 0.5;
}

.buyToLetMortgagesImg {
  background-image: url(../imgs/terraced-houses.jpg);
}

.contractorMortgagesImg {
  background-image: url(../imgs/working-on-laptop.jpg);
}

.equityReleaseMortgagesImg {
  background-image: url(../imgs/couple-enjoying-holiday.jpg);
  background-position: top right !important;
}

.existingLenderMortgagesImg {
  background-image: url(../imgs/handshake.jpg);
}

.firstTimeBuyerMortgagesImg {
  background-image: url(../imgs/new-home.jpg);
  background-position: top left !important;
}

.mortgagesMortgagesImg {
  background-image: url(../imgs/moving-home.jpg);
}

.movingHomeMortgagesImg {
  background-image: url(../imgs/family-outside-home.jpg);
}

.reMortgagesMortgagesImg {
  background-image: url(../imgs/family-picnic.jpg);
}

.secondChargeMortgagesImg {
  background-image: url(../imgs/home-improvements.jpg);
  background-position: center right !important;
}

.protectionProtectionImg {
  background-image: url(../imgs/family-reading-book.jpg);
}

.aboutUsImg {
  background-image: url(../imgs/office.jpg);
}

.meetTheTeamImg {
  background-image: url(../imgs/team.jpg);
}

.expertImg.bill:after {
  background-image: url(../imgs/team-01.jpg);
}

.expertImg.jodi:after {
  background-image: url(../imgs/team-02.jpg);
}

.expertImg.kate:after {
  background-image: url(../imgs/team-03.jpg);
}

.expertImg.keith:after {
  background-image: url(../imgs/team-04.jpg);
}

.expertImg.kevin:after {
  background-image: url(../imgs/team-05.jpg);
}

.expertImg.peter:after {
  background-image: url(../imgs/team-06.jpg);
}

.expertImg.zak:after {
  background-image: url(../imgs/team-07.jpg);
}

body .contentPage .altRow a {
  letter-spacing: 1px;
  font-weight: bold;
}

body .contentPage .altRow a:hover {
  color: rgba(255, 255, 255, 0.45);
}

body .contentPage .mainFlow {
  padding-bottom: 30px;
}

body .contentPage .mainFlow h1 {
  color: #168E7C;
}

body .contentPage .mainFlow li {
  margin: 0 0 10px;
}

body .contentPage .mainFlow .nav-stacked {
  margin: 20px 0;
}

body .contentPage .mainFlow .nav-stacked li {
  margin-top: 0;
}

body .contentPage .mainFlow .nav-stacked li:first-of-type a {
  border-top: dotted 1px #168E7C;
}

body .contentPage .mainFlow .nav-stacked li a {
  border-radius: 0;
  letter-spacing: normal;
}

body .contentPage .mainFlow .nav-stacked li a:hover, body .contentPage .mainFlow .nav-stacked li a:focus {
  border-bottom: dotted 1px #168E7C;
  background-color: rgba(22, 142, 124, 0.1);
  color: #168E7C;
}

@media (max-width: 767px) {
  body .contentPage .mainFlow .nav-stacked {
    margin: 10px 0 25px 0;
  }
}

body .contentPage .altRow .highlight, body .contentPage .mainFlow .highlight {
  font-weight: bold;
  letter-spacing: 1px;
}

body .contentPage .contactExpert {
  margin: 20px 0;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(51, 51, 51, 0.05);
  padding: 10px;
}

body .contentPage .contactExpert h3, body .contentPage .contactExpert h4 {
  color: #168E7C;
}

body .contentPage .contactExpert h3 {
  margin: 20px 0 20px 0;
}

body .contentPage .contactExpert h4, body .contentPage .contactExpert .advisorsTxt {
  margin-top: 20px;
}

body .contentPage .contactExpert h5, body .contentPage .contactExpert .advisorsTxt {
  margin-bottom: 20px;
}

body .contentPage .contactExpert h5 {
  color: rgba(22, 142, 124, 0.75);
}

body .contentPage .contactExpert h5, body .contentPage .contactExpert p {
  font-size: 16px;
}

body .contentPage .contactExpert p {
  color: rgba(51, 51, 51, 0.5);
  margin: 0;
}

body .contentPage .contactExpert p i {
  vertical-align: middle;
  margin-right: 5px;
}

body .contentPage .contactExpert p a {
  line-height: 5px;
  border-bottom: none;
}

body .contentPage .contactExpert p:last-of-type {
  margin-bottom: 20px;
}

body .contentPage .contactExpert .expertImg {
  position: relative;
  max-width: 200px;
  margin: auto;
  height: auto;
  border-radius: 50%;
}

body .contentPage .contactExpert .expertImg:after, body .contentPage .contactExpert .expertImg:before {
  content: "";
  border-radius: 50%;
  width: 100%;
  height: auto;
  padding-top: 100%;
  display: inline-block;
}

body .contentPage .contactExpert .expertImg:before {
  background-color: rgba(22, 142, 124, 0.5);
  position: relative;
}

body .contentPage .contactExpert .expertImg:after {
  position: absolute;
  background-size: cover;
  background-position: center center;
  opacity: 0.85;
  left: 0;
  top: 0;
}
