@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');


body {
  margin: 0;
  padding: 0;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
}
fieldset,
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
table img {
  max-width: 1200px;
}
.accessibility {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
img.left {
  float: left;
  margin: 0 20px 20px 0;
}
img.right {
  float: right;
  margin: 0 0 20px 20px;
}
form .field,
form .Actions,
form .errors {
  margin-bottom: 15px;
}
form label {
  display: block;
}
form label.right {
  display: inline;
}
@media all {
  body,
  th,
  td,
  input,
  textarea,
  select,
  blockquote {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
  }
  h1 {
    font-size: 72px;
    line-height: 78px;
    font-weight: 200;
  }
  h1.centred {
    text-align: center;
  }
  h2 {
    font-size: 38px;
    line-height: 43px;
    font-weight: 300;
  }
  h3 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
  }
  a {
    color: #308bad;
    text-decoration: none;
  }
  a:hover {
    color: #226179;
  }
  strong.light {
    font-weight: 400;
  }
}
@media screen {
  body {
    color: #404040;
  }
  .footer {
    background: #CFE2EA;
  }

  .footer .footer__container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 20px;

    display: flex;
    flex-direction: column;
  }

  .footer .footer__text,
  .footer p {
    font-size: 14px;
    line-height: 28px;
    color: #4C4C4C;
  }

  .footer .footer__title {
    font-weight: 600;
    color: #000000;
  }

  .footer .copyright {
    font-size: 13px;
    line-height: 28px;
  }

  .footer .website-attribution {
    font-weight: 500;
  }

  .footer .footer-section {
    padding: 60px 0 40px;
  }

  .footer .footer-section:not(:last-child) {
    border-bottom: 1px solid #5B5B5B26;
  }

  .footer .footer__center a {
    color: #E4202C;
    text-decoration: underline;
  }
	
  .footer .footer__center a img{
    max-width: 240px;
  }

  .footer .tricor-text {
    margin: 30px 0;
  }

  .footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer .social-icons .icon {
    display: inline-block;
    margin: 10px;
  }

  .footer .social-icons .icon:first-child {
    margin-left: 0;
  }

  .footer .social-icons .icon:last-child {
    margin-right: 0;
  }

  .footer .quick-links__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
  }

  .footer .site-logo {
    max-width: 250px;
    margin-left: -12px;
  }

  .footer .quick-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .footer .quick-links .quick-link__item {
    font-size: 15px;
    line-height: 20px;
    color: #308BAD;
    padding: 12px 5px;
  }

  /*.footer .quick-links .quick-link__item:not(:last-child) {*/
  /*  border-bottom: 1px solid #FFFFFF4D;*/
  /*}*/

  /*footer {*/
  /*  color: #bfbfbf;*/
  /*}*/
  /*footer .phone {*/
  /*  color: #4c4c4c;*/
  /*}*/
}
@media all {
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
  }
  .container .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .container .col,
  .container .cols {
    float: left;
    min-height: 1px;
    margin-left: 4%;
  }
  .container .col.alpha,
  .container .cols.alpha {
    clear: left;
    margin-left: 0;
  }
  .container .col.pull-right,
  .container .cols.pull-right {
    float: right;
  }
  .container .col.one,
  .container .cols.one {
    width: 4.66666667%;
  }
  .container .col.two,
  .container .cols.two {
    width: 13.33333333%;
  }
  .container .col.three,
  .container .cols.three {
    width: 22%;
  }
  .container .col.four,
  .container .cols.four {
    width: 30.66666667%;
  }
  .container .col.five,
  .container .cols.five {
    width: 39.33333333%;
  }
  .container .col.six,
  .container .cols.six {
    width: 48%;
  }
  .container .col.seven,
  .container .cols.seven {
    width: 56.66666667%;
  }
  .container .col.eight,
  .container .cols.eight {
    width: 65.33333333%;
  }
  .container .col.nine,
  .container .cols.nine {
    width: 74%;
  }
  .container .col.ten,
  .container .cols.ten {
    width: 82.66666667%;
  }
  .container .col.eleven,
  .container .cols.eleven {
    width: 91.33333333%;
  }
  .container .col.twelve,
  .container .cols.twelve {
    width: 100%;
  }
  .container .col.box,
  .container .cols.box {
    position: relative;
    margin: 0 0 0.83333333% 0.83333333%;
  }
  .container .col.box.alpha,
  .container .cols.box.alpha {
    margin-left: 0;
  }
  .container .col.box.one,
  .container .cols.box.one {
    width: 7.56944444%;
  }
  .container .col.box.two,
  .container .cols.box.two {
    width: 15.97222222%;
  }
  .container .col.box.three,
  .container .cols.box.three {
    width: 24.375%;
  }
  .container .col.box.four,
  .container .cols.box.four {
    width: 32.77777778%;
  }
  .container .col.box.five,
  .container .cols.box.five {
    width: 41.18055556%;
  }
  .container .col.box.six,
  .container .cols.box.six {
    width: 49.58333333%;
  }
  .container .col.box.seven,
  .container .cols.box.seven {
    width: 57.98611111%;
  }
  .container .col.box.eight,
  .container .cols.box.eight {
    width: 66.38888889%;
  }
  .container .col.box.nine,
  .container .cols.box.nine {
    width: 74.79166667%;
  }
  .container .col.box.ten,
  .container .cols.box.ten {
    width: 83.19444444%;
  }
  .container .col.box.eleven,
  .container .cols.box.eleven {
    width: 91.59722222%;
  }
  .container .col.box.twelve,
  .container .cols.box.twelve {
    width: 100%;
  }
  .container .col.box .inner,
  .container .cols.box .inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .container .col.box:before,
  .container .cols.box:before {
    content: "";
    display: block;
    margin-top: 100%;
  }

  .container .col.box.full-width::before,
  .container .cols.box.full-width:before {
     margin-top: 15%;
  }
}
@media screen and (min-width: 1261px) {
  .container .col.alpha-widescreen,
  .container .cols.alpha-widescreen {
    clear: left;
    margin-left: 0;
  }
  .container .col.one-widescreen,
  .container .cols.one-widescreen {
    width: 4.66666667%;
  }
  .container .col.two-widescreen,
  .container .cols.two-widescreen {
    width: 13.33333333%;
  }
  .container .col.three-widescreen,
  .container .cols.three-widescreen {
    width: 22%;
  }
  .container .col.four-widescreen,
  .container .cols.four-widescreen {
    width: 30.66666667%;
  }
  .container .col.five-widescreen,
  .container .cols.five-widescreen {
    width: 39.33333333%;
  }
  .container .col.six-widescreen,
  .container .cols.six-widescreen {
    width: 48%;
  }
  .container .col.seven-widescreen,
  .container .cols.seven-widescreen {
    width: 56.66666667%;
  }
  .container .col.eight-widescreen,
  .container .cols.eight-widescreen {
    width: 65.33333333%;
  }
  .container .col.nine-widescreen,
  .container .cols.nine-widescreen {
    width: 74%;
  }
  .container .col.ten-widescreen,
  .container .cols.ten-widescreen {
    width: 82.66666667%;
  }
  .container .col.eleven-widescreen,
  .container .cols.eleven-widescreen {
    width: 91.33333333%;
  }
  .container .col.twelve-widescreen,
  .container .cols.twelve-widescreen {
    width: 100%;
  }
  .container .col.box.alpha-widescreen,
  .container .cols.box.alpha-widescreen {
    margin-left: 0;
  }
  .container .col.box.one-widescreen,
  .container .cols.box.one-widescreen {
    width: 7.56944444%;
  }
  .container .col.box.two-widescreen,
  .container .cols.box.two-widescreen {
    width: 15.97222222%;
  }
  .container .col.box.three-widescreen,
  .container .cols.box.three-widescreen {
    width: 24.375%;
  }
  .container .col.box.four-widescreen,
  .container .cols.box.four-widescreen {
    width: 32.77777778%;
  }
  .container .col.box.five-widescreenp,
  .container .cols.box.five-widescreenp {
    width: 41.18055556%;
  }
  .container .col.box.six-widescreen,
  .container .cols.box.six-widescreen {
    width: 49.58333333%;
  }
  .container .col.box.seven-widescreen,
  .container .cols.box.seven-widescreen {
    width: 57.98611111%;
  }
  .container .col.box.eight-widescreen,
  .container .cols.box.eight-widescreen {
    width: 66.38888889%;
  }
  .container .col.box.nine-widescreen,
  .container .cols.box.nine-widescreen {
    width: 74.79166667%;
  }
  .container .col.box.ten-widescreen,
  .container .cols.box.ten-widescreen {
    width: 83.19444444%;
  }
  .container .col.box.eleven-widescreen,
  .container .cols.box.eleven-widescreen {
    width: 91.59722222%;
  }
  .container .col.box.twelve-widescreen,
  .container .cols.box.twelve-widescreen {
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .footer .footer__container {
    flex-direction: row;
  }
  .footer .footer__container .footer__left {
    width: 40%;
  }

  .footer .footer__container .footer__right {
    width: 10%;
    margin-left: auto;
  }

  .footer .footer__container .footer__center {
    width: 35%;
  }

  .footer .footer-section:not(:last-child) {
    border: none;
  }

  .footer .social-icons {
    justify-content: unset;
  }
}

@media screen and (max-width: 1260px) and (min-width: 1160px) {
  .container .col.alpha-desktop,
  .container .cols.alpha-desktop {
    clear: left;
    margin-left: 0;
  }
  .container .col.one-desktop,
  .container .cols.one-desktop {
    width: 4.66666667%;
  }
  .container .col.two-desktop,
  .container .cols.two-desktop {
    width: 13.33333333%;
  }
  .container .col.three-desktop,
  .container .cols.three-desktop {
    width: 22%;
  }
  .container .col.four-desktop,
  .container .cols.four-desktop {
    width: 30.66666667%;
  }
  .container .col.five-desktop,
  .container .cols.five-desktop {
    width: 39.33333333%;
  }
  .container .col.six-desktop,
  .container .cols.six-desktop {
    width: 48%;
  }
  .container .col.seven-desktop,
  .container .cols.seven-desktop {
    width: 56.66666667%;
  }
  .container .col.eight-desktop,
  .container .cols.eight-desktop {
    width: 65.33333333%;
  }
  .container .col.nine-desktop,
  .container .cols.nine-desktop {
    width: 74%;
  }
  .container .col.ten-desktop,
  .container .cols.ten-desktop {
    width: 82.66666667%;
  }
  .container .col.eleven-desktop,
  .container .cols.eleven-desktop {
    width: 91.33333333%;
  }
  .container .col.twelve-desktop,
  .container .cols.twelve-desktop {
    width: 100%;
  }
  .container .col.box.alpha-desktop,
  .container .cols.box.alpha-desktop {
    margin-left: 0;
  }
  .container .col.box.one-desktop,
  .container .cols.box.one-desktop {
    width: 7.56944444%;
  }
  .container .col.box.two-desktop,
  .container .cols.box.two-desktop {
    width: 15.97222222%;
  }
  .container .col.box.three-desktop,
  .container .cols.box.three-desktop {
    width: 24.375%;
  }
  .container .col.box.four-desktop,
  .container .cols.box.four-desktop {
    width: 32.77777778%;
  }
  .container .col.box.five-desktop,
  .container .cols.box.five-desktop {
    width: 41.18055556%;
  }
  .container .col.box.six-desktop,
  .container .cols.box.six-desktop {
    width: 49.58333333%;
  }
  .container .col.box.seven-desktop,
  .container .cols.box.seven-desktop {
    width: 57.98611111%;
  }
  .container .col.box.eight-desktop,
  .container .cols.box.eight-desktop {
    width: 66.38888889%;
  }
  .container .col.box.nine-desktop,
  .container .cols.box.nine-desktop {
    width: 74.79166667%;
  }
  .container .col.box.ten-desktop,
  .container .cols.box.ten-desktop {
    width: 83.19444444%;
  }
  .container .col.box.eleven-desktop,
  .container .cols.box.eleven-desktop {
    width: 91.59722222%;
  }
  .container .col.box.twelve-desktop,
  .container .cols.box.twelve-desktop {
    width: 100%;
  }
}
@media screen and (max-width: 1159px) and (min-width: 768px) {
  .container .col.alpha-tablet,
  .container .cols.alpha-tablet {
    clear: left;
    margin-left: 0;
  }
  .container .col.tablet-reset,
  .container .cols.tablet-reset {
    float: none;
    width: auto;
  }
  .container .col.one-tablet,
  .container .cols.one-tablet {
    width: 4.66666667%;
  }
  .container .col.two-tablet,
  .container .cols.two-tablet {
    width: 13.33333333%;
  }
  .container .col.three-tablet,
  .container .cols.three-tablet {
    width: 22%;
  }
  .container .col.four-tablet,
  .container .cols.four-tablet {
    width: 30.66666667%;
  }
  .container .col.five-tablet,
  .container .cols.five-tablet {
    width: 39.33333333%;
  }
  .container .col.six-tablet,
  .container .cols.six-tablet {
    width: 48%;
  }
  .container .col.seven-tablet,
  .container .cols.seven-tablet {
    width: 56.66666667%;
  }
  .container .col.eight-tablet,
  .container .cols.eight-tablet {
    width: 65.33333333%;
  }
  .container .col.nine-tablet,
  .container .cols.nine-tablet {
    width: 74%;
  }
  .container .col.ten-tablet,
  .container .cols.ten-tablet {
    width: 82.66666667%;
  }
  .container .col.eleven-tablet,
  .container .cols.eleven-tablet {
    width: 91.33333333%;
  }
  .container .col.twelve-tablet,
  .container .cols.twelve-tablet {
    width: 100%;
  }
  .container .col.box.alpha-tablet,
  .container .cols.box.alpha-tablet {
    margin-left: 0;
  }
  .container .col.box.one-tablet,
  .container .cols.box.one-tablet {
    width: 7.56944444%;
  }
  .container .col.box.two-tablet,
  .container .cols.box.two-tablet {
    width: 15.97222222%;
  }
  .container .col.box.three-tablet,
  .container .cols.box.three-tablet {
    width: 24.375%;
  }
  .container .col.box.four-tablet,
  .container .cols.box.four-tablet {
    width: 32.77777778%;
  }
  .container .col.box.five-tablet,
  .container .cols.box.five-tablet {
    width: 41.18055556%;
  }
  .container .col.box.six-tablet,
  .container .cols.box.six-tablet {
    width: 49.58333333%;
  }
  .container .col.box.seven-tablet,
  .container .cols.box.seven-tablet {
    width: 57.98611111%;
  }
  .container .col.box.eight-tablet,
  .container .cols.box.eight-tablet {
    width: 66.38888889%;
  }
  .container .col.box.nine-tablet,
  .container .cols.box.nine-tablet {
    width: 74.79166667%;
  }
  .container .col.box.ten-tablet,
  .container .cols.box.ten-tablet {
    width: 83.19444444%;
  }
  .container .col.box.eleven-tablet,
  .container .cols.box.eleven-tablet {
    width: 91.59722222%;
  }
  .container .col.box.twelve-tablet,
  .container .cols.box.twelve-tablet {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .container .col,
  .container .cols {
    float: none;
    margin-left: 0;
  }
  .container .col.pull-right,
  .container .cols.pull-right {
    float: none;
  }
  .container .col.one,
  .container .cols.one,
  .container .col.two,
  .container .cols.two,
  .container .col.three,
  .container .cols.three,
  .container .col.four,
  .container .cols.four,
  .container .col.five,
  .container .cols.five,
  .container .col.six,
  .container .cols.six,
  .container .col.seven,
  .container .cols.seven,
  .container .col.eight,
  .container .cols.eight,
  .container .col.nine,
  .container .cols.nine,
  .container .col.ten,
  .container .cols.ten,
  .container .col.eleven,
  .container .cols.eleven,
  .container .col.twelve,
  .container .cols.twelve {
    width: auto;
  }
  .container .col.box,
  .container .cols.box {
    margin: 0 0 10px;
  }
  .container .col.box.one,
  .container .cols.box.one,
  .container .col.box.two,
  .container .cols.box.two,
  .container .col.box.three,
  .container .cols.box.three,
  .container .col.box.four,
  .container .cols.box.four,
  .container .col.box.five,
  .container .cols.box.five,
  .container .col.box.six,
  .container .cols.box.six,
  .container .col.box.seven,
  .container .cols.box.seven,
  .container .col.box.eight,
  .container .cols.box.eight,
  .container .col.box.nine,
  .container .cols.box.nine,
  .container .col.box.ten,
  .container .cols.box.ten,
  .container .col.box.eleven,
  .container .cols.box.eleven,
  .container .col.box.twelve,
  .container .cols.box.twelve {
    width: 100%;
  }
  .container .col.box .inner,
  .container .cols.box .inner {
    position: static;
  }
  .container .col.box:before,
  .container .cols.box:before {
    margin-top: 0;
  }
}
@media screen {
  html {
    background: white;
  }
  body {
    background: #f9f9f9;
  }
  body.darker {
    background: #f2f2f2;
  }
  header {
    position: relative;
    z-index: 10;
    height: 135px;
    background: white;
    border-top: 5px solid #256883;
  }
  header .logo {
    /*position: absolute;*/
    /*left: 60px;*/
    /*top: 50px;*/
    display: flex;
    justify-content: center;
    /*margin-left: 50px;*/
    /*display: block;*/
  }

  header #nav-trigger,
  header .nav-trigger {
    display: none;
  }
  header nav {
    position: absolute;
    left: 50%;
    top: 58px;
  }
  header nav ul {
    position: relative;
    left: -50%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  header nav li {
    float: left;
    margin: 0 20px;
  }
  header nav a {
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
  }
  header nav .current a,
  header nav .section a,
  header nav a:hover {
    color: #808080;
  }
  header .phone {
    position: absolute;
    right: 60px;
    top: 42px;
    height: 55px;
    line-height: 55px;
    padding: 0 24px;
    background: #63a7c1;
    color: white;
    border-radius: 55px;
    font-size: 22px;
    font-weight: 700;
    transition: 0.3s;
  }
  header .phone:hover {
    background: #5996ad;
  }
  header .phone i {
    margin-right: 15px;
    font-size: 26px;
  }
  .banner {
    background: #318bad url(../images/banner.jpg) no-repeat center top;
    background-size: cover;
    color: white;
  }
  .banner .row {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner h1 {
    margin: 0;
    color: white;
    text-align: center;
    letter-spacing: 2px;
  }
  .banner h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 270px;
    text-align: center;
    font-weight: 300;
  }
  .banner h4 small {
    display: block;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 18px;
  }
  .banner .crumbs {
    position: absolute;
    left: 0;
    bottom: 20px;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
  }
  .banner .crumbs a {
    color: white;
  }
  .banner .crumbs span {
    margin: 0 5px;
  }
  body.home .banner {
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    background-image: url(../images/home.jpg);
    color: #404040;
  }
  body.home .banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/home-fade.png) left bottom repeat-x;
  }
  body.home .banner .row {
    position: relative;
    z-index: 5;
    height: auto;
    display: block;
    padding: 95px 0 75px;
  }
  body.home .banner h1 {
    margin-bottom: 20px;
    color: #4c4c4c;
    font-size: 90px;
    line-height: 95px;
    text-align: left;
    letter-spacing: 0;
  }
  body.home .banner h1 a {
    display: block;
  }
  body.home .banner p {
    width: 65%;
  }
  body.home .banner p a {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
    background: white;
    border-radius: 46px;
    font-weight: 500;
    transition: 0.3s;
  }
  body.home .banner p a:hover {
    background: #308bad;
    color: white;
  }
  body.home .banner p a:after {
    content: '\2192';
    padding-left: 7px;
  }
  #body {
    position: relative;
  }
  #body section {
    padding-top: 100px;
  }
  #body .person-panel {
    margin-top: 30px;
    font-size: 15px;
    line-height: 20px;
  }
  #body .person-panel p {
    margin-bottom: 5px;
  }
  #body .full-image img {
    width: 100%;
    vertical-align: top;
  }
  #body .white-section {
    background: white;
  }
  #body .white-section .button {
    border: 1px solid #bfbfbf;
  }
  #body .gmap.display {
    height: 500px;
  }
  #body form .field {
    margin-bottom: 20px;
  }

  #body form .field.hidden {
    position: absolute;
    left: -9999px;
  }

  #body form .errors {
    padding: 10px 15px;
    background: white;
    border: 2px solid red;
  }
  #body form input.text,
  #body form textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    box-sizing: border-box;
  }
  #body select {
    height: 50px;
    min-width: 300px;
    padding: 0 20px;
    background: white url(../images/dropdown-arrow.png) no-repeat right 15px center;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
  }
  #body .button {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
    background: white;
    color: #308bad;
    border: 0;
    border-radius: 46px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    -webkit-appearance: none;
  }
  #body .button:hover {
    background: #308bad;
    color: white;
  }
  body.home #body:before {
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    top: -5px;
    display: block;
    width: 100%;
    height: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #content {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  body.home #content {
    padding-top: 0;
  }
  body.home #content .box h3,
  body.home #content .box p {
    margin-bottom: 10px;
  }
  body.home #content .box a {
    color: #404040;
  }

  body.home #content .box h3 {
    color: #404040;
  }
  body.home #content .box a .link {
    color: #308bad;
  }
  body.home #content .box a:hover .link {
    color: #226179;
  }
  body.home #content .box .inner {
    background: white;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
  }
  body.home #content .box .inner:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
  body.home #content .box .text {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    padding-top: 90px;
    background: no-repeat center top;
    background-size: 78px 78px;
  }
  body.home #content .managed .text {
    background-image: url(../images/icon-graph.png);
  }
  body.home #content .debt .text {
    background-image: url(../images/icon-debt.png);
  }
  body.home #content .securitisation .text {
    background-image: url(../images/icon-lock.png);
  }
  body.home #content .escrow .text {
    background-image: url(../images/icon-money-plant.png);
  }
  body.home #content .superannuation .text {
    background-image: url(../images/icon-coins.png);
  }
  body.home #content .blockquote .inner,
  body.home #content .blockquote a .inner,
  body.home #content .blockquote a:hover .inner {
    background: #318aac;
    color: white;
  }
  body.home #content .blockquote .inner .link,
  body.home #content .blockquote a .inner .link,
  body.home #content .blockquote a:hover .inner .link {
    color: white;
  }
  body.home #content .blockquote .inner .text,
  body.home #content .blockquote a .inner .text,
  body.home #content .blockquote a:hover .inner .text {
    top: 50%;
    padding-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.home #content .blockquote a:hover .inner {
    background: #2c7c9a;
  }
  body.home #content .empty .inner {
    background: #318aac;
  }
  body.home #content .foot {
    margin-top: 70px;
  }
  #content nav select {
    display: none;
  }
  #content nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #content nav li ul {
    display: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
  }
  #content nav li ul li {
    padding-left: 15px;
  }
  #content nav li ul a {
    padding: 0;
  }
  #content nav a {
    display: block;
    padding: 10px 0;
    color: #808080;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    transition: 0.3s;
  }
  #content nav .section a,
  #content nav .current a,
  #content nav a:hover {
    color: #404040;
  }
  #content nav .section ul,
  #content nav .current ul {
    display: block;
  }
  #content nav .section ul a,
  #content nav .current ul a {
    color: #808080;
    font-weight: 300;
  }
  #content nav .section ul .section a,
  #content nav .current ul .section a,
  #content nav .section ul .current a,
  #content nav .current ul .current a,
  #content nav .section ul a:hover,
  #content nav .current ul a:hover {
    color: #404040;
  }
  #content .content {
    padding-bottom: 10px;
  }
  #office-locations .left,
  #office-locations .right {
    padding-top: 95px;
    padding-bottom: 75px;
  }
  #office-locations .left {
    float: left;
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  #office-locations .right {
    float: right;
    width: 50%;
    border-left: 1px solid #dfdfdf;
    box-sizing: border-box;
  }
  #office-locations .address {
    padding-left: 80px;
  }
  #office-locations .address table {
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
  }
  #office-locations .address tr td {
    padding-right: 50px;
  }
  #office-locations .address tr td:last-child {
    padding-right: 0;
  }
  /*footer {*/
  /*  padding-bottom: 30px;*/
  /*  background: white;*/
  /*  color: #bfbfbf;*/
  /*  font-size: 14px;*/
  /*  line-height: 19px;*/
  /*  font-weight: 400;*/
  /*}*/
  /*footer .row {*/
  /*  position: relative;*/
  /*  margin-bottom: 10px;*/
  /*  padding-top: 40px;*/
  /*}*/
  /*footer .sister-company {*/
  /*  position: absolute;*/
  /*  left: 0;*/
  /*  bottom: 0;*/
  /*  margin: 0;*/
  /*  line-height: 34px;*/
  /*}*/
  /*footer .sister-company img {*/
  /*  vertical-align: top;*/
  /*}*/
  /*footer .phone {*/
  /*  margin: 0;*/
  /*  padding-top: 55px;*/
  /*  font-size: 22px;*/
  /*  line-height: 27px;*/
  /*  text-align: center;*/
  /*}*/
  /*footer .phone a {*/
  /*  margin-left: 30px;*/
  /*}*/
  /*footer .links {*/
  /*  !*position: absolute;*!*/
  /*  !*right: 0;*!*/
  /*  !*bottom: 0;*!*/
  /*  !*margin: 0;*!*/
  /*  margin: 40px auto 0;*/
  /*  padding: 0;*/
  /*  list-style-type: none;*/
  /*  width: fit-content;*/
  /*  font-size: 18px;*/
  /*}*/
  /*footer .links li {*/
  /*  display: inline;*/
  /*  margin-left: 30px;*/
  /*}*/
  /*footer .links a {*/
  /*  color: #bfbfbf;*/
  /*}*/
  /*footer .links a:hover {*/
  /*  color: #999;*/
  /*}*/
  /*footer .copyright {*/
  /*  text-align: center;*/
  /*}*/
  /*footer .copyright a {*/
  /*  color: #bfbfbf;*/
  /*}*/
  /*footer .copyright a:hover {*/
  /*  color: #999;*/
  /*}*/

  .media-separator {
    margin: 40px 0;
  }

  .media-link {
    background-color: #63A7C1;
    color: white;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    padding: 10px 25px;
    border-radius: 22px;
    display: flex;
    width: fit-content;
    margin: 30px 0;
  }


    .media-link__img {
      margin-right: 10px;
    }



}
@media screen and (min-width: 1460px) {
  header nav li {
    margin: 0 30px;
  }
}

@media screen and (min-width: 1024px) {
  header .logo {
    margin-left: 50px;
    display: block;
  }

  header .logo img {
    width: 300px;
    height: 135px;
  }
}
@media screen and (min-width: 1460px) {
  header nav a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1260px) {
  header nav li {
    margin: 0 10px;
  }
  body.home #content .box .text {
    left: 10px;
    right: 10px;
    padding-top: 62px;
    background-size: 54px 54px;
  }
  body.home #content .box h3,
  body.home #content .box p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1220px) {
  /*footer {*/
  /*  text-align: center;*/
  /*}*/
  /*footer .sister-company {*/
  /*  position: relative;*/
  /*}*/
  /*footer .phone {*/
  /*  margin-bottom: 40px;*/
  /*  padding-top: 40px;*/
  /*}*/
  /*footer .links {*/
  /*  position: relative;*/
  /*  margin-top: 0;*/
  /*}*/
}
@media screen and (max-width: 1100px) {
  /*.header .logo {*/
  /*  display: flex !important;*/
  /*  justify-content: center;*/

  /*}*/

  header .phone {
    top: 53px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 18px;
  }
  header .phone i {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1023px) {
  body.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
  }
  header {
    height: 70px;
  }

  .header .logo {
    display: flex !important;
    justify-content: center;
    margin: unset;
    outline: 1px solid green;
  }

  header .logo img {
    width: 200px;
  }
  header .nav-trigger {
    position: absolute;
    left: 60px;
    top: 28px;
    display: block;
    width: 30px;
  }
  header .nav-trigger span {
    display: block;
    height: 2px;
    margin-bottom: 5px;
    background: #727272;
    opacity: 1;
    transition: 0.3s;
  }
  header #nav-trigger:checked ~ .nav-trigger span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
  }
  header #nav-trigger:checked ~ .nav-trigger span:nth-child(2) {
    opacity: 0;
  }
  header #nav-trigger:checked ~ .nav-trigger span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
  }
  header nav {
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    padding: 0 40px;
    min-height: 100vh;
    background: white url(../images/nav-fade.png) repeat-x;
  }
  header nav ul {
    left: 0;
  }
  header nav li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #f9f9f9;
  }
  header nav a {
    display: block;
    padding: 15px 20px;
  }
  header #nav-trigger:checked ~ nav {
    display: block;
  }
  header .phone {
    top: 20px;
    width: 27px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    background: white;
    color: #63a7c1;
    border: 1px solid #919396;
    padding: 0 0 0 5px;
    text-align: center;
  }
  header .phone span {
    display: none;
  }
  header .phone:hover {
    color: white;
    border-color: #63a7c1;
  }
  body.home .banner {
    background-image: none;
  }
  body.home .banner .row {
    padding: 50px 0 20px;
  }
  body.home .banner h1 {
    font-size: 72px;
    line-height: 78px;
  }
  body.home .banner p {
    width: auto;
  }
  body.home #content .box:before {
    margin-top: 110%;
  }

  body.home #content .box.full-width:before {
    margin-top: 25%;
  }
  body.home #content .box .text {
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 53px;
  }
  header .nav-trigger {
    left: 20px;
  }
  header nav {
    padding: 0 10px;
  }
  header .phone {
    right: 20px;
  }
  .banner {
    background-image: none;
  }
  .banner .row {
    height: auto;
    padding: 50px 0;
    min-height: unset;
    display: block;
  }
  .banner h1 {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 53px;
    letter-spacing: 0;
  }
  .banner h4 {
    position: relative;
    top: 0;
  }
  .banner h4 small {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .banner .crumbs {
    position: relative;
    bottom: 0;
    padding-top: 0;
    text-align: center;
  }
  body.home .banner {
    margin-bottom: 30px;
    background-image: none;
  }
  body.home .banner:after {
    display: none;
  }
  body.home .banner .row {
    padding: 40px 0 1px;
  }
  body.home .banner h1 {
    font-size: 32px;
    line-height: 37px;
  }
  #body section {
    padding-top: 30px;
  }
  #body select {
    width: 100%;
    min-width: 0;
  }
  form label {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 19px;
  }
  #content {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  body.js-enabled #content nav ul {
    display: none;
  }
  body.js-enabled #content nav select {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  body.home #content .box:before,
  body.home #content .box.full-width:before {
    margin-top: 0;
  }
  body.home #content .box .text {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    padding: 90px 20px 1px;
    background-position: center 20px;
    -webkit-transform: none;
    transform: none;
  }
  body.home #content .box h3,
  body.home #content .box p {
    margin-bottom: 20px;
  }
  body.home #content .box.blockquote .inner .text {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  body.home #content .box.blockquote .inner blockquote {
    padding-top: 20px;
  }
  body.home #content .box.empty {
    display: none;
  }
  body.home #content .foot {
    margin-top: 20px;
  }
  #office-locations {
    padding-top: 20px;
  }
  #office-locations .left,
  #office-locations .right {
    float: none;
    width: auto;
    padding: 0;
    border-left: 0;
  }
  #office-locations .address {
    padding-left: 0;
  }
  #office-locations table,
  #office-locations tbody,
  #office-locations tr,
  #office-locations td {
    display: block;
  }
  footer {
    padding-bottom: 1px;
  }
  footer .row {
    padding-top: 20px;
  }
  footer .phone {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  footer .phone a {
    display: block;
    margin-left: 0;
  }
  footer .links li {
    margin: 0 15px;
  }
}
/*@media only screen and (-webkit-min-device-pixel-ratio: 2) {*/
/*  header .logo {*/
/*    background: url(../images/logo@2x.png) no-repeat;*/
/*    background-size: contain;*/
/*  }*/
/*  header .logo img {*/
/*    visibility: hidden;*/
/*  }*/
/*  body.home #content .managed .text {*/
/*    background-image: url(../images/icon-graph@2x.png);*/
/*  }*/
/*  body.home #content .debt .text {*/
/*    background-image: url(../images/icon-debt@2x.png);*/
/*  }*/
/*  body.home #content .securitisation .text {*/
/*    background-image: url(../images/icon-lock@2x.png);*/
/*  }*/
/*  body.home #content .escrow .text {*/
/*    background-image: url(../images/icon-money-plant@2x.png);*/
/*  }*/
/*  body.home #content .superannuation .text {*/
/*    background-image: url(../images/icon-coins@2x.png);*/
/*  }*/
/*}*/
