.two-and-one .content-left {
  float: left;
  width: 66%;
  width: calc(100% - 320px);
  padding: 0px 0px 40px 0px; }
.two-and-one .content-right {
  float: right;
  width: 33%;
  width: calc(300px);
  padding: 0px; }

.one-and-two .content-left {
  float: left;
  width: 33%;
  width: calc(300px);
  padding: 0px 0px 40px 0px; }
.one-and-two .content-right {
  float: right;
  width: 66%;
  width: calc(100% - 320px);
  padding: 0px; }

.view-mode-page {
  margin: 20px 0px; }
  .view-mode-page:before, .view-mode-page:after {
    content: "";
    display: table; }
  .view-mode-page:after {
    clear: both; }
  .view-mode-page .content-left {
    float: left;
    width: 57%;
    padding: 20px 20px 40px 20px; }
  .view-mode-page .content-right {
    float: right;
    width: 42%;
    padding: 0; }

.category-nav {
  padding: 0px 0px;
  background-color: #333;
  height: 60px; }
  .category-nav .section-nav {
    height: 60px;
    overflow: scroll; }
  .category-nav ul {
    white-space: nowrap;
    padding: 0px;
    margin: 0px; }
    .category-nav ul li {
      display: inline;
      font-size: 14px;
      padding-right: 20px;
      line-height: 60px; }
      .category-nav ul li a {
        color: white; }

@media only screen and (max-width: 767px) {
  .two-and-one .content-left {
    float: none;
    width: 100%;
    padding: 0px 0px 20px 0px; }
  .two-and-one .content-right {
    float: none;
    width: 100%;
    padding: 0px; }

  .one-and-two .content-left {
    float: none;
    width: 100%;
    padding: 0px 0px 20px 0px; }
  .one-and-two .content-right {
    float: none;
    width: 100%;
    padding: 0px; }

  .category-nav ul li {
    font-size: 12px; }

  .view-mode-page .content-left {
    float: none;
    width: 100%;
    padding: 20px 20px 40px 20px; }
  .view-mode-page .content-right {
    float: none;
    width: 100%;
    padding: 0; } }
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

/*
-------
GENERAL
-------
*/
body,
select,
input,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Helvetica, sans-serif;
  color: #444; }

body {
  margin: 0px;
  background-attachment: fixed;
  background-color: #f5f5f5; }

html body {
  background-color: #EAEAEA; }

a,
a:active,
a:visited {
  color: #3984c3;
  text-decoration: none; }

a:hover {
  color: #1e4f78;
  /* darker blue */ }

h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }

.right {
  float: right; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 181, ../sass/_boilerplate.scss */
.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 190, ../sass/_boilerplate.scss */
.clearfix {
  *zoom: 1; }

.hidden {
  display: none; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*
--------
MESSAGES
--------
*/
ul.form-errors {
  color: red;
  border: 1px solid red;
  padding: 10px 4px 5px 20px;
  list-style: none; }

.messages {
  margin: 10px auto;
  width: 96%;
  padding: 10px 10px 0 10px; }

.messages ul {
  display: block;
  margin: 0;
  padding: 0 0 0 25px; }

.messages ul li {
  list-style: none;
  margin: 0 0 10px 0; }

.messages_error {
  color: red;
  border: 1px solid red;
  background: white url(../img/icons/silk/exclamation.png) no-repeat 10px 10px; }

.messages_warning {
  color: orange;
  border: 1px solid orange;
  background: white url(../img/icons/silk/error.png) no-repeat 10px 10px; }

.messages_notice {
  color: green;
  border: 1px solid green;
  background: white url(../img/icons/silk/accept.png) no-repeat 10px 10px; }

.white-box {
  background-color: white; }

fieldset {
  border: none; }

.ad {
  /*    height: 60px;*/ }

.container .main-content {
  width: 710px;
  float: left;
  margin: 0px; }

.event-right {
  float: right;
  padding-top: 0px; }

.button-list {
  position: absolute;
  top: 100px; }

header.hero.short .button-list {
  top: 70px; }

.button-list .btn {
  margin-bottom: 10px; }

#main-content-wrapper {
  background-color: transparent;
  padding: 0; }

li.state {
  background-color: rgba(0, 0, 0, 0.4); }

/* Footer */
footer.footer {
  background-color: #F3F3F3;
  padding: 10px;
  border-top: 2px dotted #999;
  margin-top: 0;
  width: 1000px;
  float: left;
  clear: both; }

footer ul.nav {
  width: 250px;
  float: left; }

footer .author {
  clear: both; }

/* Header */
/* Event Page */
/* Event page */
.staticcontent.twoandone .twocolumn.leftcolumn {
  width: 66%;
  float: left; }

.staticcontent.twoandone .onecolumn.rightcolumn {
  width: 33%;
  float: right; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: inherit; }

@media only screen and (max-width: 767px) {
  footer.footer {
    width: 100%; }

  .staticcontent.twoandone .twocolumn.leftcolumn {
    width: 100%;
    float: none; }

  .staticcontent.twoandone .onecolumn.rightcolumn {
    width: 100%;
    float: none; } }
/* Main Article*/
.main-article {
  width: 670px;
  margin: 0px; }

.main-article .map {
  width: 726px; }

.main-article {
  width: inherit; }

.main-article p {
  margin: 0 0 12px 0;
  line-height: 21px;
  font-size: 13px; }

.main-body {
  margin-bottom: 20px; }

.main-body ul,
.main-body li {
  font-size: 13px; }

a.btn.btn-danger {
  color: white;
  text-decoration: none; }
  a.btn.btn-danger:hover {
    text-decoration: none; }

.btn.get-directions {
  float: right;
  margin-top: 11px; }

p.location-name {
  margin: 0px; }

.event-updates a.document-count {
  float: right;
  text-decoration: none;
  color: #999;
  line-height: 34px;
  font-size: 13px;
  padding-right: 5px; }
.event-updates .event-update-article {
  margin-bottom: 20px;
  background-color: white;
  margin-left: 0px;
  position: relative; }
  .event-updates .event-update-article:hover {
    background-color: #fff; }
    .event-updates .event-update-article:hover a.article-number {
      color: #3984c3; }
    .event-updates .event-update-article:hover .event-panel-body {
      border-bottom-color: #3984c3; }
.event-updates .event-update-panel-head {
  position: relative;
  padding: 0px;
  background-color: transparent;
  margin: 0px;
  padding: 5px 15px 3px; }
  .event-updates .event-update-panel-head a.article-number {
    position: absolute;
    display: block;
    width: 50px;
    left: -47px;
    top: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #ccc;
    font-size: 26px;
    text-decoration: none; }
    .event-updates .event-update-panel-head a.article-number:hover {
      color: #1e4f78; }
  .event-updates .event-update-panel-head h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", arial, sans-serif;
    color: #3984c3;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0px 10px 0px;
    border-bottom: 1px solid #ccc; }
    .event-updates .event-update-panel-head h3 a {
      text-decoration: none; }
    .event-updates .event-update-panel-head h3 a:hover {
      color: black; }
.event-updates .event-panel-body {
  background-color: transparent;
  padding-top: 0px; }
  .event-updates .event-panel-body div.author {
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    line-height: 11px;
    padding-bottom: 7px;
    color: #999; }
  .event-updates .event-panel-body div.attachmentsList {
    font-size: 13px; }
.event-updates .event-update-article.has-image img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25%; }
.event-updates .event-update-article.has-image .event-update-panel-head,
.event-updates .event-update-article.has-image .event-panel-body {
  margin-left: 28%; }

.organiser-panel {
  margin-top: 20px; }

.organiser-panel .event-panel-body,
.organiser-panel .event-panel-body p {
  font-size: 12px; }

/* Directions Panel*/
#directions-search {
  width: 150px; }

#directions-panel {
  margin-top: -30px;
  width: 220px;
  border-top: 2px solid #E5E5E5;
  clear: both;
  margin-top: 15px; }

#directions-panel table th,
#directions-panel table td {
  font-size: 12px; }

.right-sidebar-ad-wrapper {
  margin-bottom: 20px; }
  .right-sidebar-ad-wrapper .ad-image {
    padding: 0px; }

/* Map */
.map h4 {
  margin-left: 0px;
  padding: 9px 12px 9px;
  float: left;
  background-color: #E1E1E1;
  border-bottom: 1px solid #D3D3D3; }

.map .top-row {
  height: 49px; }

.map .left-column {
  width: 400px;
  float: left; }

.map .right-column {
  width: 290px;
  float: right; }

.map .right-column #directions-search {
  width: 180px; }

.map .right-column span.mini-heading {
  display: inline-block;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  width: 50px; }

.map span.destination {
  font-weight: bold;
  font-size: 14px; }

.map .search-button {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer; }

.map #map_canvas {
  width: 400px;
  height: 340px;
  border: 1px solid #444; }

.map .bottom-row {
  padding: 10px;
  border-top: 2px solid #DDD;
  background-color: #F5F5F5; }

.map .bottom-row .right-column {
  /*	background-color: #F5F5F5;*/ }

.map #directions-panel {
  width: 290px; }

.map .adp-text {
  padding-left: 30px; }

/* Maps callout */
#firstHeading {
  font-size: 21px;
  margin: 0px; }

/* Homepage bits*/
.sign-up {
  clear: left;
  width: 250px;
  margin: 0px;
  background-color: #336699;
  text-align: center;
  color: white;
  padding: 6px 0px; }

.sign-up h3 {
  color: #F5F5F5;
  font-weight: normal; }

.sign-up label {
  display: inline-block; }

.sign-up .submit-span label {
  display: block; }

.sign-up div {
  text-align: left; }

.sign-up .sign-up-fields {
  padding-left: 30px; }

.sign-up .sign-up-fields input {
  width: 170px; }

.state-wrapper {
  float: left;
  width: 250px;
  padding: 0px 20px 20px 50px;
  margin: 5px 10px 5px 0px;
  position: relative;
  background-color: #F5F5F5; }

.state-wrapper h4 {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 4px;
  margin: 0px;
  width: 40px;
  text-align: center;
  background-color: black;
  color: white; }

.state-wrapper div {
  margin: 0px; }

.state-wrapper table td {
  font-size: 12px; }

.state-wrapper table td a {
  font-weight: bold; }

.social-event {
  display: block;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px; }

.event-row {
  position: relative; }

.event-row a.suppregs {
  position: absolute;
  left: -90px;
  bottom: 0px;
  font-size: 10px;
  background-color: #666;
  color: white;
  padding: 0px 4px;
  text-decoration: none; }

.event-record a.results {
  position: absolute;
  right: 0px;
  top: 20px;
  font-size: 10px;
  background-color: #393;
  color: white;
  padding: 0px 4px;
  text-decoration: none; }

/*.past-month { display: none; }*/
.reveal .show-old-events {
  background-color: #DDD;
  color: #444;
  width: 600px;
  display: block;
  text-align: center;
  line-height: 30px;
  text-decoration: none; }

.reveal .show-old-events:hover {
  background-color: #999;
  color: white;
  font-weight: bold; }

.table tbody tr.month-separator th {
  background-color: #ccd1d9;
  color: #31343e;
  border-bottom: 1px solid #cacaca;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Arial, sans-serif;
  border-top: 10px solid #f5f5f5;
  text-transform: uppercase; }

.past-events {
  position: relative; }
  .past-events a {
    background-color: transparent;
    color: #3984c3;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    position: absolute;
    right: 0px;
    top: -40px; }
  .past-events a:hover {
    color: white;
    background-color: #1e4f78;
    text-decoration: none; }

.event-record:last-child {
  margin-bottom: 0px; }

/* Events listing page */
.state-listings h1 {
  font-size: 26px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Arial, sans-serif;
  font-weight: normal;
  color: black; }

.states-list {
  margin-top: 20px;
  width: 696px;
  height: 55px;
  padding: 0px; }

.states-list ul {
  padding: 0px;
  margin: 0px;
  border-top: 10px solid #ccd1d9;
  height: 38px;
  display: inline-block; }

.states-list li {
  float: left;
  list-style: none;
  border-right: 2px solid #333; }

.states-list li.active a {
  color: black;
  background-color: #ccd1d9; }

.states-list li a {
  color: white;
  background-color: #333;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 6px solid #ccd1d9; }

.states-list li a:hover {
  text-decoration: none; }

.states-list ul li:last-child {
  border-right: none; }

@media only screen and (max-width: 767px) {
  .states-list {
    margin-top: 20px;
    width: 100%;
    height: inherit; }
    .states-list:after {
      content: "";
      display: table;
      clear: both; }
    .states-list ul {
      border-top: none;
      height: inherit; }
    .states-list li {
      width: 25%; } }
.states-list.victoria ul {
  border-color: #f8810b; }

.states-list.act ul {
  border-color: #34aadc; }

.states-list.new-south-wales ul {
  border-color: #1b75bb; }

.states-list.queensland ul {
  border-color: #bb4d94; }

.states-list.tasmania ul {
  border-color: #aed12d; }

.states-list.western-australia ul {
  border-color: #feb61f; }

.states-list.south-australia ul {
  border-color: #f15858; }

.states-list li.active.vic a, .states-list li.vic a:hover {
  background-color: #f8810b; }

.states-list li.active.act a, .states-list li.act a:hover {
  background-color: #34aadc; }

.states-list li.active.nsw a, .states-list li.nsw a:hover {
  background-color: #1b75bb; }

.states-list li.active.qld a, .states-list li.qld a:hover {
  background-color: #bb4d94; }

.states-list li.active.tas a, .states-list li.tas a:hover {
  background-color: #aed12d; }

.states-list li.active.wa a, .states-list li.wa a:hover {
  background-color: #feb61f; }

.states-list li.active.sa a, .states-list li.sa a:hover {
  background-color: #f15858; }

.states-list li.vic a {
  border-bottom: 6px solid #f8810b; }

.states-list li.act a {
  border-bottom: 6px solid #34aadc; }

.states-list li.nsw a {
  border-bottom: 6px solid #1b75bb; }

.states-list li.qld a {
  border-bottom: 6px solid #bb4d94; }

.states-list li.tas a {
  border-bottom: 6px solid #aed12d; }

.states-list li.wa a {
  border-bottom: 6px solid #feb61f; }

.states-list li.sa a {
  border-bottom: 6px solid #f15858; }

.victoria .event-panel-head h3 {
  background-color: #f8810b; }

.act .event-panel-head h3 {
  background-color: #34aadc; }

.new-south-wales .event-panel-head h3 {
  background-color: #1b75bb; }

.queensland .event-panel-head h3 {
  background-color: #bb4d94; }

.tasmania .event-panel-head h3 {
  background-color: #aed12d; }

.western-australia .event-panel-head h3 {
  background-color: #feb61f; }

.south-australia .event-panel-head h3 {
  background-color: #f15858; }

.victoria .table tbody tr.month-separator th {
  color: #333; }

.act .table tbody tr.month-separator th {
  color: #333; }

.new-south-wales .table tbody tr.month-separator th {
  color: #333; }

.queensland .table tbody tr.month-separator th {
  color: #333; }

.tasmania .table tbody tr.month-separator th {
  color: #333; }

.western-australia .table tbody tr.month-separator th {
  color: #333; }

.south-australia .table tbody tr.month-separator th {
  color: #333; }

table.state-events {
  width: 100%;
  margin-top: -15px; }

table.state-events td {
  padding: 10px; }

.yellow-grey-box {
  margin-bottom: 20px;
  background-color: #fff;
  padding-bottom: 0px;
  border-bottom: 3px solid #ccc; }
  .yellow-grey-box h3 {
    margin: 0px;
    background-color: #ccd1d9;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", arial, sans-serif;
    color: black;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase; }
  .yellow-grey-box ul {
    padding-left: 20px; }
    .yellow-grey-box ul li {
      font-size: 14px;
      list-style: none;
      line-height: 25px; }
      .yellow-grey-box ul li a {
        color: black;
        text-decoration: none; }
        .yellow-grey-box ul li a:hover {
          text-decoration: underline; }

.state-listings .event-record {
  margin: 0px 0px 4px 0px;
  padding-left: 55px;
  position: relative;
  line-height: 20px;
  min-height: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.state-listings .event-record .date {
  background-color: #bbb;
  line-height: 14px;
  color: white;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  font-size: 11px;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  border-bottom: 2px solid #fafafa; }
.state-listings .event-record.vic .date {
  background-color: #f8810b; }
.state-listings .event-record.act .date {
  background-color: #34aadc; }
.state-listings .event-record.nsw .date {
  background-color: #1b75bb; }
.state-listings .event-record.qld .date {
  background-color: #bb4d94; }
.state-listings .event-record.tas .date {
  background-color: #aed12d; }
.state-listings .event-record.wa .date {
  background-color: #feb61f; }
.state-listings .event-record.sa .date {
  background-color: #f15858; }
.state-listings .event-record.aus .date {
  background-color: #f15858; }
.state-listings .event-record .date span {
  font-size: 18px; }
.state-listings .event-record .date span.multi-day {
  font-size: 10px; }
.state-listings .event-record.aus .date {
  background-color: #e83b5c; }
.state-listings .event-record.world .date {
  background-color: #444444; }
.state-listings .event-record.series .date {
  background-color: #6C9; }
.state-listings .event-record p.event-title {
  margin: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Arial, sans-serif; }
.state-listings .event-record p.event-title a {
  /*    color: $ta_link;*/
  color: #31343e;
  /*    text-decoration: underline;*/
  font-size: 17px; }
.state-listings .event-record p.event-title a:hover {
  text-decoration: underline; }
.state-listings p.organiser-name {
  font-size: 11px;
  color: #666;
  margin: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.state-listings p.when-where {
  margin: 4px 0px 0px 0px; }
  .state-listings p.when-where .where-text {
    font-weight: bold; }
.state-listings .event-record a.suppregs {
  float: right;
  font-size: 10px;
  background-color: #666;
  color: white;
  padding: 0px 4px;
  text-decoration: none; }
.state-listings .event-widget .event-record {
  font-size: 12px; }
.state-listings .event-widget {
  margin-top: 20px;
  background-color: #F2F2F2;
  padding: 0px 10px 20px; }
.state-listings .event-widget h3 {
  font-size: 16px; }
.state-listings .event-widget .event-record a.suppregs {
  float: none;
  border-radius: 3px;
  padding: 2px 4px; }

.facebook-like {
  float: left; }

.hidden-message {
  display: none; }

@media only screen and (max-width: 767px) {
  .event-record .when {
    display: none; }
  .event-record .where-text {
    display: none; }

  .state-listings h1 {
    display: none; }

  .past-events {
    padding: 10px; }
    .past-events a {
      text-align: center;
      display: block;
      position: relative;
      top: inherit;
      right: inherit; } }
p.few-details {
  font-style: italic;
  color: #666;
  width: 400px;
  margin-top: 0px; }

#address-map label {
  width: auto;
  display: inline; }

#address-map img {
  max-height: none;
  max-width: none; }

#address-map img {
  max-width: none; }

span.req {
  font-size: 10px;
  color: red; }

/* State Event calendars */
table.state-events tr.past-event td,
table.state-events tr.past-event th {
  color: #999;
  background-color: #F5F5F5; }

table.state-events tr.past-event td a,
table.state-events tr.past-event th a {
  color: #F99; }

table.state-events tr.split th {
  background-color: #3984c3;
  color: white; }

table.state-events th.event-date {
  width: 40px !important; }

.less-emphasis {
  color: #CCC; }

.less-emphasis a {
  color: #666; }

.event-host {
  font-weight: normal;
  font-style: italic;
  color: #666; }

table.state-clubs td {
  font-size: 12px; }

table.state-clubs thead th {
  font-size: 16px; }

#copyright {
  text-align: center;
  margin-bottom: 12px;
  font-size: .9em; }

#enjoy {
  display: block;
  text-indent: -700em;
  overflow: hidden;
  width: 104px;
  height: 27px;
  background: transparent url(../img/enjoy-responsibly.png) no-repeat top left;
  margin: 0 auto; }

.event-date {
  font-size: 13px;
  font-weight: bold; }

.event-date small {
  font-size: 10px;
  font-weight: normal; }

/*
    Forms
*/
.edit-an-event {
  padding-bottom: 40px; }

.edit-an-event {
  padding: 0px 0px 40px; }

.edit-an-event .field-wrap select {
  font-size: 16px; }

.edit-an-event .field-label {
  float: left;
  width: 200px;
  overflow: hidden;
  text-align: right;
  padding-top: 5px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #404040; }

.edit-an-event .field-element {
  padding-bottom: 8px; }

.field-label .field-req {
  color: #c50101;
  padding-left: 5px; }

.field-field {
  float: left;
  width: 340px;
  position: relative; }

.field-field input,
.field-field textarea,
.field-field select {
  width: 311px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.field-field textarea {
  height: 80px;
  padding: 8px;
  font-size: 13px;
  line-height: 1.6em;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; }

.field-error {
  color: #c50101;
  display: inline-block;
  font-weight: bold; }

.event-list-wrapper .event {
  height: 60px; }

.feature-articles {
  background-color: white;
  height: 412px;
  position: relative;
  margin-bottom: 30px;
  clear: both; }

.hero-wrapper {
  width: 520px;
  position: absolute;
  top: 0px;
  right: 0px; }

.article-wrapper {
  width: 300px;
  padding-right: 520px; }

.article-wrapper .article {
  border-top: 1px solid #ccc;
  clear: both;
  position: relative; }

.article-wrapper .article.red {
  border-top: 4px solid #cc3301; }

.article-wrapper .article.gray {
  border-top: 4px solid #ccc; }

.article-wrapper .article a {
  color: #000;
  font-size: 18px;
  display: block;
  padding: 10px 0px 0px 0px;
  line-height: 1.2em;
  font-weight: normal;
  text-decoration: none; }

.article-wrapper .smaller.article a {
  font-size: 14px; }

.article-wrapper .article.active a {
  color: #222; }

.article-wrapper .article p {
  line-height: 16px;
  margin: 1.2em 0; }

.article-wrapper .smaller.article p {
  font-size: 12px;
  color: #444; }

.article-wrapper .feature.article {
  height: 165px; }

.article-wrapper .feature.article img {
  position: absolute;
  top: 35px;
  left: 0px;
  margin-top: 10px; }

.article-wrapper .feature.article p {
  padding-left: 142px;
  width: inherit;
  margin: 10px 0px 0px 10px; }

.hero-wrapper .hero .article {
  background-color: #5fcd9d; }

.hero-wrapper .hero .article a {
  color: white;
  font-size: 18px;
  display: block;
  padding: 15px 20px;
  line-height: 1.3em;
  font-weight: normal;
  text-decoration: none; }

/*.hero-wrapper .hero .article.active a { color: #003366; }*/
.featured-event {
  width: 228px;
  float: left;
  position: relative;
  text-align: center; }

.featured-event span {
  position: absolute;
  top: 131px;
  left: 12px;
  font-weight: bold;
  color: white;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 4px 10px; }

.featured-events .featured-event h3 {
  text-align: left;
  padding: 0 10px;
  font-size: 15px;
  color: black;
  margin-bottom: 0px;
  line-height: 22px;
  font-weight: normal;
  text-transform: none; }

.featured-event p {
  text-align: left;
  padding: 0 12px;
  color: #666; }

a.featured-event:hover {
  text-decoration: none; }

a.featured-event:hover img {
  outline: 2px solid #444; }

/* Super Footer */
.footer-black {
  background-color: black;
  padding: 20px 20px 20px 0px; }

.footer-black .center {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  width: 960px;
  margin: 0px auto;
  padding: 20px;
  color: #ccc;
  font-size: 12px;
  position: relative;
  height: auto; }

.footer-black .separator hr {
  border: none;
  border-top: 1px solid #444; }

@media only screen and (max-width: 767px) {
  .footer-black .center {
    width: 100%; }

  .footer-black .footer-links ul.col-one,
  .footer-black .footer-links ul.col-two,
  .footer-black .footer-links ul.col-three,
  .footer-black .footer-links ul.col-four {
    width: 50%;
    padding-bottom: 20px; } }
@media only screen and (max-width: 568px) {
  .footer-black .footer-links ul.col-one,
  .footer-black .footer-links ul.col-two,
  .footer-black .footer-links ul.col-three,
  .footer-black .footer-links ul.col-four {
    width: 100%;
    padding-bottom: 20px; } }
.footer-black a {
  color: white;
  text-decoration: none; }

.left-column {
  padding-top: 10px;
  width: 295px;
  float: left; }

.centre-column {
  width: 160px;
  float: left;
  padding: 30px 0 0 0; }

.centre-column .instagram {
  padding-bottom: 20px; }

.right-column {
  width: 680px; }

.right-column ul {
  float: left;
  width: 120px; }

.right-column ul.col-one {
  width: 140px; }

.right-column ul li {
  list-style: disc;
  line-height: 18px; }

.right-column ul li a {
  text-decoration: none; }

.right-column ul li.nobullet {
  list-style: none; }

.footer-black a:hover {
  color: #740000;
  text-decoration: none; }

@media only screen and (max-width: 920px) {
  .footer-black .center {
    height: inherit; }
  .footer-black .left-column {
    float: none; }
  .footer-black .right-column {
    position: relative;
    top: inherit;
    left: inherit;
    width: inherit; }
    .footer-black .right-column ul {
      padding: 0px 0px 0px 20px; } }
.manage-wrapper-inner {
  margin: 0;
  background-color: #3B3B3B;
  height: 50px; }

.manage-wrapper-inner ul.left {
  float: left; }

.manage-wrapper-inner ul.right {
  float: right; }

.manage-wrapper-inner ul {
  margin: 0px;
  padding: 0px; }

.manage-wrapper-inner ul li {
  list-style: none;
  float: left; }

.manage-wrapper-inner ul li a {
  color: white; }

.manage-wrapper-inner ul li a span {
  display: block;
  padding: 15px 18px 16px 18px; }

#manage-events tr.draft td {
  background-color: #FFF5F5; }
  #manage-events tr.draft td a {
    color: #aaa;
    font-weight: normal; }

#manage-events caption {
  text-align: right;
  height: 60px; }

textarea#organiser_description.textbox.description {
  width: 230px;
  height: 100px;
  font-size: 13px; }

.breadcrumbs {
  background-color: #fafafa;
  border: 1px solid #d5d5d3;
  color: black;
  padding: 1px;
  margin-top: 20px;
  font-weight: bold;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.breadcrumbs ul {
  list-style: none;
  margin-left: 0px;
  padding: 0 20px; }

.plaincrumbs {
  display: block; }

.plaincrumbs li {
  display: inline;
  font-size: 13px; }

.plaincrumbs li.last {
  color: #999; }

.plaincrumbs li a,
.plaincrumbs li a:link,
.plaincrumbs li a:visited {
  font-weight: bold;
  color: #3984c3;
  font-size: 13px;
  margin-left: 0px;
  padding: 7px 5px 8px 4px;
  position: relative;
  text-decoration: none; }

.plaincrumbs li a:hover {
  text-decoration: underline; }

.recent-news {
  margin-top: 20px; }
  .recent-news .inner {
    position: relative; }
  .recent-news .article-copy {
    padding: 0 10px; }
  .recent-news img {
    display: none; }
  .recent-news .more {
    display: block;
    clear: both;
    padding: 10px 10px 5px;
    margin: 0px 10px 0;
    text-align: right; }
  .recent-news .article-view-teaser {
    clear: both;
    position: relative;
    margin-bottom: 15px;
    margin: 0px 10px;
    border-bottom: 1px solid #ececec; }
  .recent-news .article-meta {
    margin-top: -8px;
    margin-bottom: 8px; }
  .recent-news .event-box-inner {
    padding: 10px 20px; }
  .recent-news h2 {
    font-size: 14px;
    line-height: 15px;
    font-weight: normal; }
    .recent-news h2 a {
      color: #3984c3;
      text-decoration: none; }
      .recent-news h2 a:hover {
        text-decoration: underline; }
  .recent-news .post-category {
    font-size: 12px;
    color: #999;
    display: inline-block;
    padding: 2px 4px;
    text-transform: upper-case;
    text-decoration: none; }
    .recent-news .post-category:hover {
      text-decoration: underline; }
  .recent-news .post-date {
    font-size: 12px;
    color: #444;
    font-style: italic;
    display: inline-block; }

.series-hero {
  background-color: #fafafa;
  padding: 10px 18px 18px 250px;
  margin-bottom: 20px;
  border-bottom: 3px solid #CCC; }
  .series-hero.vic {
    background-image: url(../img/vms-hero.jpg);
    background-repeat: no-repeat;
    background-position: 0 50%; }
  .series-hero h2 {
    color: #636363;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    margin: 0px; }
  .series-hero p {
    font-size: 13px;
    color: #666; }
    .series-hero p a {
      text-decoration: underline;
      color: #3984c3;
      font-weight: bold; }
  .series-hero ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .series-hero ul li {
      font-size: 12px;
      line-height: 18px;
      padding-bottom: 4px; }
      .series-hero ul li.active {
        font-weight: bold; }
    .series-hero ul a {
      text-decoration: none; }
      .series-hero ul a:hover {
        text-decoration: underline; }

.social-wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: -10000px;
  width: 90px; }
  .social-wrapper a {
    width: 40px;
    height: 36px;
    display: block;
    margin-right: 5px;
    float: left;
    background-image: url(../img/social-icons.png); }
    .social-wrapper a.facebook {
      background-position: 6px 4px; }
    .social-wrapper a.instagram {
      background-position: -33px 4px; }
    .social-wrapper a .instagram-inner {
      display: none; }
  .social-wrapper a.open {
    background-color: #883037; }
    .social-wrapper a.open * {
      text-indent: 0px; }
    .social-wrapper a.open a.account-link {
      width: 200px;
      height: 64px;
      background-image: none; }
    .social-wrapper a.open a.image-link {
      width: 75px;
      height: 75px;
      float: left;
      background-image: none;
      margin: 0px 10px 10px 0px; }
      .social-wrapper a.open a.image-link:hover {
        opacity: 0.8; }
    .social-wrapper a.open .instagram-inner {
      display: block;
      padding: 4px 0px 0px 10px;
      width: 255px;
      height: 406px;
      border: 4px solid #883037;
      background-color: white;
      position: absolute;
      top: 36px;
      right: 50px;
      z-index: 100; }
    .social-wrapper a.open .facebook-inner {
      padding: 4px 0px 0px 10px;
      width: 308px;
      height: 406px;
      border: 4px solid #883037;
      background-color: white;
      position: absolute;
      top: 36px;
      right: 5px;
      z-index: 100; }

#event-calendar {
  padding: 0px 0 0 0; }
  #event-calendar .fc-event {
    font-size: 13px;
    color: black;
    border: none;
    padding: 4px; }
    #event-calendar .fc-event:hover {
      color: white; }
  #event-calendar .fc-event.vic {
    background-color: #f8810b; }
  #event-calendar .fc-event.act {
    background-color: #34aadc; }
  #event-calendar .fc-event.nsw {
    background-color: #1b75bb; }
  #event-calendar .fc-event.qld {
    background-color: #bb4d94; }
  #event-calendar .fc-event.tas {
    background-color: #aed12d; }
  #event-calendar .fc-event.wa {
    background-color: #feb61f; }
  #event-calendar .fc-event.sa {
    background-color: #f15858; }

.content-page p {
  font-size: 14px; }

.navigation-trail {
  padding: 20px 0;
  font-size: 13px; }

ul.main-breadcrumbs {
  margin: 0;
  padding: 0; }
  ul.main-breadcrumbs li {
    margin: 0;
    padding: 0;
    display: inline; }
    ul.main-breadcrumbs li a {
      padding-right: 10px; }
      ul.main-breadcrumbs li a:hover {
        text-decoration: underline; }
    ul.main-breadcrumbs li:after {
      content: ">"; }
    ul.main-breadcrumbs li:last-child:after {
      content: ""; }

.dealers-table thead td, .dealers-table thead th, .dealers-table tfoot td, .dealers-table tfoot th {
  font-size: 16px;
  background-color: #444;
  color: white;
  padding: 10px; }
.dealers-table td {
  vertical-align: top;
  width: 16.66%;
  padding: 4px;
  text-align: center; }
.dealers-table tbody {
  font-size: 12px !important; }
  .dealers-table tbody p {
    font-size: 12px !important; }
.dealers-table .dealer-header-row {
  border-top: 3px solid #444; }
.dealers-table .gasgas td {
  background-color: #da0a22; }
.dealers-table .jtg td {
  background-color: #1a1e1e; }
.dealers-table .montesa td {
  background-color: #e30b24; }
.dealers-table .scorpa td {
  background-color: #ef8d24; }
.dealers-table .sherco td {
  background-color: #061bca; }

.center {
  padding: 0px 20px;
  margin: 0px auto;
  width: 1000px; }

@media only screen and (max-width: 1000px) {
  .center {
    width: 100%; } }
@media only screen and (min-width: 1200px) {
  .responsive-wrapper .center.can-fit-full-width,
  .dashboard-wrapper .center.can-fit-full-width {
    max-width: 80%;
    width: 80%; } }
.mobile-only {
  display: none !important; }

.mobile-only-inline {
  display: none !important; }

.no-mobile {
  display: block !important; }

.no-mobile-inline {
  display: inline; }

@media only screen and (max-width: 767px) {
  body {
    background-color: #fff; }

  .mobile-only {
    display: block !important; }

  .mobile-only-inline {
    display: inline !important; }

  .no-mobile {
    display: none !important; }

  .no-mobile-inline {
    display: none !important; } }
.ta-top * {
  box-sizing: border-box; }

.desktop-nav * {
  box-sizing: border-box; }

.mobile-nav * {
  box-sizing: border-box; }

.forum-sponsor-wrapper * {
  box-sizing: border-box; }

.home-mobile-ad {
  margin-top: 0px;
  text-align: center;
  background-color: #222;
  padding: 10px 10px; }
  .home-mobile-ad img {
    max-width: 100%;
    height: auto; }
  .home-mobile-ad .adbox {
    margin-bottom: 0px; }

.ta-top {
  background-color: black; }

#top .brand {
  padding-top: 5px;
  width: 281px;
  display: inline-block;
  height: 100px; }
  #top .brand img {
    width: 281px;
    height: 100px; }

#top .brand img {
  margin-top: 0px; }

.top-header {
  z-index: 15; }

#top.center {
  height: 114px;
  position: relative; }
  #top.center * {
    -webkit-transition: all 0.26s linear;
    -moz-transition: all 0.26s linear;
    -o-transition: all 0.26s linear;
    transition: all 0.26s linear; }

.nav {
  height: 70px;
  width: 100%;
  background-color: black; }

.mobile-menu-toggle {
  display: none; }

div.nav ul.nav {
  margin: 0px; }

.mobile-nav {
  display: none; }

.desktop-nav {
  z-index: 20; }

.desktop-nav #menu {
  width: 980px;
  height: 70px;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0;
  float: left;
  position: relative; }

.desktop-nav #menu ul {
  margin-left: 0px;
  padding-left: 0px; }

.desktop-nav #menu li {
  display: inline;
  position: relative;
  display: block;
  float: left;
  z-index: 140; }
  .desktop-nav #menu li.brand img {
    height: 100%;
    vertical-align: top; }

.desktop-nav #menu li a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  text-decoration: none;
  color: white;
  font-size: 18px;
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 18px;
  text-transform: uppercase; }

.desktop-nav #menu li.brand a {
  padding: 8px 10px 8px 0px; }
  .desktop-nav #menu li.brand a:hover {
    background-color: transparent; }

.desktop-nav .glyphicon.glyphicon-chevron-down {
  font-size: 11px;
  padding-left: 2px; }

.desktop-nav #menu li ul {
  position: absolute;
  left: -999em;
  padding: 0;
  border-top: 0px;
  width: 220px; }

.desktop-nav #menu li ul li ul {
  display: none;
  border-color: black;
  top: 0px;
  background-color: #999; }

.desktop-nav #menu li ul li:hover ul {
  left: 220px;
  display: block; }

.desktop-nav #menu li li a {
  font-size: 14px;
  display: block;
  font-weight: normal;
  text-transform: none; }

.desktop-nav #menu .nav li.active a {
  background-color: #333;
  color: white; }

.desktop-nav #menu .nav li.active:hover a {
  background-color: #999; }

.desktop-nav #menu .nav li.active:hover ul li a,
.desktop-nav #menu .nav li.active ul li a {
  background-color: #999; }

.desktop-nav #menu .nav li.active ul li a:hover {
  color: black; }

.desktop-nav #menu li:hover li a:hover {
  color: black; }

.desktop-nav #menu li a span {
  display: block;
  font-weight: normal;
  font-size: 18px; }

.desktop-nav #menu li.sfhover a span,
.desktop-nav #menu li:hover a {
  background-color: #999;
  color: white; }

.desktop-nav #menu li.sfhover li a span,
.desktop-nav #menu li.active:hover li a,
.desktop-nav #menu li:hover li a {
  background-color: #999;
  color: white; }

.desktop-nav #menu li li a {
  padding: 0px 0px 0px 20px; }

.desktop-nav #menu li:hover ul {
  left: 0px; }

.desktop-nav #menu li li a {
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.07s;
  -moz-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.07s;
  -ms-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.07s;
  -o-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.07s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.07s;
  display: block;
  color: white;
  width: 200px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Helvetica, sans-serif;
  padding: 4px;
  height: 35px;
  line-height: 35px; }
  .desktop-nav #menu li li a span {
    font-size: 15px; }

.desktop-nav #menu li ul li.dropdown-state-chooser {
  background-color: #666; }
  .desktop-nav #menu li ul li.dropdown-state-chooser .choose-title {
    color: white;
    padding: 10px 5px; }
  .desktop-nav #menu li ul li.dropdown-state-chooser ul {
    display: block !important;
    position: relative;
    border: none; }
  .desktop-nav #menu li ul li.dropdown-state-chooser:hover ul {
    left: inherit; }
  .desktop-nav #menu li ul li.dropdown-state-chooser li {
    display: inline-block;
    width: 40px; }
    .desktop-nav #menu li ul li.dropdown-state-chooser li a {
      width: inherit; }

.social-wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: -10000px; }
  .social-wrapper a {
    width: 40px;
    height: 36px;
    display: block;
    margin-right: 5px;
    float: left;
    background-image: url(../img/social-icons.png); }
    .social-wrapper a.facebook {
      background-position: 6px 4px; }
    .social-wrapper a.instagram {
      background-position: -33px 4px; }
    .social-wrapper a .instagram-inner {
      display: none; }
  .social-wrapper a.open {
    background-color: #999; }
    .social-wrapper a.open * {
      text-indent: 0px; }
    .social-wrapper a.open a.account-link {
      width: 200px;
      height: 64px;
      background-image: none; }
    .social-wrapper a.open a.image-link {
      width: 75px;
      height: 75px;
      float: left;
      background-image: none;
      margin: 0px 10px 10px 0px; }
      .social-wrapper a.open a.image-link:hover {
        opacity: 0.8; }
    .social-wrapper a.open .instagram-inner {
      display: block;
      padding: 4px 0px 0px 10px;
      width: 255px;
      height: 406px;
      border: 4px solid #883037;
      background-color: white;
      position: absolute;
      top: 36px;
      right: 70px;
      z-index: 100; }
    .social-wrapper a.open .facebook-inner {
      padding: 4px 0px 0px 10px;
      width: 308px;
      height: 406px;
      border: 4px solid #883037;
      background-color: white;
      position: absolute;
      top: 36px;
      right: 5px;
      z-index: 100; }

#header .desktop-nav #menu li li.last a {
  border: 0px; }

#header .desktop-nav #menu li li a:hover {
  background-color: black;
  color: white; }

#header .desktop-nav #menu li li {
  float: none;
  width: 215px;
  background-color: #fff; }

li.account-icon i {
  font-size: 22px; }

li.search-item {
  position: relative; }
  li.search-item i {
    font-size: 22px; }
  li.search-item.active .search-bar {
    display: block; }
  li.search-item .search-bar {
    position: absolute;
    top: 70px;
    left: 0px;
    height: 43px;
    width: 250px;
    background-color: black;
    display: none;
    padding-top: 5px;
    padding-left: 4px; }
    li.search-item .search-bar input {
      -webkit-appearance: none;
      border-radius: 0;
      width: 240px;
      border: 1px solid #333;
      padding: 8px;
      font-size: 14px; }

.dropdown-state-chooser .states-list {
  width: 100%;
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .dropdown-state-chooser .states-list li {
    border-right: none; }
  .dropdown-state-chooser .states-list ul li a {
    background-color: transparent; }

.desktop-nav #menu li.event-nav ul {
  width: 320px;
  background-color: #999;
  display: block !important; }

/* Padding for iPad portrait */
@media only screen and (max-width: 880px) {
  .desktop-nav #menu li a {
    padding: 0 10px; } }
@media only screen and (max-width: 767px) {
  li.search-item {
    background-color: #333; }
    li.search-item input {
      padding: 4px;
      font-size: 16px; }
    li.search-item .search-bar {
      top: 0px;
      left: 70px;
      display: block;
      background-color: transparent; } }
@media only screen and (max-width: 767px) {
  .desktop-nav {
    display: none; }

  .glyphicon {
    display: none; }

  .mobile-nav {
    display: block !important; }
    .mobile-nav .nav {
      background-color: #242424; }

  .mobile-nav {
    font-size: 13px; }
    .mobile-nav .center {
      padding: 0px; }
    .mobile-nav #menu {
      display: block; }
    .mobile-nav ul {
      padding: 0px;
      margin: 0px; }
    .mobile-nav ul li {
      list-style: none;
      display: inline-block;
      width: 100%; }
    .mobile-nav #menu > ul > li {
      padding: 20px 16px 0px; }
    .mobile-nav ul li.open ul {
      display: block; }
    .mobile-nav > ul > li > a {
      text-transform: uppercase; }
    .mobile-nav ul li a {
      width: 100%;
      color: white;
      display: block;
      position: relative;
      line-height: 20px;
      border-bottom: 2px solid #333;
      padding: 6px 0; }
    .mobile-nav ul li.mobile-toggle > a {
      text-transform: uppercase;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .mobile-nav ul li li {
      width: 50%;
      display: inline;
      float: left; }
    .mobile-nav ul li li.no-mobile {
      display: none; }
    .mobile-nav ul li li a {
      border-top: none;
      border-bottom: none;
      color: #ddd; }
    .mobile-nav ul li li li a {
      background-color: #222; }

  .main-nav {
    display: none; }

  .main-nav-open .main-nav {
    display: block;
    position: relative;
    top: 0px;
    height: inherit;
    z-index: 500;
    border-bottom: #333 3px solid; }
    .main-nav-open .main-nav .desktop-nav {
      height: inherit; }
    .main-nav-open .main-nav .nav {
      height: inherit; }
    .main-nav-open .main-nav .desktop-nav li {
      float: none; }
    .main-nav-open .main-nav .desktop-nav li ul {
      display: block !important;
      position: relative;
      left: inherit; }
      .main-nav-open .main-nav .desktop-nav li ul a {
        color: black; }

  .mobile-menu-toggle {
    display: block;
    width: 120px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    left: 150px;
    top: 0px;
    color: white;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAABlBMVEUAAABmZmZ+SwYRAAAAAXRSTlMAQObYZgAAABhJREFUeAFjoAew/w8Ef0hjUA5GXUgHAACA7l3fYRzn7AAAAABJRU5ErkJggg==") 15px 13px no-repeat;
    background-size: 32px 32px; }
    .mobile-menu-toggle .mobile-menu-toggle-text {
      color: white;
      display: inline-block;
      line-height: 60px;
      padding-left: 50px;
      text-transform: uppercase;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 20px; }
    .main-nav-open .mobile-menu-toggle {
      background-color: #ccd1d9; }
      .main-nav-open .mobile-menu-toggle .mobile-menu-toggle-text {
        color: #333; }

  .top-header {
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0px; }

  #top.center {
    height: 65px; }

  #top a.brand {
    width: 140px;
    height: 65px;
    position: absolute;
    left: 0px;
    top: 0px; }
    #top a.brand img {
      width: 140px;
      height: 49px; } }
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .desktop-nav #menu {
    width: 100%; }

  .footer-black .center {
    width: 100%; }

  #top.center {
    height: 80px; }

  .ad-image {
    padding-top: 10px; }

  #top .brand,
  #top .brand img {
    width: 190px;
    height: 67px; } }
.widget-gallery {
  margin-top: 10px;
  background-color: white;
  border: 1px solid;
  border-color: #E5E6E9 #DFE0E4 #D0D1D5; }
  .route-home .widget-gallery .panel-heading h3 {
    text-transform: uppercase; }
  .widget-gallery .widget-gallery-block {
    float: left;
    width: 50%;
    position: relative; }
  .widget-gallery .panel-body {
    padding: 0px; }
  .widget-gallery img {
    width: 100%; }
  .widget-gallery h4 {
    line-height: 20px;
    background-color: #efefef;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 10px;
    margin: 0px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    position: absolute;
    bottom: 0px; }
    .widget-gallery h4 a {
      color: white; }

fieldset {
  padding: 0px; }

.form textarea {
  height: 220px;
  vertical-align: middle;
  border: 1px #dedede solid;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px #ccc;
  -moz-box-shadow: inset 0 0 1px #ccc;
  box-shadow: inset 0 0 1px #ccc;
  color: #666;
  max-width: 460px;
  width: 100%;
  padding: 12px 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px; }
.form .field-wrap-text .field-input input {
  width: 100%; }
.form .formElementRight {
  margin-left: 0px; }
  .form .formElementRight input#submit {
    width: 200px;
    background: none;
    background-color: #1C94C6;
    border-color: #1779A2;
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-shadow: none;
    height: 50px; }

.form-wrapper {
  padding: 20px 0px; }

@media only screen and (max-width: 767px) {
  .form .field-wrap-text .field-input input {
    max-width: 460px;
    width: 100%; }
  .form textarea {
    max-width: 460px;
    width: 100%;
    height: 100px; } }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-j8qe3x");
  src: url("../fonts/icomoon.eot?#iefix-j8qe3x") format("embedded-opentype"), url("../fonts/icomoon.woff?-j8qe3x") format("woff"), url("../fonts/icomoon.ttf?-j8qe3x") format("truetype"), url("../fonts/icomoon.svg?-j8qe3x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-newspaper:before {
  content: "\e600"; }

.icon-images:before {
  content: "\e601"; }

.icon-ticket:before {
  content: "\e602"; }

.icon-location:before {
  content: "\e603"; }

.icon-signup:before {
  content: "\e604"; }

.icon-link:before {
  content: "\e605"; }

.icon-facebook:before {
  content: "\e606"; }

.icon-instagram:before {
  content: "\e607"; }

.icon-twitter:before {
  content: "\e608"; }

.icon-libreoffice:before {
  content: "\e609"; }

.icon-file-pdf:before {
  content: "\e60a"; }

.icon-file-word:before {
  content: "\e60b"; }

.icon-file-excel:before {
  content: "\e60c"; }

.icon-file-powerpoint:before {
  content: "\e60d"; }

.icon-file-xml:before {
  content: "\e60e"; }

.icon-paperclip:before {
  content: "\e60f"; }

.icon-location2:before {
  content: "\e610"; }

.icon-link2:before {
  content: "\e611"; }

.icon-newspaper2:before {
  content: "\e612"; }

.icon-info:before {
  content: "\e613"; }

.icon-text:before {
  content: "\e614"; }

.icon-pictures:before {
  content: "\e615"; }

.icon-twitter2:before {
  content: "\e616"; }

.icon-facebook2:before {
  content: "\e617"; }

.icon-googleplus:before {
  content: "\e618"; }

.icon-pinterest:before {
  content: "\e619"; }

.icon-instagram2:before {
  content: "\e61a"; }

.icon-dropbox:before {
  content: "\e61b"; }

.icon-paypal:before {
  content: "\e61c"; }

.top-header .ad-image {
  height: 75px;
  padding-top: 25px;
  margin-right: 10px;
  float: right; }

.adbox {
  margin-bottom: 20px;
  max-width: 300px;
  background-color: transparent;
  text-align: center;
  width: 100%; }
  .adbox img {
    width: 100%;
    height: inherit; }

.two-and-one .content-right .ad-wrapper.smaller {
  margin-bottom: 20px; }

@media only screen and (max-width: 999px) {
  .top-header .ad-image {
    height: auto;
    padding-top: 10px; } }
@media only screen and (max-width: 767px) {
  .top-header .ad-image {
    display: none; }

  .adbox {
    max-width: 100%; }
    .adbox img {
      width: inherit; } }
#video iframe {
  border: none; }
#video div.main-video div.txt p {
  margin-top: 10px; }
#video .youtube {
  background-color: white; }
#video .video-side {
  float: left;
  width: 66%; }
#video .video-info {
  border: 1px solid;
  background-color: white;
  border-color: #E5E6E9 #DFE0E4 #D0D1D5;
  margin-bottom: 20px;
  padding: 12px;
  margin-top: 20px;
  clear: left; }
  #video .video-info .txt {
    padding: 5px 0 10px 0;
    font-size: 21px;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  #video .video-info .description {
    font-size: 12px; }
#video .ad-zone:after {
  content: "";
  display: table;
  clear: both; }
#video .ad-zone .ad-image {
  padding-top: 0; }
#video .ad-zone .ad-image img {
  width: 100%;
  height: auto; }
#video .share-side {
  float: right;
  width: 33%; }
  #video .share-side .social-bar-wrapper {
    border: 1px solid;
    background-color: white;
    border-color: #E5E6E9 #DFE0E4 #D0D1D5;
    margin-bottom: 20px;
    padding: 12px; }
    #video .share-side .social-bar-wrapper h3 {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      margin: 0px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#video-picks {
  border: 1px solid;
  background-color: white;
  border-color: #E5E6E9 #DFE0E4 #D0D1D5;
  margin-bottom: 20px;
  padding: 12px;
  padding-top: 19px;
  padding-bottom: 20px; }
  #video-picks h3.video-picks {
    margin: 0px;
    padding-bottom: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  #video-picks .video {
    float: left;
    display: inline;
    width: 25%;
    padding: 12px;
    margin-bottom: 10px; }
    #video-picks .video a {
      color: #272727;
      font-weight: normal;
      font-size: 12px;
      text-decoration: none; }
    #video-picks .video .title {
      padding-top: 5px;
      display: block;
      height: 60px; }
  #video-picks a.view-more {
    font-weight: bold;
    color: #1abbe9;
    font-size: 13px;
    float: right; }
  #video-picks .video:hover {
    background-color: #FECB09; }
  #video-picks .footer {
    width: 994px;
    position: relative; }

@media only screen and (max-width: 767px) {
  #video .video-side {
    width: 100%; }
  #video .share-side {
    width: 100%;
    float: left; }
  #video .ad-zone {
    height: 250px;
    width: 100%;
    text-align: center; }
    #video .ad-zone .ad-image {
      float: none; }
      #video .ad-zone .ad-image img {
        width: inherit;
        height: inherit; }
  #video .social-bar-wrapper {
    display: none; }

  #video-picks .video {
    width: 50%; }
    #video-picks .video img {
      width: 100%;
      height: auto; } }
#main_content .article,
.view-mode-article-list .article {
  background-color: #FFF;
  border: 1px solid;
  border-color: #E5E6E9 #DFE0E4 #D0D1D5;
  margin-bottom: 20px;
  padding: 15px;
  position: relative; }
  #main_content .article h3,
  .view-mode-article-list .article h3 {
    text-transform: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    color: #3984c3;
    border-bottom: 1px solid #CCC;
    font-weight: 400;
    margin: 0 0 8px;
    padding: 0px;
    border-bottom: none;
    font-size: 22px;
    line-height: 26px; }
    #main_content .article h3 a,
    .view-mode-article-list .article h3 a {
      text-decoration: none;
      color: black; }
      #main_content .article h3 a:hover,
      .view-mode-article-list .article h3 a:hover {
        color: #1E4F78; }
  #main_content .article img,
  .view-mode-article-list .article img {
    max-width: 100% !important;
    height: auto; }
  #main_content .article .meta .state-badge,
  .view-mode-article-list .article .meta .state-badge {
    float: left;
    display: inline-block;
    color: white;
    padding: 4px 5px 3px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
    margin-right: 10px; }
    #main_content .article .meta .state-badge.victoria,
    .view-mode-article-list .article .meta .state-badge.victoria {
      background-color: #f8810b; }
    #main_content .article .meta .state-badge.act,
    .view-mode-article-list .article .meta .state-badge.act {
      background-color: #34aadc; }
    #main_content .article .meta .state-badge.new-south-wales,
    .view-mode-article-list .article .meta .state-badge.new-south-wales {
      background-color: #1b75bb; }
    #main_content .article .meta .state-badge.queensland,
    .view-mode-article-list .article .meta .state-badge.queensland {
      background-color: #bb4d94; }
    #main_content .article .meta .state-badge.tasmania,
    .view-mode-article-list .article .meta .state-badge.tasmania {
      background-color: #aed12d; }
    #main_content .article .meta .state-badge.western-australia,
    .view-mode-article-list .article .meta .state-badge.western-australia {
      background-color: #feb61f; }
    #main_content .article .meta .state-badge.south-australia,
    .view-mode-article-list .article .meta .state-badge.south-australia {
      background-color: #f15858; }
    #main_content .article .meta .state-badge.national,
    .view-mode-article-list .article .meta .state-badge.national {
      background-color: black; }
    #main_content .article .meta .state-badge.world,
    .view-mode-article-list .article .meta .state-badge.world {
      background-color: #444444; }
  #main_content .article .meta h4,
  .view-mode-article-list .article .meta h4 {
    font-size: 13px;
    color: #bbb;
    margin: 0px 0px 15px;
    font-weight: normal;
    float: left; }
  #main_content .article .meta .category-list,
  .view-mode-article-list .article .meta .category-list {
    display: none;
    text-transform: uppercase;
    font-weight: bold; }
  #main_content .article .meta .comment-count,
  .view-mode-article-list .article .meta .comment-count {
    padding-left: 10px; }
  #main_content .article .read-more,
  .view-mode-article-list .article .read-more {
    word-spacing: -3px;
    text-align: right;
    font-size: 12px; }
    #main_content .article .read-more a:before,
    .view-mode-article-list .article .read-more a:before {
      padding-right: 5px; }
    #main_content .article .read-more a,
    .view-mode-article-list .article .read-more a {
      text-decoration: none; }
    #main_content .article .read-more a:hover,
    .view-mode-article-list .article .read-more a:hover {
      text-decoration: none;
      color: black;
      font-weight: bold; }
  #main_content .article .article-content:after,
  .view-mode-article-list .article .article-content:after {
    content: "";
    display: table;
    clear: both; }
  #main_content .article .article-content p,
  .view-mode-article-list .article .article-content p {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 12px 0 !important; }
  #main_content .article .article-content span,
  .view-mode-article-list .article .article-content span {
    font-size: 13px !important;
    line-height: 19px !important; }
  #main_content .article .article-content,
  .view-mode-article-list .article .article-content {
    line-height: 20px;
    font-size: 14px; }
  #main_content .article .article-image + .article-content,
  .view-mode-article-list .article .article-image + .article-content {
    margin-top: 20px; }
  #main_content .article.has-image .article-image,
  .view-mode-article-list .article.has-image .article-image {
    width: 180px;
    float: left; }
  #main_content .article.has-image .article-image + .article-content,
  .view-mode-article-list .article.has-image .article-image + .article-content {
    margin-top: 0px; }
  #main_content .article.has-image.type-regular .article-image,
  .view-mode-article-list .article.has-image.type-regular .article-image {
    margin: 0 15px 0px 0; }
  #main_content .article.has-image.type-full .article-image,
  .view-mode-article-list .article.has-image.type-full .article-image {
    width: 100%;
    margin-bottom: 10px; }
  #main_content .article.has-image.type-full .article-content,
  .view-mode-article-list .article.has-image.type-full .article-content {
    margin-left: 0px;
    padding-left: 0px; }
  #main_content .article.has-image.type-tall .article-image,
  .view-mode-article-list .article.has-image.type-tall .article-image {
    width: 190px;
    margin-right: 10px; }
  #main_content .article.has-image.type-tall .article-content,
  .view-mode-article-list .article.has-image.type-tall .article-content {
    padding-left: 0px;
    margin-left: 0px; }

.view-mode-article-full.view-mode-article-non-event .meta {
  padding: 20px 20px 0; }

@media only screen and (max-width: 767px) {
  .view-mode-article-list .article,
  #main_content .article {
    position: relative;
    padding: 10px;
    margin: 0 0 10px 0;
    border-color: #d5d5d5 #d5d5d5 #bbb; }
    .view-mode-article-list .article h3,
    #main_content .article h3 {
      margin-bottom: 5px; }
    .view-mode-article-list .article .meta h1,
    #main_content .article .meta h1 {
      font-size: 18px; }
    .view-mode-article-list .article.has-image .article-image,
    #main_content .article.has-image .article-image {
      width: 128px;
      margin-top: 0px; }
    .view-mode-article-list .article.has-image .article-image + .article-content,
    #main_content .article.has-image .article-image + .article-content {
      margin-top: 10px; }
    .view-mode-article-list .article.has-image.type-tall .article-image,
    #main_content .article.has-image.type-tall .article-image {
      width: 128px; }
    .view-mode-article-list .article h3,
    #main_content .article h3 {
      border-bottom: none;
      margin-bottom: 0;
      font-size: 20px;
      line-height: 20px;
      margin: -10px -10px 5px;
      padding: 10px 10px 5px;
      font-weight: 400; }
      .view-mode-article-list .article h3 a,
      #main_content .article h3 a {
        color: black; }
    .view-mode-article-list .article .article-content,
    #main_content .article .article-content {
      line-height: 20px;
      font-size: 14px; }
      .view-mode-article-list .article .article-content a,
      #main_content .article .article-content a {
        font-size: 14px;
        line-height: 20px; }
    .view-mode-article-list .article .article-image + .article-content,
    #main_content .article .article-image + .article-content {
      margin-top: 20px; }
    .view-mode-article-list .article .article-content + .article-image,
    #main_content .article .article-content + .article-image {
      margin-top: 10px; }
    .view-mode-article-list .article.has-image,
    #main_content .article.has-image {
      min-height: 90px; }
      .view-mode-article-list .article.has-image img,
      #main_content .article.has-image img {
        width: 100%; }
    .view-mode-article-list .article .social-bar,
    #main_content .article .social-bar {
      display: none; }

  .view-mode-article-full.has-image .meta,
  .view-mode-article-full .meta {
    padding: 0px 10px; }
  .view-mode-article-full.view-mode-article-non-event {
    padding-top: 10px; }
    .view-mode-article-full.view-mode-article-non-event .meta {
      padding: 5px 0px 0px 0px; } }
#main_content .article .meta, .view-mode-article-list .article .meta {
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px; }

.state-latest-news article {
  position: relative;
  min-height: 80px; }
  .state-latest-news article.has-image {
    min-height: 120px; }
  .state-latest-news article img {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .state-latest-news article.has-image {
    padding-left: 170px; }
  .state-latest-news article .small-article-right h3 {
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .state-latest-news article .small-article-right h3 a {
      color: black; }
  .state-latest-news article .small-article-right h3,
  .state-latest-news article .small-article-right h4 {
    margin: 0px 0px 6px; }
  .state-latest-news article .small-article-right h4 .created-date,
  .state-latest-news article .small-article-right h4 .author {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    color: #626262;
    font-size: 14px; }

@media only screen and (max-width: 567px) {
  .state-latest-news article.has-image {
    min-height: 87px; }
  .state-latest-news article img {
    width: 100px;
    height: 67px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .state-latest-news article.has-image {
    padding-left: 120px; }
  .state-latest-news article .small-article-right h3 {
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .state-latest-news article .small-article-right h3 a {
      color: black; }
  .state-latest-news article .small-article-right h3,
  .state-latest-news article .small-article-right h4 {
    margin: 0px 0px 6px; }
  .state-latest-news article .small-article-right h4 .created-date,
  .state-latest-news article .small-article-right h4 .author {
    font-size: 12px; } }
* {
  box-sizing: border-box; }

.grid {
  background: white;
  margin: 0 0 16px 0; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }

[class*='col-'] {
  float: left;
  padding-right: 16px; }

.col-2-3 {
  width: 66.66%; }

.col-1-3 {
  width: 33.33%; }

.col-1-2 {
  width: 50%; }

.col-1-4 {
  width: 25%; }

.col-1-8 {
  width: 12.5%; }

header.series-header {
  border-bottom: 1px solid #CCD1D9;
  position: relative; }
  header.series-header h1 {
    color: #2e2e2e;
    font-size: 32px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal; }
  header.series-header a.back-to-state-page {
    position: absolute;
    right: 0px;
    bottom: 10px;
    font-size: 16px;
    color: black;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300; }
    header.series-header a.back-to-state-page:hover {
      text-decoration: underline; }

section.series-description {
  margin-bottom: 80px; }
  section.series-description .series-image {
    float: right;
    margin-left: 50px; }
  section.series-description .series-description-content {
    font-size: 14px;
    padding: 20px 10px; }
    section.series-description .series-description-content ul {
      margin: 0 0 0 0px;
      padding: 0 0 0 20px; }
    section.series-description .series-description-content a {
      color: #3492fc; }

section.next-event {
  background-color: #ccd1d9; }
  section.next-event .next-event-image {
    width: 40%;
    min-height: 270px;
    float: right;
    background-size: cover;
    background-repeat: no-repeat; }
  section.next-event .content-area {
    float: left;
    width: 60%;
    padding: 20px; }
    section.next-event .content-area p {
      font-size: 14px;
      color: #4a4a4a; }
    section.next-event .content-area .next-event-content-body a {
      color: #3492fc; }
  section.next-event .next-event-content-body {
    clear: left;
    padding: 30px 0 0 0; }
  section.next-event h3 {
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    color: black;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    padding-top: 0px;
    margin-top: 0px; }
  section.next-event .next-event-enter-online {
    margin-top: 40px; }
    section.next-event .next-event-enter-online a {
      display: inline-block;
      border: 1px solid #444;
      padding: 10px 20px;
      width: 180px;
      font-size: 19px;
      font-weight: bold;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      text-transform: uppercase;
      border-radius: 4px;
      text-align: center; }
    section.next-event .next-event-enter-online.world a {
      border-color: #444444;
      color: #444444; }
    section.next-event .next-event-enter-online.vic a {
      border-color: #f8810b;
      color: #f8810b; }
    section.next-event .next-event-enter-online.act a {
      border-color: #34aadc;
      color: #34aadc; }
    section.next-event .next-event-enter-online.nsw a {
      border-color: #1b75bb;
      color: #1b75bb; }
    section.next-event .next-event-enter-online.qld a {
      border-color: #bb4d94;
      color: #bb4d94; }
    section.next-event .next-event-enter-online.tas a {
      border-color: #aed12d;
      color: #aed12d; }
    section.next-event .next-event-enter-online.wa a {
      border-color: #feb61f;
      color: #feb61f; }
    section.next-event .next-event-enter-online.sa a {
      border-color: #f15858;
      color: #f15858; }
    section.next-event .next-event-enter-online.aus a {
      border-color: #e83b5c;
      color: #e83b5c; }

/* Generic Event description */
.event-row {
  position: relative;
  padding: 0 0 0 60px; }
  .event-row .event-name {
    padding: 10px 0 0 0;
    font-size: 18px;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0px;
    color: #2e2e2e; }
  .event-row .event-location {
    padding: 5px 0 10px 0;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0px;
    color: #2e2e2e; }

/* Generic Series date css */
.event-date.world .date {
  background-color: #444444; }

.event-date.vic .date {
  background-color: #f8810b; }

.event-date.act .date {
  background-color: #34aadc; }

.event-date.nsw .date {
  background-color: #1b75bb; }

.event-date.qld .date {
  background-color: #bb4d94; }

.event-date.tas .date {
  background-color: #aed12d; }

.event-date.wa .date {
  background-color: #feb61f; }

.event-date.sa .date {
  background-color: #f15858; }

.event-date.aus .date {
  background-color: #e83b5c; }

.event-date .date {
  color: white; }

.event-date {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 38px;
  padding-left: 0px;
  text-align: center;
  text-transform: uppercase; }

.event-date span.date-span {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px; }

.event-date span.date-span span {
  font-size: 18px;
  font-weight: normal; }

.event-date span.date-span span.multi-day {
  font-size: 10px; }

.event-row.next-event-row {
  padding-left: 50px; }
  .event-row.next-event-row .event-date {
    left: 0px;
    top: 0px; }

section.series-events {
  margin-top: 40px; }
  section.series-events > h3 {
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    color: black;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    padding-top: 0px;
    margin-top: 0px; }
  section.series-events .series-event a.module {
    display: block;
    background-color: white;
    height: 267px;
    border: 1px solid #D7D7D7;
    margin-bottom: 16px;
    overflow: hidden; }
  section.series-events .series-event .series-event-image {
    height: 199px;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-size: cover; }

@media only screen and (max-width: 767px) {
  .col-1-3 {
    width: 100%; }

  header.series-header a.back-to-state-page {
    display: none; }

  section.series-description {
    margin-bottom: 40px; }

  section.series-description .series-image {
    width: 100%;
    float: none;
    margin: 0px; }
    section.series-description .series-image img {
      width: 100%;
      height: auto; }

  .next-event-image {
    display: none; }

  section.next-event .content-area {
    width: 100%; }

  section.series-events .series-event a.module {
    height: auto; }
    section.series-events .series-event a.module .series-event-image {
      display: none; } }
.upload-row {
  background-color: #333;
  padding: 10px; }
  .upload-row input {
    color: white;
    font-size: 16px; }
  .upload-row .formElementLeft {
    display: none; }
  .upload-row .field-wrap {
    padding: 5px 0px 0px; }
  .upload-row #field-wrap-fileupload {
    float: left;
    width: 75%; }
  .upload-row #submit {
    float: right; }

#comments {
  background-color: white;
  padding: 10px 20px;
  margin-top: 20px;
  border-top: 3px solid #ccd1d9; }

.comment-box-wrapper .formElementLeft {
  display: none; }
.comment-box-wrapper .formElementRight {
  margin: 0px; }

.comment-box {
  width: 400px;
  height: 80px;
  padding: 8px;
  font-size: 16px; }

.comment-item {
  margin-bottom: 20px;
  padding-left: 70px;
  min-height: 60px;
  position: relative; }
  .comment-item .comment-image {
    position: absolute;
    top: 0;
    left: 0; }
  .comment-item .comment-meta {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px; }
  .comment-item .comment-content {
    font-size: 13px; }

@media only screen and (max-width: 480px) {
  #comments {
    background-color: #f5f5f5; }

  .comment-box {
    width: 100%; } }
.article-short h3 {
  margin-bottom: 10px; }
.article-short h5 {
  margin-top: 4px;
  font-weight: normal; }

.news-article-wrapper {
  padding: 0px;
  background-color: white;
  border: 1px solid;
  border-color: #E5E6E9 #DFE0E4 #D0D1D5; }

.view-mode-info-fullwidth .news-article-wrapper {
  padding: 0px;
  border: none !important; }

.article-gallery-photos {
  height: 100px;
  overflow: hidden; }
  .article-gallery-photos img {
    height: 100px !important;
    width: auto !important; }

.view-mode-info-fullwidth.view-mode-article-non-event,
.view-mode-article-full.view-mode-article-non-event {
  padding: 20px 0 0 0; }
.view-mode-info-fullwidth .meta,
.view-mode-article-full .meta {
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #efefef;
  position: relative; }
  .view-mode-info-fullwidth .meta h1,
  .view-mode-article-full .meta h1 {
    font-size: 32px;
    margin: 0px 0px 10px;
    line-height: 40px;
    font-weight: 500; }
    .view-mode-info-fullwidth .meta h1 a,
    .view-mode-article-full .meta h1 a {
      color: black;
      text-decoration: none; }
    .view-mode-info-fullwidth .meta h1 a:hover,
    .view-mode-article-full .meta h1 a:hover {
      opacity: 0.75; }
  .view-mode-info-fullwidth .meta h4,
  .view-mode-article-full .meta h4 {
    margin: 0.5em 0 1em;
    font-size: 13px;
    font-weight: normal;
    color: #666; }
  .view-mode-info-fullwidth .meta .edit-url,
  .view-mode-article-full .meta .edit-url {
    float: right; }
  .view-mode-info-fullwidth .meta .social,
  .view-mode-article-full .meta .social {
    float: right;
    padding-top: 5px; }
  .view-mode-info-fullwidth .meta .article-extras-wrapper,
  .view-mode-article-full .meta .article-extras-wrapper {
    padding-top: 10px;
    display: inline-block; }
  .view-mode-info-fullwidth .meta .article-extras,
  .view-mode-article-full .meta .article-extras {
    padding-left: 15px; }
    .view-mode-info-fullwidth .meta .article-extras i,
    .view-mode-article-full .meta .article-extras i {
      margin-right: 3px; }
.view-mode-info-fullwidth.has-image .meta,
.view-mode-article-full.has-image .meta {
  border-bottom: 0px; }
.view-mode-info-fullwidth .feature-image img,
.view-mode-article-full .feature-image img {
  width: 100%; }
.view-mode-info-fullwidth .ad-wrapper .adbox,
.view-mode-article-full .ad-wrapper .adbox {
  text-align: center;
  margin-bottom: 0px; }
.view-mode-info-fullwidth .ad-wrapper h5,
.view-mode-article-full .ad-wrapper h5 {
  color: #ccc;
  font-weight: normal;
  margin: 0px;
  text-align: center;
  line-height: 12px;
  font-size: 9px;
  padding: 10px 0px 0px; }
.view-mode-info-fullwidth .article-content,
.view-mode-article-full .article-content {
  padding: 20px;
  background-color: white;
  border: none; }
  .view-mode-info-fullwidth .article-content h2,
  .view-mode-article-full .article-content h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 26px;
    font-weight: bolder;
    margin: 12px 0 6px 0px; }
  .view-mode-info-fullwidth .article-content h3,
  .view-mode-article-full .article-content h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 19px;
    margin: 12px 0 4px 0px; }
  .view-mode-info-fullwidth .article-content h4,
  .view-mode-article-full .article-content h4 {
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px; }
  .view-mode-info-fullwidth .article-content a,
  .view-mode-article-full .article-content a {
    text-decoration: underline;
    word-break: break-all; }
  .view-mode-info-fullwidth .article-content a.btn,
  .view-mode-article-full .article-content a.btn {
    text-decoration: none; }
  .view-mode-info-fullwidth .article-content p,
  .view-mode-article-full .article-content p {
    line-height: 22px;
    color: #333;
    font-size: 15px;
    margin: 3px 0px 15px 0px; }
    .view-mode-info-fullwidth .article-content p a,
    .view-mode-article-full .article-content p a {
      font-weight: bold; }
  .view-mode-info-fullwidth .article-content p + h2,
  .view-mode-article-full .article-content p + h2 {
    margin-top: 32px; }
  .view-mode-info-fullwidth .article-content ul,
  .view-mode-article-full .article-content ul {
    color: #666; }
    .view-mode-info-fullwidth .article-content ul li,
    .view-mode-article-full .article-content ul li {
      font-size: 15px;
      padding-bottom: 9px;
      list-style: square;
      line-height: 23px; }
  .view-mode-info-fullwidth .article-content img,
  .view-mode-article-full .article-content img {
    max-width: 100% !important;
    height: auto !important; }
  .view-mode-info-fullwidth .article-content iframe,
  .view-mode-article-full .article-content iframe {
    max-width: 100%; }
  .view-mode-info-fullwidth .article-content .image-with-caption,
  .view-mode-article-full .article-content .image-with-caption {
    padding: 10px;
    background-color: black;
    margin-bottom: 30px; }
    .view-mode-info-fullwidth .article-content .image-with-caption img,
    .view-mode-article-full .article-content .image-with-caption img {
      max-width: 100%; }
    .view-mode-info-fullwidth .article-content .image-with-caption span,
    .view-mode-article-full .article-content .image-with-caption span {
      font-size: 12px;
      color: white;
      display: block;
      padding: 5px 0 0px 0px; }
  .view-mode-info-fullwidth .article-content .related-documents,
  .view-mode-article-full .article-content .related-documents {
    margin-bottom: 20px; }
    .view-mode-info-fullwidth .article-content .related-documents h4,
    .view-mode-article-full .article-content .related-documents h4 {
      color: black;
      text-transform: uppercase;
      font-size: 13px; }

.view-mode-info-fullwidth,
.view-mode-article-full,
.view-mode-article-list {
  /*  Widget bits
  ---------------------------------------- */ }
  .view-mode-info-fullwidth #widget-container h3,
  .view-mode-article-full #widget-container h3,
  .view-mode-article-list #widget-container h3 {
    background-color: #ccd1d9;
    background-image: none;
    color: black;
    height: auto;
    font-size: 14px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Arial, sans-serif; }
  .view-mode-info-fullwidth .widget h3,
  .view-mode-article-full .widget h3,
  .view-mode-article-list .widget h3 {
    margin: 0px; }
  .view-mode-info-fullwidth #widget-container,
  .view-mode-article-full #widget-container,
  .view-mode-article-list #widget-container {
    clear: both;
    background-color: #fff;
    margin-bottom: 10px; }
  .view-mode-info-fullwidth #widget-container h3,
  .view-mode-info-fullwidth #widget-container h3 a,
  .view-mode-article-full #widget-container h3,
  .view-mode-article-full #widget-container h3 a,
  .view-mode-article-list #widget-container h3,
  .view-mode-article-list #widget-container h3 a {
    color: black;
    margin: 0px; }
  .view-mode-info-fullwidth #widget-container h3.link,
  .view-mode-article-full #widget-container h3.link,
  .view-mode-article-list #widget-container h3.link {
    line-height: 32px;
    padding: 0px 10px; }
  .view-mode-info-fullwidth #widget-container h3.link a span,
  .view-mode-article-full #widget-container h3.link a span,
  .view-mode-article-list #widget-container h3.link a span {
    font-size: 20px; }
  .view-mode-info-fullwidth #widget-container h3.dark,
  .view-mode-article-full #widget-container h3.dark,
  .view-mode-article-list #widget-container h3.dark {
    background-color: black;
    color: white;
    margin-bottom: 10px; }
  .view-mode-info-fullwidth #widget-container span.month,
  .view-mode-info-fullwidth #widget-container span.day,
  .view-mode-info-fullwidth #widget-container span.day-of-week,
  .view-mode-article-full #widget-container span.month,
  .view-mode-article-full #widget-container span.day,
  .view-mode-article-full #widget-container span.day-of-week,
  .view-mode-article-list #widget-container span.month,
  .view-mode-article-list #widget-container span.day,
  .view-mode-article-list #widget-container span.day-of-week {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    display: block; }
  .view-mode-info-fullwidth #widget-container div.date,
  .view-mode-article-full #widget-container div.date,
  .view-mode-article-list #widget-container div.date {
    line-height: 14px;
    color: white;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    left: 10px;
    top: 0px;
    display: block;
    font-size: 11px;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    border-bottom: 2px solid #fafafa; }
  .view-mode-info-fullwidth #widget-container tr .event-record,
  .view-mode-article-full #widget-container tr .event-record,
  .view-mode-article-list #widget-container tr .event-record {
    width: 38px;
    padding-left: 0px; }
  .view-mode-info-fullwidth #widget-container span.dates-span,
  .view-mode-article-full #widget-container span.dates-span,
  .view-mode-article-list #widget-container span.dates-span {
    font-weight: bold;
    text-transform: uppercase; }
  .view-mode-info-fullwidth #widget-container span.date-span span,
  .view-mode-article-full #widget-container span.date-span span,
  .view-mode-article-list #widget-container span.date-span span {
    font-size: 18px;
    font-weight: normal; }
  .view-mode-info-fullwidth #widget-container span.date-span span.multi-day,
  .view-mode-article-full #widget-container span.date-span span.multi-day,
  .view-mode-article-list #widget-container span.date-span span.multi-day {
    font-size: 10px; }
  .view-mode-info-fullwidth #widget-container tbody th,
  .view-mode-info-fullwidth #widget-container tbody td,
  .view-mode-article-full #widget-container tbody th,
  .view-mode-article-full #widget-container tbody td,
  .view-mode-article-list #widget-container tbody th,
  .view-mode-article-list #widget-container tbody td {
    padding: 8px 0px 8px 8px; }
  .view-mode-info-fullwidth #widget-container tbody p,
  .view-mode-article-full #widget-container tbody p,
  .view-mode-article-list #widget-container tbody p {
    margin: 0px 0px 5px 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px; }
  .view-mode-info-fullwidth #widget-container tbody p a,
  .view-mode-article-full #widget-container tbody p a,
  .view-mode-article-list #widget-container tbody p a {
    color: black;
    font-size: 12px;
    text-decoration: none; }
  .view-mode-info-fullwidth #widget-container tbody p a em,
  .view-mode-article-full #widget-container tbody p a em,
  .view-mode-article-list #widget-container tbody p a em {
    color: #444; }
  .view-mode-info-fullwidth #widget-container tbody a.event-title,
  .view-mode-article-full #widget-container tbody a.event-title,
  .view-mode-article-list #widget-container tbody a.event-title {
    font-weight: bold;
    font-size: 13px; }
  .view-mode-info-fullwidth #widget-container tbody td.details,
  .view-mode-article-full #widget-container tbody td.details,
  .view-mode-article-list #widget-container tbody td.details {
    padding-right: 8px; }
  .view-mode-info-fullwidth #widget-container thead th,
  .view-mode-info-fullwidth #widget-container thead td,
  .view-mode-info-fullwidth #widget-container tfoot th,
  .view-mode-info-fullwidth #widget-container tfoot td,
  .view-mode-article-full #widget-container thead th,
  .view-mode-article-full #widget-container thead td,
  .view-mode-article-full #widget-container tfoot th,
  .view-mode-article-full #widget-container tfoot td,
  .view-mode-article-list #widget-container thead th,
  .view-mode-article-list #widget-container thead td,
  .view-mode-article-list #widget-container tfoot th,
  .view-mode-article-list #widget-container tfoot td {
    padding: 10px;
    font-size: 12px; }
  .view-mode-info-fullwidth #widget-container thead th,
  .view-mode-info-fullwidth #widget-container thead td,
  .view-mode-article-full #widget-container thead th,
  .view-mode-article-full #widget-container thead td,
  .view-mode-article-list #widget-container thead th,
  .view-mode-article-list #widget-container thead td {
    background-color: #DD3A33;
    color: white;
    font-weight: normal;
    text-align: left; }
  .view-mode-info-fullwidth #widget-container thead th a,
  .view-mode-info-fullwidth #widget-container thead td a,
  .view-mode-article-full #widget-container thead th a,
  .view-mode-article-full #widget-container thead td a,
  .view-mode-article-list #widget-container thead th a,
  .view-mode-article-list #widget-container thead td a {
    font-weight: bold;
    color: white;
    text-decoration: none; }
  .view-mode-info-fullwidth #widget-container tbody p a.event-host,
  .view-mode-article-full #widget-container tbody p a.event-host,
  .view-mode-article-list #widget-container tbody p a.event-host {
    font-size: 12px; }
  .view-mode-info-fullwidth #widget-container .event-record.vic .date,
  .view-mode-article-full #widget-container .event-record.vic .date,
  .view-mode-article-list #widget-container .event-record.vic .date {
    background-color: #f8810b; }
  .view-mode-info-fullwidth #widget-container .event-record.act .date,
  .view-mode-article-full #widget-container .event-record.act .date,
  .view-mode-article-list #widget-container .event-record.act .date {
    background-color: #34aadc; }
  .view-mode-info-fullwidth #widget-container .event-record.nsw .date,
  .view-mode-article-full #widget-container .event-record.nsw .date,
  .view-mode-article-list #widget-container .event-record.nsw .date {
    background-color: #1b75bb; }
  .view-mode-info-fullwidth #widget-container .event-record.qld .date,
  .view-mode-article-full #widget-container .event-record.qld .date,
  .view-mode-article-list #widget-container .event-record.qld .date {
    background-color: #bb4d94; }
  .view-mode-info-fullwidth #widget-container .event-record.tas .date,
  .view-mode-article-full #widget-container .event-record.tas .date,
  .view-mode-article-list #widget-container .event-record.tas .date {
    background-color: #aed12d; }
  .view-mode-info-fullwidth #widget-container .event-record.wa .date,
  .view-mode-article-full #widget-container .event-record.wa .date,
  .view-mode-article-list #widget-container .event-record.wa .date {
    background-color: #feb61f; }
  .view-mode-info-fullwidth #widget-container .event-record.sa .date,
  .view-mode-article-full #widget-container .event-record.sa .date,
  .view-mode-article-list #widget-container .event-record.sa .date {
    background-color: #f15858; }
  .view-mode-info-fullwidth .frontpage #widget-container .state-selector,
  .view-mode-article-full .frontpage #widget-container .state-selector,
  .view-mode-article-list .frontpage #widget-container .state-selector {
    display: none; }
  .view-mode-info-fullwidth #widget-container .state-selector,
  .view-mode-article-full #widget-container .state-selector,
  .view-mode-article-list #widget-container .state-selector {
    margin: 0px;
    height: 130px;
    background-color: #444; }
    .view-mode-info-fullwidth #widget-container .state-selector ul,
    .view-mode-article-full #widget-container .state-selector ul,
    .view-mode-article-list #widget-container .state-selector ul {
      margin: 0px;
      padding: 0px 0px 0px 10px;
      list-style: none; }
  .view-mode-info-fullwidth #widget-container .state-selector p,
  .view-mode-article-full #widget-container .state-selector p,
  .view-mode-article-list #widget-container .state-selector p {
    color: white;
    padding-left: 10px; }
  .view-mode-info-fullwidth #widget-container .state-selector li.vic a,
  .view-mode-article-full #widget-container .state-selector li.vic a,
  .view-mode-article-list #widget-container .state-selector li.vic a {
    background-color: #f8810b; }
  .view-mode-info-fullwidth #widget-container .state-selector li.act a,
  .view-mode-article-full #widget-container .state-selector li.act a,
  .view-mode-article-list #widget-container .state-selector li.act a {
    background-color: #34aadc; }
  .view-mode-info-fullwidth #widget-container .state-selector li.nsw a,
  .view-mode-article-full #widget-container .state-selector li.nsw a,
  .view-mode-article-list #widget-container .state-selector li.nsw a {
    background-color: #1b75bb; }
  .view-mode-info-fullwidth #widget-container .state-selector li.qld a,
  .view-mode-article-full #widget-container .state-selector li.qld a,
  .view-mode-article-list #widget-container .state-selector li.qld a {
    background-color: #bb4d94; }
  .view-mode-info-fullwidth #widget-container .state-selector li.tas a,
  .view-mode-article-full #widget-container .state-selector li.tas a,
  .view-mode-article-list #widget-container .state-selector li.tas a {
    background-color: #aed12d; }
  .view-mode-info-fullwidth #widget-container .state-selector li.wa a,
  .view-mode-article-full #widget-container .state-selector li.wa a,
  .view-mode-article-list #widget-container .state-selector li.wa a {
    background-color: #feb61f; }
  .view-mode-info-fullwidth #widget-container .state-selector li.sa a,
  .view-mode-article-full #widget-container .state-selector li.sa a,
  .view-mode-article-list #widget-container .state-selector li.sa a {
    background-color: #f15858; }
  .view-mode-info-fullwidth #widget-container .state-selector li a,
  .view-mode-article-full #widget-container .state-selector li a,
  .view-mode-article-list #widget-container .state-selector li a {
    float: left;
    display: inline-block;
    font-size: 14px;
    background-image: none;
    padding: 8px 6px;
    margin-right: 2px;
    color: white;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Arial, sans-serif; }
  .view-mode-info-fullwidth .widget h3, .view-mode-info-fullwidth .widget h3,
  .view-mode-article-full .widget h3,
  .view-mode-article-full .widget h3,
  .view-mode-article-list .widget h3,
  .view-mode-article-list .widget h3 {
    background-color: #ccd1d9;
    background-image: none;
    color: black;
    height: auto;
    font-size: 14px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Arial, sans-serif; }
  .view-mode-info-fullwidth .widget,
  .view-mode-article-full .widget,
  .view-mode-article-list .widget {
    margin-bottom: 10px; }
  .view-mode-info-fullwidth .widget .inner,
  .view-mode-article-full .widget .inner,
  .view-mode-article-list .widget .inner {
    padding: 10px;
    background-color: #fff; }
  .view-mode-info-fullwidth .widget .inner p,
  .view-mode-article-full .widget .inner p,
  .view-mode-article-list .widget .inner p {
    font-size: 13px;
    line-height: 20px;
    margin: 5px 0px; }
  .view-mode-info-fullwidth .widget .inner p a,
  .view-mode-article-full .widget .inner p a,
  .view-mode-article-list .widget .inner p a {
    font-weight: bold; }
  .view-mode-info-fullwidth .widget.margin-top,
  .view-mode-article-full .widget.margin-top,
  .view-mode-article-list .widget.margin-top {
    margin-top: 10px; }

.header-push {
  position: relative; }
  .header-push > form {
    position: absolute;
    right: 0px;
    top: -60px; }
    .header-push > form input {
      font-size: 16px; }

@media only screen and (max-width: 767px) {
  .news-article-wrapper {
    padding: 5px 10px 10px;
    box-shadow: 1px 1px 0px 0 #D3D4D8; }

  .view-mode-article-full .meta .article-extras {
    padding-left: 0px;
    line-height: 30px; }

  .news-article-wrapper {
    border: none; }

  .article-extras-wrapper {
    display: block; }

  .header-push {
    position: relative; }
    .header-push > form {
      position: relative;
      top: inherit;
      right: inherit;
      display: block;
      padding: 10px 0px; }

  caption {
    padding: 10px 0px 20px; }

  .fc-button {
    height: 30px;
    line-height: 20px; }

  .fc-button-next,
  .fc-button-prev {
    width: 30px;
    padding: 0px 5px; }

  .route-news .breadcrumbs-wrapper {
    display: none; }

  .view-mode-info-fullwidth .meta h1,
  .view-mode-article-full .meta h1 {
    font-size: 28px;
    line-height: 25px; }
  .view-mode-info-fullwidth .article-content,
  .view-mode-article-full .article-content {
    padding: 0px; }
    .view-mode-info-fullwidth .article-content p,
    .view-mode-article-full .article-content p {
      font-size: 14px;
      line-height: 20px; } }
@media only screen and (max-width: 480px) {
  .view-mode-info-fullwidth .meta h1,
  .view-mode-article-full .meta h1 {
    font-size: 22px;
    line-height: 22px; }
  .view-mode-info-fullwidth .article-content p,
  .view-mode-article-full .article-content p {
    font-size: 14px;
    line-height: 20px; }
  .view-mode-info-fullwidth .article-content .inner img,
  .view-mode-article-full .article-content .inner img {
    width: 100%;
    height: inherit; } }
.facebook-post {
  width: 100%; }
  .facebook-post > div {
    margin: 0px auto; }

.event-meta {
  padding: 0 0 0 60px;
  position: relative;
  min-height: 60px;
  border-bottom: 1px solid #e5e5e5; }
  .event-meta .event-record {
    position: absolute;
    left: 10px;
    top: 10px; }
  .event-meta h3 {
    padding: 10px 0 0 0;
    font-size: 18px;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: bold;
    margin: 0px; }
    .event-meta h3 a {
      color: #2E2E2E; }
  .event-meta h4 {
    padding: 5px 0 10px 0;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0px; }
    .event-meta h4 a {
      color: #555; }
  .event-meta .event-record.world .date {
    background-color: #444444; }
  .event-meta .event-record.vic .date {
    background-color: #f8810b; }
  .event-meta .event-record.act .date {
    background-color: #34aadc; }
  .event-meta .event-record.nsw .date {
    background-color: #1b75bb; }
  .event-meta .event-record.qld .date {
    background-color: #bb4d94; }
  .event-meta .event-record.tas .date {
    background-color: #aed12d; }
  .event-meta .event-record.wa .date {
    background-color: #feb61f; }
  .event-meta .event-record.sa .date {
    background-color: #f15858; }
  .event-meta .event-record.aus .date {
    background-color: #e83b5c; }
  .event-meta .event-record .date {
    color: white; }
  .event-meta .event-record {
    width: 38px;
    padding-left: 0px;
    text-align: center; }
  .event-meta .event-record span.date-span {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px; }
  .event-meta .event-record span.date-span span {
    font-size: 18px;
    font-weight: normal; }
  .event-meta .event-record span.date-span span.multi-day {
    font-size: 10px; }
  .event-meta .view-event-wrapper {
    width: 190px;
    padding: 13px 20px 0px 0px;
    float: right; }
    .event-meta .view-event-wrapper a {
      border: 1px solid #444;
      padding: 0px;
      font-size: 16px;
      font-weight: bold;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      text-transform: uppercase;
      border-radius: 4px;
      height: 33px;
      line-height: 33px;
      display: inline-block;
      width: 170px;
      text-align: center;
      margin-right: 20px; }
    .event-meta .view-event-wrapper.world a.view-event-link {
      border-color: #444444;
      color: #444444; }
    .event-meta .view-event-wrapper.vic a.view-event-link {
      border-color: #f8810b;
      color: #f8810b; }
    .event-meta .view-event-wrapper.act a.view-event-link {
      border-color: #34aadc;
      color: #34aadc; }
    .event-meta .view-event-wrapper.nsw a.view-event-link {
      border-color: #1b75bb;
      color: #1b75bb; }
    .event-meta .view-event-wrapper.qld a.view-event-link {
      border-color: #bb4d94;
      color: #bb4d94; }
    .event-meta .view-event-wrapper.tas a.view-event-link {
      border-color: #aed12d;
      color: #aed12d; }
    .event-meta .view-event-wrapper.wa a.view-event-link {
      border-color: #feb61f;
      color: #feb61f; }
    .event-meta .view-event-wrapper.sa a.view-event-link {
      border-color: #f15858;
      color: #f15858; }
    .event-meta .view-event-wrapper.aus a.view-event-link {
      border-color: #e83b5c;
      color: #e83b5c; }

@media only screen and (max-width: 767px) {
  .view-event-wrapper {
    display: none; } }
.attachments {
  width: 100%; }
  .attachments thead th, .attachments thead td {
    background-color: #ccc;
    color: black;
    text-transform: uppercase;
    font-size: 11px;
    color: black;
    padding: 4px 10px;
    font-weight: bold; }
  .attachments tbody th, .attachments tbody td {
    color: black;
    background-color: #f5f5f5;
    font-size: 13px;
    color: black;
    padding: 8px 10px;
    border-bottom: 1px solid white; }

.monkii_form_table tbody th {
  text-align: left;
  vertical-align: top; }

.add-attachment {
  margin-top: 20px;
  margin-bottom: 10px; }

.category-description {
  padding: 5px 0px 20px;
  color: #444; }

.page-content {
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #E9E9E9; }
  .page-content h1 {
    margin: 0px; }
  .page-content p {
    font-size: 15px;
    line-height: 20px; }

.table-wrapper {
  padding: 20px;
  background-color: white;
  border: 1px solid #e5e5e5; }
  .table-wrapper table.ta-table {
    width: 100%;
    border-bottom: 1px solid #e5e5e5; }
    .table-wrapper table.ta-table thead th, .table-wrapper table.ta-table thead td {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-align: left; }
    .table-wrapper table.ta-table td, .table-wrapper table.ta-table th {
      padding: 10px 5px;
      font-size: 13px;
      border-bottom: 1px solid #e5e5e5; }
    .table-wrapper table.ta-table tr:last-child td {
      border-bottom: none; }

.navigation-box {
  background-color: white; }
  .navigation-box ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 22px; }
  .navigation-box li {
    margin: 0px;
    padding: 0px;
    list-style: none; }

.navigation-box.sidebar-navigation {
  box-shadow: 1px 1px 0px 0 #D3D4D8; }
  .navigation-box.sidebar-navigation ul {
    padding: 10px 0px; }
  .navigation-box.sidebar-navigation ul li {
    padding: 10px 0px 4px 22px; }
  .navigation-box.sidebar-navigation ul li a {
    color: black; }
  .navigation-box.sidebar-navigation ul li a.active {
    color: #3492FC; }
  .navigation-box.sidebar-navigation li.sidebar-navigation-heading {
    color: #999;
    padding-top: 15px;
    margin-left: -4px; }

.cms-page .toggle-section-menu {
  cursor: pointer;
  background: transparent url(../img/img-more-section-arrow@2x.png) no-repeat center right;
  background-size: 10px 10px;
  display: inline-block;
  padding-right: 20px; }

.cms-page .toggle-section-menu.open {
  background-image: url(../img/img-more-section-arrow-up@2x.png); }

.cms-page .breadcrumbs-wrapper .center {
  padding: 0px; }

.cms-page .edit-page-url-wrapper {
  float: right;
  padding-top: 30px; }

.cms-page .navigation-trail {
  padding: 30px 0;
  font-size: 13px; }
  .cms-page .navigation-trail ul.main-breadcrumbs li a {
    padding-right: 5px; }
  .cms-page .navigation-trail a {
    color: black; }
  .cms-page .navigation-trail a:hover {
    color: #3492FC; }

.cms-page header.page-heading h1 {
  margin: 0px 0px 15px; }

.pagination-wrapper {
  padding: 20px 0px 10px; }
  .pagination-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .pagination-wrapper .index {
    float: left;
    width: 45%; }
  .pagination-wrapper .pages {
    float: right;
    width: 45%;
    text-align: right; }
    .pagination-wrapper .pages .page-number {
      padding-left: 20px; }

@media only screen and (max-width: 900px) {
  .pagination-wrapper .index {
    margin-bottom: 20px;
    font-weight: bold; }
  .pagination-wrapper .index,
  .pagination-wrapper .pages {
    float: none;
    width: 100%;
    text-align: center; } }
@media only screen and (max-width: 767px) {
  .date-col {
    display: none; }

  .pagination-wrapper .index {
    display: none; }
  .pagination-wrapper .pages {
    width: 100%;
    float: none;
    text-align: center; }
    .pagination-wrapper .pages .page-number {
      padding-left: 20px; }

  .other-sidebar-navigation {
    display: none; }

  .sidebar-navigation {
    display: none; }

  .sidebar-navigation.open {
    display: block; } }
.photo-galleries {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px; }
  .photo-galleries .section-header {
    background-color: white;
    height: 56px;
    display: flex;
    margin-bottom: 20px;
    margin-top: 40px; }
    .photo-galleries .section-header:first-child {
      margin-top: 0px; }
    .photo-galleries .section-header h4 {
      margin: auto;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 36px;
      color: #7D7D7D; }
  .photo-galleries .gallery-row {
    display: flex;
    margin-top: 32px; }
  .photo-galleries .gallery-row-date {
    width: 100px;
    text-align: right;
    margin-right: 10px;
    font-size: 12px;
    color: #4a4a4a; }
  .photo-galleries .gallery-row-name {
    margin-top: -4px;
    font-size: 18px;
    color: black; }
    .photo-galleries .gallery-row-name a {
      color: black; }

@media only screen and (max-width: 767px) {
  .photo-galleries .gallery-row-date {
    order: 2;
    display: block;
    width: 100%; } }
#event-calendar .calendar-wrapper {
  border: 5px solid #f5f5f5;
  background-color: #f5f5f5;
  padding: 20px; }
  #event-calendar .calendar-wrapper #calendar-small {
    width: 60%;
    float: left; }
  #event-calendar .calendar-wrapper #events-list {
    width: 39%;
    float: right; }
  #event-calendar .calendar-wrapper .event-item {
    padding-left: 60px; }
  #event-calendar .calendar-wrapper .event-item .date {
    background-color: #bbb;
    line-height: 14px;
    color: white;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    font-size: 10px;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    border-bottom: 2px solid #fafafa; }
  #event-calendar .calendar-wrapper .event-item.vic .date {
    background-color: #f8810b; }
  #event-calendar .calendar-wrapper .event-item.act .date {
    background-color: #34aadc; }
  #event-calendar .calendar-wrapper .event-item.nsw .date {
    background-color: #1b75bb; }
  #event-calendar .calendar-wrapper .event-item.qld .date {
    background-color: #bb4d94; }
  #event-calendar .calendar-wrapper .event-item.tas .date {
    background-color: #aed12d; }
  #event-calendar .calendar-wrapper .event-item.wa .date {
    background-color: #feb61f; }
  #event-calendar .calendar-wrapper .event-item.sa .date {
    background-color: #f15858; }

#full-clndr {
  background-color: #ebebeb;
  font-weight: 700; }

#full-clndr .clndr-grid {
  float: left;
  width: 65%;
  border-right: 2px solid white; }

#full-clndr .clndr-grid .days-of-the-week {
  width: 100%;
  background-color: #3883a3; }

#full-clndr .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  padding: 14px;
  text-align: center;
  color: white; }

#full-clndr .clndr-grid .days {
  width: 100%; }

#full-clndr .clndr-grid .days .day,
#full-clndr .clndr-grid .days .empty {
  float: left;
  width: 14.2857%;
  height: 66px;
  padding: 24px 0;
  text-align: center;
  color: #4f4f4f;
  background-color: #e1e1e1;
  border-bottom: 2px solid white;
  background-size: cover;
  background-position: center; }

#full-clndr .clndr-grid .days .day.event .day-number,
#full-clndr .clndr-grid .days .empty.event .day-number {
  padding-bottom: 4px;
  border-bottom: 2px solid #3883a3; }

#full-clndr .clndr-grid .days .day.adjacent-month {
  background-color: #f5f5f5; }

#full-clndr .clndr-grid .days .day.adjacent-month .day-number,
#full-clndr .clndr-grid .days .empty.adjacent-month .day-number {
  opacity: 0.3; }

#full-clndr .clndr-grid .days .today {
  background-color: white;
  background-image: none; }

#full-clndr .event-listing {
  float: left;
  width: 35%; }

#full-clndr .event-listing .event-listing-title {
  padding: 14px;
  background-color: #71bbd2;
  text-align: center;
  color: white;
  letter-spacing: 1px; }

#full-clndr .event-listing .event-item {
  padding: 0 0 0 60px;
  position: relative;
  min-height: 45px;
  color: #4f4f4f;
  line-height: 18px; }
  #full-clndr .event-listing .event-item a {
    font-size: 13px;
    font-weight: normal; }

#full-clndr .event-listing .event-item-location {
  font-weight: 400; }

@media only screen and (max-width: 767px) {
  #full-clndr .clndr-grid,
  #full-clndr .event-listing {
    float: none;
    width: 100%; } }
.info-sponsor-wrapper {
  background-color: #222;
  height: 80px; }
  .info-sponsor-wrapper .info-sponsor {
    padding: 10px 0 0 0; }
  .info-sponsor-wrapper .adbox {
    max-width: inherit; }
    .info-sponsor-wrapper .adbox img {
      width: inherit; }

@media only screen and (max-width: 488px) {
  .info-sponsor-wrapper {
    height: auto; }
    .info-sponsor-wrapper .info-sponsor {
      padding: 10px; }
    .info-sponsor-wrapper .adbox {
      position: relative;
      margin-bottom: 0px; }
      .info-sponsor-wrapper .adbox img {
        width: 100%;
        height: auto; } }
.fullwidth {
  background-color: white; }
  .fullwidth .full-width-section-heading {
    min-height: 60px; }
    .fullwidth .full-width-section-heading .social {
      text-align: right;
      padding: 37px 0 0 0;
      float: right;
      width: 130px;
      height: 30px; }
    .fullwidth .full-width-section-heading .page-header {
      font-size: 44px;
      line-height: 52px;
      margin: 0px;
      color: black;
      padding-top: 15px;
      font-weight: 100; }
  .fullwidth .view-mode-info-fullwidth {
    padding-top: 0px;
    margin-bottom: 40px;
    position: relative; }
    .fullwidth .view-mode-info-fullwidth .info-page-nav {
      padding: 30px 0px 20px;
      border-bottom: 1px solid #E0E0E0;
      margin-bottom: 30px; }
      .fullwidth .view-mode-info-fullwidth .info-page-nav ul {
        margin: 0px;
        padding: 0px;
        list-style: none; }
        .fullwidth .view-mode-info-fullwidth .info-page-nav ul li {
          padding-bottom: 8px;
          padding-right: 20px;
          display: inline-block; }
          .fullwidth .view-mode-info-fullwidth .info-page-nav ul li .divider {
            display: inline-block;
            padding-left: 20px;
            color: #e0e0e0; }
        .fullwidth .view-mode-info-fullwidth .info-page-nav ul a {
          display: inline-block;
          text-decoration: none; }
          .fullwidth .view-mode-info-fullwidth .info-page-nav ul a:hover {
            text-decoration: none; }
          .fullwidth .view-mode-info-fullwidth .info-page-nav ul a.active {
            font-weight: bold; }
    .fullwidth .view-mode-info-fullwidth .article-content {
      border: none;
      padding: 0px; }
    .fullwidth .view-mode-info-fullwidth .article-content .prose {
      margin-right: 30%; }
  .fullwidth .right-side {
    float: right;
    width: 28%; }
  .fullwidth .toc-wrapper {
    background-color: #f5f5f5;
    border: 1px solid #E0E0E0;
    padding: 20px 20px 20px 30px;
    box-sizing: border-box; }
    .fullwidth .toc-wrapper h4 {
      margin: 0 0 20px 0; }
    .fullwidth .toc-wrapper ul {
      margin: 0px;
      padding: 0px; }
      .fullwidth .toc-wrapper ul li {
        padding-bottom: 10px;
        font-size: 13px; }
        .fullwidth .toc-wrapper ul li a {
          text-decoration: none; }
  .fullwidth .right-side .ad-wrapper {
    margin-bottom: 20px;
    border: 1px solid #f5f5f5;
    text-align: center; }

.login-page {
  padding: 40px 0px; }
  .login-page .buttons {
    padding-top: 20px; }
  .login-page dt label {
    line-height: 30px; }
  .login-page dd {
    padding: 0px;
    margin: 0px 0px 15px; }
    .login-page dd input[type="text"],
    .login-page dd input[type="password"] {
      padding: 8px;
      font-size: 16px;
      width: 100%; }
  .login-page input[type="checkbox"] {
    font-size: 16px; }
  .login-page #login-label,
  .login-page #remember-label {
    display: none; }
  .login-page button {
    font-size: 16px; }
  .login-page ul.errors {
    margin: 0.5em 0;
    padding: 0px 0px 0px 20px;
    color: red; }

@media only screen and (max-width: 767px) {
  .fullwidth .toc-wrapper {
    margin-bottom: 20px;
    padding: 10px; }
    .fullwidth .toc-wrapper ul {
      padding-left: 20px; }
  .fullwidth .right-side {
    width: 100%;
    float: none; }
  .fullwidth .full-width-section-heading .page-header {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px; }
  .fullwidth .view-mode-info-fullwidth .article-content .prose {
    margin-right: 0; }
  .fullwidth .view-mode-info-fullwidth .info-page-nav {
    padding: 15px 0px;
    margin: 0px 0px 20px; } }
body.events-layout {
  background-color: #fff; }

.column-wrapper.twocolumn {
  margin-right: 320px;
  position: relative; }
  .column-wrapper.twocolumn .column-left {
    float: left;
    width: 100%; }
  .column-wrapper.twocolumn .column-right {
    width: 300px;
    float: right;
    margin-right: -320px; }

.event-page {
  padding-bottom: 50px; }

.event-page header {
  clear: both; }

.event-page .event-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  margin-top: 30px; }

.event-page header h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 28px;
  margin: 4px 0px;
  color: black; }

.event-page header h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  padding: 0px;
  margin: 0px; }

.event-page header h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
  padding: 0px;
  margin: 0px; }

div.event-logo {
  float: right; }

div.header-info h4 {
  font-size: 14px;
  padding: 0px;
  margin: 10px 0px 0px; }

div.header-info p.event-website {
  margin: 2px 0px 0px 0px; }

div.header-info p.event-website a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #6d0006; }

div.header-info p.event-website a:hover {
  text-decoration: underline; }

header.hero.short p.past-event {
  font-size: 15px; }

p.past-event {
  color: #f04d46;
  font-weight: bold;
  font-size: 16px;
  z-index: 100;
  background-color: #3984c3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: white;
  margin: 20px 0px;
  text-transform: uppercase;
  padding: 10px 25px 10px 20px;
  text-align: center; }

aside.details-column {
  width: 230px;
  float: right;
  margin: 0px 5px;
  background-color: #dcdcdc;
  padding: 5px 10px; }

.details-column .photo-attribution {
  font-size: 11px;
  font-style: italic; }

.photo-attribution {
  font-size: 11px;
  font-style: italic;
  color: #666; }

.photo-attribution a {
  color: #911; }

.photo-attribution a:hover {
  color: black; }

.header-info .social {
  padding: 15px 0px 5px; }

.event-downloads {
  width: 640px;
  font-size: 13px;
  border-color: transparent; }

.supp-reg a {
  color: #3984c3;
  font-weight: bold;
  text-decoration: none; }

.supp-reg a:hover {
  text-decoration: underline; }

.supp-reg em {
  color: #AAA;
  font-size: 10px; }

.event-panel-head {
  padding: 0px; }

.event-panel-head h3 {
  margin: 0px;
  background-color: #ccd1d9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", arial, sans-serif;
  color: black;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: uppercase; }

.event-panel-body {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  background-color: #fafafa;
  padding: 15px;
  border-bottom: 3px solid #ccc; }
  .event-panel-body img {
    max-width: 100%;
    height: inherit; }

.event-panel-downloads {
  background-color: #fafafa;
  padding: 6px 11px 7px 14px; }

.icon a {
  text-indent: -10000px;
  width: 0px;
  text-decoration: none; }

.filename-link {
  word-wrap: break-word; }

tr.download-row td {
  padding: 10px 0px 10px;
  border-bottom: 1px solid #efefef; }

tr.download-row:last-child td {
  border-bottom: none; }

.social-bar {
  padding-top: 20px; }

.event-page .adbox {
  padding: 20px 10px;
  background-color: white; }

@media only screen and (max-width: 568px) {
  div.event-logo {
    float: none; }
    div.event-logo img {
      width: 100%;
      height: inherit; } }
@media only screen and (max-width: 768px) {
  .column-wrapper.twocolumn {
    margin-right: 0px;
    position: relative; }
    .column-wrapper.twocolumn .column-left {
      float: none; }
    .column-wrapper.twocolumn .column-right {
      width: 100%;
      float: none;
      margin: 0px; }

  .route-events .breadcrumbs-wrapper {
    display: none; }

  .events-event-page .states-list {
    display: none; }

  .event-page .event-header {
    margin-top: 0px; }

  div.header-info {
    width: 100%; }

  .event-panel-body img {
    width: 100% !important;
    height: inherit !important; }

  .event-downloads {
    width: 100%; }

  .event-page header h1 {
    font-size: 22px; }

  .event-page header h2 {
    font-size: 15px;
    line-height: 18px; }

  p.past-event {
    font-size: 13px; }

  .event-panel-head h3 {
    font-size: 13px; }

  .event-club-info-wrapper {
    background-color: #e5e5e5;
    padding: 20px;
    font-size: 12px;
    border-top: 4px solid #B1778F; }
    .event-club-info-wrapper h3, .event-club-info-wrapper p {
      margin: 0px;
      font-size: 14px; }
    .event-club-info-wrapper p {
      margin: 0.5em 0;
      font-size: 12px; }

  .event-club-info-description {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid white; } }
.search-results-wrapper .search-result {
  font-size: 13px;
  width: 516px;
  margin-bottom: 20px; }
  .search-results-wrapper .search-result.has-image .image img {
    float: left;
    width: 20%;
    height: auto; }
  .search-results-wrapper .search-result.has-image .result-content {
    margin-top: -1em;
    padding-left: 25%; }

@media only screen and (max-width: 767px) {
  .search-results-wrapper .search-result {
    font-size: 13px;
    width: 100%; } }
.responsive-two .responsive-wrapper {
  background-color: white; }
.responsive-two .desktop-nav {
  height: 88px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: absolute; }
  .responsive-two .desktop-nav .nav {
    background-color: transparent; }
.responsive-two .desktop-nav #menu li a {
  height: 88px;
  line-height: 88px;
  color: #b6b6b6; }
  .responsive-two .desktop-nav #menu li a span {
    font-size: 24px; }
.responsive-two .desktop-nav #menu li a.brand img {
  width: 185px; }

.state-layout {
  clear: left; }
  .state-layout .header-area {
    display: none; }
  .state-layout .states-list {
    background-color: #333;
    margin-top: 0px;
    height: 56px;
    width: 100%; }
    .state-layout .states-list ul {
      width: 100%; }

.state-latest-news {
  padding: 0px; }
  .state-latest-news h2 {
    margin: 20px 0 20px 20px;
    font-size: 24px;
    padding: 0 0 10px;
    color: black;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border-bottom: 1px solid #e5e5e5; }
  .state-latest-news .articles {
    padding: 0 20px; }
  .state-latest-news .state-latest-news-all-news {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px; }
    .state-latest-news .state-latest-news-all-news a {
      color: #434343;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 18px;
      text-transform: uppercase;
      text-align: right;
      display: block; }

.state-find-club {
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  padding: 18px 12px; }
  .state-find-club.victoria {
    background-color: #f8810b; }
  .state-find-club.act {
    background-color: #34aadc; }
  .state-find-club.new-south-wales {
    background-color: #1b75bb; }
  .state-find-club.queensland {
    background-color: #bb4d94; }
  .state-find-club.tasmania {
    background-color: #aed12d; }
  .state-find-club.western-australia {
    background-color: #feb61f; }
  .state-find-club.south-australia {
    background-color: #f15858; }
  .state-find-club .state-find-club-heading {
    text-transform: uppercase; }
  .state-find-club .state-find-club-link {
    color: white; }

.state-main-section .column-left {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }
.state-main-section .column-right {
  padding-top: 10px;
  padding: 0px;
  border-right: 1px solid #e5e5e5; }
  .state-main-section .column-right .adbox {
    margin: 10px -10px; }
.state-main-section .state-sponsor-block {
  padding: 10px 10px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5; }
  .state-main-section .state-sponsor-block .state-sponsor-block-grey {
    background-color: #fafafa;
    padding-bottom: 10px; }
    .state-main-section .state-sponsor-block .state-sponsor-block-grey h4 {
      color: #76797b;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      line-height: 35px;
      margin: 0px; }
.state-main-section .state-sidebar-content {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-left: -20px; }
  .state-main-section .state-sidebar-content .state-useful-links {
    padding: 0 10px; }
    .state-main-section .state-sidebar-content .state-useful-links .state-useful-links-header {
      font-size: 20px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .state-main-section .state-sidebar-content .state-useful-links .state-useful-links-list {
      padding: 0 0 15px 18px; }
      .state-main-section .state-sidebar-content .state-useful-links .state-useful-links-list li {
        padding: 4px 0 0 0; }
  .state-main-section .state-sidebar-content .adbox {
    margin-bottom: 0px; }

@media only screen and (max-width: 767px) {
  .state-layout .column-left .adbox,
  .state-main-section .column-right .adbox {
    margin: 10px; }

  .state-main-section .state-sidebar-content {
    margin-left: 0px; }

  .state-main-section .ad-wrapper.smaller {
    display: none; } }
.view-mode-article-full .calendar-wrapper,
.state-main-section .calendar-wrapper {
  border: 5px solid #f5f5f5; }
.view-mode-article-full #full-clndr,
.state-main-section #full-clndr {
  position: relative; }
.view-mode-article-full #full-clndr .clndr-grid,
.state-main-section #full-clndr .clndr-grid {
  width: 100%;
  border-right: none; }
.view-mode-article-full #full-clndr .clndr-grid .days .day,
.state-main-section #full-clndr .clndr-grid .days .day {
  height: 40px;
  padding: 9px 0px; }
.view-mode-article-full #full-clndr .event-listing,
.state-main-section #full-clndr .event-listing {
  clear: left;
  width: 100%;
  background-color: #f5f5f5; }
.view-mode-article-full #full-clndr .event-listing .event-item,
.state-main-section #full-clndr .event-listing .event-item {
  padding: 10px 10px 0 10px;
  min-height: 55px;
  position: relative; }
  .view-mode-article-full #full-clndr .event-listing .event-item .date,
  .state-main-section #full-clndr .event-listing .event-item .date {
    position: absolute;
    left: 6px;
    top: 6px; }
  .view-mode-article-full #full-clndr .event-listing .event-item .event-item-details,
  .state-main-section #full-clndr .event-listing .event-item .event-item-details {
    padding-left: 45px; }
  .view-mode-article-full #full-clndr .event-listing .event-item .event-item-name,
  .state-main-section #full-clndr .event-listing .event-item .event-item-name {
    color: black;
    font-weight: bold;
    font-size: 13px; }
  .view-mode-article-full #full-clndr .event-listing .event-item .event-item-location,
  .state-main-section #full-clndr .event-listing .event-item .event-item-location {
    color: black;
    font-weight: normal;
    font-size: 12px; }
.view-mode-article-full #full-clndr .clndr-grid .days .day.event,
.state-main-section #full-clndr .clndr-grid .days .day.event {
  color: white;
  opacity: 0.6; }
  .victoria .view-mode-article-full #full-clndr .clndr-grid .days .day.event, .victoria
  .state-main-section #full-clndr .clndr-grid .days .day.event {
    background-color: #f8810b; }
  .act .view-mode-article-full #full-clndr .clndr-grid .days .day.event, .act
  .state-main-section #full-clndr .clndr-grid .days .day.event {
    background-color: #34aadc; }
  .new-south-wales .view-mode-article-full #full-clndr .clndr-grid .days .day.event, .new-south-wales
  .state-main-section #full-clndr .clndr-grid .days .day.event {
    background-color: #1b75bb; }
  .queensland .view-mode-article-full #full-clndr .clndr-grid .days .day.event, .queensland
  .state-main-section #full-clndr .clndr-grid .days .day.event {
    background-color: #bb4d94; }
  .tasmania .view-mode-article-full #full-clndr .clndr-grid .days .day.event, .tasmania
  .state-main-section #full-clndr .clndr-grid .days .day.event {
    background-color: #aed12d; }
  .western-australia .view-mode-article-full #full-clndr .clndr-grid .days .day.event, .western-australia
  .state-main-section #full-clndr .clndr-grid .days .day.event {
    background-color: #feb61f; }
  .south-australia .view-mode-article-full #full-clndr .clndr-grid .days .day.event, .south-australia
  .state-main-section #full-clndr .clndr-grid .days .day.event {
    background-color: #f15858; }
  .view-mode-article-full #full-clndr .clndr-grid .days .day.event .day-number,
  .state-main-section #full-clndr .clndr-grid .days .day.event .day-number {
    border-bottom-color: white; }
.view-mode-article-full #full-clndr .clndr-grid .days-of-the-week,
.state-main-section #full-clndr .clndr-grid .days-of-the-week {
  clear: left;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  opacity: 0.8; }
  .victoria .view-mode-article-full #full-clndr .clndr-grid .days-of-the-week, .victoria
  .state-main-section #full-clndr .clndr-grid .days-of-the-week {
    background-color: #f8810b; }
  .act .view-mode-article-full #full-clndr .clndr-grid .days-of-the-week, .act
  .state-main-section #full-clndr .clndr-grid .days-of-the-week {
    background-color: #34aadc; }
  .new-south-wales .view-mode-article-full #full-clndr .clndr-grid .days-of-the-week, .new-south-wales
  .state-main-section #full-clndr .clndr-grid .days-of-the-week {
    background-color: #1b75bb; }
  .queensland .view-mode-article-full #full-clndr .clndr-grid .days-of-the-week, .queensland
  .state-main-section #full-clndr .clndr-grid .days-of-the-week {
    background-color: #bb4d94; }
  .tasmania .view-mode-article-full #full-clndr .clndr-grid .days-of-the-week, .tasmania
  .state-main-section #full-clndr .clndr-grid .days-of-the-week {
    background-color: #aed12d; }
  .western-australia .view-mode-article-full #full-clndr .clndr-grid .days-of-the-week, .western-australia
  .state-main-section #full-clndr .clndr-grid .days-of-the-week {
    background-color: #feb61f; }
  .south-australia .view-mode-article-full #full-clndr .clndr-grid .days-of-the-week, .south-australia
  .state-main-section #full-clndr .clndr-grid .days-of-the-week {
    background-color: #f15858; }
.view-mode-article-full #full-clndr .event-listing-title,
.state-main-section #full-clndr .event-listing-title {
  text-align: center;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 22px;
  color: black;
  padding: 10px; }
  .victoria .view-mode-article-full #full-clndr .event-listing-title, .victoria
  .state-main-section #full-clndr .event-listing-title {
    background-color: #f8810b; }
  .act .view-mode-article-full #full-clndr .event-listing-title, .act
  .state-main-section #full-clndr .event-listing-title {
    background-color: #34aadc; }
  .new-south-wales .view-mode-article-full #full-clndr .event-listing-title, .new-south-wales
  .state-main-section #full-clndr .event-listing-title {
    background-color: #1b75bb; }
  .queensland .view-mode-article-full #full-clndr .event-listing-title, .queensland
  .state-main-section #full-clndr .event-listing-title {
    background-color: #bb4d94; }
  .tasmania .view-mode-article-full #full-clndr .event-listing-title, .tasmania
  .state-main-section #full-clndr .event-listing-title {
    background-color: #aed12d; }
  .western-australia .view-mode-article-full #full-clndr .event-listing-title, .western-australia
  .state-main-section #full-clndr .event-listing-title {
    background-color: #feb61f; }
  .south-australia .view-mode-article-full #full-clndr .event-listing-title, .south-australia
  .state-main-section #full-clndr .event-listing-title {
    background-color: #f15858; }
.view-mode-article-full .current-month,
.state-main-section .current-month {
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 60px; }
.view-mode-article-full .clndr-controls,
.state-main-section .clndr-controls {
  height: 90px;
  position: relative;
  background-color: #f5f5f5; }
.view-mode-article-full .clndr-previous-button,
.view-mode-article-full .current-month,
.view-mode-article-full .clndr-next-button,
.state-main-section .clndr-previous-button,
.state-main-section .current-month,
.state-main-section .clndr-next-button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase; }
  .victoria .view-mode-article-full .clndr-previous-button, .victoria
  .view-mode-article-full .current-month, .victoria
  .view-mode-article-full .clndr-next-button, .victoria
  .state-main-section .clndr-previous-button, .victoria
  .state-main-section .current-month, .victoria
  .state-main-section .clndr-next-button {
    color: #f8810b; }
  .act .view-mode-article-full .clndr-previous-button, .act
  .view-mode-article-full .current-month, .act
  .view-mode-article-full .clndr-next-button, .act
  .state-main-section .clndr-previous-button, .act
  .state-main-section .current-month, .act
  .state-main-section .clndr-next-button {
    color: #34aadc; }
  .new-south-wales .view-mode-article-full .clndr-previous-button, .new-south-wales
  .view-mode-article-full .current-month, .new-south-wales
  .view-mode-article-full .clndr-next-button, .new-south-wales
  .state-main-section .clndr-previous-button, .new-south-wales
  .state-main-section .current-month, .new-south-wales
  .state-main-section .clndr-next-button {
    color: #1b75bb; }
  .queensland .view-mode-article-full .clndr-previous-button, .queensland
  .view-mode-article-full .current-month, .queensland
  .view-mode-article-full .clndr-next-button, .queensland
  .state-main-section .clndr-previous-button, .queensland
  .state-main-section .current-month, .queensland
  .state-main-section .clndr-next-button {
    color: #bb4d94; }
  .tasmania .view-mode-article-full .clndr-previous-button, .tasmania
  .view-mode-article-full .current-month, .tasmania
  .view-mode-article-full .clndr-next-button, .tasmania
  .state-main-section .clndr-previous-button, .tasmania
  .state-main-section .current-month, .tasmania
  .state-main-section .clndr-next-button {
    color: #aed12d; }
  .western-australia .view-mode-article-full .clndr-previous-button, .western-australia
  .view-mode-article-full .current-month, .western-australia
  .view-mode-article-full .clndr-next-button, .western-australia
  .state-main-section .clndr-previous-button, .western-australia
  .state-main-section .current-month, .western-australia
  .state-main-section .clndr-next-button {
    color: #feb61f; }
  .south-australia .view-mode-article-full .clndr-previous-button, .south-australia
  .view-mode-article-full .current-month, .south-australia
  .view-mode-article-full .clndr-next-button, .south-australia
  .state-main-section .clndr-previous-button, .south-australia
  .state-main-section .current-month, .south-australia
  .state-main-section .clndr-next-button {
    color: #f15858; }
.view-mode-article-full .clndr-previous-button,
.view-mode-article-full .clndr-next-button,
.state-main-section .clndr-previous-button,
.state-main-section .clndr-next-button {
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  cursor: pointer; }
  .view-mode-article-full .clndr-previous-button:hover,
  .view-mode-article-full .clndr-next-button:hover,
  .state-main-section .clndr-previous-button:hover,
  .state-main-section .clndr-next-button:hover {
    color: black; }
.view-mode-article-full .clndr-previous-button,
.state-main-section .clndr-previous-button {
  left: 20px; }
.view-mode-article-full .clndr-next-button,
.state-main-section .clndr-next-button {
  right: 20px; }
.view-mode-article-full .calendar-all-events,
.state-main-section .calendar-all-events {
  padding: 10px;
  border-bottom: 1px solid #E5E5E5; }
  .view-mode-article-full .calendar-all-events a,
  .state-main-section .calendar-all-events a {
    color: #434343;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    display: block; }
.view-mode-article-full div.date,
.state-main-section div.date {
  line-height: 14px;
  color: white;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  left: 10px;
  top: 0px;
  display: block;
  font-size: 11px;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  border-bottom: 2px solid #fafafa; }
.view-mode-article-full span.dates-span,
.state-main-section span.dates-span {
  font-weight: bold;
  text-transform: uppercase; }
.view-mode-article-full span.date-span span,
.state-main-section span.date-span span {
  font-size: 18px;
  font-weight: normal; }
.view-mode-article-full span.date-span span.multi-day,
.state-main-section span.date-span span.multi-day {
  font-size: 10px; }
.view-mode-article-full .event-item.vic .date,
.state-main-section .event-item.vic .date {
  background-color: #f8810b; }
.view-mode-article-full .event-item.act .date,
.state-main-section .event-item.act .date {
  background-color: #34aadc; }
.view-mode-article-full .event-item.nsw .date,
.state-main-section .event-item.nsw .date {
  background-color: #1b75bb; }
.view-mode-article-full .event-item.qld .date,
.state-main-section .event-item.qld .date {
  background-color: #bb4d94; }
.view-mode-article-full .event-item.tas .date,
.state-main-section .event-item.tas .date {
  background-color: #aed12d; }
.view-mode-article-full .event-item.wa .date,
.state-main-section .event-item.wa .date {
  background-color: #feb61f; }
.view-mode-article-full .event-item.sa .date,
.state-main-section .event-item.sa .date {
  background-color: #f15858; }

.big-block .center .state-row .center {
  padding: 0px;
  margin-bottom: 20px; }

.state-row {
  margin-bottom: 20px;
  background: linear-gradient(to bottom, #333333 0, #555555 100%); }
  .victoria .state-row {
    background-color: #f8810b; }
  .act .state-row {
    background-color: #34aadc; }
  .new-south-wales .state-row {
    background-color: #1b75bb; }
  .queensland .state-row {
    background-color: #bb4d94; }
  .tasmania .state-row {
    background-color: #aed12d; }
  .western-australia .state-row {
    background-color: #feb61f; }
  .south-australia .state-row {
    background-color: #f15858; }
  .victoria .state-row {
    background: linear-gradient(to bottom, #e74c3c 0, #f8810b 100%); }
  .act .state-row {
    background: linear-gradient(to bottom, #1b75bb 0, #34aadc 100%); }
  .new-south-wales .state-row {
    background: linear-gradient(to bottom, #2980b9 0, #1b75bb 100%); }
  .queensland .state-row {
    background: linear-gradient(to bottom, #8e44ad 0, #bb4d94 100%); }
  .tasmania .state-row {
    background: linear-gradient(to bottom, #27ae60 0, #aed12d 100%); }
  .western-australia .state-row {
    background: linear-gradient(to bottom, #fd7d2f 0, #feb61f 100%); }
  .south-australia .state-row {
    background: linear-gradient(to bottom, #c0392b 0, #f15858 100%); }

.state-header {
  height: 55px; }
  .state-header h1 {
    display: inline-block;
    float: left;
    line-height: 55px;
    font-size: 18px;
    margin: 0px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
    .state-header h1 a {
      color: white; }
  .state-header .state-row-nav {
    float: left;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 0px; }
    .state-header .state-row-nav li {
      display: inline-block;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 15px;
      padding-right: 40px;
      line-height: 55px; }
      .state-header .state-row-nav li a {
        color: #fff; }
        .state-header .state-row-nav li a.active {
          color: black; }

@media only screen and (max-width: 767px) {
  .state-header {
    height: 85px; }
    .state-header h1 {
      display: block;
      float: none; }

  .state-header .state-row-nav li {
    font-size: 16px; }

  .state-header .state-row-nav {
    padding: 0px;
    margin: 0px; }
    .state-header .state-row-nav li {
      padding-right: 15px; } }
.state-layout {
  position: relative;
  border-top: 1px solid #E5E5E5; }

.top-block {
  width: 100%;
  background-color: #CCD1D9;
  padding: 10px 0 20px 0; }
  .top-block.victoria h1 {
    color: #f8810b; }
  .top-block.act h1 {
    color: #34aadc; }
  .top-block.new-south-wales h1 {
    color: #1b75bb; }
  .top-block.queensland h1 {
    color: #bb4d94; }
  .top-block.tasmania h1 {
    color: #aed12d; }
  .top-block.western-australia h1 {
    color: #feb61f; }
  .top-block.south-australia h1 {
    color: #f15858; }
  .top-block h1 {
    font-size: 42px;
    line-height: 144px;
    margin: 0px;
    padding: 0px 0px 0px 22px;
    width: 33%;
    float: left;
    text-shadow: #000 2px 0px 5px; }
  .top-block .next-events .next-events-heading {
    height: 80px;
    width: 20%;
    float: left;
    margin-top: 20px;
    text-align: right;
    font-size: 16px;
    color: #4e4e4e;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    border-right: 1px solid #ababab; }
    .top-block .next-events .next-events-heading h4 {
      padding-right: 20px; }
  .top-block .next-events-two-events {
    width: 75%;
    float: right; }
    .top-block .next-events-two-events .next-events-two-events-event {
      padding-top: 8px;
      width: 100%;
      float: left; }
      .top-block .next-events-two-events .next-events-two-events-event a {
        text-decoration: none; }
        .top-block .next-events-two-events .next-events-two-events-event a:hover {
          color: white !important; }
      .top-block .next-events-two-events .next-events-two-events-event h3 {
        color: #ebf2f6;
        font-size: 22px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        margin: 0px; }
        .victoria .top-block .next-events-two-events .next-events-two-events-event h3 {
          color: #f8810b; }
        .act .top-block .next-events-two-events .next-events-two-events-event h3 {
          color: #34aadc; }
        .new-south-wales .top-block .next-events-two-events .next-events-two-events-event h3 {
          color: #1b75bb; }
        .queensland .top-block .next-events-two-events .next-events-two-events-event h3 {
          color: #bb4d94; }
        .tasmania .top-block .next-events-two-events .next-events-two-events-event h3 {
          color: #aed12d; }
        .western-australia .top-block .next-events-two-events .next-events-two-events-event h3 {
          color: #feb61f; }
        .south-australia .top-block .next-events-two-events .next-events-two-events-event h3 {
          color: #f15858; }
        .top-block .next-events-two-events .next-events-two-events-event h3 .location {
          font-size: 18px;
          color: white; }
        .top-block .next-events-two-events .next-events-two-events-event h3:hover {
          color: #888; }
      .top-block .next-events-two-events .next-events-two-events-event h4 {
        color: #4e4e4e;
        font-size: 16px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
        .top-block .next-events-two-events .next-events-two-events-event h4.options {
          display: none;
          font-size: 14px; }

@media only screen and (max-width: 767px) {
  .top-block h1 {
    font-size: 32px; }
  .top-block .next-events-two-events .next-events-two-events-event {
    padding-left: 20px; }
    .top-block .next-events-two-events .next-events-two-events-event h3 {
      font-size: 18px; }
      .top-block .next-events-two-events .next-events-two-events-event h3 .location {
        font-size: 16px; }
    .top-block .next-events-two-events .next-events-two-events-event h4 {
      font-size: 14px; }
      .top-block .next-events-two-events .next-events-two-events-event h4.options {
        font-size: 12px; } }
@media only screen and (max-width: 568px) {
  .top-block h1 {
    display: none; }
  .top-block .next-events .next-events-heading {
    padding-left: 20px;
    width: 100%;
    height: auto;
    text-align: left;
    display: block;
    float: none;
    border-right: none;
    border-bottom: 1px solid #ABABAB; }
  .top-block .next-events-two-events {
    width: 100%; }
    .top-block .next-events-two-events .next-events-two-events-event {
      padding-left: 20px; }
      .top-block .next-events-two-events .next-events-two-events-event h3 {
        font-size: 16px;
        font-weight: bold; }
        .top-block .next-events-two-events .next-events-two-events-event h3 .location {
          padding-top: 5px;
          font-size: 14px;
          font-weight: normal; }
      .top-block .next-events-two-events .next-events-two-events-event h4 {
        font-size: 12px; } }
.hidden {
  display: none !important; }

.instructions {
  padding: 30px 0 0 0; }

.article-writer {
  padding: 20px 0px 40px; }
  .article-writer * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .article-writer .feature_image {
    padding: 0px 10px 20px; }
    .article-writer .feature_image img {
      width: 100%;
      height: auto;
      margin-top: 10px; }
  .article-writer .left-side {
    width: 64%;
    float: left; }
  .article-writer .right-side {
    width: 34%;
    float: right; }
  .article-writer .article-title {
    padding: 0px 0px 20px; }
  .article-writer #post_title {
    width: 100%;
    padding: 4px;
    font-size: 16px; }
  .article-writer .preview-url {
    margin-top: 0px;
    font-size: 12px; }
    .article-writer .preview-url a {
      font-size: 12px;
      font-weight: normal; }
  .article-writer .form-item-row {
    padding: 10px 0; }
    .article-writer .form-item-row select {
      font-size: 16px; }
    .article-writer .form-item-row input[type="checkbox"] {
      font-size: 16px; }
    .article-writer .form-item-row input[type="text"] {
      width: 100%;
      padding: 4px;
      font-size: 14px;
      -webkit-text-size-adjust: none; }
    .article-writer .form-item-row.frontpage {
      font-size: 14px; }
    .article-writer .form-item-row.last-row {
      padding: 10px 20px 10px;
      border-top: 1px solid #e6e6e6;
      background-color: #f8f8f8; }
      .article-writer .form-item-row.last-row .move-to-trash {
        line-height: 20px;
        font-size: 14px; }
      .article-writer .form-item-row.last-row #submit {
        margin-top: -4px; }
  .article-writer .form-item-row-wrapper .status-row {
    margin-top: -20px;
    padding: 0px 20px; }
  .article-writer #meta_event_id {
    max-width: 100%; }
  .article-writer .widget.categories * input[type="checkbox"] {
    margin-right: 10px; }
  .article-writer .widget.categories * label {
    font-size: 14px; }
  .article-writer .inner-children {
    padding-left: 20px; }
  .article-writer ul.errors {
    color: red;
    border: 1px solid red;
    padding: 10px 4px 10px 20px;
    list-style: none; }
  .article-writer .post-content {
    margin-bottom: 20px; }
  .article-writer .categories-selected .no-category-selected {
    display: none; }
  .article-writer .widget.categories h3 {
    font-style: italic;
    color: #666;
    text-align: center;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    line-height: 60px;
    font-size: 14px; }
  .article-writer .widget.categories .no-category-selected {
    background-color: #f8f8f8; }
  .article-writer .widget.categories .category-list {
    display: none; }
  .article-writer .widget.categories #tab-lists .news-tab-list,
  .article-writer .widget.categories #tab-lists .events-tab-list,
  .article-writer .widget.categories #tab-lists .results-tab-list {
    display: none;
    padding: 20px 0px; }
    .article-writer .widget.categories #tab-lists .news-tab-list .multi-checkbox-item,
    .article-writer .widget.categories #tab-lists .events-tab-list .multi-checkbox-item,
    .article-writer .widget.categories #tab-lists .results-tab-list .multi-checkbox-item {
      padding: 3px 0px; }
  .article-writer .widget.categories #tab-lists.news .news-tab-list {
    display: block; }
  .article-writer .widget.categories #tab-lists.news .events-tab-list {
    display: none; }
  .article-writer .widget.categories #tab-lists.news .results-tab-list {
    display: none; }
  .article-writer .widget.categories #tab-lists.events .news-tab-list {
    display: none; }
  .article-writer .widget.categories #tab-lists.events .events-tab-list {
    display: block; }
  .article-writer .widget.categories #tab-lists.events .results-tab-list {
    display: none; }
  .article-writer .widget.categories #tab-lists.results .news-tab-list {
    display: none; }
  .article-writer .widget.categories #tab-lists.results .events-tab-list {
    display: none; }
  .article-writer .widget.categories #tab-lists.results .results-tab-list {
    display: block; }
  .article-writer .widget.categories #tab-lists > div > div > input, .article-writer .widget.categories #tab-lists > div > div > label {
    display: none; }
  .article-writer .category-group-selector {
    background-color: #f8f8f8; }
    .article-writer .category-group-selector .category-group {
      float: left;
      box-sizing: border-box;
      width: 33%;
      background-color: #f8f8f8;
      margin: 0px;
      padding: 0px;
      line-height: 50px;
      text-align: center;
      color: #999;
      border-bottom: 1px solid #e6e6e6; }
      .article-writer .category-group-selector .category-group:hover {
        color: black;
        cursor: pointer; }
      .article-writer .category-group-selector .category-group .count {
        font-size: 12px;
        background-color: #999;
        display: inline-block;
        line-height: 18px;
        color: #FFF;
        padding: 0px 5px;
        margin-left: 5px; }
      .article-writer .category-group-selector .category-group.active {
        background-color: white;
        border: 1px solid #e6e6e6;
        border-bottom: 1px solid white;
        color: black; }
        .article-writer .category-group-selector .category-group.active:first-child {
          border-left: none; }
        .article-writer .category-group-selector .category-group.active:last-child {
          border-right: none; }
        .article-writer .category-group-selector .category-group.active .count {
          background-color: #428BCA; }

.qq-uploader {
  position: relative;
  width: 100%; }

.image-uploader-wrapper .qq-upload-button {
  display: block;
  margin: 0 auto 20px;
  width: 90%;
  height: 60px;
  line-height: 50px;
  font-size: 18px; }

.qq-upload-button-hover {
  background: #cc0000; }

.qq-upload-button-focus {
  outline: 1px dotted black; }

.qq-upload-drop-area,
.qq-upload-extra-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 30px;
  z-index: 2;
  background: #FF9797;
  text-align: center; }

.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px; }

.qq-upload-extra-drop-area {
  position: relative;
  margin-top: 50px;
  font-size: 16px;
  padding-top: 30px;
  height: 20px;
  min-height: 40px; }

.qq-upload-drop-area-active {
  background: #ff7171; }

.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.qq-upload-list li {
  margin: 0;
  padding: 9px;
  line-height: 15px;
  font-size: 16px;
  background-color: #fff0bd; }

.qq-upload-file,
.qq-upload-spinner,
.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-failed-text,
.qq-upload-delete,
.qq-upload-pause,
.qq-upload-continue {
  margin-right: 12px;
  display: inline; }

.qq-upload-spinner {
  display: inline-block;
  background: url(loading.gif);
  width: 15px;
  height: 15px;
  vertical-align: text-bottom; }

.qq-drop-processing {
  display: block; }

.qq-drop-processing-spinner {
  display: inline-block;
  background: url(processing.gif);
  width: 24px;
  height: 24px;
  vertical-align: text-bottom; }

.qq-upload-delete,
.qq-upload-pause,
.qq-upload-continue {
  display: inline; }

.qq-upload-retry,
.qq-upload-delete,
.qq-upload-cancel,
.qq-upload-pause,
.qq-upload-continue {
  color: black; }

.qq-upload-size,
.qq-upload-cancel,
.qq-upload-retry,
.qq-upload-delete,
.qq-upload-pause,
.qq-upload-continue {
  font-size: 12px;
  font-weight: 400; }

.qq-upload-failed-text {
  display: none;
  font-style: italic;
  font-weight: 700; }

.qq-upload-failed-icon {
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom; }

.qq-upload-fail .qq-upload-failed-text {
  display: inline; }

.qq-upload-retrying .qq-upload-failed-text {
  display: inline;
  color: #d60000; }

.qq-upload-list li.qq-upload-success {
  background-color: #5DA30C;
  color: white; }

.qq-upload-list li.qq-upload-fail {
  background-color: #D60000;
  color: white; }

.qq-progress-bar {
  display: block;
  background: -moz-linear-gradient(top, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));
  background: -webkit-linear-gradient(top, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  background: -o-linear-gradient(top, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  background: -ms-linear-gradient(top, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  background: linear-gradient(to bottom, #1e5799 0, #2989d8 50%, #207cca 51%, #7db9e8 100%);
  width: 0;
  height: 15px;
  border-radius: 6px;
  margin-bottom: 3px; }

.qq-total-progress-bar {
  height: 25px;
  border-radius: 9px; }

.qq-total-progress-bar-container {
  margin: 9px; }

INPUT.qq-edit-filename {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
  -ms-filter: "alpha(Opacity=0)"; }

.qq-upload-file.qq-editable {
  cursor: pointer; }

.qq-edit-filename-icon.qq-editable {
  display: inline-block;
  cursor: pointer; }

INPUT.qq-edit-filename.qq-editing {
  position: static;
  margin-top: -5px;
  margin-right: 10px;
  margin-bottom: -5px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(Opacity=100)"; }

.qq-edit-filename-icon {
  display: none;
  background: url(edit.gif);
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  margin-right: 5px; }

INPUT.qq-edit-filename.qq-editing ~ .qq-upload-cancel {
  display: none; }

.qq-hide {
  display: none; }

.table tr.trash th, .table tr.trash td {
  background-color: #fff8f8; }
  .table tr.trash th a, .table tr.trash td a {
    color: #ccc; }

.table tr.draft th, .table tr.draft td {
  background-color: #f8f8ff; }
  .table tr.draft th a, .table tr.draft td a {
    color: #444; }

.publish-box .draft-description {
  background-color: #f2f1ec;
  color: black;
  font-size: 13px;
  padding: 5px 10px; }

@media only screen and (max-width: 767px) {
  .author-column,
  .date-column,
  .category-column {
    display: none; }

  .article-writer .left-side {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .article-writer .right-side {
    width: 100%;
    float: none; } }
.trash-link {
  color: #900; }

.edit-post-status {
  text-decoration: underline;
  color: #369;
  cursor: pointer; }

.responsive-wrapper {
  z-index: 20; }

.responsive-wrapper .center,
.dashboard-wrapper .center {
  max-width: 1000px; }
  @media only screen and (max-width: 1020px) {
    .responsive-wrapper .center,
    .dashboard-wrapper .center {
      box-sizing: border-box;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .responsive-wrapper .center,
    .dashboard-wrapper .center {
      padding: 0px 10px; } }
  @media only screen and (max-width: 480px) {
    .responsive-wrapper .center,
    .dashboard-wrapper .center {
      padding: 0px 5px; } }

.sub-nav {
  background-color: #333;
  padding: 14px 0px; }
  .sub-nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  .sub-nav li {
    margin: 0px;
    color: white;
    display: inline;
    font-size: 19px;
    padding-right: 44px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", helvetica; }
    .sub-nav li.active {
      font-weight: bold; }
    .sub-nav li a {
      color: white;
      text-decoration: none; }

.header-area {
  background-color: #333;
  color: white;
  padding: 15px 0px; }
  .header-area h1 {
    margin: 0px;
    font-size: 30px;
    color: white; }

.actions-bar {
  padding: 20px 0px; }
  .actions-bar a.btn {
    color: white; }

.widget-content {
  padding: 40px 0px 100px 0px; }
  .widget-content > .actions-bar {
    margin-top: -40px; }
  .widget-content > .left {
    float: left;
    width: 49%; }
  .widget-content > .right {
    float: right;
    width: 49%; }
  @media only screen and (max-width: 767px) {
    .widget-content > .left, .widget-content > .right {
      float: left;
      width: 100%; } }
  .widget-content ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .widget-content ul li {
      margin: 0px;
      padding: 0px; }
  .widget-content a {
    text-decoration: none; }

.widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px; }
  .widget * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .widget.w460 {
    width: 100%; }
  .widget.w500 {
    width: 100%; }
  .widget a {
    text-decoration: none; }
    .widget a:hover {
      text-decoration: underline; }
  .widget .widget-header {
    background-color: #ccd1d9;
    padding: 10px 20px;
    color: black;
    font-size: 18px; }
  .widget .widget-body {
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px;
    background-color: white; }
    .widget .widget-body .widget-inner-padding {
      padding: 20px; }
  .widget .section-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    color: black;
    font-size: 16px;
    padding: 10px; }
  .widget .item-row {
    padding: 10px;
    font-size: 14px;
    background-color: white;
    border-bottom: 1px solid #e5e5e5; }
    .widget .item-row h4 {
      margin: 0px;
      font-weight: normal; }
    .widget .item-row p {
      font-size: 12px;
      margin-bottom: 0px; }
  .widget .section-content .section-cta {
    background-color: white;
    padding: 10px;
    text-align: center; }

.widget.welcome .left-side {
  padding-left: 20px;
  width: 40%;
  float: left; }
  .widget.welcome .left-side ul li {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    line-height: 40px; }
.widget.welcome .right-side {
  border-left: 1px solid #e5e5e5;
  width: 60%;
  float: right;
  padding-left: 20px; }
  .widget.welcome .right-side h3 {
    margin: 0px 0px 10px;
    color: black;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", helvetica; }
  .widget.welcome .right-side ul li {
    line-height: 24px;
    font-size: 14px; }
@media only screen and (max-width: 480px) {
  .widget.welcome .left-side {
    width: 100%;
    float: none;
    padding: 0px; }
  .widget.welcome .right-side {
    width: 100%;
    float: none;
    border: none;
    margin: 20px 0 0 0;
    padding: 20px 0px 0px 0px;
    border-top: 1px solid #e5e5e5; } }

.widget.posts .left-side {
  width: 65%;
  float: left; }
  .widget.posts .left-side p.tags {
    color: #666; }
.widget.posts .right-side {
  width: 35%;
  float: left; }
  .widget.posts .right-side .actions {
    text-align: right;
    margin-bottom: 10px; }
    .widget.posts .right-side .actions a {
      font-size: 12px;
      font-weight: normal;
      padding-left: 5px; }
  .widget.posts .right-side .date {
    text-align: right;
    font-size: 12px;
    color: black; }

.widget.events .left-side {
  width: 69%;
  float: left; }
  .widget.events .left-side p.tags {
    color: #666; }
.widget.events .right-side {
  width: 29%;
  float: left; }
  .widget.events .right-side .actions {
    text-align: right;
    margin-bottom: 10px; }
    .widget.events .right-side .actions a {
      font-size: 12px;
      font-weight: normal;
      padding-left: 5px; }
  .widget.events .right-side .date {
    text-align: right;
    font-size: 12px;
    color: black; }
.widget.events h4 {
  line-height: 22px; }
.widget.events span.location {
  display: block;
  line-height: 17px;
  font-style: italic;
  font-size: 12px;
  color: #777; }
@media only screen and (max-width: 480px) {
  .widget.events .left-side {
    float: none;
    width: 100%; }
  .widget.events .right-side {
    float: none;
    width: 100%; } }

.widget.clubs .left-side {
  width: 69%;
  float: left; }
.widget.clubs .right-side {
  width: 29%;
  float: left; }
  .widget.clubs .right-side .disabled {
    color: #eee;
    cursor: default; }
@media only screen and (max-width: 480px) {
  .widget.clubs .left-side {
    float: none;
    width: 100%; }
  .widget.clubs .right-side {
    float: none;
    width: 100%; } }

.widget.calendar .fc-day-header.fc-mon,
.widget.calendar .fc-day-header.fc-tue,
.widget.calendar .fc-day-header.fc-wed,
.widget.calendar .fc-day-header.fc-thu,
.widget.calendar .fc-day-header.fc-fri {
  width: 10% !important; }
.widget.calendar .fc-day-header.fc-sat {
  width: 20%; }
.widget.calendar .fc-day-header.fc-sun {
  width: 30%; }

@media only screen and (max-width: 767px) {
  .header-area h1 {
    font-size: 20px; }

  .widget .item-row {
    font-size: 13px; }

  .widget.posts .left-side {
    width: 80%; }

  .widget.posts .right-side {
    width: 20%; }

  .widget.welcome .left-side ul li {
    font-size: 16px;
    line-height: 26px; }

  .widget.welcome h3 {
    font-size: 16px; }

  .widget.welcome .right-side ul li {
    font-size: 12px; }

  .sub-nav li {
    font-size: 15px;
    padding-right: 20px; } }
.chosen-container.chosen-container-single {
  width: 300px !important;
  /* or any value that fits your needs */ }

#fieldset-eventlocation {
  padding-top: 40px; }

.table-responsive .table {
  background-color: white; }

.manage-wrapper {
  border: 1px solid #CECECE;
  margin: 10px 0px 40px 0px; }

.l-column {
  float: left;
  width: 150px;
  position: relative; }
  .l-column .inner {
    width: 152px;
    position: absolute;
    right: -2px; }
  .l-column ul {
    margin: 0px;
    padding: 0px; }
  .l-column li.active {
    background-color: white;
    margin-right: -1px;
    border-right: 1px solid white; }
  .l-column li {
    margin: 0px;
    padding: 30px 0px 0px 10px;
    height: 46px;
    list-style: none;
    border: 1px solid #CECECE;
    border-width: 0px 0px 1px 0px; }
    .l-column li a {
      border-bottom: none;
      text-decoration: none;
      font-weight: bold;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-size: 20px; }

.r-column {
  float: right;
  width: 845px;
  background-color: white;
  border-left: 1px solid #CECECE;
  min-height: 500px; }
  .r-column .inner {
    padding: 20px; }

.manage-events-list h3 {
  margin: 0px; }
.manage-events-list .date-and-manage {
  float: left;
  width: 100px;
  padding-top: 5px; }
.manage-events-list .details-articles {
  float: right;
  width: 600px; }
.manage-events-list .event-row {
  margin: 0px;
  padding: 10px 0px 10px 65px;
  position: relative;
  line-height: 20px;
  min-height: 40px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #e5e5e5; }
  .manage-events-list .event-row h4 {
    font-size: 16px; }
.manage-events-list .event-row .date {
  background-color: #bbb;
  line-height: 14px;
  color: white;
  padding: 4px 4px 6px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  font-size: 11px;
  width: 40px;
  text-transform: uppercase;
  border-bottom: 2px solid #fafafa; }
.manage-events-list .event-row.vic .date {
  background-color: #f8810b; }
.manage-events-list .event-row.act .date {
  background-color: #34aadc; }
.manage-events-list .event-row.nsw .date {
  background-color: #1b75bb; }
.manage-events-list .event-row.qld .date {
  background-color: #bb4d94; }
.manage-events-list .event-row.tas .date {
  background-color: #aed12d; }
.manage-events-list .event-row.wa .date {
  background-color: #feb61f; }
.manage-events-list .event-row.sa .date {
  background-color: #f15858; }
.manage-events-list .event-row .date span {
  font-size: 18px; }
.manage-events-list .event-row .date span.multi-day {
  font-size: 10px; }
.manage-events-list .event-row.aus .date {
  background-color: #e83b5c; }
.manage-events-list .event-row.series .date {
  background-color: #6C9; }

.manage-clubs-list .club-row {
  margin: 0px;
  padding: 10px 0px 10px 65px;
  position: relative;
  line-height: 20px;
  min-height: 40px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #e5e5e5; }
.manage-clubs-list .club-row .state {
  background-color: #bbb;
  line-height: 14px;
  color: white;
  padding: 4px 4px 6px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  font-size: 11px;
  width: 40px;
  text-transform: uppercase;
  border-bottom: 2px solid #fafafa; }
.manage-clubs-list .club-row.vic .state {
  background-color: #f8810b; }
.manage-clubs-list .club-row.act .state {
  background-color: #34aadc; }
.manage-clubs-list .club-row.nsw .state {
  background-color: #1b75bb; }
.manage-clubs-list .club-row.qld .state {
  background-color: #bb4d94; }
.manage-clubs-list .club-row.tas .state {
  background-color: #aed12d; }
.manage-clubs-list .club-row.wa .state {
  background-color: #feb61f; }
.manage-clubs-list .club-row.sa .state {
  background-color: #f15858; }
.manage-clubs-list .club-row .state span {
  font-size: 18px; }

.field-wrap {
  clear: both;
  padding: 15px 0px; }

.field-wrap#field-wrap-enter_new_location,
.field-wrap#field-wrap-is_other_organiser,
.field-wrap#field-wrap-is_multiday {
  padding-top: 0px; }

.field-wrap-text .field-input {
  float: left;
  max-width: 460px;
  width: 100%; }

.field-wrap-text .field-input input {
  height: 34px;
  vertical-align: middle;
  border: 1px #dedede solid;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px #ccc;
  -moz-box-shadow: inset 0 0 1px #ccc;
  box-shadow: inset 0 0 1px #ccc;
  color: #666;
  width: 90%;
  padding: 0 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px; }

.field-wrap-text .field-input input.event-upload {
  width: 400px; }

.field-wrap-text .field-input input.ckfinder-browse {
  width: 240px;
  margin-left: 20px; }

.field-wrap-checkbox .field-input {
  float: left;
  margin-left: 210px;
  width: 20px; }

.field-wrap-checkbox .field-label {
  width: 400px;
  text-align: left; }

.field-wrap-radio .field-input {
  line-height: 0px; }

.field-wrap-radio .field-input input {
  margin-right: 5px;
  margin-top: -10px; }

.field-wrap-radio .field-input label {
  float: left;
  padding-top: 10px;
  width: 60px; }

.formElementLeft {
  clear: left; }

#field-wrap-enter_new_location.field-wrap-checkbox .field-input,
#field-wrap-is_multiday.field-wrap-checkbox .field-input,
#field-wrap-is_other_organiser.field-wrap-checkbox .field-input {
  visibility: hidden;
  margin-left: 192px; }

#field-wrap-enter_new_location.field-wrap-checkbox .field-label label,
#field-wrap-is_multiday.field-wrap-checkbox .field-label label,
#field-wrap-is_other_organiser.field-wrap-checkbox .field-label label {
  color: #0f90ba;
  text-decoration: none;
  font-weight: normal;
  font-size: 11px;
  cursor: pointer;
  height: 40px; }

#field-wrap-enter_new_location.field-wrap-checkbox .field-label label:hover,
#field-wrap-is_multiday.field-wrap-checkbox .field-label label:hover,
#field-wrap-is_other_organiser.field-wrap-checkbox .field-label label:hover {
  text-decoration: underline; }

#body.editor {
  height: 550px; }

#field-wrap-body .field-input,
#field-wrap-entries_contact_details .field-input {
  float: left;
  width: 630px; }

.action-panel {
  clear: both;
  padding: 20px 0px; }
  .action-panel button {
    font-size: 20px; }

.field-input select {
  font-size: 16px; }

@media only screen and (max-width: 767px) {
  .field-wrap {
    padding: 10px 0px; }

  .edit-an-event .field-label {
    float: none;
    width: inherit;
    text-align: left; }

  .field-wrap-text .field-input {
    float: none;
    width: 100%; }
    .field-wrap-text .field-input input {
      font-size: 16px; }

  #field-wrap-is_multiday {
    margin-top: -20px; }

  #field-wrap-is_multiday.field-wrap-checkbox .field-input {
    display: none; }

  .field-wrap-checkbox .field-input {
    margin-left: 0px; }

  #field-wrap-body .field-input,
  #field-wrap-entries_contact_details .field-input {
    float: left;
    width: 100%; }

  .edit-an-event .field-label {
    line-height: 25px; } }
.upload-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 40px; }

.all-photos .photos-wrapper .photo-wrapper {
  display: inline-block;
  width: 30%;
  position: relative; }
  .all-photos .photos-wrapper .photo-wrapper .photos-wrapper-photo-delete {
    display: none; }
  .all-photos .photos-wrapper .photo-wrapper:hover .photos-wrapper-photo-delete {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    cursor: pointer; }
  .all-photos .photos-wrapper .photo-wrapper .photos-wrapper-photo-delete:hover {
    color: red; }
.all-photos .photos-wrapper img {
  width: 100%; }

.table-manage-pages .post-slug {
  font-size: 11px; }

.editable-link-wrapper {
  padding: 0px; }
  .editable-link-wrapper .editable-link {
    border: 1px solid #ccc;
    background-color: white; }
    .editable-link-wrapper .editable-link .immutable-link {
      color: #999;
      padding: 4px; }
    .editable-link-wrapper .editable-link input {
      border: none; }

.filter-wrapper {
  float: left;
  width: 250px;
  background-color: white; }

.listings-wrapper {
  margin-bottom: 20px; }
  .listings-wrapper .inner {
    width: 750px;
    float: right; }
  .listings-wrapper .classified-item {
    margin-bottom: 0px;
    padding: 20px 0px;
    border-top: 1px solid white;
    border-bottom: 1px solid #c5c5c5;
    background-color: #fcfcfc; }
    .listings-wrapper .classified-item:after {
      content: "";
      display: table;
      clear: both; }
  .listings-wrapper .image-item {
    padding-left: 20px;
    width: 150px;
    float: left; }
    .listings-wrapper .image-item img {
      border: 1px solid #111; }
  .listings-wrapper .description-area {
    width: 460px;
    float: left; }
    .listings-wrapper .description-area h4 {
      margin: 0px;
      padding: 0px; }
    .listings-wrapper .description-area .classified-description {
      font-size: 13px; }
  .listings-wrapper .location-area {
    width: 100px;
    float: left; }

.classified-wrapper .meta {
  width: 66%; }
  .classified-wrapper .meta h1 {
    font-family: "Helvetica", sans-serif;
    margin-bottom: 5px;
    font-size: 26px; }
  .classified-wrapper .meta h3 {
    margin: 8px 0px 10px 0px;
    font-weight: normal;
    font-size: 18px;
    font-color: #333; }
  .classified-wrapper .meta .price {
    float: right;
    font-size: 28px;
    font-weight: bold; }
.classified-wrapper .ad-zone {
  margin-top: 20px;
  text-align: center; }

.classified-single-item {
  float: left;
  width: 66%; }
  .classified-single-item .image-item {
    background-color: black;
    padding: 10px;
    text-align: center; }
    .classified-single-item .image-item img {
      width: 100%; }
  .classified-single-item .images {
    background-color: #333;
    padding: 10px 10px; }
    .classified-single-item .images img {
      cursor: pointer; }
  .classified-single-item .classified-description {
    line-height: 1.4em; }

.enquiry-section {
  width: 33%;
  width: 320px;
  float: right;
  color: black; }
  .enquiry-section .enquiry-wrapper {
    padding: 15px;
    background-color: #D5DBDB; }
  .enquiry-section h3 {
    text-transform: uppercase;
    margin: 5px 0px 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid black;
    font-size: 20px; }
  .enquiry-section dl, .enquiry-section dt, .enquiry-section dd {
    margin: 0px; }
  .enquiry-section dt {
    line-height: 1.5em;
    font-weight: bold; }
  .enquiry-section input[type="text"] {
    width: 95%;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    padding: 4px;
    border: none; }
  .enquiry-section textarea {
    width: 95%;
    height: 120px;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #e5e5e5; }
  .enquiry-section button {
    background-color: black;
    color: white;
    border: none;
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    padding: 8px 12px;
    cursor: pointer; }
  .enquiry-section #send-label {
    display: none; }

.ta-form {
  padding: 0px 0px 40px;
  position: relative; }
  .ta-form .field-wrap-radio .field-input label {
    width: auto;
    padding-right: 20px; }
  .ta-form .field-wrap .field-label {
    font-weight: bold;
    padding: 10px 0 6px; }
  .ta-form input[type="text"] {
    border: 1px solid #AAA;
    padding: 4px;
    font-size: 14px;
    width: 560px;
    color: black; }
    .ta-form input[type="text"].price, .ta-form input[type="text"].displacement, .ta-form input[type="text"].year {
      width: 200px; }
    .ta-form input[type="text"].contact {
      width: 300px; }
  .ta-form textarea {
    font-size: 14px;
    padding: 4px;
    border: 1px solid #aaa;
    color: black; }
  .ta-form select {
    width: 250px; }
  .ta-form #field-wrap-price_type {
    position: absolute;
    top: 50px;
    left: 250px;
    width: 450px; }
    .ta-form #field-wrap-price_type .field-label {
      display: none; }

.uploaded-filename {
  display: none; }

.upload-again-button {
  display: none; }

#files > div {
  float: left;
  margin-right: 20px; }

.other-events-wrapper {
  background-color: #DFDDD7; }

.other-events-wrapper .widgets-events-wrapper {
  border: 5px solid #444; }

.widget-events .panel-body {
  padding: 0px; }

.other-events-wrapper table {
  margin-left: 8px; }

.other-events-wrapper h3,
.other-events-wrapper h3 a {
  color: black; }

.other-events-wrapper span.month,
.other-events-wrapper span.day,
.other-events-wrapper span.day-of-week {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  display: block; }

.other-events-wrapper div.date {
  line-height: 14px;
  color: white;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  left: 0px;
  top: 0px;
  display: block;
  font-size: 11px;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  border-bottom: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

.other-events-wrapper .events-body {
  background-color: #fafafa; }

.other-events-wrapper tr .event-record {
  width: 38px;
  padding-left: 0px; }

.other-events-wrapper span.dates-span {
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px; }

.other-events-wrapper span.date-span span {
  font-size: 18px;
  font-weight: normal; }

.other-events-wrapper span.date-span span.multi-day {
  font-size: 10px; }

.other-events-wrapper tbody th,
.other-events-wrapper tbody td {
  padding: 8px 0px 8px 8px; }

.other-events-wrapper tbody p {
  margin: 0px 0px 5px 0px;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px; }

.other-events-wrapper tbody p a {
  color: black;
  font-size: 12px;
  text-decoration: none; }

.other-events-wrapper tbody p a em {
  color: #444; }

.other-events-wrapper tbody a.event-title {
  font-weight: normal;
  font-size: 15px;
  color: black; }
  .other-events-wrapper tbody a.event-title:hover {
    text-decoration: underline; }

.other-events-wrapper tbody td.details {
  padding-right: 8px; }

.other-events-wrapper thead th,
.other-events-wrapper thead td,
.other-events-wrapper tfoot th,
.other-events-wrapper tfoot td {
  padding: 10px;
  font-size: 12px; }

.other-events-wrapper thead th,
.other-events-wrapper thead td {
  background-color: #DD3A33;
  color: white;
  font-weight: normal;
  text-align: left; }

.other-events-wrapper thead th a,
.other-events-wrapper thead td a {
  font-weight: bold;
  color: white;
  text-decoration: none; }

.other-events-wrapper tbody p a.event-host {
  font-size: 12px; }

.other-events-wrapper .event-record.world .date {
  background-color: #444444; }

.other-events-wrapper .event-record.vic .date {
  background-color: #f8810b; }

.other-events-wrapper .event-record.act .date {
  background-color: #34aadc; }

.other-events-wrapper .event-record.nsw .date {
  background-color: #1b75bb; }

.other-events-wrapper .event-record.qld .date {
  background-color: #bb4d94; }

.other-events-wrapper .event-record.tas .date {
  background-color: #aed12d; }

.other-events-wrapper .event-record.wa .date {
  background-color: #feb61f; }

.other-events-wrapper .event-record.sa .date {
  background-color: #f15858; }

.other-events-wrapper .event-record.aus .date {
  background-color: #e83b5c; }

.other-events-wrapper .state-selector {
  margin: 0px;
  height: 77px;
  background-color: #444; }
  .other-events-wrapper .state-selector ul {
    padding: 0 0 0 5px;
    margin: 0px; }
    .other-events-wrapper .state-selector ul li {
      padding: 0px;
      margin: 0px;
      list-style: none; }

.other-events-wrapper .state-selector p {
  color: white;
  padding-left: 10px;
  padding-top: 10px; }

.other-events-wrapper .state-selector li.vic a {
  background-color: #f8810b; }

.other-events-wrapper .state-selector li.act a {
  background-color: #34aadc; }

.other-events-wrapper .state-selector li.nsw a {
  background-color: #1b75bb; }

.other-events-wrapper .state-selector li.qld a {
  background-color: #bb4d94; }

.other-events-wrapper .state-selector li.tas a {
  background-color: #aed12d; }

.other-events-wrapper .state-selector li.wa a {
  background-color: #feb61f; }

.other-events-wrapper .state-selector li.sa a {
  background-color: #f15858; }

.other-events-wrapper .state-selector li a {
  float: left;
  display: inline-block;
  font-size: 14px;
  background-image: none;
  padding: 8px 6px;
  margin-right: 2px;
  color: white;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", Arial, sans-serif; }

.latest-sponsor-news {
  padding: 0px;
  margin-bottom: -10px; }
  .latest-sponsor-news li {
    padding-bottom: 10px;
    list-style: none; }
  .latest-sponsor-news .latestnews a {
    color: black; }

.latestnews-item {
  padding-bottom: 2px; }
  .latestnews-item h4 {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 18px; }
  .latestnews-item h4 a {
    color: black; }
  .latestnews-item img {
    float: right;
    width: 110px;
    margin-left: 10px;
    border: 1px solid #808080; }
  .latestnews-item p {
    line-height: 17px;
    font-size: 13px;
    color: #718295; }

.latest-sponsor-news .latestnews-item:first-child {
  padding-bottom: 15px; }
  .latest-sponsor-news .latestnews-item:first-child h4 {
    margin-top: 0px;
    margin-bottom: 7px; }

a.btn-primary {
  color: white; }

.panel.panel-ta {
  border-radius: 0px;
  border-width: 0px; }

.panel-ta > .panel-heading {
  border-radius: 0px;
  background-color: #CCD1D9;
  border-bottom: 2px black solid;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: black; }

@media print {
  .no-print {
    display: none; }

  footer {
    display: none; }

  a:after {
    content: "" !important; }

  .navbar {
    display: none; }

  .alert.alert-success {
    display: none; }

  .breadcrumb {
    display: none; }

  #main-content-wrapper {
    border: none; }

  .footer-black {
    display: none; }

  div.nav {
    display: none; } }
