/* Normalize CSS */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline;
  zoom: 1px; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, button, input, select, textarea {
  font-family: sans-serif; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

audio:not([controls]), [hidden] {
  display: none; }

body, figure, form {
  margin: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

#map_canvas * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

#map_canvas img {
  max-width: none; }

@font-face {
  font-family: 'Exmouth';
  src: url("../fonts/exmouth_-webfont.eot");
  src: url("../fonts/exmouth_-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exmouth_-webfont.woff2") format("woff2"), url("../fonts/exmouth_-webfont.woff") format("woff"), url("../fonts/exmouth_-webfont.ttf") format("truetype"), url("../fonts/exmouth_-webfont.svg#exmouthregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* COLOURS */
/* USAGE 
.button {@include border-radius(5px);}
*/
/* BASE CSS */
body {
  background: #fff;
  color: #747474;
  font-family: 'Calibri', 'Lucida Grande', 'Lucida Sans Unicode', tahoma, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #3d1053; }

h1 {
  font-size: 50px;
  color: #b5b3b4;
  margin-bottom: 25px;
  font-weight: 300; }

h2 {
  font-size: 40px;
  color: #747474;
  font-weight: 300; }

h3 {
  font-size: 32px;
  color: #747474;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #3d1053;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  a:visited {
    color: #3d1053; }
  a:hover, a:focus {
    color: #9b89a1; }

blockquote {
  padding: 0;
  margin: 10px 0 30px 0;
  border: 0; }
  blockquote div, blockquote p {
    font-size: 32px;
    color: #3288b9;
    font-weight: 300;
    line-height: 1.2; }
  blockquote cite {
    margin-top: -10px;
    font-size: 32px;
    color: #3288b9;
    font-style: normal; }
    blockquote cite:before {
      display: none; }

/* GENERAL CLASSES */
.container {
  margin: 0 auto;
  width: 100%;
  clear: both;
  padding: 0 40px; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.last {
  margin-right: 0 !important; }

.left {
  float: left; }

.right {
  float: right; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.imgLeft {
  float: left;
  margin: 0 15px 15px 0; }

.imgRight {
  float: right;
  margin: 0 0 15px 15px; }

.imgCenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.hidden {
  display: none; }

.replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.nowrap {
  white-space: nowrap; }

.txt-tiny {
  font-size: 10px; }
  .txt-tiny p {
    font-size: 10px; }

p.txt-tiny {
  margin-bottom: 5px; }

.txt-purple {
  color: #3d1053; }

.flex-video {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.button {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 0px;
  color: #fff;
  background: #3d1053;
  font-size: 20px;
  line-height: 1;
  border: 3px solid #3d1053;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .button:visited {
    color: #fff; }
  .button:hover, .button:focus {
    background: #fff;
    color: #3d1053; }

.tel {
  display: inline-block;
  position: relative;
  /*padding-left: 20px;*/
  color: #8b8d8d;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  text-decoration: none;
  /*
  &:before {
  	content: " ";
  	position: absolute;
  	top: 6px;
  	left: 0;
  	display: block;
  	width: 12px;
  	height: 12px;
  	background: url("/images/icn-phone.png") 0 0 no-repeat;
  }*/ }
  .tel:visited {
    color: #8b8d8d; }
  .tel:hover, .tel:focus {
    color: #fff; }

.breadcrumbs {
  margin: 12px 0 0 0;
  font-size: 18px;
  text-align: center; }
  .breadcrumbs a {
    color: #3d1053;
    text-decoration: none; }

/* LAYOUT */
#main_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left; }

.mainstreet {
  padding-top: 123px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* **********************************
		Site Header
********************************** */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 2px solid #3d1053;
  padding: 5px 20px 0;
  z-index: 900; }

.site-logo {
  display: block;
  float: left;
  width: 315px;
  height: 111px;
  /*background: url('/images/logo-rookwood-2016.gif') 0 0 no-repeat;*/
  background: url("/images/logo-rookwood-2018.jpg") 0 0 no-repeat; }

.site-minornav {
  position: absolute;
  top: 0;
  right: 20px; }
  .site-minornav li {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 20px; }
    .site-minornav li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -9px;
      height: 18px;
      width: 1px;
      background-color: #8f8f8f; }
    .site-minornav li:first-child:before {
      display: none; }
  .site-minornav a {
    display: block;
    padding: 5px 20px;
    color: #8f8f8f;
    text-decoration: none; }
    .site-minornav a:hover, .site-minornav a:focus {
      color: #3d1053; }
  .site-minornav .hdr-tel {
    color: #fd8105; }

.site-nav {
  position: relative;
  float: right;
  margin-top: 50px; }

.nav-menu {
  height: auto;
  background: transparent;
  margin: 0;
  padding: 0;
  text-align: right; }
  .nav-menu li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 10px; }
    .nav-menu li a {
      color: #8f8f8f; }
    .nav-menu li.has-flyout a {
      color: #8f8f8f; }
      .nav-menu li.has-flyout a:hover + .flyout {
        display: block !important; }
    .nav-menu li.has-flyout .flyout:hover {
      display: block !important; }
    .nav-menu li:last-child .flyout {
      left: auto;
      right: 0; }
  .nav-menu a {
    position: relative;
    display: block;
    color: #8f8f8f;
    padding: 17px 10px;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold; }
    .nav-menu a:hover, .nav-menu a:focus {
      color: #3d1053; }
  .nav-menu .flyout {
    top: 66px;
    background: #3d1053;
    text-align: left; }
    .nav-menu .flyout li {
      display: block;
      margin: 0; }
      .nav-menu .flyout li a {
        padding: 10px 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-decoration: none;
        font-size: 18px;
        color: #fff; }
        .nav-menu .flyout li a:hover, .nav-menu .flyout li a:focus {
          background: #fff;
          color: #3d1053; }

.header-search {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: -40px;
  width: 40px;
  overflow: hidden;
  background: rgba(61, 16, 83, 0);
  z-index: 1;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease; }
  .header-search:hover, .header-search:focus, .header-search.active {
    width: 206px;
    background: rgba(61, 16, 83, 0.75); }
    .header-search:hover .site-search, .header-search:focus .site-search, .header-search.active .site-search {
      text-indent: 0;
      opacity: 1; }
    .header-search:hover .site-search-submit, .header-search:focus .site-search-submit, .header-search.active .site-search-submit {
      background-position: 0 bottom; }

.site-search, input[type="text"].site-search {
  display: block;
  float: left;
  width: 200px;
  height: auto;
  padding: 5px 40px 5px 5px;
  margin: 3px;
  background: #fff;
  border: 0;
  opacity: 0;
  text-indent: 100%;
  font-size: 16px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.site-search-submit {
  display: block;
  width: 40px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: url("/images/icn-search.png?v=2") 0 top no-repeat; }

.icn-twit-sm, .icn-face-sm, .icn-vim-sm, .icn-tube-sm {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border-radius: 2px;
  background: url("/images/sprite-social-small.png") 0 0 no-repeat; }

.icn-twit-sm {
  background-position: 0 top; }
  .icn-twit-sm:hover, .icn-twit-sm:focus {
    background-position: 0 bottom; }

.icn-face-sm {
  background-position: -14px top; }
  .icn-face-sm:hover, .icn-face-sm:focus {
    background-position: -14px bottom; }

.icn-vim-sm {
  background-position: -28px top; }
  .icn-vim-sm:hover, .icn-vim-sm:focus {
    background-position: -28px bottom; }

.icn-tube-sm {
  background-position: -42px top; }
  .icn-tube-sm:hover, .icn-tube-sm:focus {
    background-position: -42px bottom; }

.icn-twit-lge, .icn-face-lge, .icn-tube-lge, .icn-linked-lge, .icn-insta-lge {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background: url("/images/sprite-social-lge2.png") 0 0 no-repeat; }

.icn-twit-lge {
  background-position: 0 top; }
  .icn-twit-lge:hover, .icn-twit-lge:focus {
    background-position: 0 bottom; }

.icn-face-lge {
  background-position: -30px top; }
  .icn-face-lge:hover, .icn-face-lge:focus {
    background-position: -30px bottom; }

.icn-tube-lge {
  background-position: -60px top; }
  .icn-tube-lge:hover, .icn-tube-lge:focus {
    background-position: -60px bottom; }

.icn-linked-lge {
  background-position: -90px top; }
  .icn-linked-lge:hover, .icn-linked-lge:focus {
    background-position: -90px bottom; }

.icn-insta-lge {
  background-position: -120px top; }
  .icn-insta-lge:hover, .icn-insta-lge:focus {
    background-position: -120px bottom; }

/* **********************************
		Site Footer
********************************** */
.site-footer {
  padding: 40px 0;
  border-top: 2px solid #3d1053;
  background: #f2f2f2; }
  .site-footer p {
    font-size: 10px; }

.footer-nav {
  text-align: center;
  margin-bottom: 15px; }
  .footer-nav .nav-menu {
    text-align: center; }
    .footer-nav .nav-menu a {
      padding: 5px 5px;
      color: #747474;
      font-size: 18px; }
      .footer-nav .nav-menu a:hover, .footer-nav .nav-menu a:focus {
        color: #3d1053; }

.footer-copyright {
  text-align: center;
  font-size: 10px;
  margin: 0; }

html, body, #main_wrapper, #main {
  height: 100%; }

.mainstreet {
  min-height: 100%;
  /*margin-bottom: -136px;*/ }

/* **********************************
		Home
********************************** */
.main-carousel-outter {
  position: relative; }

.main-carousel {
  width: 100%;
  height: 450px;
  overflow: hidden; }
  .main-carousel.short {
    height: 380px; }
  .main-carousel .slide:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); }

.slider {
  width: 100%;
  height: 100%; }

.slide {
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover; }

.slide-content {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1; }

.slide-caption {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /*font-family: 'Pinyon Script', cursive;*/
  font-family: 'Exmouth', cursive;
  font-size: 100px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7); }
  .slide-caption img {
    display: block;
    margin: 15px auto; }
  .slide-caption p:last-child {
    margin-bottom: 0; }

.dotnav {
  display: none;
  margin: 5px auto 15px;
  text-align: center; }
  .dotnav .indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background-color: #8b8d8d;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .dotnav .indicator.selected {
      background-color: #3d1053; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .overlay.b-30 {
    background-color: rgba(0, 0, 0, 0.3); }

.bg-grey {
  background-color: #f2f2f2; }

.txt-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0; }

.home-introtxt {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 50px; }
  .home-introtxt:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -125px;
    height: 1px;
    width: 250px;
    background-color: #3d1053; }
  .home-introtxt h1 {
    margin-top: 0; }

.landing-candy, .news-candy {
  position: relative;
  padding-bottom: 50px; }
  .landing-candy h2, .landing-candy h3, .news-candy h2, .news-candy h3 {
    text-align: center; }
  .landing-candy img, .news-candy img {
    display: block;
    margin: 0 auto 20px; }
  .landing-candy .button, .news-candy .button {
    display: block;
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -100px; }

.home-promotile {
  position: relative;
  display: block;
  width: 100%;
  /*height: 0;
  padding-bottom: 100%;*/
  height: 300px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  .home-promotile .overlay {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.1); }
  .home-promotile .tile-inner {
    top: 176px; }
    .home-promotile .tile-inner p {
      padding: 0 5px;
      color: #fff;
      font-size: 14px; }
  .home-promotile .tile-title {
    font-size: 34px;
    margin: 10px 0; }
  .home-promotile:hover .overlay, .home-promotile:focus .overlay {
    opacity: 0; }
  .home-promotile:hover .tile-inner, .home-promotile:focus .tile-inner {
    top: 0;
    padding-top: 112px; }

.three .home-promotile {
  position: relative;
  display: block;
  width: 100%;
  /*height: 0;
  padding-bottom: 100%;*/
  height: 240px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  .three .home-promotile .overlay {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.1); }
  .three .home-promotile .tile-inner {
    top: 126px; }
    .three .home-promotile .tile-inner p {
      padding: 0 5px;
      color: #fff;
      font-size: 14px; }
  .three .home-promotile .tile-title {
    font-size: 30px;
    margin: 10px 0; }
  .three .home-promotile:hover .overlay, .three .home-promotile:focus .overlay {
    opacity: 0; }
  .three .home-promotile:hover .tile-inner, .three .home-promotile:focus .tile-inner {
    top: 0;
    padding-top: 112px; }

.landing-candy {
  padding-bottom: 70px; }
  .landing-candy h2 {
    height: 88px; }
  .landing-candy h3 {
    font-size: 28px;
    min-height: 90px;
    font-weight: 400; }
  .landing-candy a {
    text-decoration: none; }

.news-candy {
  min-height: 417px;
  margin-bottom: 50px; }
  .news-candy h3 {
    margin-bottom: 20px;
    font-weight: 400;
    color: #3d1053; }
    .news-candy h3 a {
      color: #3d1053;
      text-decoration: none; }

.related-wrap {
  margin: 0 -7px;
  text-align: left; }

.related-tile {
  position: relative;
  display: inline-block;
  width: 100%;
  /*max-width: 425px;*/
  max-width: 277px;
  height: 203px;
  margin: 7px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  .related-tile .overlay {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.1); }
  .related-tile .tile-cell p {
    padding: 0 5px; }
  .related-tile:hover .overlay, .related-tile:focus .overlay {
    opacity: 0; }
  .related-tile:hover .tile-inner, .related-tile:focus .tile-inner {
    top: 0;
    padding-top: 80px; }

.tile-inner {
  /*position: relative;
  display: table;
  width: 100%;
  height: 100%;*/
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 149px;
  padding: 0 10px;
  background-color: #3d1053;
  background-color: rgba(61, 16, 83, 0.8);
  text-align: center;
  color: #eddfc4;
  font-size: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*.tile-row {display: table-row;}
.tile-cell {
	@include all_transition;
	position: relative;
	padding: 0 15px;
	p {
		color: #fff;
		line-height: 1.25;
	}
}*/
.tile-title {
  min-height: 54px;
  padding: 10px;
  padding: 7px 10px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: table;
  width: 100%; }

.tile-title-txt {
  display: table-cell;
  vertical-align: middle; }

.page-banner {
  height: 580px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-banner > .row, .page-banner > .row > .columns {
    height: 100%; }
  .page-banner img {
    display: block;
    margin: 25px 0; }
  .page-banner p, .page-banner div, .page-banner li {
    color: #fff;
    font-size: 24px; }

.banner-content-wrap {
  width: 100%;
  height: 100%;
  display: table; }

.banner-content {
  display: table-cell;
  vertical-align: middle; }

.maps-banner {
  background-color: #eee4e5;
  position: relative;
  height: 730px; }
  .maps-banner > .row, .maps-banner > .row > .columns {
    height: 100%;
    pointer-events: none; }

.gmap {
  position: absolute;
  width: 100%;
  height: 100%; }

.map-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px;
  pointer-events: auto; }
  .map-overlay h2 {
    margin-top: 0; }
  .map-overlay h2, .map-overlay h3 {
    margin-bottom: 10px; }
  .map-overlay p {
    margin-bottom: 5px; }
  .map-overlay .maptel {
    color: #fd8105;
    font-size: 32px;
    text-decoration: none;
    font-weight: 300; }

.social-followwrap {
  text-align: center;
  margin-bottom: 10px; }

.social-item {
  display: inline-block;
  width: 190px;
  padding: 5px; }

.social-name {
  position: relative;
  display: inline-block;
  margin: 0 25px 10px;
  line-height: 20px;
  color: #fd8105; }
  .social-name:visited {
    color: #fd8105; }
  .social-name:hover, .social-name:focus {
    color: #3d1053; }
  .social-name:before {
    content: "";
    display: block;
    float: left;
    width: 22px;
    height: 20px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat; }
  .social-name.fb:before {
    background-image: url("/images/icn-facebook.png"); }
  .social-name.yt:before {
    background-image: url("/images/icn-youtube.png"); }
  .social-name.in:before {
    background-image: url("/images/icn-instagram.png"); }
  .social-name.li:before {
    background-image: url("/images/icn-linkedin.png"); }
  .social-name.gp:before {
    background-image: url("/images/icn-gplus.png"); }

.social-thumb {
  padding-bottom: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover; }

.rhs-col {
  padding-top: 70px; }
  .rhs-col .landing-candy {
    min-height: inherit;
    margin-bottom: 40px; }
    .rhs-col .landing-candy:first-child h3 {
      margin-top: 10px; }

.news-related .news-candy {
  min-height: inherit;
  padding-bottom: 0; }
  .news-related .news-candy .button {
    display: none; }

/* **********************************
		Content Pages
********************************** */
h1 + .faq-tabs-select {
  margin-top: -15px; }

.faq-tabs-select, .lhs-subnav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #3d1053;
  border-bottom-width: 0; }
  .faq-tabs-select li, .lhs-subnav li {
    margin: 15px 0;
    font-size: 26px;
    line-height: 1.1;
    color: #3d1053;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .faq-tabs-select li:hover, .faq-tabs-select li:focus, .lhs-subnav li:hover, .lhs-subnav li:focus {
      color: #9b89a1; }
    .faq-tabs-select li.visited, .lhs-subnav li.visited {
      color: #9b89a1; }
  .faq-tabs-select .visited, .lhs-subnav .visited {
    color: #9b89a1; }

.lhs-subnav {
  margin-top: 20px; }
  .lhs-subnav li a {
    display: block;
    color: #3d1053;
    text-decoration: none; }
    .lhs-subnav li a:hover, .lhs-subnav li a:focus {
      color: #9b89a1; }

.faq-tabs-wrap {
  margin-top: 55px; }

.js .faq-tab {
  display: none; }

.faq-tab.active {
  display: block; }

.faq-block {
  margin-bottom: 2px; }
  .faq-block:first-child {
    margin-top: 15px; }

.faq-question {
  padding: 10px 20px;
  padding-right: 35px;
  background: url("/images/icn-arr-right-sm.png") right 15px no-repeat;
  color: #3d1053;
  font-size: 20px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .faq-question.active {
    color: #fd8105;
    background-color: rgba(247, 246, 244, 0);
    background-image: url("/images/icn-arr-down-sm.png"); }

.faq-answer {
  padding: 20px; }
  .faq-answer a {
    color: #fd8105;
    text-decoration: none; }

.js .faq-answer {
  display: none; }

.schedule-wrap {
  position: relative;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto 25px;
  padding: 10px 20px; }
  .schedule-wrap h1 {
    margin: 25px 0;
    color: #3d1053;
    text-align: center; }
  .schedule-wrap .button {
    display: block;
    width: 180px;
    margin: 45px auto 0; }
  .schedule-wrap .pagination .paginate {
    width: auto;
    padding-left: 5px;
    padding-right: 5px; }

.schedule-item {
  margin: 0 auto;
  padding: 12px 0;
  border-bottom: 1px solid #eae9e7; }
  .schedule-item {
    *zoom: 1; }
  .schedule-item:before, .schedule-item:after {
    content: "";
    display: table; }
  .schedule-item:after {
    clear: both; }

.sched-time {
  float: left;
  width: 25%;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  color: #565759; }
  .sched-time > span {
    font-size: 18px; }

.sched-desc {
  float: left;
  width: 39%;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 1.1; }
  .sched-desc .title {
    margin-bottom: 3px;
    font-style: italic;
    font-size: 22px;
    color: #555555; }

.sched-zone {
  float: left;
  width: 11%;
  min-height: 40px;
  font-size: 12px;
  line-height: 1;
  color: #565759;
  text-align: center; }
  .sched-zone .zone-title {
    font-weight: bold;
    font-size: 30px; }

.sched-map {
  float: left;
  width: 25%;
  text-align: center; }
  .sched-map .button {
    width: auto;
    margin: 0;
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px; }

.gal-tile {
  position: relative;
  overflow: hidden;
  max-width: 355px;
  margin: 0 -12px 6px; }
  .gal-tile img {
    width: 100%;
    display: block;
    margin: 0 auto; }
  .gal-tile .gal-caption {
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
    padding: 12px 15px;
    color: #fff;
    display: block;
    background-color: #3d1053;
    background-color: rgba(61, 16, 83, 0.8);
    font-size: 18px;
    line-height: 1.3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .gal-tile:hover .gal-caption {
    bottom: 0; }

#galModal .close-reveal-modal {
  color: #3d1053;
  text-decoration: none;
  text-shadow: none;
  font-weight: normal; }

#gal-modal-obj img {
  display: block;
  margin: 0 auto; }

#gal-modal-copy {
  padding: 25px 0 0;
  color: #3d1053;
  font-size: 18px; }

.form {
  margin-top: 40px; }
  .form .form-row {
    margin-bottom: 20px; }
  .form label {
    color: #3d1053;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 5px; }
  .form textarea {
    margin-bottom: 20px; }
  .form input[type="text"], .form input[type="password"], .form input[type="date"], .form input[type="datetime"], .form input[type="email"], .form input[type="number"], .form input[type="search"], .form input[type="tel"], .form input[type="time"], .form input[type="url"], .form textarea, .form select {
    border: 2px solid #9b89a1;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    height: auto;
    padding: 15px; }
  .form .button {
    display: block;
    width: 160px;
    margin: 25px auto 0; }

.checkbox-wrap input[type="checkbox"], .checkbox-wrap input[type="radio"] {
  float: left;
  margin-left: 5px;
  margin-top: 3px; }
.checkbox-wrap label {
  font-weight: 400;
  color: #747474;
  margin-left: 20px; }

.form-row.checkbox-wrap {
  margin-bottom: 5px; }
  .form-row.checkbox-wrap label {
    margin-bottom: 0; }

/* **********************************
		Team Slider
********************************** */
.teamslider-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.peopleslider {
  border-bottom: 2px solid #3d1053;
  height: 300px;
  margin-bottom: 40px; }

.person {
  height: 300px;
  width: 135px;
  padding: 0;
  margin: 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .person.selected {
    opacity: 1; }

.teamslider-outter {
  padding: 0 7%; }

.teamslider-slider {
  height: 600px; }
  .teamslider-slider .slide {
    width: 100%;
    height: 100%; }

.person-title {
  float: left;
  width: 33%; }
  .person-title h2 {
    margin: 0 0 5px 0; }
  .person-title h3 {
    margin: 0;
    font-style: italic;
    font-size: 18px; }

.person-content {
  float: right;
  width: 66%; }

.teamslider-prev, .teamslider-next {
  position: absolute;
  top: 0;
  width: 19px;
  height: 595px;
  cursor: pointer; }

.teamslider-prev {
  left: -70px;
  background: url("/images/icn-arr-left.png") center no-repeat; }

.teamslider-next {
  right: -70px;
  background: url("/images/icn-arr-right.png") center no-repeat; }

/* **********************************
		Deceased Slider
********************************** */
.deceased-slider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1080px;
  height: 410px; }

.deceased-slider .slider {
  width: 100%;
  height: 100%; }

.deceased-slider .slider .slide {
  float: left;
  width: 700px;
  height: 100%; }

.deceased-prev, .deceased-next {
  position: absolute;
  top: 150px;
  bottom: 0;
  width: 30px;
  height: 110px; }

.deceased-next {
  right: 0;
  background: url("/images/icn-arr-right.png") center no-repeat; }

.deceased-prev {
  left: 0px;
  background: url("/images/icn-arr-left.png") center no-repeat; }

	/* **********************************
		Deceased Slider
********************************** */
.deceased-slider-main {
  /* required */
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 200px; }

/* slider */
.deceased-slider-main .slider {
  /* required */
  width: 100%;
  height: 100%; }

/* slide */
.deceased-slider-main .slider .slide {
  /* required */
  float: left;
  width: 100%;
  height: 100%; }
  .deceased-slider-main .slider .slide a, .deceased-slider-main .slider .slide img {
    display: block; }
  .deceased-slider-main .slider .slide img {
    margin: 0 auto; }

.deceased-prev-main, .deceased-next-main,
.light-prev, .light-next {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  bottom: 0;
  width: 30px;
  height: 110px; }

.deceased-next-main, .light-next {
  right: 0;
  background: url("/images/icn-arr-right.png") center no-repeat; }

.deceased-prev-main, .light-prev {
  left: 0px;
  background: url("/images/icn-arr-left.png") center no-repeat; }

#lightbox {
  width: 660px;
  margin-left: -330px; }

.lightbox-slider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  height: 450px; }
  .lightbox-slider .slider {
    width: 100%;
    height: 100%; }
  .lightbox-slider .slide {
    float: left;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

@media only screen and (max-width: 680px) {
  #lightbox {
    width: auto;
    margin-left: auto;
    left: 10px;
    right: 10px; }

  .lightbox-slider {
    height: 255px; } }
/* **********************************
		Timeline Slider
********************************** */
.timeline-wrapper {
  position: relative;
  padding: 20px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.timeline-navwrap {
  position: absolute;
  bottom: 200px;
  left: 50%;
  width: 100%;
  max-width: 1300px;
  margin-left: -650px;
  z-index: 100; }

.timeline-prev, .timeline-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 110px; }

.timeline-next {
  right: -30px;
  background: url("/images/icn-arr-right.png") center no-repeat; }

.timeline-prev {
  left: -30px;
  background: url("/images/icn-arr-left.png") center no-repeat; }

.timeline-slider {
  width: 100%;
  height: 285px;
  /*padding-left: 25px; 
  padding-right: 25px; */ }
  .timeline-slider .slide {
    /*max-width: 1050px;*/
    opacity: 0.4;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .timeline-slider .slide.active {
      opacity: 1; }
  .timeline-slider .slide .timeline-content {
    overflow-y: auto;
    height: 255px; }
  .timeline-slider .slide-inner {
    *zoom: 1; }
  .timeline-slider .slide-inner:before, .timeline-slider .slide-inner:after {
    content: "";
    display: table; }
  .timeline-slider .slide-inner:after {
    clear: both; }

.container-limiter {
  max-width: 1050px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden; }

.timeline-img {
  float: left;
  width: 45%; }
  .timeline-img img {
    display: block;
    /*margin: 0 auto;*/ }

.timeline-content {
  float: left;
  width: 55%;
  padding-right: 10px; }

.timeline-dates {
  font-size: 36px;
  color: #ff840d; }

.timeline-title {
  margin-bottom: 10px;
  font-size: 28px;
  color: #ff840d; }
  .timeline-title + h3 {
    margin: -5px 0 10px 0; }

.timeline-lineview {
  position: relative;
  margin-top: 20px; }

.timeline-line {
  position: absolute;
  top: 125px;
  left: 0;
  right: 0;
  background: #3d1053;
  height: 3px; }

.timeline-line-inner {
  max-width: 1163px;
  height: 242px;
  margin: -3px auto 0;
  z-index: 1;
  padding-left: 30px; }

.timeline-date {
  position: relative;
  display: inline-block;
  width: 160px; }
  .timeline-date .date {
    position: relative;
    margin-top: 15px;
    padding-top: 12px;
    color: #3d1053;
    border-top: 3px solid #3d1053;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .timeline-date:before {
    content: "";
    position: absolute;
    top: 125px;
    left: 50%;
    margin-left: -1px;
    background: #fff;
    height: 3px;
    width: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1; }
  .timeline-date.active .date {
    color: #ff840d; }
  .timeline-date.active:before {
    background-color: #ff840d;
    width: 110px;
    margin-left: -55px; }

.timeline-thumb {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.timeline-date-pusher {
  display: inline-block;
  width: 100%; }

.pagination {
  float: right;
  position: relative;
  padding: 0 22px;
  text-align: right;
  margin-bottom: 15px; }
  .pagination .prev, .pagination .next {
    position: absolute;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px; }
  .pagination .prev {
    left: 0;
    background-image: url("/images/icn-arr-left-sm.png"); }
  .pagination .next {
    right: 0;
    background-image: url("/images/icn-arr-right-sm.png"); }
  .pagination .paginate {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    line-height: 20px;
    color: #fff;
    background: #9b89a1;
    /*border-radius: 3px;*/
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center; }
    .pagination .paginate:hover, .pagination .paginate:focus {
      background: #6C4D7A; }
    .pagination .paginate.active {
      background: #3d1053;
      cursor: default; }

.asset-tile {
  display: inline-block;
  width: 250px;
  margin: 0 12px 12px 0;
  padding: 15px;
  border: 1px solid #9b89a1;
  box-shadow: 0 0 2px rgba(61, 16, 83, 0.3);
  text-align: center; }
  .asset-tile h4 {
    margin-top: 0; }
  .asset-tile p img, .asset-tile img {
    display: block;
    margin: 0 auto 15px; }
  .asset-tile .button {
    margin-top: 15px; }

.news-list-wrap {
  position: relative; }

.news-next, .news-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat; }

.news-next {
  right: -60px;
  background-image: url("/images/icn-arr-right.png"); }

.news-prev {
  left: -60px;
  background-image: url("/images/icn-arr-left.png"); }

.news-list {
  display: block;
  text-decoration: none;
  margin: 0 auto 25px; }
  .news-list img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .news-list:hover img, .news-list:focus img {
    opacity: 0.9; }
  .news-list:hover .news-list-title, .news-list:focus .news-list-title {
    color: #9b89a1; }

.news-list-title {
  color: #3d1053;
  font-size: 18px; }

.errorpage-wrap {
  position: relative;
  width: 100%;
  height: 90vh;
  margin-bottom: -40px;
  background: url("/images/404bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden; }

.errorpage-content {
  padding: 100px 0;
  width: 100%;
  max-width: 700px;
  margin: 100px auto;
  background: rgba(255, 255, 255, 0.7);
  text-align: center; }
  .errorpage-content h1 {
    margin: 0;
    font-size: 150px;
    line-height: 0.8; }
  .errorpage-content h2 {
    font-size: 32px; }

.searchrssnippet {
  padding: 0 15px;
  border-bottom: 1px solid #9b89a1; }
  .searchrssnippet h4 a {
    color: #3d1053;
    text-decoration: none; }
  .searchrssnippet p a {
    color: #3d1053; }

.posshort {
  font-style: italic; }

.search-type {
  background: #3d1053;
  padding: 20px; }

.search-type-form {
  position: relative; }
  .search-type-form .flex-field {
    margin-right: 50px; }
  .search-type-form input[type="text"] {
    width: 100%;
    border: 0;
    margin: 0;
    border: 1px solid #3d1053;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
    height: auto;
    font-size: 24px;
    font-weight: normal;
    font-style: normal; }
  .search-type-form .btn-search {
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("/images/sprite-search.png") center top no-repeat; }

.deceased-tabbtnwrap {
  margin: 0 -0.25% 10px; }
  .deceased-tabbtnwrap {
    *zoom: 1; }
  .deceased-tabbtnwrap:before, .deceased-tabbtnwrap:after {
    content: "";
    display: table; }
  .deceased-tabbtnwrap:after {
    clear: both; }

.deceased-tabbtn {
  float: left;
  width: 24.5%;
  margin: 0 0.25%;
  padding: 10px 0;
  background: #beb0a3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer; }
  .deceased-tabbtn img {
    margin-left: 5px;
    vertical-align: middle; }
  .deceased-tabbtn.active {
    background: #3d1053; }

.deceased-tab .row {
  margin-left: -10px;
  margin-right: -10px; }
.deceased-tab .columns {
  padding-left: 10px;
  padding-right: 10px; }

.deceased-candywrap {
  border: 1px solid #dadada;
  padding: 15px;
  margin-bottom: 20px; }
  .deceased-candywrap .row {
    margin-left: -15px;
    margin-right: -15px; }
  .deceased-candywrap .columns {
    padding-left: 15px;
    padding-right: 15px; }
  .deceased-candywrap .columns.bg-grey {
    margin: -15px 0;
    padding-top: 15px;
    padding-bottom: 51px; }

.deceased-candy table {
  background: transparent;
  border: 0;
  width: 100%; }
  .deceased-candy table th {
    width: 185px; }
  .deceased-candy table tbody tr:nth-child(even) {
    background: transparent; }
.deceased-candy h3 {
  margin-bottom: 10px; }
.deceased-candy h3:first-child {
  margin-top: 0; }

.deceased-imgtabhdr {
  max-width: 275px;
  margin: 0 auto; }
  .deceased-imgtabhdr p {
    margin-bottom: 5px; }

.deceased-imgtab {
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 4px;
  background: #beb0a3;
  color: #fff;
  cursor: pointer; }
  .deceased-imgtab.active {
    background: #3d1053; }

.deceased-imgtabgal {
  position: relative;
  max-width: 275px;
  margin: -4px auto 5px; }

.icn-enlarge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5) url("/images/sprite-search.png") 0 0 no-repeat;
  pointer-events: none; }

.deceased-galimg {
  display: none;
  cursor: pointer; }
  .deceased-galimg img {
    display: block;
    margin: 0 auto; }
  .deceased-galimg.active {
    display: block; }

/* OffCanvas mobile */
.mobile-menu {
  position: absolute;
  top: 50%;
  padding: 9px 0;
  margin-top: -25px;
  right: 10px;
  width: 40px;
  display: none;
  background: url("/images/icn-menu.png") center no-repeat;
  cursor: pointer; }
  .mobile-menu span {
    display: block;
    width: 25px;
    margin: 6px auto;
    height: 3px;
    background-color: #3d1053;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

body {
  /*&.hide-extras {overflow: hidden;}*/ }
  body.off-canvas {
    padding: 0;
    margin: 0; }

#main:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

#mob-right-nav, #main {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -o-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in; }

#main {
  float: right;
  margin-right: 0; }

#mob-right-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  z-index: 2;
  right: -260px;
  overflow: auto; }

.mob-sidebar {
  background: #3d1053;
  padding: 20px 0;
  border-left: 1px solid #fff; }
  .mob-sidebar li {
    float: none;
    margin: 0; }
    .mob-sidebar li a {
      display: block;
      padding: 10px 20px 10px 15px;
      position: relative;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .mob-sidebar li a:hover, .mob-sidebar li a:focus {
        background-color: #fff;
        color: #3d1053; }
    .mob-sidebar li .flyout {
      width: auto;
      display: none;
      border: none;
      margin: 0;
      background: #6C4D7A;
      position: static;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .mob-sidebar li .flyout > li > a {
        padding-left: 40px; }
    .mob-sidebar li.has-flyout > a {
      pointer-events: none; }
      .mob-sidebar li.has-flyout > a:before {
        content: "";
        position: absolute;
        right: 2px;
        top: 50%;
        margin-top: -10px;
        width: 21px;
        height: 21px;
        background: url("/images/icn-mobnav-closed.png?v=1.0") center no-repeat; }
    .mob-sidebar li.has-flyout:hover > a, .mob-sidebar li.has-flyout:focus > a, .mob-sidebar li.has-flyout.open > a {
      text-decoration: none;
      background-color: #fff;
      color: #3d1053; }
      .mob-sidebar li.has-flyout:hover > a:before, .mob-sidebar li.has-flyout:focus > a:before, .mob-sidebar li.has-flyout.open > a:before {
        background-image: url("/images/icn-mobnav-open.png?v=1.0"); }
    .mob-sidebar li.has-flyout.canclick > a {
      pointer-events: auto; }
  .mob-sidebar li, .mob-sidebar li a {
    font-size: 16px;
    color: #fff;
    display: block; }

.mobilemenu-social {
  text-align: center;
  margin-top: 20px; }
  .mobilemenu-social .icn-twit, .mobilemenu-social .icn-face, .mobilemenu-social .icn-vim {
    margin: 0 15px 0 0; }

.active-right #mob-right-nav {
  right: 0; }
.active-right #main {
  margin-right: 260px; }

/* bValidator Form Messages */
.bvalidator_invalid {
  background-color: #FFFFAE; }

.bvalidator_errmsg {
  display: none;
  padding: 1px 10px 1px 5px;
  background-color: #333;
  border: 1px solid #999;
  -moz-box-shadow: 0 0 6px #ddd;
  -webkit-box-shadow: 0 0 6px #ddd;
  box-shadow: 0 0 6px #ddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  white-space: nowrap;
  color: #FFF; }
  .bvalidator_errmsg div {
    font-size: 11px; }
  .bvalidator_errmsg .bvalidator_close_icon {
    margin-left: 5px;
    margin-top: -2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #3d1053;
    font-size: 12px;
    line-height: 1;
    cursor: pointer; }
  .bvalidator_errmsg em {
    position: absolute;
    bottom: -8px;
    left: 8px;
    display: block;
    height: 0;
    width: 0;
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0; }

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* iPhone Retina Images */
/* PRINT */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
#entry-form label {
  display: inline;
  padding: 2px; }
#entry-form select {
  display: inline-block;
  width: auto;
  padding: 4px;
  margin: 0 4px; }
#entry-form .error_list {
  padding: 0; }
  #entry-form .error_list li {
    font-size: 14px; }

.anzac-share {
  margin-left: -70px;
  margin-top: -120px;
  position: absolute;
  z-index: 50;
  color: #FFFFFF;
  padding-left: 40px;
  left: 50%; }
  .anzac-share .share-text {
    left: -8px;
    position: absolute;
    top: 4px; }

#images-video-container .qq-upload-button, .file-uploader-btn {
  display: block;
  float: right;
  padding: 0;
  height: 30px;
  line-height: 29px;
  text-indent: -15px;
  width: 150px;
  background: #fff url("/images/icn-arrow.gif") 90% center no-repeat;
  border: 1px dashed #5e5e5e; }
  #images-video-container .qq-upload-button > div, .file-uploader-btn > div {
    color: #111; }

#fancyuploader-video label {
  margin-bottom: 0;
  line-height: 16px; }
#fancyuploader-video .upload-docs-frame > b {
  display: none; }
#fancyuploader-video .qq-uploader {
  background: #f4f4f4;
  margin-right: 150px; }
  #fancyuploader-video .qq-uploader {
    *zoom: 1; }
  #fancyuploader-video .qq-uploader:before, #fancyuploader-video .qq-uploader:after {
    content: "";
    display: table; }
  #fancyuploader-video .qq-uploader:after {
    clear: both; }
#fancyuploader-video .qq-upload-list li {
  padding: 7px; }
#fancyuploader-video .upload-images-frame, #fancyuploader-video .upload-docs-frame {
  height: 70px; }
#fancyuploader-video .ui-sortable {
  list-style-type: none;
  margin: 20px 0;
  padding: 0; }

#images-area-container > label {
  margin-bottom: 0;
  line-height: 16px; }
#images-area-container .upload-images-frame > b {
  display: none; }
#images-area-container .upload-images-frame, #images-area-container .upload-docs-frame {
  height: auto; }
#images-area-container .qq-upload-button {
  background: #f4f4f4 url("/images/upload_image.png") center 23px no-repeat;
  height: 180px;
  width: 100%;
  text-align: center;
  border: none; }
  #images-area-container .qq-upload-button > div {
    display: none; }
#images-area-container .french-uploadimages .qq-upload-button {
  background: #f4f4f4 url("/images/upload_image - French.png") center 23px no-repeat; }
#images-area-container .top-nav-container {
  list-style-type: none;
  margin: 20px 0;
  padding: 0; }

.uploader-image {
  padding: 5px;
  min-height: 160px; }

.error_list {
  list-style-type: none;
  margin-top: 4px; }
  .error_list li {
    color: #FF0000; }

/*# sourceMappingURL=style.css.map */
