/*!

Theme Name: On The List
Author: Nick Morton - Melbourne, Australia
Author URI: Nick Morton - Melbourne, Australia_uri
Version: 0.1.0
Description: (c) Copyright 2015 Nick Morton

Wed Oct 21 2015 07:05:48 GMT+1100 (AEDT)

*/

.social-icons>li a,
.button,
.header .header-top .subscribe .header-subscribe-form input[type='email'],
.header .header-main .otl-melbourne-logo a,
.footer .footer-bottom .links a,
.footer .footer-links .links li a,
.form-modal,
.form-modal .form-modal-wrap,
.form-modal .form-modal-wrap .close-modal,
.form-modal .gform_wrapper .gform_footer .button,
.sign-up-modal,
.sign-up-modal .sign-up-modal-wrap,
.sign-up-modal .sign-up-modal-wrap .close-modal,
.main-nav ul>li>a,
.responsive-nav-wrap,
.responsive-nav-wrap .responsive-nav,
.responsive-nav-wrap .responsive-nav ul>li>a,
.gform_wrapper .gform_footer .button,
.gform_fields .gfield .ginput_container input[type="text"],
.gform_fields .gfield .ginput_container textarea,
.coming-soon-main .coming-soon-imac a:before,
.coming-soon-social-icons>li>a,
.coming-soon-social-icons>li>a:before,
.home-hero .home-hero-inner .button,
.featured-events .event-bottom a,
.have-an-event .have-an-event-inner .button,
.home-whats-on .day-picker li a,
.whats-on-events,
.whats-on-events .event-wrap,
.whats-on-events .event-wrap .open-close:before,
.whats-on-events .event-wrap .open-close:after,
.blog-posts .post .post-read-more,
.meet-the-team .team-member .bio .title a,
.meet-the-team .team-member .bio .twitter a,
.like-to-do .like-to-do-circles ul li,
.brands .brand-logos .logo,
.team-bio .team-bio-info .toggle-bio:before,
.team-bio .team-bio-info .toggle-bio:after,
.team-bio .team-bio-info .links li a,
.team-bio .team-bio-description,
.series-circles li .overlay,
.single-event-wrap .event-details .info li a,
.competition-register .gform_wrapper .gform_footer .button,
.contact-form .gform_wrapper .gform_footer .button,
.contact-details li a {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.social-icons,
.main-nav ul,
.responsive-nav-wrap .responsive-nav ul,
.coming-soon-social-icons {
    list-style: none;
    margin: 0;
    padding: 0
}
.social-icons>li,
.main-nav ul>li,
.responsive-nav-wrap .responsive-nav ul>li,
.coming-soon-social-icons>li {
    display: inline-block;
    margin: 0;
    padding: 0
}
.social-icons>li>a,
.main-nav ul>li>a,
.responsive-nav-wrap .responsive-nav ul>li>a,
.coming-soon-social-icons>li>a {
    display: block
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
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-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container:before,
.container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}
.container-fluid:after {
    clear: both
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.row:before,
.row:after {
    content: " ";
    display: table
}
.row:after {
    clear: both
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}
.col-xs-1 {
    width: 8.33333%
}
.col-xs-2 {
    width: 16.66667%
}
.col-xs-3 {
    width: 25%
}
.col-xs-4 {
    width: 33.33333%
}
.col-xs-5 {
    width: 41.66667%
}
.col-xs-6 {
    width: 50%
}
.col-xs-7 {
    width: 58.33333%
}
.col-xs-8 {
    width: 66.66667%
}
.col-xs-9 {
    width: 75%
}
.col-xs-10 {
    width: 83.33333%
}
.col-xs-11 {
    width: 91.66667%
}
.col-xs-12 {
    width: 100%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-pull-1 {
    right: 8.33333%
}
.col-xs-pull-2 {
    right: 16.66667%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-4 {
    right: 33.33333%
}
.col-xs-pull-5 {
    right: 41.66667%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-7 {
    right: 58.33333%
}
.col-xs-pull-8 {
    right: 66.66667%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-10 {
    right: 83.33333%
}
.col-xs-pull-11 {
    right: 91.66667%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-push-1 {
    left: 8.33333%
}
.col-xs-push-2 {
    left: 16.66667%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-4 {
    left: 33.33333%
}
.col-xs-push-5 {
    left: 41.66667%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-7 {
    left: 58.33333%
}
.col-xs-push-8 {
    left: 66.66667%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-10 {
    left: 83.33333%
}
.col-xs-push-11 {
    left: 91.66667%
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-offset-0 {
    margin-left: 0%
}
.col-xs-offset-1 {
    margin-left: 8.33333%
}
.col-xs-offset-2 {
    margin-left: 16.66667%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-4 {
    margin-left: 33.33333%
}
.col-xs-offset-5 {
    margin-left: 41.66667%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-7 {
    margin-left: 58.33333%
}
.col-xs-offset-8 {
    margin-left: 66.66667%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-10 {
    margin-left: 83.33333%
}
.col-xs-offset-11 {
    margin-left: 91.66667%
}
.col-xs-offset-12 {
    margin-left: 100%
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}
@media (min-width: 1400px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}
.modal-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}
.modal-footer:after {
    clear: both
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}
@-ms-viewport {
    width: device-width
}
.visible-xs {
    display: none !important
}
.visible-sm {
    display: none !important
}
.visible-md {
    display: none !important
}
.visible-lg {
    display: none !important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .visible-md-block {
        display: block !important
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .visible-md-inline {
        display: inline !important
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 1400px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}
@media (min-width: 1400px) {
    .visible-lg-block {
        display: block !important
    }
}
@media (min-width: 1400px) {
    .visible-lg-inline {
        display: inline !important
    }
}
@media (min-width: 1400px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width: 1400px) {
    .hidden-lg {
        display: none !important
    }
}
.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}
.visible-print-block {
    display: none !important
}
@media print {
    .visible-print-block {
        display: block !important
    }
}
.visible-print-inline {
    display: none !important
}
@media print {
    .visible-print-inline {
        display: inline !important
    }
}
.visible-print-inline-block {
    display: none !important
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}
.clearfix {
    zoom: 1
}
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}
.clearfix:after {
    clear: both
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.coming-soon-main .coming-soon-imac a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}
.fixesabugwithcompass {
    background-image: url('images/sprites-s1beb7bd61e.png')
}
/*! Flickity v1.0.0
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}
.flickity-enabled:focus {
    outline: none
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}
.flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.flickity-prev-next-button:hover {
    background: white
}
.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F
}
.flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    opacity: 0.6
}
.flickity-prev-next-button.previous {
    left: 10px
}
.flickity-prev-next-button.next {
    right: 10px
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}
.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: 0.3;
    cursor: auto
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}
.flickity-prev-next-button .arrow {
    fill: #333
}
.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}
.flickity-rtl .flickity-page-dots {
    direction: rtl
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: 0.25;
    cursor: pointer
}
.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    opacity: 1
}
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.vbox-overlay {
    background: #fdfdfd;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto
}
.vbox-preloader {
    position: fixed;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    background-image: url(images/venobox/preload-circle.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(18) infinite;
    -moz-animation: playload 1.4s steps(18) infinite;
    -ms-animation: playload 1.4s steps(18) infinite;
    -o-animation: playload 1.4s steps(18) infinite;
    animation: playload 1.4s steps(18) infinite
}
@-webkit-keyframes playload {
    from {
        background-position: 0px
    }
    to {
        background-position: -576px
    }
}
@-moz-keyframes playload {
    from {
        background-position: 0px
    }
    to {
        background-position: -576px
    }
}
@-ms-keyframes playload {
    from {
        background-position: 0px
    }
    to {
        background-position: -576px
    }
}
@-o-keyframes playload {
    from {
        background-position: 0px
    }
    to {
        background-position: -576px
    }
}
@keyframes playload {
    from {
        background-position: 0px
    }
    to {
        background-position: -576px
    }
}
.vbox-close {
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(images/venobox/close.gif) no-repeat #161617;
    background-position: 10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden
}
.vbox-next,
.vbox-prev {
    box-sizing: content-box;
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 170px;
    margin-top: -85px;
    text-indent: -100px;
    border: solid transparent;
    overflow: hidden
}
.vbox-prev {
    left: 0;
    border-width: 0 30px 0 10px;
    background: url(images/venobox/prev.gif) center center no-repeat
}
.vbox-next {
    right: 0;
    border-width: 0 10px 0 30px;
    background: url(images/venobox/next.gif) center center no-repeat
}
.vbox-title {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0
}
.vbox-num {
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none
}
.vbox-inline {
    width: 420px;
    height: 315px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: auto
}
.venoframe {
    border: none;
    width: 960px;
    height: 540px
}
@media (max-width: 992px) {
    .venoframe {
        width: 640px;
        height: 360px
    }
}
@media (max-width: 767px) {
    .venoframe {
        width: 420px;
        height: 236px
    }
}
@media (max-width: 460px) {
    .vbox-inline {
        width: 100%
    }
    .venoframe {
        width: 100%;
        height: 260px
    }
}
.vbox-open {
    overflow: hidden
}
.vbox-container {
    position: relative;
    background: #000;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}
.vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden
}
.vbox-container img {
    max-width: 100%;
    height: auto
}
@font-face {
    font-family: 'Gotham Book';
    src: url("fonts/Gotham-Book.eot");
    src: url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype"), url("fonts/Gotham-Book.svg#7510147900d23fa3ad697e74bf146ea2") format("svg");
    font-style: normal;
    font-weight: 400
}
body,
.sign-up .spam-message,
.sign-up .gform_fields .gfield .ginput_container input[type="text"],
.sign-up .gform_fields .gfield .ginput_container textarea,
.form-modal .gform_fields .gfield .ginput_container input[type="text"],
.form-modal .gform_fields .gfield .ginput_container textarea,
.competition-register .gform_fields .gfield .ginput_container input[type="text"],
.competition-register .gform_fields .gfield .ginput_container textarea,
.competition-bottom .closes a,
.contact-form .gform_fields .gfield .ginput_container input[type="text"],
.contact-form .gform_fields .gfield .ginput_container textarea {
    font-family: "Gotham Book", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal !important
}
body em,
.sign-up .spam-message em,
.sign-up .gform_fields .gfield .ginput_container input[type="text"] em,
.sign-up .gform_fields .gfield .ginput_container textarea em,
.form-modal .gform_fields .gfield .ginput_container input[type="text"] em,
.form-modal .gform_fields .gfield .ginput_container textarea em,
.competition-register .gform_fields .gfield .ginput_container input[type="text"] em,
.competition-register .gform_fields .gfield .ginput_container textarea em,
.competition-bottom .closes a em,
.contact-form .gform_fields .gfield .ginput_container input[type="text"] em,
.contact-form .gform_fields .gfield .ginput_container textarea em {
    font-style: italic !important
}
@font-face {
    font-family: 'Gotham Medium';
    src: url("fonts/Gotham-Medium.eot");
    src: url("fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Medium.woff") format("woff"), url("fonts/Gotham-Medium.ttf") format("truetype"), url("fonts/Gotham-Medium.svg#bdc473fae2f64b1c45b8886bcff81bae") format("svg");
    font-style: normal;
    font-weight: 400
}
.button,
.form-modal .gform_confirmation_message,
.like-to-do .like-to-do-slider .slide .slide-content p a,
.series-circles li .overlay .coming-soon,
.competition-register .gform_confirmation_message,
.contact-form .gform_confirmation_message {
    font-family: "Gotham Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal !important
}
.button em,
.form-modal .gform_confirmation_message em,
.like-to-do .like-to-do-slider .slide .slide-content p a em,
.series-circles li .overlay .coming-soon em,
.competition-register .gform_confirmation_message em,
.contact-form .gform_confirmation_message em {
    font-style: italic !important
}
@font-face {
    font-family: 'Gotham Bold';
    src: url("fonts/Gotham-Bold.eot");
    src: url("fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold.ttf") format("truetype"), url("fonts/Gotham-Bold.svg#6a327a217ddd10461b1acdc4d224fee0") format("svg");
    font-style: normal;
    font-weight: 700
}
body strong,
.sign-up .spam-message strong,
.sign-up .gform_fields .gfield .ginput_container input[type="text"] strong,
.sign-up .gform_fields .gfield .ginput_container textarea strong,
.form-modal .gform_fields .gfield .ginput_container input[type="text"] strong,
.form-modal .gform_fields .gfield .ginput_container textarea strong,
.competition-register .gform_fields .gfield .ginput_container input[type="text"] strong,
.competition-register .gform_fields .gfield .ginput_container textarea strong,
.competition-bottom .closes a strong,
.contact-form .gform_fields .gfield .ginput_container input[type="text"] strong,
.contact-form .gform_fields .gfield .ginput_container textarea strong,
.header .header-top .subscribe span strong,
.header .header-top .subscribe .header-subscribe-form .button,
.header .header-main .open-sign-up,
.form-modal .form-modal-wrap .close-modal,
.form-modal .gfield_label,
.sign-up-modal .sign-up-modal-wrap .close-modal,
.main-nav ul>li>a,
.responsive-nav-wrap .responsive-nav ul>li>a,
.gform_wrapper .gform_footer .button,
.gform_wrapper .validation_error,
.gform_wrapper .validation_message,
.gform_fields .gfield .ginput_container input[type="text"],
.gform_fields .gfield .ginput_container textarea,
.home-hero .home-hero-inner .button,
.featured-events .event-details .venue,
.featured-events .event-details .info,
.featured-events .event-bottom,
.have-an-event .have-an-event-inner .button,
.home-whats-on .day-picker li a,
.whats-on-events .event-details .event-details-main .venue,
.whats-on-events .event-details .event-details-main .info,
.blog-posts .post .post-read-more,
.single-post .post-content p:first-child,
.blog-categories>li,
.meet-the-team .team-member .bio .title,
.meet-the-team .team-member .bio .twitter,
.team-bio .team-bio-info .title,
.series-circles li .overlay .title,
.single-event-wrap .event-details .venue,
.single-event-wrap .event-details .info,
.competition-bottom .closes,
.contact-details {
    font-family: "Gotham Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal !important
}
body strong em,
.sign-up .spam-message strong em,
.sign-up .gform_fields .gfield .ginput_container input[type="text"] strong em,
.sign-up .gform_fields .gfield .ginput_container textarea strong em,
.form-modal .gform_fields .gfield .ginput_container input[type="text"] strong em,
.form-modal .gform_fields .gfield .ginput_container textarea strong em,
.competition-register .gform_fields .gfield .ginput_container input[type="text"] strong em,
.competition-register .gform_fields .gfield .ginput_container textarea strong em,
.contact-form .gform_fields .gfield .ginput_container input[type="text"] strong em,
.contact-form .gform_fields .gfield .ginput_container textarea strong em,
.header .header-top .subscribe span strong em,
.header .header-top .subscribe .header-subscribe-form .button em,
.header .header-main .open-sign-up em,
.form-modal .form-modal-wrap .close-modal em,
.form-modal .gfield_label em,
.sign-up-modal .sign-up-modal-wrap .close-modal em,
.main-nav ul>li>a em,
.responsive-nav-wrap .responsive-nav ul>li>a em,
.gform_wrapper .gform_footer .button em,
.gform_wrapper .validation_error em,
.gform_wrapper .validation_message em,
.gform_fields .gfield .ginput_container input[type="text"] em,
.gform_fields .gfield .ginput_container textarea em,
.home-hero .home-hero-inner .button em,
.featured-events .event-details .venue em,
.featured-events .event-details .info em,
.featured-events .event-bottom em,
.have-an-event .have-an-event-inner .button em,
.home-whats-on .day-picker li a em,
.whats-on-events .event-details .event-details-main .venue em,
.whats-on-events .event-details .event-details-main .info em,
.blog-posts .post .post-read-more em,
.single-post .post-content p:first-child em,
.blog-categories>li em,
.meet-the-team .team-member .bio .title em,
.meet-the-team .team-member .bio .twitter em,
.team-bio .team-bio-info .title em,
.series-circles li .overlay .title em,
.single-event-wrap .event-details .venue em,
.single-event-wrap .event-details .info em,
.competition-bottom .closes em,
.contact-details em {
    font-style: italic !important
}
@font-face {
    font-family: 'Gotham Black';
    src: url("fonts/Gotham-Black.eot");
    src: url("fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Black.woff") format("woff"), url("fonts/Gotham-Black.ttf") format("truetype"), url("fonts/Gotham-Black.svg#0b358a21b3e426ee0635cfc34eab6e7e") format("svg");
    font-style: normal;
    font-weight: 400
}
.footer .footer-bottom .copyright,
.home-hero .more,
.featured-events .event-image .event-date,
.whats-on-events .event-summary .date.single .day,
.whats-on-events .event-summary .date.range .day,
.whats-on-events .event-details .event-details-share span,
.our-partners .text,
.otl-gang .text,
.videos .video .date,
.single-event-wrap .event-image .event-date,
.competition-bottom .share span {
    font-family: "Gotham Black", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal !important
}
.footer .footer-bottom .copyright em,
.home-hero .more em,
.featured-events .event-image .event-date em,
.whats-on-events .event-summary .date.single .day em,
.whats-on-events .event-summary .date.range .day em,
.whats-on-events .event-details .event-details-share span em,
.our-partners .text em,
.otl-gang .text em,
.videos .video .date em,
.single-event-wrap .event-image .event-date em,
.competition-bottom .share span em {
    font-style: italic !important
}
@font-face {
    font-family: 'Gotham Ultra';
    src: url("fonts/Gotham-Ultra.eot");
    src: url("fonts/Gotham-Ultra.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Ultra.woff") format("woff"), url("fonts/Gotham-Ultra.ttf") format("truetype"), url("fonts/Gotham-Ultra.svg#68cdd64c623d5cd24b716ed9d9ff0958") format("svg");
    font-style: normal;
    font-weight: 400
}
h1,
h2,
.sign-up .heading,
.form-modal .form-title,
.home-hero .home-hero-inner h1,
.competition-register .competition-register-inner h4 {
    font-family: "Gotham Ultra", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal !important
}
h1 em,
h2 em,
.sign-up .heading em,
.form-modal .form-title em,
.home-hero .home-hero-inner h1 em,
.competition-register .competition-register-inner h4 em {
    font-style: italic !important
}
@font-face {
    font-family: 'Moon Bold';
    src: url("fonts/Moon Bold.eot");
    src: url("fonts/Moon Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Moon Bold.woff") format("woff"), url("fonts/Moon Bold.ttf") format("truetype"), url("fonts/Moon Bold.svg#79235a7b8433eb6c3e031ad2bfdfe575") format("svg");
    font-style: normal;
    font-weight: 700
}
h3,
.footer .footer-bottom .links,
.footer .footer-links .links li a.highlight,
.blog-posts .post .post-title,
.meet-the-team .team-member .name,
.like-to-do .like-to-do-circles ul li a span,
.team-bio .team-bio-info .name,
.competition-register .gfield_label,
.contact-form .gfield_label {
    font-family: "Moon Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal !important
}
@font-face {
    font-family: 'Moon Light';
    src: url("fonts/Moon Light.eot");
    src: url("fonts/Moon Light.eot?#iefix") format("embedded-opentype"), url("fonts/Moon Light.woff") format("woff"), url("fonts/Moon Light.ttf") format("truetype"), url("fonts/Moon Light.svg#c8ccb975bcf4e52b054a3ca43f0dcf95") format("svg");
    font-style: normal;
    font-weight: 200
}
.footer .footer-links {
    font-family: "Moon Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal !important
}
.social-icons>li a:before,
.coming-soon-social-icons>li>a:before,
.home-hero .more:before,
.featured-events .event-details .info li.icon:before,
.whats-on-events .event-wrap .open-close:before,
.whats-on-events .event-details .event-details-main .info li.icon:before,
.meet-the-team .team-member .button:before,
.team-bio .team-bio-info .toggle-bio:before,
.team-bio .team-bio-info .links li a:before,
.single-event-wrap .event-details .info li.icon:before,
.contact-details li.icon:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0 !important
}
.whats-on-events .event-wrap .open-close:after,
.team-bio .team-bio-info .toggle-bio:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0
}
@font-face {
    font-family: 'otl-coming-soon';
    src: url("fonts/otl-coming-soon.eot?-t7g45y");
    src: url("fonts/otl-coming-soon.eot?#iefix-t7g45y") format("embedded-opentype"), url("fonts/otl-coming-soon.woff?-t7g45y") format("woff"), url("fonts/otl-coming-soon.ttf?-t7g45y") format("truetype"), url("fonts/otl-coming-soon.svg?-t7g45y#otl-coming-soon") format("svg");
    font-weight: normal;
    font-style: normal
}
.cs-icon-email:before {
    content: "\e602"
}
.cs-icon-twitter:before {
    content: "\e604"
}
.cs-icon-facebook:before {
    content: "\e600"
}
.cs-icon-instagram:before {
    content: "\e601"
}
.cs-icon-youtube:before {
    content: "\e603"
}
@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?pxs96m");
    src: url("fonts/icomoon.eot?#iefixpxs96m") format("embedded-opentype"), url("fonts/icomoon.ttf?pxs96m") format("truetype"), url("fonts/icomoon.woff?pxs96m") format("woff"), url("fonts/icomoon.svg?pxs96m#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}
.icon-phone:before {
    content: "\e800"
}
.icon-website:before {
    content: "\e60b"
}
.icon-email:before {
    content: "\e60a"
}
.icon-close:before {
    content: "\e608"
}
.icon-down-arrow:before {
    content: "\e609"
}
.icon-cost:before {
    content: "\e605"
}
.icon-location:before {
    content: "\e606"
}
.icon-time:before {
    content: "\e607"
}
.icon-menu:before {
    content: "\e604"
}
.icon-facebook:before {
    content: "\e600"
}
.icon-instagram:before {
    content: "\e601"
}
.icon-twitter:before {
    content: "\e602"
}
.icon-youtube:before {
    content: "\e603"
}
html,
body {
    width: 100%;
    height: 100%
}
body {
    font-size: 16px;
    line-height: 1.33333333333333;
    background-color: #e8ecf0;
    padding-top: 72px
}
body.page-template-page-coming-soon {
    background: #45af6f
}
@media (max-width: 768px) {
    body {
        padding-top: 0
    }
}
a:link,
a:visited {
    text-decoration: none
}
a:link:hover,
a:visited:hover {
    text-decoration: underline
}
.body-wrap {
    width: 100%
}
.social-icons>li a {
    width: 42px;
    height: 42px;
    border: 2px solid #4eaa78;
    color: #4eaa78;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    position: relative;
    text-indent: -9999em;
    margin: 0 3px
}
.social-icons>li a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
    font-size: 22px
}
.social-icons>li a:hover {
    color: #c2c4c5;
    border-color: #c2c4c5
}
h1,
h2 {
    font-size: 2.1875em;
    color: #216fb1;
    line-height: 0.9;
    margin: 0 0 0 0;
    text-transform: lowercase;
    text-align: center
}
@media (max-width: 768px) {
    h1,
    h2 {
        font-size: 2em
    }
}
h1 span,
h2 span {
    font-size: 0.75em
}
h3 {
    font-size: 1.75em;
    color: #216fb1;
    margin: 0 0 0 0;
    text-transform: lowercase;
    line-height: 1
}
hr {
    width: 100%;
    height: 1px;
    float: left;
    border: none;
    background-color: #c2c4c5
}
.button {
    background: none;
    border: 4px solid #4eaa78;
    font-size: 1.375em;
    color: #4eaa78;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    padding: 7px 15px 5px
}
.button:hover {
    background-color: rgba(78, 170, 120, 0.2);
    text-decoration: none !important
}
.button:active,
.button:focus {
    outline: 0
}
.button.button-white {
    border-color: #fff;
    color: #fff
}
.button.button-white:hover {
    background-color: rgba(255, 255, 255, 0.2)
}
.button.button-blue {
    border-color: #216fb1;
    color: #216fb1
}
.button.button-blue:hover {
    background-color: rgba(33, 111, 177, 0.2)
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 999
}
.header .header-top {
    background-color: #4eaa78;;
    padding: 8px 0
}
.header .header-top .subscribe {
    text-align: center
}
.header .header-top .subscribe span {
    color: #fff;
    font-size: 0.75em;
    font-style: italic
}
.header .header-top .subscribe .header-subscribe-form {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px
}
.header .header-top .subscribe .header-subscribe-form input[type='email'] {
    width: 164px;
    float: left;
    font-size: 0.75em;
    color: #000;
    border: none;
    background: #fff;
    padding: 3px 4px 3px 4px
}
.header .header-top .subscribe .header-subscribe-form input[type='email']:active,
.header .header-top .subscribe .header-subscribe-form input[type='email']:focus {
    outline: 0;
    background-color: #edf6f1
}
.header .header-top .subscribe .header-subscribe-form .button {
    width: 68px;
    float: left;
    margin-left: 4px;
    border: none;
    background: #fff;
    font-size: 0.675em;
    color: #4eaa78;
    text-transform: uppercase;
    padding: 3px 4px 3px 4px
}
.header .header-top .subscribe .header-subscribe-form .button:active,
.header .header-top .subscribe .header-subscribe-form .button:focus {
    outline: 0
}
.header .header-main {
    height: 80px;
    background-color: #fff;
    padding: 10px 0px 0px 0px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    position: relative
}
.header .header-main .otl-melbourne-logo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 130px;
    height: 108px;
    margin: 0 0 0 -65px
}
.header .header-main .otl-melbourne-logo:before {
    content: '';
    position: absolute;
    left: 5px;
    width: 120px;
    height: 60px;
    z-index: 10;	
    background-color: #fff;
    -moz-border-radius: 0 0 60px 60px;
    -webkit-border-radius: 0;
    border-radius: 0 0 60px 60px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25)
}
.header .header-main .otl-melbourne-logo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 80px;
    z-index: 20;
    background-color: #fff
}
@media (min-width: 769px) {
.header .header-main .otl-melbourne-logo a {
top: 12px;	
}
.header .header-main .otl-melbourne-logo:before {
top: 60px;	
}
}
@media (max-width: 768px) {
.header .header-main .otl-melbourne-logo a {
top: 0px;	
}
.header .header-main .otl-melbourne-logo:before {
top: 48px;	
}
}
.header .header-main .otl-melbourne-logo a {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/otl-melbourne-logo.svg) no-repeat center center transparent;
    background-size: 74px 84px;
    text-indent: -9999em;
    z-index: 30
}
.header .header-main .otl-melbourne-logo a:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.header .header-main .nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    border: none;
    background: url(images/nav-toggle.svg) no-repeat center center transparent;
    background-size: 30px 20px;
    text-indent: -99999em
}
.header .header-main .nav-toggle:active,
.header .header-main .nav-toggle:focus {
    outline: 0
}
.header .header-main .open-sign-up {
    position: absolute;
    top: 50%;
    left: 15px;
    border: none;
    background: #4eaa78;
    color: #fff;
    font-size: 0.875em;
    padding: 3px 10px 1px 10px;
    text-transform: uppercase;
    margin-top: -11px
}
.header .header-main .open-sign-up:active,
.header .header-main .open-sign-up:focus {
    outline: 0
}
@media (max-width: 768px) {
    .header .header-main {
        border-top: 5px solid #4eaa78;
        height: 60px
    }
    .header .header-main .otl-melbourne-logo:after {
        height: 55px
    }
}
.sidebar {
    text-align: center;
    padding-right: 0
}
@media (max-width: 992px) {
    .sidebar {
        border-top: 1px solid #c2c4c5;
        padding: 29px 0 0 0
    }
    body.page-on-the-list-series .sidebar,
    body.single-series .sidebar {
        border-top: none
    }
}
.sign-up {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    background-color: #4eaa78;
    margin-bottom: 22px;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 61px
}
.sign-up .heading {
    font-size: 2em;
    line-height: 1;
    padding: 22px 0 14px 0
}
.sign-up .spam-message {
    font-size: 0.675em;
    width: 100%;
    float: left;
    padding-top: 7px
}
.sign-up .sign-up-form {
    padding: 0 28px
}
.sign-up .gform_fields .gfield {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 10px
}
.sign-up .gform_fields .gfield .ginput_container input[type="text"],
.sign-up .gform_fields .gfield .ginput_container textarea {
    background-color: #4eaa78;
    border-bottom: 2px solid #fff;
    text-transform: none;
    text-align: left;
    padding: 2px 0;
    font-size: 0.875em
}
.sign-up .gform_fields .gfield .ginput_container input[type="text"]:active,
.sign-up .gform_fields .gfield .ginput_container input[type="text"]:focus,
.sign-up .gform_fields .gfield .ginput_container textarea:active,
.sign-up .gform_fields .gfield .ginput_container textarea:focus {
    background-color: #4eaa78
}
.sign-up .gform_fields .gfield .ginput_container input[type="text"]:-moz-placeholder,
.sign-up .gform_fields .gfield .ginput_container textarea:-moz-placeholder {
    text-transform: none;
    color: #fff;
    text-align: left
}
.sign-up .gform_fields .gfield .ginput_container input[type="text"]::-moz-placeholder,
.sign-up .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
    text-transform: none;
    color: #fff;
    text-align: left
}
.sign-up .gform_fields .gfield .ginput_container input[type="text"]:-ms-input-placeholder,
.sign-up .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
    text-transform: none;
    color: #fff;
    text-align: left
}
.sign-up .gform_fields .gfield .ginput_container input[type="text"]::-webkit-input-placeholder,
.sign-up .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
    text-transform: none;
    color: #fff;
    text-align: left
}
.sign-up .gform_wrapper .gform_footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}
.sign-up .gfield_label {
    display: none
}
.sign-up .gform_wrapper .validation_error,
.sign-up .gform_wrapper .validation_message {
    display: none
}
.sign-up .gform_fields .gfield.gfield_error .ginput_container input[type="text"] {
    border-bottom-color: red
}
.sign-up .gform_wrapper .gform_footer .button {
    background-color: #4eaa78;
    border: 2px solid #fff;
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 14px
}
.display-ads {
    padding-top: 37px
}
.display-ads .ad-col {
    text-align: center;
    margin-bottom: 61px
}
.display-ads .ad-col img {
    max-width: 300px
}
.sidebar .display-ads {
    padding-top: 0
}
.sidebar .display-ads .ad {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: 0 0 22px 0
}
.sidebar .display-ads .ad img {
    width: 100%;
    max-width: 300px;
    float: left
}
@media (max-width: 992px) {
    .sidebar .display-ads .ad {
        margin: 0 15px 22px 15px
    }
}
@media (max-width: 340px) {
    .sidebar .display-ads .ad {
        margin: 0 0 22px 0
    }
}
@media (max-width: 768px) {
    .display-ads {
        padding: 0
    }
    .display-ads .container {
        padding: 0
    }
    .display-ads .container .row {
        margin: 0
    }
    .display-ads .ad-col {
        margin-bottom: 10px;
        padding: 0
    }
}
.content {
    padding-top: 86px;
    padding-bottom: 100px
}
.content h1 {
    margin-bottom: 42px
}
@media (max-width: 992px) {
    .content {
        padding: 138px 0 25px 0
    }
}
.content.single-page {
    text-align: left;
    padding-left: 190px;
    padding-right: 190px
}
.content.single-page h1,
.content.single-page h2 {
    text-align: left;
    font-size: 2.8125em
}
@media (max-width: 1400px) {
    .content.single-page {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 100px
    }
}
@media (max-width: 992px) {
    .content.single-page h1,
    .content.single-page h2 {
        font-size: 2em
    }
}
.content .content-inner {
    background-color: #fff
}
.content .content-inner .content-wrap {
    padding: 30px 50px
}
.content .content-inner .content-wrap p {
    line-height: 1.2em;
    margin: 0 0 1.2em;
    color: gray;
    font-size: 0.75em
}
.content .content-inner .content-wrap p:last-child {
    margin-bottom: 0
}
@media (max-width: 768px) {
    .content .content-inner .content-wrap {
        padding: 30px 15px
    }
}
.footer {
    padding: 0
}
.footer .footer-bottom {
    width: 100%;
    background-color: #4eaa78;
    color: #fff;
    font-size: 0.75em;
    text-transform: uppercase;
    padding: 20px 0
}
.footer .footer-bottom .links {
    text-align: right
}
.footer .footer-bottom .links a {
    color: #fff
}
.footer .footer-bottom .links a.candy,
.footer .footer-bottom .links a:hover {
    color: #000;
    text-decoration: none
}
@media (max-width: 768px) {
    .footer .footer-bottom .copyright,
    .footer .footer-bottom .links {
        text-align: center
    }
}
.footer .footer-links {
    font-size: 0.75em;
    line-height: 1.22583333333333;
    padding: 50px 40px;
    position: relative;
    border-top: 2px solid #c2c4c5
}
.footer .footer-links .link-col {
    padding: 0 56px
}
.footer .footer-links .link-col:nth-child(2) {
    border-left: 2px solid #c2c4c5;
    border-right: 2px solid #c2c4c5
}
.footer .footer-links .links {
    list-style: none;
    margin: 0;
    padding: 0
}
.footer .footer-links .links li {
    margin: 0;
    padding: 0
}
.footer .footer-links .links li a {
    color: #c2c4c5
}
.footer .footer-links .links li a:hover {
    color: #4eaa78;
    text-decoration: none
}
.footer .footer-links .links li a.highlight {
    color: #4eaa78
}
.footer .footer-links:before {
    content: '';
    position: absolute;
    top: -27px;
    left: 50%;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    background: url(images/otl-grey-logo.svg) no-repeat center center #e8ecf0;
    background-size: 42px 42px
}
@media (max-width: 1400px) {
    .footer .footer-links {
        padding: 50px 0
    }
}
@media (max-width: 992px) {
    .footer .footer-links {
        padding: 50px 0 30px 0
    }
    .footer .footer-links .link-col {
        padding: 0 30px;
        margin-bottom: 15px;
        text-align: center
    }
    .footer .footer-links .link-col:nth-child(2) {
        border: none
    }
    .footer .footer-links .link-col:last-child {
        margin-bottom: 0
    }
}
.form-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    padding: 30px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}
.form-modal a {
    color: #4eaa78
}
.form-modal.modal-hidden {
    opacity: 0;
    visibility: hidden
}
.form-modal.modal-hidden .form-modal-wrap {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
.form-modal.modal-hidden .close-modal {
    opacity: 0
}
.form-modal .form-title {
    font-size: 2.8125em;
    color: #4eaa78;
    line-height: 0.9;
    margin: 20px 0;
    text-transform: lowercase;
    text-align: center
}
.form-modal .form-description,
.form-modal .gform_description {
    width: 100%;
    float: left;
    text-align: center;
    color: gray;
    margin-bottom: 20px;
    font-size: 0.875em
}
.form-modal .form-modal-inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}
.form-modal .form-modal-wrap {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 9px 24px 24px 24px;
    position: relative
}
.form-modal .form-modal-wrap .validation-messages {
    padding: 12px 15px;
    margin-bottom: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}
.form-modal .form-modal-wrap .button {
    font-size: 1em;
    text-transform: uppercase
}
.form-modal .form-modal-wrap .quote-button {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px
}
.form-modal .form-modal-wrap .close-modal {
    display: block;
    font-size: 0.75em;
    background-color: #4eaa78;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: -16px;
    right: -16px;
    width: 40px;
    padding: 8px 15px;
    background: #4eaa78;
    border: none;
    z-index: 9999
}
.form-modal .form-modal-wrap .close-modal:active,
.form-modal .form-modal-wrap .close-modal:focus {
    outline: 0
}
.form-modal .form-modal-wrap .close-modal:hover {
    background-color: #71bb93
}
.form-modal .gform_fields .gfield {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px
}
.form-modal .gform_fields .gfield .ginput_container input[type="text"],
.form-modal .gform_fields .gfield .ginput_container textarea {
    background-color: #fff;
    border-bottom: 2px solid #4eaa78;
    text-transform: none;
    text-align: left;
    padding: 12px 10px 7px 0;
    font-size: 0.875em
}
.form-modal .gform_fields .gfield .ginput_container input[type="text"]:active,
.form-modal .gform_fields .gfield .ginput_container input[type="text"]:focus,
.form-modal .gform_fields .gfield .ginput_container textarea:active,
.form-modal .gform_fields .gfield .ginput_container textarea:focus {
    background-color: #dbeee4;
    padding-left: 10px
}
.form-modal .gform_fields .gfield .ginput_container input[type="text"]:-moz-placeholder,
.form-modal .gform_fields .gfield .ginput_container textarea:-moz-placeholder {
    text-transform: none;
    color: #a6d4bb;
    text-align: left
}
.form-modal .gform_fields .gfield .ginput_container input[type="text"]::-moz-placeholder,
.form-modal .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
    text-transform: none;
    color: #a6d4bb;
    text-align: left
}
.form-modal .gform_fields .gfield .ginput_container input[type="text"]:-ms-input-placeholder,
.form-modal .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
    text-transform: none;
    color: #a6d4bb;
    text-align: left
}
.form-modal .gform_fields .gfield .ginput_container input[type="text"]::-webkit-input-placeholder,
.form-modal .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
    text-transform: none;
    color: #a6d4bb;
    text-align: left
}
.form-modal .gform_fields .gfield .ginput_container textarea {
    height: 80px
}
.form-modal .gform_drop_area {
    width: 100%;
    float: left;
    border: 1px dotted #4eaa78;
    padding: 50px;
    margin-top: 10px;
    text-align: center;
    color: gray
}
.form-modal .ginput_preview {
    width: 100%;
    float: left;
    margin-top: 10px
}
.form-modal .gform_wrapper .gform_footer {
    text-align: center
}
.form-modal .gfield_label {
    color: #4eaa78;
    font-size: 0.75em
}
.form-modal .gfield_label .gfield_required {
    display: none
}
.form-modal .gform_wrapper .validation_error,
.form-modal .gform_wrapper .validation_message {
    display: none
}
.form-modal .gform_fields .gfield.gfield_error .ginput_container input[type="text"],
.form-modal .gform_fields .gfield.gfield_error .ginput_container textarea {
    border-bottom-color: red;
    background-color: #fff2f2;
    padding-left: 10px
}
.form-modal .gform_wrapper .gform_footer .button {
    background-color: #4eaa78;
    border: 2px solid #fff;
    color: #fff;
    margin: 10px 0;
    font-size: 14px;
    border-radius: 0 !important
}
.form-modal .gform_wrapper .gform_footer .button:hover {
    background-color: #71bb93
}
.form-modal .gform_confirmation_message {
    text-align: center;
    color: #4eaa78;
    padding: 50px 30px
}
@media (max-width: 768px) {
    .form-modal .form-title {
        font-size: 1.75em;
        padding: 0 30px
    }
    .form-modal .form-description {
        font-size: 0.75em
    }
}
.sign-up-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    padding: 50px 30px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}
.sign-up-modal.modal-hidden {
    opacity: 0;
    visibility: hidden
}
.sign-up-modal.modal-hidden .sign-up-modal-wrap {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
.sign-up-modal.modal-hidden .close-modal {
    opacity: 0
}
.sign-up-modal .sign-up-modal-inner {
    width: 100%;
    max-width: 350px;
    margin: 0 auto
}
.sign-up-modal .sign-up-modal-wrap {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 0;
    position: relative
}
.sign-up-modal .sign-up-modal-wrap .sign-up {
    max-width: 100%;
    margin: 0;
    background-color: #e8ecf0
}
.sign-up-modal .sign-up-modal-wrap .sign-up .heading {
    color: #216fb1
}
.sign-up-modal .sign-up-modal-wrap .sign-up .spam-message {
    color: gray
}
.sign-up-modal .sign-up-modal-wrap .sign-up .gform_fields .gfield .ginput_container input[type="text"],
.sign-up-modal .sign-up-modal-wrap .sign-up .gform_fields .gfield .ginput_container textarea {
    background-color: #e8ecf0;
    color: gray
}
.sign-up-modal .sign-up-modal-wrap .sign-up .gform_fields .gfield .ginput_container input[type="text"]:-moz-placeholder,
.sign-up-modal .sign-up-modal-wrap .sign-up .gform_fields .gfield .ginput_container textarea:-moz-placeholder {
    color: gray
}
.sign-up-modal .sign-up-modal-wrap .sign-up .gform_fields .gfield .ginput_container input[type="text"]::-moz-placeholder,
.sign-up-modal .sign-up-modal-wrap .sign-up .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
    color: gray
}
.sign-up-modal .sign-up-modal-wrap .sign-up .gform_fields .gfield .ginput_container input[type="text"]:-ms-input-placeholder,
.sign-up-modal .sign-up-modal-wrap .sign-up .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
    color: gray
}
.sign-up-modal .sign-up-modal-wrap .sign-up .gform_fields .gfield .ginput_container input[type="text"]::-webkit-input-placeholder,
.sign-up-modal .sign-up-modal-wrap .sign-up .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
    color: gray
}
.sign-up-modal .sign-up-modal-wrap .sign-up .gform_wrapper .gform_footer .button {
    border: none;
    border-radius: 0 !important
}
.sign-up-modal .sign-up-modal-wrap .gform_confirmation_message {
    color: gray !important
}
.sign-up-modal .sign-up-modal-wrap .close-modal {
    display: block;
    font-size: 0.75em;
    background-color: #4eaa78;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: -16px;
    right: -16px;
    width: 40px;
    padding: 8px 15px;
    background: #4eaa78;
    border: none;
    z-index: 9999
}
.sign-up-modal .sign-up-modal-wrap .close-modal:active,
.sign-up-modal .sign-up-modal-wrap .close-modal:focus {
    outline: 0
}
.sign-up-modal .sign-up-modal-wrap .close-modal:hover {
    background-color: #71bb93
}
@media (max-width: 768px) {
    .sign-up-modal {
        padding: 30px
    }
}
.main-nav {
    text-align: center;
    padding-right: 72px
}
.main-nav ul>li {
    margin-left: -4px
}
.main-nav ul>li>a {
    font-size: 0.875em;
    text-transform: uppercase;
    color: #000;
    padding: 27px 0
}
.main-nav ul>li>a:hover {
    text-decoration: none;
    color: #4eaa78
}
.main-nav ul>li>a:hover:before {
    color: #000 !important
}
.main-nav ul>li+li a:before {
    content: '\005C';
    display: inline-block;
    margin: 0 20px
}
.main-nav ul>li:nth-child(4) {
    margin-right: 75px
}
.main-nav ul>li:nth-child(5) {
    margin-left: 75px
}
.main-nav ul>li:nth-child(5) a:before {
    display: none
}
@media (max-width: 1400px) {
    .main-nav ul>li>a {
        font-size: 0.75em
    }
    .main-nav ul>li+li a:before {
        margin: 0 10px
    }
}
.responsive-nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background-color: rgba(78, 170, 120, 0.9);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden
}
body.nav-open .responsive-nav-wrap {
    opacity: 1;
    visibility: visible
}
body.nav-open .responsive-nav-wrap .responsive-nav {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.responsive-nav-wrap .responsive-nav {
    width: 100%;
    float: left;
    padding: 140px 0 40px 0;
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.responsive-nav-wrap .responsive-nav ul>li {
    width: 100%
}
.responsive-nav-wrap .responsive-nav ul>li>a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.125em;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0
}
.responsive-nav-wrap .responsive-nav ul>li>a:hover {
    text-decoration: none
}
.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
    width: 100%
}
.gform_wrapper .gform_footer {
    margin-top: 30px
}
.gform_wrapper .gform_footer .button {
    background: #fff;
    border: none;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 16px;
    padding: 8px 15px 6px 15px;
    color: #45af6f
}
.gform_wrapper .gform_footer .button:hover {
    background-color: #d9efe2
}
.gform_wrapper .gform_footer .button:focus,
.gform_wrapper .gform_footer .button:active {
    outline: 0
}
.gform_wrapper .gform_heading {
    margin-bottom: 30px;
    font-weight: 500
}
.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
    width: 100%;
    color: #fff;
    margin: 6px 0 15px 0
}
.gform_wrapper .gform_ajax_spinner {
    display: none !important
}
.gform_fields {
    list-style: none;
    margin: 0;
    padding: 0
}
.gform_fields .gfield {
    margin: 0;
    padding: 0;
    width: 50%;
    float: left
}
.gform_fields .gfield:first-child {
    padding-right: 11px
}
.gform_fields .gfield:last-child {
    padding-left: 11px
}
@media (max-width: 768px) {
    .gform_fields .gfield {
        width: 100%;
        margin-bottom: 8px
    }
    .gform_fields .gfield:first-child {
        padding-right: 0
    }
    .gform_fields .gfield:last-child {
        padding-left: 0;
        margin-bottom: 0
    }
}
.gform_fields .gfield .ginput_container {
    width: 100%
}
.gform_fields .gfield .ginput_container input[type="text"],
.gform_fields .gfield .ginput_container textarea {
    width: 100%;
    border: none;
    font-size: 0.8125em;
    padding: 12px 12px 10px 12px;
    background-color: #fff
}
.gform_fields .gfield .ginput_container input[type="text"]:focus,
.gform_fields .gfield .ginput_container input[type="text"]:active,
.gform_fields .gfield .ginput_container textarea:focus,
.gform_fields .gfield .ginput_container textarea:active {
    outline: 0;
    background-color: #d9efe2
}
.gform_fields .gfield .ginput_container input[type="text"]::-moz-placeholder,
.gform_fields .gfield .ginput_container textarea::-moz-placeholder {
    color: #bcbec0;
    text-transform: uppercase;
    opacity: 1;
    text-align: center
}
.gform_fields .gfield .ginput_container input[type="text"]:-ms-input-placeholder,
.gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
    color: #bcbec0;
    text-transform: uppercase;
    text-align: center
}
.gform_fields .gfield .ginput_container input[type="text"]::-webkit-input-placeholder,
.gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
    color: #bcbec0;
    text-transform: uppercase;
    text-align: center
}
.gform_fields .ginput_complex span {
    width: 50%;
    float: left
}
.gform_fields .ginput_complex .name_first {
    padding-right: 2px
}
.gform_fields .ginput_complex .name_last {
    padding-left: 2px
}
.coming-soon-top {
    background-color: #fff;
    text-align: center;
    height: 228px;
    padding: 0
}
.coming-soon-top h1 {
    font-size: 3.421875em;
    line-height: 0.98;
    text-transform: uppercase;
    color: #45af6f;
    margin: 0
}
.coming-soon-top h1 span {
    color: #fff
}
.coming-soon-top .coming-soon-otl-logo {
    display: inline-block;
    width: 438px;
    height: 102px;
    background: url(images/coming-soon-otl-logo.svg) no-repeat center center transparent;
    background-size: 100% auto;
    margin: 40px 0 37px 0
}
@media (max-width: 768px) {
    .coming-soon-top {
        height: 275px
    }
    .coming-soon-top .coming-soon-otl-logo {
        display: inline-block;
        width: 290px;
        height: 184px;
        background: url(images/coming-soon-otl-logo-stacked.svg) no-repeat center center transparent;
        margin: 40px 0 27px 0
    }
    .coming-soon-top h1 {
        font-size: 1.5em
    }
}
.coming-soon-main {
    text-align: center;
    padding: 130px 0
}
.coming-soon-main p {
    font-size: 1.1875em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.28;
    margin: 0
}
.coming-soon-main .coming-soon-imac {
    display: inline-block;
    width: 395px;
    height: 287px;
    background: url(images/coming-soon-imac.png) no-repeat center center;
    background-size: 395px 287px;
    margin-top: 15px;
    margin-bottom: 61px;
    margin-left: -40px
}
.coming-soon-main .coming-soon-imac a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease
}
.coming-soon-main .coming-soon-imac a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 84px;
    height: 84px;
    margin: -76px 0 0 -25px;
    background: url(images/play-button.svg) no-repeat center center transparent;
    background-size: 100% auto;
    animation: playAnimation linear 3s infinite;
    -webkit-animation: playAnimation linear 3s infinite;
    -moz-animation: playAnimation linear 3s infinite;
    -o-animation: playAnimation linear 3s infinite;
    -ms-animation: playAnimation linear 3s infinite
}
.coming-soon-main .coming-soon-imac a:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.coming-soon-main .coming-soon-imac a:hover:before {
    opacity: 1 !important;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .coming-soon-main .coming-soon-imac {
        background-image: url(images/coming-soon-imac-2x.png)
    }
}
.coming-soon-main .coming-soon-notify-me {
    display: inline-block;
    width: 100%;
    max-width: 630px;
    padding: 0 15px;
    margin-top: 14px
}
@media (max-width: 768px) {
    .coming-soon-main {
        padding: 90px 0
    }
    .coming-soon-main .coming-soon-imac {
        width: 290px;
        height: 192px;
        background-size: 290px 192px
    }
    .coming-soon-main p br {
        display: none
    }
}
.coming-soon-social-icons {
    margin-top: 8px
}
.coming-soon-social-icons>li>a {
    width: 32px;
    height: 32px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 2px solid #fff;
    text-indent: -9999em;
    position: relative;
    margin: 0 2px
}
.coming-soon-social-icons>li>a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    font-size: 16px;
    color: #fff
}
.coming-soon-social-icons>li>a:hover {
    border-color: #000
}
.coming-soon-social-icons>li>a:hover:before {
    color: #000
}
@keyframes playAnimation {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.3
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes playAnimation {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.3
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes playAnimation {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.3
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes playAnimation {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.3
    }
    100% {
        opacity: 1
    }
}
@-ms-keyframes playAnimation {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0.3
    }
    100% {
        opacity: 1
    }
}
.home-hero {
    width: 100%;
    position: relative;
    min-height: 550px
}
.home-hero .home-hero-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -71px 0 0 0;
    text-align: center;
    z-index: 30
}
.home-hero .home-hero-inner h1 {
    font-size: 2.8125em;
    color: #4eaa78;
    line-height: 1.1;
    margin-bottom: 30px
}
.home-hero .home-hero-inner h1 em {
    font-style: italic !important
}
.home-hero .home-hero-inner .button {
    display: inline-block;
    font-size: 1.375em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    border: 4px solid #4eaa78;
    padding: 8px 10px 7px 10px
}
.home-hero .home-hero-inner .button:hover {
    background-color: rgba(78, 170, 120, 0.5);
    text-decoration: none
}
@media (max-width: 768px) {
    .home-hero .home-hero-inner {
        padding: 0 30px
    }
    .home-hero .home-hero-inner h1 {
        font-size: 1.75em
    }
    .home-hero .home-hero-inner .button {
        font-size: 1.125em
    }
}
.home-hero .more {
    position: absolute;
    bottom: 36px;
    left: 50%;
    width: 32px;
    margin: 0 0 0 -16px;
    font-size: 0.75em;
    color: #fff;
    text-transform: lowercase;
    border: none;
    background: none;
    padding: 0;
    z-index: 20
}
.home-hero .more:before {
    position: absolute;
    top: 15px;
    left: 50%;
    font-size: 22px;
    margin: 0 0 0 -11px;
    color: #4eaa78
}
.home-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease
}
body.video-ended .home-hero:before {
    opacity: 1
}
.home-hero:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 10;
    background: transparent;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%)
}
body.video-ended .home-hero:after {
    opacity: 0
}
.home-social {
    text-align: center;
    padding: 36px 0
}
.home-featured-events h2 {
    margin-bottom: 32px
}
.home-featured-events .more-info {
    text-align: center
}
.home-featured-events .more-info a {
    font-size: 0.875em;
    color: #4eaa78
}
/*.featured-events {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row
}*/
.featured-events .event-col {
    padding: 0 11px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.featured-events .event-wrap {
    width: 100%;
    float: left;
    background-color: #fff;
    margin-bottom: 30px;
    padding-bottom: 22px;
    position: relative
}
.featured-events .event-image {
    width: 100%;
    float: left;
    position: relative
}
.featured-events .event-image img {
    width: 100%
}
.featured-events .event-image .event-date {
    position: absolute;
    bottom: 18px;
    left: -7px;
    background-color: #4eaa78;
    color: #fff;
    font-size: 1.1875em;
    text-transform: uppercase;
    padding: 5px 16px 2px 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.featured-events .event-image .event-date:before {
    content: '';
    position: absolute;
    top: 28px;
    left: 3px;
    border: 4px solid transparent;
    border-bottom-color: #4eaa78;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.featured-events .event-details {
    width: 100%;
    float: left;
    padding: 17px 14px 15px 14px
}
.featured-events .event-details h3 {
    font-size: 1.5625em
}
.featured-events .event-details p {
    line-height: 130%;
    margin: 0 0 1.2em;
    color: gray;
    font-size: 0.9em;
}
.featured-events .event-details .name {
    margin-bottom: 8px
}
.featured-events .event-details .venue {
    margin-bottom: 7px
}
.featured-events .event-details .venue p {
    margin: 0
}
.featured-events .event-details .info {
    width: 100%;
    float: left;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0
}
.featured-events .event-details .info li {
    margin: 0;
    padding: 0;
    color: gray;
    font-size: 0.75em;
    position: relative;
    padding: 12px 0;
    border-top: 1px solid #4eaa78
}
.featured-events .event-details .info li.icon {
    padding-left: 34px
}
.featured-events .event-details .info li:before {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 20px;
    color: #4eaa78
}
.featured-events .event-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4eaa78;
    color: #fff;
    font-size: 0.75em;
    text-align: center;
    text-transform: uppercase
}
.featured-events .event-bottom a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 3px 0
}
.featured-events .event-bottom a:hover {
    background-color: #71bb93;
    text-decoration: none
}
@media (max-width: 768px) {
    .featured-events {
        display: block
    }
    .featured-events .event-col {
        padding: 0;
        display: block
    }
    .featured-events .event-bottom {
        min-height: 0
    }
}
section.capture {
    width: 100%;
    background: url(images/have-an-event.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 40px 0
}
section.capture > .capture-inner {
    text-align: center;
}
.capture .capture-inner h4 {
    font-size: 2.0em;
    font-family: "Gotham Ultra", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;    
    font-weight: normal !important;
    margin: 0 0 17px 0;
    color: #fff;
    line-height: 1
}
.capture .capture-inner .gfield {
}
.capture .capture-inner .gfield_label {
    display: block;
    margin-bottom: 8px;
    color: #fff;
}
.capture .capture-inner .gform_wrapper .gform_footer .button {
    background-color: rgba(255, 255, 255, 0.2);
}
.capture .capture-inner .button:hover {
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none
}
.capture .capture-inner .spam-message {
    color: #fff;
    font-size: 0.9em;
}
.capture .capture-inner .button {
    display: inline-block;
    font-size: 1.375em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    border: 4px solid #fff;
    padding: 8px 20px 7px 20px
}
@media (max-width: 768px) {
    .capture .capture-inner {
        padding: 0 15px
    }
    .capture .capture-inner h1 {
        font-size: 1.75em
    }
    .capture .capture-inner h1 br {
        display: none
    }
    .capture .capture-inner .button {
        font-size: 1em
    }
}
.home-whats-on {
    padding-top: 74px;
    text-align: center
}
.home-whats-on.watch-page,
.home-whats-on.single-event-page {
    padding-top: 0
}
.home-whats-on h2 {
    margin-bottom: 28px
}
.home-whats-on .day-picker {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 8px
}
.home-whats-on .day-picker li {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
    border: 2px solid #c2c4c5;
    margin: 0 -1px
}
.home-whats-on .day-picker li a {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0.875em;
    color: #c2c4c5;
    text-transform: uppercase;
    padding: 3px 0 1px 0
}
.home-whats-on .day-picker li a:hover {
    background-color: rgba(78, 170, 120, 0.5);
    text-decoration: none;
    color: #fff
}
.home-whats-on .day-picker li.active {
    border-color: #4eaa78;
    position: relative;
    z-index: 10
}
.home-whats-on .day-picker li.active a {
    color: #fff;
    background-color: #4eaa78
}
@media (max-width: 768px) {
    .home-whats-on {
        padding-top: 34px
    }
    .home-whats-on .day-picker li {
        width: 100%
    }
    .home-whats-on .day-picker li+li {
        border-top: none
    }
}
.whats-on-events {
    padding: 38px 140px 34px 140px
}
.whats-on-events.loading {
    opacity: 0.4
}
.whats-on-events .event-col {
    padding: 0 43px
}
.whats-on-events .event-wrap {
    width: 100%;
    float: left;
    border: 4px solid #4eaa78;
    position: relative;
    margin-bottom: 52px;
    cursor: pointer
}
.whats-on-events .event-wrap:hover,
.whats-on-events .event-wrap.open {
    background-color: #fff
}
.whats-on-events .event-wrap .open-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    border: none;
    background: #4eaa78;
    z-index: 20
}
.whats-on-events .event-wrap .open-close:before,
.whats-on-events .event-wrap .open-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    margin: -7px 0 0 -7px;
    color: #fff
}
.whats-on-events .event-wrap .open-close:before {
    content: "\e609"
}
.whats-on-events .event-wrap .open-close:after {
    content: "\e608";
    opacity: 0
}
.whats-on-events .event-wrap .open-close:active,
.whats-on-events .event-wrap .open-close:focus {
    outline: 0
}
.whats-on-events .event-wrap.open {
    cursor: default
}
.whats-on-events .event-wrap.open .open-close:before {
    opacity: 0
}
.whats-on-events .event-wrap.open .open-close:after {
    opacity: 1
}
.whats-on-events .event-image {
    position: absolute;
    top: -10px;
    left: -60px;
    width: 116px;
    height: 116px;
    overflow: hidden;
    -moz-border-radius: 58px;
    -webkit-border-radius: 58px;
    border-radius: 58px
}
.whats-on-events .event-image img {
    width: 100%
}
.whats-on-events .event-summary {
    width: 100%;
    float: left;
    display: table;
    position: relative;
    padding-left: 56px;
    min-height: 96px
}
.whats-on-events .event-summary .date {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    text-transform: uppercase;
    color: #4eaa78;
    line-height: 0.8;
    position: relative
}
.whats-on-events .event-summary .date.single .day {
    font-size: 1.5em
}
.whats-on-events .event-summary .date.single .month {
    font-size: 1.125em
}
.whats-on-events .event-summary .date.range {
    line-height: 0.95
}
.whats-on-events .event-summary .date.range .day {
    font-size: 1.5em
}
.whats-on-events .event-summary .date.range .month {
    font-size: 0.75em
}
.whats-on-events .event-summary .date.range .to {
    text-transform: lowercase;
    font-size: 0.675em
}
.whats-on-events .event-summary .date:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2px;
    width: 4px;
    height: 46px;
    margin-top: -23px;
    background-color: #4eaa78;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}
.whats-on-events .event-summary .name {
    display: table-cell;
    vertical-align: middle;
    color: gray;
    text-align: left;
    font-size: 1em;
    padding: 29px 26px 26px 12px;
    line-height: 0.9
}
.whats-on-events .event-details {
    width: 100%;
    float: left;
    text-align: left;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease
}
.whats-on-events .event-details .event-details-inner {
    width: 100%;
    float: left
}
.whats-on-events .event-details .event-details-main {
    width: 100%;
    float: left;
    padding: 20px 32px 5px 32px
}
.whats-on-events .event-details .event-details-main p,
.whats-on-events p.description
 {
    line-height: 1.2em;
    margin: 0 0 1.2em;
    color: gray;
    font-size: 0.75em
}
.whats-on-events .event-details .event-details-main .venue {
    margin-bottom: 7px
}
.whats-on-events .event-details .event-details-main .venue p {
    margin: 0
}
.whats-on-events .event-details .event-details-main .info {
    width: 100%;
    float: left;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0
}
.whats-on-events .event-details .event-details-main .info li {
    margin: 0;
    padding: 0;
    color: gray;
    font-size: 0.75em;
    position: relative;
    padding: 12px 0;
    border-top: 1px solid #4eaa78
}
.whats-on-events .event-details .event-details-main .info li.icon {
    padding-left: 34px
}
.whats-on-events .event-details .event-details-main .info li a {
    color: gray
}
.whats-on-events .event-details .event-details-main .info li:before {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 20px;
    color: #4eaa78
}
.whats-on-events .event-details .event-details-share {
    width: 100%;
    float: left;
    background-color: #c2c4c5;
    padding: 6px 32px 6px 32px;
    color: #fff
}
.whats-on-events .event-details .event-details-share span {
    text-transform: lowercase;
    font-size: 1.25em
}
.whats-on-events .event-details .event-details-share .social-icons {
    display: inline-block;
    margin-left: 12px
}
.whats-on-events .event-details .event-details-share .social-icons>li a {
    width: 20px;
    height: 20px;
    color: #fff;
    border: none
}
.whats-on-events .event-details .event-details-share .social-icons>li a:before {
    font-size: 20px
}
.whats-on-events .event-details .event-details-share .social-icons>li a:hover {
    color: #4eaa78
}
@media (max-width: 1400px) {
    .whats-on-events {
        padding: 38px 0 0 0
    }
}
@media (max-width: 768px) {
    .whats-on-events .event-wrap {
        margin-bottom: 30px
    }
    .whats-on-events .event-col {
        padding: 0 0 0 25px
    }
    .whats-on-events .event-image {
        width: 80px;
        height: 80px;
        top: -20px;
        left: -28px
    }
    .whats-on-events .event-summary {
        padding-left: 40px
    }
    .whats-on-events .event-summary .name {
        padding-right: 12px;
        font-size: 1em
    }
}
.our-partners {
    text-align: center
}
.our-partners .our-partners-inner {
    border-bottom: 2px solid #c2c4c5;
    padding: 54px 0
}
.our-partners .text,
.our-partners .partner {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px
}
.our-partners .text {
    width: 320px;
    color: #216fb1;
    font-size: 2em;
    line-height: 1;
    text-align: left;
    position: relative;
    margin-right: 16px
}
.our-partners .text:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    width: 8px;
    height: 120px;
    margin-top: -60px;
    background-color: #4eaa78;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
@media (max-width: 600px) {
    .our-partners .text {
        margin-right: 0
    }
    .our-partners .text:after {
        display: none
    }
}
.our-partners .partner {
    text-indent: -9999em
}
.our-partners .partner.herald-sun {
    width: 182px;
    height: 26px;
    background: url('images/sprites-s1beb7bd61e.png') no-repeat 0 -136px transparent;
    overflow: hidden
}
@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .our-partners .partner.herald-sun {
        background-size: 182px 89px;
        background-position: 0 -42px
    }
}
.our-partners .partner.c31 {
    width: 77px;
    height: 42px;
    background: url('images/sprites-s1beb7bd61e.png') no-repeat -182px -136px transparent;
    overflow: hidden
}
@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 3 / 2),
(min--moz-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2),
(min-resolution: 144dppx) {
    .our-partners .partner.c31 {
        background-size: 182px 89px;
        background-position: 0 0
    }
}
@media (max-width: 1400px) {
    .our-partners {
        padding: 0
    }
}
@media (max-width: 768px) {
    .our-partners .text {
        margin-bottom: 30px;
        text-align: center
    }
    .our-partners .our-partners-inner {
        padding: 30px 0
    }
}
.otl-gang {
    text-align: center;
    padding: 0 140px 0 140px;
    position: relative
}
.otl-gang .otl-gang-inner {
    padding: 65px 0
}
.otl-gang .text,
.otl-gang .otl-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px
}
.otl-gang .text {
    width: 230px;
    color: #216fb1;
    font-size: 2em;
    line-height: 0.9;
    text-align: left;
    position: relative;
    margin-left: 64px
}
.otl-gang .text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -48px;
    width: 8px;
    height: 120px;
    margin-top: -60px;
    background-color: #4eaa78;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.otl-gang .otl-logo {
    width: 103px;
    height: 111px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: auto 111px;
    margin: 0 15px
}
.otl-gang .otl-logo.otl-melbourne-logo {
    background-image: url(images/otl-melbourne-logo.svg)
}
.otl-gang .otl-logo.otl-kids-family-logo {
    background-image: url(images/otl-kids-family-logo.svg)
}
.otl-gang .otl-logo.otl-health-logo {
    width: 113px;
    background-image: url(images/otl-health-logo.svg)
}
.otl-gang .otl-logo.otl-series-logo {
    background-image: url(images/otl-series-logo.svg);
    margin-top: -29px
}
.otl-gang .otl-logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em
}
@media (max-width: 1400px) {
    .otl-gang {
        padding: 0
    }
}
@media (max-width: 992px) {
    .otl-gang .otl-logo {
        margin-bottom: 45px
    }
    .otl-gang .text {
        margin: 0 0 30px 0;
        font-size: 2em;
        text-align: center
    }
    .otl-gang .text:before {
        display: none
    }
}
.leaderboard-ad {
    text-align: center;
    padding: 0
}
.leaderboard-ad a {
    display: inline-block;
    width: 100%;
    max-width: 728px
}
.leaderboard-ad a img {
    width: 100%
}
.blog h1,
.blog h2 {
    text-align: left
}
.blog-posts .post .post-inner {
    width: 100%;
    float: left;
    position: relative
}
.blog-posts .post .post-inner a:hover {
    text-decoration: none
}
.blog-posts .post .post-title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    line-height: 0.98
}
.blog-posts .post .post-thumb {
    width: 100%;
    float: left;
    text-align: center;
}
.post-small-group .post .post-thumb {
	position:relative;
	height:212px;
	line-height:212px;
	overflow:hidden;
}
.post-small-group .post .post-thumb img
{
	max-height: 100%;  
    width: 100%;
    min-height:212px;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.post-small-group .post-summary
{
	height: 160px;
    overflow: hidden;    
}
.post-small-group .post-summary h2.post-title
{
	height: 54px;
    overflow: hidden;    
}
.post-small-group .post-summary p
{
}
.unslider .post .post-thumb {
    height: 360px;
    overflow: hidden;    
}
.blog-posts .post .post-thumb img {
    max-width: 100%
}
.blog-posts .post .post-read-more {
    display: block;
    font-size: 0.75em;
    background-color: #4eaa78;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}
.blog-posts .post.post-large .post-title {
    font-size: 1.75em;
    margin-top: 21px
}
.blog-posts .post.post-large .post-read-more {
    position: absolute;
    top: 22px;
    left: -7px;
    width: 135px;
    padding: 8px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.blog-posts .post.post-large .post-read-more:before {
    content: '';
    position: absolute;
    top: 28px;
    left: 3px;
    border: 4px solid transparent;
    border-bottom-color: #4eaa78;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.blog-posts .post.post-small {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}
.blog-posts .post.post-small .post-inner {
    background-color: #fff;
    padding-bottom: 22px
}
.blog-posts .post.post-small .post-title {
    font-size: 1.125em;
    margin: 14px 0 12px 0
}
.blog-posts .post.post-small .post-summary {
    width: 100%;
    float: left;
    padding: 0 12px;
    margin-bottom: 24px;
	height:180px;
	overflow:hidden;
}
.blog-posts .post.post-small .post-summary p {
    font-size: 0.75em;
    color: gray
}
.blog-posts .post.post-small .post-read-more {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px 15px
}
.blog-posts .post.post-small .post-read-more.win-closed {
    background: #666;
}
.blog-posts .post.post-small:hover .post-read-more {
    background-color: #71bb93
}
.blog-posts .post.post-small.win-page .post-title {
    font-size: 1.125em;
    margin: 16px 0
}
.blog-posts .post.post-small.win-page .post-summary {
    margin-bottom: 0
}
.post-separator {
    width: 100%;
    float: left;
    padding: 0 15px
}
.post-separator hr {
    margin: 52px 0
}
@media (max-width: 768px) {
    .post-separator hr {
        margin: 30px 0
    }
}
.single-post .post-thumb {
    width: 100%;
    float: left;
    text-align: center
}
.single-post .post-thumb img {
    max-width: 100%;
    float: left
}
.single-post .post-content {
    width: 100%;
    float: left;
    padding: 20px 36px 30px 36px;
    background-color: #fff
}
.single-post .post-content p {
    font-size: 1.0em;
    color: gray;
    line-height: 140%;
    margin: 17px 0
}
.single-post .post-content p:first-child {
    color: #216fb1;
    font-size: 0.9375em
}
.single-post .post-content a {
    color: #4eaa78
}
.single-post .post-content img {
    max-width: 100%;
}
.single-post .post-content p{ width:100%; float:left;}
.single-post .post-content p img.alignnone{ float:none !important;}
.single-post .post-content p img.alignleft{ float:left !important;}
.single-post .post-content p img.alignright{ float:right !important;}
.single-post .post-content p img.aligncenter{ display:block !important; float:none !important; margin:auto !important; text-align:center !important;}
.single-post hr {
    margin-top: 50px
}
@media (max-width: 768px) {
    .single-post .post-content {
        padding: 0
    }
    .single-post hr {
        margin-top: 15px
    }
}
.author-bio {
    width: 100%;
    float: left;
    padding: 23px 0 25px 0
}
.author-bio .author-image img {
    width: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.author-bio .author-info {
    padding-top: 14px
}
.author-bio .author-info h3 {
    font-size: 1.375em;
    line-height: 1;
    margin: 0 0 2px 0
}
.author-bio .author-info p {
    font-size: 0.675em;
    color: gray;
    margin: 0
}
@media (max-width: 768px) {
    .author-bio .author-image {
        text-align: center;
        margin-bottom: 15px
    }
    .author-bio .author-image img {
        max-width: 150px
    }
    .author-bio .author-info {
        text-align: center
    }
}
.post-small-group {
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row
}
@media (max-width: 768px) {
    .post-small-group {
        display: block
    }
}
.blog-categories {
    width: 100%;
    float: left;
    list-style: none;
    margin: -38px 0 41px 0;
    padding: 0
}
.blog-categories>li {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.75em;
    color: #216fb1
}
.blog-categories>li>a {
    color: #216fb1
}
.blog-categories>li+li:before {
    display: inline-block;
    content: '\005C';
    margin: 0 8px
}
.team-intro {
    padding-bottom: 10px
}
.team-intro .intro {
    margin: 30px 0 50px 0;
    text-align: center;
    color: gray;
    padding: 0 270px
}
.team-intro .intro a {
    color: #4eaa78
}
@media (max-width: 1400px) {
    .team-intro .intro {
        padding: 0 100px
    }
}
@media (max-width: 992px) {
    .team-intro .intro {
        padding: 0
    }
}
.meet-the-team .team-members {
    padding: 86px 0 50px 0;
    text-align: center
}
.meet-the-team .team-members h2 {
    margin-bottom: 46px
}
.meet-the-team .team-members .sep {
    width: 100%;
    float: left;
    margin: 30px 0
}
@media (max-width: 1400px) {
    .meet-the-team .team-members {
        padding: 86px 65px 92px 65px
    }
}
@media (max-width: 992px) {
    .meet-the-team .team-members {
        padding: 86px 0 92px 0
    }
}
@media (max-width: 768px) {
    .meet-the-team .team-members {
        padding: 20px 0 50px 0
    }
    .meet-the-team .team-members .sep {
        display: none
    }
    .meet-the-team .team-members .team-member {
        margin-bottom: 30px
    }
}
.meet-the-team .team-member {
    padding: 0 34px
}
.meet-the-team .team-member.candy {
    margin-bottom: 50px
}
.meet-the-team .team-member.candy .row {
    border-bottom: 4px solid #4eaa78;
    padding-bottom: 30px
}
.meet-the-team .team-member.candy .bio {
    border: none
}
.meet-the-team .team-member .photo,
.meet-the-team .team-member .name,
.meet-the-team .team-member .bio {
    width: 100%;
    float: left
}
.meet-the-team .team-member .photo {
    text-align: center;
    margin-bottom: 11px
}
.meet-the-team .team-member .photo img {
    width: 128px;
    height: 128px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.meet-the-team .team-member .name {
    text-align: center;
    font-size: 1.75em;
    text-transform: uppercase;
    margin-bottom: 10px
}
.meet-the-team .team-member .bio {
    border-top: 4px solid #4eaa78;
    padding-top: 6px
}
.meet-the-team .team-member .bio p {
    font-size: 0.675em;
    color: gray
}
.meet-the-team .team-member .bio .title,
.meet-the-team .team-member .bio .twitter {
    margin-bottom: 0
}
.meet-the-team .team-member .bio .title a,
.meet-the-team .team-member .bio .twitter a {
    color: gray
}
.meet-the-team .team-member .bio .title a:hover,
.meet-the-team .team-member .bio .twitter a:hover {
    color: #4eaa78
}
.meet-the-team .team-member .button {
    text-transform: none;
    font-size: 1em;
    padding: 6px 15px;
    display: inline-block;
    margin-top: 10px
}
.meet-the-team .team-member .button:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}
.like-to-do {
    background: url(images/like-to-do-bg.jpg) no-repeat center center #4eaa78;
    background-size: cover;
    padding: 0;
    position: relative
}
.like-to-do .container-fluid,
.like-to-do .container {
    padding: 0
}
.like-to-do h2 {
    color: #fff;
    margin-bottom: 38px;
    letter-spacing: 2px
}
@media (max-width: 768px) {
    .like-to-do h2 {
        font-size: 1.75em;
        line-height: 1;
        padding: 0 40px
    }
}
.like-to-do .like-to-do-circles,
.like-to-do .like-to-do-slider {
    z-index: 20;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.like-to-do .like-to-do-circles.hide,
.like-to-do .like-to-do-slider.hide {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    z-index: 10
}
.like-to-do .like-to-do-circles {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 15px;
    margin-top: -125px
}
.like-to-do .like-to-do-circles ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}
.like-to-do .like-to-do-circles ul li {
    display: inline-block;
    width: 165px;
    height: 165px;
    margin: 0 10px;
    padding: 5px 0 0 0;
    background: url(images/like-to-do-circle.svg) no-repeat center center transparent;
    background-size: 100% 100%
}
.like-to-do .like-to-do-circles ul li a {
    display: table;
    width: 100%;
    height: 100%
}
.like-to-do .like-to-do-circles ul li a span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    line-height: 0.95;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 0 15px
}
.like-to-do .like-to-do-circles ul li a:hover {
    text-decoration: none
}
.like-to-do .like-to-do-circles ul li:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}
@media (max-width: 992px) {
    .like-to-do .like-to-do-circles ul li {
        width: 120px;
        height: 120px;
        padding-top: 4px;
        margin-bottom: 4px
    }
    .like-to-do .like-to-do-circles ul li a span {
        font-size: 1.125em
    }
}
@media (max-width: 992px) {
    .like-to-do .like-to-do-circles {
        margin-top: -95px
    }
}
@media (max-width: 768px) {
    .like-to-do .like-to-do-circles {
        margin-top: 0;
        top: 50px
    }
}
.like-to-do .like-to-do-slider {
    width: 100%;
    float: left;
    padding: 53px 0 80px 0;
    position: relative
}
.like-to-do .like-to-do-slider .slide {
    width: 100%;
    color: #fff;
    text-align: center
}
.like-to-do .like-to-do-slider .slide .slide-content {
    padding: 0 180px
}
.like-to-do .like-to-do-slider .slide .slide-content p {
    font-size: 1em
}
.like-to-do .like-to-do-slider .slide .slide-content p a {
    color: #fff
}
.like-to-do .like-to-do-slider .slide .slide-content .button {
    display: inline-block;
    margin-top: 28px
}
@media (max-width: 1400px) {
    .like-to-do .like-to-do-slider .slide .slide-content {
        padding: 0 30px
    }
}
@media (max-width: 768px) {
    .like-to-do .like-to-do-slider .slide .slide-content p {
        font-size: 0.75em
    }
    .like-to-do .like-to-do-slider .slide .slide-content .button {
        margin-bottom: 40px
    }
}
.like-to-do .like-to-do-slider .flickity-page-dots {
    bottom: 50px
}
.like-to-do .like-to-do-slider .flickity-page-dots .dot {
    background: none;
    border: 2px solid #fff;
    opacity: 1
}
.like-to-do .like-to-do-slider .flickity-page-dots .dot.is-selected {
    background-color: #fff
}
@media (max-width: 768px) {
    .like-to-do .like-to-do-slider {
        padding: 50px 0 80px 0
    }
    .like-to-do .like-to-do-slider .flickity-page-dots {
        bottom: 20px
    }
}
@media (max-width: 768px) {
    .like-to-do {
        margin-bottom: 40px
    }
}
.like-to-do .flickity-prev-next-button {
    background: none !important
}
.like-to-do .flickity-prev-next-button svg path {
    fill: #fff !important
}
@media (max-width: 768px) {
    .like-to-do .flickity-prev-next-button {
        display: none
    }
}
.team-bottom {
    padding: 0 100px;
    margin-bottom: 80px
}
.team-bottom h2 {
    margin-bottom: 20px
}
.team-bottom .team-bottom-inner {
    position: relative
}
.team-bottom .team-bottom-inner:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    margin-left: 37px;
    background-color: #c2c4c5
}
@media (max-width: 1400px) {
    .team-bottom {
        padding: 0 50px
    }
    .team-bottom .team-bottom-inner:before {
        margin-left: 26px
    }
}
@media (max-width: 992px) {
    .team-bottom {
        padding: 0
    }
    .team-bottom .team-bottom-inner:before {
        margin-left: 7px
    }
}
@media (max-width: 768px) {
    .team-bottom {
        padding: 0 30px;
        margin-bottom: 40px
    }
    .team-bottom .team-media {
        margin-bottom: 30px
    }
    .team-bottom .team-bottom-inner:before {
        display: none
    }
}
.media-items .row {
    margin-bottom: 15px
}
.media-items .image {
    text-align: center
}
.media-items .image img {
    width: 100%;
    max-width: 128px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.media-items .info {
    padding-left: 5px;
    padding-top: 15px
}
.media-items .info .title {
    font-size: 1.25em
}
.media-items .info .description {
    font-size: 0.8.5em;
    line-height: 120%;
    color: gray
}
.on-our-list-items {
    padding-top: 5px
}
.on-our-list-items .on-our-list-item {
    text-align: center;
    margin-bottom: 15px
}
.on-our-list-items .on-our-list-item img {
    max-width: 100%
}
.brands {
    padding: 56px 0 50px 0;
    margin-bottom: 120px;
    background-color: #fff
}
.brands h2 {
    margin-bottom: 12px
}
.brands .brand-logos {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 150px;
    text-align: center
}
.brands .brand-logos .logo {
    display: inline-block;
    width: 14.28571428571429%;
    padding: 5px;
    margin: 0 -2px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}
.brands .brand-logos .logo:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%)
}
.brands .brand-logos .logo img {
    width: 100%
}
@media (max-width: 768px) {
    .brands .brand-logos .logo {
        width: 20%
    }
}
@media (max-width: 500px) {
    .brands .brand-logos .logo {
        width: 25%
    }
}
@media (max-width: 400px) {
    .brands .brand-logos .logo {
        width: 50%
    }
}
@media (max-width: 1400px) {
    .brands .brand-logos {
        padding: 0
    }
}
.team-bio {
    display: inline-block;
    width: 100%;
    max-width: 415px;
    padding: 0 20px;
    margin-bottom: 53px;
    vertical-align: top
}
.team-bio-candy .team-bio {
    width: 100%
}
.team-bio .team-bio-info {
    width: 100%;
    float: left;
    background-color: #fff;
    position: relative;
    text-align: left;
    padding: 12px 26px 6px 125px;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2)
}
.team-bio .team-bio-info .toggle-bio {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    border: none;
    background: #4eaa78;
    z-index: 20;
    text-indent: -9999em
}
.team-bio .team-bio-info .toggle-bio:before,
.team-bio .team-bio-info .toggle-bio:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    margin: -7px 0 0 -7px;
    color: #fff
}
.team-bio .team-bio-info .toggle-bio:before {
    content: "\e609"
}
.team-bio .team-bio-info .toggle-bio:after {
    content: "\e608";
    opacity: 0
}
.team-bio .team-bio-info .toggle-bio:active,
.team-bio .team-bio-info .toggle-bio:focus {
    outline: 0
}
.team-bio .team-bio-info .photo {
    position: absolute;
    top: -22px;
    left: -28px;
    width: 138px;
    height: 138px;
    overflow: hidden;
    border: 4px solid #fff;
    -moz-border-radius: 69px;
    -webkit-border-radius: 69px;
    border-radius: 69px;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2)
}
.team-bio .team-bio-info .photo img {
    width: 100%
}
.team-bio .team-bio-info .name {
    font-size: 25px;
    text-align: left;
    margin: 0 0 2px 0;
    letter-spacing: -1px
}
@media (max-width: 426px) {
    .team-bio .team-bio-info .name {
        font-size: 1.25em
    }
}
.team-bio .team-bio-info .title {
    font-size: 0.875em;
    color: #4eaa78;
    margin-bottom: 4px
}
.team-bio .team-bio-info .links {
    width: 100%;
    min-height: 39px;
    list-style: none;
    margin: 0;
    padding: 0
}
.team-bio .team-bio-info .links li {
    display: inline-block;
    margin: 0 3px 5px 0;
    padding: 0
}
.team-bio .team-bio-info .links li a {
    display: block;
    width: 34px;
    height: 34px;
    border: 2px solid #4eaa78;
    border-radius: 17px;
    text-indent: -9999em;
    position: relative;
    color: #4eaa78
}
.team-bio .team-bio-info .links li a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    font-size: 16px
}
.team-bio .team-bio-info .links li a:hover {
    color: #c2c4c5;
    border-color: #c2c4c5
}
.team-bio .team-bio-description {
    width: 100%;
    float: left;
    padding-right: 25px;
    height: 0;
    overflow: hidden;
    text-align: left
}
@media (max-width: 768px) {
    .team-bio .team-bio-description {
        padding: 0 5px
    }
}
.team-bio .team-bio-description .team-bio-description-inner {
    width: 100%;
    float: left;
    background-color: #fff;
    font-size: 0.75em;
    color: gray;
    line-height: 1.41666666666667;
    padding: 18px 35px
}
.team-bio.open {
    cursor: default
}
.team-bio.open .toggle-bio:before {
    opacity: 0
}
.team-bio.open .toggle-bio:after {
    opacity: 1
}
@media (max-width: 992px) {
    .team-bio {
        margin-bottom: 50px
    }
}
.series h1 span {
    font-size: 0.75em
}
@media (max-width: 768px) {
    .series {
        padding: 138px 15px 25px 15px
    }
}
.series-circles {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0
}
.series-circles li {
    display: inline-block;
    margin: 15px 32px;
    padding: 0;
    width: 242px;
    height: 242px;
    position: relative
}
.series-circles li.coming-soon .overlay .title {
    margin-top: 90px
}
.series-circles li.coming-soon .overlay .title:after {
    content: ''
}
.series-circles li .overlay,
.series-circles li .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.series-circles li .overlay {
    background-color: rgba(33, 111, 177, 0.8);
    color: #fff;
    z-index: 20;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.series-circles li .overlay .title {
    font-size: 1.75em;
    margin-top: 113px;
    margin-bottom: 25px;
    position: relative
}
.series-circles li .overlay .title:after {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 112px;
    height: 4px;
    margin-left: -56px;
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}
.series-circles li .overlay .coming-soon {
    font-size: 1.125em
}
.series-circles li .image {
    z-index: 10
}
.series-circles li .image img {
    width: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.series-circles li.hover .overlay {
    opacity: 1
}
@media (max-width: 768px) {
    .series-circles li {
        margin: 15px
    }
}
.want-your-own-series {
    margin-top: 35px
}
.want-your-own-series h2 {
    margin-bottom: 16px
}
.want-your-own-series hr {
    margin-bottom: 63px
}
.want-your-own-series .want-your-own-series-inner {
    width: 100%;
    float: left;
    padding-left: 180px;
    position: relative
}
.want-your-own-series .otl-series-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 139px;
    background: url(images/otl-series-logo.svg) no-repeat center center;
    background-size: 100% auto
}
.want-your-own-series .text p {
    font-size: 0.8125em;
    color: gray;
    line-height: 1.6
}
.want-your-own-series .text p:last-of-type {
    margin-bottom: 0
}
.want-your-own-series .text .enquire {
    font-size: 1em;
    margin-top: 15px;
    display: inline-block
}
@media (max-width: 768px) {
    .want-your-own-series {
        padding: 0;
        text-align: center
    }
    .want-your-own-series .want-your-own-series-inner {
        padding: 0;
        margin-bottom: 50px
    }
    .want-your-own-series .otl-series-logo {
        position: relative;
        display: inline-block;
        margin-bottom: 20px
    }
    .want-your-own-series .otl-series-logo:after {
        display: none
    }
    .want-your-own-series .text p {
        text-align: left
    }
}
.event-image .series-video-embed {
    width: 100%;
    padding-top: 56.25%;
    position: relative
}
.event-image .series-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0
}
.watch {
    padding-bottom: 0
}
.current-video {
    margin-bottom: 134px;
    padding: 0 150px
}
.current-video .current-video-embed {
    width: 100%;
    padding-top: 56.25%;
    position: relative
}
.current-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0
}
@media (max-width: 992px) {
    .current-video {
        padding: 0 50px
    }
}
@media (max-width: 768px) {
    .current-video {
        margin-bottom: 46px;
        padding: 0
    }
}
.videos {
    padding: 0 15px
}
.videos hr {
    background: none;
    margin: 0
}
.videos .video {
    position: relative;
    margin-bottom: 47px
}
.videos .video .thumb img {
    width: 100%
}
.videos .video .date {
    position: absolute;
    top: 15px;
    left: 8px;
    background-color: #4eaa78;
    color: #fff;
    font-size: 1.1875em;
    text-transform: uppercase;
    padding: 5px 16px 2px 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.videos .video .date:before {
    content: '';
    position: absolute;
    top: 28px;
    left: 3px;
    border: 4px solid transparent;
    border-bottom-color: #4eaa78;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.videos .video .title {
    font-size: 1.125em;
    text-align: center;
    margin-top: 7px
}
.videos a:hover {
    text-decoration: none
}
.watch-social {
    text-align: center;
    margin: 50px 0
}
.single-event-wrap .event-wrap {
    width: 100%;
    float: left;
    background-color: #fff;
    margin-bottom: 30px
}
.single-event-wrap .event-image {
    width: 100%;
    float: left;
    position: relative
}
.single-event-wrap .event-image img {
    width: 100%
}
.single-event-wrap .event-image .event-date {
    position: absolute;
    bottom: 18px;
    left: -7px;
    background-color: #4eaa78;
    color: #fff;
    font-size: 1.1875em;
    text-transform: uppercase;
    padding: 5px 16px 2px 16px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.single-event-wrap .event-image .event-date:before {
    content: '';
    position: absolute;
    top: 28px;
    left: 3px;
    border: 4px solid transparent;
    border-bottom-color: #4eaa78;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.single-event-wrap .event-details {
    width: 100%;
    float: left;
    padding: 17px 14px 15px 14px
}
.single-event-wrap .event-details p {
    line-height: 1.2em;
    margin: 0 0 1.2em;
    color: gray;
    font-size: 0.75em
}
.single-event-wrap .event-details .name {
    margin-bottom: 8px
}
.single-event-wrap .event-details .venue {
    margin-bottom: 7px
}
.single-event-wrap .event-details .venue p {
    margin: 0
}
.single-event-wrap .event-details .info {
    width: 100%;
    float: left;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0
}
.single-event-wrap .event-details .info li {
    margin: 0;
    padding: 0;
    color: gray;
    font-size: 0.75em;
    position: relative;
    padding: 12px 0;
    border-top: 1px solid #4eaa78
}
.single-event-wrap .event-details .info li a {
    color: gray
}
.single-event-wrap .event-details .info li a:hover {
    color: #4eaa78;
    text-decoration: none
}
.single-event-wrap .event-details .info li.icon {
    padding-left: 34px
}
.single-event-wrap .event-details .info li:before {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 20px;
    color: #4eaa78
}
.single-event-wrap .event-details .description a {
    color: #4eaa78
}
.single-event-wrap .event-bottom {
    width: 100%;
    float: left;
    background-color: #4eaa78;
    color: #fff;
    font-size: 0.75em;
    padding: 12px 14px 8px 14px
}
.single-event-wrap .event-bottom a {
    color: #fff
}
.single-event-wrap.win-page .event-details {
    padding-left: 40px;
    padding-right: 40px
}
.single-event-wrap.win-page .event-image .event-date {
    bottom: auto;
    top: 30px;
    height: 32px;
    font-size: 14px;
    width: 140px;
    text-align: center;
    padding: 8px 0
}
.competition-register {
		background: #4EAA78;
    width: 100%;
    float: left;
    padding: 0 40px
}
.competition-register .competition-register-inner {
    width: 100%;
    float: left;
    padding: 30px 0
}
.competition-register .competition-register-inner h4 {
    font-size: 26px;
    color: #fff;
    text-transform: lowercase;
    margin: 0
}
.competition-register .gform_wrapper {
    max-width: 600px;
    margin: 0 auto
}
.competition-register .gform_wrapper .gform_body,
.competition-register .gform_wrapper .gform_footer {
    width: 100%;
    float: left
}
.competition-register .gform_wrapper .gform_body {
    margin-top: 15px
}
.competition-register .gform_wrapper .gform_footer {
    margin-top: 0;
    margin-bottom: 20px
}
.competition-register .gform_fields .gfield {
    width: 100%;
    padding: 0;
    padding-left: 50px;
    margin-bottom: 8px;
    position: relative
}
.competition-register .gform_fields .gfield .ginput_container input[type="text"],
.competition-register .gform_fields .gfield .ginput_container textarea {
    background-color: #eef1f4;
    text-transform: none;
    text-align: left;
    padding: 12px 10px 7px 10px;
    font-size: 0.875em;
    height: 29px
}
.competition-register .gform_fields .gfield .ginput_container input[type="text"]:active,
.competition-register .gform_fields .gfield .ginput_container input[type="text"]:focus,
.competition-register .gform_fields .gfield .ginput_container textarea:active,
.competition-register .gform_fields .gfield .ginput_container textarea:focus {
    background-color: #e9edf1
}
.competition-register .gform_fields .gfield .ginput_container input[type="text"]:-moz-placeholder,
.competition-register .gform_fields .gfield .ginput_container textarea:-moz-placeholder {
    text-transform: none;
    color: #a6d4bb;
    text-align: left
}
.competition-register .gform_fields .gfield .ginput_container input[type="text"]::-moz-placeholder,
.competition-register .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
    text-transform: none;
    color: #a6d4bb;
    text-align: left
}
.competition-register .gform_fields .gfield .ginput_container input[type="text"]:-ms-input-placeholder,
.competition-register .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
    text-transform: none;
    color: #a6d4bb;
    text-align: left
}
.competition-register .gform_fields .gfield .ginput_container input[type="text"]::-webkit-input-placeholder,
.competition-register .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
    text-transform: none;
    color: #a6d4bb;
    text-align: left
}
.competition-register .gform_hidden {
    display: none
}
.competition-register .gform_fields .gfield .ginput_container textarea {
    height: 80px
}
.competition-register .gform_drop_area {
    width: 100%;
    float: left;
    border: 1px dotted #4eaa78;
    padding: 50px;
    margin-top: 10px;
    text-align: center;
    color: gray
}
.competition-register .ginput_preview {
    width: 100%;
    float: left;
    margin-top: 10px
}
.competition-register .gform_wrapper .gform_footer {
    text-align: right
}
.competition-register .gfield_label {
    position: absolute;
    top: 8px;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75em
}
.competition-register .gfield_label .gfield_required {
    display: none
}
.competition-register .gform_wrapper .validation_error,
.competition-register .gform_wrapper .validation_message {
    display: none
}
.competition-register .gform_fields .gfield.gfield_error .ginput_container input[type="text"],
.competition-register .gform_fields .gfield.gfield_error .ginput_container textarea {
    border-bottom-color: red;
    background-color: #fff2f2;
    padding-left: 10px
}
.competition-register .gform_wrapper .gform_footer .button {
    background-color: #4eaa78;
    color: #fff;
    margin: 0;
    font-size: 14px;
    border-radius: 0 !important
}
.competition-register .gform_wrapper .gform_footer .button:hover {
    background-color: #71bb93
}
.competition-register .gform_confirmation_message {
    text-align: center;
    color: #fff;
    padding: 50px 30px
}
.competition-register .competition-register-form,
.competition-register .competition-logo {
    padding: 0
}
.competition-register .competition-register-form {
}
.competition-register .competition-logo img {
    max-width: 100%;
    float: left
}
.competition-bottom {
    width: 100%;
    float: left;
    background-color: #4eaa78;
    padding: 12px 32px 12px 32px;
    color: #fff
}
.competition-bottom .share {
    width: 50%;
    float: left
}
.competition-bottom .share span {
    text-transform: lowercase;
    font-size: 1.25em
}
.competition-bottom .share .social-icons {
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle
}
.competition-bottom .share .social-icons>li a {
    width: 20px;
    height: 20px;
    color: #fff;
    border: none
}
.competition-bottom .share .social-icons>li a:before {
    font-size: 20px
}
.competition-bottom .share .social-icons>li a:hover {
    color: #dbeee4
}
.competition-bottom .closes {
    width: 50%;
    float: left;
    text-align: right;
    font-size: 0.75em;
    text-transform: uppercase;
    padding-top: 6px
}
.competition-bottom .closes a {
    font-size: 10px;
    color: #fff
}
.contact-form {
    padding: 0 30px
}
.contact-form h2 {
    margin-bottom: 38px
}
.contact-form .gform_wrapper {
    max-width: 600px;
    margin: 0 auto
}
.contact-form .gform_wrapper .gform_heading {
    display: none
}
.contact-form .gform_wrapper .gform_body,
.contact-form .gform_wrapper .gform_footer {
    width: 100%;
    float: left
}
.contact-form .gform_wrapper .gform_body {
    margin-top: 15px
}
.contact-form .gform_wrapper .gform_footer {
    margin-top: 0
}
.contact-form .gform_fields .gfield {
    width: 100%;
    padding: 0;
    padding-left: 70px;
    margin-bottom: 8px;
    position: relative
}
.contact-form .gform_fields .gfield .ginput_container input[type="text"],
.contact-form .gform_fields .gfield .ginput_container textarea {
    background-color: #eef1f4;
    text-transform: none;
    text-align: left;
    padding: 12px 10px 7px 10px;
    font-size: 0.875em;
    height: 29px
}
.contact-form .gform_fields .gfield .ginput_container input[type="text"]:active,
.contact-form .gform_fields .gfield .ginput_container input[type="text"]:focus,
.contact-form .gform_fields .gfield .ginput_container textarea:active,
.contact-form .gform_fields .gfield .ginput_container textarea:focus {
    background-color: #e9edf1
}
.contact-form .gform_fields .gfield .ginput_container input[type="text"]:-moz-placeholder,
.contact-form .gform_fields .gfield .ginput_container textarea:-moz-placeholder {
    text-transform: none;
    color: #a6d4bb;
    text-align: left
}
.contact-form .gform_fields .gfield .ginput_container input[type="text"]::-moz-placeholder,
.contact-form .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
    text-transform: none;
    color: #a6d4bb;
    text-align: left
}
.contact-form .gform_fields .gfield .ginput_container input[type="text"]:-ms-input-placeholder,
.contact-form .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
    text-transform: none;
    color: #a6d4bb;
    text-align: left
}
.contact-form .gform_fields .gfield .ginput_container input[type="text"]::-webkit-input-placeholder,
.contact-form .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
    text-transform: none;
    color: #a6d4bb;
    text-align: left
}
.contact-form .gform_hidden {
    display: none
}
.contact-form .gform_fields .gfield .ginput_container textarea {
    height: 80px
}
.contact-form .gform_drop_area {
    width: 100%;
    float: left;
    border: 1px dotted #4eaa78;
    padding: 50px;
    margin-top: 10px;
    text-align: center;
    color: gray
}
.contact-form .ginput_preview {
    width: 100%;
    float: left;
    margin-top: 10px
}
.contact-form .gform_wrapper .gform_footer {
    text-align: right
}
.contact-form .gfield_label {
    position: absolute;
    top: 8px;
    left: 0;
    color: #216fb1;
    text-transform: uppercase;
    font-size: 0.75em
}
.contact-form .gfield_label .gfield_required {
    display: none
}
.contact-form .gform_wrapper .validation_error,
.contact-form .gform_wrapper .validation_message {
    display: none
}
.contact-form .gform_fields .gfield.gfield_error .ginput_container input[type="text"],
.contact-form .gform_fields .gfield.gfield_error .ginput_container textarea {
    border-bottom-color: red;
    background-color: #fff2f2;
    padding-left: 10px
}
.contact-form .gform_wrapper .gform_footer .button {
    background-color: #4eaa78;
    color: #fff;
    margin: 0;
    font-size: 14px;
    border-radius: 0 !important
}
.contact-form .gform_wrapper .gform_footer .button:hover {
    background-color: #71bb93
}
.contact-form .gform_confirmation_message {
    text-align: center;
    color: #4eaa78;
    padding: 50px 30px
}
@media (max-width: 768px) {
    .contact-form {
        margin-top: 30px;
        padding: 0 15px
    }
}
.contact-details {
    width: 100%;
    float: left;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0
}
.contact-details li {
    margin: 0;
    padding: 0;
    color: gray;
    font-size: 0.75em;
    position: relative;
    padding: 10px 0
}
.contact-details li a {
    color: gray
}
.contact-details li a:hover {
    color: #4eaa78;
    text-decoration: none
}
.contact-details li.icon {
    padding-left: 34px
}
.contact-details li:before {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 20px;
    color: #4eaa78
}
/* Page Navigation */
/* Relies on the wp_pagenavi plugin */
.wp-pagenavi {
    text-align: center;
    border: none;
}
.wp-pagenavi .current {
    border: none;
    color: #666;
    background: #fff;
}
.wp-pagenavi a.page {
    text-decoration: none;
    color: #fff;
    background: #4EAA78;
    border: none;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
    border: none;
    color: #666;
}
.wp-pagenavi .pages {
    border: none;
}
/* Blog Search */
.search-form {
    text-align: right;
}
@media (max-width: 768px) {
    .search-form {
        text-align: center;
        margin-bottom: 14px;
    }
    .search-form input[type=text] {
        width: 78%;
    }
    .search-form input[type=submit] {
        width: 20%;
    }
}
.search-form input[type=text] {
    background: none;
    border: 1px solid #ccc;
    padding: 4px;
}
.search-form input[type=text]:focus {
    background: #fff;
    border: 1px solid #999;
}
.search-form input[type=submit] {
    padding: 5px 8px;
    background: #4EAA78;
    color: #fff;
    border: none;
}

/* On The Go */
.on-the-go-footer {
    clear: both;
    background: #fff;
    margin-top: 20px;
    padding: 30px;
}
.on-the-go-footer h3 {
    font-family: "Gotham Ultra", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.5em;
}
.on-the-go-footer p {
    font-size: 0.9em;
    color: #666;
    line-height: 150%;
}

.page_collapsible {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    border: none;
    background: #4eaa78;
    z-index: 20
}

.collapse-open span {
	width: 26px;
    height: 26px;
	display:block;
    background:#4eaa78 url(images/c_close.jpg) center center no-repeat;
	z-index: 30;
}

.collapse-close span {
	width: 26px;
    height: 26px;
	display:block;
    background:#4eaa78 url(images/c_open.jpg) center center no-repeat;
	z-index: 30;
}
	.home-whats-on ul.tabs{

		margin: 0;

		padding: 0;

		float: left;

		list-style: none;

		width: 100%;

	}

	.home-whats-on ul.tabs li{

		float: left;

		margin: 0;

		padding: 0;

		border: 2px solid #c2c4c5;

		margin: 0 -1px;

		text-align: center;

		font-size: 0.875em;

		color: #c2c4c5;

		text-transform: uppercase;

		padding: 3px 0 1px 0;

		overflow: hidden;

		position: relative;

	}

	.home-whats-on ul.tabs li:hover

	{

		background-color: rgba(78, 170, 120, 0.5);

    	text-decoration: none;

    	color: #fff

	}

	.home-whats-on ul.tabs li.active{

		border-color: #4eaa78;

    	position: relative;

    	z-index: 10;

		color: #fff;

    	background-color: #4eaa78

	}

	.home-whats-on .tab_container {		

		clear: both;

		float: left; 

		width: 100%;

		margin-bottom:30px;

	}

	.home-whats-on .tab_content{

		padding: 5px;

		display: none;

	}

.home-whats-on .collapse_container .content{ padding:0px; margin:0px;}


@media (min-width:1200px) {
.home-whats-on ul.tabs li{ width:25%;}
}
@media only screen and (min-width:992px) and (max-width:1200px) {
.home-whats-on ul.tabs li{ width:25%;}	
}
@media only screen and (min-width:767px) and (max-width:992px) {
.home-whats-on ul.tabs li{ width:50% !important;}	
}
@media only screen and (max-width:767px) {
.home-whats-on ul.tabs li{ width:100% !important;}	
}

.featured-events .event-image {
	width:100%;
	position:relative;
	height:208px;
	overflow:hidden;
}
.featured-events .event-image img
{
	/*max-height: 100%;  */
    max-width: 100%;
	min-height:208px;
    width: 100%;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}
.featured-events .event-details
{
	height:175px;
	overflow:hidden;
}
.featured-events .event-details h3.name
{
	font-size:20px;
	height:60px;
	overflow:hidden;
}
.featured-events .event-details .description
{
	height:100px;
	overflow:hidden;	
}
.header-main .home_link
{
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
	text-align:center;
    position: absolute;  
    top: 2px;    
    left: 0;  
    right: 0;  
    margin: auto;
	z-index: 40;
	height:12px;
}
.header-main .home_link a
{
	font-family: "Gotham Bold","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-weight: 200 !important;	
	font-size: 0.775em;
	text-transform: uppercase;
	text-decoration:none;
	color: #000000;
}

/*Styles starting 31-05-2017*/



.form-new-event {

	position: relative;

	width: 100%;

	background-color: #ffffff;

	padding: 30px;

}

.form-new-event a {

	color: #4eaa78

}

.form-new-event.modal-hidden {

	opacity: 0;

	visibility: hidden

}

.form-new-event h3,

.form-new-event .form-title {

	font-size: 2em;

	color: #4eaa78;

	line-height: 0.9;

	margin: 20px 0;

	text-transform: lowercase;

	text-align: center

}

.form-new-event .form-description,  .form-new-event .gform_description {

	width: 100%;

	float: left;

	text-align: center;

	color: gray;

	margin-bottom: 20px;

	font-size: 0.875em

}

.form-new-event .form-new-event-inner {

	width: 100%;

	max-width: 600px;

	margin: 0 auto

}

.form-new-event .form-new-event-wrap {

	width: 100%;

	float: left;

	background-color: #fff;

	padding: 9px 24px 24px 24px;

	position: relative

}

.form-new-event .form-new-event-wrap .validation-messages {

	padding: 12px 15px;

	margin-bottom: 10px;

	-moz-border-radius: 6px;

	-webkit-border-radius: 6px;

	border-radius: 6px

}

.form-new-event .form-new-event-wrap .button {

	font-size: 1em;

	text-transform: uppercase

}

.form-new-event .form-new-event-wrap .quote-button {

	width: 100%;

	float: left;

	text-align: center;

	margin-top: 20px

}

.form-new-event .form-new-event-wrap .close-modal {

	display: block;

	font-size: 0.75em;

	background-color: #4eaa78;

	color: #fff;

	text-transform: uppercase;

	text-align: center;

	position: absolute;

	top: -16px;

	right: -16px;

	width: 40px;

	padding: 8px 15px;

	background: #4eaa78;

	border: none;

	z-index: 9999

}

.form-new-event .form-new-event-wrap .close-modal:active,  .form-new-event .form-new-event-wrap .close-modal:focus {

	outline: 0

}

.form-new-event .form-new-event-wrap .close-modal:hover {

	background-color: #71bb93

}

.form-new-event .gform_fields .gfield {

	width: 100%;

	padding: 0 !important;

	margin-bottom: 20px

}

.form-new-event .gform_fields .gfield .ginput_container input[type="text"],  .form-new-event .gform_fields .gfield .ginput_container textarea {

	background-color: #fff;

	border-bottom: 2px solid #4eaa78;

	text-transform: none;

	text-align: left;

	padding: 12px 10px 7px 0;

	font-size: 0.875em

}

.form-new-event .gform_fields .gfield .ginput_container input[type="text"]:active,  .form-new-event .gform_fields .gfield .ginput_container input[type="text"]:focus,  .form-new-event .gform_fields .gfield .ginput_container textarea:active,  .form-new-event .gform_fields .gfield .ginput_container textarea:focus {

	background-color: #dbeee4;

	padding-left: 10px

}

 .form-new-event .gform_fields .gfield .ginput_container input[type="text"]:-moz-placeholder,  .form-new-event .gform_fields .gfield .ginput_container textarea:-moz-placeholder {

 text-transform: none;

 color: #a6d4bb;

 text-align: left

}

 .form-new-event .gform_fields .gfield .ginput_container input[type="text"]::-moz-placeholder,  .form-new-event .gform_fields .gfield .ginput_container textarea::-moz-placeholder {

 text-transform: none;

 color: #a6d4bb;

 text-align: left

}

 .form-new-event .gform_fields .gfield .ginput_container input[type="text"]:-ms-input-placeholder,  .form-new-event .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {

 text-transform: none;

 color: #a6d4bb;

 text-align: left

}

 .form-new-event .gform_fields .gfield .ginput_container input[type="text"]::-webkit-input-placeholder,  .form-new-event .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {

 text-transform: none;

 color: #a6d4bb;

 text-align: left

}

.form-new-event .gform_fields .gfield .ginput_container textarea {

	height: 80px

}

.form-new-event .gform_drop_area {

	width: 100%;

	float: left;

	border: 1px dotted #4eaa78;

	padding: 50px;

	margin-top: 10px;

	text-align: center;

	color: gray

}

.form-new-event .ginput_preview {

	width: 100%;

	float: left;

	margin-top: 10px

}

.form-new-event .gform_wrapper .gform_footer {

	text-align: center

}

.form-new-event .gfield_label {

	color: #4eaa78;

	font-size: 0.75em

}

.form-new-event .gfield_label .gfield_required {

	display: none

}

.form-new-event .gform_wrapper .validation_error,  .form-new-event .gform_wrapper .validation_message {

	display: none

}

.form-new-event .gform_fields .gfield.gfield_error .ginput_container input[type="text"],  .form-new-event .gform_fields .gfield.gfield_error .ginput_container textarea {

	border-bottom-color: red;

	background-color: #fff2f2;

	padding-left: 10px

}

.form-new-event .gform_wrapper .gform_footer .button {

	background-color: #4eaa78;

	border: 2px solid #fff;

	color: #fff;

	margin: 10px 0;

	font-size: 14px;

	border-radius: 0 !important

}

.form-new-event .gform_wrapper .gform_footer .button:hover {

	background-color: #71bb93

}
.form-new-event .gform_wrapper .ginput_container_post_image
{
	width:100%;
	float:none;
	height:138px;
	line-height:138px;
	text-align:center;
	padding:auto;
	margin:auto;
	overflow:hidden;
	border:1px dotted #4eaa78
}
.form-new-event .gform_wrapper .ginput_container_post_image span.ginput_full
{
	width:154px;
	display:block;
	float:none;
	height:36px;
	line-height:138px;
	text-align:center;
	margin:50px auto;
	padding:auto;
	overflow:hidden;
	background:url(images/select_file.jpg) no-repeat center center;
}
.form-new-event .gform_wrapper .ginput_container_post_image input.medium {
	width:154px; opacity: 0;font-size: 50px; filter:alpha(opacity: 0);  position: relative; top: -25px; left: -1px
}
.ui-datepicker-month, .ui-datepicker-year {
		display: inline-block !important;
		margin-bottom: 1px !important;
		padding: 1px 1px !important;
		}
.ui-datepicker-month {
		width: 70px !important;
		}
.ui-datepicker-year  {
		width: 45px !important;
	}