/* -----------------------------------------
   Reset
----------------------------------------- */
/*---------------------------*/
/*			COLOURS
/*---------------------------*/
/*---------------------------*/
/*			FONTS
/*---------------------------*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 4, 2015 */
@font-face {
  font-family: 'core_rhino_65_boldregular';
  src: url('fonts/CoreRhino65Bold-webfont.eot');
  src: url('fonts/CoreRhino65Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/CoreRhino65Bold-webfont.woff2') format('woff2'), url('fonts/CoreRhino65Bold-webfont.woff') format('woff'), url('fonts/CoreRhino65Bold-webfont.ttf') format('truetype'), url('fonts/CoreRhino65Bold-webfont.svg#core_rhino_65_boldregular') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'core_rhino_35_lightregular';
  src: url('fonts/CoreRhino35Light-webfont.eot');
  src: url('fonts/CoreRhino35Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/CoreRhino35Light-webfont.woff2') format('woff2'), url('fonts/CoreRhino35Light-webfont.woff') format('woff'), url('fonts/CoreRhino35Light-webfont.ttf') format('truetype'), url('fonts/CoreRhino35Light-webfont.svg#core_rhino_35_lightregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
.font-bold {
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.font-light {
  font-family: 'core_rhino_35_lightregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
/*---------------------------*/
/*	     BRAND SETTINGS
/*---------------------------*/
.border-radius {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/*----------------------------*/
/*		ANIMATIONS
/*----------------------------*/
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  70% {
    opacity: .5;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  70% {
    opacity: .5;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  70% {
    opacity: .5;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  70% {
    opacity: .5;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
}
.vert-middle {
  -webkit-animation-delay: -1s;
  /* Chrome, Safari, Opera */
  animation-delay: -1s;
  -webkit-animation: slideInLeft 1.5s ease-in-out;
  /* Safari 4+ */
  -moz-animation: slideInLeft 1.5s ease-in-out;
  /* Fx 5+ */
  -o-animation: slideInLeft 1.5s ease-in-out;
  /* Opera 12+ */
  animation: slideInLeft 1.5s ease-in-out;
  /* IE 10+, Fx 29+ */
}
/*---------------------------*/
/*			RESETS
/*---------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 100%;
}
body {
  position: relative;
}
ul,
li {
  padding: 0;
  margin: 0;
}
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
blockquote {
  border: none;
  color: inherit;
  font-size: 1em;
}
form,
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
button,
.button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a img {
  border-bottom: none;
  border: none;
}
a {
  -webkit-transition: border 300ms ease-in-out;
  -moz-transition: border 300ms ease-in-out;
  -o-transition: border 300ms ease-in-out;
  transition: border 300ms ease-in-out;
  color: inherit;
}
a:hover img,
a:focus img {
  border-bottom: none;
  border: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
p {
  font-size: 1em;
  line-height: 1.3em;
}
img {
  max-width: 100%;
  height: auto;
}
.screen-reader-text {
  display: none;
}
/*---------------------------*/
/*			TRANSITIONS
/*---------------------------*/
.noTransition {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
/*---------------------------*/
/*			FRAMEWORK
/*---------------------------*/
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1020px;
  *zoom: 1;
}
.row .row {
  width: auto;
  margin-left: -1em;
  margin-right: -1em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.column,
.columns {
  position: relative;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  float: left;
}
.small-1 {
  width: 8.33333%;
}
.small-2 {
  width: 16.66667%;
}
.small-3 {
  width: 25%;
}
.small-4 {
  width: 33.33333%;
}
.small-5 {
  width: 41.66667%;
}
.small-6 {
  width: 50%;
}
.small-7 {
  width: 58.33333%;
}
.small-8 {
  width: 66.66667%;
}
.small-9 {
  width: 75%;
}
.small-10 {
  width: 83.33333%;
}
.small-11 {
  width: 91.66667%;
}
.small-12 {
  width: 100%;
}
@media only screen and (min-width: 40.063em) {
  .med-1 {
    width: 8.33333%;
  }
  .med-2 {
    width: 16.66667%;
  }
  .med-3 {
    width: 25%;
  }
  .med-4 {
    width: 33.33333%;
  }
  .med-5 {
    width: 41.66667%;
  }
  .med-6 {
    width: 50%;
  }
  .med-7 {
    width: 58.33333%;
  }
  .med-8 {
    width: 66.66667%;
  }
  .med-9 {
    width: 75%;
  }
  .med-10 {
    width: 83.33333%;
  }
  .med-11 {
    width: 91.66667%;
  }
  .med-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
}
/*---------------------------*/
/*			GLOBAL
/*---------------------------*/
body {
  margin: 0;
  padding: 0;
  background: #eeefef;
  font-family: 'core_rhino_35_lightregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  color: #50748a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
.main-wrap {
  position: relative;
}
.body-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: left top;
}
.body-left {
  right: 50%;
  background-image: url('../images/global/bg-circles-left.png');
}
.body-right {
  left: 50%;
  background-position: right top;
  background-image: url('../images/global/bg-circles-right.png');
  margin-top: -1em;
}
.section {
  width: 100%;
}
.row {
  max-width: 1022px;
  clear: both;
  float: none;
  overflow: hidden;
  background: #fff;
}
.extra-padding {
  padding-left: 2em;
  padding-right: 2em;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.noTextL {
  text-indent: -999em;
}
.noTextR {
  text-indent: 999em;
}
.clear {
  clear: both;
}
.hideFlow {
  overflow: hidden;
}
.hide {
  display: none;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-text {
  text-indent: 999em;
}
li {
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  line-height: 1.2em;
}
h2 {
  font-size: 21px;
}
h1 {
  margin: 35px 0 35px 0;
}
.heading {
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.vert li {
  display: block;
  width: 100%;
}
ul.hoz li {
  float: left;
}
button,
.button {
  background: black;
  color: white;
}
button:hover,
.button:hover,
button:focus,
.button:focus,
button.active,
.button.active {
  background: #50748a;
}
.caps {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-weight: normal;
}
.page-content {
  line-height: 1.5em;
  font-size: 1em;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.page-content a {
  text-decoration: none;
  border-bottom: 1px solid;
}
.page-content a:hover,
.page-content a:focus {
  border-bottom: 1px solid transparent;
}
.page-content blockquote {
  color: inherit;
}
.page-content strong {
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.page-content hr {
  max-width: 8em;
  margin: 0;
}
.content h1 {
  font-size: 28px;
}
.content h2 {
  font-size: 24px;
}
.content h3 {
  font-size: 22px;
}
.content h4 {
  font-size: 20px;
}
.content h5 {
  font-size: 18px;
}
.content h6 {
  font-size: 16px;
}
.content p iframe {
  width: 100%;
}
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
  text-decoration: none;
}
.content h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover,
.content h6 a:hover,
.content h1 a:focus,
.content h2 a:focus,
.content h3 a:focus,
.content h4 a:focus,
.content h5 a:focus,
.content h6 a:focus {
  text-decoration: underline;
}
hr {
  border: 2px solid #50748a;
  border-radius: 5px;
}
.clear {
  background: none !important;
}
#header {
  background: white;
  padding: 1.5em 0;
}
.menu {
  z-index: 200;
  min-height: 47px;
}
.menu .row {
  overflow: visible;
}
.menu ul {
  display: inline-block;
  margin: 0 auto;
}
.menu li {
  display: inline-block;
  padding: 0 1em;
  position: relative;
}
.menu li .sub-menu {
  display: none;
  position: absolute;
  z-index: 200;
  background-color: white;
  width: 250px;
}
.menu li .sub-menu li {
  width: 100%;
  padding-top: .3em;
}
.menu li .sub-menu a {
  color: #50748a;
  text-align: left;
  line-height: 1.5em;
  height: auto;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
.menu a {
  color: white;
  text-decoration: none;
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: .875em;
  text-align: center;
  line-height: 47px;
  height: 47px;
  display: block;
  padding: 0 1em;
  -webkit-transition: background 250ms ease-in-out;
  -moz-transition: background 250ms ease-in-out;
  -o-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}
.menu a:hover,
.menu a:focus,
.menu a.active {
  background-color: white;
  color: #50748a;
}
#menu {
  background: #50748a;
}
#menu .row {
  background: #50748a;
  overflow: visible;
}
#inner-menu {
  min-height: 60px;
}
#inner-menu li {
  padding: 0;
  margin: 0;
}
#inner-menu li .sub-menu {
  top: 60px;
  width: 300px;
}
#inner-menu .sub-menu .cat-item ul {
  margin: 0 0 0 1em;
}
#inner-menu .sub-menu .cat-item ul li a {
  padding-top: .1em;
  padding-bottom: .1em;
}
#logo {
  background: url('../images/sprite/sprite.png') no-repeat 0 -400px;
  display: block;
  text-indent: -999em;
  width: 227px;
  height: 134px;
}
.top-menu ul {
  padding-top: 80px;
  padding-left: 50px;
}
.top-menu ul li {
  float: left;
}
.top-menu ul li a {
  font-size: 14px;
  border-left: 1px solid #50748a;
  line-height: 1em;
  padding-left: .5em;
  margin-left: .5em;
}
.top-menu ul li:first-child a {
  padding: 0;
  margin: 0;
  border: none;
}
.useful_links .menu-item-has-children {
  list-style: none !important;
}
.useful_links .menu-item-has-children ul {
  margin-left: 0;
}
.useful_links .menu-item-has-children li {
  list-style: disc;
}
.useful_links .menu-item-has-children > a {
  display: none;
}
.social-icons {
  padding: 5em 0 0 2em;
}
.social-icons li {
  float: left;
}
.social-icons a {
  display: inline-block;
  text-indent: -999em;
  width: 41px;
  height: 41px;
  margin-right: 10px;
}
.social-icons a:hover,
.social-icons a:focus {
  opacity: .75;
}
.social-icons .twitter {
  background: url('../images/sprite/sprite.png') no-repeat 0 -584px;
}
.social-icons .facebook {
  background: url('../images/sprite/sprite.png') no-repeat -52px -584px;
}
.social-icons .linkedin {
  background: url('../images/sprite/sprite.png') no-repeat -104px -584px;
}
.icon-list {
  margin: 30px auto;
  display: block;
  width: 582px;
  overflow: hidden;
}
.icon-list li {
  display: block;
  float: left;
  width: 154px;
  margin: 0 20px 0 20px;
  text-align: center;
}
.icon-list li a {
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.icon-list li a:hover,
.icon-list li a:focus {
  opacity: .8;
}
.icon-list li span {
  display: block;
  width: 154px;
  height: 154px;
  background: url(../images/sprite/sprite.png) no-repeat 1px 1px;
}
.icon-list li p {
  margin-top: 15px;
}
.icon-list .current-projects span {
  background: url(../images/sprite/sprite.png) no-repeat 0px 0px;
}
.icon-list .what-is-brain-injury span {
  background: url(../images/sprite/sprite.png) no-repeat 0px -719px;
}
.icon-list .get-in-touch span {
  background: url(../images/sprite/sprite.png) no-repeat 0px -199px;
}
.text-inner-inner {
  font-size: 24px;
  line-height: 1.5em;
  text-decoration: none;
}
#banner-wrap .banner {
  width: 100%;
}
#banner-wrap .banner a {
  text-decoration: none;
}
#banner-wrap .banner .text {
  color: white;
  padding: .5em 3em;
  background: #7490a2;
}
#banner-wrap .banner .text .text-inner {
  font-size: 24px;
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.3em;
}
#banner-wrap .banner a,
#banner-wrap .banner img {
  display: block;
}
.cycle .arrow {
  width: 52px;
  height: 52px;
  display: block;
  position: absolute;
  top: 40%;
  margin-top: -26px;
  background: url(../images/sprite/sprite.png) no-repeat -31px -897px;
  z-index: 100;
  cursor: pointer;
}
.cycle .prev {
  left: 40px;
}
.cycle .next {
  background: url(../images/sprite/sprite.png) no-repeat -138px -897px;
  right: 40px;
}
.control {
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.control:hover,
.control:focus {
  opacity: .7;
  cursor: pointer;
}
.news-container {
  background: #50748a;
  color: white;
  padding: 0 0 30px 0;
}
.news-container .columns,
.news-container .columns:last-child {
  float: left;
}
.news-container .subHeader {
  font-size: 32px;
  padding-left: 45px;
}
.news-container .news-block {
  padding: 10px 0 0 0;
  overflow: hidden;
}
.news-container .news-block .news-block--read-more {
  text-decoration: none;
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.news-container .news-block a {
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.news-container .news-block a:hover,
.news-container .news-block a:focus {
  opacity: .7;
}
.news-container .news-block h2 {
  font-size: 19px;
  position: relative;
  display: block;
}
.news-container .news-block h2 a {
  text-decoration: none;
}
.news-container .news-block h2 a::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -10px;
  border-bottom: solid 4px white;
  border-radius: 6px;
  width: 100px;
}
.time {
  font-size: 12px;
  display: block;
  margin-bottom: .5em;
  margin-top: .3em;
}
.category-nav {
  height: 60px;
  color: white;
  background-color: #7490a2;
}
.category-nav ul li {
  float: left;
  margin: 0 30px 0 0;
}
.category-nav ul li a {
  color: white;
  font-size: 14px;
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  height: 60px;
  padding: .5em 3em;
}
.single-footer {
  background-color: #7490a2;
  color: white;
  padding: 10px;
  line-height: 38px;
  text-align: right;
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.single-footer .social-icons {
  padding-top: 0px;
}
.single-footer .social-icons ul {
  float: right;
  padding: 0 30px 0 20px;
}
.single-footer .social-icons ul li {
  float: left;
  margin: 0;
}
.single-footer .social-icons ul li a {
  text-align: left;
}
.single-footer .social-icons ul li .twitter {
  background: url('../images/sprite/sprite.png') no-repeat 0 -983px;
}
.single-footer .social-icons ul li .facebook {
  background: url('../images/sprite/sprite.png') no-repeat -46px -983px;
}
.single-footer .social-icons ul li .linkedin {
  background: url('../images/sprite/sprite.png') no-repeat -89px -983px;
}
.newsletter-wrap {
  border: 3px solid #50748a;
  border-radius: 6px;
  display: inline-block;
  overflow: hidden;
  width: auto;
}
.footer-circles {
  padding: 45px 0 45px 0;
  background: white url('../images/global/footer-circles.png') no-repeat right bottom;
  background-size: 50%;
}
.footer-circles form legend {
  font-size: 24px;
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 18px;
}
.footer-circles .subHeader {
  padding-left: 0;
}
.footer-circles .sign-up-newsletter {
  padding: 0 0 45px 0;
}
.footer-circles .sign-up-newsletter input[type=email] {
  border-right: none;
  margin: 0px;
  padding: 10px;
  border: none;
  width: auto;
  float: left;
}
.footer-circles .sign-up-newsletter input[type=submit] {
  background-color: #50748a;
  color: white;
  margin: 0px;
  border: none;
  border-radius: 0;
  padding: 10px;
  float: right;
  box-shadow: none;
  outline: none;
}
.footer-circles .useful-links nav #menu-useful-links {
  width: 420px;
}
.footer-circles .useful-links nav #menu-useful-links li {
  list-style-type: disc;
  margin: 0 15px 0 10px;
  float: left;
  width: 180px;
}
.footer-circles .useful-links nav #menu-useful-links li a {
  text-decoration: underline;
}
.footer-circles .useful-links nav #menu-useful-links li a:hover,
.footer-circles .useful-links nav #menu-useful-links li a:focus {
  text-decoration: none;
}
.footer-circles .useful-links .subHeader {
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
.footer-circles .accreditations {
  padding: 60px 0 0 0;
  clear: both;
}
.footer-circles .accreditations li {
  float: left;
  margin-right: 40px;
}
#footer {
  padding: 6px 0;
  background: #50748a;
}
#footer .row {
  background: #50748a;
}
#footer a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5em;
}
.breadcrumb {
  font-size: 11px;
}
.breadcrumb ul {
  padding: 12px;
  overflow: hidden;
  margin: 0px;
}
.breadcrumb ul li {
  float: left;
}
.breadcrumb ul li .divider {
  display: inline-block;
  margin: 0 5px 0 5px;
  color: black;
}
.breadcrumb ul li a {
  text-decoration: none;
  display: inline-block;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}
.breadcrumb ul li .current-page {
  text-decoration: none;
  color: black;
  display: inline-block;
}
.breadcrumb ul .back {
  float: right;
}
.content {
  padding-bottom: 30px;
  overflow: hidden;
}
.content ul {
  margin: 0 0 20px 60px;
}
.content ul li {
  list-style-type: disc;
  padding-left: 40px;
}
.content ol {
  margin: 0 0 20px 60px;
}
.content ol li {
  list-style-type: decimal;
  padding-left: 40px;
}
.content a:hover,
.content a:focus {
  text-decoration: none;
}
.content .sidebar {
  padding: 65px 0 0 0;
}
.content .sidebar .widget {
  background-color: #edf1f3;
  color: #50748a;
  padding: 25px;
  margin: 0 0 65px 0;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.content .sidebar .widget .widget-icon {
  position: absolute;
  top: -40px;
  left: -40px;
}
.content .sidebar .widget h2 {
  font-size: 19px;
  text-align: center;
}
.content .sidebar .widget .widget--content {
  font-size: 14px;
}
.content .sidebar .widget .widget--content ul {
  margin: 0px;
}
.content .sidebar .widget .widget--content ul li {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 5px;
}
.content .sidebar .widget .widget--content ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.content .sidebar .widget .widget--content ul li a:hover,
.content .sidebar .widget .widget--content ul li a:focus {
  text-decoration: underline;
}
.content .sidebar .widget .widget--content .read-more {
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  display: block;
  padding: 30px 0 0 0;
}
.content .sidebar .twitter-widget {
  margin: 0 0 10px 0;
}
.content .sidebar--left {
  float: left;
  padding: 40px 0 0 0;
}
.content blockquote {
  color: inherit;
}
.content blockquote p {
  color: inherit;
}
.alignleft {
  float: left;
  max-width: 50%;
  margin: .5em 1em .5em 0;
}
.alignright {
  float: right;
  max-width: 50%;
  margin: .5em 0em .5em 1em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
form input[type=text],
form textarea,
form input[type=email],
form input[type=telephone] {
  padding: 17px;
  border: solid 2px #50748a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  resize: none;
}
form input[type=text]:hover,
form textarea:hover,
form input[type=email]:hover,
form input[type=telephone]:hover,
form input[type=text]:focus,
form textarea:focus,
form input[type=email]:focus,
form input[type=telephone]:focus {
  outline: none;
  box-shadow: none;
}
form input[type=submit],
form .submit {
  color: white;
  background-color: #50748a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px 14px 10px 14px;
  font-size: 14px;
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  border: solid 1px #50748a;
  float: right;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
form input[type=submit]:hover,
form .submit:hover,
form input[type=submit]:focus,
form .submit:focus {
  cursor: pointer;
  outline: none;
  box-shadow: none;
  background-color: #66879c;
}
form .field-group {
  overflow: hidden;
  position: relative;
}
.full-contact-form {
  padding: 20px 0 20px 0;
}
.full-contact-form .field-group label.screen-reader-text {
  display: inline-block;
  float: left;
  width: 20%;
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  line-height: 34px;
  color: #50748a;
}
.full-contact-form .field-group input[type=text],
.full-contact-form .field-group textarea,
.full-contact-form .field-group input[type=email],
.full-contact-form .field-group input[type=telephone] {
  width: 80%;
  float: left;
  padding: 10px 14px 10px 14px;
  margin-bottom: 12px;
}
.full-contact-form .field-group .wpcf7-form-control-wrap.accept-marketing {
  width: 80%;
  float: right;
}
.full-contact-form .field-group textarea {
  min-height: 150px;
}
.landing-section {
  padding: 30px;
  overflow: hidden;
  margin: 0;
}
.landing-section .text {
  float: left;
  padding: 0 5% 0 0;
}
.landing-section .image {
  float: left;
}
.landing-section .image img {
  width: 100%;
  height: auto;
}
.landing-section .read-more {
  text-transform: uppercase;
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
}
.landing-section--dark {
  background-color: #dce3e8;
}
.landing-section--dark .row {
  background-color: #dce3e8;
}
.landing-section--dark .text {
  float: right;
  padding: 0 0 0 5%;
}
.team-container {
  margin-top: -19em;
}
.team-container .subHeader {
  padding: 20px 0 10px 40px;
  clear: both;
}
.team-container .columns {
  float: left;
}
.team-container .columns:last-child {
  float: left;
}
.team-container .team-block {
  text-align: left;
  margin-bottom: 30px;
}
.team-container .team-block strong,
.team-container .team-block h3 {
  display: block;
  margin: 10px 0 5px 0;
  font-size: 1em;
}
.team-container .team-block em {
  display: block;
  margin: 0 0 30px 0;
}
.team-container .team-block img {
  border: 1px solid #eeefef;
  width: 100%;
}
.team-block h3 {
  display: block;
  margin: 10px 0 5px 0;
  font-size: 1em;
  color: #50748a;
}
.lightbox-link {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.lightbox-link:hover,
.lightbox-link:focus {
  opacity: .7;
}
.subHeader {
  padding-left: 40px;
}
.modal-content {
  background: white;
  padding: 0;
}
.modal-content .heading {
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.7em;
}
.modal-content .team-item {
  text-align: center;
  color: #333;
}
.modal-content .team-item img {
  margin-bottom: 1em;
}
.modal-content .team-item strong,
.modal-content .team-item em {
  display: block;
  font-style: normal;
  font-size: 1em;
  line-height: 1.5em;
}
.modal-content .team-item em {
  font-size: .9em;
}
.modal-content .team-item .page-content {
  text-align: left;
  font-size: .9em;
  line-height: 1.5em;
}
.modal-content .team-item .page-content p {
  line-height: 1.5em;
}
.modal-content .cycle-slide {
  width: 100% !important;
  overflow: hidden;
}
.overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('../images/global/overlay-tile.png');
  background-repeat: repeat;
  z-index: 300;
}
.modal-container {
  position: absolute;
  top: 5%;
  width: 100%;
  background: none;
  left: 0;
  right: 0;
}
.modal-window {
  display: none;
  position: relative;
  background: white;
  z-index: 400;
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  padding: 2%;
}
.modal-close {
  background: url('../images/sprite/sprite.png') no-repeat -165px -585px;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 200;
}
.nav-modal.arrow {
  width: 51px;
  height: 51px;
  top: 150px;
}
.nav-modal.prev {
  background: url('../images/sprite/sprite.png') no-repeat -165px -233px;
  left: 60px;
}
.nav-modal.next {
  background: url('../images/sprite/sprite.png') no-repeat -165px -299px;
  right: 60px;
}
.pagination.row {
  background: #66879c;
}
.pagination--small li {
  padding-left: 0 !important;
}
.pagination .navigation {
  float: right;
}
.pagination ol {
  color: white;
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  margin: 1em 0;
}
.pagination ol li {
  font-size: 1em;
}
.pagination ol li a {
  text-decoration: none;
  padding: 0 .3em;
  height: 36px;
  display: inline-block;
  line-height: 2em;
  background: none;
  border: none;
  color: white;
  margin: 0;
}
.pagination ol li a:hover,
.pagination ol li a:focus {
  text-decoration: underline;
  background: none;
  color: white;
}
.pagination ol li .current {
  background: none;
  border: none;
  color: white;
  margin: 0;
  padding: 0 .3em;
  background-color: none;
  text-decoration: underline;
}
.pagination ol li .prev,
.pagination ol li .next {
  width: 36px;
  text-indent: -9999em;
  margin: 0 .5em;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.pagination ol li .prev:hover,
.pagination ol li .next:hover,
.pagination ol li .prev:focus,
.pagination ol li .next:focus {
  opacity: .7;
  text-decoration: none;
}
.pagination ol li .prev {
  background: url('../images/sprite/sprite.png') no-repeat -173px -122px;
}
.pagination ol li .prev:hover,
.pagination ol li .prev:focus {
  background: url('../images/sprite/sprite.png') no-repeat -173px -122px;
}
.pagination ol li .next {
  background: url('../images/sprite/sprite.png') no-repeat -173px -66px;
}
.pagination ol li .next:hover,
.pagination ol li .next:focus {
  background: url('../images/sprite/sprite.png') no-repeat -173px -66px;
}
.wp-paginate li {
  display: inline;
  list-style: none;
}
.readMore {
  display: block;
  margin-bottom: 1em;
  font-weight: 600;
}
.readMore:hover,
.readMore:focus {
  cursor: pointer;
  text-decoration: underline;
}
ul.sitemap {
  margin-left: 0;
}
.sitemap .pagenav {
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  list-style: none;
}
.sitemap .pagenav ul {
  font-size: 14px;
  font-weight: normal;
  margin-left: 1.5em;
  margin-top: .5em;
}
.sitemap .pagenav ul li {
  padding-left: .5em;
}
/*---------------------------*/
/*		AMENDS - DS 22/7/15
/*---------------------------*/
#twitter-widget-0 a.customisable-highlight {
  color: #50748a !important;
}
/*---------------------------*/
/*		HOLDING PAGE
/*---------------------------*/
.holding {
  background: url('../images/global/holding-bg.png') no-repeat 100% 100% fixed;
  height: 100%;
}
.holding .logo {
  background: url('../images/global/holding-logo.png') no-repeat 50% 50%;
  display: block;
  width: 350px;
  height: 207px;
  text-indent: -9999em;
  margin: 2em 0 1em -3.8em;
}
.holding .holding-content {
  max-width: 400px;
  margin-bottom: 2em;
}
.holding .holding-content hr {
  margin: 2em 0;
}
/*---------------------------*/
/*		Media Queires
/*---------------------------*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  #logo {
    width: 227px;
    height: 134px;
    background: url('../images/global/logo.png') no-repeat center center;
    background-size: 100%;
  }
}
@media only screen and (max-width: 1173px) {
  .holding .logo {
    margin-left: 0;
  }
}
@media only screen and (max-height: 1000px) {
  .holding {
    background-size: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .holding {
    background-size: 100%;
    background-position: right bottom;
    background-attachment: inherit;
    min-height: 1200px;
    height: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .content .sidebar .widget .widget-icon {
    width: 6em;
  }
}
@media only screen and (max-width: 830px) {
  .menu li {
    padding: 0 .5em;
  }
}
.menu-toggle {
  padding: .5em;
  display: none;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.menu-toggle:hover,
.menu-toggle:focus {
  opacity: .75;
  cursor: pointer;
}
.menu-toggle span {
  font-family: 'core_rhino_65_boldregular', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.5em;
}
.menu-toggle span span {
  background: url('../images/global/buttons/plus-white.png') no-repeat 50% 50%;
  background-size: 100%;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.menu-toggle.active span span {
  background-image: url('../images/global/buttons/minus-white.png');
}
@media only screen and (min-width: 768px) {
  #mainMenu {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .small-clear {
    clear: both;
  }
  .columns.small-1,
  .column.small-1 {
    width: 8.33333%;
  }
  .columns.small-2,
  .column.small-2 {
    width: 16.66667%;
  }
  .columns.small-3,
  .column.small-3 {
    width: 25%;
  }
  .columns.small-4,
  .column.small-4 {
    width: 33.33333%;
  }
  .columns.small-5,
  .column.small-5 {
    width: 41.66667%;
  }
  .columns.small-6,
  .column.small-6 {
    width: 50%;
  }
  .columns.small-7,
  .column.small-7 {
    width: 58.33333%;
  }
  .columns.small-8,
  .column.small-8 {
    width: 66.66667%;
  }
  .columns.small-9,
  .column.small-9 {
    width: 75%;
  }
  .columns.small-10,
  .column.small-10 {
    width: 83.33333%;
  }
  .columns.small-11,
  .column.small-11 {
    width: 91.66667%;
  }
  .columns.small-12,
  .column.small-12 {
    width: 100% !important;
  }
  .site-live-right {
    float: none !important;
  }
  .site-live-right .top-menu ul {
    padding: 0;
  }
  .social-icons {
    padding: 1em;
    overflow: hidden;
  }
  .social-icons.right {
    float: none !important;
  }
  .top-menu {
    clear: both;
  }
  .top-menu.right {
    float: none !important;
  }
  .top-menu ul {
    padding: 1em;
  }
  .menu-toggle {
    display: block;
    color: white;
    text-align: center;
  }
  .menu {
    overflow: hidden;
    height: auto;
  }
  .menu .category-nav {
    height: auto;
  }
  .menu ul {
    width: 100%;
  }
  .menu li {
    width: 100%;
    padding: 0;
  }
  .menu li .sub-menu {
    position: static;
    width: 100%;
    background: none;
  }
  .menu li .sub-menu li a {
    text-align: center;
    color: white;
  }
  .menu li .sub-menu li a:hover,
  .menu li .sub-menu li a:focus {
    color: #50748a;
  }
  .menu .extra-padding {
    padding: 0;
  }
  .menu .small-12 {
    padding: 0;
  }
  #mainMenu {
    display: none;
  }
  #mainMenu .sub-menu {
    display: block !important;
  }
  #inner-menu li .sub-menu {
    width: 100%;
  }
  #inner-menu .category-nav {
    padding: .5em 0;
  }
  #inner-menu .category-nav .sub-menu {
    display: none;
    padding: .5em 0;
  }
  #inner-menu .category-nav .sub-menu li {
    display: block;
    float: none;
  }
  #inner-menu .category-nav .sub-menu li a {
    height: auto;
    line-height: 1.5em;
  }
  #inner-menu .sub-menu .children {
    display: none;
  }
  #inner-menu .category-nav > ul > li > a {
    padding-top: 2em;
    background: url('../images/global/buttons/plus-white.png') no-repeat 50% 25%;
    background-size: 30px;
  }
  #inner-menu .category-nav > ul > li > a.active {
    background-image: url('../images/global/buttons/minus-white.png');
  }
  #inner-menu .category-nav > ul > li > a.active:hover,
  #inner-menu .category-nav > ul > li > a.active:focus {
    background-image: url('../images/global/buttons/minus-blue.png');
  }
  #inner-menu .category-nav > ul > li > a:hover,
  #inner-menu .category-nav > ul > li > a:focus {
    background-image: url('../images/global/buttons/plus-blue.png');
    background-color: white;
  }
  #banner-wrap .banner .text-inner-inner {
    font-size: 20px;
  }
  .equalHeight {
    height: auto !important;
  }
}
@media only screen and (max-width: 650px) {
  .icon-list {
    width: 100%;
  }
  .icon-list li {
    margin: 0 auto;
    width: 100%;
  }
  .icon-list li span {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 64.063em) {
  .team-container {
    margin-top: -5em;
  }
}
@media only screen and (max-width: 40.063em) {
  .hide-small {
    display: none;
  }
  .columns.small-1,
  .column.small-1 {
    width: 8.33333%;
  }
  .columns.small-2,
  .column.small-2 {
    width: 16.66667%;
  }
  .columns.small-3,
  .column.small-3 {
    width: 25%;
  }
  .columns.small-4,
  .column.small-4 {
    width: 33.33333%;
  }
  .columns.small-5,
  .column.small-5 {
    width: 41.66667%;
  }
  .columns.small-6,
  .column.small-6 {
    width: 50%;
  }
  .columns.small-7,
  .column.small-7 {
    width: 58.33333%;
  }
  .columns.small-8,
  .column.small-8 {
    width: 66.66667%;
  }
  .columns.small-9,
  .column.small-9 {
    width: 75%;
  }
  .columns.small-10,
  .column.small-10 {
    width: 83.33333%;
  }
  .columns.small-11,
  .column.small-11 {
    width: 91.66667%;
  }
  .columns.small-12,
  .column.small-12 {
    width: 100% !important;
    clear: both !important;
  }
  .modal-container {
    top: 15em;
  }
  .modal-content {
    min-height: 460px;
  }
  .modal-content .cycle {
    position: static;
  }
  .modal-content {
    padding-top: 0;
  }
  .modal-content .team-item img {
    margin-top: 2em;
  }
  .modal-content .heading {
    margin-top: 3em;
  }
  .modal-close {
    top: 12px;
    right: 12px;
  }
  .nav-modal.arrow {
    width: 51px;
    height: 51px;
    top: 30px;
    padding: 0;
  }
  .nav-modal.prev {
    left: auto;
    right: 122px;
  }
  .nav-modal.next {
    right: 62px;
  }
  .top-menu ul {
    padding: 0;
  }
  .social-icons {
    padding-top: 1em;
  }
  #banner-wrap .control {
    display: none;
  }
  #banner-wrap .banner .text-inner-inner {
    font-size: 15px;
  }
  .full-contact-form .field-group label {
    width: 100%;
  }
  .full-contact-form .field-group input,
  .full-contact-form .field-group textarea {
    width: 100% !important;
  }
  .footer-circles .useful-links nav #menu-useful-links li {
    width: 100%;
  }
  .team-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  #banner-wrap .banner .text {
    font-size: 16px;
  }
}
.site-live {
  display: none;
}
.site-live-right {
  float: right;
}
.twitter-column {
  padding-top: 20px;
}
/*# sourceMappingURL=app.css.map */
