/*--------- Reponsive ------------ */
@media only screen and (max-width: 1010px) {
  #wrapper {
    width: 100%;
    padding: 0;
    background: none;
    background-color: white;
  }

  #mainNav .nav-dropdown li a {
    padding: 10px 13px;
  }

  #mainNav .nav-dropdown li a:hover {
    background-position: 5px center;
  }

  #subNav li {
    height: 28px;
  }

  #content {
    width: 100%;
  }

  .intro {
    width: 66%;
  }

  .latestNews {
    width: 34%;
  }

  .personImage {
    width: 130px;
  }

  .dropdownList .contactDetails .about {
    display: inline-block;
    width: 62%;
  }

  .leftCol {
    width: 66%;
  }

  .rightCol {
    width: 33%;
  }

  .rightCol img {
    width: 100%;
    height: 100%;
  }

  .instructionBox .instruction {
    width: 50%;
  }

  .claimWrap {
    text-align: center;
    width: 100%;
  }

  .claimWrap .claim {
    display: inline-block;
    float: none;
    width: 30%;
  }

  .findUs .details {
    width: 30%;
  }

  .findUs .maps {
    width: 68%;
  }

  .findUs .maps iframe {
    width: 100%;
  }

  .findUs img {
    width: 100%;
    height: 100%;
  }

  .newArticle .contentWrap,
  .newArticle.even .contentWrap {
    width: 100%;
  }

  #newsWrap.full .contentWrap {
    width: 100% !important;
  }

  #image-slide {
    margin: 0;
    overflow: hidden;
    width: 100%;
  }

  #image-slide .slide {
    width: 100%;
    height: auto;
    min-height: 84px;
  }

  #image-slide img {
    width: 100%;
    height: auto;
  }

  .sliderText {
    width: 100%;
  }

  #footer {
    width: 100%;
  }

  #footer .footerLinks {
    width: 100%;
    text-align: center;
  }

  #footer .footerLinks a.backtotop {
    color: #90804d;
    font-weight: bold;
  }

  #footerNav li {
    display: inline-block;
    float: none;
    padding: 5px 20px;
    width: 33%;
  }
}
@media only screen and (max-width: 965px) {
  #mainNav li {
    height: 37px;
  }

  #mainNav .nav-dropdown {
    top: 37px;
  }

  #mainNav li ul li {
    height: auto;
  }

  #mainNav li a {
    font-size: 12px;
    padding: 9px 20px 8px;
  }

  .dropdownList .contactDetails .about {
    width: 100%;
  }

  .section {
    margin: 0;
  }

  .container {
    margin: 1px 0 10px;
  }

  .intro {
    width: 100%;
    padding: 10px;
  }

  .latestNews {
    width: 100%;
    float: left;
    padding: 10px;
  }

  .latestNews .article {
    padding: 15px 0;
  }

  .latestNews .std-btn {
    margin-bottom: 0px;
  }

  .section .pageInfo .info {
    width: 29%;
  }

  .claimWrap .claim {
    width: 45%;
    margin: 20px 0;
  }

  .instructionBox h3 {
    float: none;
  }
}
@media only screen and (max-width: 720px) {
  body,
  div.normal ol,
  body#tinymce ul li,
  .normal ul li {
    font-size: 14px;
    line-height: 18px;
  }

  body#tinymce ul li,
  .normal ul li {
    line-height: 22px;
  }

  h5 {
    font-size: 15px;
  }

  #header .logo img {
    margin: 10px 10px 0;
  }

  .heading h1 {
    background-color: #223f61;
    color: #90804d;
    padding: 6px 10px;
  }

  p, a {
    font-size: 14px;
    line-height: 20px;
  }

  .section {
    margin: 0;
    padding-bottom: 10px;
  }

  .section .pageInfo .info {
    width: 100%;
    margin: 0 0 25px;
  }

  .pageInfo .info .text {
    text-align: left;
  }

  .leftCol {
    width: 100%;
  }

  .rightCol {
    padding-top: 20px;
    float: left;
    width: 100%;
  }

  .dropdownList .contactDetails .about {
    padding: 10px 0;
    float: left;
  }

  .dropdownList .contactDetails .no-picture {
    width: 100%;
    background: none !important;
  }

  #newsWrap h1 div,
  .dropdownList li h2 div,
  .newArticle h2 div {
    display: block;
    line-height: 20px;
    font-size: 16px;
  }

  #newsWrap h1 div.subtitle,
  .dropdownList li h2 div.subtitle,
  .newArticle h2 div.subtitle {
    font-size: 13px;
    padding-left: 0;
  }

  .dropdownList li h2 {
    font-size: 16px;
    white-space: normal;
  }

  .dropdownList li h2 span {
    font-size: 12px;
  }

  .dropdownList li h2 span.jobTitle {
    font-size: 14px;
    padding-left: 0;
  }

  .dropdownList .contactDetails .heading {
    font-size: 16px;
  }

  .personImage {
    background: none;
    float: left;
    width: auto;
    padding: 10px 0 0;
  }

  .personImage img {
    width: auto;
    height: 85px;
    margin: 0;
  }

  .instructionBox .instruction {
    width: 100%;
  }

  .claimWrap .claim {
    width: 100%;
  }

  .instructionBox .instruction.first {
    background: none;
    border-bottom: 1px dotted #90804d;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #newsWrap {
    padding: 9px 0;
  }

  .newArticle .contentWrap img {
    width: 50%;
    height: 50%;
  }

  #newsWrap.full .contentWrap img {
    max-width: 320px;
  }

  .findUs .details {
    width: 100%;
  }

  .findUs .maps {
    width: 100%;
  }

  #footer {
    padding-bottom: 20px;
  }

  #footerNav li {
    width: 50%;
  }

  .switch {
    display: block;
    float: none;
  }
}
/* mobile Navigation */
.nav-wrap {
  position: relative;
  display: block;
}

ul.nav {
  position: relative;
  display: block;
  top: 0px;
  left: 0;
  background: #90804d;
  padding-top: 0;
  width: 100%;
}

ul.nav li {
  float: none;
  display: block;
}

ul.nav li a {
  color: white;
}

ul.nav li.toplevel {
  width: 100%;
  overflow: hidden;
  background-color: #223f61;
  border-top: 1px dotted #90804d;
}

ul.nav li a {
  display: block;
  height: auto;
  width: 100%;
  padding: 10px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 120%;
}

ul.nav li.active a {
  text-decoration: none;
  color: #90804d;
}

/*ul.nav li.active .subnav{ background: #666666;background:transparent; display: block; text-decoration: none;}*/
ul.nav li.active .subnav {
  background: #90804d;
  display: block;
  text-decoration: none;
}

/*ul.nav li ul li{ margin:0 10px 0 0;}*/
ul.nav li ul li {
  padding: 0 20px;
  border-top: 1px dotted #223f61;
}

ul.nav li:hover ul {
  display: none;
}

ul.nav .subnav {
  display: none;
}

/*ul.nav .subnav{ display: none; position: absolute; top: 5px; left:155px; right:0; margin: 0; padding: 0 10px 0 20px; height: 95%;}*/
/*ul.nav .subnav li a{ font-size: 12px; color: #fff; display: block; background: url('images/nav-arrow.png') left 8px no-repeat;padding:0;line-height:13px;padding:6px 6px 6px 10px; }*/
ul.nav .subnav li a {
  color: white;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 12px;
  font-size: 14px;
  line-height: 120%;
  width: auto;
}

ul.nav {
  /* slide open/close with css3 */
  overflow-y: hidden;
  /*max-height: 400px;  approximate max height */
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  z-index: 35;
}

ul.nav.closed {
  max-height: 0;
}

/* SVG animated menu icon - from https://raygun.io/blog/2014/07/making-svg-html-burger-button/ */
.hamburglar {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  /*margin: 40px auto;*/
  /*position: relative;*/
  position: absolute;
  right: -3px;
  top: 2px;
  display: block;
  width: 68px;
  height: 68px;
  /*background: rgba(46, 46, 46, 0.5);*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.path-burger {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  width: 68px;
  mask: url(#mask);
  -webkit-mask-box-image: url(../images/mask.svg);
}

.animate-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.path-rotation {
  height: 34px;
  width: 34px;
  margin: 34px 34px 0 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.path-rotation:before {
  content: '';
  display: block;
  width: 30px;
  height: 34px;
  margin: 0 4px 0 0;
  background: #90804d;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.hamburglar.is-open .path {
  -webkit-animation: dash-in 0.6s linear normal;
  animation: dash-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-open .animate-path {
  -webkit-animation: rotate-in 0.6s linear normal;
  animation: rotate-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-closed .path {
  -webkit-animation: dash-out 0.6s linear normal;
  animation: dash-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-closed .animate-path {
  -webkit-animation: rotate-out 0.6s linear normal;
  animation: rotate-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round;
}

@-webkit-keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-in {
  0% {
    stroke-dashoffset: 240;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 240;
  }
}
@keyframes dash-out {
  0% {
    stroke-dashoffset: 0;
  }
  40% {
    stroke-dashoffset: 240;
  }
  100% {
    stroke-dashoffset: 240;
  }
}
.burger-icon {
  position: absolute;
  padding: 20px 16px;
  height: 68px;
  width: 68px;
}

.burger-container {
  position: relative;
  height: 28px;
  width: 36px;
}

.burger-bun-top,
.burger-bun-bot,
.burger-filling {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #90804d;
}

.burger-bun-top {
  top: 0;
  -webkit-transform-origin: 34px 2px;
  -ms-transform-origin: 34px 2px;
  transform-origin: 34px 2px;
}

.burger-bun-bot {
  bottom: 0;
  -webkit-transform-origin: 34px 2px;
  -ms-transform-origin: 34px 2px;
  transform-origin: 34px 2px;
}

.burger-filling {
  top: 12px;
}

.burger-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
}

.svg-ring {
  width: 68px;
  height: 68px;
}

.hamburglar.is-open .burger-bun-top {
  -webkit-animation: bun-top-out 0.6s linear normal;
  animation: bun-top-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-open .burger-bun-bot {
  -webkit-animation: bun-bot-out 0.6s linear normal;
  animation: bun-bot-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-top {
  -webkit-animation: bun-top-in 0.6s linear normal;
  animation: bun-top-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-bun-bot {
  -webkit-animation: bun-bot-in 0.6s linear normal;
  animation: bun-bot-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    top: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  80% {
    left: -5px;
    top: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  100% {
    left: -5px;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes bun-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes bun-bot-out {
  0% {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    left: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  80% {
    left: -5px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  100% {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes bun-top-in {
  0% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  100% {
    left: 0;
    bot: 1px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes bun-bot-in {
  0% {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes bun-bot-in {
  0% {
    left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  20% {
    left: -5px;
    bot: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  80% {
    left: 0;
    bot: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.hamburglar.is-open .burger-filling {
  -webkit-animation: burger-fill-out 0.6s linear normal;
  animation: burger-fill-out 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hamburglar.is-closed .burger-filling {
  -webkit-animation: burger-fill-in 0.6s linear normal;
  animation: burger-fill-in 0.6s linear normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 36px;
    left: -6px;
  }
  100% {
    width: 36px;
    left: 0px;
  }
}
@keyframes burger-fill-in {
  0% {
    width: 0;
    left: 36px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  80% {
    width: 36px;
    left: -6px;
  }
  100% {
    width: 36px;
    left: 0px;
  }
}
@-webkit-keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }
  20% {
    width: 42px;
    left: -6px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  100% {
    width: 0;
    left: 36px;
  }
}
@keyframes burger-fill-out {
  0% {
    width: 36px;
    left: 0px;
  }
  20% {
    width: 42px;
    left: -6px;
  }
  40% {
    width: 0;
    left: 40px;
  }
  100% {
    width: 0;
    left: 36px;
  }
}
/* end menu button */

/*# sourceMappingURL=responsive.css.map */
