@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "ntop-icons";
  src: url("fonts/ntop-icons.eot?l4llm3");
  src: url("fonts/ntop-icons.eot?l4llm3#iefix") format("embedded-opentype"), url("fonts/ntop-icons.ttf?l4llm3") format("truetype"), url("fonts/ntop-icons.woff?l4llm3") format("woff"), url("fonts/ntop-icons.svg?l4llm3#ntop-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Parramatta';
  src: url('./fonts/Parramatta-Regular.woff2') format('woff2'),
    url('./fonts/Parramatta-Regular.woff') format('woff'),
    url('./fonts/Parramatta-Regular.svg#Parramatta-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ParramattaBold';
  src: url('./fonts/Parramatta-Bold.woff2') format('woff2'),
    url('./fonts/Parramatta-Bold.woff') format('woff'),
    url('./fonts/Parramatta-Bold.svg#Parramatta-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "ntop-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e903";
}

.icon-arrow-left:before {
  content: "\e904";
}

.icon-arrow-right:before {
  content: "\e905";
}

.icon-arrow-up:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e908";
}

.icon-mail:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e90a";
}

.icon-instagram:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e90c";
}

.icon-youtube:before {
  content: "\e90d";
}

/*
@mixin vertical-align {
	html.flexbox & {
		display:			flex;
		flex-direction:		column;
		justify-content:	center;
	}
}
*/
html, body {
  overflow-x: hidden;
}

.font-serif, .thumb__title, .site-description, h1, .h1 {
  font-family: "Caslon 540 LT Std", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  line-height: 1;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
}

.font-bold-none, .latesttweets__user, .main-nav .menu-level-2 a, .sidebar-nav a, h3, .h3, h2, .h2 {
  font-weight: bold;
  text-transform: none;
}

.font-bold-upper, .footer-nav .menu-level-1 > a, .thumb__more, .thumb__date, .postslist__date, .main-nav .menu-level-1 > a, .button--big, dt,
caption,
legend, h4, h5, h6,
.h4, .h5, .h6 {
  font-weight: bold;
  text-transform: uppercase;
}

.font-biggest, h1, .h1 {
  font-size: 62px;
  font-size: 6.2rem;
}

.font-largest, .site-description {
  font-size: 26px;
  font-size: 2.6rem;
}

.font-larger, .button--big, h2, .h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

.font-large, .tabs__nav, h3, .h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

.font-default, h4, h5, h6,
.h4, .h5, .h6, body {
  font-size: 14px;
  font-size: 1.4rem;
}

.font-small, .legal-nav, .footer-nav, .prices-table, .latesttweets__tweets, .thumb, .join-form form,
.search-form form, dt,
caption,
legend {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-smaller, .calendar-table, .latesttweets__date, small {
  font-size: 10px;
  font-size: 1rem;
}

.separator, .join-form,
.search-form, .sidebar-nav {
  border-top: 1px solid #0047BA;
  padding-top: 20px;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #0047BA;
  background-color: white;
}

::-moz-selection {
  color: white;
  background: #0047BA;
  text-shadow: none;
}

::selection {
  color: white;
  background: #0047BA;
  text-shadow: none;
}

p, h1, h2, h3, h4, h5, h6,
ul, ol, dl, table, pre, blockquote,
fieldset, figure {
  margin: 0 0 20px;
}

address {
  font-style: inherit;
}

hr {
  display: block;
  clear: both;
  border: none;
  border-top: 1px solid #0047BA;
  padding: 0;
  height: 1px;
  margin: 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h2, .h2 {
  line-height: 1.2;
}

h3, .h3 {
  line-height: 1.4;
}

h4, h5, h6,
.h4, .h5, .h6 {
  line-height: 1.5;
}

.h1-revamp {
  font-size: 36px;
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  line-height: 100%;
}

ul, ol {
  padding: 0 0 0 2em;
}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl {
  margin-bottom: 0;
}
nav ul, nav ol {
  list-style: none;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 1.5em 0 0;
}

dd {
  margin: 0;
}

table {
  width: 100%;
}

caption {
  margin-bottom: 0.5em;
}

td, th {
  padding: 0.5em 1em;
  border: 1px solid #EEE;
  text-align: left;
  vertical-align: top;
}
thead td, tfoot td, thead th, tfoot th {
  background-color: #EEE;
}

blockquote, q {
  font-style: italic;
}

cite {
  font-style: normal;
}

blockquote {
  padding: 0 2em;
  text-align: center;
}

pre, code, kbd, samp {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

pre, code {
  background-color: #EEE;
  border-radius: 3px;
}

pre {
  padding: 0.5em 1em;
}

a {
  color: #0047BA;
  transition: color 0.5s, background-color 0.5s, border 0.5s;
  text-decoration: underline;
}
a:hover, a:focus {
  color: white;
  background-color: #0047BA;
  text-decoration: none;
}

img, iframe,
video, audio, canvas, svg,
embed, object {
  box-sizing: border-box;
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  background: #EEE;
  text-align: center;
  padding: 20px;
  margin-left: 20%;
  margin-right: 20%;
}

fieldset {
  padding: 1em 1.5em;
  border: 1px solid #EEE;
}

input,
input[type=search],
textarea,
select {
  box-sizing: border-box;
  border: 1px solid #0047BA;
  color: #0047BA;
  padding: 0.5em 1em;
  width: 100%;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio],
input[type=file],
input[type=image] {
  border: none;
  padding: 0;
  width: auto;
}

input[type=button],
input[type=submit],
input[type=reset],
button,
.button {
  display: inline-block;
  width: auto;
  border: none;
  padding: 0.5em 1.5em;
  margin: 0;
  color: white;
  background: #0047BA;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  transition: color 0.5s, background-color 0.5s, border 0.5s;
  position: relative;
}
input[type=button]:hover, input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: white;
  background: #5495ff;
}

output, progress, meter {
  width: 100%;
  box-sizing: border-box;
}

output {
  display: inline-block;
  padding: 1em;
  background: #EEE;
}

[disabled],
[readonly] {
  border-color: #bbbbbb;
  background: #EEE;
}

::-webkit-input-placeholder {
  color: #80a3dd;
}

::-moz-placeholder {
  color: #80a3dd;
}

:-ms-input-placeholder {
  color: #80a3dd;
}

.placeholder {
  color: #80a3dd;
}

fieldset :invalid {
  color: #900;
  border-color: #900;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 350px) {
  h1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
a.linked-image {
  display: inline-block;
  transition: opacity 0.5s;
  opacity: 1;
}
a.linked-image:hover, a.linked-image:focus {
  opacity: 0.75;
}
a.linked-image img {
  display: block;
}

.button--big {
  line-height: 1.2;
  padding: 0.5em;
}

.message {
  display: block;
  padding: 0.5em 1em;
  border: none;
  margin: 0 0 20px;
  text-align: center;
  background: #EEE;
  border-radius: 2px;
}
.message ul {
  padding-left: 1em;
  text-align: left;
}
.message > :last-child {
  margin-bottom: 0;
}
.message a {
  text-decoration: underline;
}
.message a:hover,
.message a:focus {
  text-decoration: none;
}

.message--error {
  color: white;
  background: #900;
}
.message--error a {
  color: white;
}
.message--error a:hover,
.message--error a:focus {
  color: #900;
  background: white;
}

.message--success {
  color: white;
  background: #090;
}
.message--success a {
  color: white;
}
.message--success a:hover,
.message--success a:focus {
  color: #090;
  background: white;
}

.message--alert {
  color: black;
  background: #FD0;
}
.message--alert a {
  color: black;
}
.message--alert a:hover,
.message--alert a:focus {
  color: #FD0;
  background: black;
}

#content p, #content ul li {
  color: #000;
}

.lt-ie9 body {
  min-width: 1420px;
}

.wrapper {
  max-width: 1380px;
  padding: 0 20px;
  margin: 0 auto;
  zoom: 1;
}
.wrapper:before, .wrapper:after {
  display: table;
  content: " ";
}
.wrapper:after {
  clear: both;
}

.media {
  margin-top: 20px;
  margin-bottom: 20px;
}

.media,
.media__body {
  overflow: hidden;
}

.media__image {
  float: left;
  margin-right: 20px;
}
.media__image img {
  display: block;
}
.media--right > .media__image {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.row {
  zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

ul.row {
  padding: 0;
  list-style: none;
}

.column {
  float: left;
  box-sizing: border-box;
  position: relative;
}

.\3 1 \/1 {
  width: 100%;
}

.\3 1 \/2 {
  width: 50%;
}

.\3 2 \/2 {
  width: 100%;
}

.\3 1 \/3 {
  width: 33.3333333333%;
}

.\3 2 \/3 {
  width: 66.6666666667%;
}

.\3 3 \/3 {
  width: 100%;
}

.\3 1 \/4 {
  width: 25%;
}

.\3 2 \/4 {
  width: 50%;
}

.\3 3 \/4 {
  width: 75%;
}

.\3 4 \/4 {
  width: 100%;
}

.\3 1 \/5 {
  width: 20%;
}

.\3 2 \/5 {
  width: 40%;
}

.\3 3 \/5 {
  width: 60%;
}

.\3 4 \/5 {
  width: 80%;
}

.\3 5 \/5 {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .\3 1 \/1\@large {
    width: 100%;
  }
  .\3 1 \/2\@large {
    width: 50%;
  }
  .\3 2 \/2\@large {
    width: 100%;
  }
  .\3 1 \/3\@large {
    width: 33.3333333333%;
  }
  .\3 2 \/3\@large {
    width: 66.6666666667%;
  }
  .\3 3 \/3\@large {
    width: 100%;
  }
  .\3 1 \/4\@large {
    width: 25%;
  }
  .\3 2 \/4\@large {
    width: 50%;
  }
  .\3 3 \/4\@large {
    width: 75%;
  }
  .\3 4 \/4\@large {
    width: 100%;
  }
  .\3 1 \/5\@large {
    width: 20%;
  }
  .\3 2 \/5\@large {
    width: 40%;
  }
  .\3 3 \/5\@large {
    width: 60%;
  }
  .\3 4 \/5\@large {
    width: 80%;
  }
  .\3 5 \/5\@large {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .\3 1 \/1\@medium {
    width: 100%;
  }
  .\3 1 \/2\@medium {
    width: 50%;
  }
  .\3 2 \/2\@medium {
    width: 100%;
  }
  .\3 1 \/3\@medium {
    width: 33.3333333333%;
  }
  .\3 2 \/3\@medium {
    width: 66.6666666667%;
  }
  .\3 3 \/3\@medium {
    width: 100%;
  }
  .\3 1 \/4\@medium {
    width: 25%;
  }
  .\3 2 \/4\@medium {
    width: 50%;
  }
  .\3 3 \/4\@medium {
    width: 75%;
  }
  .\3 4 \/4\@medium {
    width: 100%;
  }
  .\3 1 \/5\@medium {
    width: 20%;
  }
  .\3 2 \/5\@medium {
    width: 40%;
  }
  .\3 3 \/5\@medium {
    width: 60%;
  }
  .\3 4 \/5\@medium {
    width: 80%;
  }
  .\3 5 \/5\@medium {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .\3 1 \/1\@small {
    width: 100%;
  }
  .\3 1 \/2\@small {
    width: 50%;
  }
  .\3 2 \/2\@small {
    width: 100%;
  }
  .\3 1 \/3\@small {
    width: 33.3333333333%;
  }
  .\3 2 \/3\@small {
    width: 66.6666666667%;
  }
  .\3 3 \/3\@small {
    width: 100%;
  }
  .\3 1 \/4\@small {
    width: 25%;
  }
  .\3 2 \/4\@small {
    width: 50%;
  }
  .\3 3 \/4\@small {
    width: 75%;
  }
  .\3 4 \/4\@small {
    width: 100%;
  }
  .\3 1 \/5\@small {
    width: 20%;
  }
  .\3 2 \/5\@small {
    width: 40%;
  }
  .\3 3 \/5\@small {
    width: 60%;
  }
  .\3 4 \/5\@small {
    width: 80%;
  }
  .\3 5 \/5\@small {
    width: 100%;
  }
}
.row {
  margin-left: -20px;
}
.row .column {
  padding-left: 20px;
}

.row--nospace {
  margin-left: 0;
}
.row--nospace > .column {
  padding-left: 0;
}

.ratio-16-9, .ratio-thumb, .ratio-banner, .slider--content .slider__items, .ratio-home-slider, .slider--home .slider__items, .ratio-1-1, .ratio-4-3 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.ratio-16-9 > *, .ratio-thumb > *, .ratio-banner > *, .slider--content .slider__items > *, .ratio-home-slider > *, .slider--home .slider__items > *, .ratio-1-1 > *, .ratio-4-3 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.ratio-4-3 {
  padding-bottom: 75%;
}

.ratio-1-1 {
  padding-bottom: 100%;
}

.ratio-home-slider, .slider--home .slider__items {
  padding-bottom: 44.8979591837%;
}

.ratio-banner, .slider--content .slider__items {
  padding-bottom: 31.25%;
}

.ratio-thumb {
  padding-bottom: 111.1111111111%;
}

.main-row {
  margin-top: 20px;
}

.socialmedia-links {
  list-style: none;
  padding: 0;
}
.socialmedia-links li {
  display: inline-block;
}

.socialmedia-youtube,
.socialmedia-twitter,
.socialmedia-facebook,
.socialmedia-instagram {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  border-radius: 100%;
  text-decoration: none;
  text-align: center;
  color: white;
}

.socialmedia-youtube {
  background: #E9644A;
}
.socialmedia-youtube:hover, .socialmedia-youtube:focus {
  color: #E9644A;
  background: #EEE;
}

.socialmedia-twitter {
  background: #78CBEF;
}
.socialmedia-twitter:hover, .socialmedia-twitter:focus {
  color: #78CBEF;
  background: #EEE;
}

.socialmedia-facebook {
  background: #547BBC;
}
.socialmedia-facebook:hover, .socialmedia-facebook:focus {
  color: #547BBC;
  background: #EEE;
}

.socialmedia-instagram {
  background: #696969;
}
.socialmedia-instagram:hover, .socialmedia-instagram:focus {
  color: #696969;
  background: #EEE;
}

.slider {
  position: relative;
}

.slider__prev a,
.slider__next a {
  position: absolute;
  top: 50px;
  bottom: 50px;
  z-index: 10;
  width: 80px;
  color: white;
  text-decoration: none;
  text-shadow: -2px 1px 2px rgba(0, 0, 0, 0.75);
  transition: all 0.5s;
}
.slider__prev a i,
.slider__next a i {
  font-size: 4em;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.slider__prev a:hover, .slider__prev a:focus,
.slider__next a:hover,
.slider__next a:focus {
  color: #0047BA;
  text-shadow: -3px 0px 1px #fff, 3px 0 1px #fff;
  background: none;
}

.slider__prev a {
  left: 0;
}

.slider__next a {
  right: 0;
}

.slider__items {
  overflow: hidden;
}

.slider__item {
  display: none;
}
.slider__item:first-child, .js .slider__item {
  display: block;
}
.slider__item a {
  display: block;
}
.slider__item img, .slider__item iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sidebar-nav a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0;
}
.sidebar-nav li.current-menu-item > a {
  color: black;
}
.sidebar-nav li.current-menu-item > a:hover {
  color: white;
}
@media screen and (max-width: 1000px) {
  .sidebar-nav li {
    float: left;
    width: 25%;
    box-sizing: border-box;
  }
  .sidebar-nav li:nth-child(4n+1) {
    clear: both;
  }
  .sidebar-nav a {
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 800px) {
  .sidebar-nav li {
    width: 33.33%;
  }
  .sidebar-nav li:nth-child(4n+1) {
    clear: none;
  }
  .sidebar-nav li:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  .sidebar-nav li {
    width: 50%;
  }
  .sidebar-nav li:nth-child(3n+1) {
    clear: none;
  }
  .sidebar-nav li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 350px) {
  .sidebar-nav li {
    width: 100%;
  }
}

.join-form,
.search-form {
  margin-bottom: 20px;
}
.join-form form,
.search-form form {
  position: relative;
}
.join-form button,
.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 2em;
  line-height: 1;
  padding: 0.5em 0;
  background: none;
  color: #0047BA;
}
.join-form button i,
.search-form button i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -0.5em;
  font-size: 1.3em;
}
.join-form button:hover, .join-form button:focus,
.search-form button:hover,
.search-form button:focus {
  color: white;
  background: #0047BA;
}

.join-form .join-form-field {
  margin: 5px 0;
}
.join-form ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.join-form li {
  margin: 5px 0;
}

@media screen and (max-width: 1000px) {
  .join-form,
  .search-form {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .join-form,
  .search-form {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .search-form {
    padding-top: 20px;
  }
}
.sidebar-image {
  margin: 0 0 5px;
}
.sidebar-image a {
  display: block;
}

.sidebar-nav {
  border-top: 0;
}

.sidebar {
  border-top: 1px solid #0047BA;
}

.skip-link {
  position: absolute !important;
}

.header-row {
  padding: 40px 0 0;
}

.site-logo {
  float: left;
}
.site-logo a:hover,
.site-logo a:focus {
  background: none;
  opacity: 0.75;
}
.site-logo img {
  display: block;
}

.site-description {
  width: 10em;
  text-align: right;
  margin: 15px 0;
}
.header-row .site-description {
  float: right;
}
.footer-row .site-description {
  float: left;
}

.site-socialmedia {
  float: right;
  clear: right;
  text-align: right;
}

.main-nav {
  clear: both;
  margin: 20px 0 0 -1em;
  position: relative;
  z-index: 100;
}
.main-nav ul {
  margin: 0;
}
.main-nav > ul {
  display: table;
}
.main-nav li {
  position: relative;
}
.main-nav li ul {
  display: none;
  position: absolute;
  background: white;
  width: 15em;
  z-index: 10;
}
.main-nav li:hover > ul {
  display: block;
}
.main-nav a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
.main-nav li.current-menu-item > a {
  color: black;
}
.main-nav li.current-menu-item > a:hover {
  color: white;
}
.main-nav .menu-level-1 {
  display: table-cell;
}
.main-nav .menu-level-1 > ul {
  top: 100%;
  left: 0;
}
.main-nav .menu-level-2 ul {
  top: 0;
  left: 100%;
}

.submenu-color-green li a {
  color: #00AD68;
}
.submenu-color-green li a:hover {
  color: white;
  background: #00AD68;
}

.submenu-color-red li a {
  color: #EB0029;
}
.submenu-color-red li a:hover {
  color: white;
  background: #EB0029;
}

.submenu-color-orange li a {
  color: #FF6C0C;
}
.submenu-color-orange li a:hover {
  color: white;
  background: #FF6C0C;
}

@media screen and (max-width: 800px) {
  .header-row {
    padding-top: 20px;
  }
  .site-logo {
    float: none;
  }
  .site-logo img {
    margin: 0 auto;
  }
  .site-description {
    float: none;
    width: auto;
    text-align: center;
  }
  .site-socialmedia {
    float: none;
    text-align: center;
  }
  .main-nav {
    margin: 0 -2px 5px;
  }
  .main-nav > ul {
    display: block;
  }
  .main-nav a {
    background: #EEE;
    border: 1px solid white;
  }
  .main-nav a:hover {
    background: #0047BA;
  }
  .main-nav .menu-level-1 {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
  }
  .main-nav .menu-level-1:nth-child(3n+1) {
    clear: both;
  }
  .main-nav .menu-level-1 > ul {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .main-nav .menu-level-1 {
    width: 50%;
  }
  .main-nav .menu-level-1:nth-child(3n+1) {
    clear: none;
  }
  .main-nav .menu-level-1:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 350px) {
  .main-nav .menu-level-1 {
    width: 100%;
  }
}
.header-row {
  padding: 60px 0;
}

.header-row .site-description {
  float: none;
  text-align: left;
  width: 100%;
  font-style: normal;
  color: #828282;
  margin-bottom: 0;
  font-size: 17px;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}

.main-nav {
  top: 12px;
}
.main-nav a {
  font-family: "Parramatta", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  color: #000;
  text-transform: none !important;
}
.main-nav a:hover, .main-nav a:focus {
  color: #fff;
}
.main-nav .sub-menu {
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.75), 0px 0px 0px rgba(0, 0, 0, 0.75);
}

.branding {
  width: 292px;
  max-width: 100%;
}

.header-row .search-form {
  border-top: 0;
  margin-bottom: 0;
  margin-top: 25px;
}
.header-row input[type=search] {
  border: 0;
  border-bottom: 1px solid #828282;
  padding-left: 0;
  font-size: 16px;
  color: #828282;
}
.header-row input[type=search]::-webkit-input-placeholder { /* WebKit browsers */
  color: #828282;
}
.header-row input[type=search]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #828282;
}
.header-row input[type=search]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #828282;
}
.header-row input[type=search]:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #828282;
}
.header-row .search-form button i {
  font-size: 24px;
  color: #828282;
}
.header-row .search-form button:hover, .header-row .search-form button:focus {
  background: transparent;
}
.header-row .search-form button:hover i, .header-row .search-form button:focus i {
  color: #0047BA;
}

@media screen and (max-width: 1140px) {
  .header-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .header-right .search-form {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .header-row .search-form {
    padding-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .main-nav {
    width: 100%;
  }
  .main-nav .menu-level-1 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .header-right {
    flex-direction: column;
  }
  .header-right a.btn {
    width: 100%;
  }
}
.hamburger label {
  cursor: pointer;
  display: block;
  top: 30px;
  left: 200px;
  width: 50px;
  height: 20px;
  border-top: 2px solid #0047BA;
  border-bottom: 2px solid #0047BA;
}
.hamburger label:before {
  content: "";
  display: block;
  position: relative;
  top: 9px;
  border-top: 2px solid #0047BA;
}

.mobile-toggle {
  display: none;
}

#toggle {
  position: absolute;
  visibility: hidden;
}

@media screen and (max-width: 800px) {
  .main-nav, .header-right {
    transition: all 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .mobile-toggle {
    display: block;
    position: absolute;
    top: 32px;
    right: 0;
  }
  #toggle:checked ~ .main-nav {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  #toggle:checked ~ .header-right {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  #toggle:checked ~ .mobile-toggle .hamburger label {
    border-bottom: 0;
    transform: rotate(-30deg) translateY(10px);
  }
  #toggle:checked ~ .mobile-toggle .hamburger label:before {
    top: -2px;
    transform: rotate(60deg);
  }
}
@media screen and (max-width: 400px) {
  .branding {
    width: 240px;
  }
}
@media screen and (max-width: 355px) {
  .branding {
    width: 200px;
  }
}
.slider--home {
  margin-bottom: 5px;
}
.postslist__item {
  padding: 1em 0;
  border-top: 1px dotted;
}

.postslist__title a {
  text-decoration: none;
}

.postslist__thumb {
  width: 100px;
}

.postslist__excerpt p {
  margin: 0;
}

.thumbs {
  overflow: hidden;
  margin: 0 0 20px -5px;
}

.thumb {
  float: left;
  width: 25%;
  padding: 0 0 5px 5px;
  position: relative;
  box-sizing: border-box;
}

.thumb__link {
  display: block;
  overflow: hidden;
}

.thumb__image {
  display: block;
}

.thumb__details {
  position: absolute;
  left: 5px;
  right: 5px;
  padding: 5px 10px;
  color: white;
  background: #0047BA;
  height: auto;
  width: auto;
  top: 100%;
  bottom: 0%;
  padding-top: 0;
  padding-bottom: 0;
}

.thumb__overflow {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 25px;
  text-overflow: ellipsis;
}

.thumb__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  margin-top: -20px;
  text-shadow: -2px 2px 2px black;
  transform: translateY(-100%);
}

.thumb__date {
  margin-bottom: 5px;
}

.thumb__aftertitle,
.thumb__excerpt {
  margin-bottom: 5px;
}

.thumb__more {
  margin-bottom: 0;
  position: absolute;
  left: 10px;
  bottom: -50px;
}

a:hover .thumb__details {
  top: 5px;
  bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
a:hover .thumb__overflow {
  overflow: hidden;
}
a:hover .thumb__title {
  margin-top: 0;
  text-shadow: none;
  transform: translateY(0);
}
a:hover .thumb__more {
  bottom: 5px;
}

.lt-ie9 .thumb__details {
  top: 5px;
  bottom: 5px;
  background: none;
}
.lt-ie9 .thumb__title {
  margin-top: 0;
}
.lt-ie9 .thumb__date,
.lt-ie9 .thumb__aftertitle,
.lt-ie9 .thumb__excerpt,
.lt-ie9 .thumb__more {
  display: none;
}
.lt-ie9 a:hover .thumb__details {
  background: #0047BA;
}
.lt-ie9 a:hover .thumb__date,
.lt-ie9 a:hover .thumb__aftertitle,
.lt-ie9 a:hover .thumb__excerpt,
.lt-ie9 a:hover .thumb__more {
  display: block;
}

.latestposts {
  margin-top: 20px;
}
.latestposts ul {
  list-style: none;
  padding: 0;
  border-top: 1px dotted;
}
.latestposts li {
  padding: 1em 0;
  border-bottom: 1px dotted;
}

.latesttweets {
  margin-top: 20px;
}

.latesttweets__tweets {
  padding: 0;
  list-style: none;
}
.latesttweets__tweets .media__image {
  margin-right: 10px;
}
.latesttweets__tweets .icon-twitter {
  font-size: 1.5em;
  color: #78CBEF;
}

.latesttweets__date {
  color: #AAA;
  margin-top: 2px;
  display: inline-block;
}

.latesttweets__user {
  float: left;
  margin-right: 5px;
}

@media screen and (max-width: 1000px) {
  .thumb {
    width: 20%;
  }
  .sidebar-images {
    border-top: 1px solid #0047BA;
    padding-top: 20px;
    clear: both;
    text-align: center;
  }
  .sidebar-image {
    display: inline-block;
    margin: 0 5px;
  }
}
@media screen and (max-width: 800px) {
  .thumb {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .thumb {
    width: 33.33%;
  }
}
@media screen and (max-width: 400px) {
  .thumb {
    width: 50%;
  }
}
body.home .thumb {
  width: 33.33%;
}
@media screen and (max-width: 400px) {
  body.home .thumb {
    width: 50%;
  }
}

.news-block-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.news-block-title p {
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
}

.news-block-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
}

.news-block {
  margin-top: 100px;
}
.news-block article {
  width: 24%;
  margin-left: 1%;
  background: #EEEEEE;
}
.news-block article .content-block {
  padding: 20px;
  box-sizing: border-box;
}
.news-block article .img-block {
  line-height: 0;
}
.news-block article .img-block img {
  width: 100%;
}
.news-block article .revamp-h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #000;
}
.news-block article p.date {
  font-size: 14px;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.engage-block {
  margin-top: 100px;
}

.post-type-blocks {
  padding-bottom: 100px;
}

.engage-block-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
}

.engage-block article {
  width: 49%;
  margin-left: 1%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1%;
}
.engage-block article .content-block {
  width: 50%;
  background: #EEEEEE;
  padding: 20px;
  box-sizing: border-box;
}
.engage-block article img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.engage-block article .revamp-h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #000;
}
.engage-block article p.date {
  font-size: 14px;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.engage-block article p {
  color: #000;
}

.img-slide {
  position: relative;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slide-content {
  width: 50%;
  box-sizing: border-box;
  background: #2050A4;
  padding-left: 100px;
  padding-top: 50px;
  padding-bottom: 100px;
  padding-right: 30px;
  color: #fff;
}

.slide-flex {
  display: flex;
  flex-wrap: wrap;
}

.slide-content .h1-revamp {
  font-weight: bold;
}
.slide-content .h3-revamp {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "ParramattaBold", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 1024px) {
  .engage-block-flex article img, .engage-block-flex article .content-block {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .news-block-flex article {
    width: 49%;
    margin-bottom: 20px;
  }
  .news-block-flex article .img-block img {
    width: 100%;
  }
  .slick-slider .img-slide {
    width: 100%;
    min-height: 440px;
  }
  .slick-slider .slide-content {
    width: 100%;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 450px) {
  .news-block-flex {
    margin-left: 0;
  }
  .news-block-flex article {
    width: 100%;
    margin-left: 0;
  }
  .engage-block-flex article {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tabs {
  margin-bottom: 20px;
}

.tabs__nav {
  line-height: 1.2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  position: relative;
  border-left: 1px solid #0047BA;
  box-sizing: border-box;
}
.tabs__nav li {
  display: table-cell;
  width: 20%;
  height: 100%;
  padding: 0 0 0 5px;
}
.tabs__nav li:first-child {
  padding-left: 0;
}
.tabs__nav li:first-child a {
  border-left: none;
}
.tabs__nav a {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0.5em 0.75em;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #0047BA;
  transition: background 0.5s, color 0.5s;
}
.tabs__nav .selected a {
  border-bottom-color: white;
}

.tab {
  border: 1px solid #0047BA;
  padding: 20px;
  margin-top: -1px;
}

.prices-table td, .prices-table th {
  border: none;
  padding: 0.25em 0 0.25em 1em;
}
.prices-table td:first-child, .prices-table th:first-child {
  padding-left: 0;
}

.prices-table__price {
  width: 20px;
}

.buttons-list .button {
  display: block;
  margin: 5px 0;
}

.calendar-table {
  line-height: 1;
  width: 100%;
}
.calendar-table caption {
  text-align: left;
  margin-bottom: 0;
}
.calendar-table td, .calendar-table th {
  background: #EEE;
  border-color: white;
  padding: 10px 0 4px 4px;
}
.calendar-table thead td,
.calendar-table thead th,
.calendar-table .blank {
  background: white;
}
.calendar-table .marked {
  color: white;
  background: #0047BA;
}

@media screen and (max-width: 600px) {
  .tabs__nav {
    display: block;
    overflow: hidden;
    border: none;
  }
  .tabs__nav li {
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0 -1px -1px 0;
  }
  .tabs__nav li:nth-child(2n+1) {
    clear: both;
  }
  .tabs__nav li:first-child a {
    border: 1px solid #0047BA;
  }
  .tabs__nav li.selected a {
    color: white;
    background: #0047BA;
  }
}
@media screen and (max-width: 400px) {
  .tabs__nav li {
    width: 100%;
  }
}
.show-title {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 72px;
  line-height: 100%;
  color: #000;
  font-style: normal;
  text-transform: none;
  margin-top: 85px;
}

.show-details-flex {
  display: flex;
  flex-wrap: wrap;
}
.show-details-flex .h3-revamp {
  font-family: "ParramattaBold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #2050A4;
  margin-left: 10px;
}
.show-details-flex .written {
  width: 30%;
  display: flex;
  align-items: center;
}
.show-details-flex .written p {
  margin-bottom: 0;
}
.show-details-flex .show-date {
  width: 20%;
  display: flex;
  align-items: center;
}
.show-details-flex .show-date p {
  margin-bottom: 0;
}
.show-details-flex .buy-ticket-button {
  width: 50%;
  padding-left: 45px;
  box-sizing: border-box;
}
.show-details-flex .buy-ticket-button .buttons-list .button {
  width: 100%;
  font-family: "ParramattaBold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 25px;
}

.show-tabs {
  margin-top: 125px;
}
.show-tabs .tab {
  border: 0;
  padding: 20px 0;
}
.show-tabs .tab p {
  font-family: "Parramatta", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.show-tabs .tab p strong {
  color: #2050A4;
  font-family: "ParramattaBold", Helvetica, Arial, sans-serif;
}
.show-tabs .tabs__nav {
  border-left: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #2050A4;
}
.show-tabs .tabs__nav a {
  border: 0;
  text-transform: uppercase;
  color: #2050A4;
  font-family: "ParramattaBold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.show-tabs .tabs__nav a:hover, .show-tabs .tabs__nav a:focus {
  background: #2050A4;
  color: #fff;
}
.show-tabs .tabs__nav li {
  display: inline-block;
  text-align: center;
}
.show-tabs .tabs__nav li.selected a {
  background: #2050A4;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .show-details-flex {
    flex-direction: column;
  }
  .show-details-flex .written, .show-details-flex .show-date, .show-details-flex .buy-ticket-button {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .tabs__nav li:first-child a {
    border: 0;
  }
}
@media screen and (max-width: 450px) {
  .show-title {
    font-size: 60px;
  }
}
.pagination ul {
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination .page-numbers {
  display: block;
  margin: 0 0.25em;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2;
  padding: 0;
  box-sizing: border-box;
}
.pagination span {
  color: black;
}
.pagination a {
  border: 1px solid #0047BA;
  text-decoration: none;
}
.pagination a:hover,
.pagination a:focus {
  color: white;
  background: #0047BA;
}
.pagination .current {
  background: #EEE;
}

.footer-row {
  padding-top: 20px;
}

.site-address {
  float: right;
  margin: 15px 0;
}

.footer-nav li {
  margin: 0.5em 0;
}
.footer-nav a {
  text-decoration: none;
}
.legal-nav ul {
  float: right;
}
.legal-nav li {
  float: left;
  margin: 0.5em 1em;
}
.legal-nav a {
  text-decoration: none;
}

.footer-row .top-footer {
  padding: 50px 0;
  background: #12284E;
  color: #fff;
}
.footer-row .top-footer .top-footer-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-row .top-footer .top-footer-title .h1-revamp {
  margin-bottom: 0;
}
.updated-social {
  list-style: none;
  margin-bottom: 0;
}
.updated-social li {
  display: inline-block;
  margin-right: 10px;
}
.updated-social li a {
  transition: all 0.3s ease-in-out;
}
.updated-social li a svg circle, .updated-social li a svg path {
  transition: all 0.3s ease-in-out;
}
.updated-social li a:hover, .updated-social li a:focus {
  background: transparent;
}
.updated-social li a:hover svg circle, .updated-social li a:focus svg circle {
  fill: #0047BA;
}

#instafeed {
  margin-top: 40px;
}
#instafeed .instagram_gallery {
  display: flex;
  justify-content: space-between;
}
#instafeed .instagram_gallery a {
  width: 165px;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 1%;
}
#instafeed .instagram_gallery a img {
  width: 100% !important;
}
#instafeed .instagram_gallery a:hover, #instafeed .instagram_gallery a:focus {
  background: transparent;
}

.about-image {
  position: relative;
  width: 66%;
}

.extend-right:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: inherit;
}

.extend-left:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: inherit;
}

.about-image:after {
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-position: right;
  background-color: #2050A4;
  background-repeat: no-repeat;
}

.middle-footer-flex {
  display: flex;
  flex-wrap: wrap;
}

.about-content {
  position: relative;
  color: #fff;
  padding: 50px 20px;
  width: 33%;
  box-sizing: border-box;
  background: #2050A4;
}

.bottom-footer {
  padding: 60px 0 80px 0;
}
.bottom-footer .updated-social {
  padding-left: 0;
}
.bottom-footer .updated-social li a svg circle {
  fill: #EEEEEE;
}
.bottom-footer .updated-social li a svg path {
  fill: #2050A4;
}
.bottom-footer .updated-social li a:hover svg circle, .bottom-footer .updated-social li a:focus svg circle {
  fill: #2050A4;
}
.bottom-footer .updated-social li a:hover svg path, .bottom-footer .updated-social li a:focus svg path {
  fill: #12284E;
}

.bottom-footer-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bottom-footer-flex .third {
  width: 33%;
}

.bottom-footer .site-description {
  float: none;
  text-align: left;
  width: 100%;
  font-style: normal;
  color: #828282;
  margin-bottom: 0;
  font-size: 17px;
}

.bottom-footer .address {
  font-family: "Parramatta", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 0;
  color: #000;
}
.bottom-footer .view-map {
  font-family: "Parramatta", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.bottom-footer .view-map:hover, .bottom-footer .view-map:focus {
  background: transparent;
}
.bottom-footer .updated-social {
  margin-top: 40px;
}
.bottom-footer .join-form {
  border-top: 0;
  padding-top: 0;
}
.bottom-footer .join-form h4 {
  font-family: "ParramattaBold", Helvetica, Arial, sans-serif;
  color: #2050A4;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: none;
}
.bottom-footer .join-form input {
  font-family: "Parramatta", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
  border-color: #000;
  padding: 13px;
  box-sizing: border-box;
  color: #000;
}
.bottom-footer .join-form input::-webkit-input-placeholder { /* WebKit browsers */
  color: rgba(0, 0, 0, 0.4);
}
.bottom-footer .join-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.4);
}
.bottom-footer .join-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.4);
}
.bottom-footer .join-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.4);
}
.bottom-footer .join-form label {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}
.bottom-footer .join-form ul li label {
  font-family: "Parramatta", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
}
.bottom-footer .join-form input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 0;
  position: relative;
  top: 3px;
}
.bottom-footer .join-form input[type=submit] {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-family: "ParramattaBold", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  background: #2050A4;
}
.bottom-footer .join-form input[type=submit]:hover, .bottom-footer .join-form input[type=submit]:focus {
  background: #5495ff;
}
.bottom-footer .support-col {
  padding-left: 140px;
}

.support-col .revamp-h3 {
  font-family: "ParramattaBold", Helvetica, Arial, sans-serif;
  color: #2050A4;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: none;
}

.support-col {
  color: #000;
}
.support-col p {
  font-family: "Parramatta", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.support-col p.small {
  margin-top: 25px;
  font-size: 12px;
  line-height: 16px;
  color: #828282;
}

.footer-row-border {
  border-top: 2px solid #E5E5E5;
}

@media screen and (max-width: 1024px) {
  #instafeed .instagram_gallery a {
    width: 24%;
    padding: 0;
    margin-bottom: 20px;
  }
  #instafeed .instagram_gallery {
    flex-wrap: wrap;
  }
  .bottom-footer-flex .third:nth-child(2) {
    padding-left: 20px;
    box-sizing: border-box;
  }
  .bottom-footer .support-col {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .bottom-footer .join-form {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .middle-footer-flex .about-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .middle-footer-flex .about-content:before {
    right: -20px;
  }
  .middle-footer-flex .about-image {
    width: 100%;
    min-height: 350px;
  }
  .middle-footer-flex .about-image:after {
    left: -20px;
    background-position: center;
  }
  .bottom-footer-flex .third {
    width: 100%;
    margin-bottom: 40px;
  }
  .bottom-footer-flex .third:last-child {
    margin-bottom: 0;
  }
  .bottom-footer-flex .third:nth-child(2) {
    padding-left: 0;
  }
  .bottom-footer .support-col {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #instafeed .instagram_gallery a {
    width: 48%;
  }
  .top-footer-title {
    flex-direction: column;
  }
  .top-footer-title .updated-social {
    padding-left: 0;
    margin-top: 20px;
  }
}
.mc-field-group {
  margin: 2rem 0 !important;
}

.btn {
  display: inline-block;
  font-family: "ParramattaBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
  background: #2050A4;
  color: #fff;
}
.btn:hover, .btn:focus {
  background: #5495ff;
}

.btn--white {
  background: #fff;
  color: #2050A4;
}
.btn--white:hover, .btn--white:focus {
  background: #5495ff;
}

.btn-readmore {
  font-family: "ParramattaBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #2050A4;
  border: 1px solid #2050A4;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
}
.btn-readmore:hover, .btn-readmore:focus {
  background: #2050A4;
  color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* 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: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  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-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 15px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  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;
}

/* --------------- styles for tabs -----------------------*/
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.example-tabs-tabs__list {
  margin: 0;
  padding: 0;
}

.example-tabs-tabs__item {
  display: inline-block;
}

.example-tabs-tabs__link {
  display: inline-block;
  padding: 1em 2em;
  background: #f2f2f2;
  cursor: pointer;
  color: #148297;
}

[aria-selected=true].example-tabs-tabs__link {
  color: #000;
}

.example-tabs-tabs__content {
  background: #f2f2f2;
  padding: 1em;
}

[aria-hidden=true].example-tabs-tabs__content {
  display: none;
}

.slick-dots {
  bottom: -50px;
}

.slick-dots li button:before {
  border: 1px solid #2050A4;
  border-radius: 100%;
  opacity: 1;
  width: 10px;
  height: 10px;
  content: "";
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
  background: #2050A4;
  border-color: #2050A4;
}

.float-left, .alignleft {
  float: left !important;
}

.float-right, .alignright {
  float: right !important;
}

.clear {
  clear: both !important;
}

img.float-left, img.alignleft, figure.float-left, figure.alignleft {
  margin: 0 1em 1em 0;
}
img.float-right, img.alignright, figure.float-right, figure.alignright {
  margin: 0 0 1em 1em;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .float-left\@large {
    float: left !important;
  }
  .float-right\@large {
    float: right !important;
  }
  .clear\@large {
    clear: both !important;
  }
  img.float-left\@large, figure.float-left\@large {
    margin: 0 1em 1em 0;
  }
  img.float-right\@large, figure.float-right\@large {
    margin: 0 0 1em 1em;
  }
  .show\@large {
    display: block !important;
  }
  .hide\@large {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .float-left\@medium {
    float: left !important;
  }
  .float-right\@medium {
    float: right !important;
  }
  .clear\@medium {
    clear: both !important;
  }
  img.float-left\@medium, figure.float-left\@medium {
    margin: 0 1em 1em 0;
  }
  img.float-right\@medium, figure.float-right\@medium {
    margin: 0 0 1em 1em;
  }
  .show\@medium {
    display: block !important;
  }
  .hide\@medium {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .float-left\@small {
    float: left !important;
  }
  .float-right\@small {
    float: right !important;
  }
  .clear\@small {
    clear: both !important;
  }
  img.float-left\@small, figure.float-left\@small {
    margin: 0 1em 1em 0;
  }
  img.float-right\@small, figure.float-right\@small {
    margin: 0 0 1em 1em;
  }
  .show\@small {
    display: block !important;
  }
  .hide\@small {
    display: none !important;
  }
}
.visuallyhidden, .screen-reader-text {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: -1px;
  border: 0;
  padding: 0;
}
.visuallyhidden.focusable:active, .focusable.screen-reader-text:active, .visuallyhidden.focusable:focus, .focusable.screen-reader-text:focus {
  position: static;
  height: auto;
  width: auto;
  overflow: visible;
  clip: rect(auto auto auto auto);
  clip: rect(auto, auto, auto, auto);
  margin: 0;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.scroll {
  overflow: auto;
  -webkit-overflow-scrolling: scrolling;
  -webkit-overflow-scrolling: touch;
}

.no-overflow {
  overflow: hidden;
}

.no-margin {
  margin-bottom: 0;
}

.margin-1 {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.margin-2 {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.margin-3 {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}

.margin-4 {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}

.full-width {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 400px) {
  img.alignleft,
  img.alignright {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.font-black {
  color: #000;
}