html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="radio"] {
  -webkit-appearance: radio;
  border-radius: 10px;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

html {
  line-height: 1
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q,
blockquote {
  quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none
}

a img {
  border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block
}

body {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

.group:before,
.group:after {
  content: "";
  display: table
}

.group:after {
  clear: both
}

.group {
  zoom: 1
}

button {
  background: none;
  border: none
}

.mobileOnly {
  display: none;
}

@media only screen {

.container {
  width: 100%;
  overflow: hidden;
}

a:hover {
  color: #042748
}

header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 1em 1em;
  position: relative;
  z-index: 1000;
  background: #0082c8;
}

.twoColumnRight {
  width: 100%;
  float: none;
  display: block;
  margin: 0 0 2em 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out
}

.oneColumnLeft {
  width: 100%;
  float: none;
  display: block
}

.middleColumn iframe {
  display: none
}

.middleColumn {
  float: none;
  width: 100%;
  display: block
}

.rightColumn {
  float: none;
  width: 100%;
  display: block
}

.fullWidthColumn {
  padding: 1em 1em 1em 1em
}

.fullWidthColumn >ul li {
  margin: 0 0 0.75em 1.75em;
  padding: 0 1em 0 2em;
  list-style-type: disc;
  color: #828083;
  font-size: 1.4em;
  line-height: 1.75em
}

.fullWidthColumn >ol li {
  margin: 0 0 0.75em 1.75em;
  padding: 0 1em 0 2em;
  list-style-type: decimal;
  color: #828083;
  font-size: 1.4em;
  line-height: 1.75em
}

.fullWidthColumn h1 {
  font-size: 2.4em;
  line-height: 1.5em;
  font-weight: bold;
  color: #007bbf;
  padding: 0.5em 0 0.5em 0
}

.fullWidthColumn h2 {
  font-size: 1.8em;
  line-height: 1.5em;
  color: #808082;
  font-weight: bold;
  padding: 0.5em 0 0.5em 0
}

.fullWidthColumn h3 {
  font-size: 1.6em;
  line-height: 1.5em;
  color: #808082;
  font-weight: bold;
  padding: 0.5em 0 0.5em 0
}

.fullWidthColumn p,
.shortdescription {
  color: #828083;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 1.25em 0
}

.fullWidthColumn p a {
  color: #007bbf;
  text-decoration: none
}

.fullWidthColumn p a:hover {
  text-decoration: underline
}

.breadcrumbs {
  display: none
}

.backButton {
  z-index: 90;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  display: block;
  margin: 0;
  text-decoration: none;
  padding: 0.75em 0.75em 0.75em 0.75em;
  font-size: 1.5em;
  width: 1.25em;
  height: 1.5em;
  border-bottom: 2px solid #06305a;
  background-color: #0b5087;
  background-image: url(../images/btn_backAlt.png);
  background-position: 10px 11px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out
}

.backButton:hover {
  background-color: #06305a
}

p.date {
  display: block;
  font-size: .7em;
  color: #a0adb6;
  font-weight: bold;
  text-decoration: none;
  margin-top: -8px
}

a {
  color: #007bbf;
  text-decoration: none
}

.endPage {
  display: block;
  color: #808082;
  background-color: #ececec;
  padding: 1em 0.75em 1em 3.45em;
  font-size: 1.5em;
  text-decoration: none;
  display: block;
  border-bottom: 2px solid #dddddd;
  position: relative;
  top: 0;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out
}

.thisPage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: white;
  color: #042748;
  padding: 1em 0.75em 1em 3.75em;
  font-size: 1.5em;
  text-align: left;
  text-decoration: none;
  display: block;
  border-bottom: 2px solid #06305a;
  position: relative;
  top: 0;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out
}

.thisPage:after {
  content: "";
  width: 2em;
  height: 1.9em;
  background-color: #06305a;
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.4em;
  background-image: url(../images/btn_mobileMenuNavItem.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px
}

.thisPage:hover {
  background-color: #eee;
  color: #042748
}

.thisPageOpen {
  display: block;
  color: #fff;
  background-color: #042748
}

.thisPageOpen:hover {
  color: #fff;
  background-color: #042748
}

.thisPageOpen:after {
  background-color: #042748;
  background-position: -58px center
}

.pageSubnavigation {
  margin: -25em 0 0 0;
  z-index: 1900;
  display: block
}

.pageSubnavigation ul >li >a {
  font-size: 2.2em;
  padding: 0.35em 0.5em 0.35em 0.5em;
  text-decoration: none;
  background-color: #007bbf;
  color: white;
  display: block
}

.bannerDisplay {
  z-index: 1;
  position: relative
}

.main {
  position: relative;
  z-index: 2
}

.pageSubnavigation ul li ul {
  display: block;
  position: relative
}

.pageSubnavigation ul li ul li {
  border-bottom: 1px solid #dddddd
}

.pageSubnavigation ul >li >ul >li >a {
  background-color: white;
  color: #828083;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  display: block;
  padding: 0.75em 0.25em 0.75em 0.5em;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out
}

.pageSubnavigation ul >li >ul >li >a:hover {
  background-color: #f2f9fd;
  color: #042748
}

.pageSubnavigation ul li a:hover {
  background-color: #042748
}

.currentPage {
  position: absolute;
  width: 100%;
  display: none
}

.currentPageOpen {
  display: block;
  width: 100%
}

.currentPageSuper {
  display: block;
  width: 100%
}

.pageSubnavigation ul li ul li ul {
  width: 100%;
  position: absolute;
  display: block
}

.pageSubnavigation ul li ul li ul li a {
  font-weight: normal;
  font-size: 1.4em;
  padding: .7em 1em;
  border-left: 10px solid #007bbf;
  -webkit-transition: border 0.35s ease-out;
  -moz-transition: border 0.35s ease-out;
  -o-transition: border 0.35s ease-out;
  transition: border 0.35s ease-out
}

.pageSubnavigation ul li ul li ul li a:hover {
  border-left: 10px solid #b8cde1
}

.thirdTier {
  position: absolute;
  top: 14em;
  left: 0
}

.currentPage >a {
  display: none
}

.logo {
  position: relative;
  z-index: 9999
}

.logo a {
  position: relative;
  text-indent: -9999px;
  display: block;
  background-image: url(../images/barangaroo_logo_new.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 10px;
  width: 192px;
  height: 53px;
  margin: 2em 0 0 10px;
  float: left
}

.mobileMenu,
.mobileSearch {
  text-decoration: none;
  text-indent: -9999px;
  background-repeat: no-repeat;
  width: 4em;
  height: 4em;
  display: block;
  background-color: #042748;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px
}

.mobileMenu:hover,
.mobileSearch:hover {
  background-color: #007bbf
}

.mobileSearch {
  margin: 0 1em 0 0
}

.mobileNavigation {
  margin: 2em 1em 0 0;
  position: relative;
  float: right;
  display: block;
  z-index: 999
}

.mobileNavigation ul li {
  float: left
}

.mobileNavigation .mobileMenu {
  background-image: url(../images/btn_mobileMenu.png);
  background-position: -1px -2px;
  z-index: 50
}

.mobileNavigation .mobileSearch {
  background-image: url(../images/btn_search.png);
  background-position: -1px -2px;
  z-index: 51
}

.dropDownNavigation >ul {
  margin: 8em 0 0 0;
  border-bottom: 5px solid #dddddd
}

.category >a:after,
.categoryOpen >a:after {
  content: "";
  width: 2.2em;
  height: 2.2em;
  background-color: #06305a;
  display: block;
  position: absolute;
  top: 0.4em;
  right: 2.5em;
  background-image: url(../images/btn_mobileMenuNavItem.png);
  background-position: -87px center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px
}

.categoryOpen >a:after {
  background-color: #808082;
  background-position: -25px center
}

.dropDownNavigation {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 909;
  display: none;
  width: 100%
}

.dropDownNavigation ul li.categoryOpen {
  background-color: #f2f9fd
}

.dropDownNavigation ul li.categoryOpen >a {
  color: #828083
}

.dropDownNavigation ul li {
  float: none;
  width: 100%;
  background-color: white
}

.dropDownNavigation ul li ul {
  display: none
}

.dropDownNavigation ul li a {
  position: relative;
  color: #007bbf;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  background: none;
  display: block;
  padding: 1em;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out
}

.dropDownNavigation ul li a:hover {
  background-color: #eee
}

.bannerDisplay {
  position: relative;
  background-image: url(../images/aerial.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 250px;
}

.bannerDisplay span {
  position: absolute;
  color: #007bbf;
  text-decoration: none;
  font-size: 1.5em;
  background-color: white;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0.75em 1em 0.75em 1em;
  margin-right: 15px;
  left: 15px;
  bottom: 15px;
}

.bannerDisplay a {
  background-color: #fff;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
  background-image: url(../images/blue_arrow.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  padding: 0.75em 3em 0.75em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  left: 15px;
  bottom: 15px;
  display: inline-block;
  font-size: 1.5em;
  position: absolute;
  color: #007bbf;
  margin-right: 15px;
}

.bannerDisplay a:hover {
  background-color: #042748;
  color: white;
}

.searchBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 8.0em;
  left: 0em;
  width: 100%;
  padding: 0.8em 0.8em 0.8em 0.8em;
  z-index: 911;
  background-color: #042748
}

#searchForm {
  position: relative;
  width: 97%;
  margin: 0em 0 5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block
}

#searchForm input {
  opacity: 1;
  position: absolute;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 0.5em 0em 0.5em 0.5em;
  border: 1px solid #042748;
  width: 100%;
  font-size: 1.6em;
  line-height: 1em;
  height: 1.5em;
  top: 0.25em;
  left: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out
}

#searchForm input:focus {
  color: #007bbf
}

#searchForm button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0.75em;
  right: -0.25em;
  text-indent: -9999px;
  cursor: pointer;
  display: block;
  width: 2.2em;
  height: 2.2em;
  position: absolute;
  background-color: #007bbf;
  background-image: url(../images/btn_chevron1.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px
}

#searchForm button:hover {
  background-color: #042748
}

.main {
  padding: 0 0 3em 0
}

.topNews ul li {
  padding: 0;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out
}

.topNews ul li:hover {
  background-color: #f2f9fd
}

.topNews ul li h4 {
  font-size: 1.6em;
  line-height: 1.2em
}

.topNews ul li a {
  /*display: block;*/
  text-decoration: none;
  color: #007bbf
}

.topNews ul li .image {
  float: left;
  width: 12em;
  line-height: 1.4em;
  display: none
}

.topNews ul li .description {
  overflow-x: hidden;
  float: left;
  margin: 0;
  padding: 0 0 0 135px !important;
}

.topNews ul li .description .shortdescription {
  margin-bottom: 0;
}

.topNews ul li .description a {
  background-image: url(../images/btn_mobileLinkArrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  display: block;
  padding: 1em 10% 1em 1em;
  width: 87%
}

.topNews ul li time {
  margin: 1.5em 0 0 0;
  display: block;
  font-size: 1.1em
}

.topNews time {
  color: #a0adb6;
  font-weight: bold;
  text-decoration: none
}

.neighbourInfo {
  padding: 1em 0 0 0;
  overflow-x: hidden;
  width: 100%;
  float: none
}

.neighbourInfo li {
  border-bottom: 1px solid #dddddd;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out
}

.neighbourInfo li:hover {
  background-color: #f2f9fd
}

.neighbourInfo li a {
  width: 87%;
  padding: 1em 10% 1em 1em;
  background-image: url(../images/btn_mobileLinkArrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  display: block;
  font-size: 1.1em;
  text-decoration: none;
  color: #007bbf;
  display: block
}

.neighbourInfo li:last-child {
  border-bottom: none
}

.neighbourInfo li time {
  color: #828083;
  display: block;
  margin: 0 0 0.5em 0
}

.neighbourInfo li h4 {
  font-size: 1.5em;
  color: #007bbf;
  margin: 0 0 0.5em 0
}

.talkingBarangaroo {
  margin: 0 0 2em 0
}

.topNews h2 a,
.talkingBarangaroo h2 a,
.neighbourInfo h2 a,
.exploreBarangaroo h2 a {
  background-color: #007bbf;
  color: white;
  display: block;
  font-size: 2.2em;
  text-decoration: none;
  padding: 0.35em 0.5em 0.35em 0.5em;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out
}

.topNews h2 a:hover,
.talkingBarangaroo h2 a:hover,
.neighbourInfo h2 a:hover,
.exploreBarangaroo h2 a:hover {
  background-color: #06305a
}

.exploreBarangaroo {
  float: none;
  width: 100%
}

.gridMap,
.gridTimeline,
.gridImage,
.gridVideo {
  margin: 0;
  width: 50%;
  height: 50%;
  display: block;
  float: left
}

.gridMap img,
.gridTimeline img,
.gridImage img,
.gridVideo img {
  width: 100%;
  height: auto
}

.gridMap:hover,
.gridTimeline:hover,
.gridImage:hover,
.gridVideo:hover {
  opacity: 0.8
}

.socialAPI {
  margin: 0em 0 0 0
}

.socialAPI h3 a {
  background-color: #ff7e00;
  background-image: url(../images/arrow_right.gif);
  background-repeat: no-repeat;
  background-position: right 13px;
  color: white;
  display: block;
  text-decoration: none;
  font-size: 2.2em;
  padding: 0.35em 0.5em 0.35em 0.5em;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out
}

.socialAPI h3 a:hover {
  background-color: #8f5000
}

.widgetTwitter,
.widgetFacebook,
.widgetFlickr,
.widgetYoutube {
  background-color: white;
  margin: 0
}

.widgetFacebook,
.widgetFlickr,
.widgetYoutube {
  margin: 1em 0 0 0
}

.webCam h3 a,
.rightColumn h3,
.videoGallery h3 a {
  background-color: #042748;
  color: white;
  display: block;
  text-decoration: none;
  font-size: 2.2em;
  clear: both;
  padding: 0.35em 0.5em 0.35em 0.5em
}

.rightColumn h3 {
  background: #ff7e00
}

.webCam {
  display: none;
  border: 1px solid #dddddd;
  margin: 0 0 1.5em 0
}

.webCam a {
  color: #fff;
}

.webCam a:hover {
  color: #fff;
  text-decoration: underline;
}

.iframe.webcam > div {
  height: 147px;
  overflow: hidden;
}

object {
  width: 100%
}

ul#TopPosts {
  margin: 0px;
  padding: 0;
}

ul#TopPosts li {
  overflow: hidden;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  color: #828083;
  line-height: 17px;
  background: #fff !important;
}

ul#TopPosts li .avatar-area {
  float: left;
  padding: 3px 12px 10px 3px;
}

ul#TopPosts .Content {
  margin-bottom: 10px;
}

ul#TopPosts li .content-area {
  margin-left: 65px;
  overflow: hidden;
}

ul#TopPosts p.Caption {
  margin: 5px 0;
}

ul#TopPosts li .content-area {
  margin-left: 0;
  overflow: visible;
}

ul#TopPosts .Meta {
  display: block;
  line-height: 15px;
  background: #eee;
  clear: both;
  margin-bottom: 0;
  font-size: 11px;
  padding: 8px;
}

.videoGallery {
}

a.video:after {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../Images/playback_play.png) no-repeat 0 0;
  content: "";
  position: absolute;
  left: 50%;
  top: 36px;
  margin-left: -24px;
}

.leftColumn a.video:after {
  top: 70px;
}

.videoGallery a {
  display: block;
  background-color: #042748;
  text-decoration: none;
  position: relative;
}

.videoGallery a span {
  color: white;
  padding: 1em 1em 1em 1em;
  font-size: 1.4em;
  line-height: 1.4em;
  display: block
}

.videoGallery img {
  width: 100%;
  height: auto
}

.newsletterSubscribe {
  border: 1px solid #dddddd;
  background-color: white;
  background-repeat: no-repeat;
  margin: 1.5em 0 1.5em 0;
  padding: 1.5em 1.5em 1.7em 1.5em;
  height: auto
}

.newsletterSubscribe p {
  text-align: left;
  width: 90%;
  padding: 0 0 1em 0em;
  font-size: 1.5em;
  line-height: 1.4em;
  color: #777777
}

.newsletterSubscribe p a {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  text-decoration: none;
  color: #007bbf
}

.newsletterSubscribe p a:hover {
  color: #042748
}

.subscribeButton {
  font-size: 1.6em;
  margin: 0 auto;
  padding: 0.75em;
  text-align: center;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  background-color: #ff7e00;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out
}

.subscribeButton:hover {
  background-color: #8f5000
}

.calendar h3 a,
.facts h3 a {
  background-color: #71cd3e;
  color: white;
  display: block;
  text-decoration: none;
  font-size: 2.2em;
  padding: 0.35em 0.5em 0.35em 0.5em;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out
}

.calendar h3 a:hover,
.facts h3 a:hover {
  background-color: #4ba719
}

.calendarTable {
  height: 5em
}

.facts {
  margin: 1.5em 0 0 0;
  width: 100%
}

.facts ul li p {
  color: #71cd3e;
  font-weight: bold;
  font-size: 2.2em;
  line-height: 1.2em;
  padding: 0.25em 0.5em 0.25em 0.5em
}

.facts ul li h2 {
  color: #71cd3e;
  font-weight: bold;
  font-size: 7.4em;
  line-height: 1em;
  padding: 0.25em 0em 0em 0.1em
}

.facts ul li {
  border-bottom: 1px solid #71cd3e;
  margin: 1em 2em 0 1em;
  padding: 0 0 1em 0
}

.facts ul li:last-child {
  border-bottom: none
}

footer {
  margin: 1em auto 0 auto;
  border-top: 5px solid #dddddd;
  width: 980px
}

.footerLogo a {
  background-image: url(../images/bda-nsw-logo_footer.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  width: 143px;
  height: 58px;
  margin: 2em auto 2em auto;
  float: none
}

.footerLinks {
  width: 100%;
  margin: 2em auto 0 auto;
  padding: 0 2em 0 2em;
  float: none
}

.footerLinks a {
  text-decoration: none;
  display: block;
  font-size: 1.6em;
  display: block;
  padding: 1em 2em 1em 2em;
  margin: 0 0em 0.6em 0;
  color: #808082
}

.footerLinks a:hover {
  text-decoration: underline
}

.footerLinks ul li {
  color: #808082
}

.copyright {
  clear: both;
  text-align: center;
  color: #808082;
  margin: 2em 0 2em 0;
  font-size: 1.2em;
  width: 100%
}

.timeLine a {
  display: none
}

.talkingBarangaroo {
  display: none
}

.facebookLike {
  display: none
}
}

@media only screen and (min-width:32em) {

.exploreBarangaroo ul {
  width: 100%
}

.exploreBarangaroo ul li {
  width: 25%;
  float: left;
  margin: 0;
  padding: 0
}

.gridMap,
.gridTimeline,
.gridImage,
.gridVideo {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
  float: left
}

.gridMap img,
.gridTimeline img,
.gridImage img,
.gridVideo img {
  width: 100%;
  height: auto
}

.gridMap:hover,
.gridTimeline:hover,
.gridImage:hover,
.gridVideo:hover {
  opacity: 0.8
}

.twoColumnRight {
  width: 100%;
  float: none;
  display: block;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out
}

.oneColumnLeft {
  width: 100%;
  float: none;
  display: block
}

.middleColumn iframe {
  display: block;
  width: 100%
}

.middleColumn {
  width: 70%;
  float: left
}

.rightColumn {
  width: 27.9%;
  float: right
}

.leftColumn {
  width: 100%;
  display: block
}

.neighbourInfo {
  padding: 0em 0 0 0;
  border: 1px solid #dddddd
}

.topNews {
  margin-bottom: 2em;
  border: 1px solid #dddddd;
}

.calendar {
  width: 42%;
  float: left;
  margin: 0 0 0 0%;
  border: 1px solid #dddddd
}

.exploreBarangaroo {
  border: 1px solid #dddddd
}

.timeLine {
  margin-bottom: 15px;
}

.timeLine a {
  display: none;
}

.topNews ul li {
  padding: 1em
}

.footerLinks {
  width: 80%;
  margin: 2em 0 0 0;
  padding: 0 0 0 2em;
  float: left
}

.footerLinks a {
  text-decoration: none;
  display: block;
  font-size: 1em;
  display: block;
  padding: 0em 0em 0em 0em;
  margin: 0 0em 0em 0;
  color: #808082
}

.footerLinks a:hover {
  text-decoration: underline
}

.footerLinks ul li {
  border-right: 1px solid #808082;
  float: left;
  font-size: 1.2em;
  display: block;
  padding: 0 1em 0 0em;
  margin: 0 1em 0.6em 0
}

.footerLinks ul li:last-child {
  border-right: none
}
}

@media only screen and (min-width:60em) {

body {
  background-image: url(../images/1920_gradient_wave.jpg);
  background-repeat: repeat-x;
  background-position: 50% -1px;
}

header {
  margin: 0 0 1.75em 0;
  padding: 0;
  background: none
}

.container {
  width: 980px;
  margin: 0 auto
}

#searchForm button {
  opacity: 1;
  font-weight: bold;
  color: white;
  cursor: pointer;
  font-size: 1.2em;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out
}

#searchForm button:hover {
  color: #007bbf
}

.searchBox {
  margin: 0;
  background-color: #114c7d;
  display: block;
  opacity: 0.9;
  position: absolute;
  width: 30em;
  top: 9.3em;
  left: auto;
  right: 0;
  padding: 0.5em 0em 0em 1em;
  z-index: 911
}

#searchForm {
  margin: 0;
  position: relative;
  z-index: 912;
  width: 100%
}

#searchForm input {
  position: relative;
  opacity: 1;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 0.5em 0em 0.5em 0.5em;
  margin: 0 0 0.8em 0;
  border: 1px solid #042748;
  width: 18em;
  font-size: 1.2em;
  float: left;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out
}

#searchForm input:focus {
  color: #007bbf
}

#searchForm button {
  float: left;
  text-indent: 0;
  width: 4.2em;
  line-height: 1em;
  margin: -0.25em 0 0 0;
  padding: 0;
  cursor: pointer;
  display: block;
  position: relative;
  background: none;
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px
}

#searchForm button:hover {
  background: none;
  color: #007bbf
}

.dropDownNavigation >ul {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  position: relative;
  display: block
}

.dropDownNavigation {
  float: right;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 645px
}

.dropDownNavigation ul li {
  float: left;
  display: block;
  background: none;
  border: none;
  width: auto;
  position: relative
}

.dropDownNavigation ul li a {
  z-index: 2;
  border: none;
  background: none;
  position: relative;
  color: white;
  display: block;
  background-image: url(../images/main_nav_btns.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-decoration: none;
  width: 211px;
  height: 75px;
  margin: 0 0 0 0.15em;
  padding: 0em 0 0 0;
  font-size: 2.2em;
  font-weight: normal;
  text-shadow: 0px 1px 0px #007bbf;
  -webkit-transition: color 0.35s ease-out;
  -moz-transition: color 0.35s ease-out;
  -o-transition: color 0.35s ease-out;
  transition: color 0.35s ease-out
}

.dropDownNavigation ul li a span {
  position: absolute;
  cursor: pointer;
  bottom: 15px;
  left: 15px
}

.dropDownNavigation ul li a:hover {
  visibility: visible;
  background: none;
  border: none;
  background-image: url(../images/main_nav_btns.png);
  color: black;
  background-position: -211px 0px;
  background-repeat: no-repeat
}

.dropDownNavigation ul li a:after {
  background: none
}

.dropDownNavigation ul li ul {
  visibility: hidden;
  top: 7.5em;
  left: 0.5em;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #06305a;
  padding: 2em
}

.dropDownNavigation ul li ul:hover {
  visibility: visible
}

.dropDownNavigation ul li ul li {
  float: none
}

.dropDownNavigation ul li ul li:nth-child(even) {
  background-color: #042748
}

.dropDownNavigation ul li ul li:nth-child(even) a:hover {
  color: black
}

.dropDownNavigation ul li ul li a {
  text-shadow: none;
  width: 10.25em;
  height: auto;
  background: none;
  padding: 0.5em;
  margin: 0 0 0.1em 0;
  font-size: 1.5em;
  line-height: 1.5em;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none
}

.dropDownNavigation ul li ul li a:hover {
  color: white;
  background: none;
  background-color: #007bbf
}

.facts ul li {
  padding: 0 0 1em 0;
  margin: 1em 1em 1em 1em
}

.topNews ul li .description {
  width: 70%;
  margin: 0 0 0 1em
}

.topNews ul li .description a {
  padding: 1em 0 1em 0;
  background: none
}

.neighbourInfo li {
  margin: 0;
  padding: 1em 1em 1em 1em;
  width: 100%
}

.neighbourInfo li a {
  background: none;
  width: 100%;
  padding: 0
}

.facebookLike {
  display: block
}

.calendar {
  border: 1px solid #dddddd
}

.newsletterSubscribe {
  border: 1px solid #dddddd
}

.facts {
  border: 1px solid #dddddd
}

.logo a {
  margin: 2em 0 0 2em;
  background-size: 100%;
  background-position: 0px 0px;
  width: 292px;
  height: 53px;
}

.mobileNavigation {
  display: none
}

.footerLogo a {
  width: 143px;
  height: 58px;
  margin: 2em 0 2em 0
}

.neighbourInfo {
  float: left;
  width: 42em;
  border: 1px solid #bdbdbd
}

.neighbourInfo li {
  border-bottom: 1px solid #dddddd;
  width: 75%;
  margin: 0em 1em 0em 1em;
  padding: 1em 2em 1em 2em
}

.exploreBarangaroo {
  float: right;
  width: 24.5em;
  border: 1px solid #dddddd
}

.topNews ul li .image {
  display: block
}

.talkingBarangaroo {
  display: block
}

.tour {
  display: block;
  margin: 0 0 1em 0
}

.tour img {
  width: 100%;
  height: auto
}

.tour ul li {
  float: left;
  width: 48%
}

.tour ul li:last-child {
  float: left;
  margin: 0 0 0 2em;
  width: 48%
}

.gridMap,
.gridTimeline,
.gridImage,
.gridVideo {
  margin: 0;
  width: 50%;
  height: 50%
}

.footerLogo a {
  float: left
}

.facts ul li {
  margin: 0 2em 0 2em
}

.gridMap,
.gridTimeline,
.gridImage,
.gridVideo {
  float: left
}

.pageSubnavigation {
  padding: 1em 0 0 0
}

.pageSubnavigation ul >li >a {
  margin: 0 0 0.25em 0
}

.pageSubnavigation ul li ul {
  display: block
}

.currentPage {
  display: block;
  width: auto;
  position: relative
}

.thisPage {
  width: auto
}

.pageSubnavigation {
  margin: 0
}

.pageSubnavigation >ul >li:not(.currentPage) {
  display: block
}

.pageSubnavigation ul >li >a {
  display: block
}

.pageSubnavigation >ul >li {
  display: block
}

.thisPage,
.endPage {
  display: none
}

.pageSubnavigation ul li ul li ul {
  display: block;
  border: none;
  margin: 1em 1em 1em 1em;
  background-color: #edf3f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px
}

.pageSubnavigation ul li ul li ul li {
  border: none;
  display: block
}

.pageSubnavigation ul li ul li ul li a {
  font-weight: normal;
  background: none;
  border: none
}

.twoColumnRight {
  width: 74.95%;
  float: right;
  display: block
}

.oneColumnLeft {
  padding: 0em 0 0 0;
  width: 23.40%;
  float: left;
  display: block
}

.middleColumn {
  width: 68.1%;
  float: left
}

.middleColumn iframe {
  display: block;
  width: 100%
}

.rightColumn {
  width: 29.9%;
  float: right
}

.leftColumn {
  width: 100%;
  display: block
}

.neighbourInfo {
  width: 24em
}

.facts {
  width: 100%;
  float: none;
  margin: 1em 0 0 0
}

.calendar {
  margin: 1em 0 0 0;
  width: 100%;
  float: none
}

.thirdTier {
  position: relative;
  top: 0
}

.pageSubnavigation ul li ul li ul {
  position: relative
}

.facts ul li {
  border: none;
  border-bottom: 1px solid #71cd3e;
  margin: 1em 2em 0 1em;
  padding: 0 0 1em 0;
  float: left;
  width: 90%
}

.facts ul li:last-child {
  border: none
}

.webCam {
  display: block
}

.breadcrumbs {
  display: block;
  padding: 0.5em 0 1em 0;
  border-bottom: 5px solid #bfdeef
}

.breadcrumbs ul li {
  float: left;
  font-size: 1.2em;
  line-height: 1.2em
}

.breadcrumbs ul li a {
  text-decoration: none;
  color: #007bbf
}

.breadcrumbs ul li a:hover {
  text-decoration: underline
}

.backButton {
  display: none
}

.searchBox {
  z-index: 100
}

#searchForm {
  z-index: 100
}

.category >ul {
  opacity: 0
}

.category:hover >ul {
  opacity: 1;
  visibility: visible;
  display: block;
  z-index: 9999
}

.dropDownNavigation ul li ul a {
  padding: 0.25em;
  width: auto
}

.dropDownNavigation ul li ul a:hover {
  width: auto
}

.category .display {
  width: 250px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 200px
}

.category .display div {
  background-color: #06305a;
  width: 250px;
  height: 100%;
  display: block;
  border-left: 1px solid #000
}

.category .display a {
  padding: 0;
  margin: 1em 0 0 1.5em;
  width: 210px;
  display: block;
  height: 85px;
    text-decoration: none;
    color: #fff;
  /*text-indent: -9999px;*/
  /*background-image: url("../images/displayNavSpriteNew.png");*/
  /*background-image: url("/media/240001/sector-tiles-update.png");*/
  background-image: url("../images/displayNavSprite.jpg");
}

.category .display a:hover {
  width: 210px;
  /*background-image: url("../images/displayNavSpriteNew.png");*/
  /*background-image: url("/media/240001/sector-tiles-update.png");*/
    background-image: url("../images/displayNavSprite.jpg");
      color: #022643;
}

.category .display span {
    display: block;
    width: 45%;
    left: auto;
    right: 10px;
    font-size: 18px;
    bottom: auto;
    top: 50%;
    margin-top: -25.5px;
}

.category .display .displayNavHeadland {
  background-position: -210px 0px
}

.category .display .displayNavHeadland:hover {
  background-position: -210px -85px
}

.category .display .displayNavCentral {
  background-position: 0px 0px
}

.category .display .displayNavCentral:hover {
  background-position: 0px -85px
}

.category .display .displayNavSouth {
  background-position: -420px 0px
}

.category .display .displayNavSouth:hover {
  background-position: -420px -85px
}

.category .display .displayNavSydney {
  background-position: -630px 0px
}

.category .display .displayNavSydney:hover {
  background-position: -630px -85px
}

.gridImage img {
  width: auto;
  height: auto
}

.exploreBarangaroo ul {
  width: 100%
}

.exploreBarangaroo ul li {
  width: auto;
  float: none;
  margin: 0;
  padding: 0
}

.facts ul li p {
  color: #71cd3e;
  font-weight: bold;
  font-size: 2.2em;
  line-height: 1.2em;
  padding: 0.25em 0.5em 0.25em 0.5em
}

.facts ul li h2 {
  color: #71cd3e;
  font-weight: bold;
  font-size: 7.4em;
  line-height: 1em;
  padding: 0.25em 0em 0em 0.1em
}
}

@media only screen and (min-width:76.8em) {

.logo a {
  margin: 2em 0 0 0em
}

.widgetTwitter,
.widgetFacebook,
.widgetFlickr,
.widgetYoutube {
  border: 1px solid #dddddd;
  margin: 0em 0 0 0
}

.widgetFacebook,
.widgetFlickr,
.widgetYoutube {
  margin: 1em 0 0 0
}

.videoGallery {
  display: block;
  border: 1px solid #dddddd
}
}

#gallery {
  width: 110%;
  overflow: visible
}

#gallery .photo {
  width: 155px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  overflow: visible
}

#gallery .photoCollection.photo {
  width: 28% !important;
}

#gallery .photoCollection.photo img {
  width: 90%;
}

#gallery .photo img {
  width: 135px;
  height: auto;
  display: block;
  margin-bottom: 10px;
  padding: 9px;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc
}

#gallery .photo a {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 10px;
  display: block
}

#gallery .photo a.highResLink {
  font-size: 11px;
  color: #000
}

.socialLinks {
  text-align: center;
}

a#facebookLink,
a#twitterLink,
a#flickrLink,
a#youtubeLink,
a#instagramLink {
  width: 28px;
  height: 28px;
  display: inline-block;
  text-indent: -400000px;
  float: none;
  margin-right: 6px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

a#facebookLink {
  background: url(../images/64x64/facebook_hover.png) no-repeat center center;
  border-color: #3350ae;
  background-size: 100% 100%;
}

a#twitterLink {
  background: url(../images/64x64/twitter_hover.png) no-repeat center center;
  border-color: #00c4fc;
  background-size: 100% 100%;
}

a#flickrLink {
  background: url(../media/153510/linkedin.png) no-repeat center center;
  background-size: 100% 100%;
  border-color: #0084d7;
}

a#youtubeLink {
  background: url(../images/64x64/youtube_hover.png) no-repeat center center;
  border-color: #c60404;
  background-size: 100% 100%;
}

a#instagramLink {
  background: url(../images/64x64/instagram.png) no-repeat center center;
  border-color: #517FA6;
  margin-right: 0 !important;
  background-size: 100% 100%;
}
 @-ms-viewport {
 width:device-width
}

#tagLine div {
  background: url(../images/trans_yellow_bg.png);
  font-size: 40px;
  color: #04284a;
  text-transform: uppercase;
  font-weight: normal;
  padding: 4px 25px 3px 8px;
  letter-spacing: -1px;
  display: inline-block;
  zoom: 1
}

#tagLine {
  margin: 15px 15px 15px 15px;
  position: absolute;
  top: 0;
  left: 0
}

.fullWidthColumn {
  padding: 15px 0 20px 10px
}

.fullWidthColumn h1,
.fullWidthColumn h2,
.fullWidthColumn h3,
.fullWidthColumn h4,
.fullWidthColumn h5 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  line-height: normal
}

.fullWidthColumn h1 {
  font-size: 30px;
  font-weight: bold;
  color: #007bbf;
  position: relative;
}

.wrapperInner {
  margin-top: -25px;
}

.brochureDownload a {
  display: inline-block;
  height: 108px;
  vertical-align: middle;
  width: 300px;
  color: #000 !important;
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
  line-height: 1.2;
}

.brochureDownload a img {
  margin-right: 20px;
  float: left;
  margin-top: -20px;
  padding: 5px;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
}

.brochureDownload a span {
  font-weight: normal !important;
  font-size: 14px;
  color: #888;
}

h2 {
  font-size: 22px !important;
  font-weight: normal
}

#contentTitle h1 {
  clear: both;
  padding-top: 15px
}

h2.header {
  font-size: 22px !important;
  font-weight: normal;
  padding: 8px 10px;
  background: #000;
  color: #fff;
  margin-bottom: 0
}

h4 {
  margin-bottom: 15px;
  line-height: 26px;
  font-size: 18px !important
}

.darkBlue.header {
  background-color: #042748;
  text-shadow: 0 -1px 0 #06305a
}

.blue.header {
  background-color: #007bbf;
  text-shadow: 0 -1px 0 #005684
}

.orange.header {
  background-color: #ff7e00;
  text-shadow: 0 -1px 0 #cc6200
}

.green.header {
  background-color: #4ba719;
  text-shadow: 0 -1px 0 #327f06
}

h2.header a {
  color: #fff;
  clear: both
}

.keyline {
  border: 1px solid #dddddd;
  border-top: none;
  padding: 15px 15px 4px 15px;
  margin: 0 0 15px 0;
  width: auto;
  float: none
}

.keyline iframe,
.webCam iframe {
  width: 100%;
  border: none
}

.iframe.keyline {
  border-bottom: none;
}

.facts.keyline {
  width: 100%;
  display: block;
}

.inTheMedia h4 {
  font-size: 16px !important;
  line-height: 23px !important;
  color: #333;
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 0;
}

.inTheMedia p {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #828083;
  margin: 0 0 10px 0;
}

.inTheMedia p.time {
  font-weight: bold;
  color: #a0adb6;
  font-size: 11px !important;
  margin-bottom: 2px;
}

.inTheMedia p a {
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  display: block;
  padding: 7px;
  display: block;
  background: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.socialLinks {
  padding: 15px 15px 5px 15px;
  border-bottom: 1px solid #dddddd;
}

.webCam span,
.videoGallery a span {
  padding: 10px;
  background: #042748;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #b8cde1
}

.webCam.keyline,
.videoGallery.keyline {
  border: none;
  padding: 0
}

.iframe.keyline,
.facts.keyline,
.iconGrid.keyline,
.neighbourInfo.keyline,
.topNews.keyline {
  padding: 0
}

.topNews.keyline .image {
  margin: 0;
  float: left;
  padding-right: 15px;
  width: auto
}

.topNews.keyline img,
.topNews.keyline .image a {
  margin: 0 !important;
  padding: 0 !important;
  float: left;
}

.topNews.keyline .image a {
  height: 120px;
  width: 120px;
  overflow: hidden;
  display: block;
}

.topNews.keyline .image img {
  min-height: 100% !important;
  min-width: 100% !important;
  max-width: 300px !important;
  width: auto;
  height: auto;
}

.topNews ul li .description .shortdescription a {
  display: inline-block !important;
  width: auto;
  height: auto;
  padding: 0 0 0 5px;
}

.topNews .shortdescription a:after {
  content: " >";
}

.topNews ul li:last-child {
  border: none
}

.topNews ul li .description,
.topNews.list ul li div {
  width: auto;
  margin: 0;
  padding: 3px 0 0 0;
  float: none;
  overflow: visible
}

.topNews ul li .description h4 {
  margin-bottom: 7px
}

.topNews ul li .description a {
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
  height: 100% !important;
  padding-right: 60px !important;
  display: block !important
}

time,
.date {
  color: #a0adb6 !important;
  font-weight: bold !important;
  display: block !important;
  font-size: 12px !important;
  margin: 0 !important;
  padding: 0 !important
}

.facts ul li,
.neighbourInfo ul li,
.topNews ul li,
.fullWidthColumn .topNews ul li {
  float: none;
  margin: 0;
  padding: 10px;
  display: block;
  width: auto
}

.fullWidthColumn .topNews ul {
  margin: 0
}

.facts ul li,
.fullWidthColumn .facts ul li {
  border-color: #ddd;
  padding: 10px !important;
  margin: 0 !important
}

.facts ul li h2 {
  font-size: 60px !important;
  padding: 0 0 !important;
  line-height: 60px !important;
  margin: 0 !important;
  float: left
}

#precinctFacts.facts h2 {
  font-size: 24px !important;
  line-height: normal !important
}

#precinctFacts.facts,
#precinctFacts.facts ul {
  margin: 0;
  width: 100% !important
}

#precinctFacts.facts {
  border: none;
  padding: 0
}

#precinctFacts.facts ul li {
  margin: 0;
  width: auto;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border: none;
  border-left: 1px solid #eee;
  padding: 0 20px 0 20px !important
}

#precinctFacts.facts .clear {
  display: none !important
}

#precinctFacts.facts h2 span {
  font-weight: bold;
  font-size: 50px !important
}

.facts ul li h2 p {
  margin: 0 !important;
  padding: 0 !important
}

.facts ul li p.smallPercent {
  float: left;
  clear: none
}

.facts ul li p {
  padding: 0;
  margin: 0;
  font-size: 22px;
  clear: both
}

.facts {
  float: left;
  width: auto
}

.socialAPI {
  float: none;
  display: block;
  height: 42px;
  margin-bottom: 15px
}

.newsletterSubscribe p {
  margin: 0;
  width: auto
}

a.subscribeButton {
  font-size: 16px;
  color: #fff !important;
  display: block;
  padding: 7px
}

.leftColumn h3 {
  font-size: 22px !important;
  font-weight: normal
}

.leftColumn h3 a {
  font-size: 22px !important;
  font-weight: normal;
  padding: 7px 10px
}

.rightColumn h3 {
  font-size: 22px !important;
  font-weight: normal;
  padding: 7px 10px
}

.fullWidthColumn p,
.fullWidthColumn ul li,
.fullWidthColumn ol li,
.wrapperInner ul li {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #828083;
}

.fullWidthColumn p,
.fullWidthColumn ol,
.fullWidthColumn ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px
}

.fullWidthColumn ul li,
.fullWidthColumn ol li {
  margin-left: 30px;
  margin-bottom: 8px
}

.breadcrumbs,
.breadcrumbs ul,
.breadcrumbs ul li,
.breadcrumbs ul li a {
  padding: 0;
  margin: 0
}

.breadcrumbs {
  margin-bottom: 20px;
  padding-bottom: 10px
}

ul#secondaryNavigation li {
  padding: 0;
  margin: 0;
  border: none
}

ul#secondaryNavigation li a {
  font-size: 18px;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
  background-color: #007bbf;
  color: #fff;
  border-bottom: 5px solid #fff;
  line-height: normal;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  text-shadow: 0 -1px 0 #000
}

ul#secondaryNavigation li a:hover,
ul#secondaryNavigation li a.active {
  background: #042748
}

ul#secondaryNavigation li ul.levelThree li a {
  font-size: 14px;
  padding: 10px;
  background-color: #fff;
  color: #888;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  text-shadow: none
}

ul#secondaryNavigation li ul.levelThree li a:hover,
ul#secondaryNavigation li ul.levelThree li a.active {
  background: #fff;
  color: #007bbf
}

ul#secondaryNavigation li ul.levelFour {
  margin: 10px;
  background: #f2f9fd;
  text-shadow: 0 -1px 0 #fff
}

ul#secondaryNavigation li ul.levelFour li a {
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
  background-color: #f2f9fd;
  color: #007bbf;
  border-bottom: 1px solid #fff;
  font-weight: normal
}

ul#secondaryNavigation li ul.levelFour li a:hover,
ul#secondaryNavigation li ul.levelFour li a.active {
  background: #d4ebf7;
  border: none;
  color: #000;
  border-bottom: 1px solid #fff
}

.pageSubnavigation ul li ul li ul li a {
  border: none
}

.backButton {
  background-color: #042748;
  cursor: pointer
}

.tour img {
  width: auto;
  float: left;
  margin-right: 10px
}

.tour {
  height: 204px;
  width: 110%
}

.quarterColumn {
  float: left;
  width: 245px;
  margin-right: 10px
}

.iconGrid ul li {
  width: 50%;
  float: left
}

.iconGrid ul li a,
.iconGrid ul li a img {
  width: 100%;
  height: 122px;
  margin: 0;
  padding: 0
}

.noMargin {
  margin: 0
}

.clear {
  clear: both
}

.category ul {
  padding: 10px !important
}

.category ul li {
  width: 189px
}

.category ul li a,
.category ul li a:hover,
.dropDownNavigation ul li ul li:nth-child(even) a:hover,
.dropDownNavigation ul li ul li a {
  display: block !important;
  padding: 8px;
  color: #fff;
  width: auto;
  line-height: normal
}

.category ul li.display.group {
    left: 209px;
    width:232px;
}

.category ul li.display.group div {
  width: 230px
}

.category ul li.display.group a {
  padding: 0;
  margin: 10px
}

.twoColumnRight .fullWidthColumn {
  padding: 15px 0 5px 10px;
  font-size: 14px;
  color: #828083
}

.rightColumn.yourPlace {
  padding-top: 15px
}

.fullWidthColumn a:hover {
  color: #042748
}

.views-summary a,
.pagination a,
#xsltsearch_navigation a,
#xsltsearch_navigation strong {
  display: inline-block;
  padding: 4px 6px;
  background: #007bbf;
  color: #fff!important;
  margin-right: 5px;
  margin-bottom: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}

.views-summary a:hover,
.pagination a:hover,
.pagination a.active,
#xsltsearch_navigation a:hover,
#xsltsearch_navigation strong {
  background: #042748;
  text-decoration: none !important;
}

#xsltsearch {
  width: 100% !important;
}

.xsltsearch_result {
  border: 1px solid #ddd !important;
  padding: 15px 15px 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.view-content {
  margin-bottom: 15px
}

.views-summary {
  display: inline-block
}

.dataTable,
.fullWidthColumn table {
  border: 0;
  border-left: 1px solid #e7ebee;
  margin-bottom: 20px
}

.fullWidthColumn table {
  border-top: 1px solid #e7ebee
}

.dataTable th,
.fullWidthColumn table th {
  background: #007bbf;
  padding: 10px 10px;
  color: #fff;
  font-weight: bold;
  -moz-text-shadow: 0 -1px 0 #06305a;
  -webkit-text-shadow: 0 -1px 0 #06305a;
  text-shadow: 0 -1px 0 #06305a;
  font-size: 14px;
  font-weight: normal;
  border-right: 1px solid #e7ebee;
  border-bottom: 1px solid #e7ebee
}

.dataTable tr td,
.fullWidthColumn table td {
  padding: 5px 10px;
  border: 0;
  border-right: 1px solid #e7ebee;
  border-bottom: 1px solid #e7ebee;
  line-height: 18px;
  vertical-align: top
}

.rightColumn .moduleContent p,
.leftColumn .moduleContent p {
  font-size: 14px;
  line-height: 20px
}

.rightColumn .moduleContent p.date,
.leftColumn .moduleContent p.date {
  padding-bottom: 13px !important
}

.neighbourInfo li time {
  padding: 5px 0 !important
}

.neighbourInfo li span {
  display: none
}

.neighbourInfo li h4 {
  margin-bottom: 0
}

.topNews li time {
  margin-bottom: 5px !important
}

.header {
  clear: both
}

.socialAPI {
  padding-bottom: 15px;
  height: auto;
  display: block;
  float: none
}

.oneColumnLeft {
  position: relative;
  z-index: 1000
}

.twoColumnRight {
  position: relative;
  z-index: 10
}

strong {
  font-weight: bold
}

em {
  font-style: italic
}

.pageSubnavigation {
  margin-bottom: 10px
}

a.subscribeButton.green {
  background: #4ba719
}

a:hover.subscribeButton.green {
  background: #327f06
}

#contentSocial {
  position: relative;
  z-index: 20;
  float: right;
  margin-top: -5p
}

.printBtn a {
  border: 1px solid #c2c9cf;
  background: #eee url(../images/print_icon.jpg) no-repeat 3px 3px;
  color: #000!important;
  float: right;
  height: 16px;
  line-height: 16px;
  padding: 2px 4px 2px 22px;
  font-size: 11px;
  text-decoration: none;
  margin-top: 0;
  margin-left: 7px;
  -moz-border-radius: 2px;
  font-family: Verdana, Geneva, sans-serif
}

.topNews.keyline.list {
  border: none !important
}

.topNews.keyline.list ul {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 25px
}

.topNews.keyline.list ul li:last-child {
  border-bottom: 1px solid #ddd
}

.topNews.list img {
  margin-right: 15px !important
}

.topNews img {
  height: auto !important
}

.topNews.list ul {
  border-top: 1px solid #ddd
}

.topNews.list ul li h4 a {
  padding-right: 60px
}

.topNews.list ul li p,
.topNews.list ul li p a {
  color: #a0adb6 !important;
  font-weight: bold !important;
  display: block !important;
  font-size: 12px !important;
  margin: -10px 0 0 0 !important;
  padding: 0 !important
}

a.thisPage {
  padding-right: 50px;
  line-height: 20px;
  padding-top: 13px;
  padding-bottom: 13px
}

#gallery .photo a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px
}

#videogallery {
  width: 110%;
  overflow: visible
}

#videogallery .videoWrapper {
  width: 155px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}

#videogallery .videoWrapper a img {
  width: 135px;
  height: auto;
  display: block;
  margin-bottom: 10px;
  padding: 9px;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc
}

#videogallery a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block
}

#videogallery {
  width: 110%;
  overflow: visible
}

#videogallery .videoWrapper {
  width: 155px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  overflow: visible
}

#videogallery .videoWrapper a img {
  width: 135px;
  height: auto;
  display: block;
  margin-bottom: 10px;
  padding: 9px;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc
}

#videogallery a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  display: block
}

.category ul li.display.group a:hover {
  height: 85px !important;
  overflow: hidden;
  padding: 0 !important
}

.fullWidthColumn select {
  min-width: 273px;
}

input.button,
a.button {
  border: none;
  padding: 7px 15px 8px 15px !important;
  font-size: 14px;
  background: #007bbf;
  color: #fff !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  text-shadow: 0 -1px 0 #000
}

input:hover.button,
a.button:hover {
  background: #042748;
  text-decoration: none !important;
}

input.textField,
textarea.textArea {
  background: #fafafa;
  border-top: 1px solid #aaa !important;
  border-left: 1px solid #c3c3c3 !important;
  border-right: 1px solid #c3c3c3 !important;
  border-bottom: 1px solid #ddd !important;
  padding: 7px 10px !important;
  font-size: 14px;
  color: #828083;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  font-family: Arial, Helvetica, sans-serif;
  width: 250px;
}

input:focus.textField,
textarea:focus.textArea {
  color: #000;
  background: #f2f9fd
}

input[type="password"] {
  background: #fafafa;
  border-top: 1px solid #aaa !important;
  border-left: 1px solid #c3c3c3 !important;
  border-right: 1px solid #c3c3c3 !important;
  border-bottom: 1px solid #ddd !important;
  padding: 7px 10px !important;
  font-size: 14px;
  color: #828083;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  font-family: Arial, Helvetica, sans-serif;
  width: 250px;
}

input[type="password"]:focus {
  color: #000;
  background: #f2f9fd
}

textarea.textArea {
  height: 100px !important
}

#contour fieldset.contourFieldSet,
#subForm {
  border: 1px solid #ddd !important;
  padding: 15px;
  padding-bottom: 10px;
  display: inline-block;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}

#contour fieldset.contourFieldSet label,
#subForm label {
  color: #007bbf;
  padding: 15px 0 5px 0;
  float: left;
  width: 100px;
}

#subForm label {
  width: 160px;
}

#subForm .radio {
  margin-top: 15px;
  margin-bottom: 15px;
}

#subForm br {
  clear: both;
}

#subForm .button {
  margin-bottom: 5px;
  margin-top: 10px;
}

#contour fieldset.contourFieldSet span.contourError {
  position: absolute;
  top: 19px;
  right: 10px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: #cc0000 !important;
}

.contourField {
  position: relative;
}

.contourField div {
  float: left;
  padding: 0;
}

@media only screen and (max-width:60em) {

.twoColumnRight .fullWidthColumn {
  padding: 20px 20px 0 20px
}

.main {
  margin-bottom: 0;
  padding-bottom: 0
}

footer {
  padding-top: 0
}

#tagLine div {
  font-size: 35px
}

#tagLine {
  margin: 65px 15px 15px 15px
}

ul#secondaryNavigation {
  display: none
}

ul.hidden li a {
  display: none !important
}

ul.hidden ul.visible li a,
.pageSubnavigation ul.last li a {
  display: block !important
}

ul#secondaryNavigation {
  position: absolute;
  width: 100%
}

ul#secondaryNavigation li ul.levelFour {
  margin: 0;
  border: none
}

ul#secondaryNavigation,
ul#secondaryNavigation ul.levelFour {
  border-bottom: 5px solid #dddddd !important
}

alternate-appearance  ul#secondaryNavigation li a {
  border-bottom: 1px solid #fff
}

.fullWidthColumn {
  padding: 20px
}

footer {
  width: auto
}

.footerLinks {
  width: auto;
  margin: 0 10px 20px 10px
}

.timeLine {
  height: 20px
}

.timeLine a {
  display: none
}
}

@media only screen and (max-width:60em) {

.topNews ul li .description .shortdescription a {
  display: none !important;
}

.facts ul,
.facts li,
.facts,
.quarterColumn,
.quarterColumn ul,
.quarterColumn li,
.iconGrid {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.iconGrid li {
  height: auto !important;
  width: 25% !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important
}

.iconGrid img,
.iconGrid li a {
  height: auto !important;
  width: 100% !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important
}

.oneColumnLeft {
  width: 100%;
  float: left;
  clear: none
}

.desktopOnly {
  display: none
}

.neighbourInfo li a {
  width: 100%;
  padding: 0 60px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.topNews ul li .description {
  padding-left: 0 !important;
}

.mobileOnly {
  display: block;
}

#canvas,
.zoom-icon {
  display: none !important;
}

.wrapperInner,
.brochureDownload a {
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.brochureDownload a {
  font-size: 16px;
}

.dropDownNavigation ul li a {
  margin: 0;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.category >a:after,
.categoryOpen >a:after {
  right: 5px;
}

.bannerDisplay {
  background-position: center center !important;
  background-size: auto 100%;
}

.tour {
  width: 110%;
  overflow: visible;
}

.tour img {
  margin-bottom: 15px;
  float: left;
  margin-right: 15px;
  width: 44%;
  height: auto;
}

.navigationColumn h2.green,
.navigationColumn .moduleContent {
  display: none;
}

a#facebookLink,
a#twitterLink,
a#flickrLink,
a#youtubeLink,
a#instagramLink {
  width: 32px;
  height: 32px;
  background-size: contain;
}
}

.embededVideo {
  margin-bottom: 20px;
  width: 67%;
  margin-right: 3%;
  float: left;
}

.embededVideoInfo h3 {
  color: #000;
  font-size: 18px;
  font-weight: normal;
}

.embededVideoInfo {
  width: 30%;
  float: left;
}

.videoWrapper {
  height: 210px;
}

.videoWrapper a {
  margin-bottom: 5px !important;
  line-height: 18px !important;
  max-height: 186px;
  overflow: hidden;
}

.videoWrapper .date {
  font-size: 12px;
  display: block;
  padding-bottom: 30px;
}

@media only screen and (max-width:45em) {

#precinctFacts.facts ul li {
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 15px !important;
  padding: 15px !important;
  border: 1px solid #ddd !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.tour {
  width: 100%;
  overflow: visible;
}

.tour img {
  margin-bottom: 15px;
  float: left;
  margin-right: 15px;
  width: 100%;
  height: auto;
}
}

@media only screen and (max-width:32em) {

.footerLinks {
  width: auto
}

.footerLinks a {
  padding: 15px 0;
  color: #007bbf;
  border-top: 1px solid #eee;
  margin-bottom: 0;
  background-image: url(../images/blue_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% center
}

#gallery .photo {
  width: 135px
}

#gallery .photo img {
  width: 115px
}

img {
  height: auto;
  max-width: 100%
}

.facts ul,
.facts li,
.facts,
.quarterColumn,
.quarterColumn ul,
.quarterColumn li,
.iconGrid {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.iconGrid li {
  height: auto !important;
  width: 50% !important
}

.iconGrid img {
  height: auto !important;
  width: 100% !important
}

.oneColumnLeft {
  width: 100% !important;
  float: left;
  clear: none
}

.facts ul li {
  width: 100%;
  float: none;
  border-bottom: 1px solid #ddd
}

.facts ul li h2 {
  font-size: 70px !important
}

.topNews.list img {
  display: none
}

#contentSocial {
  display: none
}

#contour fieldset.contourFieldSet label,
#contour fieldset.contourFieldSet .textField,
#contour fieldset.contourFieldSet .textArea,
#contour fieldset.contourFieldSet div,
#contour input.button,
#contour fieldset.contourFieldSet,
#subForm label,
#subForm .textField,
#subForm .textArea,
#subForm input.button,
#subForm {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#contour fieldset.contourFieldSet,
#subForm {
  padding-top: 0;
}

#contour input.button,
#subForm input.button {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 16px;
  font-weight: bold;
}

.embededVideo {
  width: auto;
  margin-right: 0;
  float: none;
}

.embededVideoInfo {
  width: auto;
  float: none;
}
}

@media only screen and (max-width:550px) {

.fullWidthColumn iframe {
  width: 100% !important;
}

.bannerDisplay {
  background-position: center center !important;
  background-size: auto 100%;
}

.responsivetable table,
.responsivetable thead,
.responsivetable th,
.responsivetable tr,
.responsivetable td {
  display: block;
  width: 100%;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.responsivetable thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px
}

.responsivetable tr {
  border: 1px solid #007bbf;
  margin-bottom: 20px;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.responsivetable tr:first-child {
  border: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.responsivetable tr:first-child th {
  padding: 0 !important;
  display: inline-block;
  width: auto;
  border: none;
}

.responsivetable tr:first-child th:first-child:before {
  content: "Key:";
  font-size: 18px;
  color: #444;
  padding-bottom: 10px;
}

.responsivetable tr:first-child th:after {
  content: ", ";
}

.responsivetable tr:first-child th:last-child:after {
  content: "";
}

.responsivetable td {
  border: none;
  padding-left: 50%;
  position: relative
}

.responsivetable td a {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  padding-bottom: 5px
}

.responsivetable table {
  border: none !important;
  margin: 0
}

.responsivetable td,
.responsivetable th {
  border-right: none !important;
  padding: 10px !important
}

.responsivetable td:last-child,
.responsivetable th:last-child {
  border-bottom: none !important
}

.responsivetable th {
  background: #fff !important;
  color: #828083 !important;
  font-weight: bold !important;
  text-shadow: none !important;
  border-color: #e7ebee !important
}

.hiddenMobile {
  display: none;
}
}

.fancybox-inner {
  overflow: hidden !important;
}

.fancybox-inner iframe {
  width: 700px;
  height: 450px;
}

.leftColumn .videoGallery .date {
  display: none !important;
}

.photo {
  height: 240px;
}

.photoCollection.photo {
  height: 220px;
}

.photo a img {
  height: 100px !important;
}

.photoCollection.photo a img {
  height: 135px !important;
}

.photo a b {
  max-height: 75px;
  overflow: hidden;
  display: block;
  line-height: 18px !important;
}

#gallery .photo a.highResLink {
  line-height: 13px !important;
}

/* UPDATES 21 Mar 2014 */

@media only screen and (min-width:960px) {

body {
  background: #fff !important;
}

.container header.group {
  background: #007bbf;
  margin-bottom: 0;
  padding-bottom: 19px;
}

.logo a {
  margin: 20px 0 0 20px;
}

#searchForm input {
  background-color: #114c7d;
  border-color: #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 5px;
  color: #ccc;
  margin: 0;
}

#searchForm input:focus {
  border-color: #ddd;
  color: #ccc;
}

#searchForm button {
  background: url(../images/btn_search.png) no-repeat center center;
  background-size: 35px 35px;
  width: 30px;
  height: 30px;
  padding: 0;
  display: block;
  text-indent: -50000px;
  position: absolute;
  top: 5px;
  right: 3px;
  opacity: .8;
}

#searchForm button:hover {
  background: url(../images/btn_search.png) no-repeat center center;
  background-size: 35px 35px;
  opacity: 1;
}

.searchBox {
  width: 213px;
  padding: 6px 10px 12px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
}

.overBanner a {
  display: none;
}

.iframe.keyline.webcam {
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 20px !important;
}

.iframe.keyline.webcam span {
  padding: 10px;
  font-size: 1.5em;
  line-height: 1.4em;
  color: #777777;
  display: block;
}

.webCam span,
.videoGallery a span {
  color: #777777;
  background: #fff;
}

.webCam span a,
.videoGallery a span,
.videoGallery a span a {
  color: #007bbf;
}

.webCam span a:hover,
.videoGallery a span a:hover,
.videoGallery a span:hover {
  color: #042748;
  text-decoration: none;
}

.videoGallery.keyline {
  border: 1px solid #ddd;
  border-top: none;
}

.facts ul li p {
  color: #007bbf;
}

.facts ul li h2 {
  color: #007bbf;
}

.rightColumn .orange.header {
  background-color: #007bbf;
  text-shadow: 0 -1px 0 #005684;
}

.fullWidthColumn p,
.shortdescription,
.newsletterSubscribe p,
.iframe.keyline.webcam span,
.inTheMedia h4,
ul#TopPosts .Content,
p .BodyText,
.fullWidthColumn ul li,
.fullWidthColumn ol li,
.wrapperInner ul li {
  color: #000;
  line-height: 1.4 !important;
  font-size: 14px !important;
}

.neighbourInfo li h4,
.rightColumn .moduleContent p,
.leftColumn .moduleContent p {
  line-height: 1.4 !important;
  font-size: 14px !important;
}

time,
.date,
.rightColumn .moduleContent p.date,
.leftColumn .moduleContent p.date,
.rightColumn .inTheMedia p,
.fullWidthColumn p.date {
  color: #000 !important;
  font-size: 12px !important;
  font-weight: normal !important;
}

ul#TopPosts .Meta,
.fullWidthColumn p,
.fullWidthColumn ol,
.fullWidthColumn ul,
.BodyText,
ul#secondaryNavigation li ul.levelThree li a,
.fullWidthColumn h2,
.fullWidthColumn h3,
.twoColumnRight .fullWidthColumn,
.fullWidthColumn table td {
  color: #000;
}

.rightColumn .inTheMedia p {
  margin-bottom: 10px !important;
}

.inTheMedia p a {
  margin-top: 10px;
  margin-bottom: 15px;
}

.dropDownNavigation ul li a {
  font-size: 2.4em;
  line-height: .9;
}

#contentTitle h1 {
  padding-top: 0;
}

.category >a:after,
.categoryOpen >a:after {
  width: 1.5em;
}

.inTheMedia h4 {
  font-weight: bold;
  margin-bottom: 3px;
}

.inTheMedia h4 span {
  display: block;
  padding-top: 2px;
  font-weight: normal;
}

.inTheMedia .date {
  border-bottom: 1px solid #ddd;
}

contentSocial .inTheMedia .date:last-child {
  border-bottom: none;
  margin-bottom: 0px !important;
}

.fullWidthColumn .innerBlock ul li {
  list-style: disc;
}

.breadcrumbs.alternate-appearance {
  border-width: 0;
}

#article.alternate-appearance {
  background-color: #0082C8;
  color: white;
  margin-top: -20px;
  padding: 20px;
}

#article.alternate-appearance h1,
#article.alternate-appearance h2,
#article.alternate-appearance p.bodytext {
  color: white;
}

#article.alternate-appearance p.bodytext a,
#article.alternate-appearance h2 a {
  color: white;
  text-decoration: underline;
}

#article.alternate-appearance p.bodytext a:hover,
#article.alternate-appearance h2 a:hover {
  text-decoration: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#naminglegend img {
  max-width: 200px;
  max-height: 100px;
}

#naminglegend ul,
.twoColumnRight table ul {
  list-style-type: disc;
}

.twoColumnRight table ol {
  list-style-type: decimal;
}

.addthis_native_toolbox {
  margin-right:70px;
  position:relative;
  right:-40px;
  top:1px;
}

.addthis_native_toolbox > div.at4-show {
  display:inline-block !important;
  vertical-align: top;
}

.addthis_native_toolbox > a {
  display:inline-block;
  width:79px;
}

.addthis_native_toolbox > div > a {
  display:inline-block;
  width:90px;
}

.addthis_native_toolbox > div > a.addthis_counter {
  width:130px;
}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */