/*****************************************************************************/
/***************************** ICEMEDIA 2017 *********************************/
/**************************** icemedia.com.au ********************************/
/*****************************************************************************/
/****   Only Common variables / classes / functions here.                 ****/
/****   Breakpoint-specific styles are in responsive files.               ****/
/****   Breakpoints are min-width only, and sync with bootstrap:          ****/
/****   	- (common.less) base for all sizes                            ****/
/****   	- (responsive.less) all responsive overrides (767px and above) ***/
/*****************************************************************************/
@import "/styles/fonts/avenir.css";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
/*****************************************************************************/
/***                               VARIABLES                               ***/
/*****************************************************************************/
/****************************  Colours  ******************************/
/****************************  Sizes  ******************************/
/****************************  Fonts  ******************************/
/*@OpenSans: "Avenir",Helvetica,Arial,sans-serif;
@OpenSans-light: "AvenirLTStd-Light",Helvetica,Arial,sans-serif;
@OpenSans-semibold: "open_sanssemibold",Helvetica,Arial,sans-serif;
@OpenSans-bold: "open_sansbold",Helvetica,Arial,sans-serif;*/
/*****************************************************************************/
/***                            END VARIABLES                              ***/
/*****************************************************************************/
/**************************  Font imports **************************/
/***********************  Common use classes ***********************/
.offscreen {
  position: absolute;
  left: -9999px;
}
.btn {
  text-align: center;
  padding: 6px 24px;
  border: 2px solid #4f4c4d;
  border-bottom-width: 7px;
  border-radius: 0;
  color: #4f4c4d;
  text-transform: uppercase;
  width: 100%;
  white-space: initial;
  font-size: 1.6rem;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  text-decoration: none!important;
}
.btn:focus,
.btn:hover {
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: #f7986d;
  border-color: transparent;
  padding-top: calc(8px);
  padding-left: calc(26px);
  padding-right: calc(26px);
  border-bottom-color: #ff6633;
  border-bottom-width: 7px !important;
  color: #fff;
}
.btn.full {
  width: 100%;
}
.btn.white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.transition .btn.white:focus,
.btn.white:hover {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 6px 24px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease-in-out;
}
.btn.blue {
  color: #0091c8;
  border-color: #0091c8;
}
.transition .btn.blue:focus,
.btn.blue:hover {
  border-top: 2px solid #0091c8;
  border-left: 2px solid #0091c8;
  border-right: 2px solid #0091c8;
  background-color: #66c0df;
  transition: all 0.2s ease-in-out;
}
.btn.chunky {
  padding-top: 18px;
  padding-bottom: 18px;
}
.btn.chunky:hover,
.btn.chunky:focus {
  padding-top: calc(20px);
}
.btn.smol {
  width: auto;
}
.btn.macro {
  margin: 5px 0 15px 0;
  color: #0091c8;
  border-color: #0091c8;
  transition: all 0.2s ease-in-out;
}
.btn.macro:hover,
.btn.macro:focus {
  border-top: 2px solid #0091c8;
  border-left: 2px solid #0091c8;
  border-right: 2px solid #0091c8;
  padding: 6px 24px;
  background-color: rgba(0, 145, 200, 0.3);
  transition: all 0.2s ease-in-out;
}
.flip-underline {
  text-decoration: underline;
}
.flip-underline:hover,
.flip-underline:focus {
  text-decoration: none;
}
.transition {
  transition: all 0.2s ease-in-out;
}
.anti-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
/***********************  Global / base  **************************/
html {
  font-size: 10px;
  background-color: #4f4c4d;
}
body {
  font-family: "AvenirLTStd-Light", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #4f4c4d;
  padding-top: 74px;
}
body .overflow-wrapper {
  overflow-x: hidden;
}
h1,
h2,
h3 {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
h1 {
  font-size: 1.8rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
h2 {
  font-size: 2.4rem;
}
p {
  margin-bottom: 6px;
}
a {
  color: #0091c8;
}
#top {
  position: fixed;
  bottom: 70px;
  right: -25px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  z-index: 5;
  behavior: url(-ms-transform.htc);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* Safari and Chrome */
  -webkit-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* IE9 */
  -ms-transform: rotate(90deg);
  /* IE6,IE7 */
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1.5708, M12=-1.5708, M21=1.5708, M22=1.5708);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=1.5708, M12=-1.5708, M21=1.5708, M22=1.5708)";
}
#top > span {
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 5;
  background: url("/styles/images/arrow-left-white-smol.png") transparent no-repeat 0% 50%;
  background-size: contain;
  padding-left: 25px;
}
#top:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 3px;
  transition: background-color 0.3s ease-in-out;
}
#top.enable {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  pointer-events: all;
  width: 130px;
  height: 35px;
}
#top:hover:after,
#top:focus:after {
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 0.3s ease-in-out;
}
::-webkit-input-placeholder {
  color: #4f4c4d;
  font-style: italic;
}
::-moz-placeholder {
  color: #4f4c4d;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #4f4c4d;
  font-style: italic;
}
:-moz-placeholder {
  color: #4f4c4d;
  font-style: italic;
}
input[type="text"],
input[type="search"],
input[type="button"],
input[type="submit"] {
  border-radius: 0;
}
/***************************  HEADER  *****************************/
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
}
header #logo {
  background: url("/styles/images/logo.png") transparent no-repeat left;
  background-size: contain;
  height: 35px;
  margin: 19.5px 0;
  display: block;
}
header #nav nav {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
header #nav nav ul {
  list-style-type: none;
  display: table;
  text-align: center;
  width: 100%;
  table-layout: fixed;
}
header #nav nav ul li {
  background-color: #66c0df;
  display: table-cell;
  vertical-align: middle;
}
header #nav nav ul li a {
  font-size: 1.6rem;
  display: block;
  padding: 12px 10px;
  color: #fff;
}
header #nav nav ul li:first-child a {
  border-top: none;
}
header #nav #search-form {
  display: inline-block;
  vertical-align: top;
  height: 80px;
}
header #nav #search-form:focus {
  border: 2px dashed red;
}
header #nav #search-form input[type="search"] {
  position: absolute;
  left: -9999px;
  border: 1px solid #e5e5e5;
  padding: 6px;
  width: 0px;
  transition: all 0.2s ease-in-out;
}
header #nav #search-form input[type="search"]:focus {
  position: static;
  width: 200px;
  transition: all 0.2s ease-in-out;
}
header #nav #search-form.hover input[type="search"],
header #nav #search-form.click input[type="search"] {
  position: static;
  width: 200px;
  transition: all 0.2s ease-in-out;
}
header #nav #search-form input[type="submit"] {
  background: url("/styles/images/Search@2x.png") transparent no-repeat center;
  background-size: 30px;
  padding: 12px 24px;
  border: none;
  text-indent: -9999px;
  height: 80px;
}
.home header #nav ul {
  display: block;
  text-align: left;
}
.home header #nav ul li {
  padding: 0 20px;
  display: block;
}
.home header #nav ul li a {
  font-size: 1.8rem;
  padding: 12px 0;
  border-top: 1px solid #fff;
}
header #menu-toggle {
  display: table;
  height: 74px;
  vertical-align: middle;
  padding-right: 5px;
  text-align: right;
  text-transform: uppercase;
  color: #ff6633;
  font-size: 1.8rem;
  width: 100%;
  text-indent: -9999px;
}
header #menu-toggle img {
  width: 4rem;
  height: 4rem;
  position: relative;
  top: 1.5rem;
}
header #menu-toggle img.close {
  display: none;
}
header #menu-toggle img.open {
  display: inline-block;
}
header #mobile-menu {
  background-color: #4f4c4d;
  position: absolute;
  z-index: 9;
  top: 74px;
  display: none;
  border-top: 1px solid #fff;
}
header #mobile-menu #search-form {
  display: block;
  vertical-align: top;
  padding: 20px 0;
}
header #mobile-menu #search-form input[type="search"] {
  border: none;
  padding: 12px;
  width: 85%;
  display: inline-block;
}
header #mobile-menu #search-form input[type="submit"] {
  background: url("/styles/images/Search@2x.png") #fff no-repeat center;
  background-size: 30px;
  padding: 12px 24px;
  border: none;
  text-indent: -9999px;
  width: 15%;
  margin-left: -10px;
  display: inline-block;
}
header #mobile-menu #menu ul {
  list-style-type: none;
}
header #mobile-menu #menu ul li a {
  color: #fff;
}
header #mobile-menu #menu ul.main {
  margin-left: -15px;
  margin-right: -15px;
}
header #mobile-menu #menu ul.main li {
  padding: 0 20px;
  background-color: #66c0df;
}
header #mobile-menu #menu ul.main li a {
  font-size: 1.8rem;
  display: block;
  padding: 12px 0;
  border-top: 1px solid #fff;
}
header #mobile-menu #menu ul.main li:first-child a {
  border-top: none;
}
header #mobile-menu #menu .foot {
  text-align: center;
  padding: 12px 0 24px 0;
  color: #fff;
}
header #mobile-menu #menu .foot ul li {
  display: inline;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0 8px 0 10px;
  font-size: 1.4rem;
}
header #mobile-menu #menu .foot ul li:nth-child(2n) {
  border-left: 2px solid #fff;
}
header #mobile-menu #menu .foot ul li:nth-child(2n-1):before {
  content: "";
  display: block;
  height: 4px;
}
header #mobile-menu #menu .foot ul.inline {
  margin-top: 12px;
}
header #mobile-menu #menu .foot ul.inline li {
  font-weight: normal;
  border-left: none;
  word-break: keep-all;
  white-space: nowrap;
}
header #mobile-menu #menu .foot ul.inline li:before {
  display: none;
}
/***************************  FOOTER  *****************************/
footer {
  background-color: #4f4c4d;
  color: #fff;
  padding: 36px 0;
}
footer #disclaimer {
  margin-top: 12px;
}
footer #disclaimer p {
  text-align: center;
  font-size: 1.2rem;
  color: #adadad;
}
footer a {
  color: #fff;
}
footer a:hover,
footer a:focus {
  color: #fff;
}
footer div ul {
  list-style-type: none;
  text-align: center;
}
footer div > ul > li {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  display: inline;
  padding: 0 8px 0 10px;
  margin-bottom: 5px;
}
footer div > ul > li ul {
  display: none;
}
footer div > ul > li:nth-child(2n) {
  border-left: 2px solid #fff;
}
footer div > ul > li:nth-child(2n-1):before {
  content: "";
  display: block;
  height: 4px;
}
footer div .inline {
  margin-top: 12px;
}
footer div .inline li {
  border-left: none !important;
  width: auto;
  padding: 0 12px 0 0;
  font-family: "AvenirLTStd-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/***********************  Sections  *********************/
section {
  padding-top: 18px;
  padding-bottom: 18px;
}
section h2 {
  text-align: center;
  color: #0091c8;
}
section:nth-of-type(2n-1) {
  background-color: #edeff1;
}
section:nth-of-type(2n-1) h2 {
  color: #4f4c4d;
}
section.blue {
  background-color: #66c0df;
  color: #fff;
}
section.blue h2,
section.blue h3,
section.blue p,
section.blue a {
  color: #fff;
}
section.blue a.btn:last-child {
  margin: 24px auto 0 auto;
  width: 100%;
  display: block;
}
section#follow {
  background-color: #d1ecf5;
  padding: 20px 0 10px 0;
}
section#follow .share p,
section#follow .share ul {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
}
section#follow .share .social {
  list-style-type: none;
  margin-bottom: 0;
}
section#follow .share .social li {
  display: inline-block;
  margin-left: 20px;
  padding-left: 0px;
  margin-bottom: 0px;
}
section#follow .share .social li a {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50px;
  display: block;
  width: 50px;
  height: 50px;
}
section#follow .share .social li a:hover,
section#follow .share .social li a:focus {
  background-color: #d1ecf5;
}
section#follow .share .social li a.yt {
  background-image: url("/styles/images/yt.svg");
}
section#follow .share .social li a.ln {
  background-image: url("/styles/images/ln.svg");
}
section#carousel .wrapper {
  position: absolute;
  width: 100%;
  bottom: 15px;
  color: #fff;
}
section#carousel .wrapper h3 {
  font-size: 3rem;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Light", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: inline-block;
  max-width: 50%;
  margin-bottom: 25px;
  color: #fff;
}
section#carousel .wrapper h3 .buff {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
}
section#carousel .wrapper h3 .buff:after {
  content: "";
  width: 60%;
  height: 7px;
  background-color: #fff;
  display: block;
  float: right;
}
section#carousel .wrapper p {
  text-transform: uppercase;
}
section#carousel .wrapper p:last-child {
  margin-bottom: 24px;
}
section#carousel .wrapper a {
  color: #fff;
  text-decoration: underline;
}
section#carousel .wrapper a:hover,
section#carousel .wrapper a:focus {
  text-decoration: none;
}
section#carousel .slide-image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
}
section#carousel .slide-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 48%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(48%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 48%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 48%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 48%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 48%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
section#carousel .slide-btn {
  display: none;
}
section#carousel .resources-crumbs {
  display: none;
  list-style-type: none;
  position: absolute;
  font-size: 1.3rem;
  margin-bottom: 10px;
  z-index: 1;
  top: 40px;
  margin: 0 auto;
  padding: 0 15px;
  left: 0;
  right: 0;
}
section#carousel .resources-crumbs li {
  display: inline-block;
  color: #fff;
}
section#carousel .resources-crumbs li a {
  color: #fff;
}
section#carousel .resources-crumbs li:not(:last-child):after {
  content: "/";
  padding: 0 6px;
}
section#carousel .resources-crumbs li.offscreen {
  position: static;
}
.resources section#carousel .slide .wrapper {
  bottom: 50px;
}
.resources section#carousel .slide .wrapper .container > h3 {
  display: block;
  max-width: 100%;
}
.resources section#carousel .slide .wrapper .container > p {
  display: none;
}
section#services p {
  text-align: center;
}
section#services .slide-container {
  height: 350px;
  margin-top: 20px;
}
section#services .slide {
  margin-bottom: 10px;
}
section#services .slide a {
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 78px;
  display: block;
  color: #fff;
  position: relative;
}
section#services .slide a h3 {
  padding: 10px;
  position: relative;
  color: #fff;
  font-size: 2.1rem;
}
section#services .slide a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
}
section#services .slide a:hover,
section#services .slide a:focus {
  text-decoration: none;
}
section#services .slide a:hover:before,
section#services .slide a:focus:before {
  background-color: rgba(247, 152, 109, 0.9);
  transition: all 0.2s ease-in-out;
}
section#services .slide a:hover + p,
section#services .slide a:focus + p {
  background-color: #ff6633;
  color: #fff;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
section#services .slide p {
  display: none;
  background-color: #e5e5e5;
  text-align: left;
  font-size: 1.6rem;
  padding: 6px 12px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
section#services .slide-btn {
  top: calc(116.5px);
}
section#promotional {
  background-color: #66c0df;
  color: #fff;
}
section#promotional h2 {
  margin-bottom: 12px;
  color: #fff;
}
section#promotional p {
  text-align: center;
}
section#promotional a.btn {
  margin: 24px auto 0 auto;
  display: block;
}
section#video h3 {
  color: #ff6633;
  font-size: 2rem;
}
section#video .video-image {
  width: 100%;
  height: auto;
}
section#video .video-video {
  margin-top: -18px;
  margin-left: -15px;
  margin-right: -15px;
}
section#video .link {
  color: #4f4c4d;
  text-decoration: underline;
  display: block;
  margin: 12px 0;
}
section#video .link:hover,
section#video .link:focus {
  text-decoration: none;
}
section#blog {
  background-color: #edeff1;
}
section#blog h2 {
  color: #4f4c4d;
}
section#blog p {
  text-align: center;
}
section#blog .blog {
  min-height: 261px;
  background-color: #e5e5e5;
  margin-top: 24px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #f7986d;
  display: block;
}
section#blog .blog:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}
section#blog .blog:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 102, 51, 0);
  width: 100%;
  height: 7px;
  transition: all 0.2s ease-in-out;
}
section#blog .blog.nopic:before {
  display: none;
}
section#blog .blog:hover:before,
section#blog .blog:focus:before {
  background-color: rgba(247, 152, 109, 0.9);
  transition: all 0.2s ease-in-out;
}
section#blog .blog:hover:after,
section#blog .blog:focus:after {
  background-color: #ff6633;
  transition: all 0.2s ease-in-out;
}
section#blog .blog .wrapper {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
section#blog .blog .wrapper h3 {
  font-size: 2.2rem;
  color: #fff;
}
section#blog .blog .wrapper p {
  text-align: left;
  color: #fff;
}
section#blog .blog.featured {
  height: 280px;
  margin-left: -15px;
  margin-right: -15px;
}
section#blog .btn {
  margin: 24px auto 0 auto;
  display: block;
}
.schemeLanding section#community .news-tile,
.schemeLanding section.showcase .news-tile {
  margin-top: 24px;
}
section#community h2,
section.showcase h2 {
  color: #4f4c4d;
}
section#community > p,
section.showcase > p {
  text-align: center;
}
section#community .slide-container,
section.showcase .slide-container {
  margin-top: 20px;
}
section#community .news-tile .wrapper,
section.showcase .news-tile .wrapper {
  background-color: #e5e5e5;
}
section#community .news-tile .news-img,
section.showcase .news-tile .news-img {
  height: 160px;
  background-size: cover;
  background-position: 50% 50%;
}
section#community .news-tile .news-img.wide,
section.showcase .news-tile .news-img.wide {
  display: none;
}
section#community .news-tile a,
section.showcase .news-tile a {
  display: block;
}
section#community .news-tile a h3,
section.showcase .news-tile a h3 {
  padding: 12px;
  font-size: 1.6rem;
}
section#community .news-tile p,
section.showcase .news-tile p {
  padding: 0 12px 12px 12px;
  font-size: 1.4rem;
}
section#community a.btn,
section.showcase a.btn {
  margin-top: 20px;
}
section.showcase h2 {
  margin-bottom: 24px;
}
section.center > h2,
section.center > h3,
section.center > p,
section.center > .container > h2,
section.center > .container > h3,
section.center > .container > p {
  text-align: center;
}
section#advert .advertLogo {
  max-width: 160px;
  margin: 0 auto;
  display: block;
}
section#advert li img {
  max-height: 60px;
  width: auto;
  margin-right: 6px;
}
section#advert li span {
  display: inline-block;
}
section#advert li a {
  color: #4f4c4d;
  text-decoration: none;
}
#actions ul {
  list-style-type: none;
}
#actions ul li {
  padding: 0;
}
#actions ul li a {
  display: block;
  padding: 18px 12px;
  text-align: center;
  font-size: 2.3rem;
  background-color: #ff6633;
  color: #fff;
}
#actions ul li:nth-child(2) a {
  background-color: #4f4c4d;
}
#actions ul li:nth-child(3) a {
  background-color: #0091c8;
}
/***********************  SLIDE / CAROUSEL  *********************/
/***********************    PAGE BANNER    *********************/
#banner {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  min-height: 90px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 15px;
}
#banner h1 .buff {
  display: inline-block;
}
#banner h1 .buff:after {
  content: "";
  width: 60%;
  height: 7px;
  background-color: #fff;
  display: block;
  float: right;
}
#banner.tall {
  height: 180px;
}
#banner.tall h1 {
  top: 30%;
}
#banner.tall #breadcrumb {
  margin-bottom: 20px;
}
#banner #breadcrumb {
  list-style-type: none;
  position: relative;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
#banner #breadcrumb li {
  display: inline-block;
}
#banner #breadcrumb li a {
  color: #fff;
}
#banner #breadcrumb li:not(:last-child):after {
  content: "/";
  padding: 0 6px;
}
#banner:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/***********************    Content styles    *********************/
.loud {
  color: #ff6633;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.service {
  margin-top: 19px;
}
.service a {
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 72px;
  display: block;
  color: #fff;
  position: relative;
}
.service a h3 {
  padding: 12px 12px;
  position: relative;
  color: #fff;
  font-size: 2.1rem;
}
.service a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.service a:hover,
.service a:focus {
  text-decoration: none;
}
.service a:hover:before,
.service a:focus:before {
  background-color: rgba(247, 152, 109, 0.9);
  transition: all 0.2s ease-in-out;
}
.service a:hover + p,
.service a:focus + p {
  background-color: #ff6633;
  color: #fff;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.service p {
  display: none;
  background-color: #e5e5e5;
  text-align: left;
  font-size: 1.6rem;
  padding: 6px 12px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.landingPage .service .service-img {
  display: none;
}
.landingPage .service .service-img.wide {
  display: block;
}
.pagination li:first-child > a,
.pagination li:last-child > a {
  border-radius: 0;
}
.pagination li a {
  border: 2px solid #4f4c4d;
  color: #4f4c4d;
}
.pagination li a:hover,
.pagination li a:focus {
  border-color: #4f4c4d;
  background-color: #e5e5e5;
  text-decoration: underline;
}
.pagination li.active a {
  background-color: #4f4c4d;
  border-color: #4f4c4d;
}
.pagination li.active a:hover,
.pagination li.active a:focus {
  background-color: #4f4c4d;
  border-color: #4f4c4d;
  text-decoration: underline;
}
.inpage-search {
  position: relative;
  width: 100%;
}
#inpage-search-query {
  padding: 8px;
  border: 2px solid #4f4c4d;
  /*width: 350px;*/
  width: 76%;
  float: left;
  height: 44px;
}
#inpage-submit-search {
  border: 2px solid #4f4c4d;
  text-transform: uppercase;
  /*padding:8px 24px;*/
  padding: 8px 0;
  width: 23%;
  margin-left: 1%;
  height: 44px;
}
.terms {
  margin-top: 10px;
}
#gallery {
  margin-right: -6px;
}
#gallery a {
  width: 33.333333%;
  padding: 0 6px 6px 0;
  float: left;
  /*&:nth-child(3n) {
            margin-right: 0;
        }*/
}
#gallery a > img {
  width: 100%;
  height: auto;
}
/*************************  Various list styles  **************************/
.unlist {
  list-style-type: none;
}
.unlist li {
  margin-top: 18px;
  display: table;
}
.unlist li a.btn {
  display: table-cell;
  vertical-align: middle;
}
.iconlist li {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 6px;
}
.iconlist li img {
  max-height: 40px;
  margin-bottom: 12px;
}
.iconlist li h3 {
  font-family: "AvenirLTStd-Light", Helvetica, Arial, sans-serif;
  font-size: 2rem;
}
.iconlist li p {
  display: none;
}
.audience {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -18px;
}
.audience li {
  display: block;
  margin-top: 2px;
}
.audience li a {
  color: #fff;
  background-color: #66c0df;
  padding: 24px 15px 24px 22%;
  display: block;
  font-size: 1.8rem;
  background-position: 10% 50%;
  background-size: auto 38px;
  background-repeat: no-repeat;
}
.no-result {
  text-align: center;
  margin: 40px 0;
  font-style: italic;
}
/*************************  Content styles  **************************/
.icon {
  display: block;
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  margin-bottom: 10px;
}
.icon:before {
  content: "";
  display: block;
  border: 1px solid #4f4c4d;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin: 10px auto;
}
.icon.phone:before {
  background: url("/styles/images/icon-phone.png") transparent no-repeat center;
  background-size: contain;
}
.icon.email:before {
  background: url("/styles/images/icon-email.png") transparent no-repeat center;
  background-size: contain;
}
.icon a {
  color: #4f4c4d;
}
.video-video {
  position: relative;
  padding-bottom: 53.8%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 12px;
}
.video-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content.page {
  padding-bottom: 80px;
}
#content.page h2,
#content .top-text h2,
#content.page h3,
#content .top-text h3,
#content.page h4,
#content .top-text h4,
#content.page h5,
#content .top-text h5 {
  text-align: left;
  color: #ff6633;
  margin-bottom: 12px;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#content.page h2,
#content .top-text h2 {
  font-size: 2.6rem;
}
#content.page p,
#content .top-text p {
  margin-bottom: 12px;
}
#content.page ul,
#content .top-text ul,
#content.page ol,
#content .top-text ol {
  margin: 0 0 12px 0;
  padding: 0 0 0 36px;
}
#content.page caption,
#content .top-text caption,
#content.page .caption,
#content .top-text .caption {
  font-size: 1.4rem;
  font-family: "AvenirLTStd-LightOblique", Helvetica, Arial, sans-serif;
}
#content.page table,
#content .top-text table {
  width: 100%;
  margin-bottom: 12px;
}
#content.page table tr:nth-child(2n),
#content .top-text table tr:nth-child(2n) {
  background-color: #edeff1;
}
#content.page table tr td,
#content .top-text table tr td,
#content.page table tr th,
#content .top-text table tr th {
  padding: 6px 12px;
}
#content.page table tr th,
#content .top-text table tr th {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #4f4c4d;
}
#content.page img,
#content .top-text img {
  max-width: 100% !important;
  height: auto !important;
}
#content.blogPost h2 {
  text-align: left;
  color: #ff6633;
  margin: 60px 0 40px 0;
  font-size: 4.0rem;
}
#content.blogPost h3 {
  margin: 40px 0 20px 0;
}
#content.blogPost h4 {
  margin: 40px 0 20px 0;
}
#content.blogPost .publish-date {
  font-size: 2rem;
  margin: 0 0 40px 0;
  padding: 3px 0 0 30px;
  display: block;
  background: url("/styles/images/calendar.svg") transparent no-repeat left;
  background-size: 23px;
}
#content.blogPost ul {
  margin-left: 40px;
  list-style-type: square;
}
#content.blogPost ul li {
  padding-left: 10px;
  margin-bottom: 2rem;
}
#content.blogPost p {
  margin-bottom: 20px;
}
#content.blogPost a {
  font-weight: 900;
}
#content.blogPost .tags {
  margin: 50px 0;
}
#content.blogPost .tags .tag {
  border: 1px solid #4f4c4d;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  display: inline-block;
}
#content .ListHeader {
  color: #0091c8;
  display: block;
  font-weight: 900;
}
#content blockquote.bq {
  color: #0091c8;
  font-size: 2.6rem;
  font-weight: bolder;
  font-style: italic;
  margin: 75px 0;
  padding: 0 0 20px 80px;
  position: relative;
  border: none;
  background: url("/styles/images/quote.svg") transparent no-repeat 0 0;
  background-size: 48px;
}
#content blockquote.bq:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 50%;
  height: 10px;
  background-color: #0091c8;
}
#content .share p,
#content .share ul {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin: 0;
}
#content .share .social {
  list-style-type: none;
  margin-bottom: 0;
}
#content .share .social li {
  display: inline-block;
  margin-left: 20px;
  padding-left: 0px;
  margin-bottom: 0px;
}
#content .share .social li a {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50px;
  display: block;
  width: 50px;
  height: 50px;
}
#content .share .social li a:hover,
#content .share .social li a:focus {
  background-color: #d1ecf5;
}
#content .share .social li a.fb {
  background-image: url("/styles/images/fb.svg");
}
#content .share .social li a.tw {
  background-image: url("/styles/images/tw.svg");
}
#content .share .social li a.ln {
  background-image: url("/styles/images/ln.svg");
}
#content .sidebar .related {
  background-color: #edeff1;
  color: #4f4c4d;
  padding: 40px;
  margin: 20px 0 60px;
}
#content .sidebar .related .related-links {
  position: relative;
}
#content .sidebar .related .related-links .related-link {
  display: none;
}
#content .sidebar .related .related-links .related-link a {
  color: #ff6633;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
}
#content .sidebar .related .related-links .related-link.show {
  display: block;
}
#content .sidebar .related .related-links p {
  font-weight: bold;
  font-size: 1.6rem;
}
#content .sidebar .related .paging {
  margin-top: 20px;
}
#content .sidebar .related .paging a,
#content .sidebar .related .paging p {
  display: inline-block;
  vertical-align: top;
}
#content .sidebar .related .paging a {
  background-color: #adadad;
  -webkit-mask-image: url("/styles/images/chevron.svg");
  mask-image: url("/styles/images/chevron.svg");
  width: 9px;
  height: 18px;
}
#content .sidebar .related .paging a.prev {
  transform: rotate(180deg);
  overflow: hidden;
}
#content .sidebar .related .paging a:hover,
#content .sidebar .related .paging a:focus {
  background-color: #0091c8;
}
#content .sidebar .related .paging p {
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 10px;
}
#content .sidebar .feature-link {
  padding: 55px 40px;
  background-color: #0091c8;
  color: #fff;
  margin-bottom: 40px;
}
#content .sidebar .feature-link h3 {
  margin: 0 0 20px 0;
  color: #fff;
}
#content .sidebar .feature-link .btn {
  margin-top: 20px;
}
.blog #content {
  padding-top: 0;
}
.blog #content .grey {
  padding-top: 18px;
  background-color: #edeff1;
  padding-bottom: 6px;
}
.blog h1 {
  text-transform: none;
  text-align: center;
  font-size: 2.4rem;
  display: block;
}
.blog h1:after {
  display: none;
}
.blog .filters {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.blog .filters .toggle {
  margin-top: 20px;
}
.blog .filters .toggle input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.blog .filters .toggle input[type="radio"] + label {
  display: block;
  float: left;
  padding: 0 20px;
  width: 50%;
  color: #4f4c4d;
  text-decoration: underline;
  cursor: pointer;
}
.blog .filters .toggle input[type="radio"]:checked + label {
  text-decoration: none;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.blog .filters .tags {
  clear: both;
}
.blog .filters .tags input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.blog .filters .tags input[type="radio"] + label {
  display: block;
  margin-top: 10px;
  border: 2px solid #4f4c4d;
  color: #4f4c4d;
  text-decoration: none;
  padding: 8px;
  cursor: pointer;
}
.blog .filters .tags input[type="radio"] + label:hover,
.blog .filters .tags input[type="radio"] + label:focus {
  background-color: #ff6633;
  color: #fff;
  border-color: #ff6633;
}
.blog .filters .tags input[type="radio"]:checked + label {
  background-color: #ff6633;
  color: #fff;
  border-color: #ff6633;
}
.blog .blog-list {
  list-style-type: none;
}
.blog .blog-list .service {
  margin-top: 12px;
}
.blog .blog-list .service a {
  padding-top: 0px;
  height: 110px;
  display: table;
  width: 100%;
}
.blog .blog-list .service a h3 {
  display: table-cell;
  vertical-align: bottom;
}
.blog .blog-list .service a.service-img {
  display: none;
}
.blog .blog-list .service a.service-img.wide {
  display: table;
}
.blog .blog-list .service p {
  font-size: 1.5rem;
}
#more {
  margin: 2rem auto;
  display: table;
  padding: 1rem 5rem;
}
#show-more {
  clear: both;
  color: #ff6633;
  text-transform: uppercase;
  display: block;
  width: 170px;
  text-align: center;
  padding: 20px 0px;
  margin: 20px auto 0 auto;
  background: url("/styles/images/arrow-down-orange.png") transparent no-repeat right;
  background-size: 19px;
}
#show-more.loading {
  background-image: url("/styles/images/icon-loading.gif");
}
.news-list {
  list-style-type: none;
  padding-top: 30px;
  clear: both;
}
.news-list li {
  margin-top: 18px;
  display: table;
}
.news-list li a.btn {
  display: table-cell;
  vertical-align: middle;
}
.news-list li {
  display: block;
  padding: 18px;
  margin: 0;
}
.news-list li:nth-child(2n-1) {
  background-color: #edeff1;
}
.news-list li .news-image {
  height: 145px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  background-position: 50%;
}
.news-list li .news-image.wide {
  display: none;
}
.news-list li h3 {
  font-size: 2rem;
  margin-bottom: 8px;
}
.news-list li .caption {
  display: block;
  margin: 5px 0 10px 0;
}
.caption {
  font-size: 1.4rem;
  font-family: "AvenirLTStd-LightOblique", Helvetica, Arial, sans-serif;
}
#alert {
  width: 100%;
  background-color: #ee3123;
  color: white;
  position: absolute;
  z-index: 9;
  /*top: 82px;*/
  left: 0;
  padding: 15px 0 15px 15px;
  border-radius: 0;
  border: 0;
  text-align: center;
}
#alert p {
  margin: 0;
}
#alert a {
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
  color: #fff;
}
/*********************************** FORMS ************************************/
#contour .contourPage label.fieldLabel,
.contour .contourPage label.fieldLabel {
  margin-top: 15px;
}
#contour .contourPage input.text,
.contour .contourPage input.text,
#contour .contourPage textarea,
.contour .contourPage textarea {
  max-width: unset !important;
  width: 100%;
  padding: 8px;
}
#contour .contourPage .row-fluid,
.contour .contourPage .row-fluid {
  margin-left: -15px;
  margin-right: -15px;
}
#contour .contourPage .radiobuttonlist,
.contour .contourPage .radiobuttonlist,
#contour .contourPage .checkboxlist,
.contour .contourPage .checkboxlist {
  padding: 0;
  display: block;
  float: none;
}
#contour .contourPage input[type="radio"],
.contour .contourPage input[type="radio"] {
  position: absolute;
  left: -9999px;
}
#contour .contourPage input[type="radio"] + label,
.contour .contourPage input[type="radio"] + label {
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}
#contour .contourPage input[type="radio"] + label:before,
.contour .contourPage input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 15px;
  vertical-align: text-top;
}
#contour .contourPage input[type="radio"]:checked + label:after,
.contour .contourPage input[type="radio"]:checked + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #4f4c4d;
  border-radius: 10px;
}
#contour .contourPage input[type="checkbox"],
.contour .contourPage input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
#contour .contourPage input[type="checkbox"] + label,
.contour .contourPage input[type="checkbox"] + label {
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}
#contour .contourPage input[type="checkbox"] + label:before,
.contour .contourPage input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background-color: #fff;
  border: 1px solid #bbb;
  vertical-align: text-top;
}
#contour .contourPage input[type="checkbox"]:checked + label:after,
.contour .contourPage input[type="checkbox"]:checked + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: url("/styles/images/icon-tick.png") transparent no-repeat center;
  background-size: contain;
}
#contour .contourPage .checkbox label,
.contour .contourPage .checkbox label {
  padding-left: 0;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}
#contour .contourPage .checkbox label:before,
.contour .contourPage .checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0;
  background-color: #fff;
  border: 1px solid #bbb;
  vertical-align: text-top;
}
#contour .contourPage .checkbox.checked label:after,
.contour .contourPage .checkbox.checked label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: url("/styles/images/icon-tick.png") transparent no-repeat center;
  background-size: contain;
}
#contour .contourPage select,
.contour .contourPage select {
  width: 100%;
  padding: 8px;
}
#contour .contourPage .field-validation-error,
.contour .contourPage .field-validation-error {
  padding: 0;
  margin-bottom: 8px;
  display: block;
  font-style: italic;
}
#contour .contourPage input[type="submit"],
.contour .contourPage input[type="submit"] {
  width: 200px;
}
/*********************************** Careers ***********************************/
ul.jobs-listing {
  list-style-type: none;
  padding: 0 !important;
}
.career-search input[type="text"] {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
}
.career-search input[type="submit"] {
  text-align: center;
  padding: 6px 24px;
  border: 2px solid #4f4c4d;
  border-bottom-width: 7px;
  border-radius: 0;
  color: #4f4c4d;
  text-transform: uppercase;
  width: 100%;
  white-space: initial;
  font-size: 1.6rem;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  text-decoration: none!important;
}
.career-search input[type="submit"]:focus,
.career-search input[type="submit"]:hover {
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: #f7986d;
  border-color: transparent;
  padding-top: calc(8px);
  padding-left: calc(26px);
  padding-right: calc(26px);
  border-bottom-color: #ff6633;
  border-bottom-width: 7px !important;
  color: #fff;
}
.career-search input[type="submit"].full {
  width: 100%;
}
.career-search input[type="submit"].white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.transition .career-search input[type="submit"].white:focus,
.career-search input[type="submit"].white:hover {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  padding: 6px 24px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease-in-out;
}
.career-search input[type="submit"].blue {
  color: #0091c8;
  border-color: #0091c8;
}
.transition .career-search input[type="submit"].blue:focus,
.career-search input[type="submit"].blue:hover {
  border-top: 2px solid #0091c8;
  border-left: 2px solid #0091c8;
  border-right: 2px solid #0091c8;
  background-color: #66c0df;
  transition: all 0.2s ease-in-out;
}
.career-search input[type="submit"].chunky {
  padding-top: 18px;
  padding-bottom: 18px;
}
.career-search input[type="submit"].chunky:hover,
.career-search input[type="submit"].chunky:focus {
  padding-top: calc(20px);
}
.career-search input[type="submit"].smol {
  width: auto;
}
.career-search input[type="submit"].macro {
  margin: 5px 0 15px 0;
  color: #0091c8;
  border-color: #0091c8;
  transition: all 0.2s ease-in-out;
}
.career-search input[type="submit"].macro:hover,
.career-search input[type="submit"].macro:focus {
  border-top: 2px solid #0091c8;
  border-left: 2px solid #0091c8;
  border-right: 2px solid #0091c8;
  padding: 6px 24px;
  background-color: rgba(0, 145, 200, 0.3);
  transition: all 0.2s ease-in-out;
}
.career-search ul.filter {
  list-style-type: none;
  padding: 0 !important;
}
.career-search ul.filter li input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.career-search ul.filter li input[type="checkbox"] + label {
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}
.career-search ul.filter li input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background-color: #fff;
  border: 1px solid #bbb;
  vertical-align: text-top;
}
.career-search ul.filter li input[type="checkbox"]:checked + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: url("/styles/images/icon-tick.png") transparent no-repeat center;
  background-size: contain;
}
/************************** Dynamic landing boxes *****************************/
.landing-boxset {
  clear: both;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px;
  vertical-align: top;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.landing-boxset .landing-box {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
.landing-boxset .landing-box h4 {
  color: #4f4c4d !important;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.landing-boxset .landing-box ul {
  list-style-type: none;
  padding: 0 !important;
}
.landing-box-start,
.landing-box-end {
  border: none;
  display: none;
}
/************************** Cards *****************************/
.card {
  display: block;
  margin: 12px 0;
  position: relative;
}
.card .card-img {
  display: none;
  position: relative;
  height: 170px;
  background-position: 50% 50%;
  background-repeat: none;
  background-size: cover;
}
.card .card-img.wide {
  display: block;
}
.card .card-img .type-label {
  border-radius: 2px;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  bottom: unset;
  top: 10px;
  right: 10px;
  padding: 5px 15px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.6);
}
.card .card-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.card .card-summary {
  padding: 20px 20px 20px 35px;
  position: absolute;
  bottom: 0;
}
.card .card-summary h3 {
  font-size: 2.0rem;
  color: #fff;
}
.card .card-summary p {
  display: none;
  color: #4f4c4d;
  font-size: 1.6rem;
  margin-bottom: 0!important;
}
.card:hover,
.cardfocus {
  text-decoration: none;
}
.card:hover h3,
.cardfocus h3,
.card:hover p,
.cardfocus p {
  text-decoration: none;
}
#content .accordion-content .card .card-summary h3 {
  color: #0091c8;
}
.card-macro {
  width: 100%;
  padding-right: 0;
  display: inline-block;
  vertical-align: top;
}
.card-macro h3 {
  margin: 0 0 12px 0!important;
}
.card-macro p {
  font-weight: normal;
}
.external-card {
  display: block;
  margin: 24px 0;
  clear: both;
}
.external-card a {
  text-decoration: none;
}
.external-card a h3 {
  font-size: 1.6rem;
  margin-bottom: 20px !important;
}
.external-card a h3:before {
  font-family: "fontello";
  content: "\e804";
  margin-right: 5px;
  font-weight: normal;
}
.external-card p {
  color: #4f4c4d;
  font-size: 1.6rem;
}
/************************** Captioned Image *****************************/
.captioned-image {
  display: block;
  margin: 12px 0;
  position: relative;
  margin: 60px 0;
}
.captioned-image img {
  display: block;
  width: 100%;
}
.captioned-image .captioned-image-caption {
  padding: 20px 20px 20px 35px;
  background-color: #e5e5e5;
}
.captioned-image .captioned-image-caption p {
  display: block;
  color: #4f4c4d;
  font-size: 1.6rem;
  margin-bottom: 0!important;
}
/************************** Resources section *****************************/
.resources {
  background-color: #f6f7f9;
}
.resources:not(body) {
  padding-top: 0;
}
.resources .filter-menu-button {
  background-color: #edeff1;
  text-align: center;
  text-transform: uppercase;
  color: #0091c8;
  width: 100%;
  padding: 15px 0;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.resources .filter-menu-button .selected {
  background-color: #ff6633;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  margin-left: 25px;
}
.resources .filters {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 9;
  text-align: center;
  overflow-y: scroll;
}
.resources .filters .close-filters {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #0091c8;
  -webkit-mask-image: url("/styles/images/times-circle-solid.svg");
  mask-image: url("/styles/images/times-circle-solid.svg");
  margin: 40px 0 10px 40px;
}
.resources .filters > p {
  font-weight: bold;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}
.resources .filters .tags {
  margin: 1rem 0;
}
.resources .filters .tags,
.resources .filters .types {
  clear: both;
  position: relative;
}
.resources .filters .tags legend,
.resources .filters .types legend {
  position: static;
  width: auto;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #0091c8;
  margin: 0;
  font-size: 1.8rem;
  padding: 8px;
}
.resources .filters .tags input[type="checkbox"],
.resources .filters .types input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}
.resources .filters .tags input[type="checkbox"] + label,
.resources .filters .types input[type="checkbox"] + label {
  display: table;
  color: #4f4c4d;
  text-decoration: none;
  padding: 8px;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid transparent;
  margin: 4px auto;
  font-size: 1.8rem;
}
.resources .filters .tags input[type="checkbox"] + label:hover,
.resources .filters .types input[type="checkbox"] + label:hover,
.resources .filters .tags input[type="checkbox"] + label:focus,
.resources .filters .types input[type="checkbox"] + label:focus {
  text-decoration: underline;
}
.resources .filters .tags input[type="checkbox"] + label:after,
.resources .filters .types input[type="checkbox"] + label:after {
  content: "";
  display: block;
  width: 100%;
}
.resources .filters .tags input[type="checkbox"]:checked + label,
.resources .filters .types input[type="checkbox"]:checked + label {
  border: 2px solid #4f4c4d;
}
.resources .filters .btn {
  margin: 8px 0 60px 0;
}
.resources .resources-lists ol.blog-list {
  list-style-type: none;
}
.resources div.white,
.resources section.white {
  background-color: #fff;
}
/******************************* Accordion ********************************/
.accordion-heading {
  color: #4f4c4d;
  border-top: 1px solid #4f4c4d;
  display: block;
  padding: 15px 30px;
  background: url("/styles/images/chevron.png") transparent no-repeat 90% 50%;
  background-size: 12px;
}
.accordion-heading:last-of-type {
  border-bottom: 1px solid #4f4c4d;
}
.accordion-heading.open {
  border-bottom: none;
  background: #66c0df url("/styles/images/chevron-down.png") no-repeat 90% 50%;
}
.accordion-heading.open h3 {
  color: #fff !important;
}
.accordion-heading.open + .accordion-content {
  display: block;
}
.accordion-heading h3 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 1.6rem;
  color: #4f4c4d !important;
}
.accordion-heading:hover,
.accordion-heading:focus {
  text-decoration: none;
}
.accordion-heading:not(.open):last-of-type {
  margin-bottom: 40px;
}
.accordion-heading:first-of-type {
  margin-top: 40px;
}
.accordion-content {
  display: none;
  padding: 40px 40px 40px 0;
}
/************************* Colour section overrides **************************/
#content.page.collection .container h2,
#content.page.collection .container h3,
#content.page.collection .container h4 {
  color: #0091c8;
  text-align: left;
}
#content.page.collection .container h2 {
  font-size: 4.6rem;
  margin: 40px 0 25px 0;
}
#content.page.collection .container .card h2,
#content.page.collection .container .card h3,
#content.page.collection .container .card h4 {
  color: #fff;
}
#content.page.collection .grid-section .container {
  padding-top: 10px;
  padding-bottom: 40px;
}
#content.page.collection .grid-section .container h2.text-center {
  text-align: center;
}
#content.page .wide-section h2 {
  font-size: 4.6rem;
  text-align: center;
  margin: 40px 0 25px 0;
}
#content.page .wide-section > .container {
  position: relative;
}
#content.page .wide-section > .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
}
#content.page .wide-section.blue h2,
#content.page .wide-section.blue h3,
#content.page .wide-section.blue h4 {
  color: #0091c8;
}
#content.page .wide-section.blue > .container:before {
  background-color: #d1ecf5;
}
#content.page .wide-section.orange h2,
#content.page .wide-section.orange h3,
#content.page .wide-section.orange h4 {
  color: #ff6633;
}
#content.page .wide-section.grey > .container:before {
  background-color: #f6f7f9;
}
/*****************************************************************************/
/***                     IMPORT BREAKPOINT STYLESHEETS                     ***/
/*****************************************************************************/
/*****************************************************************************/
/********************************** MOBILE ***********************************/
/*****************************************************************************/
/**************** Organised from smallest to largest sizes.  *****************/
@media (max-width: 767px) {
  header .open #mobile-menu {
    display: block;
  }
  header .open > div:first-child,
  header .open > div:nth-child(2) {
    background-color: #4f4c4d;
  }
  header .open #menu-toggle {
    color: #fff;
  }
  header .open #menu-toggle img.open {
    display: none;
  }
  header .open #menu-toggle img.close {
    display: inline-block;
  }
  header .open #logo {
    background-image: url("/styles/images/logo_white.png");
  }
  .news-list li .listing-content {
    padding: 0;
  }
  /*section {
        &#services {
            .nomobile {
                .slide-window { 
                    .slide-rail {
                        .slide {
                            float: left;
                            width: 100%!important;
                        }
                    }
                }
            }
        }
    }*/
  #carousel .slide-btn {
    display: none !important;
  }
  #nav {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  section.showcase .news-tile .news-img {
    display: none;
  }
  section.showcase .news-tile .news-img.wide {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-list li .news-image {
    display: none;
  }
  .news-list li .news-image.wide {
    display: block;
  }
  section#community .news-tile .news-img {
    display: none;
  }
  section#community .news-tile .news-img.wide {
    display: block;
  }
  .resources section#carousel .slide .wrapper .container > h3 {
    max-width: 70%;
  }
}
@media (min-width: 768px) {
  /*************************  Global / base  **************************/
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  body {
    font-size: 1.7rem;
    padding-top: 80px;
  }
  .btn {
    padding: 6px 24px;
    font-family: "AvenirLTStd-Light", Helvetica, Arial, sans-serif;
  }
  .btn:hover,
  .btn:focus {
    padding-left: calc(26px);
    padding-right: calc(26px);
  }
  .btn.macro {
    width: auto;
  }
  /*************************  header/nav  **************************/
  header {
    padding: 0 24px;
  }
  header #logo {
    height: 50px;
    /*margin: @gutter @gutter;*/
    margin: 14px 0;
  }
  header #nav {
    text-align: right;
  }
  header #nav nav {
    display: inline-block;
    height: 80px;
    vertical-align: top;
    margin: 0;
  }
  header #nav nav ul {
    list-style-type: none;
    display: table;
    height: 80px;
    width: auto;
  }
  header #nav nav ul li {
    display: table-cell;
    vertical-align: middle;
    /*padding: @gutter 8px;*/
    background-color: transparent;
  }
  header #nav nav ul li a {
    background-color: transparent;
    display: block;
    padding: 12px 8px;
    color: #4f4c4d;
    font-size: 1.6rem;
    border-top: none;
  }
  header #nav #search-form {
    height: 80px;
    display: inline-block;
    vertical-align: top;
  }
  header #nav #search-form input[type="search"]:focus {
    width: 200px;
  }
  header #nav #search-form.hover input[type="search"],
  header #nav #search-form.click input[type="search"] {
    width: 200px;
  }
  header #nav #search-form input[type="submit"] {
    background: url("/styles/images/Search@2x.png") transparent no-repeat center;
    background-size: 30px;
    padding: 12px 24px;
    border: none;
    text-indent: -9999px;
    height: 80px;
  }
  .home header #nav ul {
    display: table;
  }
  .home header #nav ul li {
    display: table-cell;
    padding: 0 8px;
  }
  .home header #nav ul li a {
    font-size: 1.6rem;
  }
  header #mobile-menu {
    display: none;
  }
  /*************************  header/nav  **************************/
  footer {
    padding: 48px 0;
  }
  footer #disclaimer {
    clear: both;
  }
  footer #disclaimer p {
    text-align: left;
  }
  footer div ul {
    /*text-align: left;*/
    text-align: center;
  }
  footer div > ul > li {
    /*float: left;*/
    /*vertical-align: top;*/
    /*width: 16.6666%;*/
    font-size: 1.5rem;
    /*border-left: none!important;*/
    border-left: 2px solid #fff;
    /*padding: 0;*/
    padding: 0 10px;
  }
  footer div > ul > li:first-child {
    border-left: none;
  }
  footer div > ul > li ul {
    /*display:block;*/
    margin-top: 12px;
    font-family: "AvenirLTStd-Light", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
  }
  footer div > ul > li:before {
    display: none !important;
  }
  footer div .inline li {
    width: auto;
    padding: 0 12px 0 0;
    font-size: 1.2rem;
  }
  /*************************  Various list styles  **************************/
  .iconlist li {
    margin-top: 48px;
    margin-bottom: 18px;
  }
  .iconlist li h3 {
    font-size: 2.2rem;
  }
  .iconlist li p {
    font-size: 1.5rem;
    display: none;
  }
  .audience {
    margin-left: -5px;
    margin-right: -5px;
  }
  .audience li {
    display: block;
    float: left;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: 33.333333%;
  }
  .audience li a {
    padding: 155px 24px 24px;
    height: 240px;
    background-position: 50% 30%;
    background-size: auto 70px;
    font-size: 2.2rem;
    text-align: center;
  }
  /*************************  Sections  **************************/
  section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  section > p,
  section > .container > p {
    max-width: 60%;
    margin: 0 auto;
  }
  section.blue a.btn:last-child {
    width: 400px;
  }
  section#carousel {
    height: 600px;
  }
  section#carousel .wrapper {
    bottom: 145px;
  }
  section#carousel .wrapper h3 {
    font-size: 4.8rem;
  }
  section#carousel .wrapper p {
    width: 45%;
  }
  section#carousel .slide-image:after {
    display: none;
  }
  section#carousel .resources-crumbs {
    display: block;
  }
  .resources section#carousel .slide-nav .slide-pagination {
    bottom: 60px;
  }
  .resources section#carousel .slide-nav .slide-pagination .slide-pager {
    width: 25px;
    height: 25px;
    border-radius: 15px;
  }
  .resources section#carousel .slide-rail .slide .btn {
    margin-top: 30px;
  }
  .resources section#carousel .slide-btn {
    width: 58px;
    height: 117px;
    background-image: url("../styles/images/carousel-chevron.svg");
    transform: rotate(180deg);
    right: -8%;
  }
  .resources section#carousel .slide-btn:first-child {
    left: -8%;
    transform: rotate(0deg);
  }
  .resources section#carousel .slide .wrapper {
    bottom: 145px;
  }
  .resources section#carousel .slide .wrapper .container > h3 {
    max-width: 50%;
  }
  section#services .slide {
    margin-bottom: 0;
  }
  section#services .slide a {
    height: 195px;
  }
  section#services .slide a h3 {
    font-size: 2.4rem;
    position: absolute;
    bottom: 0;
  }
  section#services .slide p {
    display: block;
    font-size: 1.2rem;
  }
  section#promotional a.btn {
    width: 460px;
  }
  section#video {
    padding-top: 66px;
  }
  section#video h3 {
    font-size: 3.2rem;
  }
  section#video .video-image {
    width: 100%;
    height: auto;
  }
  section#video .video-text {
    margin-top: -18px;
  }
  section#video .video-text h2,
  section#video .video-text h3,
  section#video .video-text h4 {
    margin: 0 0 6px 0;
  }
  section#blog .btn {
    width: 505px;
  }
  section#blog .blog {
    min-height: 180px;
    margin-top: 15px;
    position: relative;
  }
  section#blog .blog .wrapper {
    padding: 10px;
  }
  section#blog .blog .wrapper h3 {
    font-size: 2.2rem;
  }
  section#blog .blog .wrapper p {
    font-size: 1.5rem;
  }
  section#blog .blog.featured {
    height: 375px;
  }
  section#community a.btn,
  section.showcase a.btn {
    margin: 24px auto 0 auto;
    width: 460px;
    display: block;
  }
  section.center > p,
  section.center > .container > p {
    max-width: 60%;
    margin: 0 auto;
  }
  section#advert {
    text-align: center;
  }
  section#advert .advertLogo {
    max-width: 220px;
  }
  section#advert li img {
    max-height: 120px;
    width: auto;
  }
  section#advert li span {
    display: block;
  }
  #actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #actions ul li {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    display: table;
    height: 105px;
  }
  #actions ul li a {
    font-size: 2.4rem;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  /***************************** Content styles *******************************/
  .video-video {
    margin: 0;
    padding-bottom: 49.25%;
  }
  #banner {
    height: 200px;
  }
  #banner.tall {
    height: 430px;
  }
  #banner.tall #breadcrumb {
    margin-bottom: 0;
  }
  #banner #breadcrumb {
    position: absolute;
    top: 14%;
  }
  #banner h1 {
    position: absolute;
    top: 40%;
    width: 60%;
  }
  .icon {
    display: inline-block;
    float: none;
    text-align: left;
    padding-left: 0px;
    padding-right: 80px;
    width: auto;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .icon:before {
    vertical-align: middle;
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .blog #carousel .slide-pagination,
  .blog #carousel .wrapper {
    bottom: 40px;
  }
  .blog #content .grey {
    background-color: #fff;
    padding-bottom: 0;
  }
  .blog h1 {
    font-size: 4.2rem;
  }
  .blog .filters {
    display: block;
  }
  .blog .filters .toggle {
    margin-bottom: 10px;
  }
  .blog .filters .toggle input[type="radio"] + label {
    border-left: 1px solid #4f4c4d;
    padding-left: 20px;
    width: auto;
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }
  .blog .filters .toggle input[type="radio"] + label:first-of-type {
    border-left: none;
  }
  .blog .filters .tags {
    margin-bottom: 30px;
  }
  .blog .filters .tags input[type="radio"] + label {
    display: inline-block;
    margin: 18px 6px 0 6px;
    padding: 10px 30px;
  }
  .blog .blog-list .service {
    margin-top: 12px;
  }
  .blog .blog-list .service a {
    padding-top: 0px;
    height: 210px;
  }
  .blog .blog-list .service a.service-img {
    display: table;
  }
  .blog .blog-list .service a.service-img.wide {
    display: none;
  }
  .news-list li {
    border: 1px solid #edeff1;
  }
  .news-list li .news-image {
    height: 180px;
  }
  .news-list li h3 {
    font-size: 2.5rem;
  }
  .news-list li .caption {
    display: block;
    margin: 5px 0 10px 0;
  }
  .service {
    margin-top: 24px;
  }
  .service a {
    padding-top: 160px;
  }
  .service a h3 {
    font-size: 2.4rem;
  }
  .service p {
    display: block;
  }
  .landingPage .service .service-img {
    display: block;
  }
  .landingPage .service .service-img.wide {
    display: none;
  }
  .landing-boxset {
    clear: both;
  }
  .landing-boxset .landing-box {
    width: 50%;
  }
  .card .card-img {
    display: block;
  }
  .card .card-img.wide {
    display: none;
  }
  .card .card-img .type-label {
    bottom: 20px;
    right: 20px;
    top: auto;
  }
  .card .card-summary {
    background-color: #edeff1;
    position: static;
    padding: 20px;
  }
  .card .card-summary h3 {
    font-size: 1.6rem;
    color: #0091c8;
    margin-bottom: 20px;
  }
  .card .card-summary p {
    display: block;
  }
  .card-macro {
    width: 49.5%;
    padding-left: 0;
    padding-right: 15px;
  }
  .card-macro:nth-of-type(2n) {
    padding-left: 15px;
    padding-right: 0;
  }
  .resources .filter-menu-button {
    display: none;
  }
  .resources .filters {
    margin: 0 auto;
    display: block!important;
    position: static;
    background-color: transparent;
    text-align: left;
    overflow-y: visible;
  }
  .resources .filters .close-filters,
  .resources .filters .clear-filters {
    display: none;
  }
  .resources .filters .tags,
  .resources .filters .types {
    margin-bottom: 20px;
    margin-bottom: 5px;
    padding: 0 0 0 100px;
  }
  .resources .filters .tags legend,
  .resources .filters .types legend {
    top: 18px;
    top: 10px;
    position: absolute;
    left: 0;
    padding: 8px 0;
  }
  .resources .filters .tags input[type="checkbox"] + label,
  .resources .filters .types input[type="checkbox"] + label {
    display: inline-block;
    margin: 18px 6px 0 6px;
    margin: 6px 6px 0 6px;
    padding: 10px 10px;
    font-size: 1.7rem;
  }
  .resources .dark-grey {
    background-color: #edeff1;
  }
  .resources .resources-lists .blog-list {
    padding: 40px 0;
  }
  .resources .resources-lists .blog-list .card {
    margin: 24px 0;
  }
  #content.page.collection .container .card .card-summary h3 {
    color: #0091c8;
  }
  #content.page .wide-section > .container:before {
    width: 200%;
    left: -50%;
    right: 0;
  }
}
@media (min-width: 992px) {
  .video-video {
    padding-bottom: 50.85%;
  }
  /****************************  Content areas  *******************************/
  #gallery a {
    width: 25%;
  }
  header #logo,
  .home header #logo {
    margin: 12px 12px;
  }
  header #nav nav ul li,
  .home header #nav nav ul li {
    padding: 12px 12px;
  }
  header #nav nav ul li a,
  .home header #nav nav ul li a {
    font-size: 1.8rem;
    padding: 12px;
    border-top: none;
  }
  header #nav #search-form input[type="search"]:focus,
  .home header #nav #search-form input[type="search"]:focus {
    width: 260px;
  }
  header #nav #search-form.hover input[type="search"],
  .home header #nav #search-form.hover input[type="search"],
  header #nav #search-form.click input[type="search"],
  .home header #nav #search-form.click input[type="search"] {
    width: 260px;
  }
  section#blog .blog .wrapper h3 {
    font-size: 2.4rem;
  }
  section#blog .blog .wrapper p {
    font-size: 1.6rem;
  }
  .resources section#carousel .slide .wrapper .container > p {
    display: block;
  }
  .landing-boxset {
    clear: both;
  }
  .landing-boxset .landing-box {
    width: 33.33333%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  section#services .notablet .slide-window .slide-rail .slide {
    float: left;
    width: 33.333333% !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1080px;
  }
  #banner h1 {
    width: 40%;
  }
  footer div ul {
    text-align: left;
  }
  footer div > ul > li {
    float: left;
    vertical-align: top;
    width: 16.6666%;
    border-left: none !important;
    padding: 0;
  }
  footer div > ul > li ul {
    display: block;
  }
  /******************************  SECTIONS  *******************************/
  section#carousel .wrapper {
    bottom: 120px;
  }
  section#carousel .slide-btn {
    display: block;
    top: calc(241.5px);
  }
  .resources section#carousel .slide .wrapper {
    bottom: 120px;
  }
  section#services .slide a {
    height: 275px;
  }
  section#services .slide a h3 {
    font-size: 3.3rem;
  }
  section#services .slide p {
    font-size: initial;
  }
  section#blog .blog {
    min-height: 265px;
    margin-top: 16px;
  }
  section#blog .blog.featured {
    height: 546px;
  }
  section#blog .blog .wrapper {
    padding: 20px;
  }
  section#blog .blog .wrapper h3 {
    font-size: 3.3rem;
  }
  section#blog .blog .wrapper p {
    font-size: 1.7rem;
  }
  #actions ul li {
    display: block;
    height: auto;
  }
  #actions ul li a {
    display: block;
    width: auto;
  }
  .video-video {
    padding-bottom: 51.4%;
  }
  /******************************  LIST TYPES  *******************************/
  .iconlist li p {
    display: block;
  }
}
