image-details
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
html {
    background-color: #FFF;
}
body {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#ffffff', GradientType=0);    /* IE6-9 */
    background: #fff;    /* Old browsers */
    background: -moz-linear-gradient(top, #e1e1e1 109px, #ffffff 354px);    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(109px, #e1e1e1), color-stop(354px, #ffffff));    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e1e1e1 109px, #ffffff 354px);    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e1e1e1 109px, #ffffff 354px);    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e1e1e1 109px, #ffffff 354px);    /* IE10+ */
    background: linear-gradient(to bottom, #e1e1e1 109px, #ffffff 354px);    /* W3C */
    font-family: "akagi-pro-n4", "akagi-pro", sans-serif;
    font-weight: 400;
    color: #333;

    /*opacity: 0;
    -webkit-transition: opacity .1s ease-in-out;
       -moz-transition: opacity .1s ease-in-out;
         -o-transition: opacity .1s ease-in-out;
            transition: opacity .1s ease-in-out;*/
}

body > .body-wrapper {
    position: relative;
    padding-top: 129px;

}

.body-wrapper > div {
    opacity: 0;
    transition: opacity 0.2s linear;
}

/*.no-js body > .body-wrapper,*/
.wf-active .body-wrapper > div,
.wf-inactive .body-wrapper > div {
  opacity: 1;
}



/*.no-js body,
.wf-active body,
.wf-inactive body {
opacity: 1;
}*/
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 109px;
    margin: 0 0 20px;
    background: url('../img/header.png') top center no-repeat;
    color: #fff;
}
.intranet-home header {
    background: url('../img/header-intranet.png') center -3px no-repeat;
}
header .container {
    position: relative;
}
header .logo {
    display: block;
    float: left;
    width: 115px;
    max-width: 100%;
    height: 29px;
    margin: 28px 0 0;
    background: url('../img/sprite.png') 0 0 no-repeat;
    overflow: hidden;
    text-indent: -300px;
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    header .logo {
        width: 115px;
        height: 29px;
        background: url('../img/sprite.png') no-repeat 0 -18px;
        background-size: 400px 350px;
    }
}
header .main-menu {
    float: right;
    clear: right;
    margin: 32px 0 0;
    opacity: 0;
    transition: opacity 0.3s linear;
}

.no-js header .main-menu,
.wf-active header .main-menu,
.wf-inactive header .main-menu {
  opacity: 1;
}

header .main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
header .main-menu li {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
}
header .main-menu li:after {
    position: absolute;
    top: 5px;
    right: -15px;
    content: "+";
    font-family: "akagi-pro-n6", "akagi-pro";
    font-size: 1.3em;
    font-weight: 600;
    color: #b3b3b3;
}
header .main-menu li.item-273, header .main-menu li.item-274, header .main-menu li.item-275, header .main-menu li.item-373, header .main-menu li.item-374 {
    margin: 0;
}
header .main-menu li.item-273:after, header .main-menu li.item-274:after, header .main-menu li.item-275:after, header .main-menu li.item-373:after, header .main-menu li.item-374:after, header .main-menu li li:after {
    display: none;
}
header .main-menu button, header .main-menu a, .social-menu a {
    display: block;
    padding: 5px 10px 5px;
    border: 0;
    background: none;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
    font-size: 1.3em;
    font-size: 1.3rem;
    color: #666;
    text-decoration: none;
}
.intranet-home header .main-menu a {
    padding: 5px 5px 10px;
}
header .main-menu button:hover, header .main-menu button:focus, header .main-menu a:hover, header .main-menu li.active > a, .intranet-home header .main-menu > ul > li.current > a, header .main-menu a:focus, header .main-menu li:hover > a, header .main-menu .open > a, header .main-menu .open > a:hover, header .main-menu .open > a:focus {
    color: #4C00A3;
}
header .main-menu a.social, .social-menu a.social {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 7px 0 0 5px;
    background: url('../img/sprite.png');
    overflow: hidden;
    text-indent: 100px;
}
header .main-menu a.social.facebook, .social-menu a.social.facebook {
    background-position: -6px -104px;
}
header .main-menu a.social.linkedin, .social-menu a.social.linkedin {
    background-position: -33px -104px;
}
header .main-menu a.social.pinterest, .social-menu a.social.pinterest {
    background-position: -60px -104px;
}
header .main-menu a.social.facebook:hover, .social-menu a.social.facebook:hover {
    background-position: -93px -103px;
}
header .main-menu a.social.linkedin:hover, .social-menu a.social.linkedin:hover {
    background-position: -120px -103px;
}
header .main-menu a.social.pinterest:hover, .social-menu a.social.pinterest:hover {
    background-position: -147px -103px;
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    header .main-menu a.social, .social-menu a.social {
        background-size: 400px 350px;
    }
    header .main-menu a.social.facebook, .social-menu a.social.facebook {
        background-position: -3px -68px;
    }
    header .main-menu a.social.linkedin, .social-menu a.social.linkedin {
        background-position: -30px -68px;
    }
    header .main-menu a.social.pinterest, .social-menu a.social.pinterest {
        background-position: -57px -68px;
    }
    header .main-menu a.social.facebook:hover, .social-menu a.social.facebook:hover {
        background-position: -4px -93px;
    }
    header .main-menu a.social.linkedin:hover, .social-menu a.social.linkedin:hover {
        background-position: -31px -93px;
    }
    header .main-menu a.social.pinterest:hover, .social-menu a.social.pinterest:hover {
        background-position: -58px -93px;
    }
}
header .main-menu button {
    display: none;
}
header .main-menu ul ul {
    position: absolute;
    top: calc(100% - 10px);
    left: -9999px;
    width: 230px;
    padding: 10px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
header .main-menu ul li div.arrow {
    position: relative;
    top: -10px;
    left: calc(50% - 15px);
    width: 30px;
    height: 15px;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
header .main-menu ul li div.arrow:after {
    position: absolute;
    top: 10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);    /* Prefixes... */
    background: #FFF;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    content: "";
}
header .main-menu ul li:hover div.arrow:after {
    left: calc(50% - 10px);
}
header .main-menu ul li:hover ul {
    left: 0;
    margin-left: calc(-110px + 50%);
}
header .main-menu ul li:last-child:hover ul {
    right: 0;
    left: auto;
}
header .main-menu ul ul li {
    position: static;
    float: none;
    margin: 0;
}
header .main-menu ul ul a {
    font-size: 1.2em;
    font-size: 1.2rem;
}
@media only screen and (max-width:991px) {
    header .logo {
        position: static;
        float: none;
        width: 115px;
        margin: 25px auto 0;
    }
    header .search.moduletable {
        width: calc(100% - 80px);
    }
    header .search input {
        width: 100%;
    }
    header .main-menu.moduletable {
        float: left;
        clear: none;
        margin-top: -35px;
    }
    header .main-menu button {
        display: block;
        width: 54px;
        margin-top: 5px;
        padding: 10px 5px 5px;
        text-align: center;
    }
    header .main-menu.open button {
        background-color: #909090;
    }
    header .main-menu button span {
        display: block;
        height: 4px;
        margin: 0 0 5px;
        background: #909090;
    }
    header .main-menu.open button span {
        background-color: #FFF;
    }
    .intranet-home header .main-menu a {
        padding: 5px;
    }
    header .main-menu > ul {
        -webkit-box-shadow: 1px 1px 4px 0 rgba(102, 102, 102, 0.25);
        box-shadow: 1px 1px 4px 0 rgba(102, 102, 102, 0.25);
        clip: rect(0 1000em 1000em 0);
    }
    header .main-menu ul {
        position: absolute;
        top: 75px;
        left: 0;
        display: none;
        width: 100%;
        padding: 15px;
        background-color: rgba(255, 255, 255, 1);
        color: #b3b3b3;
    }
    header .main-menu ul li div.arrow {
        display: none;
    }
    header .main-menu.open ul {
        display: block;
    }
    header .main-menu li {
        position: relative;
        float: none;
    }
    header .main-menu li.parent > a {
        margin-right: 37px;
    }
    header .main-menu li:after {
        content: none;
    }
    header .main-menu li.parent:before {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 37px;
        height: 37px;
        content: "+";
        font-size: 1.5em;
        line-height: 37px;
        text-align: center;
        cursor: pointer;
    }
    header .main-menu li.parent.open:before {
        content: "−";
    }
    header .main-menu .open > a {
        background: none;
    }
    header .main-menu ul ul, header .main-menu.open ul ul {
        position: static;
        display: none;
        width: auto;
        border-radius: 0;
        background: none;
        box-shadow: none;
    }
    header .main-menu ul .open ul, header .main-menu.open ul .open ul {
        display: block;
        margin-left: auto;
    }
    header .main-menu ul ul a {
        padding-left: 20px;
    }
    header .main-menu a.social.facebook, header .main-menu a.social.linkedin, header .main-menu a.social.pinterest {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    header {
        height: 90px;
    }
    body > .body-wrapper {
        background: url('../img/med_header.png') top center no-repeat;
    }
}
@media only screen and (max-width:320px) {
    header {
        height: 90px;
    }
    body > .body-wrapper {
        background: url('../img/mob_header.png') top center no-repeat;
    }
}
.moduletable.home-welcome {
    position: relative;
    float: left;
    width: 49.5%;
    width: calc(50% - 6px);
    height: 388px;
    margin-right: 4px;
    margin-left: 2px;
    background-color: #4c00a3;
    color: #fff;
}
.intranet-home .moduletable.home-welcome {
    height: 190px;
    background-color: #0088ce;
}
body.purple.intranet-home .moduletable.home-welcome {
    background-color: rgb(76, 0, 166);
}
body.light-blue.intranet-home .moduletable.home-welcome {
    background-color: rgb(0, 135, 210);
}
body.green.intranet-home .moduletable.home-welcome {
    background-color: rgb(0, 139, 149);
}
body.blue.intranet-home .moduletable.home-welcome {
    background-color: rgb(38, 112, 172);
}
body.magenta.intranet-home .moduletable.home-welcome {
    background-color: rgb(245, 0, 128);
}
.moduletable.home-welcome .category-module.home-welcome {
    padding: 46px;
}
@media only screen and (max-width:320px) {
    .moduletable.home-welcome .category-module.home-welcome {
        padding: 26px;
    }
}
.category-module.home-welcome h1 {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFF;
    text-transform: uppercase;
}
.category-module.home-welcome h3 {
    margin: 12px 0;
    font-size: 1.8em;
    font-weight: 400;
    color: #FFF;
}
.moduletable.experience.homepage-slideshow {
    width: 100%;
    height: 350px;    /* float: left;*/
}
.moduletable.homepage-slideshow {
}
.moduletable.featured_slide_show {
    float: left;
    width: 100%;
    height: 270px;
}
.homepage-flex-viewport {
    width: 100%;
}
.homepage-slideshow .slides > li {
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
}
.homepage-slideshow.layout-fullimage .slides > li {
    background-size: cover;
}
.homepage-slideshow .slide-link {
    display: block;
}
.homepage-slideshow .container {
    position: relative;
    width: 100%;
    height: 388px;
}
.intranet-home .homepage-slideshow .container {
    height: 190px;
}
.featured_slide_show .container {
    position: relative;
    height: 270px;
}
.homepage-slideshow.layout-default .container:before, .homepage-slideshow.layout-default .container:after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100px;
    background-color: #000;
    content: "";
}
.homepage-slideshow.layout-default .container:before {
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.homepage-slideshow.layout-default .container:after {
    right: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.homepage-slideshow .slide-description {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 5;
    padding: 20px;
    background-color: rgba(34, 34, 34, .75);
    color: #fff;
}
.intranet-home .homepage-slideshow .slide-description {
    bottom: 8px;
    padding: 10px;
    font-size: 18px;
}
.intranet-home .homepage-slideshow .container > h4 {
    margin-top: 10px;
    font-family: "akagi-pro-n6", "akagi-pro";
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
}
.experience.homepage-slideshow .slide-description {
    background: none;
}
.homepage-slideshow .slide-description:first-child {
    margin-top: 0;
}
.homepage-slideshow .slide-description:last-child {
    margin-bottom: 0;
}
.homepage-slideshow.e2slideshow, .featured_slide_show.e2slideshow, .whatson_slide_show.e2slideshow, .related_slide_show.e2slideshow, .venues_slide_show.e2slideshow, .venues_carousel.e2slideshow {
    position: relative;
}
.homepage-flex-direction-nav, .featured-flex-direction-nav, .whatson-flex-direction-nav, .related-flex-direction-nav, .venues-flex-direction-nav, .venues_carousel-flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.homepage-flex-direction-nav a, .featured-flex-direction-nav a, .whatson-flex-direction-nav a, .related-flex-direction-nav a, .venues-flex-direction-nav a {
    position: absolute;
    top: 47%;
    top: calc(50% - 35px);
    bottom: 0;
    width: 70px;
    height: 70px;
    opacity: 0;
    background: rgba(34, 34, 34);
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    overflow: hidden;
    font-size: 38px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.homepage-slideshow:hover .homepage-flex-direction-nav a, .featured_slide_show:hover .featured-flex-direction-nav a, .whatson_slide_show:hover .whatson-flex-direction-nav a, .related_slide_show:hover .related-flex-direction-nav a, .venues_slide_show:hover .venues-flex-direction-nav a, .venues_carousel_slide_show:hover .venues_carousel-flex-direction-nav a {
    opacity: .5;
}
.homepage-slideshow .homepage-flex-direction-nav a:hover, .featured_slide_show .featured-flex-direction-nav a:hover, .whatson_slide_show .whatson-flex-direction-nav a:hover, .related_slide_show .related-flex-direction-nav a:hover, .venues_slide_show .venues-flex-direction-nav a:hover, .venues_carousel_slide_show .venues_carousel-flex-direction-nav a:hover {
    opacity: 1;
}
.homepage-flex-prev, .featured-flex-prev, .whatson-flex-prev, .related-flex-prev, .venues-flex-prev {
    left: 0;
    background: #333;
}
.homepage-flex-next, .featured-flex-next, .whatson-flex-next, .related-flex-next, .venues-flex-next {
    right: 0;
    background: #333;
}
.homepage-flex-direction-nav .ir, .featured-flex-direction-nav .ir, .whatson-flex-direction-nav .ir, .related-flex-direction-nav .ir, .venues-flex-direction-nav .ir, .venues_carousel-flex-direction-nav .ir {
    display: inline-block;
    vertical-align: middle;
}
.homepage-flex-prev .ir, .featured-flex-prev .ir, .whatson-flex-prev .ir, .related-flex-prev .ir, .venues-flex-prev .ir, .venues_carousel-flex-prev .ir {
    width: 43px;
    height: 38px;
    background: url('../img/sprite.png') no-repeat -655px -246px;
}
.homepage-flex-next .ir, .featured-flex-next .ir, .whatson-flex-next .ir, .related-flex-next .ir, .venues-flex-next .ir, .venues_carousel-flex-next .ir {
    width: 43px;
    height: 38px;
    background: url('../img/sprite.png') no-repeat -655px -291px;
}
@media (max-width:991px) {
    .main {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width:767px) {
    .homepage-slideshow .container {
        height: 220px;
    }
    .homepage-flex-direction-nav a {
        width: 60px;
    }
    .homepage-flex-prev .ir {
        width: 43px;
        height: 38px;
        background: url('../img/sprite.png') no-repeat -655px -246px;
    }
    .homepage-flex-next .ir {
        width: 43px;
        height: 38px;
        background: url('../img/sprite.png') no-repeat -655px -291px;
    }
}
#system-message .close, #system-message .alert-heading {
    display: none;
}
#system-message .alert {
    margin-bottom: 10px;
    padding: 5px 10px;
    border-top: solid 1px #d6e9c6;
    border-bottom: solid 1px #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
}
#system-message .alert-notice {
    border-color: #bce8f1;
    background-color: #d9edf7;
    color: #31708f;
}
#system-message .alert-warning {
    border-color: #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b;
}
#system-message .alert-error {
    border-color: #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}
#system-message p {
    margin: 0;
}
#system-message p + p {
    margin-top: 5px;
}
div.breadcrumbs {
    margin-bottom: 15px;
    color: #999;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "akagi-pro-n6", "akagi-pro";
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumbs li {
    float: left;
    letter-spacing: 1px;
}
.breadcrumbs a {
    color: #B2B2B2;
    text-decoration: none;
}
.breadcrumbs .divider {
    padding: 0 8px;
}
.breadcrumbs .divider.icon-location {
    display: none;
}
.breadcrumbs .active span {
    color: #B2B2B2;
}
.cta.moduletable {
    padding: 10px;
    background-color: #ccc;
}
.cta.moduletable:first-child {
    margin-top: 0;
}
.cta.moduletable:last-child {
    margin-bottom: 0;
}
.item-page p:first-child {
    font-size: 1.3em;
    font-size: 1.3rem;
}

/*===============================*/

/*========== Home Grid ==========*/

/*===============================*/

.home-grid {
    width: 1170px;
    margin-top: 2px;
    margin-right: -15px;
    margin-left: -15px;
}
.grid-col-2 {
    width: 16.6666667%;
}
.grid-col-4 {
    width: 33.33333%;
}
.grid-col-6 {
    width: 50%;
}
.grid-row-1 {
    height: 196px;
}
.grid-row-2 {
    height: 392px;
}
.grid-col-2 .solid-bg, .grid-col-4 .solid-bg, .grid-col-6 .solid-bg {
    width: 100%;
}
.grid-row-1, .grid-row-1 .solid-bg {
    height: 196px;
}
.grid-row-2, .grid-row-2 .solid-bg {
    height: 392px;
}
.grid-row-1.item .inner, .grid-row-1.item .inner .solid-bg {
    height: 192px;
}
.grid-row-2.item .inner, .grid-row-2.item .inner .solid-bg {
    height: 388px;
}
.home-grid .item {
    overflow: hidden;
}
.home-grid .item .inner {
    position: relative;
    margin: 2px;
    overflow: hidden;
}
.home-grid .item a {
    color: inherit;
    text-decoration: none;
}
.home-grid .item.light, .home-grid .item.light h4 {
    color: #FFF;
}
.home-grid .item.dark, .home-grid .item.dark h4 {
    color: #666;
}
.home-grid .item.mixed {
    color: #666;
}
.home-grid .item.mixed h4 {
    color: #FFF;
}
.item-details {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: table;
    height: 100%;
    padding: 12px;
}
.item-details.full {
    width: 100%;
    padding: 0;
}
.item-details p {
    display: table-cell;
    vertical-align: middle;
    margin: 0 50px;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.3;
}
.facebook .item-details p {
    font-size: 1.8em;
    font-weight: 300;
}
.news .item-details p {
    margin: 0 40px;
    font-size: 1.3em;
    font-weight: 300;
}
.item-background {
    position: relative;
}
.item-background img, .solid-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.home-grid .item h4 {
    position: absolute;
    top: 10px;
    left: 12px;
    z-index: 3;
    margin: 0;
    font-family: "akagi-pro-n6", "akagi-pro";
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 2px;
    color: #FFF;
    text-transform: uppercase;
}
.sub-text {
    position: absolute;
    bottom: 10px;
    left: 12px;
    z-index: 3;
}
.home-grid .item a.grid-link .hover-elements {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.home-grid .item a.grid-link:hover .hover-elements {
    z-index: 4;
    opacity: 1;
    visibility: visible;
}
.home-grid .hover-elements .hover-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: table;
    height: 100%;
    text-align: center;
}
.home-grid .item a.grid-link:hover .hover-elements .hover-text {
}
.home-grid .hover-elements .hover-text p {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0 60px;
    font-size: 1.7em;
    line-height: 1.1
}
.grid-col-2 .hover-elements .hover-text p {
    padding: 0 20px;
}
.hover-elements .arrow {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 43px;
    height: 38px;
    background: url('../img/sprite.png') no-repeat -655px -291px;
}
.home-grid .newsletter #chronoform_newsletter {
    margin-top: 27px;
}
.home-grid .newsletter #chronoform_newsletter input[type="text"] {
    border: none;
    border-radius: 5px;
    background-color: #48AEB6;
    color: #FFF;
}
.home-grid .newsletter #chronoform_newsletter::-webkit-input-placeholder {
    opacity: 0.95;
}
.home-grid .newsletter #chronoform_newsletter:-moz-placeholder {

    /* Firefox 18- */

    opacity: 0.95;
}
.home-grid .newsletter #chronoform_newsletter::-moz-placeholder {

    /* Firefox 19+ */

    opacity: 0.95;
}
.home-grid .newsletter #chronoform_newsletter:-ms-input-placeholder {
    opacity: 0.95;
}
.home-grid .newsletter #chronoform_newsletter .btn {
    display: inline-block;
    padding: 5px 25px;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007A87', endColorstr='#006772', GradientType=0);    /* IE6-9 */
    border: 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #006772;    /* Old browsers */
    background: -moz-linear-gradient(top, #007A87 0%, #006772 100%);    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007A87), color-stop(100%, #006772));    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #007A87 0%, #006772 100%);    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #007A87 0%, #006772 100%);    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #007A87 0%, #006772 100%);    /* IE10+ */
    background: linear-gradient(to bottom, #007A87 0%, #006772 100%);    /* W3C */
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    -o-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    font-size: 1em;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .hover-elements .arrow {
        background-position: -305px -170px;
        background-size: 400px 350px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width:1200px) {
    .home-grid {
        width: 970px;
    }
    .grid-row-1 {
        height: 160px;
    }
    .grid-row-2 {
        height: 320px;
    }
    .grid-row-1.item .inner, .grid-row-1.item .inner .solid-bg {
        height: 156px;
    }
    .grid-row-2.item .inner, .grid-row-2.item .inner .solid-bg {
        height: 316px;
    }
    .facebook .item-details p {
        font-size: 1.3em;
    }
    .news .item-details p {
        font-size: 1em;
    }
    .category-module.home-welcome h3 {
        font-size: 1.5em;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) {
    .home-grid {
        width: 750px;
    }
    .grid-col-2 {
        width: 25%;
    }
    .grid-col-4 {
        width: 50%;
    }
    .grid-col-6 {
        width: 50%;
    }
    .category-module.home-welcome h3 {
        font-size: 1.3em;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width:767px) {
    .home-grid {
        width: calc(100% + 30px);
    }
    .home-grid .item {
        width: 100%;
    }
    .grid-col-2 {
        width: 25%;
    }
    .intranet-home .home-grid .grid-col-2 {
        width: 25%;
    }
    .grid-row-1 {
        height: auto;
    }
    .grid-row-2 {
        height: auto;
    }
    .grid-row-2.item .inner, .grid-row-2.item .inner .solid-bg {
        height: auto;
    }
    .moduletable.home-welcome {
        float: none;
        width: auto;
        height: auto;
        margin: 0 4px 4px;
    }
    .moduletable.homepage-slideshow {
        float: none;
        width: auto;
        height: auto;
        margin: 0 4px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
    .intranet-home .home-grid .grid-col-2 {
        width: 50%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
    .item {
        width: 100%;
    }
}

/*===============================*/

/*======== End Home Grid ========*/

/*===============================*/

/*===============================*/

/*========== Whats On ===========*/

/*===============================*/

.featured_slide_show {
    height: 270px;
    margin: 0 0 50px;
    color: #FFF;
}
.featured_slide_show .slide-left, .featured_slide_show .slide-right {
    width: 50%;
    height: 270px;
}
.featured_slide_show .slide-right {
    position: relative;
    float: right;
    background-color: #EFEFEF;
    overflow: hidden;
}
.featured_slide_show .slide-right img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    max-width: inherit;
    height: 100%;
    margin: auto;
}
@media only screen and (min-width:991px) {
    .dashboard {
        margin: 0 -8px;
    }
    .dashboard h3 {
        float: left;
        width: 19.5%;
        padding: 10px;
    }
    .dashboard h3 a {
        position: relative;
        display: block;
        height: 180px;
        background-color: #fff;
        background-position: center 20px;
        background-repeat: no-repeat;
        background-size: 110px;
        color: #009fe2;
    }
    .dashboard h3 a span {
        position: absolute;
        bottom: 18px;
        width: 100%;
        text-align: center;
    }
    .dashboard .panel {
        display: none;
    }
    .panel_126 {
        background-image: url(../img/dashboard/icon_timings.png);
    }
    .panel_127 {
        background-image: url(../img/dashboard/icon_getting_here.png);
    }
    .panel_128 {
        background-image: url(../img/dashboard/icon_venue_plan.png);
    }
    .panel_129 {
        background-image: url(../img/dashboard/icon_traffic_parking.png);
    }
    .panel_130 {
        background-image: url(../img/dashboard/icon_conditions_entry.png);
    }
    .panel_131 {
        background-image: url(../img/dashboard/icon_food_drink.png);
    }
    .panel_132 {
        background-image: url(../img/dashboard/icon_marchandise.png);
    }
    .panel_133 {
        background-image: url(../img/dashboard/icon_ticketInfo.png);
    }
    .panel_134 {
        background-image: url(../img/dashboard/icon_camera_policy.png);
    }
    .panel_135 {
        background-image: url(../img/dashboard/icon_facebook.png);
    }
    .panel_136 {
        background-image: url(../img/dashboard/icon_official_site.png);
    }
    .panel_137 {
        background-image: url(../img/dashboard/icon_parents_info.png);
    }
    .panel_138 {
        background-image: url(../img/dashboard/icon_tips.png);
    }
    .panel_139 {
        background-image: url(../img/dashboard/icon_help.png);
    }
}
.dashboard {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 2px solid #EEE;
}
.dashboard h3 a:hover {
    background-color: rgb(0, 139, 149);
    color: #fff;
}
.dashboard h3 a.purple:hover {
    background-color: rgb(76, 0, 166);
}
.dashboard h3 a.light-blue:hover {
    background-color: rgb(0, 135, 210);
}
.dashboard h3 a.green:hover {
    background-color: rgb(0, 139, 149);
}
.dashboard h3 a.blue:hover {
    background-color: rgb(38, 112, 172);
}
.dashboard h3 a.magenta:hover {
    background-color: rgb(245, 0, 128);
}
.panel .col-md-2 {
    min-height: 110px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 110px;
}
.panel_126:hover, .panel .col-md-2.panel_126 {
    background-image: url(../img/dashboard/icon_timings_w.png);
}
.panel_127:hover, .panel .col-md-2.panel_127 {
    background-image: url(../img/dashboard/icon_getting_here_w.png);
}
.panel_128:hover, .panel .col-md-2.panel_128 {
    background-image: url(../img/dashboard/icon_venue_plan_w.png);
}
.panel_129:hover, .panel .col-md-2.panel_129 {
    background-image: url(../img/dashboard/icon_traffic_parking_w.png);
}
.panel_130:hover, .panel .col-md-2.panel_130 {
    background-image: url(../img/dashboard/icon_conditions_entry_w.png);
}
.panel_131:hover, .panel .col-md-2.panel_131 {
    background-image: url(../img/dashboard/icon_food_drink_w.png);
}
.panel_132:hover, .panel .col-md-2.panel_132 {
    background-image: url(../img/dashboard/icon_marchandise_w.png);
}
.panel_133:hover, .panel .col-md-2.panel_133 {
    background-image: url(../img/dashboard/icon_ticketInfo_w.png);
}
.panel_134:hover, .panel .col-md-2.panel_134 {
    background-image: url(../img/dashboard/icon_camera_policy_w.png);
}
.panel_135:hover, .panel .col-md-2.panel_135 {
    background-image: url(../img/dashboard/icon_facebook_w.png);
}
.panel_136:hover, .panel .col-md-2.panel_136 {
    background-image: url(../img/dashboard/icon_official_site_w.png);
}
.panel_137:hover, .panel .col-md-2.panel_137 {
    background-image: url(../img/dashboard/icon_parents_info_w.png);
}
.panel_138:hover, .panel .col-md-2.panel_138 {
    background-image: url(../img/dashboard/icon_tips_w.png);
}
.panel_139:hover, .panel .col-md-2.panel_139 {
    background-image: url(../img/dashboard/icon_help_w.png);
}
#bookmarkme {
    font-weight: normal;
    color: #0088CE;
}
.whatson .fancybox-skin {
    width: 786px !important;
    padding: 0 !important;
}
@media only screen and (max-width:991px) {
    .dashboard .panel {
        display: block;
        padding: 0 !important;
    }
    .ui-state-active a, .dashboard h3 a {
        background-color: rgb(0, 139, 149);
        color: #fff !important;
    }
    .dashboard h3 a.purple {
        background-color: rgb(76, 0, 166);
    }
    .dashboard h3 a.light-blue {
        background-color: rgb(0, 135, 210);
    }
    .dashboard h3 a.green {
        background-color: rgb(0, 139, 149);
    }
    .dashboard h3 a.blue {
        background-color: rgb(38, 112, 172);
    }
    .dashboard h3 a.magenta {
        background-color: rgb(245, 0, 128);
    }
    .dashboard iframe {
        width: 100%;
        pointer-events: none;
    }
    body.whatson h3 {
        margin: 0;
    }
    body.whatson h3.ui-state-active {
        border-top: none;
        border-right: none;
        border-left: none;
    }
    body.whatson h3 a {
        display: block;
        padding: 8px 15px;
        background-image: none !important;
    }
}
body.whatson .panel {
    background-color: rgb(0, 139, 149);
    color: #fff;
}
body.whatson .panel.purple {
    background-color: rgb(76, 0, 166);
}
body.whatson .panel.light-blue {
    background-color: rgb(0, 135, 210);
}
body.whatson .panel.green {
    background-color: rgb(0, 139, 149);
}
body.whatson .panel.blue {
    background-color: rgb(38, 112, 172);
}
body.whatson .panel.magenta {
    background-color: rgb(245, 0, 128);
}
body.whatson .panel .inner {
    padding: 40px 30px;
}
body.whatson .panel h1, body.whatson .panel h2, body.whatson .panel h3 {
    color: #fff;
}
body.whatson .panel dt, body.whatson .panel dd {
    font-size: 16px;
}
body.whatson .panel dt {
    float: left;
    clear: both;
    width: 215px;
}
body.whatson .panel .more {
    margin-top: 40px;
    color: #fff;
}
body.whatson .panel .more:before {
    background: url('../img/sprite.png') no-repeat -752px -481px;
}
body.whatson .panel a {
    color: #fff;
}
body.whatson .map_container img {
    width: 100%;
}
body.whatson .fancybox-inner {
    width: 100% !important;
}
body.whatson .fancybox-nav span {
    height: 55px;
    visibility: visible;
    background-repeat: no-repeat;
}
body.whatson .fancybox-prev {
    left: -57px;
    width: 60px;
}
body.whatson .fancybox-prev span {
    background: url('../img/sprite.png') no-repeat -670px -440px;
}
body.whatson .fancybox-next {
    right: -57px;
    width: 60px;
}
body.whatson .fancybox-next span {
    background: url('../img/sprite.png') no-repeat -670px -500px;
}
body.whatson .fancybox-close {
    top: 10px;
    right: 10px;
    background: url('../img/sprite.png') no-repeat -667px -566px;
}

.past-event__notice {
  margin-bottom: 2em;
  padding: 1em 1.5em 0.5em;
  border: 4px solid rgb(0, 135, 210);
  border-radius: 0.5em;
  background-color: #eee;
}

.past-event__notice h3 {
  color: rgb(38, 112, 172);
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) {
    .featured_slide_show {
        height: auto;
    }
    .featured_slide_show .slide-left, .featured_slide_show .slide-right {
        width: 100%;
        height: auto;
    }
    .featured_slide_show .slide-left {
        float: right;
    }
    .featured_slide_show .slide-right {
        float: left;
        text-align: center;
    }
    .featured_slide_show .slide-right img {
        position: inherit;
        width: 100%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width:767px) {
    .featured_slide_show {
        background: #0088CE;
    }
}
.whats-on-col {
    margin: 0 0 20px;
}
.featured_slide_show .slide-left {
    position: relative;
    background: #0088CE;
}
.slide-listing-summary {
    padding: 45px;
}
.slide-listing-summary h5 {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.slide-listing-summary h3 {
    margin: 0 0 10px;
    font-size: 1.8em;
    font-weight: normal;
}
.slide-listing-summary h3 a {
    color: #FFF;
    text-decoration: none;
}
.slide-listing-summary h4 {
    margin: 0 0 10px;
    color: #FFF;
}
.slide-listing-summary p {
    margin: 0 0 10px;
    font-size: 1.7em;
    line-height: 1.2;
}
.listing-summary .intro_image {
    margin: 0 0 10px;
    overflow: hidden;
}
.listing-summary .intro_image img {
    width: 100%;
}
.listing-summary .header a {
    color: #666;
    text-decoration: none;
}
.listing-summary .short_description h4 {
    font-size: 1em;
}
.link_desc h4 {
    font-size: 1.5em;
}
.listing-summary .links, .slide-listing-summary .links {
    margin: 10px 0;
    overflow: hidden;
}
.listing-summary .links .arrow {
    display: block;
    float: left;
    width: 42px;
    height: 38px;
    margin: 0 10px 0 0;
    background: url('../img/sprite.png') no-repeat -751px -291px;
}
.slide-listing-summary .links .arrow {
    display: block;
    float: left;
    width: 42px;
    height: 38px;
    margin: 0 10px 0 0;
    background: url('../img/sprite.png') no-repeat -655px -291px;
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .listing-summary .links .arrow {
        background-position: -353px -170px;
        background-size: 400px 350px;
    }
}
.slide-listing-summary .links.right .arrow {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .slide-listing-summary .links.right .arrow {
        background-position: -305px -170px;
        background-size: 400px 350px;
    }
}
.listing-summary .links a {
    display: block;
    margin: 4px 0 0;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #BBB;
    text-decoration: none;
    text-transform: uppercase;
}
.listing-summary .links a:hover {
    color: #4C00A3;
}
.image-details, .listing-text {
    margin-bottom: 30px;
}
.venue .image-details {
    margin-top: 0;
    overflow: hidden;
}

.venue .tab-anchor {
  position: relative;
  top: -120px;
  display: block;
  visibility: hidden;
}

.listing-text {
    padding-bottom: 20px;
    border-bottom: 2px solid #EEE;
}
.venue .listing-text {
    border-bottom: none;
}
#listing .listing-ctas, .custom.listing-ctas {
    display: table;
}
.custom.listing-ctas {
    width: 100%;
}
.t-row, .custom.listing-ctas p {
    display: table-row;
}
.listing-ctas a {
    color: #FFF;
    text-decoration: none;
}
.listing-ctas div.t-row > a, .listing-ctas div.t-row > span {
    display: table-cell;
    vertical-align: middle;
    margin: 0 0 4px 0;
    padding: 30px 10px;
    border-bottom: solid 4px #fff;
    background: #0088CE;
    font-size: 1.4em;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}
#listing a.arrow {
    display: block;
    height: 38px;
    margin: 0 10px 0 0;
    padding: 0 0 0 55px;
    background: url('../img/sprite.png') no-repeat -751px -291px;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 38px;
    color: #BBB;
    text-decoration: none;
    text-transform: uppercase;
}
.related_slide_show .slides li {
    margin: 0 30px 0 0;
}
@media only screen and (max-width:992px) {
    #listing .listing-ctas, .listing-ctas .t-row, .listing-ctas div.t-row > a, .listing-ctas div.t-row > span {
        display: block;
    }
    .listing-ctas a, .listing-ctas span {
        height: auto;
        padding: 35px 10px;
    }
}

/*===============================*/

/*======== End Whats On =========*/

/*===============================*/

/*===============================*/

/*=========== Venues ============*/

/*===============================*/

.layout {
    display: inline-block;
    width: 49px;
    height: 50px;
    margin-right: 10px;
    background: url('../img/sprite.png') no-repeat;
    overflow: hidden;
    text-indent: -500px;
}
.l_cocktail {
    width: 37px;
    background-position: -190px -168px;
}
.l_banquet {
    width: 37px;
    background-position: -248px -168px;
}
.l_boardroom {
    width: 49px;
    background-position: -301px -168px;
}
.l_theatre {
    width: 34px;
    background-position: -368px -168px;
}
.l_classroom {
    width: 47px;
    background-position: -420px -168px;
}
.l_concert {
    width: 36px;
    background-position: -485px -168px;
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .layout {
        background-size: 400px 350px;
    }
    .l_cocktail {
        background-position: -56px -115px;
    }
    .l_banquet {
        background-position: -98px -115px;
    }
    .l_boardroom {
        background-position: -139px -115px;
    }
    .l_theatre {
        background-position: -193px -115px;
    }
    .l_classroom {
        background-position: -232px -115px;
    }
    .l_concert {
        background-position: -282px -115px;
    }
}
.venues .listing-summary .links a {
    line-height: 38px;
}
.intro-details .layout {
    height: 60px;
}
.intro-details .l_cocktail {
    width: 46px;
    background-position: -177px -350px;
}
.intro-details .l_banquet {
    width: 45px;
    background-position: -252px -350px;
}
.intro-details .l_boardroom {
    width: 62px;
    background-position: -318px -350px;
}
.intro-details .l_theatre {
    width: 43px;
    background-position: -402px -350px;
}
.intro-details .l_classroom {
    width: 58px;
    background-position: -469px -350px;
}
.intro-details .l_concert {
    width: 44px;
    background-position: -551px -350px;
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .intro-details .layout {
        background-size: 400px 350px;
    }
    .intro-details .l_cocktail {
        background-position: -155px -209px;
    }
    .intro-details .l_banquet {
        background-position: -212px -209px;
    }
    .intro-details .l_boardroom {
        background-position: -263px -209px;
    }
    .intro-details .l_theatre {
        background-position: -156px -279px;
    }
    .intro-details .l_classroom {
        background-position: -205px -279px;
    }
    .intro-details .l_concert {
        background-position: -279px -279px;
    }
}
.layouts-logo {
    clear: both;
    margin-bottom: 10px;
}
.venue-logo {
    float: right;
    width: 220px;
    text-align: right;
}
@media only screen and (max-width:767px) {
    .venue-logo {
        display: none;
    }
}
.venue .intro-details .link_desc p {
    font-size: 1.4em;
}
.venues_carousel {
    margin: 5px 80px;
}
.venues_carousel-flex-direction-nav a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 75px;
    opacity: 1;
    background: url(../img/bg-rgba-polyfil.png);
    background: rgba(34, 34, 34, .75);
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    font-size: 3.5em;
    font-size: 3.5rem;
    line-height: 80px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.venues_carousel-flex-prev {
    left: -80px;
}
.venues_carousel-flex-next {
    right: -80px;
}
.venues_carousel .slides li {
    margin: 0 5px 0 0;
    background-color: #000;
}
.venues_carousel-flex-active-slide img {
    opacity: 0.6;
}
.floorplan-bg, .resources-bg {
    position: relative;
    display: table;
    width: 100%;
    height: 230px;
    margin: 0 0 10px;
    background-color: #C60C30;
    color: #FFF;
}
.floorplan-bg, .resources-bg p {
    margin: 0 0 5px 0;
    line-height: 0.9;
}
.resources-bg {
    background-color: #5E6A71;
}
.floorplan-bg .inner, .resources-bg .inner {
    position: relative;    /*    top: 50%;
    transform: translateY(-50%);*/
    z-index: 3;
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}
.floorplan-bg .inner p {
    font-size: 1.6em;
}
.floorplan-bg:after {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 32px;
    background: url('../img/ico_pdf.png');
    content: '';
}
.floorplan-bg h5, .resources-bg h5 {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}
.resources-bg a {
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}
.venue p.arrow, .whatson p.arrow {
    display: block;
    height: 38px;
    padding: 0 0 0 55px;
    background: url('../img/sprite.png') no-repeat -751px -291px;
    font-size: 0.9em;
    letter-spacing: 1px;
}
.venue p.arrow a, .whatson p.arrow a {
    font-weight: bold;
    color: #BBB;
    text-decoration: none;
    text-transform: uppercase;
}
.tab_buttons {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.tab_buttons li {
    display: inline-block;
    margin: 0;
}
.tab_buttons li a {
    display: block;
    padding: 5px 10px;
    border: solid 2px #C9C9C9;
    border-bottom: solid 2px transparent;
    border-width: 2px 2px 0 2px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 1em;
    color: #666;
    text-decoration: none;
}
.tab_buttons li a.active, .tab_buttons li a:hover {
    border: solid 2px #4D00A5;
    border-bottom: solid 2px #f1f1f1;
    border-width: 2px 2px 0 2px;
    color: #4D00A5;
}
.venue_tab {
    position: absolute;
    left: -150000px;
    z-index: 1;
}
.venue_tab.active {
    position: relative;
    top: 0;
    left: 0;
}
.venue_tab.custom_tab {
    margin-top: -2px;
    padding: 30px 30px 20px;
    -webkit-border-radius: 0 0 5px 5px;
    background: #f1f1f1;
}
.venue_tab iframe {
    width: 100% !important;
}
.venue_tab img {
    height: auto;
}
.accordion_title {
    display: none;
}
@media only screen and (max-width:992px) {
    .tab_buttons {
        display: none;
    }
    .accordion_title {
        position: relative;
        z-index: 2;
        display: block;
        margin-bottom: 1px;
    }
    .accordion_title a {
        display: block;
        border: solid 1px #B2B2B2;
        background: #fff;
        font-weight: normal;
        line-height: 40px;
        text-align: center;
    }
    .accordion_title a.active {
        background: #0088CE;
        color: #fff;
    }
    .venue_tab.custom_tab {
        margin-top: 0;
        border: none;
    }
    .venue_tab.tab_walkthrough iframe {
        height: 300px !important;
    }
}
iframe .powered_by {
    display: none;
}
#listing .customcta img {
    height: auto;
}
@media only screen and (max-width:992px) {
    #listing .gettingthere .map-image, #listing .whatson .whatson-image, #listing .customcta .customcta-image {
        position: relative;
        height: 230px;
        overflow: hidden;
    }
    #listing .gettingthere .map-image img, #listing .whatson .whatson-image img, #listing .customcta img {
        position: absolute;
        top: -9999px;
        right: -9999px;
        bottom: -9999px;
        left: -9999px;
        width: 100%;
        max-width: inherit;
        height: auto;
        margin: auto;
    }
}
@media only screen and (max-width:767px) {
    #listing .gettingthere, #listing .whatson, #listing .floorplan, #listing .resources {
        margin: 0 0 20px;
    }
}

/*===============================*/

/*========= End Venues ==========*/

/*===============================*/

/*===============================*/

/*======= Staff Calendar ========*/

/*===============================*/

#listings.GITheWall ul {
    width: auto;
    margin: -20px -15px 0;
    padding: 0;
}
#listings.GITheWall ul li {
    width: 25%;
    margin: 20px 0 20px;
}
.mt-template-staffcalendar .links .arrow {
    display: block;
    float: left;
    width: 42px;
    height: 38px;
    margin: 0 10px 0 0;
    background: url('../img/sprite.png') no-repeat -655px -291px;
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .mt-template-staffcalendar .links .arrow {
        background-position: -353px -170px;
        background-size: 400px 350px;
    }
}
@media (min-width:768px) {
    .mt-template-staffcalendar .listing-summary h3, .mt-template-staffcalendar .listing-summary h4 {
        display: block;        /* Fallback for non-webkit */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
    }
    .mt-template-staffcalendar .listing-summary h3 {
        height: 30px;        /* Fallback for non-webkit */
        font-size: 20px;
        line-height: 30px;
    }
    .mt-template-staffcalendar .listing-summary h4 {
        height: 25px;        /* Fallback for non-webkit */
        font-size: 17px;
        line-height: 25px;
    }
}
@media (min-width:993px) {
    .mt-template-staffcalendar .listing-summary {
        height: 260px;
    }
    .mt-template-staffcalendar .listing-summary h3, .mt-template-staffcalendar .listing-summary h4 {
        -webkit-line-clamp: 2;
    }
    .mt-template-staffcalendar .listing-summary h3 {
        height: 60px;        /* Fallback for non-webkit */
    }
    .mt-template-staffcalendar .listing-summary h4 {
        height: 50px;        /* Fallback for non-webkit */
    }
}
@media (min-width:1200px) {
    .mt-template-staffcalendar .listing-summary {
        height: 320px;
    }
}
.mt-template-staffcalendar .listing-summary h3, .mt-template-staffcalendar .listing-summary h4 {
    display: block;    /* Fallback for non-webkit */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.mt-template-staffcalendar .links a {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 38px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}
.mt-template-staffcalendar .short_description a {
    color: #FFF;
}
@media only screen and (max-width:992px) {
    #listings.GITheWall ul li {
        width: 50%;
    }
}
@media only screen and (max-width:767px) {
    #listings.GITheWall ul li {
        width: 100%;
    }
}

/*===============================*/

/*===== End Staff Calendar ======*/

/*===============================*/

/*===============================*/

/*=========== Filters ===========*/

/*===============================*/

.filters {
    clear: both;
    margin: 0 0 21px 0px;
    padding: 0;

    list-style: none;
    overflow: hidden;
    text-align: center;
}
.filter {
    position: relative;
    height: 186px;
}
.filter.filterbox {
    height: auto;
    margin: 0 0 30px;
}
.filters li {
    display: inline;
    text-align: center;
}
.filters li a {
    padding: 5px 10px;
    outline: 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #0086D0;
    text-decoration: none;
}
.filters li a.filter_button_whatson {
    color: #4C00A3;
}
.filters li a.active, .filters li a:hover {
    color: #00629B;
}
.filters li a.filter_button_whatson.active, .filters li a.filter_button_whatson:hover {
    color: #32006E;
}
.filter_tab {
    position: absolute;
    z-index: 1;
    width: calc(100% - 30px);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFF;
}

.filter_tab > .moduletable {
    opacity: 0;
}

.wf-active .moduletable {
    opacity: 1;
}

.venuefilter select {
    vertical-align: middle;
    width: 213px;
    height: 29px;
}

.whatsonfilter select {
    vertical-align: middle;
    width: 170px;
    height: 29px;
}

.filter_tab .btn + .btn {
    margin-right: 0;
    margin-left: 5px
}



@media only screen and (max-width:1200px) {
    .venuefilter select {
        width: 225px ;
        margin: 0;

    }

}

.filter_list {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFF;
}
.filter_tab:after, .filter_tab:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: " ";
    pointer-events: none;
}
.filter_tab.venuefilter:after, .filter_tab.venuefilter:before {
    left: 42%;
    left: calc(50% - 90px);
}
.filter_tab.whatsonfilter:after, .filter_tab.whatsonfilter:before {
    left: 59%;
    left: calc(50% + 100px);
}
.filter_tab:after {
    margin-left: -15px;
    border-width: 15px;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
}
.filter_tab:before {
    margin-left: -21px;
    border-width: 21px;
    border-color: rgba(0, 134, 208, 0);
    border-bottom-color: #0086D0;
}
.filter_tab.active {
    z-index: 2;
}

.venuefilter {
    border: solid 4px #0086D0;
}
.whatsonfilter {
    border: solid 4px #4C00A3;
}
.whatsonfilter.filter_tab:before {
    margin-left: -21px;
    border-width: 21px;
    border-color: rgba(76, 0, 163, 0);
    border-bottom-color: #4C00A3;
}
.filter .mfieldtype_mselectmultiple label {
    display: none;
}
.filter .search {
    padding: 20px;
}
.filter.filterbox .venuefilter .search, .filter.filterbox .whatsonfilter .search {
    padding: 20px 5px;
}
.filter .modMtFilter, .filter .comMtFilter {
    display: block !important;
    margin: 0;
    padding: 0;
}
.filter ul.modMtFilter > li, .filter ul.comMtFilter > li, .filter .modMtFilter > div, .filter .comMtFilter > div {
    display: inline-block;
    margin: 5px;
}

.filter .modMtFilter > div {
    margin-right: 0;
}

.intranet-home .whatsonfilter {
    clear: both;
    width: 100%;
    margin-left: 0;
    border-top: solid 1px #989898;
    border-right: none;
    border-bottom: solid 1px #989898;
    border-left: none;
    border-radius: 0;
    background: none;
}
.intranet-home .whatsonfilter .filter-label {
    float: left;
    margin-right: 20px;
    font-size: 1.4rem;
    line-height: 58px;
    color: #666;
}
.intranet-home .whatsonfilter .search {
    padding: 10px 0 !important;
}
.intranet-home .whatsonfilter .chosen-container {
    width: 300px !important;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width:1200px) {
    .filter ul.comMtFilter .chosen-container, .filter div.comMtFilter .chosen-container {
        width: 200px !important;
    }
}

/* Medium Devices, Desktops */
@media (max-width:992px) {
    .filter ul.modMtFilter > li.button-send {
        display: block;
    }
    .filter {
        height: 220px;
    }
    .filter #modFilterField_94 {
        display: none;
    }
    .flag_venues .chosen-container {
        width: 225px !important;
    }
    .whatsonfilter .chosen-container {
        width: 225px !important;
    }
    .flag_venues select, .whatsonfilter select {
        width: 225px;
    }
    .filter ul.comMtFilter .chosen-container {
        width: 175px !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width:767px) {
    .btn, .ccms_form_element .btn {
        padding: 5px 15px
    }
    .filter ul.modMtFilter > li, .filter ul.comMtFilter > li {
        display: block;
        clear: both;
        width: 100%;
    }
    .filter ul.comMtFilter .chosen-container {
        width: 225px !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
    .filters li {
        display: inline-block;
        width: 43%;
        text-align: center;
    }
    .filters li a {
        padding: 0;
    }
    .filter {
        height: 270px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
    .filter_tab.venuefilter:after, .filter_tab.venuefilter:before {
        left: calc(50% - 64px);
    }
    .filter_tab.whatsonfilter:after, .filter_tab.whatsonfilter:before {
        left: calc(50% + 64px);
    }
}

/*===============================*/

/*======== End Filters ==========*/

/*===============================*/

/*===============================*/

/*======== Latest News ==========*/

/*===============================*/

.latest-news .intro_image {
    margin-bottom: 5px;
}
.latest-news-col {
    margin: 0 0 20px;
}
.latest-news .item h3 a {
    color: #666;
    text-decoration: none;
}
.latest-news .item h4 {
    font-size: 1em;
}
.item .arrow {
    display: block;
    float: left;
    width: 42px;
    height: 38px;
    margin: 0 10px 0 0;
    background: url('../img/sprite.png') no-repeat -752px -291px;
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .latest-news .item .arrow {
        background-position: -353px -170px;
        background-size: 400px 350px;
    }
}
.item .links a {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 38px;
    color: #BBB;
    text-decoration: none;
    text-transform: uppercase;
}
.item .links a:hover {
    color: #4C00A3;
}

/*===============================*/

/*====== End Latest News ========*/

/*===============================*/

/*===============================*/

/*======= Meet the Team =========*/

/*===============================*/

.meettheteam .category-desc {
    margin-bottom: 40px;
    background-color: inherit;
}
.csstransforms .flip-container {
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}
.flip-container, .front, .back {
    width: 263px;
    height: 215px;
}
.csstransforms .front, .csstransforms .back {
    position: absolute;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
    transition: 0.6s;
    backface-visibility: hidden;
}
.csstransforms .flipper {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.csstransforms .front, .csstransforms .back {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.csstransforms .front {
    z-index: 2;    /* for firefox 31 */
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.csstransforms .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.csstransforms .flip-outer:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.csstransforms .flip-outer:hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.hovertext {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    text-align: center;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width:1200px) {
    .flip-container, .front, .back {
        width: 213px;
        height: 175px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) {
    .flip-container, .front, .back {
        width: 220px;
        height: 180px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width:767px) {
    .flip-outer {
        display: block;
        width: 100%;
        height: 215px;
        margin: 0 auto;
        background-color: #EFEFEF;
    }
    .flip-container {
        width: 263px;
        height: 215px;
        margin: 0 auto;
    }
    .front, .back {
        width: 263px;
        height: 215px;
    }
    .latest-news-col {
        margin: 0 auto 20px auto;
    }
    .latest-news-col .intro_image, .listing-summary .intro_image, .latest-news-col .item-image, .mob_bg {
        background-color: #EFEFEF;
        text-align: center;
    }
}

/*===============================*/

/*====== End Meet the Team ======*/

/*===============================*/

/*===============================*/

/*====== General Content ========*/

/*===============================*/

.category-desc {
    clear: both;
    margin-bottom: 40px;
    background-color: rgb(0, 139, 149);
}
body.purple .category-desc {
    background-color: rgb(76, 0, 166);
}
body.light-blue .category-desc {
    background-color: rgb(0, 135, 210);
}
body.green .category-desc {
    background-color: rgb(0, 139, 149);
}
body.blue .category-desc {
    background-color: rgb(38, 112, 172);
}
body.magenta .category-desc {
    background-color: rgb(245, 0, 128);
}
.category-text {
    max-width: 50%;
    padding: 25px 45px;
    color: #fff;
}
.intranet-home .category-text {
    padding: 35px 45px;
}
.one-col.category-text {
    max-width: 100%;
}
.category-desc .image-wrapper {
    float: right;
    max-width: 50%;
}
.category-desc .image-wrapper.cat_video {
    width: 50%;
}
.category-desc .image-wrapper .custom.cat_video iframe {
    display: none;
    width: 100%;
    height: 270px;
    margin-bottom: -5px;
    border: none;
}
.category-text h3 {
    margin: 0 0 10px;
    font-size: 1.8em;
    font-weight: normal;
    color: #fff;
}
.latest-news-col

/*.page-header */
h2 {
    margin-top: 10px;
    margin-bottom: 0px;
}
.latest-news-col

/*.page-header */
h2 a {
    color: #666;
    text-decoration: none;
}
.category-text p {
    margin: 0 0 10px;
    font-size: 1.6em;
    line-height: 1.2;
}
.article-info dd {
    margin: 0;
}
.article-info dd.published {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
    color: #666;
}
.image-container {
    margin: 0 0 15px;
}
.contact_venues {
    margin: 15px 0 0;
}
.contact_venues h3 a {
    color: #666;
    text-decoration: none;
}
.contact_venues .arrow {
    display: block;
    float: left;
    width: 42px;
    height: 38px;
    margin: 0 10px 0 0;
    background: url('../img/sprite.png') no-repeat -751px -291px;
}
.two-cols-right .sidebar {
    margin-top: 85px;
}
.two-cols-right.no-margin-sidebar .sidebar {
    margin-top: 0px;
}

/* #0088ce */
.accordion-group {
    border-radius: 0 !important;
}
.accordion-heading {
    background: #0088ce;
}
.nn_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
    background-color: #005f8e;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.nn_sliders.accordion > .accordion-group > div > a:focus, .nn_sliders.accordion > .accordion-group.active > div > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.nn_sliders.accordion > .accordion-group.active .in.collapse {
height: auto !important; overflow: visible;
}*/
.accordion-group:hover .accordion-heading a {
    color: #fff;
}
.accordion-heading a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.active .accordion-heading {
    background: #666666;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width:767px) {
    .category-desc .image-wrapper, .category-desc .category-text {
        float: none !important;
        max-width: 100%;
    }
    .category-desc .image-wrapper.cat_video {
        width: 100%;
    }
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .contact_venues .arrow {
        background-position: -353px -170px;
        background-size: 400px 350px;
    }
}
.contact_venues .links a {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 38px;
    color: #BBB;
    text-decoration: none;
    text-transform: uppercase;
}
.contact_venues .links a:hover {
    color: #4C00A3;
}

/*===============================*/

/*===== End General Content =====*/

/*===============================*/

.pagination {
    margin-top: 40px;
}
.pagination:before, .pagination:after {
    display: table;
    content: " ";
}
.pagination:after {
    clear: both;
}
.pagination p, .pagination ul {
    margin: 0;
    padding: 0;
}
.pagination li {
    float: left;
    margin: 0 2px;
    list-style: none;
}
.pagination .pagination-prev, .pagination .pagination-start {
    margin-right: 10px;
}
.pagination .pagination-next, .pagination .pagination-end {
    margin-left: 10px;
}
.pagination .pagination-prev {
    padding-right: 10px;
    border-right: solid 1px #ccc;
}
.pagination .pagination-next {
    padding-left: 10px;
    border-left: solid 1px #ccc;
}
.pagination .pagination-start a:before, .pagination .pagination-start span:before {
    content: "<< ";
}
.pagination .pagination-prev a:before, .pagination .pagination-prev span:before {
    content: "< ";
}
.pagination .pagination-next a:after, .pagination .pagination-next span:after {
    content: " >";
}
.pagination .pagination-end a:after, .pagination .pagination-end span:after {
    content: " >>";
}
ul.mt_listings {
    padding: 0;
    list-style: none;
}
.e2phocagallery_image ul {
    padding: 0;
    list-style: none;
}
.e2phocagallery_image a {
    display: block;
}
.filter-buttons .active {
    background-color: #555;
    color: #fff;
}
label[for] {
    cursor: pointer;
}
input, select, textarea, .ccms_form_element input, .ccms_form_element select, .ccms_form_element textarea {
    padding: 4px;
    border: solid 1px #ccc;
    -webkit-transition: border-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out, box-shadow .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out, -moz-box-shadow .2s ease-in-out, box-shadow .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}
input:focus, select:focus, textarea:focus, .ccms_form_element input:focus, .ccms_form_element select:focus, .ccms_form_element textarea:focus {
    border-color: #222;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}
textarea, .ccms_form_element textarea {
    height: 200px;
}
.ccms_form_element {
    margin: 0;
    padding: 0;
}
.ccms_form_element {
    margin-top: 5px;
}
.ccms_form_element.cfdiv_checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ccms_form_element label, .ccms_form_element input, .ccms_form_element select, .ccms_form_element textarea, .ccms_form_element input[type="file"] {
    margin: 0;
}
.ccms_form_element input[type="checkbox"], .ccms_form_element input[type="radio"] {
    margin: 0 5px 0 0;
}
.ccms_form_element label {
    padding: 5px 10px 5px 0;
}
.ccms_form_element.cfdiv_checkboxgroup div label, .ccms_form_element .full_label {
    padding: 0;
}
.ccms_form_element.cfdiv_checkboxgroup > div {
    padding-top: 5px;
}

/* Contact Form */
#chronoform_contact-us .ccms_form_element.cfdiv_text, #chronoform_contact-us .ccms_form_element.cfdiv_select, #chronoform_contact-us .ccms_form_element.cfdiv_textarea {
    float: left;
    clear: none;
    width: 50%;
}
#chronoform_contact-us .ccms_form_element.cfdiv_text, #chronoform_contact-us .ccms_form_element.cfdiv_select, #chronoform_contact-us .ccms_form_element.cfdiv_textarea {
    float: left;
    clear: none;
    width: 50%;
}
#chronoform_contact-us textarea {
    width: 200px;
    height: 60px;
}
#chronoform_contact-us select {
    width: 200px;
}
#chronoform_contact-us .cfdiv_text label, #chronoform_contact-us .cfdiv_select label, #chronoform_contact-us .cfdiv_textarea label {
    width: 170px;
}
#chronoform_contact-us .label_right {
    margin-left: 0 !important;
}
#chronoform_contact-us .ccms_form_element.cfdiv_submit {
    margin: 0;
}
#chronoform_booking_form h2 {
    margin-top: 20px;
}
#chronoform_booking_form select {
    width: 205px;
}
#chronoform_booking_form input[type="radio"] {
    margin: 5px 5px 0 0;
}
#chronoform_booking_form textarea {
    width: 642px;
}
#chronoform_booking_form .g-recaptcha {
    float: left;
    margin-top: 10px;
}
#chronoform_booking_form .cfdiv_submit {
    position: absolute;
    right: 69px;
    bottom: 10px;
    margin: 0;
}
@media only screen and (max-width:992px) {
    #chronoform_booking_form .cfdiv_submit {
        position: static;
        margin-top: 10px;
    }
}
div.chronoform {
    display: none;
}

/* Payment Form */
.required {
    color: #4c00a3;
}
#os_form {
    max-width: 600px;
}
#os_form .control-group {
    clear: left;
    margin-bottom: 15px;
}
#os_form .control-label {
    float: left;
    width: 200px;
}
#os_form .controls {
    margin-left: 220px;
}
#os_form input.form-control {
    height: 30px;
    border-radius: 0;
    line-height: 30px;
}
#os_form .controls input[type=text] {
    height: 30px;
    line-height: 30px;
}
#os_form .input-append .add-on, .input-prepend .add-on {
    height: 30px;
    line-height: 30px;
}
#os_form .form-actions {
    border: none;
    background: transparent;
}
#os_form #field_date {
    display: none;
}
dl.pf-compleate {
    margin: 25px 0;
}
dl.pf-compleate dt, dl.pf-compleate dd {
    margin-bottom: 5px;
}
dl.pf-compleate dt {
    float: left;
    clear: both;
    width: 150px;
}
@media only screen and (max-width:992px) {
    #adminForm .col-sm-offset-3 {
        margin-left: 15px;
    }
    #os_form .control-label {
        float: none;
        width: auto;
    }
    #os_form .controls {
        margin-left: 0;
    }
}

/* Gallary */
#filters {
    padding: 0;
    list-style: none;
    font-size: 1.2rem;
}
#filters li {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
}
#filters li:after {
    position: absolute;
    right: -15px;
    content: "+";
    font-family: "akagi-pro-n6", "akagi-pro";
    font-size: 1.4rem;
    font-weight: 600;
    color: #b3b3b3;
}
#filters li:last-child:after {
    content: '';
}
#filters a {
    padding: 5px 10px;
    color: #666;
    text-decoration: none;
}
#filters a:hover, #filters a.selected {
    color: #4c00a3;
}

/**** Isotope filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
    pointer-events: none;
}
.element {

    /*padding: 0;*/

    /*margin-left: -15px;*/

    margin-bottom: 20px;
}
.element .item {

    /*height: 265px;*/

    /*margin-left: -15px;*/

    /*margin-left: 15px;*/
}

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
    pointer-events: none;
}

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
#isotope_container .element .intro_image {

    /*padding: 0;*/

    margin-bottom: 10px;
}
#isotope_container a {
    text-decoration: none;
}
#isotope_container img {
    width: 100%;
    height: auto;
}

/* intranet-home general */
.intranet-home .icons .btn-group {
    display: none;
}
.container.beforemain {
    position: relative;
}
#mod-finder-searchform {

    /*position: absolute;
    right: 15px;
    top: 0;*/

    position: relative;
    float: right;
    margin-bottom: 20px;
}
.home.intranet-home #mod-finder-searchform {
    margin-right: -15px;
}
/*#mod-finder-searchform:before {
    content: '\f002';
    font-family: fontAwesome;
    font-size: 20px;
    color: #666;
    position: absolute;
    right: 15px;
    top: 7px;
}*/
#mod-finder-searchform input[type=search] {
    width: 270px;
    height: 42px;
    padding-left: 15px;
    border: solid 2px #0088ce;
    border-radius: 10px;
}
#mod-finder-searchform button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 1.6em ;
    background: none;
}

#mod-finder-searchform svg {
  width: 1.6em;
  height: 1.6em;
}

#mod-finder-searchform path {
  fill: #666;
}
.top-button {
    display: block;
    margin-top: 40px;
    padding: 10px 20px;
    border: solid 1px #fff;
    font-size: 1.8em;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.top-button:hover {
    color: #fff;
    text-decoration: none;
}
.top-button:before {
    padding-right: 10px;
    content: '\f03e';
    font-family: fontAwesome;
}
.top-button.send:before {
    content: '\f1d8';
}
.facebook #facebook_grid, .facebook #instagram_grid {
    background: #0088ce;
    overflow-y: scroll;
}
.facebook img.facebook_source {
    width: 100%;
}
.facebook .item-details h2 {
    margin: 15px 15px 0;
    color: #fff;
}
.facebook_item {
    padding: 15px;
    border-bottom: solid 1px #fff;
}
.facebook .item-details .facebook_item h3 {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
}
.facebook .item-details .facebook_item p {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
}
.facebook .facebook_picture {
    margin: 0 0 10px;
}
.facebook .facebook_reactions {
    background: rgba(255, 255, 255, .1);
}
.facebook .facebook_reaction {
    display: inline-block;
}
.facebook .facebook_reactions_pic {
    width: 33px;
    height: auto;
    margin: 5px;
}

/* intranet-home noticeboard */
#noticeboard_container h2 {
    margin-top: 0;
}
.noticeboardimage {
    text-align: center;
}
.intranet-home .blog .article-info, .intranet-home .blog .tags {
    float: left;
    margin: 5px 10px 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-transform: capitalize;
}
.intranet-home .blog.noticeboard .latest-news-col {
    width: 100%;
}
.intranet-home .blog.noticeboard .pagination {
    display: none;
}
.tags:before {
    padding-left: 3px;
    content: '|';
}
.article-info-term {
    display: none;
}
.item-page .multiimages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.item-page .multiimages img {
    margin-bottom: 20px;
}
.intranet-home #options {
    margin-bottom: 40px;
    border-top: solid 1px #989898;
    border-bottom: solid 1px #989898;
    font-weight: bold;
    text-align: center;
}
.intranet-home #options .filter-label {
    display: inline-block;
    float: none;
    margin-right: 20px;
    font-size: 1.4rem;
    line-height: 58px;
    color: #666;
}
.intranet-home #options #filters, .intranet-home #options > div {
    display: inline-block;
    margin: 0;
}
.intranet-home #options #filters li {
    display: inline-block;
    float: none;
    line-height: 58px;
    text-transform: uppercase;
}
.intranet-home #options .form-group.control-group {
    display: inline-block;
    margin: 12px 0;
}
.intranet-home #options label {
    display: none;
}
.intranet-home #options li:after {
    content: '';
}
.intranet-home #options select {
    display: inline;
    width: 250px;
    margin: 12px 15px 12px 0;
    margin-right: 15px;
}
.intranet-home #options input[type=text] {
    width: 250px;
    margin-right: 15px;
}
.intranet-home #options .chzn-container-single {
    margin-right: 15px;
    text-align: left;
}
.intranet-home #options .chzn-container-single input[type=text] {
    width: auto;
}
.intranet-home #options .chzn-container-single .chzn-single {
    height: 28px;
    padding-top: 2px;
}
.intranet-home #options form.form-horizontal {
    display: inline-block;
}
#infscr-loading {
    color: #0088ce;
    text-align: center;
    text-transform: uppercase;
}
@media only screen and (max-width:767px) {
    .intranet-home #options > div, .intranet-home #options select, .intranet-home #options input[type=text], .intranet-home #options .chzn-container-single {
        width: 100%;
    }
    .intranet-home #options .form-group.control-group {
        display: block;
    }
    .intranet-home #options .btn {
        margin-bottom: 12px;
    }
}

/* Intranet Our Album */

/*#chronoform_report_something,*/

#chronoform_upload_photo {
    position: relative;
}

/*#chronoform_report_something .ccms_form_element,*/
#chronoform_upload_photo .ccms_form_element {
    margin-bottom: 10px;
    padding-top: 0;
}

/*#chronoform_report_something label,*/
#chronoform_upload_photo label {
    display: none;
}

/*#chronoform_report_something input, #chronoform_report_something textarea,*/
#chronoform_upload_photo input, #chronoform_upload_photo textarea {
    padding: 0 10px;
    color: #666;
}
#chronoform_upload_photo #photo_container_div label {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: solid 1px #ccc;
    font-weight: normal;
    line-height: 45px;
    color: #666;
}
#chronoform_report_something #photo_container_div label:after {
    position: absolute;
    top: 0;
    left: 150px;
    display: block;
    width: 203px;
    min-height: 33px;
    border: solid 1px #ccc;
    content: attr(data-content);
    font-weight: normal;
    line-height: 33px;
    text-align: center;
}
#chronoform_upload_photo #photo_container_div label:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 138px;
    height: 45px;
    border-left: solid 1px #ccc;
    content: 'BROWSE';
    font-weight: bold;
    line-height: 45px;
    color: #0088ce;
    text-align: center;
}
#photo_container_div input#photo {
    position: absolute;
    width: 100px;
    opacity: 0;
    cursor: pointer;
}

/*#chronoform_report_something select,*/
#chronoform_upload_photo select {
    height: 45px;
    padding-left: 8px;
    background-image: url(../img/select-arrow-upload.png);
    color: #666;
}

/*#chronoform_report_something select option:first-child,*/
#chronoform_upload_photo select option:first-child {
    color: #666;
}

/*#chronoform_report_something textarea,*/
#chronoform_upload_photo textarea {
    height: 90px;
}

/*#chronoform_report_something select, #chronoform_report_something textarea, #chronoform_report_something input[type='text'],*/
#chronoform_upload_photo select, #chronoform_upload_photo textarea {
    width: 100%;
}

/*#chronoform_report_something input[type='text']{
height: 45px;
}
#chronoform_report_something #g-recaptcha2{
float: left;
}*/
#date_container_div {
    position: relative;
    float: left;
    width: 60%;
}
#date_container_div:after {
    position: absolute;
    top: 10px;
    right: 15px;
    content: '\f073';
    font-family: fontAwesome;
    font-size: 1.5rem;
    color: #0088ce;
}
#date_container_div input {
    width: 100%;
    height: 45px;
}
#chronoform_upload_photo textarea::-webkit-input-placeholder, #chronoform_upload_photo input::-webkit-input-placeholder {
    opacity: 1;
    line-height: 35px;

    /* Chrome/Opera/Safari */

    color: #666;
}
#chronoform_upload_photo textarea::-moz-placeholder, #chronoform_upload_photo input::-moz-placeholder {
    opacity: 1;
    line-height: 35px;

    /* Firefox 19+ */

    color: #666;
}
#chronoform_upload_photo textarea:-ms-input-placeholder, #chronoform_upload_photo input:-ms-input-placeholder {
    opacity: 1;
    line-height: 35px;

    /* IE 10+ */

    color: #666;
}
#chronoform_upload_photo textarea:-moz-placeholder, #chronoform_upload_photo input:-moz-placeholder {
    opacity: 1;
    line-height: 35px;

    /* Firefox 18- */

    color: #666;
}

/*#chronoform_report_something .cfdiv_submit,*/
#chronoform_upload_photo .cfdiv_submit {
    float: right;
    clear: none;
}
.intranet-home .cfdiv_submit:before {
    position: absolute;
    top: 10px;
    left: 20px;
    content: '\f138';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
}
.intranet-home .cfdiv_submit input {
    width: 150px;
    height: 45px;
    padding-left: 20px !important;
    background: #0088ce;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
}
.datepicker_dashboard {
    width: 193px;
    height: 156px;
}
@media only screen and (max-width:1199px) {
    #chronoform_report_something #photo_container_div label:after {
        position: static;
        float: left;
    }
}
@media only screen and (max-width:991px) {
    #date_container_div {
        float: none;
        width: 100%;
    }
    #chronoform_report_something #photo_container_div label {
        padding-right: 0;
    }
    #chronoform_report_something #photo_container_div label:after {
        float: none;
        width: 100%;
    }
}
.intranet-home .whatson_table {
    width: 100%;
    background: #fff;
}
.intranet-home .whatson_table tr {
    margin-left: 0;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    background: #fff;
    color: #666;
}
.intranet-home .whatson_row td {
    padding: 9px 15px;
}
.td-xs-1 {
    min-width: 110px;
}
.intranet-home .whatson_table th {
    padding: 9px 15px;
    border-top: solid 1px #ccc;
    font-size: 16px;
    font-weight: bold;
    color: #3071a9;
}
.pagination .counter {
    display: none;
}
.pagination ul {
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    float: none;
}
.pagenav {
    display: block;
    width: 32px;
    height: 32px;
    margin-top: 47px;
    border: solid 1px #ccc;
    list-style: none;
    font-weight: bold;
    line-height: 32px;
    color: #666;
    text-align: center;
    text-decoration: none;
}
.item-page .pagenav {
    width: auto;
    padding: 0;
    border: none;
}
.item-page .pagenav a {
    position: relative;
    display: block;
    line-height: 38px;
    color: #999;
    text-decoration: none;
}
.item-page .previous {
    float: left;
}
.item-page .previous a:after {
    position: absolute;
    top: 0;
    right: -55px;
    display: block;
    width: 42px;
    height: 38px;
    background: url('../img/sprite.png') no-repeat -752px -248px;
    content: '';
}
.item-page .next {
    float: right;
}
.item-page .next a:before {
    position: absolute;
    top: 0;
    left: -55px;
    display: block;
    width: 42px;
    height: 38px;
    background: url('../img/sprite.png') no-repeat -752px -291px;
    content: '';
}
span.pagenav {
    background: #008b97;
    color: #fff;
}
.pagination .pagination-start, .pagination .pagination-prev, .pagination .pagination-next, .pagination .pagination-end {
    margin: 0;
    padding: 0;
    border: none;
}
.pagination .pagination-start a, .pagination .pagination-start span, .pagination .pagination-prev a, .pagination .pagination-prev span, .pagination .pagination-next a, .pagination .pagination-next span, .pagination .pagination-end a, .pagination .pagination-end span {
    border: none;
    background: transparent;
    font-size: 0;
}
.pagination .pagination-start a:before, .pagination .pagination-start span:before, .pagination .pagination-prev a:before, .pagination .pagination-prev span:before, .pagination .pagination-next a:after, .pagination .pagination-next span:after, .pagination .pagination-end a:after, .pagination .pagination-end span:after {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
.GITheWall ul {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    list-style: none;
    text-align: left;
}
.GI_TW_expander {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    margin-top: 10px;
    background: black;
    -webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
    overflow: hidden;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_prev {
    left: 30px;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_next {
    right: 30px;
}
.GI_TW_expander .GI_TW_arrow.GI_TW_hidden {
    display: none;
}
.GI_TW_expander .GI_TW_arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.GI_TW_expander .GI_TW_Controls {
    z-index: 1;
}
.GI_TW_expander .GI_TW_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.jsn_listprofile .listAvatarContainer .avatar {
    float: none;
    width: auto;
}
.jsn_listprofile .listHeaderContainer {
    margin-left: 0px;
}

/* Who's who */
.jsn_list .top-button {
    font-size: 1.4rem;
}
.jsn_list .top-button:before {
    content: '\f0e8';
}
.jsn_list .jsn_search .btn {
    width: auto;
}

/*.jsn_list .jsn_search .form-group.control-group{
width: 265px;
}*/
.jsn_list div.jsn_search .chzn-container {
    width: 250px !important;
}
#jsn_listresult .GITheWall ul {
    padding-top: 0;
}
#jsn_listresult .GITheWall ul li {
    margin-top: 15px;
}
#jsn_listresult .label-warning {
    display: none;
}
#jsn_listresult .image-container {
    position: relative;
    margin-bottom: 10px;
}
#jsn_listresult .image-container img {
    width: 185px;
    height: 150px;
}
#jsn_listresult.whoswho .image-container:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 185px;
    height: 150px;
    padding-top: 99px;
    background: rgba(0, 0, 0, .7) url(../img/plus.png) center center no-repeat;
    content: 'READ MORE';
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-align: center;
}
#jsn_listresult .GI_TW_Current .image-container:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 185px;
    height: 150px;
    padding-top: 99px;
    background: rgba(255, 255, 255, .7) url(../img/close.png) center center no-repeat;
    content: 'CLOSE';
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#jsn_listresult .intro-info {
    color: #666;
}
.GI_TW_expander {
    width: calc(100% - 30px);
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
    background: #4c00a3;
}
.GI_TW_expander .GI_TW_expander-inner {
    width: 100%;
    padding: 30px;
    color: #fff;
}
.GI_TW_expander .GI_TW_expander-inner h2 {
    color: #fff;
}
.GI_TW_expander .GI_TW_expander-inner h4 {
    font-size: 1.1rem;
    font-style: italic;
    font-weight: bold;
    color: #fff;
}
.GI_TW_expander .GI_TW_expander-inner h4:before {
    margin-right: 20px;
    content: '\f004';
    font-family: fontAwesome;
    font-size: 24px;
    font-style: normal;
}
.mt-template-staffcalendar .GI_TW_expander .GI_TW_expander-inner h4:before {
    display: none;
}
.GI_TW_expander .GI_TW_expander-inner h4.title-2:before {
    content: '\f03a';
}
.GI_TW_expander .GI_TW_expander-inner h4.title-3:before {
    content: '\f27a';
}
.GI_TW_expander .GI_TW_expander-inner .description {
    margin-left: 45px;
}
.GI_TW_expander .GI_TW_pointer {
    border: none;
}
.GI_TW_expander .GI_TW_close {
    background: url(../img/close.png) center center no-repeat;
}
@media only screen and (max-width:410px) {
    #jsn_listresult .GITheWall ul li {
        width: 138px;
    }
    #jsn_listresult.whoswho .image-container:hover:after, #jsn_listresult .GI_TW_Current .image-container:after, #jsn_listresult .image-container img {
        width: 138px;
        height: 110px;
    }
    #jsn_listresult.whoswho .image-container:hover:after, #jsn_listresult .GI_TW_Current .image-container:after {
        padding-top: 70px;
    }
}
.intranet-home select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;    /*background: transparent;*/
    -webkit-border-radius: 0px;
    background: #fff url(../img/select-arrow.png) right center no-repeat;
}
.intranet-home textarea, .intranet-home input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
}
#chronoform_report_something select, #chronoform_get_in_touch select {
    width: 203px;
    height: 34px;
    padding: 5px 4px;
    border-radius: 0;
}
#chronoform_report_something #description_container_div, #chronoform_get_in_touch #enquiry_container_div {
    margin-top: 12px;
}
#chronoform_report_something textarea, #chronoform_get_in_touch textarea {
    display: block;
    width: 642px;
}
#emotion_container_div {
    position: relative;
    top: -42px;
    right: 55px;
    margin: 0;
}
#emotion_container_div div {
    float: right !important;
    padding: 0;
    border: solid 1px #ccc;
    background: #eaeaea;
}
#emotion_container_div div.clear, #emotion_container_div div#error-message-emotion {
    display: none;
}
#emotion_container_div > label, #emotion_container_div div input {
    display: none;
}
#emotion_container_div div label {
    width: 40px;
    height: 40px;
    background: transparent url(../img/emotions.png) 6px 6px no-repeat;
    font-size: 0;
}
#emotion_container_div div label:hover, #emotion_container_div div label.on {
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    background-color: #fff;
}
#emotion_container_div div label[for=emotion_1] {
    background-position: -34px 6px;
}
#emotion_container_div div label[for=emotion_2] {
    background-position: -74px 6px;
}
#emotion_container_div div label[for=emotion_3] {
    background-position: -115px 6px;
}
#emotion_container_div div label[for=emotion_4] {
    background-position: -156px 6px;
}
#chronoform_report_something #g-recaptcha2, #chronoform_get_in_touch #g-recaptcha2 {
    margin: 20px 0 0 150px;
}
#chronoform_report_something #send_container_div, #chronoform_get_in_touch #send_container_div {
    position: absolute;
    right: 69px;
    bottom: 10px;
    margin: 0;
}
.intranet-home #chronoform_report_something .cfdiv_submit:before, .intranet-home #chronoform_get_in_touch .cfdiv_submit:before {
    left: 25px;
}
.get_in_touch_cta {
    margin-top: 30px;
}
@media only screen and (max-width:991px) {
    #chronoform_report_something textarea, #chronoform_get_in_touch textarea {
        width: 100%;
    }
    #emotion_container_div {
        right: 0;
    }
    #chronoform_report_something #send_container_div, #chronoform_get_in_touch #send_container_div {
        right: 15px;
    }
    .ccms_form_element label {
        width: 100%;
    }
    .ccms_form_element label, .ccms_form_element input[type="text"], .ccms_form_element select, .ccms_form_element textarea, .ccms_form_element input[type="file"] {
        width: 100% !important;
    }
    #chronoform_report_something #g-recaptcha2, #chronoform_get_in_touch #g-recaptcha2 {
        margin-left: 0;
    }
    #chronoform_report_something #send_container_div, #chronoform_get_in_touch #send_container_div {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 15px;
    }
}
#popwindow {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    display: table;
    width: 0px;
    height: 100%;
    padding: 0;
    background: #0088ce;
    color: #fff;
}
#popwindow.active {
    width: 300px;
    padding: 0 40px;
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
#popwindow .e2articles.enquiry-form

/*#chronoform_suggestion*/
{
    vertical-align: middle;
    width: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#chronoform_suggestion h2 {
    line-height: 1.2;
    color: #fff;
}
#popwindow.active .e2articles.enquiry-form

/*#popwindow.active #chronoform_suggestion*/
{
    display: table-cell;
    width: 220px;
    opacity: 1;
    visibility: visible;
}
#chronoform_suggestion .cfdiv_textarea label {
    display: none;
}
#chronoform_suggestion textarea {
    width: 220px;
    padding: 13px 15px !important;
    border: none;
}
#chronoform_suggestion .cfdiv_file {
    margin-top: 0;
}
#chronoform_suggestion .cfdiv_file label {
    display: block;
    float: none;
    width: auto;
    padding: 10px 0 10px 15px;
    background: #fff;
    color: #0088ce;
}
#chronoform_suggestion .cfdiv_file label:before {
    margin-right: 5px;
    content: '\f03e';
    font-family: fontAwesome;
}
#chronoform_suggestion .cfdiv_file input {
    display: none;
}
#chronoform_suggestion #g-recaptcha1 {
    margin-top: 15px;
}
#chronoform_suggestion #g-recaptcha1 > div {
    width: 200px !important;
}
#chronoform_suggestion .cfdiv_submit {
    float: right;
}
#chronoform_suggestion .cfdiv_submit:before {
    top: 20px;
    left: 30px;
}
#bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
#bg.active {
    opacity: 1;
    visibility: visible;
}
#popwindow.active .close {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
}
#popwindow.active .close:before {
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/close.png) no-repeat 0 20px;
    content: '';
}
#popwindow_button {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 101;
    border-top: solid 3px #ccc;
    border-bottom: solid 3px #ccc;
    border-left: solid 3px #ccc;
    background: #e4e4e4;
    -webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    -o-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
}
#popwindow_button.active {
    right: 300px;
}
#popwindow_button .popwindow_button {
    display: block;
    text-decoration: none;
}
#popwindow_button .popwindow_button:before {
    display: block;
    width: 44px;
    height: 46px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: fontAwesome;
    font-size: 20px;
    line-height: 46px;
    color: #0f5da5;
    text-align: center;
    cursor: pointer;
}
#popwindow_button .popwindow_button:hover:before {
    background: #2794D0;
    color: #ffffff;
}
#popwindow_button #login_btn:before {
    content: '\f023';
    font-size: 26px;
}
#popwindow_button .suggestion_btn:before {
    content: '\f075';
}
#popwindow_button.active #login_btn:before {
    background: #fff;
    color: #0088ce;
}
#popwindow_button.active .suggestion_btn:before {
    background: #0088ce;
    color: #fff;
}
#popwindow_button.active #login_btn:hover:before, #popwindow_button.active .suggestion_btn:hover:before {
    background: #2794D0;
    color: #ffffff;
}
#g-recaptcha1 > div > div {
    width: 220px !important;
}
@media only screen and (max-width:991px) {
    #popwindow_button {
        position: absolute;
        width: 100px;
        border: none;
        background: none;
    }
    #popwindow_button.active {
        right: 0;
        z-index: 0;
    }
    #popwindow_button.active .popwindow_button:before {
        background: none;
        color: #0f5da5;
    }
    #popwindow_button .popwindow_button {
        float: left;
    }
}
#rc-imageselect, #g-recaptcha1 {
    -webkit-transform: scale(0.73);
    transform: scale(0.73);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
@media screen and (max-height:575px) {
    #g-recaptcha2 > div > div {
        width: 220px !important;
    }
    #rc-imageselect, #g-recaptcha3 {
        -webkit-transform: scale(0.73);
        transform: scale(0.73);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

/* Login */
#user-registration.form-horizontal .control-group, .login .form-horizontal .control-group {
    clear: both;
    margin-bottom: 5px;
}
#user-registration.form-horizontal .control-label, .login .form-horizontal .control-label {
    text-align: left;
}
#user-registration.form-horizontal label, .login .form-horizontal label {
    float: left;
    width: 170px;
    color: #333;
}
#user-registration #jform_captcha > div {
    width: auto !important;
}

/* Registration */
#profile_tabs {
    display: none;
}
.registration .control-label {
    float: left;
    width: 200px;
    text-align: left;
}
.registration label {
    color: #333;
}
.registration .control-group {
    clear: both;
    margin-bottom: 5px;
}
.registration .control-group .chzn-container-single,
.registration .control-group input[type=text],
.registration .control-group input[type=email],
.registration .control-group input[type=tel],
.registration .control-group input[type=password],
.registration .control-group input[type=file] {
    width: 350px !important;
}
.registration .control-group textarea {
    width: 350px !important;
    height: auto;
}
.registration .control-group img {
    display: none;
}
.registration button {
    float: none !important;
}
.registration #jform_captcha > div {
    width: auto !important;
}

.registration .alert {
    margin-bottom: 10px;
    padding: 5px 10px;
    border-top: solid 1px #d6e9c6;
    border-bottom: solid 1px #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
}
.registration .alert-notice {
    border-color: #bce8f1;
    background-color: #d9edf7;
    color: #31708f;
}
.registration .alert-warning {
    border-color: #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b;
}
.registration .alert-error {
    border-color: #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}
@media only screen and (max-width:991px) {
    .registration .control-group .chzn-container-single, .registration .control-group input[type=text], .registration .control-group input[type=email], .registration .control-group input[type=tel], .registration .control-group input[type=password], .registration .control-group input[type=file], .registration .control-group textarea {
        width: 100% !important;
    }
}
.profile-edit .control-label {
    text-align: left;
}
.btn-toolbar {
    padding-left: 0;
    list-style: none;
}
.btn-toolbar li {
    margin-bottom: 10px;
}
#easyprofile .dl-horizontal {
    margin-bottom: 40px;
}
#easyprofile .dl-horizontal .row.field {
    margin-bottom: 15px;
}
.search-results {
    padding-left: 0;
    list-style: none;
}
.search-results li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}
footer {
    height: 148px;
    margin-top: 80px;
    padding-top: 20px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);    /* IE6-9 */
    background: #e5e5e5;    /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 92px);    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(92px, #ffffff));    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 92px);    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 92px);    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 92px);    /* IE10+ */
    background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 92px);    /* W3C */
    color: #999;
}
footer .footer-wrapper {
    position: relative;
}
footer a {
    color: #999;
    text-decoration: none;
}
footer a:hover, footer a:focus {
    color: #666;
    text-decoration: none;
}
footer .nav {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}
footer .nav li {
    position: relative;
    float: left;
    margin: 0 30px 0 0;
}
footer .social-menu.nav li {
    margin: 0;
}
footer .nav a {
    display: inline-block;
    height: 29px;
    opacity: 1;
    background: url('../img/sprite.png') no-repeat;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    overflow: hidden;
    text-indent: -9990px;
}
footer .nav a:hover {
    opacity: 0.8;
}
footer .nav a.v-horncastle {
    width: 97px;
    background-position: -262px -13px;
}
footer .nav a.v-hagley {
    width: 91px;
    background-position: -369px -14px;
}
footer .nav a.v-air-force {
    width: 66px;
    background-position: -469px -14px;
}
footer .nav a.v-ami {
    width: 104px;
    background-position: -685px -54px;
}
footer .nav a.v-ilex {
    width: 59px;
    background-position: -541px -15px;
}
footer .nav a.v-townhall {
    width: 100px;
    background-position: -676px -15px;
}
footer .venues-menu.nav li:after {
    position: absolute;
    top: 2px;
    right: -19px;
    content: "+";
    font-family: "akagi-pro-n6", "akagi-pro";
    font-size: 1.2em;
    font-weight: 600;
    color: #b3b3b3;
}
footer .nav li.item-280:after {
    display: none;
}
footer .slogan {
    position: absolute;
    top: -50px;
    right: 0;
    width: 144px;
    height: 103px;
    background: url('../img/sprite.png') no-repeat -7px -340px;
    overflow: hidden;
    text-indent: -1000px;
}
footer .bottom-row {
    margin-top: 15px;
}
footer .bottom-row p, footer .bottom-row .custom {
    display: inline-block;
}
footer .bottom-row p {
    font-size: 0.9em;
}
footer .bottom-row .footer-right {
    text-align: right;
}
#social-menu {
    display: none;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width:1200px) {
    #chronoform_contact-us input[type=text], #chronoform_contact-us textarea, #chronoform_contact-us select {
        width: 160px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) {
    footer, footer .bottom-row .footer-right {
        text-align: center;
    }
    footer .slogan {
        position: static;
        margin: -60px auto 0;
    }
    footer .nav li {
        display: inline-block;
        float: none;
        margin: 0 15px;
    }
    footer .venues-menu.nav li:after, footer .scocial-menu.nav li:after {
        content: none;
    }
    #social-menu {
        display: block;
        margin: 0 0 20px 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width:767px) {
    #chronoform_contact-us .ccms_form_element.cfdiv_text, #chronoform_contact-us .ccms_form_element.cfdiv_select, #chronoform_contact-us .ccms_form_element.cfdiv_textarea {
        float: left;
        clear: none;
        width: 100%;
    }
    .contact_us_right {
        margin: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
}
.ir {
    border: 0;
    background-color: transparent;
    font: "0/0";
    color: transparent !important;
    text-shadow: none;
}
.box_transition, .item-details, .cssanimations .hover-text, .cssanimations .arrow, .cssanimations .intro_image > span, .cssanimations .intro_image > a, .cssanimations .intro_image > a:before, .cssanimations .intro_image > a:after {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.box_transition_slow, .hover-elements, .cssanimations .item-background img {
    -webkit-transition: opacity .4s ease-out, transform .5s ease-out, background .4s ease-out;
    transition: opacity .4s ease-out, transform .5s ease-out, background .4s ease-out;
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) {
    .main-menu .parent > ul, .main-menu .parent > .arrow {
        -webkit-transition: opacity 0.25s ease-out, transform 0.15s ease-out;
        transition: opacity 0.25s ease-out, transform 0.15s ease-out;
    }
    .cssanimations .main-menu .parent > ul {
        margin-left: calc(-110px + 50%);

        /*left: 0;*/

        opacity: 0;
    }
    .cssanimations .main-menu .parent > .arrow {
        left: calc(50% - 10px);
        opacity: 0;
    }
    .cssanimations .main-menu .parent > .arrow:after {
        left: calc(50% - 10px);
    }
    .cssanimations .main-menu .parent.hide-child > ul, .cssanimations .main-menu .parent.hide-child > .arrow {
        left: -9999px;
        -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
    }
    .cssanimations .main-menu .parent:hover > ul, .cssanimations .main-menu .parent:hover > .arrow {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* feature based animation */
.cssanimations .home-welcome, .cssanimations .homepage-slideshow, .cssanimations .animate-packery .item {
    opacity: 0;
    overflow: hidden;
}
.cssanimations.wf-active .animate-packery .item.loaded {
    opacity: 1;
    transition: opacity 0.25 linear;

}
.cssanimations.wf-active .home-welcome, .cssanimations.wf-active .animate-packery .item.loaded:nth-child(n+0) {
    opacity: 1;
    transition: opacity 0.25 linear;
}
.cssanimations.wf-active .homepage-slideshow, .cssanimations.wf-active .animate-packery .item.loaded:nth-child(3n+0) {
    opacity: 1;
    transition: opacity 0.25 linear;
}

.rgba .hover-elements {
    background-position: 0 100px;
    color: rgba(255, 255, 255, 1);    /* Chrome 10-25, iOS 5+, Safari 5.1+ */
}
.rgba .grid-link:hover .hover-elements {
    background-position: 0 0;
}
.no-opacity .hover-elements {
    visibility: hidden;
    background: url(../img/bg-rgba-polyfil.png) 0 0 repeat;
    color: #fff !important;
}
.cssanimations .grid-link:hover .item-details {

    /* opacity: 0;*/
}
.rgba .blue-overlay .hover-elements {
    background-image: -webkit-linear-gradient(rgba(0, 136, 206, 0) 0%, rgba(0, 136, 206, 0.3) 60%, rgba(0, 136, 206, 0.4) 100%);
    background-image: -o-linear-gradient(rgba(0, 136, 206, 0) 0%, rgba(0, 136, 206, 0.3) 60%, rgba(0, 136, 206, 0.4) 100%);
    background-image: linear-gradient(rgba(0, 136, 206, 0) 0%, rgba(0, 136, 206, 0.3) 60%, rgba(0, 136, 206, 0.4) 100%);
    background-color: rgba(0, 136, 206, 0.3);
}
.rgba .purple-overlay .hover-elements {
    background-image: -webkit-linear-gradient(rgba(75, 8, 161, 0) 0%, rgba(75, 8, 161, 0.3) 60%, rgba(75, 8, 161, 0.4) 100%);
    background-image: -o-linear-gradient(rgba(75, 8, 161, 0) 0%, rgba(75, 8, 161, 0.3) 60%, rgba(75, 8, 161, 0.4) 100%);
    background-image: linear-gradient(rgba(75, 8, 161, 0) 0%, rgba(75, 8, 161, 0.3) 60%, rgba(75, 8, 161, 0.4) 100%);
    background-color: rgba(75, 8, 161, 0.3);
}
.rgba .indigo-overlay .hover-elements {
    background-image: -webkit-linear-gradient(rgba(0, 39, 118, 0) 0%, rgba(0, 39, 118, 0.3) 60%, rgba(0, 39, 118, 0.4) 100%);
    background-image: -o-linear-gradient(rgba(0, 39, 118, 0) 0%, rgba(0, 39, 118, 0.3) 60%, rgba(0, 39, 118, 0.4) 100%);
    background-image: linear-gradient(rgba(0, 39, 118, 0) 0%, rgba(0, 39, 118, 0.3) 60%, rgba(0, 39, 118, 0.4) 100%);
    background-color: rgba(0, 39, 118, 0.3);
}
.rgba .teal-overlay .hover-elements {
    background-image: -webkit-linear-gradient(rgba(0, 139, 149, 0) 0%, rgba(0, 139, 149, 0.3) 60%, rgba(0, 139, 149, 0.4) 100%);
    background-image: -o-linear-gradient(rgba(0, 139, 149, 0) 0%, rgba(0, 139, 149, 0.3) 60%, rgba(0, 139, 149, 0.4) 100%);
    background-image: linear-gradient(rgba(0, 139, 149, 0) 0%, rgba(0, 139, 149, 0.3) 60%, rgba(0, 139, 149, 0.4) 100%);
    background-color: rgba(0, 139, 149, 0.3);
}
.rgba .pink-overlay .hover-elements {
    background-image: -webkit-linear-gradient(rgba(209, 0, 116, 0) 0%, rgba(209, 0, 116, 0.3) 60%, rgba(209, 0, 116, 0.4) 100%);
    background-image: -o-linear-gradient(rgba(209, 0, 116, 0) 0%, rgba(209, 0, 116, 0.3) 60%, rgba(209, 0, 116, 0.4) 100%);
    background-image: linear-gradient(rgba(209, 0, 116, 0) 0%, rgba(209, 0, 116, 0.3) 60%, rgba(209, 0, 116, 0.4) 100%);
    background-color: rgba(209, 0, 116, 0.3);
}
.rgba .red-overlay .hover-elements {
    background-image: -webkit-linear-gradient(rgba(198, 12, 48, 0) 0%, rgba(198, 12, 48, 0.3) 60%, rgba(198, 12, 48, 0.4) 100%);
    background-image: -o-linear-gradient(rgba(198, 12, 48, 0) 0%, rgba(198, 12, 48, 0.3) 60%, rgba(198, 12, 48, 0.4) 100%);
    background-image: linear-gradient(rgba(198, 12, 48, 0) 0%, rgba(198, 12, 48, 0.3) 60%, rgba(198, 12, 48, 0.4) 100%);
    background-color: rgba(198, 12, 48, 0.3);
}
.rgba .yellow-overlay .hover-elements {
    background-image: -webkit-linear-gradient(rgba(255, 202, 22, 0) 0%, rgba(255, 202, 22, 0.3) 60%, rgba(255, 202, 22, 0.4) 100%);
    background-image: -o-linear-gradient(rgba(255, 202, 22, 0) 0%, rgba(255, 202, 22, 0.3) 60%, rgba(255, 202, 22, 0.4) 100%);
    background-image: linear-gradient(rgba(255, 202, 22, 0) 0%, rgba(255, 202, 22, 0.3) 60%, rgba(255, 202, 22, 0.4) 100%);
    background-color: rgba(255, 202, 22, 0.3);
}
.rgba .gray-gradient, .rgba .hover-elements, .cssanimations .intro_image > span:before, .cssanimations .intro_image > a:before {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.4) 100%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.4) 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.4) 100%);
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: repeat-x;    /*     -webkit-box-shadow: inset 2px 2px 6px 0 rgba(0,0,0,0.4);
                box-shadow: inset 2px 2px 6px 0 rgba(0,0,0,0.4);*/
}

/* homepage transition - 1 */
.cssanimations .transition-1 .hover-elements .hover-text, .cssanimations .transition-1 .hover-elements .arrow {
    opacity: 0;
    -webkit-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
}
.cssanimations .transition-1 .grid-link:hover .hover-text {
    -webkit-animation: hpani-1 250ms 1 ease-out forwards;
    animation: hpani-1 250ms 1 ease-out forwards;
}
.cssanimations .transition-1 .grid-link:hover .arrow {
    -webkit-animation: hpani-1 250ms 1 ease-out forwards;
    animation: hpani-1 250ms 1 ease-out forwards;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}
.cssanimations .transition-1 .item-background img {
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 300px;
    -ms-perspective: 300px;
    perspective: 300px;
}
.cssanimations .transition-1 .grid-link:hover .item-background img {
    -webkit-transform: scale3d(1.025, 1.025, 2) translate3d(1%, 0, 0);
    -ms-transform: scale3d(1.025, 1.025, 2) translate3d(1%, 0, 0);
    transform: scale3d(1.025, 1.025, 2) translate3d(1%, 0, 0);
}
@-webkit-keyframes hpani-1 {
    0% {
        opacity: 0.0;
        -webkit-transform: translate(-10px, 0)
    }
    100% {
        opacity: 1.0;
        -webkit-transform: translate(0, 0)
    }
}
@keyframes hpani-1 {
    0% {
        opacity: 0.0;
        transform: translate(-10px, 0)
    }
    100% {
        opacity: 1.0;
        transform: translate(0, 0)
    }
}

/* homepage transition 2 */
.cssanimations .transition-2 .hover-elements .hover-text, .cssanimations .transition-2 .hover-elements .arrow {
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
}
.home-grid .transition-2 .hover-elements {
    background-position: 0 200px !important;
}
.home-grid .transition-2:hover .hover-elements {
    background-position: 0 0 !important;
}
.cssanimations .transition-2 .grid-link:hover .hover-text {
    -webkit-animation: hpani-2 250ms 1 ease-out forwards;
    animation: hpani-2 250ms 1 ease-out forwards;
}
.cssanimations .transition-2 .grid-link:hover .arrow {
    -webkit-animation: hpani-2 250ms 1 ease-out forwards;
    animation: hpani-2 250ms 1 ease-out forwards;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}
@-webkit-keyframes hpani-2 {
    0% {
        opacity: 0.0;
        -webkit-transform: translate(0, 40px)
    }
    100% {
        opacity: 1.0;
        -webkit-transform: translate(0, 0)
    }
}
@keyframes hpani-2 {
    0% {
        opacity: 0.0;
        transform: translate(0, 40px)
    }
    100% {
        opacity: 1.0;
        transform: translate(0, 0)
    }
}

/* homepage transition 3 */
.cssanimations .transition-3 .hover-elements .arrow {
    right: 30px;
    bottom: 40px;
}
.cssanimations .transition-3 .hover-elements .hover-text, .cssanimations .transition-3 .hover-elements .arrow {
    -webkit-transform: scale(.9, .9);
    transform: scale(.9, .9);
}
.home-grid .transition-3 .hover-elements {
    position: relative;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.home-grid .transition-3 .hover-elements:before, .home-grid .transition-3 .hover-elements:after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    content: "";
}
.home-grid .transition-3 .hover-elements:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.home-grid .transition-3 .hover-elements:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
}
.cssanimations .transition-3:hover .hover-elements .hover-text, .cssanimations .transition-3:hover .hover-elements .arrow, .home-grid .transition-3:hover .hover-elements:before, .home-grid .transition-3:hover .hover-elements:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.cssanimations .transition-3 .grid-link:hover .hover-text {
    -webkit-animation: hpani-3 250ms 1 ease-out forwards;
    animation: hpani-3 250ms 1 ease-out forwards;
}
.cssanimations .transition-3 .grid-link:hover .arrow {
    -webkit-animation: hpani-3 250ms 1 ease-out forwards;
    animation: hpani-3 250ms 1 ease-out forwards;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}
@-webkit-keyframes hpani-3 {
}
@keyframes hpani-3 {
}

/* homepage transition 3 */

/* homepage transitions end */

.cssanimations .intro_image {
    position: relative;
}
.cssanimations .intro_image > a > img, .cssanimations .item-background img {

    /* bug fix for moz. Image render issue. */

    box-shadow: #000 0em 0em 0em;
}
.cssanimations .intro_image > span, .cssanimations .intro_image > a {
    opacity: 1;
}
.cssanimations .intro_image >span:before, .cssanimations .intro_image > a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0;
    background-position: 0 100px;
    content: '';
}
.cssanimations .intro_image> span:after, .cssanimations .intro_image > a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 20px;
    margin: auto;
    opacity: 0;
    content: 'View Details';
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.intranet-home .pg-category-view .intro_image > a:after {
    content: 'View Gallery' !important;
}
.intranet-home .pg-category-view .intro_image.phoca-photo > a:after {
    content: '\f00e' !important;
    font-family: fontAwesome;
    font-size: 35px;
    font-weight: normal;
    color: #ccc;
}
.cssanimations .intro_image > span:hover:before, .cssanimations .intro_image > a:hover:before {
    opacity: 1;
    background-position: 0 0;
    -webkit-box-shadow: inset 2px 2px 6px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 2px 2px 6px 0 rgba(0, 0, 0, 0.4);
}
.cssanimations .intro_image > a:active:before {
    -webkit-box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.8);
    box-shadow: inset 2px 2px 10px 0 rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.cssanimations .intro_image > span:hover:after, .cssanimations .intro_image > a:hover:after {
    opacity: 1;
}
.cssanimations .intro_image > a:hover {
}
.listing-ctas a:hover {
    background-color: #005F8E;
}
.listing-ctas a:active {
    -webkit-box-shadow: inset 2px 2px 6px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 2px 2px 6px 0 rgba(0, 0, 0, 0.4);
}
@media print {
}

/* graceful fallback for 'Meet the Team' rollovers */
.side-b {
    visibility: hidden;
}
.no-csstransforms .flipper-wrapper:hover .side-b {
    visibility: visible;
}
.no-csstransforms .flipper-wrapper:hover .side-a {
    visibility: hidden;
}
.no-rgba .flipper-text {
    background: url(../img/bg-rgba-polyfil.png);
}

/* Accordion */
.ui-widget {
    font-family: "akagi-pro-n4", "akagi-pro";
}
.ui-corner-all, .ui-corner-top, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-tr, .ui-corner-tl {
    border-radius: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #0088ce;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
}
.ui-accordion .ui-accordion-header a {
    padding: 8px 15px;
    color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #3071a9;
}
.ui-accordion .ui-accordion-content, .ui-widget-content {
    padding: 15px;
    background: #fff;
    font-size: 1rem;
}
.ui-accordion .ui-accordion-header:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #e5e5e5;
    background: #005f8e;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.ui-accordion .ui-accordion-header:hover a {
    color: #fff;
}

/* Responsive image helpers */
@media only screen and (min-width:320px) {
    .latest-news-col .intro_image, .whats-on-col .top-listing-thumb {
        display: block;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width:480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) {
    .latest-news-col .intro_image, .whats-on-col .top-listing-thumb {
        height: 238px;
    }
    .contact_venues .whats-on-col .top-listing-thumb {
        height: 154px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) {
    .latest-news-col .intro_image, .whats-on-col .top-listing-thumb {
        height: 147px;
    }
    .contact_venues .whats-on-col .top-listing-thumb {
        height: 134px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width:1200px) {
    .latest-news-col .intro_image, .whats-on-col .top-listing-thumb {
        height: 181px;
    }
    .contact_venues .whats-on-col .top-listing-thumb {
        height: 164px;
    }
}
