/*! EDITOR STYLES START (DO NOT REMOVE THIS COMMENT) */
/**
 * This partial contains default variables values for the GOSS framework
 * Any overrides and theme specific variables should be done in their local _variables.scss file
 */
/**
 * This partial contains font size conversions from PX to EM or REM
 */
/**
 * This partial contains standard styling for the iCM editor
 * Any theme specific styling should be done in their local editor.scss file
 *
 * The file is broken into 4 sections:
 *	1/. "Base" defines the core structural styles which dictate the main HTML structural elements.
 *	2/. "Editor" defines styles listed in iCM's HTML Editor (the "Styles" drop down").
 *  3/. "Messages" defines the message styling for error/success/info statements, etc.
 *	4/. "Tables" defines table auto-format rules for iCM's HTML Editor
 */
/**
 * This partial contains the base styles for the iCM editor
 * Any theme specific styling should be done in their local editor.scss file
 */
/**
 * This partial allows for ease of use when requesting a Google font
 * Example use: ("Droid Sans": ("400", "700"))
 */
@import url("//fonts.googleapis.com/css?family=Open%20Sans%3A400%2C700");
/**
 * Base styles
 */
* {
  margin: 0;
  outline: none;
  padding: 0; }

a {
  color: #0c3b5e;
  text-decoration: underline; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

blockquote, input, select, textarea {
  font-size: 1em; }

blockquote, body, input, select, textarea {
  font-family: "Open Sans", sans-serif; }

body {
  background: white;
  color: #040f1e;
  font-size: 16px; }

blockquote {
  background: url("../images/quote-top.gif") no-repeat top left;
  display: block;
  font-style: italic;
  overflow: hidden;
  padding: 2em 0 0 2.25em; }
  blockquote p {
    margin: 0;
    padding: 0 2.25em 2em 0;
    background: url("../images/quote-bottom.gif") no-repeat bottom right; }

dd, ol, ul {
  padding-left: 1em; }

hr {
  background: #AAA;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  height: 1px; }

img, input[type=image] {
  border: none; }

p {
  line-height: 1.5em;
  margin: 1em 0; }

q {
  font-style: italic;
  padding: 2em 2.25em; }

.strike, .ck_strike {
  text-decoration: line-through; }

.strong, .strongtitle, .ck_strong {
  font-weight: bold; }

.underline, .ck_underline {
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }
  h1, h1 address, h1 blockquote, h1 form, h1 label, h1 ol, h1 ul, h2, h2 address, h2 blockquote, h2 form, h2 label, h2 ol, h2 ul, h3, h3 address, h3 blockquote, h3 form, h3 label, h3 ol, h3 ul, h4, h4 address, h4 blockquote, h4 form, h4 label, h4 ol, h4 ul, h5, h5 address, h5 blockquote, h5 form, h5 label, h5 ol, h5 ul, h6, h6 address, h6 blockquote, h6 form, h6 label, h6 ol, h6 ul {
    margin: .5em 0; }

h1 {
  font-size: 1.5625em; }

h2 {
  font-size: 1.375em; }

h3 {
  font-size: 1.1875em; }

h4 {
  font-size: 1.14286em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.85714em; }

/**
 * This partial contains the editor styles for the iCM editor
 * Any theme specific styling should be done in their local editor.scss file
 */
/**
 * iCM Editor Styles
 */
.aligncentre {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.serif {
  font-family: Georgia, "Times New Roman", Times, serif; }

.snippet {
  display: block;
  overflow: hidden;
  padding: 1em 2em; }

span.hiddentitle, span.nonetitle {
  display: none !important; }
span.remainder {
  margin: .5em 0; }

.text-blue {
  color: #131E44; }

.text-green {
  color: #607848; }

.text-red {
  color: #BB4635; }

span.positionleft, span.positionright {
  display: block;
  margin: 1em 0;
  text-align: center; }

@media (min-width: 420px) {
  span.positionleft, span.positionright {
    clear: left;
    display: inline;
    float: left;
    margin: 0 1.8em .5em 0; }
    span.positionleft a, span.positionleft span, span.positionright a, span.positionright span {
      display: block; }
    span.positionleft span, span.positionright span {
      font-style: italic; }
  span.positionright {
    clear: right;
    float: right;
    margin-left: 1.8em;
    margin-right: 0; } }
/**
 * This partial contains message styling for the GOSS framework
 * Any theme specific styling should be done in their local style.scss file
 */
.error, .information, .success, .thankyou, .warning {
  border-left: 3px solid transparent;
  clear: both;
  color: #222;
  margin: 1em 0;
  padding: 0.5em 1em; }
  .error, .error ul, .information, .information ul, .success, .success ul, .thankyou, .thankyou ul, .warning, .warning ul {
    list-style: none; }
  .error p, .information p, .success p, .thankyou p, .warning p {
    line-height: normal;
    margin: .5em 0 0; }

.error {
  background-color: #FFD2D3;
  border-color: #DF8F90; }

.information {
  background-color: #DBECFF;
  border-color: #9FC7F5; }

.success, .thankyou {
  background-color: #D7FFCD;
  border-color: #9ADF8F; }
  .success ~ br, .thankyou ~ br {
    display: none; }

.warning {
  background-color: #FEFCCB;
  border-color: #E5DB55; }

/**
 * This partial contains the table styles for the iCM editor
 * Any theme specific styling should be done in their local editor.scss file
 */
/**
 * iCM Table Styles
 */
table {
  border: 1px solid transparent;
  border-collapse: collapse; }
  table td {
    border: 0;
    padding: 1em .5em; }
  table.generic {
    border: 1px solid #C0C0C0; }
    table.generic td, table.generic th {
      background: white;
      border-bottom: 1px solid #C0C0C0;
      font-weight: normal;
      padding: .5em 1em; }
      table.generic td ~ td, table.generic td ~ th, table.generic th ~ td, table.generic th ~ th {
        border-left: 1px solid #C0C0C0; }
    table.generic th {
      background-color: #E0E0E0;
      font-weight: bold; }
    table.generic tr:last-child > td {
      border-bottom: 0; }
    table.generic tr:nth-child(even) > td {
      background: #EEE; }
  table.grid > tbody {
    width: 100% !important; }

/*! EDITOR STYLES END (DO NOT REMOVE THIS COMMENT) */
/**
 * This partial contains generic styling for the GOSS framework
 * Any theme specific styling should be done in their local style.scss file
 */
article, aside, footer, header, hgroup, main, nav, section {
  display: block; }

a {
  text-decoration: none; }
  a:focus, a:hover {
    text-decoration: underline; }

.block {
  display: block !important; }

.clear {
  clear: both; }
  .clear.left {
    clear: left; }
  .clear.right {
    clear: right; }

.debugtext {
  display: none; }

footer, .footer {
  clear: both;
  margin-top: 1em;
  padding: 1em 0; }

.highlight, mark {
  background: transparent;
  color: #609; }

html {
  -webkit-text-size-adjust: none; }

iframe {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

body:not(.js) img[data-original] {
  display: none; }

.info {
  font-size: .9em;
  padding: 0 0 .5em; }

p.intro {
  font-weight: bold; }

.text-center {
  text-align: center !important; }


.article-elements .text-center {
    text-align: left !important;

}
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; 
}

.textblock-default {
  line-height: 1.5em; }
  .textblock-default h2, .textblock-default h3, .textblock-default h4 {
    line-height: normal; }

.title {
  font-size: 1.1em;
  font-weight: bold; }

.wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  margin: auto;
  max-width: 1000px;
  width: 100%; }

.left-content {
  display: none; }

main {
  overflow: hidden; }

.desktop-only, .hidden, .js-only, .print-only {
  display: none !important; }

.js .js-only {
  display: initial !important; }

.table-overflow {
  overflow-x: auto;
  overflow-y: hidden; }

a > img + span.tooltip {
  display: none; }
a > span.tooltip {
  background: 3px 1px url("../images/new-window.png") no-repeat;
  padding-right: 19px;
  cursor: pointer;
  height: 12px;
  display: inline-block; }
  a > span.tooltip span {
    position: absolute;
    top: -999em;
    left: -999em; }

@media (min-width: 420px) {
  .mobile-only {
    display: none !important; } }
@media (min-width: 800px) {
  .desktop-only {
    display: initial !important; }

  .left-content {
    display: block;
    float: left;
    margin-right: 2em;
    width: 20%; } }
/**
 * This partial contains form styling for the GOSS framework
 * Any theme specific styling should be done in their local style.scss file
 */
a#form {
  display: none; }

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #609;
  border: 0;
  -moz-border-radius: 0.21429em;
  -webkit-border-radius: 0.21429em;
  border-radius: 0.21429em;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  margin: .5em .5em .5em 0;
  padding: .5em .8em;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  text-decoration: none;
  -webkit-appearance: none; }
  .button:active, .button:focus, .button:hover, button:active, button:focus, button:hover, input[type="button"]:active, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:focus, input[type="submit"]:hover {
    box-shadow: inset 0 0 20em rgba(0, 0, 0, 0.25);
    text-decoration: none; }
  .button[disabled], button[disabled], input[type="button"][disabled], input[type="reset"][disabled], input[type="submit"][disabled] {
    background: grey;
    cursor: default;
    opacity: .8; }
  .button::-moz-focus-inner, button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0; }

dl {
  padding: 0 .5em; }

em[title=required] {
  color: red; }

fieldset {
  border: 0; }

input, select, textarea {
  border: 1px solid #CCC;
  box-sizing: border-box;
  -moz-border-radius: 0.21429em;
  -webkit-border-radius: 0.21429em;
  border-radius: 0.21429em;
  display: inline-block;
  margin: .5em 0;
  outline: 0;
  padding: .5em .8em;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  width: 100%; }
  input[disabled], select[disabled], textarea[disabled] {
    background: silver;
    cursor: default; }
  input:focus, select:focus, textarea:focus {
    box-shadow: inset 0 0 20em rgba(0, 0, 0, 0.05);
    border-color: #c4c4c4; }

input[type=checkbox], input[type=radio] {
  border: 0;
  display: inline-block;
  margin: 1em .5em 1em 0;
  vertical-align: middle;
  width: auto; }
  input[type=checkbox] + label, input[type=checkbox] + * + label, input[type=radio] + label, input[type=radio] + * + label {
    display: inline-block; }

label, .label {
  color: #040f1e;
  display: block;
  font-size: 1.07143em;
  margin-top: .5em;
  width: auto; }

legend {
  clear: both;
  color: #040f1e;
  float: left;
  font-size: 1.28571em;
  font-weight: bold;
  padding-bottom: 20px;
  width: 100%; }

#recaptcha_table {
  background: white;
  margin: 1.5em 0 !important; }

.field_recaptchav2 {
  margin: 1.5em 0; }

select {
  overflow: auto;
  width: auto; }

textarea {
  resize: vertical; }

@media (min-width: 420px) {
  .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    width: auto; } }
/**
 * This partial contains grid styling for the GOSS framework
 * Any theme specific styling should be done in their local style.scss file
 */
.grid {
  clear: both;
  letter-spacing: -.3em;
  overflow: hidden;
  padding: 0;
  /**
   * Columns
   * 
   * Can be specified in one of two ways
   * <div class="grid column-1-2"><div /><div /></div>
   * <div class="grid"><div class="column-1-2" /><div class="column-1-2" /></div>
   */ }
  .grid > * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    letter-spacing: normal;
    list-style: none;
    padding: 1em;
    word-spacing: normal;
    vertical-align: top; }
  .grid.bottom > * {
    vertical-align: bottom; }
  .grid.middle > * {
    vertical-align: middle; }
  .grid td, .grid tr {
    display: block; }
  .grid .grid {
    margin-bottom: 0;
    margin-top: 0; }
    .grid .grid > * {
      padding-top: 0; }
  @media (min-width: 1000px) {
    .grid.column-1-2 > *, .grid.column-1-2 > * > tr,
    .grid > .column-1-2 {
      display: inline-block;
      width: 50%; } }
  @media (min-width: 666px) {
    .grid.column-1-3 > *, .grid.column-1-3 > * > tr,
    .grid > .column-1-3 {
      display: inline-block;
      width: 50%; } }
  @media (min-width: 1000px) {
    .grid.column-1-3 > *, .grid.column-1-3 > * > tr,
    .grid > .column-1-3 {
      display: inline-block;
      width: 33.33333%; }
    .grid.column-2-3 > *, .grid.column-2-3 > * > tr,
    .grid > .column-2-3 {
      width: 66.66667%; } }
  @media (min-width: 500px) {
    .grid.column-1-4 > *, .grid.column-1-4 > * > tr,
    .grid > .column-1-4 {
      display: inline-block;
      width: 50%; } }
  @media (min-width: 750px) {
    .grid.column-1-4 > *, .grid.column-1-4 > * > tr,
    .grid > .column-1-4 {
      display: inline-block;
      width: 33.33333%; }
    .grid.column-2-4 > *, .grid.column-2-4 > * > tr,
    .grid > .column-2-4 {
      width: 66.66667%; } }
  @media (min-width: 1000px) {
    .grid.column-1-4 > *, .grid.column-1-4 > * > tr,
    .grid > .column-1-4 {
      display: inline-block;
      width: 25%; }
    .grid.column-2-4 > *, .grid.column-2-4 > * > tr,
    .grid > .column-2-4 {
      width: 50%; }
    .grid.column-3-4 > *, .grid.column-3-4 > * > tr,
    .grid > .column-3-4 {
      width: 75%; } }

/**
 * This partial contains list styling for the GOSS framework
 * Any theme specific styling should be done in their local style.scss file
 */
.inline-list {
  letter-spacing: -3px;
  margin: 1em 0;
  padding: 0; }
  .inline-list li {
    display: inline-block;
    letter-spacing: normal;
    list-style: none;
    word-spacing: normal;
    vertical-align: top; }
    .inline-list li ~ li {
      margin-left: 1em; }

.list .image {
  display: block;
  margin-bottom: 1em; }
.list > .item {
  overflow: hidden;
  padding: .7em 0; }
  .list > .item .image {
    float: left;
    margin: 0 1em 0 0; }
    .list > .item .image + .content {
      overflow: hidden; }
.list .item .media img, .list .item .media .media-text, .list .media > .summary ~ img, .list .media > .summary ~ .media-text {
  display: inline;
  vertical-align: top; }
.list .item .media img, .list .media > .summary ~ img {
  margin-right: .4em; }
.list .item .media {
  margin-top: .6em; }
.list .summary {
  margin: .3em 0; }
  .list .summary > *:first-child {
    margin-top: 0; }
  .list .summary > *:last-child {
    margin-bottom: 0; }
.list .title + * {
  margin-top: .3em; }

.text-center .list .image, .list.text-center .image, .list .text-center .image {
  float: none;
  display: block;
  margin: 0 0 1em; }

ul.no-style, ol.no-style {
  list-style: none;
  padding: 0; }
  ul.no-style li, ol.no-style li {
    margin: .6em 0; }

/**
 * This partial contains contact styling for the GOSS framework
 * Any theme specific styling should be done in their local style.scss file
 */
.contact {
  overflow: hidden; }
  .contact .detail {
    margin: 1em 0; }
    .contact .detail > .social {
      margin-top: .6em; }
      .contact .detail > .social img:hover {
        opacity: .8; }
    .contact .detail .title, .contact .detail .value {
      display: block; }
    .contact .detail ul {
      margin: 0; }
    .contact .detail .value {
      margin-top: .3em; }

/**
 * This partial contains element template styling for the GOSS next-gen framework
 * Any theme specific styling should be done in their local style.scss file
 */
.article-elements {
  letter-spacing: .05em;
  margin-top: 3em;
  text-shadow: -0.05em -0.05em 0.05em rgba(255, 255, 255, 0.3); }
  .article-elements > .colour-black, .article-elements > .colour-navy, .article-elements > .colour-purple {
    text-shadow: -0.05em -0.05em 0.05em rgba(0, 0, 0, 0.3); }
  .article-elements.underlay {
    margin-top: -2em; }
    .article-elements.underlay > :first-child {
      padding-top: 6em; }
  .article-elements .error, .article-elements .error *, .article-elements .errorblock * {
    color: #222; }
  .article-elements > * {
    background-position: center;
    background-size: cover;
    padding-bottom: 4em;
    padding-top: 4em; }
  .article-elements .button, .article-elements .button * {
    color: white;
    text-shadow: none; }
  .article-elements .textblock-component > :first-child {
    margin-top: 0; }
  .article-elements .textblock-component > :last-child {
    margin-bottom: 0; }
  .article-elements .form {
    background: transparent;
    margin: 0;
    padding: 0; }

/**
 * This partial contains poll template styling for the GOSS next-gen framework
 * Any theme specific styling should be done in their local style.scss file
 */
.poll-results {
  border: 0;
  margin: 1em 0;
  width: 100%; }
  .poll-results td {
    border: 0;
    display: block;
    width: 100%; }
    .poll-results td.answer {
      font-weight: bold; }
    .poll-results td.vote .bar {
      background: #0c3b5e;
      height: 25px;
      margin: .5em 0; }
  .poll-results th {
    display: none; }
  .poll-results tr {
    display: block; }
    .poll-results tr ~ tr {
      margin-top: 1.5em; }
  @media (min-width: 480px) {
    .poll-results .normal ~ .normal td {
      border-top: 1px solid #CCC; }
    .poll-results td {
      display: table-cell;
      width: auto; }
      .poll-results td.answer {
        width: 10em; }
      .poll-results td.percent {
        padding: 0 .5em;
        width: 4em;
        text-align: center; }
      .poll-results td.vote .bar {
        margin: 1em 0; }
    .poll-results tr {
      display: table-row; } }

@media print {
  /**
   * This partial contains standard styling for the GOSS framework
   * Any theme specific styling should be done in their local print.scss file
   */
  * {
    overflow: visible !important; }

  body {
    background: white;
    color: black;
    font-size: .8em; }

  .icmform {
    border: 1px solid #DDD; }

  .no-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .wrapper {
    min-width: 0; } }



.feature .carousel__item .wrapper .title,
div[class^="textblock-"], article .textblock-default, .landing > h2, [data-template="listv2"] .list {
    padding-left: 30px!important;
    padding-right: 30px!important;
}
.landing > .button {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
    [data-template="landing"] .grid > .column-1-3 {
        width: 100%;
    }

    .grid {
        clear: both;
        letter-spacing: -.3em;
        margin: .5em -1em;
        overflow: hidden;
        padding: 0;
    }

        .grid > * {
            letter-spacing: normal;
            word-spacing: normal;
        }

        .grid td, .grid tr {
            display: block;
        }

        .grid .grid {
            margin-bottom: 0;
            margin-top: 0;
        }

            .grid .grid .grid__cell {
                padding-top: 0;
            }

    .grid__cell {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        list-style: none;
        padding: 1em;
        vertical-align: top;
    }

    /* Wildcards Dynamic Grid, 5 wide by default for Breckland*/
    div[class^="grid grid--"] .grid__cell {
        display: inline-block;
        width: 19.9%;
    }

    div[class^="grid grid--2col"] .grid__cell {
        display: inline-block;
        width: 49.9%;
    }

    div[class^="grid grid--3col"] .grid__cell {
        display: inline-block;
        width: 33.33333%;
    }

    div[class^="grid grid--4col"] .grid__cell {
        display: inline-block;
        width: 24.9%;
    }
}


@media (min-width:1000px) {

    /* Defaulting everything to a 5 wide rule for Breckland */
    div[class^="grid grid--"] .grid__cell {
        width: 19%;
    }

        div[class^="grid grid--2col"] .grid__cell {
        width: 49.9%;
    }

    div[class^="grid grid--3col"] .grid__cell {
        width: 33%;
    }

    div[class^="grid grid--4col"] .grid__cell {
        width: 24%;
    }
}@charset "UTF-8";
a {
    color: #0A71CF;
    text-decoration: underline;
}

a.button,
a:focus,
a:hover {
    text-decoration: none;
}

body {
    font: 16px Arial;
    letter-spacing: .025em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb a,
header a {
    text-decoration: none;
}

.breadcrumb a:focus,
.breadcrumb a:hover,
header a:focus,
header a:hover {
    text-decoration: underline;
}

input {
    border-radius: 0 !important;
}

mark {
    color: inherit;
    font-weight: bold;
}

article > .wrapper:first-child {
    max-width: 100%;
    padding: 0px;
}

article > .wrapper:first-child .wrapper h1,
article > .wrapper:first-child .wrapper > p {
    padding: 0 30px;
}

body[data-template="landing"] .grid > *  {
	padding: 30px;
}
body[data-template="landing"] .content {
	margin: 0;
}

body[data-template="landing"] .grid div.column-1-3,
body[data-template="landing"] .grid div.column-1-4 {
	padding-left: 30px;
}

header .wrapper {
    padding: 0 20px;
}

.wrapper.small {
    max-width: 800px;
}

.wrapper.wide {
    max-width: 1200px;
}

@media (max-width: 1000px) {
    .mobile-only {
        display: inline !important;
    }
}

.textblock-component > *,
.textblock-cta > *,
.textblock-default > *,
.information .textblock-newsflash > * {
    margin: 0;
}

.textblock-component > * ~ *,
.textblock-cta > * ~ *,
.textblock-default > * ~ *,
.information .textblock-newsflash > * ~ * {
    margin-top: 30px;
}

.textblock-component ul li ~ li,
.textblock-default ol li,
.textblock-cta ul li ~ li,
.textblock-default ul li ~ li,
.information .textblock-newsflash ul li ~ li {
    margin-top: 15px;
}
.textblock-default ul {
    margin-top: 10px;
}
.dropdown-toggle {
    cursor: pointer;
    height: 8px;
    margin-top: -.25em;
    opacity: .9;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    z-index: -1;
}

.grid div.column-1-3,.grid div.column-1-4 {
    padding-left: 0;
}
.grid div.column-1-3:nth-child(3n), .grid div.column-1-4:nth-child(4n) {
    padding-right: 0;
}


@media (max-width: 1000px) {
    .grid div.column-1-3 {
        padding-left: 30px;
    }
    .grid div.column-1-3:last-of-type, .grid div.column-1-3:nth-child(3n) {
        padding-right: 30px;
    }
}

.inlinemedia ~ p {
    margin-top: 0px;
    background-color: blue;
}
a.inlinemedia{
    display: inline-block;
} 

.landing .content {
    margin: 0 30px;
}

.article-component .wrapper .text-center > a.button {
    margin-left: 30px;
}
/**
 * Newsflash
 */

.newsflash {
    background: orange;
    border: 0;
    margin: 0;
    padding: 30px 0;
}

#newsflash-button {
    height: 15px;
    float: right;
    margin: -30px 0;
}

span.positionleft,
span.positionright {
    margin-top: .2em;
}


@media (max-width: 1000px) {
    .dropdown-toggle {
        display: none;
    }
    #newsflash-button {
	    float: none;
	    height: auto;
	    margin: 0;
	    padding: none;
	    text-align: center;
	    width: 100%;
    }
    #newsflash-button > input {
	    margin: auto;
	    padding: 14px;
	    position: relative;
	    top: 22px;
	    box-sizing: content-box;
	    width: 14px;
    }
}

.dropdown-toggle:after,
.dropdown-toggle:before {
    background: #004075;
    content: "";
    display: block;
    height: 2px;
    left: -5px;
    position: absolute;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all .3s;
    width: 16px;
}

.dropdown-toggle:after {
    left: auto;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    right: -5px;
}

header ul.site li:hover > .has-children + .dropdown-toggle:after,
header ul.site li:hover > .has-children + .dropdown-toggle:before,
header ul.site li:focus > .has-children + .dropdown-toggle:after,
header ul.site li:focus > .has-children + .dropdown-toggle:before {
    bottom: 0;
}

header ul.site li:hover > .has-children + .dropdown-toggle:after,
header ul.site li:focus > .has-children + .dropdown-toggle:after {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

header ul.site li:hover > .has-children + .dropdown-toggle:before,
header ul.site li:focus > .has-children + .dropdown-toggle:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


/**
 * Header
 */

#SkipNavigation {
    float: left;
    opacity: 0;
    width: 0px;
    height: 0px;
}

#SkipNavigation:focus {
    opacity: 1;
    width: auto;
    height: auto;
}

#headerutilnav li.navhover .subnav,
#headerutilnav li:focus .subnav,
#headerutilnav li.navfocus .subnav,
#headerutilnav li.navhover .second_subnav,
#headerutilnav li.navfocus .second_subnav {
    display: block;
}

header {
    border-bottom: 1px solid #ECECEC;
    padding: 20px 0;
    position: relative;
    z-index: 9999;
}

header a,
header span {
    color: #004075;
    display: block;
}

header ul.site > li > a {
    line-height: 16px;
    text-decoration: none;
}
header ul.site > li a:hover {
    color: #003058;
    text-decoration: underline;
}
header .wrapper {
    position: relative;
}

header .menu-toggle {
    display: none;
}

header .search {
    margin-bottom: 30px;
    position: relative;
}

header .search input[type=search] {
    border-color: #004075;
    margin: 0;
    max-width: none;
    padding: .5em 4em .5em 1em;
    -webkit-appearance: none;
}

header .search input[type=search]:focus {
    box-shadow: none;
}

header .search input[type=submit] {
    background: #004075 url("../images/search-icon.png") no-repeat center;
    bottom: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999em;
    transition: opacity .3s;
    width: 3em;
}

header .search label {
    display: none;
}

@media (max-width: 1000px) {
    header .menu-toggle {
        cursor: pointer;
        display: block;
        height: 12px;
        position: absolute;
        right: 30px;
        text-indent: -9999em;
        top: 16px;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transition: all .3s ease-in;
        width: 16px;
    }
    header .menu-toggle:after {
        content: "";
        display: block;
        height: 400%;
        margin: -125% 0 0 -100%;
        position: absolute;
        width: 300%;
    }
    header .menu-toggle span {
        background: #004075;
        height: 2px;
        position: absolute;
        transition: all .3s ease-in;
        width: 100%;
    }
    header .menu-toggle span.bottom {
        bottom: 0;
    }
    header .menu-toggle span.middle {
        margin-top: -1px;
        top: 50%;
    }
    header nav {
        height: 0;
        overflow: hidden;
        text-align: center;
    }
    header nav > * {
        opacity: 0;
        transform: translateY(-0.7em);
        -ms-transform: translateY(-0.7em);
        transition: all .3s ease-in;
    }
    header nav ul {
        padding: 0;
    }
    header nav ul.site li {
        list-style: none;
    }
    header nav ul.site li ~ li {
        border-top: 1px solid rgba(236, 236, 236, 0.1);
    }
    header nav ul.site li a,
    header nav ul.site li span {
        background-color: rgba(216, 224, 226, 0.75);
        padding: 1.2em 1em;
    }
    header nav ul.site li span {
        font-weight: bold;
    }
    header nav ul.site .sub-menu {
        display: block;
        background-color: white;
        padding: 0.5em 0;
    }
    header nav ul.site .sub-menu a,
    header nav ul.site .sub-menu span {
        background-color: white;
        padding: .5em 1em;
    }
    header.open nav {
        height: auto;
        margin-top: 30px;
    }
    header.open nav > * {
        opacity: 1;
        transform: translateY(0);
        -ms-transform: translateY(0);
    }
    header.open nav > * ~ * {
        transition-delay: .2s;
    }
    header.open nav > * ~ * ~ * {
        transition-delay: .4s;
    }
    header.open .menu-toggle {
        margin-top: -6px;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    header.open .menu-toggle span.bottom {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        top: 5px;
        width: 16px;
    }
    header.open .menu-toggle span.middle {
        opacity: 0;
    }
    header.open .menu-toggle span.top {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        top: 5px;
        width: 16px;
    }
}

@media (min-width: 1000px) {
    header {
        white-space: nowrap;
    }
    header .logo,
    header nav {
        box-sizing: border-box;
        display: inline-block;
        width: 10%;
        vertical-align: middle;
    }
    header.sticky {
        background: rgba(255, 255, 255, 0.95);
        position: fixed;
        top: 0;
        width: 100%;
    }
    header.sticky + main {
        padding-top: 7em;
    }
    header .logo img {
        margin: 0;
        max-height: none;
    }
    header nav {
        text-align: right;
        width: 90%;
    }
    header nav ul.site {
        padding: 0;
    }
    header nav ul.site > li {
        display: inline-block;
        position: relative;
    }
    header nav ul.site > li ~ li {
        margin-left: 1.2em;
    }
    header nav ul.site > li:active > .sub-menu,
    header nav ul.site > li:hover > .sub-menu,
    header nav ul.site li:focus > .sub-menu {
        display: block;
    }
    header nav ul.site > li span {
        font-weight: bold;
    }
    header nav ul.sub-menu {
        background: #D8E0E2;
        display: none;
        margin-top: 50px;
        min-width: 13em;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0px;
    }
    header nav ul.sub-menu:before {
        bottom: 100%;
        content: "";
        display: block;
        height: 38px;
        position: absolute;
        width: 100%;
    }
    header nav ul.sub-menu li {
        display: block;
        margin: 0 1em;
    }
    header nav ul.sub-menu li ~ li {
        border-top: 1px solid rgba(62, 83, 101, 0.2);
    }
    header nav ul.sub-menu li a,
    header nav ul.sub-menu li span {
        padding: .5em 1em;
    }
    header nav .has-children {
        padding-right: 1.5em;
    }
    header nav .has-children + .dropdown-toggle:after,
    header nav .has-children + .dropdown-toggle:before {
        background-color: #004075;
    }
    header .search input[type=search] {
        max-width: 50%;
    }
}

footer {
    background: #004075;
    line-height: 1.8em;
    margin: 0;
    padding: 30px 0;
}

footer a,
footer span {
    color: white;
    display: block;
}

footer .grid {
    margin: 0;
    text-align: center;
}

footer .contact a {
    display: inline;
}

footer .contact span {
    display: block;
}

footer .icons li ~ li {
    margin-left: .4em;
}

footer .powered-by-goss {
    color: #AAA;
    font-size: .9em;
}

@media (max-width: 1000px) {
    footer .grid > * {
        display: block !important;
        width: auto !important;
    }
}

@media (min-width: 1000px) {
    footer {
        text-align: left;
    }
    footer .grid > * {
        text-align: left;
    }
    footer .utilities li {
        margin: 0;
    }
}


/**
 * Feature
 */

.feature {
    background: #004075;
    color: white;
    position: relative;
}

.feature .title {
    color: inherit;
    font-size: 48px;
    margin: 0;
}

.feature .textblock-component {
    margin-top: 30px;
}

.feature ul {
    padding: 0;
}

.feature ul li {
    list-style: none;
}

.feature ul li .wrapper {
    padding: 60px 0 75px;
}

.unslider button a {
    text-decoration: none;
    transition: none;
}
.unslider button a::before {
    margin-top: -0.2em;
    transform: rotate(-45deg);
}
.unslider button a::after, .unslider button a::before {
    border-right: 2px solid white;
    content: "";
    display: block;
    height: 0.5em;
    margin-top: -0.25em;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: rotate(45deg);
    transition: right 0.3s ease 0s;
    width: 0.5em;
}

.unslider button:hover::after,
.unslider button:hover::before {
    background-color: #08569D;
    padding: 20px;
}
.unslider a {
    color: #ffffff;
}

.feature.unslider .dots {
    bottom: 30px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 2;
}

/* Slider for home page */

.carousel {
    background: #004075;
}

.carousel__item {
    background: url('http://qa6.gossinteractive.com/hscic-nextgen/nhsdigital/media/212/FindDataPub/variant1/FindDataPub');
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
    height: auto;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

div.slick-slider {
    margin-bottom: 0;
}
.slick-slide .wrapper {
    padding: 60px 0px;
}
.carousel .slick-dots {
    position: absolute;
    bottom: 35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.carousel .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 .25em;
    padding: 0;
    opacity: .9;
    cursor: pointer;
    transition: all .5s;
    background: #0A71CF;
    border-radius: 50%;
}

.carousel .carousel__item .textblock-component {
    max-width: 100%;
}

.carousel .slick-dots .slick-active {
    background: white;
}

.carousel .slick-dots li button:before {
    display: none;
}


/* end of slider styling */

/**
 * Breadcrumb
 */

div.breadcrumb {
    border-bottom: 1px solid #ECECEC;
    font-size: .9em;
    padding: 1em 0;
}

div.breadcrumb ol {
    box-sizing: border-box;
    margin: auto;
    max-width: 1200px;
    padding: 0 20px;
}

div.breadcrumb li {
    display: inline-block;
    padding: 0 .2em;
}

div.breadcrumb li:first-child {
    display: none;
}

div.breadcrumb a {
    font-weight: bold;
    color: #0A71CF;
}


/**
 * Call to action
 */

.cta {
    background: #D8E0E2;
    border-top: 1px solid #d2dbde;
    padding: 30px 0px;
}

.cta .button {
    margin: .5em;
}

.cta p {
    margin: 0;
}

.cta p ~ p {
    margin-top: 30px;
}

.cta .wrapper > * {
    margin: 0;
}

.cta .wrapper > * ~ * {
    margin-top: 1em;
}


/**
 * Top banner
 */

.article-heading h1,
.feature .title {
    max-width: 100%;
}

.article-heading .intro,
.feature .textblock-component {
    max-width: 425px;
}

@media (max-width: 600px) {
    .feature ul li,
    .article-heading {
        background-image: none !important;
        position: relative;
    }

    article > .wrapper:first-child .wrapper h1,
    article > .wrapper:first-child .wrapper > p {
    padding: 0 0px;
}

    body[data-template=landing] .article-heading {
        padding-left:30px;
        padding-right: 30px;
    }

    .news .container h2 {
        text-align:left !important;
    }
}

@media (min-width: 600px) {
    .feature ul li,
    .article-heading {
        background-position: right;
        background-repeat: no-repeat;
        position: relative;
        background-size: contain;
    }
    .feature ul li > *,
    .article-heading > * {
        z-index: 2;
        position: relative;
    }
    .feature ul li.has-background:after,
    .article-heading.has-background:after {
        background: linear-gradient(to right, #004075 55%, transparent);
        background-size:cover;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 80%;
    }
    .feature ul li.has-background.colour-blue:after,
    .article-heading.has-background.colour-blue:after {
        background: linear-gradient(to right, #0A71CF 55%, transparent);
    }
    .feature ul li.has-background.colour-dark-grey:after,
    .article-heading.has-background.colour-dark-grey:after {
        background: linear-gradient(to right, #3E5365 55%, transparent);
    }
    .feature ul li.has-background.colour-grey:after,
    .article-heading.has-background.colour-grey:after {
        background: linear-gradient(to right, #D8E0E2 55%, transparent);
    }
    .feature ul li.has-background.colour-navy:after,
    .article-heading.has-background.colour-navy:after {
        background: linear-gradient(to right, #004075 55%, transparent);
    }
    .feature ul li.has-background.colour-white:after,
    .article-heading.has-background.colour-white:after {
        background: linear-gradient(to right, white 55%, transparent);
    }
}


/**
 * Article content
 */

article .article-heading {
    padding: 50px 20px;
}

article .article-heading h1 {
    margin: 0;
}

article .article-heading .intro {
    margin: 30px 0 0;
}

.upperbody {
    letter-spacing: inherit;
    margin-top: 0;
}

.upperbody > * {
    padding: 60px 0;
    text-shadow: none !important;
}

article .article-heading + .wrapper {
    margin-bottom: 60px;
    margin-top: 60px;
}

article blockquote {
    background: transparent;
    font-style: normal;
    margin: 0 2em;
    padding: 1em 2em;
    position: relative;
    text-align: left;
}

article blockquote:before {
    color: #004075;
    content: "ô";
    display: block;
    font-size: 3em;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: .1em;
}

article blockquote > * {
    background: transparent;
    padding: 0;
    margin: 0;
}

article blockquote + * {
    clear: both;
}

article .textblock-default {
    box-sizing: border-box;
    margin: 50px auto;
    max-width: 1000px;
}

article .textblock-default a {
    text-decoration: underline;
}

article .textblock-default a.button {
    text-decoration: none;
}

.textblock-default h2 a {
    text-decoration: none;
    color: black;
}

a.button {
    border-radius: 5px;
}

h1,
h2,
h3,
.title {
    display: block;
    margin: 0 0 30px;
}

h1 {
    font-size: 48px;
    font-weight: bold;
}

h2 {
    font-size: 36px;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    font-weight: bold;
}

hr {
    background: #CCCCCC;
    margin: 1.6em 0;
}

p {
    line-height: 1.6em;
}

p.intro {
    font-weight: normal;
}

.social .wrapper {
    margin-bottom: 60px;
    margin-top: 60px;
}

.social .wrapper span {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 1000px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
}


/**
 * Grid overrides
 */

.grid > * {
    padding: 30px;
}


/**
 * Elements
 */

.article-elements {
    letter-spacing: inherit;
    margin-top: 0;
}

.article-elements > * {
    padding: 50px 0;
    text-shadow: none !important;
}
.news .grid div {
    padding-top: 0px;
}

/**
 * Related
 */

.related {
    background: #D8E0E2;
    padding: 45px 0;
}

.related .grid {
    margin-left: -15px;
    margin-right: -15px;
}

.related h2 {
    border-bottom: 1px solid #ECECEC;
    font-size: 1.25em;
    padding-bottom: 30px;
}

.related .icon {
    display: inline-block;
    margin-right: .5em;
    vertical-align: middle;
}

.related ol,
.related ul {
    padding: 0;
}

.related ol li,
.related ul li {
    list-style: none;
}

.related ol li ~ li,
.related ul li ~ li {
    margin-top: 15px;
}

.related .panel {
    padding: 15px;
}

.related .panel .container {
    background: white;
    padding: 30px;
}

.related .panel .panel {
    padding: 0;
}

.related .poll input {
    margin: 0 .5em 0 0;
}

.related .poll legend {
    font-size: 1em;
}

.related .poll .pollbuttons > input {
    margin: 30px 0.5em 0 0;
}


/**
* Comment on this page 
*/

.pagecomments {
    padding: 0 0;
}


/* 
* Cookie Banner 
*/

#cookiesBanner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 10px 10px 10px;
    color: #FFF;
}

#cookiesBanner a {
    color: #FFF;
}

#cookie-close-button {
    float: right;
    width: auto;
    margin: 0;
}

#cookiesBanner .accessibility {
    position: absolute;
    left: -9999px;
}


/**
 * Error page
 */

[data-template=SystemError] article {
    text-align: center;
}


/**
 * List overrides
 */


/*.landing{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
} */

[data-template=listv2] .list {
    margin:auto;
    max-width: 1000px;
}

.list .item .image img {
    background: #3075CF;
}

.list > .item {
    padding: 30px 30px !important;
}

.list > .item ~ .item {
    border-top: 1px solid #ECECEC;
}

.list > .item:nth-child(2n) {
    background: transparent !important;
}

.list > .item .summary {
    margin: 5px 0 0;
}

.list > .item .title {
    margin: 0;
    text-decoration: underline;
}

.list > .item .title:hover {
    text-decoration: none;
}

.paging li span {
    background: #ffffff;
    border: 1px solid #D8E0E2;
    border-radius: 5px;
}

/*
 * Blog template overrides
 */

[data-template=bloglistv2] article .article-heading h1 {
    display: block;
}
[data-template=listv2] article .textblock-default {
    margin-top:20px;
     margin-bottom:30px;
}

[data-template=home] .textblock-default img.icon {
    margin-right: 5px;
    float:left;
}
.textblock-default .icon a {
    display: inline-block;
}
/*a.inlinemedia {
  *  display: block;
  *}
*/
/*
 * Tab Area 
 */

.tabhr {
    background-color: #0C8BFF;
}

article .textblock-default .tabs {
    margin-top: 0em;
    min-height: 350px;
    max-height: 350px;
    line-height: normal;
    overflow-y: hidden;
}

.tab-buttons {
    width: 100%;
    background-color: #0A71CF;
    margin: 30px 0em 0em 0em;
}

.tab-info {
    margin-top: 0em;
    top: 0px;
}

.tab-buttons > .tab-button {
    width: 20%;
    height: 100%;
    background-color: #0A71CF;
    background: #0A71CF;
    color: white;
    margin: 0em;
    padding-left: 0em;
    padding-right: 0em;
    border-right: #0A71CF solid 1px;
    border-bottom: #0A71CF solid 1px;
    border-left: #0A71CF solid 1px;
    border-top: #0A71CF solid 1px;
    font-size: 16px;
}

.tab-content p {
    border-left: #00B5E6 solid 1px;
    border-right: #00B5E6 solid 1px;
    margin: 0px;
}

.tab-content {
    border-right: #00B5E6 solid 1px;
    border-left: #00B5E6 solid 1px;
    border-bottom: #00B5E6 solid 1px;
}

.tab-buttons .selected {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-right: #00B5E6 solid 1px;
    border-bottom: #00B5E6 solid 1px;
    border-left: #00B5E6 solid 1px;
    border-top: #00B5E6 solid 1px;
    box-shadow: none;
}

.tab-buttons > .tab-button ~ .tab-button {
    border-left: none;
}

.tab-info .textblock .tab-content .textblock-default {
    margin-top: 0px;
    margin-bottom: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 1px;
    -webkit-column-count: 2;
    -webkit-column-gap: 1px;
    column-count: 2;
    column-gap: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.grid--5col .grid__cell {
    display: inline-block;
    width: 20%;
}

.grid--6col .grid__cell {
    display: inline-block;
    width: 16%;
}


/*
 * Manually forcing inclusion for column-1-5 and column 1-6
 */

@media (min-width: 666px) {
    .grid.column-1-5 > *,
    .grid.column-1-5 > * > tr,
    .grid > .column-1-5 {
        display: inline-block;
        width: 49%;
        float: left;
    }
}

@media (min-width: 1000px) {
    .grid.column-1-5 > *,
    .grid.column-1-5 > * > tr,
    .grid > .column-1-5 {
        display: inline-block;
        width: 33.33333%;
        float: left;
    }
}

@media (min-width: 666px) {
    .grid.column-1-6 > *,
    .grid.column-1-6 > * > tr,
    .grid > .column-1-6 {
        display: inline-block;
        width: 49%;
        float: left;
    }
}

@media (min-width: 1000px) {
    .grid.column-1-6 > *,
    .grid.column-1-6 > * > tr,
    .grid > .column-1-6 {
        display: inline-block;
        width: 33.33333%;
        float: left;
    }
}


/*
 * Seach Page
 */

[data-template=facetedsearchv2] main .wrapper {
    width: 100%;
    max-width: 99%;
    padding-left: 0%;
    padding-right: 0%;
    margin-left: 0px;
    margin-right: 0px;
}

[data-template=facetedsearchv2] main .wrapper .article-heading {
    width: 100%;
    max-width: 99%;
    padding-left: 10%;
    padding-right: 0%;
    margin-left: 0px;
    margin-right: 0px;
}

[data-template=facetedsearchv2] main .wrapper .article-heading .wrapper {
    width: 100%;
    max-width: 99%;
    padding-left: 0%;
    padding-right: 0%;
    margin-left: 0px;
    margin-right: 0px;
}

[data-template=facetedsearchv2] main .wrapper .left {
    width: 15%;
    padding-left: 5%;
    float: left;
    display: inline-block;
    margin-top: 30px;
    clear: both;
}

[data-template=facetedsearchv2] main .wrapper .middle {
    width: 73%;
    float: right;
    display: inline-block;
}

[data-template=facetedsearchv2] main .wrapper .left .facets {
    padding: 25px;
    width: 100%;
    float: left;
    background-color: #E8EDEE;
}

[data-template=facetedsearchv2] main .button {
    background-color: #014075;
    border: 1px solid #014075;
    left: -5px;
    padding: 15px;
    position: relative;
}

[data-template=facetedsearchv2] main .wrapper .left .facets .facet {
    margin-bottom: 5px;
    font-size: 90%;
}

[data-template=facetedsearchv2] main .wrapper .left .facets h3 {
    margin: 0 0 19px;
}

.remove {
    font-weight: bold;
}

.children {
    margin-left: 5px;
}

[data-template=facetedsearchv2] main .wrapper .left .facets a {
    color: #0A71CF;
    margin-bottom: 10px;
}

[data-template=facetedsearchv2] main .wrapper .left .facets hr {
    background-color: #DCDCDC;
}

[data-template=facetedsearchv2] main .wrapper .middle .list {
    float: left;
    width: 88%;
    clear: both;
}

[data-template=facetedsearchv2] article .article-heading,
[data-template=facetedsearchv2] article .fssearchform {
    background: #0072CE;
    width: 94%;
    padding: 0 0 50px 10%;
}

[data-template=facetedsearchv2] article .resultssummary {
    color: black;
    width: 30%;
    float: left;
    padding-left: 5%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.pagesize,
.page-size-number > .active {
    padding: 10px;
}

.page-sizes {
    padding-right: 5%;
    margin-top: 30px;
    text-align: right;
}

.page-sizes span:Before {
    content: " | ";
}

.page-sizes span:first-child:Before,
.page-sizes span:nth-child(2):Before,
.page-sizes span:last-child:Before {
    content: "";
}


/*
.sort-orders {
    float: right;
    padding-right: 5%;
}
*/

[data-template=facetedsearchv2] .article-heading {
    padding: 0px;
}

[data-template=facetedsearchv2] .autocompleteinput {
    width: 80%;
    padding: 15px;
}

[data-template=facetedsearchv2] .article-heading h1 {
    display: none;
}

.textblock-newsflash p {
    vertical-align: central;
    text-align: center;
}

.textblock-newsflash a {
    text-decoration-color: #000000;
    color: #000000;
    font-weight: bold;
}

.activefacets {
    padding-left: 15%;
}

[data-template=facetedsearchv2] main a {
    text-decoration: none;
}

[data-template=facetedsearchv2] main a:hover {
    text-decoration: underline;
}

[data-template=facetedsearchv2] .paging-container {
    clear: both;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    width: 100%;
    padding: 50px 0 120px;
}

[data-template=facetedsearchv2] .paging {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.active {
    font-weight: bold;
}

.grid__cell {
    display:inline-block;
}

div[class^="grid grid--list"] .grid__cell {
    width: 100%;
}

@media (max-width:1000px) {


    /* Responsive Grid */
    div[class^="grid grid--"] .grid__cell {
        width: 100%;
    }

    @media (min-width:500px) {
        div[class^="grid grid--"] .grid__cell {
            width: 50%;
        }

        div[class^="grid grid--4col"] .grid__cell {
            width: 50%;
        }

        div[class^="grid grid--list"] .grid__cell {
            width: 70%;
        }
    }

    @media (min-width:666px) {
        div[class^="grid grid--2col"] .grid__cell,
        div[class^="grid grid--3col"] .grid__cell {
            width: 50%;
        }

        div[class^="grid grid--list"] .grid__cell {
            width: 70%;
        }
    }

    @media (min-width:750px) {
        div[class^="grid grid--"] .grid__cell {
            width: 33%;
        }

        div[class^="grid grid--list"] .grid__cell {
            width: 70%;
        }
    }
}/**
 * This partial contains font size conversions from PX to EM or REM
 */
.colour-blue,
.button-colour-blue .button,
.button-colour-blue [type=reset],
.button-colour-blue [type=submit] {
  background-color: #0A71CF;
  color: #ffffff; }
  .colour-blue *,
  .button-colour-blue .button *,
  .button-colour-blue [type=reset] *,
  .button-colour-blue [type=submit] * {
    color: #ffffff; }

.text-blue {
  color: #0A71CF; }

.colour-dark-grey,
.button-colour-dark-grey .button,
.button-colour-dark-grey [type=reset],
.button-colour-dark-grey [type=submit] {
  background-color: #ffffff;
  color: #040f1e; }
  .colour-dark-grey *,
  .button-colour-dark-grey .button *,
  .button-colour-dark-grey [type=reset] *,
  .button-colour-dark-grey [type=submit] * {
    color: #040f1e; }

.text-dark-grey {
  color: #3E5365; }

.article-elements button {
    transition: none;
}
.colour-grey,
.button-colour-grey .button,
.button-colour-grey [type=reset],
.button-colour-grey [type=submit] {
  background-color: #D8E0E2;
  color: #040f1e; }
  .colour-grey *,
  .button-colour-grey .button *,
  .button-colour-grey [type=reset] *,
  .button-colour-grey [type=submit] * {
    color: #040f1e; }

.button-colour-grey .button.arrow:after, .button-colour-grey .button.arrow:before,
.button-colour-grey [type=reset].arrow:after,
.button-colour-grey [type=reset].arrow:before,
.button-colour-grey [type=submit].arrow:after,
.button-colour-grey [type=submit].arrow:before {
  border-color: black; }

.text-grey {
  color: #D8E0E2; }

.colour-navy,
.button-colour-navy .button,
.button-colour-navy [type=reset],
.button-colour-navy [type=submit] {
  background-color: #004075;
  color: white; }
  .colour-navy *,
  .button-colour-navy .button *,
  .button-colour-navy [type=reset] *,
  .button-colour-navy [type=submit] * {
    color: white; }

.text-navy {
  color: #004075; }

.colour-white,
.button-colour-white .button,
.button-colour-white [type=reset],
.button-colour-white [type=submit] {
  background: #ffffff;
  color: #0A71CF; }
  .colour-white *,
  .button-colour-white .button *,
  .button-colour-white [type=reset] *,
  .button-colour-white [type=submit] * {
    color: #ffffff; }

.button-colour-white .button.arrow:after, .button-colour-white .button.arrow:before,
.button-colour-white [type=reset].arrow:after,
.button-colour-white [type=reset].arrow:before,
.button-colour-white [type=submit].arrow:after,
.button-colour-white [type=submit].arrow:before {
  border-color: #0A71CF; }

.button-colour-white:hover,
.button-colour-white .button:hover,
.button-colour-white .button:hover.arrow:after,
.button-colour-white .button:hover.arrow:before {
}
.text-white {
  color: white; }
/**
 * This partial contains default variables values for the GOSS framework
 * Any overrides and theme specific variables should be done in their local _variables.scss file
 */
/**
 * This partial contains font size conversions from PX to EM or REM
 */
/**
 * Blog List
 */
[data-template=bloglistv2] article h1 {
  display: none; }
[data-template=bloglistv2] main {
  margin-top: 0; }

.blog-entry {
  background: white;
  padding: 0; }
  .blog-entry .container {
    padding: 2em 1em; }
  .blog-entry .detail {
    display: inline-block;
    font-size: .8em;
    line-height: 1em;
    margin: 1.2em 0 0;
    padding: 0 .5em 0 .8em; }
    .blog-entry .detail ~ .detail {
      border-left: 1px solid #CCC; }
  .blog-entry .image img {
    display: block;
    width: 100%; }
  .blog-entry .summary {
    margin: 1em 0 0; }

.blog-entries {
  background: #ededed;
  padding: .5em 0; }

.blog-categories {
  margin-top: 3em; }
  .blog-categories .button {
    margin-left: .5em;
    text-transform: initial; }
    .blog-categories .button.add {
      background: transparent;
      box-shadow: none;
      color: inherit; }
      .blog-categories .button.add:active, .blog-categories .button.add:hover {
        text-decoration: underline; }

.add > .count {
  display: none; }

/**
 * Blog entry
 */
[data-template=blogentryv2] article h1 {
  border-bottom: 0;
  margin-bottom: 0; }
[data-template=blogentryv2] .categories {
  margin-bottom: 1.6em;
  text-align: center; }
  [data-template=blogentryv2] .categories > div {
    font-size: .9em;
    display: inline-block;
    padding: .5em 1em; }
[data-template=blogentryv2] .social > * {
  margin-top: 3em; }

.comments {
  background: #ededed;
  margin: 3em 0 0;
  padding: 3em 0; }
  .comments .comment {
    margin: 0 -1em;
    padding: 0 1em 2em; }
    .comments .comment ~ .comment {
      border-top: 1px solid #CCC;
      padding-top: 2em; }
    .comments .comment + #form {
      margin-top: 2em; }
  .comments h2 {
    margin: 0 0 1em; }
  .comments .detail {
    display: inline-block;
    font-size: .8em; }
    .comments .detail ~ .detail {
      border-left: 1px solid #CCC;
      margin-left: 1em;
      padding-left: 1em; }
  .comments form legend {
    margin: 0; }
  .comments p {
    margin: 1em 0 0; }
  /*************************************/
/************** Universal ************/
/*************************************/

.icmform{
	margin: 2em 0;
	padding: 1em 1em;
	overflow:hidden;
}

.icmform input, .icmform textarea{
	font-size:14px;
	border: solid 1px #e6e6e6;
}

.icmform p {
	margin:0;
}

.icmform ol, .icmform ul{
	padding:0;
	margin:0;
}

.icmform li {
	list-style:none;
}

.icmhideborder{
	border:none;
}

.addresslookupsearch{
	display:inline-block;
	margin-left: 0.3em;
}

.addresslookuplist{
	margin-top:0.7em;
}

.icmform fieldset {
    margin: 0.7em 0;
    border: solid 2px #e6e6e6;
    background: rgba(255,255,255,0.5);
    padding: 1em;
    box-sizing: border-box;
    min-width: 100%;
}

.icmform fieldset>legend {
	float: left;
	width: 100%;
	margin: 0.45em 0 .7em;
	font-weight:600;
}


.icmform fieldset fieldset {
	background:#eee;
}

.icmform fieldset.icmhideborder {
    border: 0;
    padding: 0 1em;
    background: none;
}

.icmform .icmhideborder fieldset {
    background: rgba(255,255,255,0.5);
}


.icmform fieldset fieldset.icmhideborder {
	padding:1em;
	background:none;
	margin:0;
}


legend.icmhide {
	display:none !important;
}

label.icmhide{
	display:none !important;
}

.icmform em[title=required] {
	color: red;
}

input:-moz-read-only { 
    background-color:#eeeeee;
    color:#999999;
    border:solid 1px #a9a9a9;
}

input:read-only { 
    background-color:#eeeeee;
    color:#999999;
    border:solid 1px #a9a9a9;
}

.icmhorizontal li, .icmvertical .icmhorizontal li {
	display:inline-block;
	padding:0.7em 1em 0.7em 0;
	vertical-align: bottom;
}

fieldset.icmvertical li {
	padding:0 0 0.7em;
}

.icmform input[type=button], .icmform input[type=submit], .icmform input[type=reset]{
    border: 0;
    color: #fff;
    padding: 7px 15px;
    margin: 0 10px 10px 0;
    min-width:5em;
}

.icmform .icmbutton-surround.script input[type=button]{
	margin:0 10px 0 0;
}

.icmform .addresslookupsearch input[type=button]{
	margin:0 10px 0 0;
}


.field_valerrors fieldset{
	background:none;
	border:none;
}

.icmform .icmguidance {
	background: #D9EDF7;
    padding: 0.3em 0.7em;
    border: solid 1px #5BC0DE;
}

.icmform .icmguidancehint{
	background: #D6F9BF;
    padding: 6px 17px;
    border: solid 1px #739A49;
    margin-bottom:0.7em;
    position:relative
}

.icmform .icmguidancehint::after {
    content: "?";
    position: absolute;
    right: 0.7em;
    top: 0.3em;
    font-weight: 700;
    padding: 0 0.4em;
    color: #739a49;
    border: solid 2px #739a49;
}

.icmform .icmguidanceright {
	text-align: right;
}

.icmform .icmguidanceleft {
	text-align: left;
}

.icmform .icmguidancecentre {
	text-align: center;
}

.icmform .icmvertical >legend {
	    margin: .45em 0 0.7em;
}

.icmform .icmvertical>legend::after {
	visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 5px;
}

.icmform .icmvertical ol {
	    padding-top:0.7em;
}

.icmform .icmvertical .icmhorizontal ol {
	    padding-top:0;
}

.icmfselect{
	margin-bottom:0.7em;
}

.errorblock {
	border: 2px solid #D9534F;
    margin: 1em 0;
    position: relative;
    overflow: hidden;
    background:#F2DEDE;
    padding: 0.6em 0.7em;
}

.errorblock ul {
	float:left;
}

.errorblock li{
	padding:0 !important;
}

.errorblock::after {
    content: url(../images/formerror.png);
    float: right;
    width: 16px;
    height: 16px;
}



.icmform input[type=file]{
	padding: 5px 5px;
    background: white;
    border: solid 1px rgb(169, 169, 169);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .icmform .icmfselect{
    	height:auto;
    }
}
/******************************************/
/************** Left alignment ************/
/******************************************/
.icmformleft input,
.icmformleft textarea, .icmformleft select,
.icmformright select, .icmformleft .icmbutton-surround,
.icmformleft .icmbutton{
	display: inline-block;
	vertical-align: middle;
}

.icmformleft label {
	display:inline-block;
    max-width: 150px;
    vertical-align: middle;
    margin:0 5px 0 0;
}

.icmformleft .icmsfile {
	padding:5px 3px;
}


.icmformleft .icmhorizontal input[type=checkbox] + label, .icmformleft .icmhorizontal input[type=radio] + label {
	margin:0 25px 0 0px;

}

.icmformleft .icmsinglecheckbox input[type=checkbox]{
	margin:4px 10px 3px 3px;
	vertical-align:top;
}

.icmformleft input[type=checkbox], 
.icmformleft input[type=radio]{
	margin: 7px 10px 3px 3px;
}

.icmformleft input[type=text],
.icmformleft textarea, 
.icmformleft input[type=email], 
.icmformleft input[type=password], 
.icmformleft input[type=email], 
.icmformleft input[type=tel], 
.icmformleft input[type=url],
.icmformleft input[type=file],
.icmformleft .icmwysiwygMain,
.icmformleft select {
    margin: 3px 3px 3px 0px;
    font-size:14px
}

.icmformleft .icmvertical .icmhorizontal label {
	vertical-align: middle;
	width:auto;
} 

.icmformleft .icmvertical label {
	vertical-align: middle;
	width:150px;
} 

.icmformleft .icmvertical.icmbuttongroup label {
	vertical-align:middle;
} 

.field_addresslookup input[type=text]{
	margin:3px 3px 3px 3px;		
}

.icmformleft .icmhorizontal li, .icmformleft .icmvertical .icmhorizontal li {
	vertical-align: middle;
}


/*******************************************/
/************** Right alignment ************/
/*******************************************/

.icmformright  {
  float: right;
  text-align: right;
}

.icmformright label {
	float: right;
    margin-left: 7px;
    width: 150px;
    text-align: left;
}

.icmformright .field_radiogroup label, .icmformright .icmcheckcontainer  label {
	width:auto;
} 


.icmformright .icmhorizontal input[type=checkbox] + label, .icmformright .icmhorizontal input[type=radio] + label {
	margin:0 25px 0 0px;

}

.icmformright .icmvertical .icmhorizontal label {
	vertical-align: middle;
	width:auto;
} 

.icmformright .icmhorizontal label {
    width: auto;
}

.icmformright fieldset.icmvertical li {
    padding: 0.7em 0 0em;
	clear:both;
}

.icmformright fieldset.icmvertical .icmhorizontal li{
	margin-left:0.7em;
}

.icmformright .icmvertical ol {
	padding:0 0 0.7em;
}

.icmformright legend{
	text-align:right;
}

/*****************************************/
/************** Top alignment ************/
/*****************************************/

.icmformtop label, .icmformtop fieldset.icmhorizontal label {
	display: block;
	max-width:200px;
	margin-bottom:0.7em;
}

.icmformtop label, .icmformtop fieldset.icmhorizontal .icmsinglecheckbox label 
{
	max-width:initial;
}

.icmformtop fieldset.icmbuttongroup label {
	display: inline;
	margin:0 0 0 10px;
}

.icmformtop .icmhorizontal input[type=checkbox] + label, 
.icmformtop .icmhorizontal input[type=radio] + label {
	margin:0 25px 0 10px;

}

.icmformtop .icmsfile {
	padding:5px 0;
}



/**********************************/
/************** Widths ************/
/**********************************/

.icmvstext, .icmvspassword, .icmvsselect, .icmvstextarea, .icmvsfile {
	max-width: 6em;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
}

.icmvsselect{
	 padding: 6px 11px;
}

.icmstext, .icmspassword, .icmsselect, .icmstextarea, .icmsfile {
	max-width: 15em;
	width: 100%;
	box-sizing: border-box;	
	padding: 5px 10px;
}
.icmsselect{
	 padding: 7px 11px;
}

.icmformtop .icmstextarea, .icmformright .icmstextarea {
	max-width: 14em
}

.icmtext, .icmpassword, .icmselect, .icmtextarea, .icmfile {
	max-width: 31em;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
}
.icmselect{
	 padding: 7px 11px;
}


.icmltext, .icmlpassword, .icmlselect, .icmltextarea, .icmlfile {
	max-width: 50em;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
}
.icmlselect{
	 padding: 7px 11px;
}
/**********************************/
/************** Mobile ************/
/**********************************/

@media screen and (max-width:801px){
	
	.icmform{
		padding: 0.5em 0.2em;
	}
	
	.icmformright legend {
    	text-align:left;
	}
	
	.icmform fieldset {
		padding:1em 1em;
	}
	
	.icmhorizontal li, .icmvertical .icmhorizontal li {
		display:block
	}
	
	.icmformright {
	    float: none;
	    text-align: left;
	}
	
	.icmformleft .icmhorizontal li, .icmformright .icmhorizontal li {
		display:block;
	}
	
	.icmformright label {
		float:none;
	}
	
	.icmformleft label, .icmformright label {
		max-width: initial;
	    width: 100%;
	    display: block;
	}
	
	.icmbutton {
		display:block !important;
	}
	
	.icmbutton-surround{
		width:100%;
		margin: 2px 0;
	}
	
	.icmbutton-surround.next, .icmbutton-surround.back {
		width:49%;
		display:inline-block;
	}
	
	.icmbutton-surround.next {
		float:right;	
	}
	
	.icmbutton-surround.finish {
		width:100%;
	}
	
	.icmform input[type=button], .icmform input[type=submit], .icmform input[type=reset]{
		width: 100%;
		padding: 15px 15px;
	}
	
	.icmform input[type=text], 
	.icmform input[type=email], 
	.icmform input[type=password], 
	.icmform input[type=email], 
	.icmform input[type=tel], 
	.icmform input[type=url], 
	.icmform select,
	.icmform textarea {
    	width: 100%;
    	border: solid 1px rgb(169, 169, 169);
	}
	
	.icmformright input[type=text], 
	.icmformright input[type=email], 
	.icmformright input[type=password], 
	.icmformright input[type=email], 
	.icmformright input[type=tel], 
	.icmformright input[type=url], 
	.icmformright select {
		margin:3px;
	}
	
	.icmform input[type=checkbox] + label, 
	.icmform input[type=radio]  + label,
	.icmsinglecheckbox label {
		display: inline-block;
	    width: initial;
	}
	
	.icmformleft .icmvertical label {
		width:auto;
	}
	
	.icmformright fieldset.icmvertical li {
		overflow:initial;
	}
	
	.field_wysiwyg{
		margin:15px 0;
	}
	
	.icmvstext, .icmvspassword,	.icmvsselect, .icmvstextarea, .icmvsfile, 
	.icmstext, .icmspassword, .icmsselect, .icmstextarea, .icmsfile, 
	.icmtext, .icmpassword, .icmselect, .icmtextarea, .icmfile, 
	.icmltext, .icmlpassword, .icmlselect, .icmltextarea, .icmlfile {
		max-width: initial;
	}
	
}

/***********************************/
/************** WYSIWYG ************/
/***********************************/
.icmwysiwygMain {
    width: 100% !important;
    max-width: 50em;
    height: auto!important;
    vertical-align:top;
    padding: 1px; background-color: #B6B6B6; /* Creates a border */
    border-bottom: solid 1px #B6B6B6; /* Needed to account for 1px height issue */
    display:inline-block;
}

.icmwysiwygMain iframe {
    width:100%!important;
}




.icmwysiwygMain iframe {
    border: none;
    margin: 0;
    padding: 0;
    min-height: 100px!important;
    background-color: #fff;
    border-bottom: solid 1px #B6B6B6;
    -ms-user-select: element; /* Fix (allow) text selection in IE11 */
}

.icmwysiwygMain textarea {
    border: none;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    font: 10pt "Lucida Console",Monaco,monospace;
    resize: none;
    outline: none;
}

.icmwysiwygToolbar {
    color: #111;
    background-color: #E0E1E0; /* Fallback. */
    background-image: -webkit-linear-gradient(top, #F4F4F4, #D2D3D2);
    background-image: -moz-linear-gradient(top, #F4F4F4, #D2D3D2);
    background-image: -o-linear-gradient(top, #F4F4F4, #D2D3D2);
    background-image: -ms-linear-gradient(top, #F4F4F4, #D2D3D2);
    background-image: linear-gradient(top, #F4F4F4, #D2D3D2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#D2D3D2'); /* For IE < 10 */

    border-bottom: solid 1px #B6B6B6;
    padding-left:5px;
}

.icmwysiwygGroup {
    float: left;
    height: 32px;
}

.icmwysiwygButton,.icmwysiwygButtonH {
    float: left;
    margin: 4px 0 1px 0;
    padding: 1px 3px;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    font-size:15px;
}

.icmwysiwygDisabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: default;
}

.icmwysiwygButton:disabled,.icmwysiwygButtonH:disabled {
    background-color: transparent;
    cursor: default;
}

.icmwysiwygButton:hover {
    background-color: #DFF1FF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.icmwysiwygButtonH {
    color: transparent;
    cursor: default;
}

.icmwysiwygDivider {
    float: left;
    width: 1px;
    height: 23px;
    margin: 1px 0 1px 0;
}

.icmwysiwygPopup {
    border: solid 1px rgba(122,122,122,0.25);
    background-color: #ffffff;
    color: #111;
    position: absolute;
    font: 10pt Arial,Verdana;
    cursor: default;
    z-index: 10000;
}

.icmwysiwygList div {
    padding: 2px 4px 2px 4px;
}

.icmwysiwygList p,
.icmwysiwygList h1,.icmwysiwygList h2,.icmwysiwygList h3,.icmwysiwygList h4,.icmwysiwygList h5,.icmwysiwygList h6,
.icmwysiwygList blockquote,.icmwysiwygList pre,
.icmwysiwygList font {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.icmwysiwygColor {
    width: 150px;
    padding: 1px 0 0 1px;
}

.icmwysiwygColor div {
    float: left;
    width: 14px;
    height: 14px;
    margin: 0 1px 1px 0;
}

.icmwysiwygPrompt,.icmwysiwygMsg {
    background-color: #D0DEF0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 8px;
    font-size: 8.5pt;
    border: solid 1px #B2B2B2;
}

.icmwysiwygPrompt input,.icmwysiwygPrompt textarea {
    font: 8.5pt Arial,Verdana;
    display:block;
}

.icmwysiwygMsg {
    width: 150px;
}

.icmwysiwygButtonH {
	/* This is supposed to be hidden,
	but must exist and be visible so
	we can use the events and anchor
	the pop-up. So we make it tiny tiny
	and therefore almost imposible to
	click. */
	border:none;
	width: 1px;height:1px;
	padding:0;
	background-color:transparent;
	overflow:hidden;
}

.icmwysiwygPopup.icmwysiwygList div{
	margin: 2px;
	border: solid 1px white;
}
.icmwysiwygPopup.icmwysiwygList div:hover{
	background-color: #DFF1FF;
	border: solid 1px blue;
}

.icmwysiwyg-popup-header {
	margin-bottom:8px;
}

/* Buttons like CK editor... */
.icmwysiwygPrompt input[type="button"] {
	margin:8px 0 0 0;
	float:right;
	border: solid 1px #3A58A5;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
	background-color: #3A58A5; /* Fallback. */
    background-image: -webkit-linear-gradient(top, #80AAEA, #3A58A5);
    background-image: -moz-linear-gradient(top, #80AAEA, #3A58A5);
    background-image: -o-linear-gradient(top, #80AAEA, #3A58A5);
    background-image: -ms-linear-gradient(top, #80AAEA, #3A58A5);
    background-image: linear-gradient(top, #80AAEA, #3A58A5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80AAEA', endColorstr='#3A58A5'); /* For IE < 10 */

	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

.icmwysiwygPrompt input[type="button"]:hover {
	border-color: #2B3F75;
    background-color: #2B3F75; /* Fallback. */
    background-image: -webkit-linear-gradient(top, #80AAEA, #2B3F75);
    background-image: -moz-linear-gradient(top, #80AAEA, #2B3F75);
    background-image: -o-linear-gradient(top, #80AAEA, #2B3F75);
    background-image: -ms-linear-gradient(top, #80AAEA, #2B3F75);
    background-image: linear-gradient(top, #80AAEA, #2B3F75);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80AAEA', endColorstr='#2B3F75'); /* For IE < 10 */

}


@media (max-width: 620px) {

	.icmwysiwygMain {
		display: block;
		margin-left: 0!important;
		width: 100% !important;
	}
	.icmform label {
		max-width: 100%!important;
	}

}



.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #0A71CF;
  border-radius: 5px; }

.button {
  position: relative; }
  .button.arrow {
    padding-right: 1.8em; }
    .button.arrow:after, .button.arrow:before {
      border-right: 2px solid white;
      content: "";
      display: block;
      height: .5em;
      margin-top: -.25em;
      position: absolute;
      right: 1em;
      top: 50%;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transition: right .3s;
      width: .5em; }
    .button.arrow:before {
      margin-top: -.2em;
      transform: rotate(-45deg);
      -ms-transform: rotate(-45deg); }
    .button.arrow:hover:after, .button.arrow:hover:before {
      right: .9em;
    }
  .button.remove {
    padding-right: 2.1em; }
    .button.remove:after, .button.remove:before {
      background: white;
      content: "";
      display: block;
      height: 2px;
      margin-top: -1px;
      opacity: .8;
      position: absolute;
      right: .75em;
      top: 50%;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transition: right .3s;
      width: 14px; }
    .button.remove:before {
      transform: rotate(-45deg);
      -ms-transform: rotate(-45deg); }
  .button.twitter {
    padding-right: 3em; }
    .button.twitter:after {
      background: url("../images/twitter.png") no-repeat center;
      background-image: -webkit-image-set(url("../images/twitter@2x.png") 2x);
      content: "";
      display: block;
      height: 20px;
      margin-top: -10px;
      position: absolute;
      right: .9em;
      top: 50%;
      width: 25px; }

form .icmsinglecheckbox > * {
  display: inline-block; }
  form .icmsinglecheckbox > * + * {
    margin-left: .5em; }
form :not(.icmbuttongroup) > legend {
  margin-top: 0; }
form label.icmhide, form legend.icmhide {
  display: none; }
form ol {
  padding: 0; }
  form ol li {
    list-style: none; }

/**
 * iCM Forms
 */
.icmform .icmbuttongroup {
  margin: 1em 0; }
  .icmform .icmbuttongroup > legend {
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 .75em;
    padding: 0; }
  .icmform .icmbuttongroup [type=checkbox], .icmform .icmbuttongroup [type=radio] {
    margin: 0 1em 0 .5em; }
.icmform > ol > li {
  padding: 1em 0; }

/**
 * Article form
 */
article .icmform {
  box-sizing: border-box;
  margin: 60px auto;
  max-width: 1000px;
  padding: 0 30px; }

.ui-datepicker {
  background: white;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  left: 50% !important;
  margin: .6em 0;
  max-width: 600px;
  padding: 2em 1em 1.5em;
  text-align: center;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%; }
  .ui-datepicker a {
    display: block; }
  .ui-datepicker table {
    width: 100%; }
    .ui-datepicker table th {
      color: #888;
      padding: 1.5em 0 1em; }
  .ui-datepicker-today {
    background: white;
    font-weight: bold; }
  .ui-datepicker-next, .ui-datepicker-prev {
    border: .8em solid transparent;
    border-left-color: #0A71CF;
    border-left-width: 1em;
    border-right-width: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: right;
    height: 1.5em;
    opacity: .75;
    transition: opacity .2s ease-in;
    width: 1.5em; }
    .ui-datepicker-next:hover, .ui-datepicker-prev:hover {
      opacity: .9; }
    .ui-datepicker-next > *, .ui-datepicker-prev > * {
      display: none; }
  .ui-datepicker-prev {
    border-left-color: transparent;
    border-left-width: 0;
    border-right-color: #0A71CF;
    border-right-width: 1em;
    float: left; }
  .ui-datepicker select {
    border: 0;
    box-shadow: none;
    margin: 0 0 1em;
    padding: 0; }
    .ui-datepicker select ~ select {
      margin-left: 1em; }

/**
 * This partial contains form WYSIWYG styling for the GOSS framework
 * Any theme specific styling should be done in their local style.scss file
 */
.icmwysiwygMain {
  background: #ECECEC;
  border-bottom: 1px solid #ECECEC;
  margin-top: .5em;
  padding: 1px; }
  .icmwysiwygMain iframe {
    background: white;
    border: none;
    border-bottom: 1px solid #ECECEC;
    margin: 0;
    padding: 0;
    -ms-user-select: element; }
  .icmwysiwygMain textarea {
    border: none;
    font: 10pt "Lucida Console", Monaco, monospace;
    margin: 0;
    outline: none;
    overflow-y: scroll;
    padding: 0;
    resize: none; }

.icmwysiwygButton, .icmwysiwygButtonH {
  background: transparent;
  border: 0;
  cursor: pointer;
  float: left;
  font-size: 15px;
  margin: 4px 0 1px 0;
  padding: 1px 3px;
  text-align: center; }
  .icmwysiwygButton:disabled, .icmwysiwygButtonH:disabled {
    cursor: default;
    opacity: .3; }
  .icmwysiwygButton:focus, .icmwysiwygButton:hover, .icmwysiwygButtonH:focus, .icmwysiwygButtonH:hover {
    background: #DFF1FF;
    border-radius: 6px; }
  .icmwysiwygButtonH, .icmwysiwygButtonHH {
    background: transparent;
    border: none;
    cursor: default;
    height: 1px;
    overflow: hidden;
    padding: 0;
    width: 1px; }

.icmwysiwygColor {
  width: 150px;
  padding: 1px 0 0 1px; }
  .icmwysiwygColor div {
    float: left;
    height: 14px;
    margin: 0 1px 1px 0;
    width: 14px; }

.icmwysiwygDivider {
  float: left;
  height: 23px;
  margin: 1px 0 1px 0;
  width: 1px; }

.icmwysiwygGroup {
  float: left;
  height: 32px; }

.icmwysiwygList * {
  background: transparent;
  margin: 0;
  padding: 0; }
.icmwysiwygList div {
  padding: 2px 4px 2px 4px; }

.icmwysiwygToolbar {
  border-bottom: 1px solid #ECECEC;
  background: #E0E1E0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyZDNkMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #d2d3d2));
  background-image: -moz-linear-gradient(top, #f4f4f4, #d2d3d2);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #d2d3d2);
  background-image: linear-gradient(to bottom, #f4f4f4, #d2d3d2);
  color: #111;
  padding-left: 5px; }

.icmwysiwygPopup {
  background: white;
  border: 1px solid rgba(122, 122, 122, 0.25);
  color: #111;
  cursor: default;
  font: 10pt Arial, Verdana;
  position: absolute;
  z-index: 10000; }
  .icmwysiwygPopup.icmwysiwygList div {
    border: 1px solid white;
    margin: 2px; }
    .icmwysiwygPopup.icmwysiwygList div:hover {
      background: #DFF1FF;
      border-color: blue; }

.icmwysiwyg-popup-header {
  margin-bottom: 8px; }

.icmwysiwygMsg {
  width: 150px; }

.icmwysiwygPrompt, .icmwysiwygMsg {
  background: #D0DEF0;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-size: 8.5pt;
  padding: .5em; }
  .icmwysiwygPrompt input, .icmwysiwygPrompt textarea, .icmwysiwygMsg input, .icmwysiwygMsg textarea {
    display: block;
    font: 8.5pt Arial, Verdana; }

.icmwysiwygPrompt input[type="button"] {
  background: #3A58A5;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwYWFlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNThhNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #80aaea), color-stop(100%, #3a58a5));
  background-image: -moz-linear-gradient(top, #80aaea, #3a58a5);
  background-image: -webkit-linear-gradient(top, #80aaea, #3a58a5);
  background-image: linear-gradient(to bottom, #80aaea, #3a58a5);
  border: 1px solid #3A58A5;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin: 8px 0 0 0;
  padding: 3px; }
  .icmwysiwygPrompt input[type="button"]:hover {
    border-color: #2B3F75;
    background-color: #2B3F75;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwYWFlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJiM2Y3NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #80aaea), color-stop(100%, #2b3f75));
    background-image: -moz-linear-gradient(top, #80aaea, #2b3f75);
    background-image: -webkit-linear-gradient(top, #80aaea, #2b3f75);
    background-image: linear-gradient(to bottom, #80aaea, #2b3f75); }
[data-template=home] .article-heading {
  display: none; }
.textblock-default hr {
    margin: 50px 0;
}
.news {
  padding: 50px 0 45px;
  text-align: center; }
  .news .container {
    padding: 30px;
    padding-bottom: 46px;
    position: relative;
    text-align: left; }
    @media(max-width: 1000px) {
    .news .container {
        border: none;
        border-bottom: 1px solid #cccccc ;
    }
    .grid {
      letter-spacing: 0;
    }
  }
    .news .container h2 {
      margin: 0;
      text-align: center; }
    .news .container .title {
      margin-bottom: .3em; }
    .news .container > .button {
      bottom: -1.65em;
      position: absolute;
      text-align: center;
      width: 120px; }
  .news .item {
    clear: both;
    margin: 1.6em 0 0; }
    .news .item .detail {
      display: block;
      font-size: .8em;
      margin-top: .1em;
      padding: 0; }
    .news .item .content {
      overflow: hidden; }
    .news .item .date .month {
      background: #0A71CF; }
    .news .item img {
      float: left;
      margin: 0 1em .5em 0;
      max-width: 20%; }
    .news .item p {
      clear: both;
      margin: 0; }
    .news .item.blog-entry .detail {
      margin-top: .45em; }
    .news .item.blog-entry .summary {
      margin: 0; }

article .textblock-default h3 {
    margin-top: 30px;
}

article .textblock-default a {
    text-decoration: underline;
}
article .textblock-default button {
    margin-top: 30px;
}
.testimonials {
  position: relative;
  text-shadow: -0.05em -0.05em 0.05em rgba(0, 0, 0, 0.3); }
  .testimonials > div {
    background: #3E5365 no-repeat center;
    background-size: cover;
    color: white;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .5s ease-in; }
    .testimonials > div:after {
      background: rgba(0, 0, 0, 0.8);
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: background-color .5s ease-in;
      width: 100%; }
    .testimonials > div .wrapper {
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
    .testimonials > div.current {
      height: 562px; }
      .testimonials > div.current:after {
        background: transparent;
        height: 0;
        transition: none;
        width: 0; }
  .testimonials h2 {
    color: inherit;
    font-size: 2.25em; }
  .testimonials .icon.play {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: block;
    height: 6em;
    margin: 3em auto 0;
    position: relative;
    text-indent: -9999em;
    transition: background .3s ease-in;
    width: 6em; }
    .testimonials .icon.play:active, .testimonials .icon.play:hover {
      background: rgba(0, 0, 0, 0.6); }
    .testimonials .icon.play:after {
      border: 1.4em solid transparent;
      border-left-color: rgba(255, 255, 255, 0.85);
      border-left-width: 2.5em;
      border-right-width: 0;
      content: "";
      display: block;
      height: 0;
      left: 50%;
      margin: -1.4em 0 0 -.9em;
      position: absolute;
      top: 50%;
      width: 0; }
  .testimonials > .video {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }
    .testimonials > .video .close {
      background: rgba(0, 0, 0, 0.5) url("../images/close.png") no-repeat center;
      border-radius: 50%;
      cursor: pointer;
      display: block;
      height: 2em;
      left: 50%;
      margin-left: 450px;
      opacity: 0;
      position: absolute;
      top: 1em;
      transition: opacity .3s;
      width: 2em;
      z-index: 2; }
      .testimonials > .video .close:hover {
        background-color: rgba(0, 0, 0, 0.7); }
    .testimonials > .video:hover > .close {
      opacity: 1; }
    .testimonials > .video iframe {
      height: 100%;
      max-width: 1000px;
      position: relative;
      width: 100%;
      z-index: 1; }

.switch {
  margin-bottom: 3em; }
  .switch a {
    color: inherit; }
    .switch a:active, .switch a:focus, .switch a:hover {
      text-decoration: none; }
    .switch a:active strong, .switch a:hover strong {
      text-decoration: underline; }
  .switch .grid {
    overflow: visible; }
    .switch .grid > * {
      padding-top: 3em;
      position: relative; }
      .switch .grid > *:before {
        border: 1.4em solid transparent;
        border-bottom-color: white;
        content: "";
        display: block;
        height: 0;
        left: 50%;
        margin-left: -1.4em;
        position: absolute;
        top: 0;
        transition: top .5s ease-in;
        width: 0; }
      .switch .grid > *.current:before {
        top: -2.7em; }
  .switch strong {
    display: block;
    margin-top: .5em; }
/**
 * This partial contains default variables values for the GOSS framework
 * Any overrides and theme specific variables should be done in their local _variables.scss file
 */
/**
 * This partial contains font size conversions from PX to EM or REM
 */
/**
 * Landing
 */
.landing > h2 {
  border-bottom: 1px solid #CCC;
  margin-bottom: .6em;
  padding-bottom: .4em; }
.landing .title {
    margin: 0px;
}

.panel {

	padding: 0 30px;
}

div.relatedmedia, div.relatedarticles, div.relatedlinks {

	padding: 50px 30px;
}

.textblock-default ul {
	margin-top: 30px;
}/**
 * This partial contains default variables values for the GOSS framework
 * Any overrides and theme specific variables should be done in their local _variables.scss file
 */
/**
 * This partial contains font size conversions from PX to EM or REM
 */
/**
 * List styling
 */
.list > .item {
  overflow: hidden;
  padding: 1.4em; }
  .list > .item:nth-child(2n) {
    background: whitesmoke; }
  .list > .item > *:first-child {
    margin-top: 0; }
.list .image img {
  background: #44c4bc;
  border-radius: 50%;
  height: 120px;
  overflow: hidden;
  width: 120px; }

/**
 * Content
 */
.item .date {
  background: #ededed;
  border-radius: 0.1875em;
  float: left;
  font-size: 1.2em;
  margin-right: 1em;
  overflow: hidden;
  text-align: center; }
  .item .date > * {
    display: block;
    padding: .2em .5em; }
  .item .date .day {
    font-size: 1.6em; }
  .item .date .month {
    background: #44c4bc;
    color: white;
    text-transform: uppercase; }

.media .icon {
  display: inline-block;
  margin-right: .3em;
  vertical-align: top; }

/**
 * Pagination
 */
.paging {
  clear: both;
  letter-spacing: -.31em;
  margin: 2em 0;
  padding: 0;
  text-align: center; }
  .paging a, .paging span {
    display: block;
    padding: .6em; }
  .paging span {
    font-weight: bold;
    color: #333; }
  .paging li {
    display: inline-block;
    letter-spacing: normal; }
  @media (min-width: 720px) {
    .paging {
      display: block !important;
      margin: 3em 0; }
      .paging a, .paging span {
        padding: .6em 1em; }
      .paging span {
        background: #CCC;
        border-radius: .2em;
        font-weight: normal; } }

/**
 * Search template
 */
.resultssummary {
  margin: 1em 0; }
  .resultssummary + .paging {
    display: none; }
/**
 * This partial contains default variables values for the GOSS framework
 * Any overrides and theme specific variables should be done in their local _variables.scss file
 */
/**
 * This partial contains font size conversions from PX to EM or REM
 */
/**
 * Login
 */
[data-template=login] article form {
  margin: 3em auto 0;
  max-width: 500px; }
  [data-template=login] article form legend {
    display: none; }
  [data-template=login] article form [type=submit] {
    margin: 1em 1em 1em 0; }
    [data-template=login] article form [type=submit] + div {
      display: inline-block; }

.field-validation-error {
  background-color: #FFD2D3;
  border-left: 3px solid #DF8F90;
  clear: both;
  color: #222;
  display: block;
  margin: 0 0 2em;
  padding: 0.5em 1em; }

input[type=checkbox] + * + label {
  display: inline-block; }
@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/*# sourceMappingURL=slick.css.map */