@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  background-color: #eaedf2;
  -webkit-font-smoothing: antialiased;
}

nav {
  width: 292px;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 20px;
}

#logobar {
  height: 102px;
  width: 469px;
  background-color: blue;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  background: #003fc3; /* Old browsers */
  background: -moz-linear-gradient(top, #003fc3 0%, #051b81 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #003fc3),
    color-stop(100%, #051b81)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #003fc3 0%,
    #051b81 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #003fc3 0%,
    #051b81 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #003fc3 0%, #051b81 100%); /* IE10+ */
  background: linear-gradient(to bottom, #003fc3 0%, #051b81 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003fc3', endColorstr='#051b81',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(50, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(50, 0, 0, 0.5);
  position: relative;
  z-index: 9999;
}

#logobar img {
  position: relative;
  top: 22px;
  left: 25px;
  float: left;
}

#menudrop {
  display: none;
}

#titles {
  float: left;
  position: relative;
  left: 50px;
  top: 21px;
}

#logobar .title {
  font-family: 'Ovo', serif;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  margin: 0;
}

#logobar .subtitle {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 14px;
  margin-top: 4px;
  font-weight: 600;
  padding-left: 20px;
}

#logobar .subtitle::before {
  width: 12px;
  height: 12px;
  background-color: #0099cc;
  content: '';
  position: absolute;
  left: 0px;
  margin-top: 4px;
  border-radius: 1px;
}

#navholder {
  width: 292px;
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  position: relative;
  left: -4px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
}

#menutitle {
  background-color: #07153e;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  font-size: 15px;
}

#menutitle i {
  font-size: 28px;
  float: left;
  margin-right: 15px;
  margin-top: -3px;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li a {
  display: block;
  height: 48px;
  box-sizing: border-box;
  padding: 11px 20px;
  border-bottom: 1px solid #f4f4f4;
  color: #504f50;
  text-decoration: none;
  font-weight: 400;
  font-size: 19px;
  position: relative;
}

nav li:first-child a i {
  font-size: 29px;
  right: -2px;
}

nav li a i {
  position: relative;
  float: right;
  font-size: 27px;
  top: -1px;
  color: #d2d2d2;
}

nav li a.current {
  color: #0137b4;
  border-left: 9px solid #0137b4;
  padding-left: 11px;
  background-color: #f9f9f9;
}

nav li a.current i {
  color: inherit;
}

nav li a:hover {
  color: #0137b4;
  border-left: 9px solid #0137b4;
  padding-left: 11px;
}

#wrapper {
  width: auto;
  box-shadow: border-box;
  padding-left: 288px;
  position: relative;
  z-index: 2000;
  top: 50px;
  margin-bottom: 50px;
}

#navlinks {
  font-size: 14px;
  font-weight: 400;
  padding: 20px;
}

#navlinks p {
  margin: 0;
  color: #0137b4;
}

#navlinks p a {
  color: #0137b4;
  text-decoration: none;
}

#navlinks p a:hover {
  color: #507de5;
}

#navlinks p:first-child {
  margin-bottom: 10px;
}

#topinfo {
  height: 297px;
  position: relative;
}

#fadeshow1 {
  position: relative;
  width: 404px;
  height: 272px;
  z-index: 100;
  background-image: url(../images/slider/1.jpg);
  background-repeat: no-repeat;
  top: 25px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
}

#fadeshow1,
#fadeshow1 .gallerylayer {
  background: #fff url(../images/slider/1.jpg) !important;
}

.clear {
  clear: both;
  height: 0;
}

#content {
  max-width: 965px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  font-family: 'Lato', sans-serif;
}

#planestate {
  font-size: 24px;
  color: #fff;
  padding: 17px 25px 19px 25px;
  font-weight: 600;
  position: absolute;
  z-index: 300;
  top: 200px;
  background-color: rgba(0, 0, 0, 0.73);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  -o-border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
}

#pagedivider {
  position: absolute;
  top: 26px;
  width: 465px;
  right: 26px;
  height: 20px;
  text-align: right;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px 10px 0;
  background-color: #0a205f;
  border-radius: 3px;
}

#topcontactdetails {
  width: 500px;
  position: absolute;
  right: 0;
  top: 70px;
}

#topcontactdetails h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #0137b4;
  font-size: 28px;
  margin: 0;
  font-weight: 400;
}

#topcontactdetails p {
  color: #2c2c2c;
  margin: 0;
  font-size: 15px;
}

#topcontactdetails p a {
  color: #2c2c2c;
  text-decoration: none;
}

#topinfo p.cert {
  width: 250px;
  right: 37px;
  font-size: 12px;
  text-align: right;
  position: absolute;
  top: 150px;
}

#topcontactdetails p a:hover {
  color: #615f5f;
}

#topcontactdetails p:first-of-type {
  font-weight: 600;
  color: #2c2c2c;
  margin-top: 15px;
  margin-bottom: 10px;
}

a#cta {
  width: 230px;
  height: 50px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 38px;
  color: #fff;
  font-size: 23px;
  text-decoration: none;
  text-align: center;
  padding-top: 8px;
  background-color: #0137b4;
  font-weight: 600;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}

a#cta:hover {
  background-color: #0031a2;
}

a#cta:active {
  background-color: #00267f;
}

#pagetitle {
  height: 50px;
  background-color: #0099cc;
  margin-top: 45px;
}

#pagetitle h1 {
  color: #fff;
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  background-color: #0099cc;
  top: -20px;
  border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  box-sizing: border-box;
}

#pagecontent p {
  margin-bottom: 0;
  color: #313944;
  font-size: 15px;
  line-height: 1.5em;
}

#pagecontent a {
  color: #0137b4;
  text-decoration: none;
}

#pagecontent a:hover {
  color: #2558cd;
}

#pagecontent h2 {
  color: #0137b4;
  margin: 0;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 700;
}

#pagecontent .subtitle {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

#pagecontent .twocol {
  width: 66%;
  float: left;
  border-right: 1px solid #0099cc;
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

#pagecontent .twocolright {
  width: 66%;
  float: right;
  border-left: 1px solid #0099cc;
  position: relative;
  top: 0;
  bottom: 0;
  height: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}

#pagecontent .onecol {
  width: 34%;
  float: left;
  box-sizing: border-box;
  word-wrap: break-word;
}

#pagecontent .twospan {
  padding: 30px;
  border-bottom: 1px solid #0099cc;
}

#pagecontent .noborder {
  padding: 30px;
  border-bottom: none;
}

#pagecontent .twocol .halfcol {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 30px;
}

#pagecontent .addpad {
  padding: 30px;
}

.borderright {
  border-right: 1px solid #0099cc;
}

.borderleft {
  border-left: 1px solid #0099cc;
}

img.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 40%;
  height: auto;
}

#pagecontent p.imagecenter {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

#pagecontent p.imagecenter img {
  max-width: 100%;
  height: auto;
}

#pagecontent .greyspan {
  width: 100%;
  position: relative;
  background-color: #f6f6f7;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
  left: -30px;
}

.more-link {
  display: block;
  margin-top: 15px;
}

.more-link.dots:after {
  content: '...';
}

img.glossaryright {
  float: right;
  position: relative;
  z-index: 200;
  margin-left: 35px;
  margin-bottom: 35px;
  max-width: 40%;
  -webkit-background-clip: content-box;
  -webkit-backface-visibility: hidden;
  height: auto;
  margin-top: 10px;
  margin-right: 5px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 5px #979797; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 5px #979797; /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 5px #979797; /* Opera 10.5, IE9, Chrome 10+ */
  border: 5px solid #fff;
  transform: rotate(-2deg);
}

#glossary p:nth-child(even) {
  width: 100%;
  position: relative;
  background-color: #f6f6f7;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 30px;
  left: -30px;
}

#pagecontent .greyspan ul {
  margin: 0;
  font-size: 13px;
}

#pagecontent .greyspan ul li:last-child {
  list-style: none;
  margin-top: 15px;
}

footer {
  background-color: #fff;
  box-sizing: border-box;
  padding: 35px;
}

footer p {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #282828;
  font-size: 13px;
  text-align: right;
}

footer p a {
  color: #0137b4;
  text-decoration: none;
}

footer p a:hover {
  color: #4374e6;
}

#content a i.fa-linkedin-square {
  float: right;
  font-size: 50px;
  color: #0099cc;
}

#content a i.fa-linkedin-square:hover {
  color: #0080ab;
}

#content a.associationlink {
  padding: 10px 30px;
  width: 100%;
  display: block;
  position: relative;
  left: -30px;
  margin-bottom: 3px;
  background-color: #f6f6f7;
  transition: all 0.1s ease;
}

#content a.associationlink:hover {
  background-color: #008cbb;
  color: #fff;
}

#content p.imagecenter img.rotate {
  -ms-transform: rotate(3deg); /* IE 9 */
  -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
  transform: rotate(3deg);
  border: 10px solid #fff;
  -webkit-background-clip: content-box;
  -webkit-backface-visibility: hidden;
  -moz-box-shadow: 0px 0px 8px #979797; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 8px #979797; /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 8px #979797; /* Opera 10.5, IE9, Chrome 10+ */
  max-width: 90%;
  height: auto;
}

#estateside .greyspan {
  font-size: 13px;
}

#contactform {
  width: auto;
  max-width: 400px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  margin-top: 25px;
}

#contactform label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 15px;
}

#contactform label:first-child {
  margin-top: 0;
}

#contactform input,
textarea {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  margin-bottom: 5px;
  border-radius: 1px;
}

#contactform p {
  margin-top: -5px;
  margin-bottom: 15px;
  font-size: 19px;
}

#captcha {
  margin-top: 15px;
}

#contactform #submit {
  display: block;
  width: auto;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 45px;
  background-color: #0137b4;
  font-weight: 400;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 0;
  margin-top: 20px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
}

#contactform #submit:hover {
  background-color: #0031a2;
}

iframe#bigmap {
  float: right;
  width: 400px;
  height: 400px;
  border-radius: 3px;
}

#mobilecta {
  display: none;
}

#mobilecta a {
  text-decoration: none;
}

/* Media Queries Below */

@media screen and (max-height: 650px) {
  #navlinks {
    display: none;
  }
}

@media screen and (max-width: 1298px) {
  #navholder {
    width: 234px;
  }

  #wrapper {
    padding-left: 234px;
  }

  #navlinks {
    display: none;
  }

  nav #navholder li a i {
    display: none;
  }
}

@media screen and (max-width: 1220px) {
  #navholder {
    width: 292px;
    display: none;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(50, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(50, 0, 0, 0.2);
  }

  #wrapper {
    padding-left: 20px;
    padding-right: 20px;
    top: 60px;
  }

  #logobar img {
    display: none;
  }

  #menudrop {
    position: relative;
    display: block;
    top: 25px;
    left: 25px;
    width: 52px;
    height: 52px;
    background-color: #0099cc;
    color: #fff;
    text-decoration: none;
    font-size: 31px;
    text-align: center;
    float: left;
    box-sizing: border-box;
    padding-top: 9px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-tap-highlight-color: none;
    outline: none;
    cursor: pointer;
  }

  #menudrop:hover {
    background-color: #008ab8;
  }

  #menudrop:active {
    background-color: #035672;
  }

  nav #navholder li a i {
    display: block;
  }

  #menutitle {
    display: none;
  }
}

@media screen and (max-width: 970px) {
  #topcontactdetails {
    width: 450px;
    position: absolute;
    right: 0;
    top: 70px;
  }

  iframe#bigmap {
    float: none;
    width: 100%; /* fallback for browsers without support for calc() */
    width: calc(100% + 60px);
    padding-right: 60px;
    margin-left: -30px;
    margin-top: -30px;
    margin-bottom: 30px;
    height: 200px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 920px) {
  #topcontactdetails {
    width: 300px;
  }

  #topinfo p.cert {
    display: none;
  }
}

@media screen and (max-width: 872px) {
  #topcontactdetails h1 {
    font-size: 24px;
  }

  #topcontactdetails p {
    font-size: 14px;
  }

  a#cta {
    width: 150px;
    height: 50px;
    right: 30px;
    padding-top: 12px;
    font-size: 18px;
  }

  footer p {
    text-align: left;
  }
}

@media screen and (max-width: 757px) {
  #wrapper {
    padding: 0;
  }

  nav {
    width: 100%;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
  }

  #logobar {
    height: 80px;
    width: auto;
    background-color: blue;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(50, 0, 0, 0.5);
    box-shadow: 0px 0px 6px 0px rgba(50, 0, 0, 0.5);
    position: relative;
    z-index: 9999;
  }

  #topinfo {
    display: none;
  }

  #menudrop {
    top: 21px;
    left: 12px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding-top: 9px;
  }

  #logobar .title {
    font-family: 'Ovo', serif;
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    margin-top: -4px;
  }

  #logobar .subtitle {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 12px;
    margin-top: 0px;
    font-weight: 600;
    padding-left: 0;
  }

  #logobar .subtitle::before {
    display: none;
  }

  #pagetitle {
    margin-top: 20px;
  }

  #pagetitle h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    top: 10px;
    left: 20px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
  }

  #titles {
    left: 23px;
  }

  #pagecontent .twocol {
    width: auto;
    float: none;
  }

  #pagecontent .twocolright {
    width: auto;
    float: none;
  }

  #pagecontent .onecol {
    width: auto;
    float: none;
    border-top: 1px solid #0099cc;
  }
  #pagecontent .twocol {
    border-right: none;
  }
  #pagecontent .twocolright {
    border-left: none;
  }

  #mobilecta {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  #mobilecta a i {
    color: #fff;
    font-size: 30px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 520px) {
  #pagecontent .twocol .halfcol {
    width: auto;
    float: none;
  }

  #pagecontent .borderleft {
    border-left: none;
    border-top: 1px solid #0099cc;
  }
}
