﻿html, body {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #333; }

.owl-nav {
  text-align: center;
  margin: 1em 0; }
  @media screen and (min-width: 768px) {
    .owl-nav {
      text-align: right; } }
  .owl-nav i {
    padding: 5px 10px;
    margin: 0 10px;
    color: #fff; }

/*navbar*/
.bg-light {
  background-color: #fff !important; }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  font-weight: bold; }

.navbar-light .navbar-nav .nav-link {
  font-weight: 800; }
  
.dropdown-item {
    font-weight: 700; 
     color: rgba(0,0,0,.5);}
     
.dropdown-menu {
	 border: none;}
    

/*Jumbotron*/
.jumbotron {
    margin-bottom: 0rem;
}

.jumbo-main-text {
  font-family: 'Bree Serif', serif;
  font-weight: 400;
  color: #fff; }
  .jumbo-main-text {
    font-size: 1.5em; }
    @media screen and (min-width: 20em) {
      .jumbo-main-text {
        font-size: calc(1.5em + 1.8 * ((100vw - 20em) / 55)); } }
    @media screen and (min-width: 75em) {
      .jumbo-main-text {
        font-size: 3.3em; } }

.jumbo-secondary-text {
  color: #fff; }
  .jumbo-secondary-text {
    font-size: 1em; }
    @media screen and (min-width: 20em) {
      .jumbo-secondary-text {
        font-size: calc(1em + 0.16 * ((100vw - 20em) / 55)); } }
    @media screen and (min-width: 75em) {
      .jumbo-secondary-text {
        font-size: 1.16em; } }

.jumbotron-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  border-radius: 0;
  margin-bottom: 0; }  

.jumbotron-contact-details {
  font-family: 'Bree Serif', serif;
  font-weight: 400; }
  .jumbotron-contact-details {
    font-size: 1em; }
    @media screen and (min-width: 20em) {
      .jumbotron-contact-details {
        font-size: calc(1em + 0.333 * ((100vw - 20em) / 55)); } }
    @media screen and (min-width: 75em) {
      .jumbotron-contact-details {
        font-size: 1.333em; } }
  .jumbotron-contact-details a {
    color: #fff; }
    .jumbotron-contact-details a:link {
      color: #fff; }
    .jumbotron-contact-details a:visited {
      color: #fff; }
    .jumbotron-contact-details a:active {
      color: #fff; }
 
.font-500 {
  font-weight: 500; }

.font-600 {
  font-weight: 600; }

.font-700 {
  font-weight: 700; }

.font-900 {
  font-weight: 900; }

h1 {
  font-family: 'Bree Serif', serif;
  font-weight: 400; }
  h1 {
    font-size: 1.7em; }
    @media screen and (min-width: 20em) {
      h1 {
        font-size: calc(1.7em + 0.96 * ((100vw - 20em) / 55)); } }
    @media screen and (min-width: 75em) {
      h1 {
        font-size: 2.66em; } }

h2 {
  font-family: 'Bree Serif', serif;
  font-weight: 400; }
  h2 {
    font-size: 1.4em; }
    @media screen and (min-width: 20em) {
      h2 {
        font-size: calc(1.4em + 0.37 * ((100vw - 20em) / 55)); } }
    @media screen and (min-width: 75em) {
      h2 {
        font-size: 1.77em; } }

.best-buy-iframe {
  width: 100%;
  overflow: scroll;
  border: 1px solid #333;
  height: 43.75em; }

#twitter-widget-0 {
  border: solid 1px #333 !important; }
  
 .btn-corporate-colour, .btn-corporate-colour2, .btn-page-link, .btn-contact-form-submit, .close-calc-btn {
  border-radius: 0;
  color: #fff;
  padding: .5rem 2rem; }
  .btn:link {
    color: #fff; }
  .btn:visited {
    color: #fff; } 
  .btn:active {
    color: #fff; }   
 
.button-row { text-align: center;}  

hr {
  border-bottom: 1px solid #333; }

.calculators {
  background-color: #e0e3dc;
  padding: 1em; }
  @media screen and (min-width: 992px) {
    .calculators {
      padding: 2em; } }
  .calculators span {
    font-weight: 700; }
    .calculators span {
      font-size: 1em; }
      @media screen and (min-width: 20em) {
        .calculators span {
          font-size: calc(1em + 0.167 * ((100vw - 20em) / 55)); } }
      @media screen and (min-width: 75em) {
        .calculators span {
          font-size: 1.167em; } }
  .calculators a {
    color: #333; }
    .calculators a:link {
      color: #333; }
    .calculators a:visited {
      color: #333; }
    .calculators a:active {
      color: #333; }

.company-features {
  /*company features*/ }
  .company-features .content .content-overlay {
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .company-features .content:hover .content-overlay {
    opacity: 1; }
  .company-features .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .company-features .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
    cursor: pointer; }
  .company-features .content-details p {
    color: #fff;
    font-size: 0.8em; }
  .company-features .content-box {
    text-align: center;
    overflow: hidden;
    position: relative; }
    .company-features .content-box p {
      font-weight: 700;
      color: #fff; }
      .company-features .content-box p {
        font-size: 1em; }
        @media screen and (min-width: 20em) {
          .company-features .content-box p {
            font-size: calc(1em + 0.16 * ((100vw - 20em) / 55)); } }
        @media screen and (min-width: 75em) {
          .company-features .content-box p {
            font-size: 1.16em; } }

.content-text .content-text-background-image {
    display: none; }
    @media screen and (min-width: 992px) {
      .content-text .content-text-background-image {
        display: block;
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto;
        position: relative; } }

.coloured-content-text {
  font-weight: 700;
  border-left: 3px solid #333; }
  .coloured-content-text {
    font-size: 1.4em; }
    @media screen and (min-width: 20em) {
      .coloured-content-text {
        font-size: calc(1.4em + 0.37 * ((100vw - 20em) / 55)); } }
    @media screen and (min-width: 75em) {
      .coloured-content-text {
        font-size: 1.77em; } }

.footer {
   }
  .footer h2 {
    font-family: 'Bree Serif', serif;
    font-weight: 400;
    color: #fff; }
    .footer h2 {
      font-size: 1.4em; }
      @media screen and (min-width: 20em) {
        .footer h2 {
          font-size: calc(1.4em + 0.37 * ((100vw - 20em) / 55)); } }
      @media screen and (min-width: 75em) {
        .footer h2 {
          font-size: 1.77em; } }
  .footer a {
    color: #fff; }
    .footer a:link {
      color: #fff; }
    .footer a:visited {
      color: #fff; }
    .footer a:active {
      color: #fff; }

.fca-warning .warning-copy {
  padding: 2em; }

.fca-warning span {
  font-weight: 700;}
  .fca-warning span {
    font-size: 1em; }
    @media screen and (min-width: 20em) {
      .fca-warning span {
        font-size: calc(1em + 0.333 * ((100vw - 20em) / 55)); } }
    @media screen and (min-width: 75em) {
      .fca-warning span {
        font-size: 1.333em; } }

.fca-warning .warning-image {
  display: none; }
  @media screen and (min-width: 992px) {
    .fca-warning .warning-image {
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: relative; } }

.testimonials .circle-icon {
  padding: 20px;
  border-radius: 50%;
  color: #fff; }

.testimonials .testimonial-referee {
  font-weight: 800;}

.footer-links {
  color: #fff; }
  .footer-links span {
    padding: 0 .5em; }
  .footer-links a {
    color: #fff; }
    .footer-links a:link {
      color: #fff; }
    .footer-links a:visited {
      color: #fff; }
    .footer-links a:active {
      color: #fff; }
  
.home-top-text-background-image {
  display: none; }
  @media screen and (min-width: 992px) {
	.home-top-text-background-image {
	  display: block;
	  background-repeat: no-repeat;
	  background-position: top;
	  background-size: auto;
	  position: relative; } }
		  
  .plugins {
    /*plugins section*/ }
    .plugins a {
      color: #333;
      font-weight: 700; }
      .plugins a:link {
        color: #333; }
      .plugins a:visited {
        color: #333; }
      .plugins a:active {
        color: #333; }
 
	.our-services-small {
		display: none; }
	.our-services-large {
		display: inline; }

	@media screen and (max-width:767px) {
		.our-services-small {
		display: inline; } 
		.our-services-large {
		display: none; }}
 
  .our-services {
    /*our services*/ }
    .our-services .nav-pills .nav-link {
      border: 1px solid #333;
	  border-right: none;
      font-weight: 600;
      border-radius: 0;
      background-color: #fff;
      padding: .5em;
      color: #333; }
      .our-services .nav-pills .nav-link {
        font-size: 0.8em; }
        @media screen and (min-width: 20em) {
          .our-services .nav-pills .nav-link {
            font-size: calc(0.8em + 0.2 * ((100vw - 20em) / 55)); } }
        @media screen and (min-width: 75em) {
          .our-services .nav-pills .nav-link {
            font-size: 1em; } }
        @media screen and (min-width: 992px) {
        .our-services .nav-pills .nav-link {
          padding: 1em 2em; } }
    
	 .our-services .tab-content {
      min-height: 26em;
      padding: 1em 2em;
	  background-color: #fff;}     
	  @media screen and (min-width: 992px) {
        .our-services .tab-content {
          padding: 2em 3em; } }

.about-us-text .about-us-text-background-image {
  display: none; }
  @media screen and (min-width: 992px) {
    .about-us-text .about-us-text-background-image {
      display: block;
       background-repeat: no-repeat;
      background-position: top;
      background-size: auto;
      position: relative; } }

.meet-the-team {
   }
  .meet-the-team .staff-content {
    position: relative;
    width: 100%;
    max-width: 287px;
    margin: auto;
    overflow: hidden; }
  .meet-the-team .staff-content .staff-content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .meet-the-team .staff-content:hover .staff-content-overlay {
    opacity: 1; }
  .meet-the-team .staff-content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .meet-the-team .staff-content-details h3 {
    color: #fff;
    font-weight: 600;
    font-size: 1.167em;
    margin-bottom: .2em; }
  .meet-the-team .staff-content:hover .staff-content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
    cursor: pointer; }
  .meet-the-team .staff-content-details p {
    color: #fff;
    font-size: 1.167em; }
  .meet-the-team .fadeIn-bottom {
    top: 80%; }
  .meet-the-team .fadeIn-top {
    top: 20%; }
  .meet-the-team .fadeIn-left {
    left: 20%; }
  .meet-the-team .fadeIn-right {
    left: 80%; }
	
.meet-the-team .read-more-link{		
    font-weight: 400;
    color: #fff;
	text-decoration: underline !important;}
  .meet-the-team-modals {
    /*meet the team modals*/ }
    .meet-the-team-modals .modal-header {
      border-bottom: none;}
    .meet-the-team-modals .modal-body .name {
      font-size: 1.2em; }
    .meet-the-team-modals .modal-content {
      border: none; }
      @media screen and (min-width: 33em) {
        .meet-the-team-modals .modal-body .name {
          font-size: calc(1.2em + 1.8 * ((100vw - 33em) / 47)); } }
      @media screen and (min-width: 80em) {
        .meet-the-team-modals .modal-body .name {
			font-weight: 600;
          font-size: 1.5em; } }
  
   .contact-us-form {
     }
  #contactform label {
    font-weight: 600; }
   #contactform input[type="text"],
   #contactform input[type="tel"],
   #contactform input[type="email"],
   #contactform textarea {
    line-height: 50px;
    font-size: 1.1em;
    border-radius: 0;
    border: solid 1px #c8c8c8; }
  .contact-us-section a {
    color: #333; }
     .contact-us-section a:link {
      color: #333; }
     .contact-us-section a:visited {
      color: #333; }
    .contact-us-section a:active {
      color: #333; }
 
form #TextboxTitle { display:none;}

#map {
    min-height: 300px;
    min-height: 400px
}

@media(min-width:1200px) {
    #map {
        min-height: 500px
		}
}

.long-email-in-box {
		font-size:0.8em;}

 @media screen and (min-width: 33em) {
        .email-us-in-box {
          display: none } }

 @media screen and (max-width: 33em) {
        .email-name-in-box {
          display: none } }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jargon {
font-weight: 500;
padding: 3rem;
color: #333;
 }
    .jargon  a {
      color: #333; }
      .jargon  a:visited {
        color: #333; }
  .jargon {
    font-size: 1em; }
    @media screen and (min-width: 20em) {
      .jargon {
        font-size: calc(1em + 0.125 * ((100vw - 20em) / 100)); } }
    @media screen and (min-width: 120em) {
      .jargon {
        font-size: 1.125em; } }

.jargon h3 {
  padding-top: 0.625rem;
  font-weight: 400; }
  .jargon h3{
    font-size: 1.4em; }
    @media screen and (min-width: 20em) {
      .jargon h3{
        font-size: calc(1.4em + 0.37 * ((100vw - 20em) / 55)); } }
    @media screen and (min-width: 75em) {
      .jargon h3{
        font-size: 1.77em; } }

.jargon-menu{
padding-top: 0.625rem;
padding-bottom: 0.625rem;
text-align: center; 
border: 1px solid #eee; 
background-color: #eee;
margin-bottom: 4rem;}

 .jargon-to-top{
font-weight: 600;}
