/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 26 August 2023 05:36:01
*/


@import 'basic.css';
.print {
  display: none;
}
.ieOnly {
  display: none;
}
iframe,
object {
  width: 100%;
}
.flex {
  width: 100%;
  height: auto;
}
.flex-height {
  height: 100%;
  width: auto;
}
.shade {
  box-shadow: 0 19px 8px -20px rgba(0, 0, 0, 0.25);
}
.shade2 {
  box-shadow: 0 19px 8px -20px rgba(0, 0, 0, 0.25), 0 0 2px -1px rgba(0, 0, 0, 0.5);
}
.shade2b {
  box-shadow: 0 19px 8px -20px rgba(0, 0, 0, 0.5), 0 0 2px -1px rgba(0, 0, 0, 0.6);
}
.shade2c {
  box-shadow: 0 19px 8px -20px rgba(0, 0, 0, 0.5), 0 0 2px -1px rgba(0, 0, 0, 0.6), 0 0 20px -8px rgba(0, 0, 0, 0.6);
}
.shade2d {
  box-shadow: 0 19px 8px -20px #000000, 0 0 2px -1px #000000;
}
.shade3 {
  box-shadow: 0 -19px 8px -20px rgba(0, 0, 0, 0.5);
}
.noShade {
  box-shadow: none;
}
/* Config
------------------------------------------------------------------------------- */
/*---------------------------------------------------
    LESS Prefixer
  ---------------------------------------------------

    All of the CSS3 fun, none of the prefixes!

    As a rule, you can use the CSS properties you
    would expect just by adding a '.':

    box-shadow => .box-shadow(@args)

    Also, when shorthand is available, arguments are
    not parameterized. Learn CSS, not LESS Prefixer.

    -------------------------------------------------
    TABLE OF CONTENTS
    (*) denotes a syntax-sugar helper
    -------------------------------------------------

        .animation(@args)
            .animation-delay(@delay)
            .animation-direction(@direction)
            .animation-duration(@duration)
            .animation-iteration-count(@count)
            .animation-name(@name)
            .animation-play-state(@state)
            .animation-timing-function(@function)
        .background-size(@args)
        .border-radius(@args)
        .box-shadow(@args)
            .inner-shadow(@args) *
        .box-sizing(@args)
            .border-box() *
            .content-box() *
        .columns(@args)
            .column-count(@count)
            .column-gap(@gap)
            .column-rule(@args)
            .column-width(@width)
        .gradient(@default,@start,@stop) *
            .linear-gradient-top(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
            .linear-gradient-left(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
        .opacity(@factor)
        .transform(@args)
            .rotate(@deg)
            .scale(@factor)
            .translate(@x,@y)
            .translate3d(@x,@y,@z)
            .translateHardware(@x,@y) *
        .text-shadow(@args)
        .transition(@args)
            .transition-delay(@delay)
            .transition-duration(@duration)
            .transition-property(@property)
            .transition-timing-function(@function)



    Credit to LESS Elements for the motivation and
    to CSS3Please.com for implementation.

    Copyright (c) 2012 Joel Sutherland
    MIT Licensed:
    http://www.opensource.org/licenses/mit-license.php

-----------------------------------------------------*/
/* Animation */
/* Background Size */
/* Border Radius */
/* Box Shadows */
/* Box Sizing */
/* Columns */
/* Gradients */
/* Opacity */
/* Text Shadow */
/* Transforms */
/* Transitions */

.collapse{
  cursor: pointer;
  display: block;
  background: #cdf;
}
.collapse + input{
  display: none;
}
.collapse + input + div{
  display:none;
}
.collapse + input:checked + div{
  display:block;
}

.boxSizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.unBoxSizing {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
body {
  max-width: 100%;
}
.pageWidth {
  max-width: 1010px;
}
.mapWidth {
  max-width: 1090px;
}
.testWidth {
  width: 1010px;
  padding: 0 1.5rem;
}
.group,
.gridRow {
  *zoom: 1;
  margin: 0 -1.5rem;
}
.group:before,
.gridRow:before,
.group:after,
.gridRow:after {
  content: "";
  display: table;
}
.group:after,
.gridRow:after {
  clear: both;
}
body > .group {
  margin: 0;
}
.column {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  clear: none;
  padding: 0 1.5rem;
  min-height: 1px;
  margin: 0;
}
ul#vacancies > li.column {
  width: 70%;
  padding: 0;
}
.gridRow {
  display: block;
  width: 100%;
}
.gridRow > .column {
  display: block;
  float: none;
}
.vBottom {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .column {
    float: left;
    width: 100%;
  }
  .column.right {
    float: right;
  }
  .gridRow {
    display: table;
    width: 100%;
  }
  .gridRow > .column {
    display: table-cell;
    float: none;
  }
  .one_full {
    width: 100% !important;
  }
  .one_half,
  .two_quarters,
  .three_sixths,
  .four_eighths,
  .five_tenths,
  .six_twelfths {
    width: 50% !important;
  }
  .one_third,
  .two_sixths,
  .three_ninths,
  .four_twelfths {
    width: 33.333333333333336% !important;
  }
  .captionBlock img.one_third,
  .captionBlock img.two_sixths,
  .captionBlock img.three_ninths,
  .captionBlock img.four_twelfths {
    width: 100% !important;
  }
  .two_thirds,
  .four_sixths,
  .six_ninths,
  .eight_twelfths {
    width: 66.66666666666667% !important;
  }
  .captionBlock img.two_thirds,
  .captionBlock img.four_sixths,
  .captionBlock img.six_ninths,
  .captionBlock img.eight_twelfths {
    width: 100% !important;
  }
  .one_quarter,
  .two_eighths,
  .three_twelfths {
    width: 25% !important;
  }
  .captionBlock img.one_quarter,
  .captionBlock img.two_eighths,
  .captionBlock img.three_twelfths {
    width: 100% !important;
  }
  .three_quarters,
  .six_eighths,
  .nine_twelfths {
    width: 75% !important;
  }
  .captionBlock img.three_quarters,
  .captionBlock img.six_eighths,
  .captionBlock img.nine_twelfths {
    width: 100% !important;
  }
  .one_fifth,
  .two_tenths {
    width: 20% !important;
  }
  .two_fifths,
  .four_tenths {
    width: 40% !important;
  }
  .three_fifths,
  .six_tenths {
    width: 60% !important;
  }
  .four_fifths,
  .eight_tenths {
    width: 80% !important;
  }
  .one_sixth,
  .two_twelfths {
    width: 16.666666666666668% !important;
  }
  .five_sixths,
  .ten_twelfths {
    width: 83.33333333333333% !important;
  }
  .one_seventh {
    width: 14.285714285714286% !important;
  }
  .two_sevenths {
    width: 28.571428571428573% !important;
  }
  .three_sevenths {
    width: 42.857142857142854% !important;
  }
  .four_sevenths {
    width: 57.142857142857146% !important;
  }
  .five_sevenths {
    width: 71.42857142857143% !important;
  }
  .six_sevenths {
    width: 85.71428571428571% !important;
  }
  .one_eighth {
    width: 12.5% !important;
  }
  .three_eighths {
    width: 37.5% !important;
  }
  .five_eighths {
    width: 62.5% !important;
  }
  .seven_eighths {
    width: 87.5% !important;
  }
  .one_ninth {
    width: 11.11111111111111% !important;
  }
  .two_ninths {
    width: 22.22222222222222% !important;
  }
  .four_ninths {
    width: 44.44444444444444% !important;
  }
  .five_ninths {
    width: 55.55555555555556% !important;
  }
  .seven_ninths {
    width: 77.77777777777777% !important;
  }
  .eight_ninths {
    width: 88.88888888888889% !important;
  }
  .one_tenth {
    width: 10% !important;
  }
  .three_tenths {
    width: 30% !important;
  }
  .seven_tenths {
    width: 70% !important;
  }
  .nine_tenths {
    width: 90% !important;
  }
  .one_eleventh {
    width: 9.090909090909092% !important;
  }
  .two_elevenths {
    width: 18.181818181818183% !important;
  }
  .three_elevenths {
    width: 27.272727272727273% !important;
  }
  .four_elevenths {
    width: 36.36363636363637% !important;
  }
  .five_elevenths {
    width: 45.45454545454545% !important;
  }
  .six_elevenths {
    width: 54.54545454545455% !important;
  }
  .seven_elevenths {
    width: 63.63636363636363% !important;
  }
  .eight_elevenths {
    width: 72.72727272727273% !important;
  }
  .nine_elevenths {
    width: 81.81818181818181% !important;
  }
  .ten_elevenths {
    width: 90.9090909090909% !important;
  }
  .one_twelfth {
    width: 8.333333333333334% !important;
  }
  .five_twelfths {
    width: 41.666666666666664% !important;
  }
  .seven_twelfths {
    width: 58.333333333333336% !important;
  }
  .eleven_twelfths {
    width: 91.66666666666667% !important;
  }

  .offsetLeft_one_half,
  .offsetLeft_two_quarters,
  .offsetLeft_three_sixths,
  .offsetLeft_four_eighths,
  .offsetLeft_five_tenths,
  .offsetLeft_six_twelfths {
    margin-left: 50%;
  }
  .offsetLeft_one_third,
  .offsetLeft_two_sixths,
  .offsetLeft_three_ninths,
  .offsetLeft_four_twelfths {
    margin-left: 33.333333333333336%;
  }
  .offsetLeft_two_thirds,
  .offsetLeft_four_sixths,
  .offsetLeft_six_ninths,
  .offsetLeft_eight_twelfths {
    margin-left: 66.66666666666667%;
  }
  .offsetLeft_one_quarter,
  .offsetLeft_two_eighths,
  s1_three_twelfths {
    margin-left: 25%;
  }
  .offsetLeft_three_quarters,
  .offsetLeft_six_eighths,
  .offsetLeft_nine_twelfths {
    margin-left: 75%;
  }
  .offsetLeft_one_fifth,
  .offsetLeft_two_tenths {
    margin-left: 20%;
  }
  .offsetLeft_two_fifths,
  .offsetLeft_four_tenths {
    margin-left: 40%;
  }
  .offsetLeft_three_fifths,
  .offsetLeft_six_tenths {
    margin-left: 60%;
  }
  .offsetLeft_four_fifths,
  .offsetLeft_eight_tenths {
    margin-left: 80%;
  }
  .offsetLeft_one_sixth,
  .offsetLeft_two_twelfths {
    margin-left: 16.666666666666668%;
  }
  .offsetLeft_five_sixths,
  .offsetLeft_ten_twelfths {
    margin-left: 83.33333333333333%;
  }
  .offsetLeft_one_seventh {
    margin-left: 14.285714285714286%;
  }
  .offsetLeft_two_sevenths {
    margin-left: 28.571428571428573%;
  }
  .offsetLeft_three_sevenths {
    margin-left: 42.857142857142854%;
  }
  .offsetLeft_four_sevenths {
    margin-left: 57.142857142857146%;
  }
  .offsetLeft_five_sevenths {
    margin-left: 71.42857142857143%;
  }
  .offsetLeft_six_sevenths {
    margin-left: 85.71428571428571%;
  }
  .offsetLeft_one_eighth {
    margin-left: 12.5%;
  }
  .offsetLeft_three_eighths {
    margin-left: 37.5%;
  }
  .offsetLeft_five_eighths {
    margin-left: 62.5%;
  }
  .offsetLeft_seven_eighths {
    margin-left: 87.5%;
  }
  .offsetLeft_one_ninth {
    margin-left: 11.11111111111111%;
  }
  .offsetLeft_two_ninths {
    margin-left: 22.22222222222222%;
  }
  .offsetLeft_four_ninths {
    margin-left: 44.44444444444444%;
  }
  .offsetLeft_five_ninths {
    margin-left: 55.55555555555556%;
  }
  .offsetLeft_seven_ninths {
    margin-left: 77.77777777777777%;
  }
  .offsetLeft_eight_ninths {
    margin-left: 88.88888888888889%;
  }
  .offsetLeft_one_tenth {
    margin-left: 10%;
  }
  .offsetLeft_three_tenths {
    margin-left: 30%;
  }
  .offsetLeft_seven_tenths {
    margin-left: 70%;
  }
  .offsetLeft_nine_tenths {
    margin-left: 90%;
  }
  .offsetLeft_one_eleventh {
    margin-left: 9.090909090909092%;
  }
  .offsetLeft_two_elevenths {
    margin-left: 18.181818181818183%;
  }
  .offsetLeft_three_elevenths {
    margin-left: 27.272727272727273%;
  }
  .offsetLeft_four_elevenths {
    margin-left: 36.36363636363637%;
  }
  .offsetLeft_five_elevenths {
    margin-left: 45.45454545454545%;
  }
  .offsetLeft_six_elevenths {
    margin-left: 54.54545454545455%;
  }
  .offsetLeft_seven_elevenths {
    margin-left: 63.63636363636363%;
  }
  .offsetLeft_eight_elevenths {
    margin-left: 72.72727272727273%;
  }
  .offsetLeft_nine_elevenths {
    margin-left: 81.81818181818181%;
  }
  .offsetLeft_ten_elevenths {
    margin-left: 90.9090909090909%;
  }
  .offsetLeft_one_twelfth {
    margin-left: 8.333333333333334%;
  }
  .offsetLeft_five_twelfths {
    margin-left: 41.666666666666664%;
  }
  .offsetLeft_seven_twelfths {
    margin-left: 58.333333333333336%;
  }
  .offsetLeft_eleven_twelfths {
    margin-left: 91.66666666666667%;
  }
  .offsetRight_one_half,
  .offsetRight_two_quarters,
  .offsetRight_three_sixths,
  .offsetRight_four_eighths,
  .offsetRight_five_tenths,
  .offsetRight_six_twelfths {
    margin-right: 50%;
  }
  .offsetRight_one_third,
  .offsetRight_two_sixths,
  .offsetRight_three_ninths,
  .offsetRight_four_twelfths {
    margin-right: 33.333333333333336%;
  }
  .offsetRight_two_thirds,
  .offsetRight_four_sixths,
  .offsetRight_six_ninths,
  .offsetRight_eight_twelfths {
    margin-right: 66.66666666666667%;
  }
  .offsetRight_one_quarter,
  .offsetRight_two_eighths,
  s1_three_twelfths {
    margin-right: 25%;
  }
  .offsetRight_three_quarters,
  .offsetRight_six_eighths,
  .offsetRight_nine_twelfths {
    margin-right: 75%;
  }
  .offsetRight_one_fifth,
  .offsetRight_two_tenths {
    margin-right: 20%;
  }
  .offsetRight_two_fifths,
  .offsetRight_four_tenths {
    margin-right: 40%;
  }
  .offsetRight_three_fifths,
  .offsetRight_six_tenths {
    margin-right: 60%;
  }
  .offsetRight_four_fifths,
  .offsetRight_eight_tenths {
    margin-right: 80%;
  }
  .offsetRight_one_sixth,
  .offsetRight_two_twelfths {
    margin-right: 16.666666666666668%;
  }
  .offsetRight_five_sixths,
  .offsetRight_ten_twelfths {
    margin-right: 83.33333333333333%;
  }
  .offsetRight_one_seventh {
    margin-right: 14.285714285714286%;
  }
  .offsetRight_two_sevenths {
    margin-right: 28.571428571428573%;
  }
  .offsetRight_three_sevenths {
    margin-right: 42.857142857142854%;
  }
  .offsetRight_four_sevenths {
    margin-right: 57.142857142857146%;
  }
  .offsetRight_five_sevenths {
    margin-right: 71.42857142857143%;
  }
  .offsetRight_six_sevenths {
    margin-right: 85.71428571428571%;
  }
  .offsetRight_one_eighth {
    margin-right: 12.5%;
  }
  .offsetRight_three_eighths {
    margin-right: 37.5%;
  }
  .offsetRight_five_eighths {
    margin-right: 62.5%;
  }
  .offsetRight_seven_eighths {
    margin-right: 87.5%;
  }
  .offsetRight_one_ninth {
    margin-right: 11.11111111111111%;
  }
  .offsetRight_two_ninths {
    margin-right: 22.22222222222222%;
  }
  .offsetRight_four_ninths {
    margin-right: 44.44444444444444%;
  }
  .offsetRight_five_ninths {
    margin-right: 55.55555555555556%;
  }
  .offsetRight_seven_ninths {
    margin-right: 77.77777777777777%;
  }
  .offsetRight_eight_ninths {
    margin-right: 88.88888888888889%;
  }
  .offsetRight_one_tenth {
    margin-right: 10%;
  }
  .offsetRight_three_tenths {
    margin-right: 30%;
  }
  .offsetRight_seven_tenths {
    margin-right: 70%;
  }
  .offsetRight_nine_tenths {
    margin-right: 90%;
  }
  .offsetRight_one_eleventh {
    margin-right: 9.090909090909092%;
  }
  .offsetRight_two_elevenths {
    margin-right: 18.181818181818183%;
  }
  .offsetRight_three_elevenths {
    margin-right: 27.272727272727273%;
  }
  .offsetRight_four_elevenths {
    margin-right: 36.36363636363637%;
  }
  .offsetRight_five_elevenths {
    margin-right: 45.45454545454545%;
  }
  .offsetRight_six_elevenths {
    margin-right: 54.54545454545455%;
  }
  .offsetRight_seven_elevenths {
    margin-right: 63.63636363636363%;
  }
  .offsetRight_eight_elevenths {
    margin-right: 72.72727272727273%;
  }
  .offsetRight_nine_elevenths {
    margin-right: 81.81818181818181%;
  }
  .offsetRight_ten_elevenths {
    margin-right: 90.9090909090909%;
  }
  .offsetRight_one_twelfth {
    margin-right: 8.333333333333334%;
  }
  .offsetRight_five_twelfths {
    margin-right: 41.666666666666664%;
  }
  .offsetRight_seven_twelfths {
    margin-right: 58.333333333333336%;
  }
  .offsetRight_eleven_twelfths {
    margin-right: 91.66666666666667%;
  }
}
.stage1 {
  float: left;
}
.stage1_one_half {
  float: left;
  width: 50%;
}
.stage1_one_third {
  float: left;
  width: 33.333333333333336%;
}
.stage1_two_thirds {
  float: left;
  width: 66.66666666666667%;
}
.stage1.one_half,
.stage1.two_quarters,
.stage1.three_sixths,
.stage1.four_eighths,
.stage1.five_tenths,
.stage1.six_twelfths {
  width: 50%;
}
.stage1.one_third,
.stage1.two_sixths,
.stage1.three_ninths,
.stage1.four_twelfths {
  width: 33.333333333333336%;
}
.stage1.two_thirds,
.stage1.four_sixths,
.stage1.six_ninths,
.stage1.eight_twelfths {
  width: 66.66666666666667%;
}
.stage1.one_quarter,
.stage1.two_eighths,
three_twelfths {
  width: 25%;
}
.stage1.three_quarters,
.stage1.six_eighths,
.stage1.nine_twelfths {
  width: 75%;
}
.stage1.one_fifth,
.stage1.two_tenths {
  width: 20%;
}
.stage1.two_fifths,
.stage1.four_tenths {
  width: 40%;
}
.stage1.three_fifths,
.stage1.six_tenths {
  width: 60%;
}
.stage1.four_fifths,
.stage1.eight_tenths {
  width: 80%;
}
.stage1.one_sixth,
.stage1.two_twelfths {
  width: 16.666666666666668%;
}
.stage1.five_sixths,
.stage1.ten_twelfths {
  width: 83.33333333333333%;
}
.stage1.one_seventh {
  width: 14.285714285714286%;
}
.stage1.two_sevenths {
  width: 28.571428571428573%;
}
.stage1.three_sevenths {
  width: 42.857142857142854%;
}
.stage1.four_sevenths {
  width: 57.142857142857146%;
}
.stage1.five_sevenths {
  width: 71.42857142857143%;
}
.stage1.six_sevenths {
  width: 85.71428571428571%;
}
.stage1.one_eighth {
  width: 12.5%;
}
.stage1.three_eighths {
  width: 37.5%;
}
.stage1.five_eighths {
  width: 62.5%;
}
.stage1.seven_eighths {
  width: 87.5%;
}
.stage1.one_ninth {
  width: 11.11111111111111%;
}
.stage1.two_ninths {
  width: 22.22222222222222%;
}
.stage1.four_ninths {
  width: 44.44444444444444%;
}
.stage1.five_ninths {
  width: 55.55555555555556%;
}
.stage1.seven_ninths {
  width: 77.77777777777777%;
}
.stage1.eight_ninths {
  width: 88.88888888888889%;
}
.stage1.one_tenth {
  width: 10%;
}
.stage1.three_tenths {
  width: 30%;
}
.stage1.seven_tenths {
  width: 70%;
}
.stage1.nine_tenths {
  width: 90%;
}
.stage1.one_eleventh {
  width: 9.090909090909092%;
}
.stage1.two_elevenths {
  width: 18.181818181818183%;
}
.stage1.three_elevenths {
  width: 27.272727272727273%;
}
.stage1.four_elevenths {
  width: 36.36363636363637%;
}
.stage1.five_elevenths {
  width: 45.45454545454545%;
}
.stage1.six_elevenths {
  width: 54.54545454545455%;
}
.stage1.seven_elevenths {
  width: 63.63636363636363%;
}
.stage1.eight_elevenths {
  width: 72.72727272727273%;
}
.stage1.nine_elevenths {
  width: 81.81818181818181%;
}
.stage1.ten_elevenths {
  width: 90.9090909090909%;
}
.stage1.one_twelfth {
  width: 8.333333333333334%;
}
.stage1.five_twelfths {
  width: 41.666666666666664%;
}
.stage1.seven_twelfths {
  width: 58.333333333333336%;
}
.stage1.eleven_twelfths {
  width: 91.66666666666667%;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .stage2_unClear:before,
  .stage2_unClear:after {
    content: "";
    display: table;
  }
  .stage2_unClear:after {
    display: none;
    clear: both;
  }
  .stage2 {
    float: left;
  }
  .stage2_one_half {
    float: left;
    width: 50%;
  }
  .stage2_one_third {
    float: left;
    width: 33.333333333333336%;
  }
  .stage2_two_thirds {
    float: left;
    width: 66.66666666666667%;
  }
  .stage2.one_half,
  .stage2.two_quarters,
  .stage2.three_sixths,
  .stage2.four_eighths,
  .stage2.five_tenths,
  .stage2.six_twelfths {
    width: 50%;
  }
  .stage2.one_third,
  .stage2.two_sixths,
  .stage2.three_ninths,
  .stage2.four_twelfths {
    width: 33.333333333333336%;
  }
  .stage2.two_thirds,
  .stage2.four_sixths,
  .stage2.six_ninths,
  .stage2.eight_twelfths {
    width: 66.66666666666667%;
  }
  .stage2.one_quarter,
  .stage2.two_eighths,
  three_twelfths {
    width: 25%;
  }
  .stage2.three_quarters,
  .stage2.six_eighths,
  .stage2.nine_twelfths {
    width: 75%;
  }
  .stage2.one_fifth,
  .stage2.two_tenths {
    width: 20%;
  }
  .stage2.two_fifths,
  .stage2.four_tenths {
    width: 40%;
  }
  .stage2.three_fifths,
  .stage2.six_tenths {
    width: 60%;
  }
  .stage2.four_fifths,
  .stage2.eight_tenths {
    width: 80%;
  }
  .stage2.one_sixth,
  .stage2.two_twelfths {
    width: 16.666666666666668%;
  }
  .stage2.five_sixths,
  .stage2.ten_twelfths {
    width: 83.33333333333333%;
  }
  .stage2.one_seventh {
    width: 14.285714285714286%;
  }
  .stage2.two_sevenths {
    width: 28.571428571428573%;
  }
  .stage2.three_sevenths {
    width: 42.857142857142854%;
  }
  .stage2.four_sevenths {
    width: 57.142857142857146%;
  }
  .stage2.five_sevenths {
    width: 71.42857142857143%;
  }
  .stage2.six_sevenths {
    width: 85.71428571428571%;
  }
  .stage2.one_eighth {
    width: 12.5%;
  }
  .stage2.three_eighths {
    width: 37.5%;
  }
  .stage2.five_eighths {
    width: 62.5%;
  }
  .stage2.seven_eighths {
    width: 87.5%;
  }
  .stage2.one_ninth {
    width: 11.11111111111111%;
  }
  .stage2.two_ninths {
    width: 22.22222222222222%;
  }
  .stage2.four_ninths {
    width: 44.44444444444444%;
  }
  .stage2.five_ninths {
    width: 55.55555555555556%;
  }
  .stage2.seven_ninths {
    width: 77.77777777777777%;
  }
  .stage2.eight_ninths {
    width: 88.88888888888889%;
  }
  .stage2.one_tenth {
    width: 10%;
  }
  .stage2.three_tenths {
    width: 30%;
  }
  .stage2.seven_tenths {
    width: 70%;
  }
  .stage2.nine_tenths {
    width: 90%;
  }
  .stage2.one_eleventh {
    width: 9.090909090909092%;
  }
  .stage2.two_elevenths {
    width: 18.181818181818183%;
  }
  .stage2.three_elevenths {
    width: 27.272727272727273%;
  }
  .stage2.four_elevenths {
    width: 36.36363636363637%;
  }
  .stage2.five_elevenths {
    width: 45.45454545454545%;
  }
  .stage2.six_elevenths {
    width: 54.54545454545455%;
  }
  .stage2.seven_elevenths {
    width: 63.63636363636363%;
  }
  .stage2.eight_elevenths {
    width: 72.72727272727273%;
  }
  .stage2.nine_elevenths {
    width: 81.81818181818181%;
  }
  .stage2.ten_elevenths {
    width: 90.9090909090909%;
  }
  .stage2.one_twelfth {
    width: 8.333333333333334%;
  }
  .stage2.five_twelfths {
    width: 41.666666666666664%;
  }
  .stage2.seven_twelfths {
    width: 58.333333333333336%;
  }
  .stage2.eleven_twelfths {
    width: 91.66666666666667%;
  }
}
/* Fonts
------------------------------------------------------------------------------- */
@font-face {
  font-family: 'sosa';
    src: url('/__data/assets/file/0021/18750/sosa-regular-webfont.eot');
  src: url('/__data/assets/file/0021/18750/sosa-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/__data/assets/file/0024/18753/sosa-regular-webfont.woff') format('woff'), url('/__data/assets/file/0023/18752/sosa-regular-webfont.ttf') format('truetype'), url('/__data/assets/file/0022/18751/sosa-regular-webfont.svg#sosaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon] {
  display: inline;
  font-weight: normal;
}
[data-icon]:before {
  display: inline;
  content: attr(data-icon);
  font-family: Sosa;
}
.icon2x [data-icon],
.icon2x .iconFont {
  font-size: 2em;
}
.s-icon {
  font-family: 'sosa';
  text-transform: none;
  font-weight: normal;
  position: relative;
  font-size: 1.12rem;
  padding: 0;
}
input.s-icon {
  background: none;
  border: none;
}
span.s-icon {
  display: inline;
}
/* Variables
------------------------------------------------------------------------------- */
::-moz-selection {
  background: rgba(20, 187, 176, 0.5);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: rgba(20, 187, 176, 0.5);
  color: #fff;
  text-shadow: none;
}
.nav ::-moz-selection,
.footer ::-moz-selection {
  background: #0D8278;
}
.nav ::selection,
.footer ::selection {
  background: #0D8278;
}
/* Core
------------------------------------------------------------------------------- */
html.touch {
  overflow-x: hidden;
  font-size: 95%;
}
html {
  overflow-x: hidden;
  font-size: 95%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 85%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 87%;
  }
}
@media screen and (min-width: 1080px) {
  html {
    font-size: 90%;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 95%;
  }
}
@media screen and (min-width: 1350px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 1650px) {
  html {
    font-size: 105%;
  }
}
@media screen and (min-width: 1900px) {
  html {
    font-size: 115%;
  }
}
body {
  overflow-y: none;
  font: 13px 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #2b353a;
  background: #fff;
  max-width: 100%;
}
.pageWidth {
  position: relative;
  z-index: 3;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: left;
  *zoom: 1;
}
.pageWidth:before,
.pageWidth:after {
  content: "";
  display: table;
}
.pageWidth:after {
  clear: both;
}
.menu {
  right: 1.5rem;
}
@media screen and (min-width: 520px) {
  .pageWidth {
    padding: 0 3rem;
  }
  .menu {
    right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .pageWidth {
    padding: 0 1.5rem;
  }
  .menu {
    right: 1.5rem;
  }
}
@media screen and (min-width: 850px) {
  .pageWidth {
    padding: 0 4.5rem;
  }
  .menu {
    right: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .pageWidth {
    padding: 0 6rem;
  }
  .menu {
    right: 6rem;
  }
}
.gridRow {
  margin: 0 -1.2%;
  width: 102.4%;
}
.topMargin {
  margin-top: 60px;
}
.box {
  margin: 0 0 45px;
  padding: 0 1.5rem;
  background: #fafafa;
  border-bottom: 1px solid rgba(43, 53, 58, 0.02);
}
.contentFooter {
  margin-top: 4rem;
}
.contentFooter li + li{
  margin-left: 0.5em;
}
.nav {
  padding: 60px 0;
}
.content {
  padding: 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .content {
    padding: 3rem 0;
  }
}
.footer {
  padding: 6rem 0;
}
.nav,
.footer {
  background: url(/__data/assets/image/0025/18871/topShade.png) top left no-repeat #2b353a;
  background-size: 100% 100%;
  color: #fff;
}
.nav a,
.footer a,
.nav a:visited,
.footer a:visited {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.nav a:hover,
.footer a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.nav {
  padding-top: 45px;
  position: relative;
  z-index: 2;
}
.nav .two_fifths {
  margin-bottom: 2rem;
}
.nav .inlineList {
  font-size: 0.84rem;
  margin: 0 0 2rem;
  line-height: 3em;
}
.nav .inlineList li {
  padding-right: 0.2em;
}
.nav .inlineList a {
  transition: 0.25s all;
  border-radius: 0.1em;
  padding: 0.6em 0.5em;
  margin: 0 0.1em;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 0 0 0.05em rgba(255, 255, 255, 0.075);
  border: 0;
  font-weight: 300;
}
.nav .inlineList a:hover {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 0.05em rgba(255, 255, 255, 0.15);
}
.nav .shareList {
  margin: 0 0 10px 0;
}
.nav .shareList li {
  font-size: 0.85rem;
  padding: 0;
}
.nav .shareList li a {
  margin: 0;
}
.nav form {
  position: relative;
  display: inline-block;
  clear: both;
}
.nav form .textField {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  font-weight: 300;
  transition: 0.3s all;
  border-width: 0;
}
.nav form .s-icon {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  top: 1.4rem;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s all;
}
.nav form .textField:hover {
  background: rgba(0, 0, 0, 0.35);
}
.nav form .textField:hover + .s-icon,
.nav form .s-icon:hover {
  opacity: 0.7;
}
.nav form .textField:focus {
  background: #000;
}
.nav form .textField:focus + .s-icon,
.nav form .s-icon:focus {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .nav .two_fifths {
    margin-bottom: 0;
  }
  .nav .inlineList {
    float: right;
    text-align: right;
    margin: 0 0 1.5rem;
  }
  .nav .inlineList li {
    padding-left: 0.2em;
    padding-right: 0;
  }
  .nav .inlineList li:first-child {
    padding-left: 0;
  }
  .nav .inlineList a {
    background: transparent;
    box-shadow: none;
  }
  .nav .shareList {
    margin: 0 0 10px 20px;
  }
  .nav .shareList li {
    font-size: 0.75rem;
  }
  .nav form {
    float: right;
  }
}
@media screen and (min-width: 1100px) {
  .nav .shareList li {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 767px) {
  .nav > .pageWidth {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .one_fifth > .subNav {
    margin-top: 0em;
  }
}
.banner {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  *zoom: 1;
}
.banner:before,
.banner:after {
  content: "";
  display: table;
}
.banner:after {
  clear: both;
}
.banner:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: url(/__data/assets/image/0025/18871/topShade.png) top left no-repeat;
  background-size: 150% auto;
}
.banner .logo {
  position: absolute;
  max-width: 180px;
  top: 10px;
  transition: 0.25s all;
}
.banner .logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 520px) {
  .banner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: url(/__data/assets/image/0025/18871/topShade.png) top left no-repeat;
    background-size: 100% auto;
  }
  .banner .logo {
    max-width: 13rem;
    top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .banner .logo {
    max-width: 14rem;
    top: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .banner .logo {
    max-width: 15rem;
    top: 1.6rem;
  }
}
.banner .menu {
  position: absolute;
  padding: 1.5rem;
  background: #2b353a;
  color: #fff;
  cursor: pointer;
  border: 0;
}
.banner .menu em {
  font-family: 'sosa';
  text-transform: none;
  font-weight: normal;
  position: relative;
  font-size: 1.12rem;
  padding: 0;
}
.banner .menu span {
  position: absolute;
  top: 0;
  right: 4.05rem;
  max-height: 1.4rem;
  background: #0D8278;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.08rem;
  padding: 1.49rem;
  transition: 0.3s all;
  display: none;
}
.banner .menu span:after {
  content: "";
  border: 10px solid #0D8278;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -2px;
}
@media screen and (min-width: 520px) {
  .banner .menu span {
    display: block;
    opacity: 0;
    right: 7em;
  }
}
.banner > img.flex {
  margin: -2px 0;
  display: block;
}
.nav.hidden + .banner .menu {
  background: rgba(43, 53, 58, 0.75);
}
.nav.hidden + .banner .menu:hover {
  background: #2b353a;
}
.footer {
  background: url(/__data/assets/image/0025/18871/topShade.png) top left no-repeat #414c52;
  background-size: 100% auto;
  overflow: hidden;
}
.footer .top {
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  bottom: -6rem;
  padding: 1.5rem;
  background: rgba(43, 53, 58, 0.75);
  color: #fff;
  cursor: pointer;
  transition: 0.4s background;
}
.footer .top em {
  font-family: 'sosa';
  text-transform: none;
  font-weight: normal;
  position: relative;
  font-size: 1.12rem;
  padding: 0;
}
.footer .top span {
  position: absolute;
  top: 0;
  right: 4.05rem;
  max-height: 1.4rem;
  background: #0D8278;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.08rem;
  padding: 1.46rem;
  transition: 0.3s all;
  display: none;
  white-space: nowrap;
}
.footer .top span:after {
  content: "";
  border: 10px solid #0D8278;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -2px;
}
@media screen and (min-width: 520px) {
  .footer .top span {
    display: block;
    opacity: 0;
    right: 5rem;
  }
}
.footer .top:hover {
  background: #2b353a;
}
.footer img[style^="max-width"],
.footer img[style="max-width: 195px;"] {
  max-width: 14em !important;
}
.touch .menu span,
.touch .footer .top span {
  display: none;
}
.content {
  background: #fff;
  position: relative;
}
.content .captionCol {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .content .captionCol {
    margin-top: -3rem;
  }
}
.content .captionCol:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 0;
  }
  .footer .topMargin {
    margin-top: 0;
  }
  .footer .underline {
    margin-top: 4rem;
  }
}
.siteFooter .column {
  position: relative;
  font-size: 0.84rem;
}
.siteFooter .column:before {
  content: "";
  width: 100%;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 20px;
}
.siteFooter .column .inlineList {
  font-weight: 900;
  margin-left: 0;
  margin-bottom: 0;
}
.siteFooter .column .inlineList,
.siteFooter .column p {
  opacity: 0.75;
}
.siteFooter .column .logo {
  display: block;
  max-width: 180px;
  transition: 0.25s all;
  margin: 0 30px 30px 0;
  position: relative;
  z-index: 2;
}
.siteFooter .column .logo img {
  width: 100%;
  height: auto;
}
.siteFooter .column li:last-child:before {
  content: "Designed by";
  font-weight: 400;
  margin-right: 0.5em;
}
.siteFooter .column li:last-child a {
  background: url(/__data/assets/image/0012/19002/headscape.png) no-repeat 0 0;
  background-size: cover;
  display: inline-block;
  height: 0;
  overflow: hidden;
  padding-top: 1.1em;
  position: relative;
  text-indent: -9999px;
  top: 0.3em;
  width: 7.55em;
  border: 0;
  opacity: 0.85;
  transition: 0.25s opacity;
}
.siteFooter .column li:last-child a:hover {
  opacity: 1;
}
@media screen and (min-width: 520px) {
  .siteFooter .column .logo {
    max-width: 13rem;
  }
}
@media screen and (min-width: 768px) {
  .siteFooter .column .logo {
    max-width: 14rem;
  }
}
@media screen and (min-width: 1024px) {
  .siteFooter .column .logo {
    max-width: 15rem;
  }
}
@media screen and (min-width: 768px) {
  .siteFooter p {
    margin: 0 0 0.25em;
  }
  .siteFooter .logo {
    float: left;
  }
  .siteFooter .column {
    text-align: right;
  }
  .siteFooter .inlineList li {
    padding-left: 1.5rem;
    padding-right: 0;
  }
}
.topNav,
.subNav,
.related {
  list-style: none;
  margin: 0;
}
.topNav a,
.subNav a,
.related a,
.topNav a:visited,
.subNav a:visited,
.related a:visited {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.08rem;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.75rem 0;
  transition: 0.25s all;
  line-height: 1.3em;
  color: #fff;
}
ul.related {
  font-size: 0;
}
ul.related li {
  line-height: 1em;
}
.topNav a:hover,
.subNav a:hover,
.related a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.topNav ul,
.subNav ul,
.related ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.topNav ul ul,
.subNav ul ul,
.related ul ul {
  padding-left: 1rem;
}
.topNav ul > li:last-child a,
.subNav ul > li:last-child a,
.related ul > li:last-child a {
  border-bottom: none;
}
.topNav li li > a,
.subNav li li > a,
.related li li > a,
.topNav li li > a:visited,
.subNav li li > a:visited,
.related li li > a:visited {
  font-size: 0.87rem;
}
@media screen and (max-width: 1023px) {
  .topNav a,
  .subNav a,
  .related a {
    font-size: 0.87rem;
  }
  .topNav li li > a,
  .subNav li li > a,
  .related li li > a,
  .topNav li li > a:visited,
  .subNav li li > a:visited,
  .related li li > a:visited {
    font-size: 0.775rem;
  }
}
.topNav .current > a,
.subNav .current > a,
.related .current > a,
.topNav .current > a:visited,
.subNav .current > a:visited,
.related .current > a:visited,
.topNav .current > a:hover,
.subNav .current > a:hover,
.related .current > a:hover {
  color: #993815;
}
.footer .topNav ul {
  padding-left: 1rem;
}
.topNav > li > a,
.topNav > li > a:visited {
  color: rgba(255, 255, 255, 0.85);
}
.topNav > li > a:hover {
  color: #fff;
}
.footer .topNav li li li a {
  text-transform: none;
}
.js .footer .topNav ul,
.js .subNav ul ul {
  display: none;
}
@media screen and (max-width: 767px) {
  .js .footer .topNav ul,
  .js .subNav ul {
    display: none;
  }
}
.footer .topNav .hasKids,
.subNav .hasKids {
  position: relative;
}
.footer .topNav .hasKids a,
.subNav .hasKids a {
  padding-right: 2rem;
}
.footer .topNav .hasKids > .plus,
.subNav .hasKids > .plus,
.footer .topNav .hasKids > .minus,
.subNav .hasKids > .minus {
  display: block;
  font-family: 'sosa';
  text-transform: none;
  font-weight: normal;
  position: relative;
  font-size: 1.12rem;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 0 0.5rem 1rem;
  z-index: 5;
  cursor: pointer;
}
.footer .topNav .hasKids > .plus:hover,
.subNav .hasKids > .plus:hover,
.footer .topNav .hasKids > .minus:hover,
.subNav .hasKids > .minus:hover {
  color: #fff;
}
.footer .topNav .hasKids .minus,
.subNav .hasKids .minus {
  display: none;
}
.footer .topNav .hasKids.open > .plus,
.subNav .hasKids.open > .plus {
  display: none;
}
.footer .topNav .hasKids.open > .minus,
.subNav .hasKids.open > .minus {
  display: block;
}
.footer .topNav .hasKids.open > ul,
.subNav .hasKids.open > ul {
  display: block;
}
.footer .topNav .hasKids.open > .plusMob,
.subNav .hasKids.open > .plusMob,
.footer .topNav .hasKids.open > .minusMob,
.subNav .hasKids.open > .minusMob {
  display: none;
}
.subNav,
.related {
  margin-bottom: 3rem;
}
.subNav li li > a,
.related li li > a,
.subNav li li > a:visited,
.related li li > a:visited {
  font-size: 1.08rem;
}
.subNav li li li > a,
.related li li li > a,
.subNav li li li > a:visited,
.related li li li > a:visited {
  font-size: 0.87rem;
}
@media screen and (max-width: 1023px) {
  .subNav li li > a,
  .related li li > a,
  .subNav li li > a:visited,
  .related li li > a:visited {
    font-size: 0.87rem;
  }
  .subNav li li li > a,
  .related li li li > a,
  .subNav li li li > a:visited,
  .related li li li > a:visited {
    font-size: 0.775rem;
  }
}

.links a,
.links a:hover {
   color: #0e827b;
  }
.links a:visited {
  color: #0e827b;
}
.subNav a,
.related a,
.subNav a:visited,
.related a:visited,
.subNav a:hover,
.related a:hover,
.subNav ul,
.related ul {
  color: #2b353a;
  border-color: rgba(43, 53, 58, 0.1);
}
.subNav a:hover,
.related a:hover {
  color: #0D8278;
}
.subNav .hasKids > .plus,
.related .hasKids > .plus,
.subNav .hasKids > .minus,
.related .hasKids > .minus {
  color: #677379;
}
.subNav .hasKids > .plusMob,
.related .hasKids > .plusMob,
.subNav .hasKids > .minusMob,
.related .hasKids > .minusMob {
  display: none;
}
.subNav .hasKids > .plus:hover,
.related .hasKids > .plus:hover,
.subNav .hasKids > .minus:hover,
.related .hasKids > .minus:hover {
  color: #2b353a;
}
@media screen and (min-width: 768px) {
  .subNav .hasKids > .plusMob,
  .subNav .hasKids > .minusMob {
    display: none;
  }
  .subNav > .hasKids:first-child > .plus,
  .subNav > .hasKids:first-child > .minus {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .subNav .hasKids > ul,
  .subNav .hasKids.open > ul {
    display: none;
  }
  .subNav .hasKids.openMob > ul,
  .subNav .hasKids.open.openMob > ul {
    display: block;
  }
  .subNav .hasKids > .plus,
  .subNav .hasKids.open > .plus,
  .subNav .hasKids > .minus,
  .subNav .hasKids.open > .minus {
    display: none;
  }
  .subNav .hasKids > .minusMob,
  .subNav .hasKids.open > .minusMob {
    display: none;
  }
  .subNav .hasKids > .plusMob,
  .subNav .hasKids.open > .plusMob {
    display: block;
  }
  .subNav .hasKids.openMob > .plusMob,
  .subNav .hasKids.open.openMob > .plusMob {
    display: none;
  }
  .subNav .hasKids.openMob > .minusMob,
  .subNav .hasKids.open.openMob > .minusMob {
    display: block;
  }
}
.subNav {
  margin-top: -1rem;
}
.subNav > li:first-child > a {
  text-transform: none;
  font-weight: 600;
}
.subNav li li li {
  position: relative;
}
.subNav li li li:before {
  content: "P";
  font-family: 'sosa';
  text-transform: none;
  font-weight: normal;
  position: relative;
  font-size: 1.12rem;
  padding: 0;
  color: #ccc;
  position: absolute;
  left: -1.1rem;
  font-size: 0.5rem;
  top: 0.4rem;
}
.subNav li li li ul {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.subNav li li li li a,
.subNav li li li li a:hover {
  border-bottom: 0;
}
.subNav li li li li:before {
  font-size: 0.5rem;
  top: 0.3rem;
}
.subNav li.current:before {
  color: #993815;
}
.subNav li li li > a,
.subNav li li li > a:visited {
  text-transform: none;
}
.subNav li li li li > a,
.subNav li li li li > a:visited {
  font-weight: normal;
}
.related {
  border-top: 1px solid rgba(43, 53, 58, 0.1);
}
.related a,
.related a:visited {
  color: #0D8278;
  text-transform: none;
}
.related a:hover {
  color: #2b353a;
}
.related h5 {
  text-decoration: underline;
}
.sideBar {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .sideBar {
    margin-top: -1rem;
  }
  .sideBar p {
    text-transform: none;
    font-size: 0.9rem;
    line-height: 1.3em;
    margin-top: 0.45em;
    color: #414c52;
    text-decoration: none;
  }
}
/* Typography
------------------------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding-top: 1.3rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.3em;
  font-weight: 600;
}
h1,
.h1 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.3em;
  border-bottom: 1px solid rgba(43, 53, 58, 0.1);
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
.homeContent h1,
.homeContent .h1 {
  font-size: 1.5rem;
  border-bottom: 0;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5em;
}
h2,
.h2 {
  font-size: 1.4rem;
  clear: left;
}
h3,
.h3,
.subNav > li:first-child > a {
  font-size: 1.3rem;
}
h4,
.h4 {
  font-size: 1.2rem;
}
h5,
.h5 {
  font-size: 1.1rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.intro {
  font-size: 1.2rem;
  line-height: 1.5em;
}
.capsHeading {
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.3em;
  padding: 0.75rem 0;
  text-transform: uppercase;
}
.p,
p,
blockquote,
small,
cite,
ul,
ol {
  margin-bottom: 0.8rem;
  line-height: 1.8em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.3em;
}
h1 p,
.h1 p,
h2 p,
.h2 p,
h3 p,
.h3 p,
h4 p,
.h4 p,
h5 p,
.h5 p,
h6 p,
.h6 p {
  line-height: 1.3em;
}
.intro {
  line-height: 1.3em;
}
.intro p:forst-child {
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4 {
    font-weight: 300;
  }
  .homeContent h1,
  .homeContent .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.7rem;
  }
  h3,
  .h3,
  .subNav > li:first-child > a {
    font-size: 1.35rem;
  }
  h4,
  .h4 {
    font-size: 1.2rem;
  }
  h5,
  .h5 {
    font-size: 1.05rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
  .intro,
  .introFirst p:first-child {
    font-size: 1.5em;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 3.2rem;
  }
  .homeContent h1,
  .homeContent .h1 {
    font-size: 2.2rem;
  }
  h2,
  .h2 {
    font-size: 2.2rem;
  }
  h3,
  .h3,
  .subNav > li:first-child > a {
    font-size: 1.55rem;
  }
  h4,
  .h4 {
    font-size: 1.35rem;
  }
  h5,
  .h5 {
    font-size: 1.05rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
  .intro,
  .introFirst p:first-child {
    font-size: 1.5em;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1281px) {
  h1,
  .h1 {
    font-size: 3.3rem;
  }
  .homeContent h1,
  .homeContent .h1 {
    font-size: 2.45rem;
  }
  h2,
  .h2 {
    font-size: 2.3rem;
  }
  h3,
  .h3,
  .subNav > li:first-child > a {
    font-size: 1.65rem;
  }
  h4,
  .h4 {
    font-size: 1.45rem;
  }
  h5,
  .h5 {
    font-size: 1.15rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
  .intro,
  .introFirst p:first-child {
    font-size: 1.5em;
    line-height: 1.4em;
  }
}
.intro {
  margin-bottom: 0.75rem;
  padding-bottom: 0.5em;
}
.centred {
  text-align: center;
}
.subheading {
  padding-top: 0;
  margin-top: -1rem;
}
.underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 1.5rem;
}
.caption,
.captionBlock p {
  position: relative;
  background: url(/__data/assets/image/0026/18872/captionbottom.png) bottom left no-repeat #f3f4f4;
  color: #677075;
  font-style: italic;
  padding: 0.5em 2rem 0.5em 60px;
  float: right;
  display: inline-block;
  line-height: 1.3em;
}
.caption:hoverafter,
.captionBlock p:hoverafter {
  opacity: 1;
  box-shadow: 0 0 0 5px #eee;
}
.content img {
  margin: 0.5em 0 1.5rem;
  max-width: 100%;
}
.content img#rss-icon {
    margin: 0px;
    vertical-align:bottom;

}
.content .captionBlock {
  width: 100%;
  margin: 0 0 1.5rem 0;
}
.content .captionBlock .caption,
.content .captionBlock p {
  float: none;
  margin: 0;
  padding-left: 0;
  padding-right: 60px;
  padding-bottom: 0;
  background: none;
  text-align: left;
}
.content .captionBlock img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
img.left,
img.right {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 480px) {
  .caption,
  .captionBlock p {
    font-size: 0.83rem;
  }
  .captionBlock.left,
  .captionBlock.right,
  .content img.left,
  .content img.right {
    width: 48.5%;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    float: left;
  }
  .captionBlock.right,
  .content img.right {
    margin-right: 0;
    margin-left: 1.5rem;
    float: right;
  }
  .captionBlock.right .caption,
  .content img.right .caption,
  .captionBlock.right p,
  .content img.right p {
    width: 100%;
    padding-right: 0;
/*    padding-left: 60px;*/
    text-align: right;
  }
}
.nav .underline,
.footer .underline {
  border-color: rgba(255, 255, 255, 0.25);
}
/*.p,
p,
blockquote,
small,
cite,
ul,
ol {
  margin-bottom: 0.8rem;
  line-height: 1.8em;
}*/
p cite {
  margin: 0;
}
.light {
  font-weight: 300;
  letter-spacing: -0.025em;
}
.small {
  font-size: 0.855rem;
  line-height: 1.5em;
}
h1 + .date,
h2 + .date,
h3 + .date,
h4 + .date,
h5 + .date,
h6 + .date {
  margin-top: -1rem;
}
acronym,
abbr {
  border-color: #ccc;
}
ul ul,
ul ol,
ol ol,
ol ul {
  padding-left: 24px;
}
.content h1 + .group .column ul > li, /* TC addition */
.content h1 + .group .column ul > li, /* TC addition */
.content ul.list > li,
.content ul.list ul > li {
  list-style: none;
}
.content h1 + .group .column ul > li:before, /* TC addition */
.content h1 + .group .column ul ul > li:before, /* TC addition */
.content ul.list > li:before,
.content ul.list ul > li:before {
  content: "P";
  font-family: 'sosa';
  text-transform: none;
  font-weight: normal;
  font-size: 1.12rem;
  padding: 0;
  color: #0D8278;
  position: relative;
  left: -20px;
  margin-right: -1em;
  top: -0.15em;
  font-size: 0.75rem;
}
.content h1 + .group .column ul > li.column:before, /* TC addition */
.content h1 + .group .column ul ul > li.column:before, /* TC addition */
.content h1 + .group .column h6 + ul > li:before, /* TC addition */
.content h1 + .group .column h6 + ul ul > li:before { /* TC addition */
  content: ""; /* TC addition */
} /* TC addition */
q,
.q {
  font-style: italic;
}
q:before {
  content: "\0022";
}
q:after {
  content: "\0022";
}
h3 + p.subheading,
h4 + p.subheading,
h5 + p.subheading {
  margin-bottom: 3.8rem;
}
hr {
  *zoom: 1;
  background: transparent;
  border: 0;
  height: 0;
  margin: 0 0 1rem;
  max-width: 760px;
}
hr:before,
hr:after {
  content: "";
  display: table;
}
hr:after {
  clear: both;
}
.hide {
  display: none;
}
a,
a:visited {
  color: #0b746b;
  text-decoration: none;
  border-bottom: 1px solid #0D8278;
  transition: 0.25s border, 0.3s color;
}
a:hover {
  border-color: rgba(20, 187, 176, 0.5);
}
.topNav a,
.nav .inlineList a,
.footer .twoCols a,
.siteFooter .inlineList a,
.topNav a:visited,
.nav .inlineList a:visited,
.footer .twoCols a:visited,
.siteFooter .inlineList a:visited {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.topNav a:hover,
.nav .inlineList a:hover,
.footer .twoCols a:hover,
.siteFooter .inlineList a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
a:visited {
  color: #0b746b;
  opacity: 0.75;
  transition: 0.25s opacity;
  border-radius: 0.01em;
  padding: 0 0.01em;
  margin: 0 0.2em;
  box-shadow: 0 0 0 0.05em rgba(0, 0, 0, 0.05);
}
.logo {
  border: none;
}
.alerts {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .alerts {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .alerts .two_fifths {
    width: 50%;
  }
}
.alert {
  background: #faf5cc;
  padding: 1rem 1.5rem 1rem 6rem;
  box-shadow: 0 19px 8px -20px rgba(0, 0, 0, 0.25);
  margin-top: 1em;
  max-height: 7rem;
  overflow: hidden;
}
.alert:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-bottom: 3.33rem solid #c5363e;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 1rem;
  margin-top: -1.65rem;
}
.alert:after {
  content: "!";
  font-weight: 900;
  color: #fff;
  position: absolute;
  z-index: 4;
  font-size: 2.8rem;
  left: 2.5rem;
  top: 50%;
  margin-top: -1.5rem;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
.alert h6:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(250, 240, 204, 0) 0%, #faf5cc 100%);
  display: block;
  height: 1.5rem;
}
.alert h6,
.alert p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.alert a,
.alert a:visited {
  color: #c5363e;
  border-color: rgba(197, 54, 62, 0.1);
}
.alert .more:after {
  background-color: #c5363e;
}
.alert a:hover {
  border-color: rgba(197, 54, 62, 0.5);
}
.alert p {
  font-size: 0.83rem;
}
.js .alert {
  display: block;
  position: relative;
  top: -1rem;
  opacity: 0;
  overflow: none;
}
@media screen and (min-width: 480px) {
  .alert p {
    display: block;
  }
}
.inlineList {
  list-style: none;
}
.inlineList li {
  display: inline;
  padding: 0.3rem 1.5rem 0.3rem 0;
}
.inlineList li a {
  /* white-space: nowrap; */ /* removed in a11y review: causes undesirable horizontal scroll */
}
.inlineList li:last-child {
  padding-right: 0;
}
.breadCrumb {
  margin: 0 0 45px;
  padding: 0 1.5rem;
  background: #fafafa;
  border-bottom: 1px solid rgba(43, 53, 58, 0.02);
  font-size: 0.84rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.breadCrumb li {
  font-weight: 900;
  padding-right: 1rem;
}
.breadCrumb li:after {
  content: "›";
  font-family: 'sosa';
  text-transform: none;
  font-weight: normal;
  position: relative;
  font-size: 1.12rem;
  padding: 0;
  font-size: 0.7rem;
  margin-left: 1rem;
  color: #ccc;
}
.breadCrumb li a {
  color: #677379;
  border-color: rgba(0, 0, 0, 0.1);
  font-weight: normal;
}
.breadCrumb li a:hover {
  color: #2b353a;
  border-color: rgba(0, 0, 0, 0.3);
}
.breadCrumb li:last-child:after {
  content: "";
}
@media screen and (min-width: 480px) {
  ul.twoCols {
    *zoom: 1;
    margin: 0 -1.5rem;
  }
  ul.twoCols:before,
  ul.twoCols:after {
    content: "";
    display: table;
  }
  ul.twoCols:after {
    clear: both;
  }
  ul.twoCols li {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    clear: none;
    padding: 0 1.5rem;
    min-height: 1px;
    margin: 0;
    width: 50%;
  }
  ul.twoCols.bullets li {
    display: list-item;
    list-style: disc inside;
  }
}
.tableWrap {
  overflow-x: auto;
}
table {
  margin-bottom: 0.8rem;
  line-height: 1.8em;
  width: 100%;
  font-size: 0.84rem;
  margin: 0 0 45px;
  padding: 0;
}
table td,
table th {
  padding: 0.15rem;
  border-bottom: 1px solid rgba(43, 53, 58, 0.05);
}
table th {
  font-weight: 900;
  background: #fff;
  border-color: rgba(43, 53, 58, 0.1);
}
table th[colspan] {
  text-align: center;
}
.tides td:nth-child(even) {
  background-color: rgba(20, 187, 176, 0.05);
}
.tides td:nth-child(2n+6) {
  background-color: rgba(227, 98, 51, 0.05);
}
.tides .month {
  border-bottom-color: rgba(43, 53, 58, 0.4);
}
.tides .month:after {
  content: "";
}
.tides #date-header {
  border-bottom-color: rgba(43, 53, 58, 0.02);
}
.tides .break td {
  line-height: 0;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 1px 8px 4px rgba(255, 255, 255, 0.1) inset, 0 10px 8px -9px rgba(43, 53, 58, 0.3) inset;
}
.tides th.month {
  background: transparent;
}
.tides th[id*="high"] {
  color: #0D8278;
}
.tides th[id*="low"] {
  color: #993815;
}
.tides th[id*="high"],
.tides th[id*="low"],
.tides th[id="date-header"] {
  font-size: 1rem;
}
.tides td[headers*="header"] {
  font-weight: 600;
  white-space: nowrap;
  background: #fff;
}
.tides #high {
  background: #0D8278;
  color: #fff;
}
.tides #low {
  background: #993815;
  color: #fff;
}
.tides .high {
  color: #0D8278;
}
.tides .low {
  color: #993815;
}
.tableVert td:nth-child(odd) {
  background-color: rgba(20, 187, 176, 0.06);
}
.tableVert td:nth-child(even) {
  background-color: rgba(20, 187, 176, 0.03);
}
.tableHoriz tr:nth-child(odd) td {
  background-color: rgba(20, 187, 176, 0.06);
}
.tableHoriz tr:nth-child(even) td {
  background-color: rgba(20, 187, 176, 0.03);
}
@media screen and (min-width: 480px) {
  table {
    margin: 1.5rem 0;
  }
  table td,
  table th {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  table td,
  table th {
    padding: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  table td,
  table th {
    padding: 0.5rem;
  }
}
a.more,
.more p,
.landingBlock .more p {
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  border-width: 0;
}
a.more:after,
.more p:after,
.landingBlock .more p:after {
  content: "›";
  font-family: 'sosa';
  text-transform: none;
  font-weight: normal;
  font-size: 1.12rem;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  background: #0D8278;
  padding: 0.1em 0.05em 0.1em 0.2em;
  font-size: 0.83em;
  margin-left: 0.5em;
  position: relative;
  top: -0.1em;
  transition: 0.25s all;
}
.landingList {
  list-style: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.landingList li {
  margin-bottom: 2rem;
  *zoom: 1;
}
.landingList li:before,
.landingList li:after {
  content: "";
  display: table;
}
.landingList li:after {
  clear: both;
}
.landingBlock {
  position: relative;
  box-shadow: 0 19px 8px -20px rgba(0, 0, 0, 0.25), 0 0 2px -1px rgba(0, 0, 0, 0.5);
  float: left;
  width: 100%;
  border: 0;
  cursor: pointer;
  *zoom: 1;
  transition: 0.25s all;
}
.landingBlock:before,
.landingBlock:after {
  content: "";
  display: table;
}
.landingBlock:after {
  clear: both;
}
.landingBlock img {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 0;
}
.landingBlock .column {
  float: left;
  width: 100%;
  transition: 0.25s all;
  padding-bottom: 1em;
}
.landingBlock .column.more {
  display: none;
  border-top: 1px dotted #ddd;
  padding-top: 0.3em;
  padding-bottom: 0;
}
.landingBlock .column.more p {
  position: relative;
  top: 0.3em;
  color: #0C7970;
  text-align: right;
  transition: 0.25s background, 0.3s color;
}
.landingBlock h4 {
  color: #414c52;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-bottom: 0;
  font-weight: 300;
}
.landingBlock p {
  color: #414c52;
  font-size: 0.8rem;
  line-height: 1.2em;
}
.landingBlock:hover {
  color: #2b353a;
  box-shadow: 0 19px 8px -20px rgba(0, 0, 0, 0.5), 0 0 2px -1px rgba(0, 0, 0, 0.6);
}
.landingBlock:hover .column {
  background: #fafcfc;
  box-shadow: 0 -19px 8px -20px rgba(0, 0, 0, 0.5);
}
.landingBlock:hover .more {
  padding-bottom: 0;
  box-shadow: none;
}
.landingBlock:hover .more p {
  color: #414c52;
}
.landingBlock:hover .more p:after {
  color: #fff;
  background: #414c52;
}
@media screen and (max-width: 649px) {
  .landingBlock img,
  .landingBlock .column {
    *zoom: 1;
  }
  .landingBlock img:before,
  .landingBlock .column:before,
  .landingBlock img:after,
  .landingBlock .column:after {
    content: "";
    display: table;
  }
  .landingBlock img:after,
  .landingBlock .column:after {
    clear: both;
  }
}
@media screen and (max-width: 479px) {
  .landingBlock img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 480px) {
  .landingBlock .column {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #edf3f3;
  }
  .landingBlock:hover .column {
    padding-bottom: 1.5em;
  }
  .landingBlock img {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .landingBlock img {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 899px) {
  .landingBlock img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 650px) and (max-width: 767px) {
  .landingList li {
    float: left;
    width: 50%;
  }
  .column.more {
    display: none;
  }
  .landingBlock img {
    margin-bottom: 108px;
  }
}
@media screen and (min-width: 900px) {
  .landingBlock .column {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 3em;
  }
  .landingBlock .column.more {
    padding-bottom: 0;
    display: block;
  }
  .landingBlock p {
    font-size: 0.9rem;
    line-height: 1.4em;
  }
  .landingList li {
    width: 50%;
  }
  .landingBlock:hover .column {
    padding-bottom: 4em;
  }
  .landingBlock:hover .more {
    padding-bottom: 0;
  }
}
#calendarTable table th {
  width: 90px;
}
#calendarTable table th:first-child {
  width: 10px;
}
#calendarTable a {
  font-weight: normal;
}
#calendarTable .dateLink {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 2em;
  color: #333;
  border-bottom: 1px solid #ccc;
}
#calendarTable table .dayLabel,
#calendarTable table .dayLabelWeekend {
  border-left: 1px dotted #ccc;
  color: #424242;
  font-weight: bold;
  padding-top: 10px;
}
#calendarTable table .dayLabel:first-child {
  border-left: 0;
}
#calendarTable table td {
  border-left: 1px dotted #ddd;
}
#calendarTable table .weekend {
  border-left: 1px dotted #d5d5d5;
  background: #e9e9e9;
}
#calendarTable table .weekLink {
  vertical-align: middle;
  background: #e9e9e9;
}
#calendarTable table .date {
  height: 90px !important;
}
#calendarTable table .date div {
  width: auto !important;
}
#calendarTable table .eventDate {
  background: #FBFDFE;
  box-shadow: inset 0 0 0 1px rgba(0, 180, 223, 0.5);
}
@media screen and (max-width: 768px) {
  #calendarTable table td {
    display: none;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .dayLabel,
  .dayLabelWeekend,
  .weekLink {
    display: none;
  }
  #calendarTable table .date {
    display: block;
    height: auto !important;
  }
  .subBoxHeading a {
    white-space: nowrap;
  }
  .subBoxHeading a + a {
    margin-bottom: 0;
  }
}
table.content {
  border-collapse: collapse;
}
table.content td {
  padding: 3px;
  border: 1px solid #5F3869;
}
table.content th {
  padding: 4px;
  color: #fff;
  background: #5F3869;
}
.subBoxHeading {
  margin: -1em 0 1em;
  padding: 6px 0;
}
.subBoxHeading a {
  background: #993815;
  border: 0 none;
  color: #FFFFFF;
  font-size: 0.75em;
  font-weight: bold;
  padding: 4px 10px 5px;
  border-radius: 3px;
}
#calendarTable table th,
#calendarTable table td {
  padding: 5px 10px 10px;
  line-height: 1em;
  font-size: 0.95em;
}
#calendarTable .event a {
  border: 0;
  margin-top: 5px;
}
#calendarTable .event a:hover {
  color: #333;
}
#calendarTable table .dayLabelWeekend {
  background: rgba(43, 53, 58, 0.15);
  border-left: 1px dotted #c5c5c5;
}
#calendarTable table .weekLink,
#calendarTable table .weekend {
  background: #fafafa;
}
#calendarTable table th {
  background: rgba(43, 53, 58, 0.1);
}
#calendarTable table td {
  padding: 2px;
}
#calendarTable table {
  width: 100% !important;
  margin-top: 0;
}
#calendarTable table th {
  border-top: 0;
}
#calendarTable table th + th {
  width: 13.5% !important;
}
#calendarTable table .eventDate {
  background: #FBFDFE;
  box-shadow: 0 0 0 2px #ffffff inset, 0 0 0 3px #FBFDFE inset;
  padding: 7px;
}
.listing {
  list-style: none;
  margin-left: 0;
  *zoom: 1;
}
.listing:before,
.listing:after {
  content: "";
  display: table;
}
.listing:after {
  clear: both;
}
.listing li {
  *zoom: 1;
  border-bottom: 1px solid rgba(43, 53, 58, 0.1);
  padding-bottom: 20px;
  margin-bottom: 1.5rem;
}
.listing li:before,
.listing li:after {
  content: "";
  display: table;
}
.listing li:after {
  clear: both;
}
.listing li:last-child {
  border-bottom: 0;
}
.listing.img img {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.listing .listingContent {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.listing .listingContent .p,
.listing .listingContent p,
.listing .listingContent blockquote,
.listing .listingContent small,
.listing .listingContent cite,
.listing .listingContent ul,
.listing .listingContent ol {
  line-height: 1.5em;
}
.listing h3 {
  padding-top: 1.5rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5em;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1.3em;
  font-weight: 400;
}
.listing h3 p {
  line-height: 1.3em;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .listing.img .listingContent {
    float: right;
    width: 60%;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
  .listing.img img {
    float: left;
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .fullWidth > .listing.img .listingContent {
    float: right;
    width: 60%;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
  .fullWidth > .listing.img img {
    float: left;
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .listing.img .listingContent {
    float: right;
    width: 60%;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
  .listing.img img {
    float: left;
    width: 40%;
  }
}
.sideBar .listing.img .listingContent,
.sideBar .listing.img img {
  float: none;
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .sideBar .listing.img .listingContent {
    float: right;
    width: 60%;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
  }
  .sideBar .listing.img img {
    float: left;
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .sideBar .listing h3 {
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.3em;
    padding: 0.75rem 0;
    text-transform: uppercase;
  }
}
.listing.twoCol,
.listing.threeCol {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.fullWidth .listing.threeCol li:nth-child(3n+1) {
  clear: left;
}
.fullWidth .listing.twoCol,
.fullWidth .listing.threeCol {
    /* added during a11y fixes to match commented out removal of padding for li below */
    margin-left: 0;
}
.fullWidth .listing.twoCol li,
.fullWidth .listing.threeCol li {
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 1.5rem;
/*  padding-left: 1.5rem;*/
  border-bottom: 0;
}
.fullWidth .listing.twoCol li:after,
.fullWidth .listing.threeCol li:after {
  content: "";
  display: table;
  width: 100%;
  margin-top: 1.5rem;
  border-bottom: 1px solid rgba(43, 53, 58, 0.15);
}
.fullWidth .listing.twoCol li:nth-child(odd) {
  clear: left;
}
.fullWidth .listing.twoCol li .listingContent,
.fullWidth .listing.threeCol li .listingContent,
.fullWidth .listing.twoCol li img,
.fullWidth .listing.threeCol li img {
  float: none;
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 480px) {
  .fullWidth .listing.twoCol li {
    width: 50%;
    min-height: 42rem;
  }
  .fullWidth .listing.threeCol li {
    width: 50%;
    min-height: 42rem;
  }
}
@media screen and (min-width: 1024px) {
  .fullWidth .listing.threeCol li {
    width: 33.33%;
  }
}
.pagination {
  margin: 0 0 45px;
  padding: 0 1.5rem;
  background: #fafafa;
  border-bottom: 1px solid rgba(43, 53, 58, 0.02);
  font-size: 0.84rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  *zoom: 1;
  text-align: center;
  font-weight: bold;
  color: rgba(43, 53, 58, 0.5);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pagination a {
    color: #0C7970; /* a11y quick fix */
}
.pagination li {
  font-weight: 900;
  padding-right: 1rem;
}
.pagination li:after {
  content: "›";
  font-family: 'sosa';
  text-transform: none;
  font-weight: normal;
  position: relative;
  font-size: 1.12rem;
  padding: 0;
  font-size: 0.7rem;
  margin-left: 1rem;
  color: #ccc;
}
.pagination li a {
  border-color: rgba(0, 0, 0, 0.1);
  font-weight: normal;
}
.pagination li a:hover {
  color: #2b353a;
  border-color: rgba(0, 0, 0, 0.3);
}
.pagination li:last-child:after {
  content: "";
}
.pagination:before,
.pagination:after {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination ul {
  list-style: none;
  display: inline;
  margin: 0 10px;
}
.pagination li {
  display: inline;
  margin: 0 1px;
  padding: 0;
  line-height: 2.7em;
}
.pagination li:after {
  display: none;
  margin: 0;
}
.pagination li a {
  border: 1px solid #0D8278;
  border-radius: 3px;
  padding: 5px 10px;
}
.pagination li a:hover {
  border-color: #414c52;
  color: #414c52;
}
.pagination .current a,
.pagination .current a:hover {
  border-color: #0D8278;
  background: #0D8278;
  color: #fff;
}
.searchResults h3 {
  margin-bottom: 0;
}
.searchTerm {
  color: #993815;
}
.searchAgain {
  margin: 0 0 1.5rem;
  position: relative;
  top: -1em;
}
.searchAgain h4 {
  display: block;
}
.searchAgain form {
  display: inline;
  position: relative;
}
.searchAgain .s-icon {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  top: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.25s all;
}
.search::-ms-clear {
  width : 0;
  height: 0;
}
@media screen and (min-width: 480px) {
  .searchAgain h4 {
    display: inline;
    white-space: nowrap;
    margin-right: 1.5rem;
  }
}
.button,
.button:visited {
  display: inline-block;
  font-weight: 900;
  border: 0;
  padding: 1rem 1.5rem;
  transition: 0.25s background;
  background: #993815;
  color: #fff;
  box-shadow: 0 19px 8px -20px rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem;
}
.button:hover {
  background: #cb4616;
}
form fieldset {
  margin: 1.5rem 0;
  padding: 0.75rem 0.75rem;
  background: #fafafa;
  border-bottom: 1px solid rgba(43, 53, 58, 0.02);
}
form input {
  font: 13px 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  color: #2b353a;
}
form .textField {
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  max-width: 17.4em;
  margin: 0 0 0.375rem;
}
form textarea.textField {
  max-width: 100%;
  min-height: 7em;
}
form .textField:focus {
  border-color: #414c52;
}
form .pair3070 {
  padding: 0.75rem;
}
form .pair3070 .textField {
  margin-right: 10px;
}
form .radioPair {
  *zoom: 1;
  margin-top: 1em;
  max-width: 17.4em;
}
form .radioPair:before,
form .radioPair:after {
  content: "";
  display: table;
}
form .radioPair:after {
  clear: both;
}
form .radioPair dt {
  width: 20px;
  padding: 0;
  float: left;
}
form .radioPair dd {
  width: auto;
  margin-left: 25px;
}
form .radioPair + .radioPair {
  margin-top: 0;
}
form .radioPair:last-child {
  margin-bottom: 1em;
}
form .required {
  color: #c61c00;
  font-weight: 900;
}
form .newLine {
  display: block;
  clear: left;
}
form .additional {
  font-size: 0.855rem;
  line-height: 1.5em;
}
form .formValidationPoint {
  padding: 0.375rem;
  background: #fafafa;
  border-bottom: 1px solid rgba(43, 53, 58, 0.02);
}
form .formError {
  background-color: #c5363e;
  color: #fff;
  padding-left: 30px;
  position: relative;
}
form .formError:after {
  content: "↑";
  font-weight: 900;
  color: #fff;
  position: absolute;
  font-size: 1.4rem;
  left: 0.6rem;
  top: 50%;
  margin-top: -1rem;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}
form .formErrorPair {
  border: 1px dashed #c5363e;
}
@media screen and (min-width: 321px) {
  form .halfField {
    width: 44%;
  }
}
@media screen and (min-width: 1280px) {
  form .halfField {
    width: 47%;
  }
}
@media screen and (min-width: 768px) {
  form .pair3070 {
    *zoom: 1;
  }
  form .pair3070:before,
  form .pair3070:after {
    content: "";
    display: table;
  }
  form .pair3070:after {
    clear: both;
  }
  form .pair3070 > dt {
    float: left;
    width: 30%;
    padding: 0; /* was: 1em 0 */
    font-weight: 900;
    opacity: 0.75;
  }
  form .pair3070 > dd {
    float: left;
    width: 65%;
    margin-left: 5%;
  }
  .sideBar form fieldset {
    padding: 0.375rem;
  }
  .sideBar form .textField,
  .sideBar form .button {
    font-size: 1em;
    max-width: 100%;
    padding: 0.5em;
  }
  .sideBar form textarea.textField {
    max-width: 100%;
    min-height: 10em;
  }
  .sideBar form .pair3070 {
    margin-bottom: 0;
  }
  .sideBar form .pair3070 > dt {
    float: none;
    width: 100%;
    padding: 0 0 0.5em;
  }
  .sideBar form .pair3070 > dd {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .sideBar form .halfField {
    width: 100%;
  }
}
.gallery {
  list-style: none;
  margin: 0 0 1.5rem;
  font-size: 0;
  position: relative;
}
.gallery img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.gallery .galleryDesc {
  font-size: 1rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.gallery .galleryImg {
  display: none;
  transition: 0.25s opacity;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .gallery li {
    height: auto !important;
  }
  .gallery img {
    width: 100% !important;
    height: auto !important;
  }
  .gallery .galleryDesc {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .js .gallery li .gridBlock {
    cursor: pointer;
  }
  .gallery li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    clear: none;
    padding: 0 1.5rem;
    min-height: 1px;
    margin: 0;
    width: 25%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }
  .gallery li .arrow {
    display: block;
    width: 0;
    height: 0;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-bottom: 0.7rem solid #414C52;
    position: absolute;
    z-index: 1;
    margin: 10px 0 0 50px;
    opacity: 0;
    transition: 0.25s all;
  }
  .gallery li.open .arrow {
    opacity: 1;
  }
  .gallery .grid {
    display: table;
    width: 100%;
    margin: 0;
  }
  .gallery .gridBlock {
    display: table-cell;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border-bottom: 0;
  }
  .gallery img {
    margin: 0;
    display: inline-block;
    box-shadow: 0 19px 8px -20px rgba(0, 0, 0, 0.5), 0 0 2px -1px rgba(0, 0, 0, 0.6);
    transition: 0.25s all;
  }
  .gallery .gridBlock:hover {
    transition: 0.25s all;
  }
  .gallery .gridBlock:hover img {
    transform: scale(1.075);
  }
  .gallery .open .gridBlock img {
    transform: scale(1.1);
    box-shadow: 0 19px 8px -20px #000000, 0 0 2px -1px #000000;
  }
  .gallery .galleryDesc {
    background: #414C52;
    color: #fff;
    *zoom: 1;
    position: absolute;
    z-index: 2;
    top: -2000px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 20px;
    display: table;
    height: 0;
    opacity: 0;
    width: 100%;
    transition: 0.5s opacity;
  }
  .gallery .galleryDesc:before,
  .gallery .galleryDesc:after {
    content: "";
    display: table;
  }
  .gallery .galleryDesc:after {
    clear: both;
  }
  .gallery .open .galleryDesc {
    top: auto;
    opacity: 1;
  }
  .gallery .galleryText {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    width: 35%;
  }
  .gallery .galleryText p {
    line-height: 1.3em;
  }
  .gallery .open .galleryDesc:hover .galleryText {
    opacity: 1;
  }
  .gallery .open .galleryImg {
    display: table-cell;
    opacity: 1;
    text-align: center;
    vertical-align: middle;
    width: 55%;
    padding: 0 20px;
  }
  .gallery .galleryImg img {
    border: 7px solid #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 40px -5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .gallery.gridView li {
    border: 1px solid #fff;
    border-width: 1px 0 0 1px;
  }
  .gallery.gridView .gridBlock {
    padding: 0;
  }
  .gallery.gridView .gridBlock img {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0.5;
    transition: 0.25s transform, 0.2s opacity;
  }
  .gallery.gridView .gridBlock:hover img {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 1;
  }
  .gallery.gridView .open .gridBlock img {
    -webkit-transform: scale(2.3);
    transform: scale(2.3);
    opacity: 1;
  }
  .gallery.gridView .galleryImg img {
    border: 0 ;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 40px -5px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media screen and (min-width: 900px) {
  .gallery li {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .gallery li {
    width: 16.666666666666668%;
  }
}
@media screen and (min-width: 1280px) {
  .gallery li {
    width: 14.285714285714286%;
  }
}
.shareList {
  margin: 0 0 30px;
  line-height: 3em;
}
.shareList li {
  padding-right: 0.5em;
  font-size: 1rem;
}
.shareList a {
  transition: 0.25s all;
  border-radius: 0.1em;
  padding: 0.6em 0.5em;
  margin: 0 0;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 0 0 0.05em rgba(255, 255, 255, 0.075);
  border: 0;
  font-weight: 300;
}
.icon-facebook a:before,
.icon-twitter a:before,
.icon-gplus a:before,
.icon-email a:before {
  font-family: 'sosa';
  text-transform: none;
  font-weight: normal;
  position: relative;
  font-size: 1.12rem;
  padding: 0;
  font-size: 1.2em;
  display: inline-block;
  color: #fff;
  padding: 0.1em;
}
.icon-facebook a {
  background: #3b5998 !important;
}
.icon-facebook a:before {
  content: "v";
}
.icon-facebook a:hover {
  box-shadow: 0 0 0 1px #3b5998 !important;
  background: #3b5998;
}
.icon-twitter a {
  background: #4099ff !important;
}
.icon-twitter a:before {
  content: "u";
}
.icon-twitter a:hover {
  box-shadow: 0 0 0 1px #4099ff !important;
  background: #4099ff;
}
.icon-gplus a {
  background: #dd4c39 !important;
}
.icon-gplus a:before {
  content: "Ć";
}
.icon-gplus a:hover {
  box-shadow: 0 0 0 1px #dd4c39 !important;
  background: #dd4c39;
}
.icon-email a {
  background: #bbb !important;
}
.icon-email a:before {
  content: "Ö";
}
.icon-email a:hover {
  box-shadow: 0 0 0 1px #bbb !important;
  background: #bbb;
}

#calendarTable table {
  width: 100% !important;
}
#calendarTable table th,
#calendarTable table td {
  border-top: 1px solid #ddd;
  padding: 5px 10px 10px;
  line-height: 1em;
  font-size: 0.95em;
  background: #eee;
}
#calendarTable table th {
  width: 90px;
}
#calendarTable table th:first-child {
  width: 10px;
}
#calendarTable a {
  font-weight: normal;
}
#calendarTable .dateLink {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 2em;
  color: #333;
  border-bottom: 1px solid #ccc;
}
#calendarTable .event a {
  display: block;
  margin-top: 5px;
}
#calendarTable table .dayLabel,
#calendarTable table .dayLabelWeekend {
  background: #ddd;
  border-left: 1px dotted #ccc;
  color: #424242;
  font-weight: bold;
  padding-top: 10px;
  border-bottom: 1px solid #bbb;
}
#calendarTable table .dayLabel:first-child {
  border-left: 0;
}
#calendarTable table .dayLabelWeekend {
  background: #d5d5d5;
  border-left: 1px dotted #c5c5c5;
}
#calendarTable table td {
  border-left: 1px dotted #ddd;
}
#calendarTable table .weekend {
  border-left: 1px dotted #d5d5d5;
  background: #e9e9e9;
}
#calendarTable table .weekLink {
  vertical-align: middle;
  background: #e9e9e9;
}
#calendarTable table .date {
  height: 90px !important;
}
#calendarTable table .date div {
  width: auto !important;
}
#calendarTable table .eventDate {
  background: rgba(0, 180, 223, 0.05);
  box-shadow: inset 0 0 0 1px rgba(0, 180, 223, 0.5);
}
@media screen and (max-width: 768px) {
  #calendarTable table td {
    display: none;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .dayLabel,
  .dayLabelWeekend,
  .weekLink {
    display: none;
  }
  #calendarTable table .date {
    display: block;
    height: auto !important;
  }
  .subBoxHeading a {
    display: inline-block;
    white-space: nowrap;
    margin: 0 5px 5px;
  }
  .subBoxHeading a + a {
    margin-bottom: 0;
  }
}
/*.dayLabelWeekend, .weekend {
  display: none;
}
#calendarTable th, #calendarTable td {
  width: 20%;
}*/
div#calendarTable table td, div#calendarTable table th {
  font-size: 100%;
}
#month .event, #month a.event:hover, #month a.event:visited {
  font-weight: normal;
  text-align: left;
}
.subBoxHeading {
  width: 100%;
}
.calendarNavLink {
  width: 50%;
}
table#month {
  border: none;
}
table#month td:first-child {
  border-left: none;
}
a.calendarNavLink:hover,
a.calendarNavLink:visited {
  color: white;
}
.committees span:before {
  content: ', ';
}
.committees strong + span:before {
  content: ' ';
}

ul table ul.password-rules{
    margin:0;
    width:100%;
}

ul table ul.password-rules li{
    margin:1em 0 2em 0;
    line-height:0em;
    width:100%;
}

@media screen and (min-width: 768px){.q_box .q_parks li{display:block}}.q_box .q_parks
  li.current{display:block}.q_box:first-child .q_parks li{display:block}.quick-guide
  #top{display:none}.box{line-height:1.5em;display:block;margin-bottom:4em}.box.box-green{background:#4d9174;color:#fff}.box.green{background:rgba(235,240,234,0.5)}.box.blue{background:rgba(225,244,241,0.5)}.box.brick{background:rgba(242,237,233,0.5)}.box.outline{border:2px
  solid
  #828480;border-radius:0.3em}.box.outline.green{border-color:rgba(0,171,171,0.5)}.box.outline.blue{border-color:rgba(113,183,216,0.5)}.box.outline.brick{border-color:rgba(180,88,87,0.5)}.div-lines
  .col{position:relative}.div-lines .col:before{position:absolute;top:0;right:0;bottom:0;border-right:1px solid
  #fff;content:&quot;&quot;;z-index:1}.div-lines .col:after{position:absolute;top:0;left:0;bottom:0;border-left:.075em solid
  #fff;content:&quot;&quot;;z-index:1}

.js .tab{border:1px solid #ccc;padding:2em;padding:2rem;padding-left:0.75em;padding-right:0.75em}.js .tabbed{margin:0 0 2em;margin:0 0 2rem}@media screen and (min-width: 768px){.js .tabbed{margin:0 0 4em;margin:0 0 4rem}}.js .tabbed .tabs{list-style:none;display:table;margin:0;position:relative;z-index:2}.js .tabbed .tabs li{display:table-cell;padding:.5em .75em;border:1px solid #f9f9f9;border-right:1px solid #fff;border-bottom:none;background:#f9f9f9;line-height:1.3em;cursor:pointer;position:relative;vertical-align:middle}.js .tabbed .tabs li.current{background:#fff;cursor:default;border:1px solid #ccc;border-bottom:none}.js .tabbed .tabs li.current:after{content:"";display:block;position:absolute;left:0;bottom:-1px;height:1px;width:100%;background:#fff}.js .accordion{margin:0 0 2em;margin:0 0 2rem}@media screen and (min-width: 768px){.js .accordion{margin:0 0 4em;margin:0 0 4rem}}.js .accordion .tab{border-top:0}.js .accordion .accordion-title{position:relative;cursor:pointer;padding:0.75em;padding-left:2.4em;margin:0;border:1px solid #f9f9f9;border-bottom:1px solid #ccc;background:#f9f9f9;line-height:1.3em}.js .accordion .accordion-title:nth-last-of-type(1){border-bottom:1px solid #f9f9f9}.js .accordion .accordion-title:hover{background:rgba(0,0,0,0.1)}.js .accordion .accordion-title .plus{display:block;width:1em;height:1em;overflow:hidden;position:absolute;left:0.85em;top:0.85em;text-indent:-9999em;cursor:pointer;transition:background-color 0.2s}.js .accordion .accordion-title .plus:before{position:absolute;top:50%;left:15%;content:"";display:block;width:70%;height:.06em;min-height:1px;margin-top:-.03em;background:#000}.js .accordion .accordion-title .plus:after{position:absolute;top:15%;left:50%;content:"";display:block;height:70%;width:.06em;min-width:1px;margin-left:-.03em;background:#000}.js .accordion .accordion-title.current{border:1px solid #ccc;border-top:1px solid #f9f9f9;background:transparent}.js .accordion .accordion-title.current .plus:after{background:transparent}.js .accordion .accordion-title.current:first-child{border-top:1px solid #ccc}

/* BA customisations */
.skipnav {
    display: block !important;
    float: right;
    margin-top: 1em;
    margin-right: 1.2em;
}

/* a11y quick fixes */

#calendarTable .event a {
    color: #0A7168;
}