@charset  "UTF-8";

/*!
Theme Name: Philly Powered
Theme URI: http://phillypowered.org
Author: Mighty Engine
AuthorURI: http://themightyengine.com
Description: Philly Powered Theme for the Philadelphia Department of Public Health
Version: 1.2
License: The MIT License (MIT)
License URI: http://opensource.org/licenses/MIT
Text Domain: philly-powered
*/
html {
    box-sizing: border-box;
}

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

body,html {
    height: 100%;
}

div {
    position: relative;
}

.clear {
    clear: both;
}

.tf {
    height: 35px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.textcenter {
    text-align: center;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img.alignleft {
    margin-right: 1em;
    margin-bottom: 1.8em;
}

img.alignright {
    margin-left: 1em;
    margin-bottom: 1.8em;
}

.text-right {
    text-align: right;
}

.half {
    width: 45%;
}

ul.unstyled {
    list-style-type: none;
}

.hide {
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

*,address,blockquote,body,caption,cite,code,dd,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,input,label,li,ol,p,pre,strong,td,th,ul,var {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

caption,th {
    text-align: center;
}

q:after,q:before {
    content: '';
}

html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

a img {
    border: none;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,input {
    line-height: normal;
    *overflow: visible;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type=search] {
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

.alert {
    background: red;
    color: #fff;
}

body {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 0;
}

#footer,#page {
    display: block;
}

.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.container:after {
    content: " ";
    display: block;
    clear: both;
}

.container-fixed {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
}

.container-fixed:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width:1441px) {
    .container-fixed {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:970px) {
    .container-fixed {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.white-block {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

#footer:after,#footer:before,#main:after,#main:before {
    content: "";
    display: table;
}

#footer:after,#main:after {
    clear: both;
}

#footer,#main {
    *zoom: 1;
}

#primary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
    min-height: 600px;
    margin-top: 105px;
}

@media (max-width:1439px) {
    #primary {
        margin-top: 93px;
    }
}

@media (min-width:1441px) {
    #primary {
        margin-top: 115px;
    }
}

@media (max-width:970px) {
    #primary {
        margin-top: 0;
    }
}

.admin-bar #site-header {
    top: 32px;
}

@media (max-width:970px) {
    .admin-bar #site-header {
        top: 0;
    }
}

.admin-bar .find-location.sticky {
    top: 144px;
}

@media (max-width:1439px) {
    .admin-bar .find-location.sticky {
        top: 132px;
    }
}

@media (min-width:1441px) {
    .admin-bar .find-location.sticky {
        top: 154px;
    }
}

@media (max-width:970px) {
    .admin-bar .find-location.sticky {
        top: 40px;
    }
}

@media (max-width:750px) {
    .admin-bar .find-location.sticky {
        top: 0;
    }
}

@media (max-width:750px) {
    #wpadminbar {
        top: -46px;
    }
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: #fff url(assets/images/page-loader.gif) 50% 300px no-repeat;
}

@media (max-width:970px) {
    .loader {
        background: #fff url(assets/images/page-loader.gif) 50% 150px no-repeat;
    }
}

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background: #fff;
}

@media (max-width:970px) {
    #site-header {
        position: relative;
    }
}

#site-header .nav-header {
    width: 25.195%;
    float: left;
    margin-right: 4.34783%;
    margin: 0 0 0 15px;
    text-align: left;
}

@media (max-width:970px) {
    #site-header .nav-header {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 15px 15px 10px;
    }
}

@media (max-width:970px) {
    #site-header .nav-header .logo {
        width: 39.13043%;
        float: left;
        margin-right: 4.34783%;
    }
}

#site-header img {
    height: auto;
    padding: 20px 0 0;
    max-width: 275px;
}

@media (max-width:1439px) {
    #site-header img {
        max-width: 225px;
    }
}

@media (max-width:970px) {
    #site-header img {
        padding: 0;
        max-width: 185px;
    }
}

@media (max-width:750px) {
    #site-header img {
        max-width: 135px;
    }
}

.shadow {
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
}

.page-header {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 15% 35px 0;
}

.page-header:after {
    content: " ";
    display: block;
    clear: both;
}

.page-header:after,.page-header:before {
    content: "";
    display: table;
}

.page-header:after {
    clear: both;
}

.page-header {
    *zoom: 1;
}

body.get-active .page-header {
    padding: 50px 15% 0 0;
}

@media (max-width:970px) {
    body.get-active .page-header {
        padding: 0;
    }
}

@media (max-width:970px) {
    .page-header {
        padding: 0 0 35px;
    }
}

.en .access {
    position: relative;
    margin: 0;
    width: 69.56522%;
    float: right;
    margin-right: 0;
}

@media (max-width:970px) {
    .en .access {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}

.en .access .collapse {
    width: 100%;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.en .access .collapse:after,.en .access .collapse:before {
    content: "";
    display: table;
}

.en .access .collapse:after {
    clear: both;
}

.en .access .collapse {
    *zoom: 1;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    .en .access .collapse {
        -ms-transition: all .7s ease-in-out;
    }
}

@media (max-width:970px) {
    .en .access .collapse {
        max-height: 0;
        overflow: hidden;
    }
}

.en .access:after,.en .access:before {
    content: "";
    display: table;
}

.en .access:after {
    clear: both;
}

.en .access {
    *zoom: 1;
}

.en .access ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.en .access ul li {
    display: inline;
}

.en .access ul li a:focus,.en .access ul li a:hover {
    text-decoration: none;
}

.en .access ul#qtranslate-chooser {
    background: #fff;
    float: right;
    font-size: 13px;
    padding: 13px 20px 0;
    text-transform: uppercase;
}

@media (max-width:970px) {
    .en .access ul#qtranslate-chooser {
        width: 180px;
        z-index: 250;
        margin-left: -180px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (max-width:750px) {
    .en .access ul#qtranslate-chooser {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        text-align: center;
        padding: 20px 0;
    }
}

.en .access ul#qtranslate-chooser li {
    border-left: 1px solid #000;
    padding: 0 0 0 10px;
}

.en .access ul#qtranslate-chooser li:first-child {
    border-left: none;
    padding: 0 8px 0 0;
}

.en .access ul#qtranslate-chooser li.active a {
    color: #f0584b;
    font-weight: 700;
}

.en .access ul#qtranslate-chooser li a {
    color: #999;
}

.en .access ul#qtranslate-chooser li a:focus,.en .access ul#qtranslate-chooser li a:hover {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.en .access ul.secondary-navigation {
    background: #f0584b;
    float: right;
    position: relative;
    text-align: right;
    padding: 7px 7px 7px 0;
}

@media (max-width:970px) {
    .en .access ul.secondary-navigation {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 7px 180px 7px 7px;
        text-align: center;
    }
}

@media (max-width:750px) {
    .en .access ul.secondary-navigation {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 7px;
        text-align: center;
    }
}

.en .access ul.secondary-navigation:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f0584b;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skew(-45deg,0deg);
    transform: skew(-45deg,0deg);
}

.en .access ul.secondary-navigation li {
    padding: 0 23px;
}

@media (max-width:1440px) {
    .en .access ul.secondary-navigation li {
        padding: 0 15px;
    }
}

@media (max-width:750px) {
    .en .access ul.secondary-navigation li {
        padding: 0 7px;
    }
}

.en .access ul.secondary-navigation li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.en .access ul.secondary-navigation li a:focus,.en .access ul.secondary-navigation li a:hover {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

.en .access ul.secondary-navigation li.current-menu-item a {
    color: #000;
}

.en .access ul.primary-navigation {
    float: right;
    background: #fff100;
    position: relative;
    padding: 20px 500em 15px 0;
    margin: 0 -500em 0 0;
    text-align: right;
}

@media (max-width:1440px) {
    .en .access ul.primary-navigation {
        padding: 15px 15px 10px 0;
        margin: 0;
    }
}

@media (max-width:970px) {
    .en .access ul.primary-navigation {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        padding: 25px;
    }
}

.en .access ul.primary-navigation:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff100;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skew(-45deg,0deg);
    transform: skew(-45deg,0deg);
}

.en .access ul.primary-navigation li {
    padding: 0 25px 0 20px;
}

@media (max-width:1440px) {
    .en .access ul.primary-navigation li {
        padding: 0 0 0 25px;
    }
}

@media (max-width:750px) {
    .en .access ul.primary-navigation li {
        display: block;
        padding: 0;
        width: 100%;
    }
}

.en .access ul.primary-navigation li:first-child {
    padding: 0 25px 0 0;
}

@media (max-width:1440px) {
    .en .access ul.primary-navigation li:first-child {
        padding: 0;
    }
}

.en .access ul.primary-navigation li.current-menu-item a,.en .access ul.primary-navigation li.current_page_parent a {
    font-style: normal;
    color: #f0584b;
}

.en .access ul.primary-navigation li a {
    padding: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    font-style: italic;
}

@media (max-width:1439px) {
    .en .access ul.primary-navigation li a {
        font-size: 20px;
    }
}

@media (max-width:750px) {
    .en .access ul.primary-navigation li a {
        font-size: 28px;
    }
}

.en .access ul.primary-navigation li a:focus,.en .access ul.primary-navigation li a:hover {
    color: #f0584b;
    opacity: 1;
    filter: alpha(opacity=100);
}

.en .access ul.social-network-icons {
    position: absolute;
    right: 18px;
    bottom: -75px;
    z-index: 250;
}

@media (max-width:970px) {
    .en .access ul.social-network-icons {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        border-bottom: 1px solid #efefef;
    }
}

.en .access ul.social-network-icons li {
    font-size: 38px;
    padding-left: 5px;
}

@media (max-width:970px) {
    .en .access ul.social-network-icons li {
        padding-left: 15px;
        font-size: 48px;
    }
}

.en .access ul.social-network-icons li a:focus,.en .access ul.social-network-icons li a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.home .access ul.social-network-icons li a {
    color: #fff;
}

@media (max-width:970px) {
    .home .access ul.social-network-icons li a {
        color: #f0584b;
    }
}

#menu-toggle {
    position: relative;
    display: none;
    float: right;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: transparent;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    #menu-toggle {
        -ms-transition: all .3s ease-in-out;
    }
}

@media (max-width:750px) {
    #menu-toggle {
        top: -3px;
    }
}

#menu-toggle.active:active,#menu-toggle.active:focus,#menu-toggle.active:hover {
    text-decoration: none;
    outline: none;
}

#menu-toggle.active span {
    background: none;
}

#menu-toggle.active span:after,#menu-toggle.active span:before {
    -webkit-transition-delay: 0s,.3s;
    transition-delay: 0s,.3s;
}

#menu-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background: #f0584b;
    display: block;
    top: 0;
}

#menu-toggle.active span:after {
    background: #f0584b;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    bottom: 0;
}

#menu-toggle span {
    -webkit-transition: background 0 .3s;
    transition: background 0 .3s;
}

#menu-toggle span:after,#menu-toggle span:before {
    -webkit-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0s;
    transition-delay: .3s,0s;
}

#menu-toggle span:before {
    -webkit-transition-property: top,-webkit-transform;
    transition-property: top,-webkit-transform;
    transition-property: top,transform;
    transition-property: top,transform,-webkit-transform;
}

#menu-toggle span:after {
    -webkit-transition-property: bottom,-webkit-transform;
    transition-property: bottom,-webkit-transform;
    transition-property: bottom,transform;
    transition-property: bottom,transform,-webkit-transform;
}

#menu-toggle span {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    height: 2px;
    background: #f0584b;
}

#menu-toggle span:after,#menu-toggle span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f0584b;
    content: "";
}

#menu-toggle span:before {
    top: -10px;
}

#menu-toggle span:after {
    bottom: -10px;
}

@media (max-width:970px) {
    #menu-toggle {
        display: inline-block;
        outline: none;
        border: 0;
        background: transparent;
        text-decoration: none;
        cursor: pointer;
    }
}

.expand {
    max-height: 100em !important;
}

#footer {
    background: #f0584b;
}

#footer .container {
    padding: 35px 0;
}

@media (max-width:1440px) {
    #footer .container {
        padding: 35px 15px;
    }
}

.signup {
    width: 39.13043%;
    float: right;
    margin-right: 0;
    color: #fff;
    font-size: 18px;
}

@media (max-width:750px) {
    .signup {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.signup .form-block {
    float: right;
    width: 100%;
    background: #fff;
}

.signup .form-block:after,.signup .form-block:before {
    content: "";
    display: table;
}

.signup .form-block:after {
    clear: both;
}

.signup .form-block {
    *zoom: 1;
}

.footer-nav {
    width: 21.73913%;
    float: left;
    margin-right: 4.34783%;
}

@media (max-width:750px) {
    .footer-nav {
        width: 47.82609%;
        float: left;
        margin-right: 4.34783%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
}

.footer-nav a.to-top {
    font-size: 18px;
    color: #fff;
    float: left;
    margin-right: 45px;
}

@media (max-width:750px) {
    .footer-nav a.to-top {
        float: none;
        margin: 0;
    }
}

.footer-nav ul.tertiary-nav {
    float: left;
    clear: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav ul.tertiary-nav li {
    display: block;
}

.footer-nav ul.tertiary-nav li a {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.logo-block {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.logo-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width:750px) {
    .logo-block ul {
        text-align: center;
    }
}

.logo-block ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 10px;
}

.logo-block ul li:first-child {
    margin-left: 0;
}

.logo-block ul li.legal {
    vertical-align: top;
    width: 40%;
    color: #fff;
    font-size: 65%;
    line-height: 1.2;
}

@media (max-width:750px) {
    .logo-block ul li.legal {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
}

.address {
    width: 30.43478%;
    float: right;
    margin-right: 0;
    text-align: right;
    color: #fff;
    font-size: 15px;
    line-height: 21.6px;
}

@media (max-width:750px) {
    .address {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
}

.address a {
    font-style: italic;
    font-weight: 700;
    color: #fff;
}

.address a:focus,.address a:hover {
    color: #fff;
    text-decoration: underline;
}

.address em {
    font-weight: 700;
}

#copyright {
    background: #fff100;
    font-size: 65%;
    text-align: right;
}

#copyright .container {
    padding: 5px 0;
}

@media (max-width:1440px) {
    #copyright .container {
        padding: 5px 15px;
    }
}

@media (max-width:750px) {
    #copyright .container {
        text-align: center;
    }
}

body,input,textarea {
    color: #252525;
    font-family: proxima-nova,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 1.625;
}

button,input,select,textarea {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    button,input,select,textarea {
        -ms-transition: all .3s ease-in-out;
    }
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    font-weight: 300;
    margin-bottom: 20px;
}

h1.h-red,h2.h-red,h3.h-red,h4.h-red,h5.h-red,h6.h-red {
    color: #f0584b;
}

h1 {
    font-size: 65px;
    line-height: 65px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

@media (max-width:970px) {
    h1 {
        font-size: 56px;
        line-height: 56px;
    }
}

@media (max-width:750px) {
    h1 {
        font-size: 42px;
        line-height: 42px;
    }
}

@media (max-width:500px) {
    h1 {
        font-size: 32px;
        line-height: 32px;
    }
}

.subtitle {
    clear: both;
    float: left;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
    margin-top: -10px;
}

.subtitle a {
    color: #fff;
    text-decoration: none;
}

.subtitle a:focus,.subtitle a:hover {
    color: #fff;
}

@media (max-width:970px) {
    .subtitle {
        font-size: 18px;
        line-height: 26px;
    }
}

.subtitle.bg-red {
    background: #f0584b;
    padding: 5px 15px;
}

@media (min-width:1441px) {
    .subtitle.bg-red {
        padding-left: 100%;
        margin-left: -100%;
        float: left;
        max-width: none;
        background: #f0584b;
    }
}

.bg-red {
    display: inline;
    max-width: 80%;
}

@media (min-width:1441px) {
    .bg-red {
        padding-left: 100%;
        margin-left: -100%;
        float: left;
        max-width: none;
        background: #f0584b;
    }
}

@media (max-width:970px) {
    .bg-red {
        max-width: 100%;
    }
}

@media (max-width:750px) {
    .bg-red {
        width: 100%;
    }
}

.bg-red>span {
    background-color: #f0584b;
    display: inline;
    padding: 5px 15px;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

@media (min-width:1441px) {
    .bg-red>span {
        display: inline-block;
        *display: inline;
        zoom: 1;
        padding: 5px 15px 5px 0;
    }
}

@media (max-width:970px) {
    .bg-red>span {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 100%;
    }
}

h2 {
    font-size: 42px;
    line-height: 42px;
    color: #f0584b;
}

h2.h-red {
    font-size: 48px;
    line-height: 48px;
    background: #f0584b;
    padding: 5px 10px;
    color: #fff;
    font-style: italic;
    display: inline-block;
    *display: inline;
    zoom: 1;
    clear: both;
}

h2.h-red-small {
    font-size: 30px;
    line-height: 24px;
    background: #f0584b;
    padding: 3px 10px;
    color: #fff;
    font-style: italic;
    /*display: inline-block;*/
    *display: inline;
    zoom: 1;
    clear: both;
}

@media (max-width:970px) {
    h2.h-red {
        font-size: 32px;
        line-height: 32px;
        max-width: 100%;
    }
}


/*removed Jul 11 map section bug*/
/*@media (max-width:750px) {
    h2.h-red {
        padding: 10px;
        margin: 0 0 5px -18px;
    }
}*/

h2.h-red a {
    color: #fff;
}

h2.h-n-red {
    font-size: 48px;
    line-height: 48px;
    background: #f0584b;
    padding: 0;
    max-width: 65%;
    color: #fff;
    font-style: italic;
    display: inline-block;
    *display: inline;
    zoom: 1;
    clear: both;
}

@media (max-width:970px) {
    h2.h-n-red {
        font-size: 32px;
        line-height: 32px;
        max-width: 100%;
    }
}

@media (max-width:750px) {
    h2.h-n-red {
        padding: 10px 10px 0;
        margin: 0 0 5px -18px;
    }
}

h2.h-n-red a {
    color: #fff;
}

@media (max-width:970px) {
    h2 {
        font-size: 32px;
        line-height: 32px;
    }
}

h3 {
    color: #999;
    font-style: italic;
    font-size: 28px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
}

hr,p {
    margin-bottom: 1.5em;
}

ol,ul {
    margin: 0 0 1.5em 2.5em;
}

ul {
    list-style: square;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
    list-style: lower-alpha;
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0;
}

dl {
    margin: 0 1.5em;
}

dd {
    margin-bottom: 1.5em;
}

blockquote,em,i {
    font-style: italic;
}

blockquote {
    font-weight: 400;
    margin: 0 3em;
}

blockquote cite,blockquote em,blockquote i {
    font-style: normal;
}

cite {
    color: #666;
    letter-spacing: .05em;
    padding-left: 60px;
}

pre {
    background: #f4f4f4;
    line-height: 1.5;
    margin-bottom: 1.5em;
    overflow: auto;
    padding: .75em 1.5em;
}

code,kbd {
    font-family: Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;
}

abbr,acronym,dfn {
    border-bottom: 1px solid #000;
    cursor: help;
}

address {
    display: block;
    margin: 0 0 1.5em;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

sub,sup {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

a {
    color: #f0584b;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    a {
        -ms-transition: all .3s ease-in-out;
    }
}

a:active,a:focus,a:hover {
    color: #f0584b;
    opacity: .5;
    filter: alpha(opacity=50);
}

img:active,img:focus,img:hover {
    color: #f0584b;
    opacity: 1;
    filter: alpha(opacity=100);
}

.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

#access a.assistive-text:active,#access a.assistive-text:focus {
    clip: auto !important;
    font-size: 12px;
    position: absolute;
    text-decoration: underline;
    top: 0;
    left: 7.6%;
}

input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
    border: 1px solid #f0584b;
    padding: 4px 10px;
    -webkit-appearance: none;
    border-radius: 3px;
    background-clip: padding-box;
    margin: 0 0 15px;
}

input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
    color: #252525;
}

input[type=submit] {
    -webkit-appearance: none;
    margin: 0;
}

::-webkit-input-placeholder {
    color: #252525;
}

::-moz-placeholder {
    color: #252525;
}

:-ms-input-placeholder {
    color: #252525;
}

::placeholder {
    color: #252525;
}

input:-webkit-autofill,input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #6d6e6e inset;
    -webkit-text-fill-color: #fff;
}

.signup input[type=submit],.signup input[type=text] {
    margin: 0;
}

.signup input[type=text] {
    height: 38px;
    width: 75%;
    background: #fff;
    border: none;
    color: #f0584b;
    font-size: 14px;
    text-transform: none;
    border-radius: 0;
    background-clip: padding-box;
}

@media (max-width:1170px) {
    .signup input[type=text] {
        width: 65%;
    }
}

.signup input[type=submit] {
    float: right;
    height: 40px;
    width: 25%;
    background: #fff;
    border: none;
    border-left: 8px solid #f0584b;
    color: #f0584b;
    font-size: 14px;
    text-transform: none;
    border-radius: 0;
    background-clip: padding-box;
}

@media (max-width:1170px) {
    .signup input[type=submit] {
        width: 35%;
    }
}

.btn {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 15px 8px;
    background: #f0584b;
    color: #fff;
    border-radius: 2px;
    background-clip: padding-box;
}

.btn,.btn:hover {
    text-decoration: none;
}

.btn:hover {
    color: #ccc;
}

/*Events buttons*/
.btn-events {
    text-transform: none;
    font-size: 16px;
    padding: 5px 7px 4px 12px;
    background: #f0584b;
    color: #fff;
    border-radius: 0px;
    background-clip: padding-box;
}

.btn-events,.btn-events:hover {
    text-decoration: none;
}

.btn-events:hover {
    color: #ccc;
}

.post-password-required .entry-header .comments-link {
    margin: 1.5em 0 0;
}

.post-password-required input[type=password] {
    margin: .8125em 0;
}

.error404 #main #s {
    width: 75%;
}

.es .access {
    position: relative;
    margin: 0;
    width: 69.56522%;
    float: right;
    margin-right: 0;
}

@media (max-width:970px) {
    .es .access {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}

.es .access .collapse {
    width: 100%;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.es .access .collapse:after,.es .access .collapse:before {
    content: "";
    display: table;
}

.es .access .collapse:after {
    clear: both;
}

.es .access .collapse {
    *zoom: 1;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    .es .access .collapse {
        -ms-transition: all .7s ease-in-out;
    }
}

@media (max-width:970px) {
    .es .access .collapse {
        max-height: 0;
        overflow: hidden;
    }
}

.es .access:after,.es .access:before {
    content: "";
    display: table;
}

.es .access:after {
    clear: both;
}

.es .access {
    *zoom: 1;
}

.es .access ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.es .access ul li {
    display: inline;
}

.es .access ul li a:focus,.es .access ul li a:hover {
    text-decoration: none;
}

.es .access ul#qtranslate-chooser {
    background: #fff;
    float: right;
    font-size: 13px;
    padding: 13px 20px 0;
    text-transform: uppercase;
}

@media (max-width:970px) {
    .es .access ul#qtranslate-chooser {
        width: 180px;
        z-index: 250;
        margin-left: -180px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (max-width:750px) {
    .es .access ul#qtranslate-chooser {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        text-align: center;
        padding: 20px 0;
    }
}

.es .access ul#qtranslate-chooser li {
    border-left: 1px solid #000;
    padding: 0 0 0 10px;
}

.es .access ul#qtranslate-chooser li:first-child {
    border-left: none;
    padding: 0 8px 0 0;
}

.es .access ul#qtranslate-chooser li.active a {
    color: #f0584b;
    font-weight: 700;
}

.es .access ul#qtranslate-chooser li a {
    color: #999;
}

.es .access ul#qtranslate-chooser li a:focus,.es .access ul#qtranslate-chooser li a:hover {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.es .access ul.secondary-navigation {
    background: #f0584b;
    float: right;
    position: relative;
    text-align: right;
    padding: 7px 7px 7px 0;
}

@media (max-width:970px) {
    .es .access ul.secondary-navigation {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 7px 180px 7px 7px;
        text-align: center;
    }
}

@media (max-width:750px) {
    .es .access ul.secondary-navigation {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 7px;
        text-align: center;
    }
}

.es .access ul.secondary-navigation:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f0584b;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skew(-45deg,0deg);
    transform: skew(-45deg,0deg);
}

.es .access ul.secondary-navigation li {
    padding: 0 23px;
}

@media (max-width:1440px) {
    .es .access ul.secondary-navigation li {
        padding: 0 7px;
    }
}

@media (max-width:750px) {
    .es .access ul.secondary-navigation li {
        padding: 0 7px;
    }
}

.es .access ul.secondary-navigation li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.es .access ul.secondary-navigation li a:focus,.es .access ul.secondary-navigation li a:hover {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

.es .access ul.secondary-navigation li.current-menu-item a {
    color: #000;
}

.es .access ul.primary-navigation {
    float: right;
    background: #fff100;
    position: relative;
    padding: 20px 500em 15px 0;
    margin: 0 -500em 0 0;
    text-align: right;
}

@media (max-width:1440px) {
    .es .access ul.primary-navigation {
        padding: 15px 15px 10px 0;
        margin: 0;
    }
}

@media (max-width:970px) {
    .es .access ul.primary-navigation {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        padding: 25px;
    }
}

.es .access ul.primary-navigation:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff100;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skew(-45deg,0deg);
    transform: skew(-45deg,0deg);
}

.es .access ul.primary-navigation li {
    padding: 0 50px 0 25px;
}

@media (max-width:1440px) {
    .es .access ul.primary-navigation li {
        padding: 0 0 0 25px;
    }
}

@media (max-width:750px) {
    .es .access ul.primary-navigation li {
        display: block;
        padding: 0;
        width: 100%;
    }
}

.es .access ul.primary-navigation li:first-child {
    padding: 0 50px 0 0;
}

@media (max-width:1440px) {
    .es .access ul.primary-navigation li:first-child {
        padding: 0;
    }
}

.es .access ul.primary-navigation li.current-menu-item a,.es .access ul.primary-navigation li.current_page_parent a {
    font-style: normal;
    color: #f0584b;
}

.es .access ul.primary-navigation li a {
    padding: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    font-style: italic;
}

@media (max-width:1439px) {
    .es .access ul.primary-navigation li a {
        font-size: 28px;
    }
}

/*Jul 11th bug fixes*/
@media (min-width: 500px) and (max-width: 768px) {
    .fit-facts-spacer {
        height: 25px;
        background-color: #fff100;
    }
}

@media (max-width:1170px) {
    .es .access ul.primary-navigation li a {
        font-size: 26px;
    }
}

@media (max-width:750px) {
    .es .access ul.primary-navigation li a {
        font-size: 28px;
    }
}

.es .access ul.primary-navigation li a:focus,.es .access ul.primary-navigation li a:hover {
    color: #f0584b;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*---------------------------------------------------------------------- social icons ------------------------------------------------------------------------*/
.es .access ul.social-network-icons {
    position: absolute;
    right: 18px;
    bottom: -75px;
    z-index: 250;
}

@media (max-width:970px) {
    .es .access ul.social-network-icons {
        width: 100%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        border-bottom: 1px solid #efefef;
    }
}

.es .access ul.social-network-icons li {
    font-size: 38px;
    padding-left: 5px;
}

@media (max-width:970px) {
    .es .access ul.social-network-icons li {
        padding-left: 15px;
        font-size: 48px;
    }
}

.es .access ul.social-network-icons li a:focus,.es .access ul.social-network-icons li a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.hentry {
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.page .hentry,.single .hentry {
    border-bottom: none;
}

.entry-content table {
    border-bottom: 1px solid #000;
    margin: 0 0 1.5em;
    width: 100%;
}

.entry-content table td {
    border-top: 1px solid #000;
    padding: 6px 10px 6px 0;
}

.entry-content #s {
    width: 75%;
}

dl.gallery-item {
    margin: 0;
}

embed iframe,img,object {
    max-width: 100%;
}

img[class*=align],img[class*=attachment-],img[class*=wp-image-] {
    height: auto;
}

img.size-full,img.size-large {
    width: auto;
    height: auto;
}

img.aligncenter,img.alignleft,img.alignright {
    margin-bottom: 1.5em;
}

.wp-caption {
    max-width: 100%;
    height: auto;
    padding: 5px;
    background: #efefef;
    margin-bottom: 1.5em;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.wp-caption p.wp-caption-text {
    color: #252525;
    font-size: 85%;
    position: relative;
    font-style: italic;
    margin: 0;
}

.wp-caption.alignleft {
    margin: 0 15px 0 0;
}

.wp-caption.alignright {
    margin: 0 0 0 15px;
}

.gallery-caption {
    color: #252525;
    font-size: 10px;
}

#content .gallery {
    margin: 0 auto 1.5em;
}

#content .gallery a img {
    border: none;
}

#content .gallery-columns-4 .gallery-item {
    width: 23%;
    padding-right: 2%;
}

.page-link {
    clear: both;
    display: block;
    margin: 0 0 1.5em;
}

.page-link span {
    margin-right: 6px;
}

#main {
    position: relative;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

ul.juicer-feed {
    min-height: 600px;
    padding-left: 10%;
    padding-right: 10%;
    max-width: 1440px;
    margin: 0 auto;
}

@media (min-width:1441px) {
    ul.juicer-feed {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:970px) {
    ul.juicer-feed {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.j-stack .feed-item {
    box-shadow: 0 0 5px 2px rgba(0,0,0,.3);
}

.j-stacker-wrapper {
    margin: 10px 0 !important;
}

.arrow {
    position: relative;
    margin: 0 auto;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9Ii03NzQgNTc2IDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC03NzQgNTc2IDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0YwNTg0Qjt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iLTcyNi44LDU5MSAtNzI4LjgsNTg4LjkgLTc0OSw2MDkgLTc2OS4yLDU4OC45IC03NzEuMiw1OTEgLTc0OSw2MTMuMSAiLz4KPC9zdmc+Cg==);
    background-size: contain;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.arrow,.arrow a {
    width: 40px;
    height: 40px;
}

.arrow a {
    text-indent: -9999em;
    float: left;
}

@-webkit-keyframes a {
    0%,20%,50%,80%,to {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes a {
    0%,20%,50%,80%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: a;
    animation-name: a;
}

#promo-wrapper {
    position: relative;
    height: 650px;
    background: transparent;
    background-size: cover !important;
    overflow: hidden;
}

#promo-wrapper img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

#promo-wrapper a:hover, #promo-wrapper a:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

#promo-wrapper:after,#promo-wrapper:before {
    content: "";
    display: table;
}

#promo-wrapper:after {
    clear: both;
}

#promo-wrapper {
    *zoom: 1;
}


@media (min-width:1441px) {
    #promo-wrapper {
        height: 850px;
    }
}

@media (max-width:1170px) {
    #promo-wrapper {
        height: 650px;
    }
}

@media (max-width:970px) {
    #promo-wrapper {
        height: 450px;
    }
}


@media (max-width:750px) {
    #promo-wrapper {
        height: 275px;
        /** background: url(assets/images/DPH_website_banner.png) 50% 50% no-repeat; **/ 
        background-size: cover !important;
    }
}

#promo-wrapper .arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItNjk0IDQyNiA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNjk0IDQyNiA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSItNjQ2LjgsNDQxIC02NDguOCw0MzguOSAtNjY5LDQ1OS4xIC02ODkuMiw0MzguOSAtNjkxLjIsNDQxIC02NjksNDYzLjIgIi8+PC9zdmc+);
    background-size: contain;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

#promo-wrapper .arrow a {
    text-indent: -9999em;
    float: left;
    width: 40px;
    height: 40px;
}

#promo-wrapper header.page-header {
    position: relative;
    top: 50px;
    left: 0;
    padding: 0 !important;
}

@media (max-width:750px) {
    #promo-wrapper header.page-header {
        top: 0;
    }
}

#promo-wrapper video {
    display: block;
}

#promo-wrapper video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -5;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover !important;
}

@media (max-width:750px) {
    #promo-wrapper video#bgvid {
        display: none;
    }
}

#home-featured,#show-moves-home {
    background: #fff;
    text-align: center;
}

#home-featured ul.featured-mover {
    list-style: none;
    padding: 50px 0 0;
    margin: 0;
}

#home-featured ul.featured-mover:after,#home-featured ul.featured-mover:before {
    content: "";
    display: table;
}

#home-featured ul.featured-mover:after {
    clear: both;
}

#home-featured ul.featured-mover {
    *zoom: 1;
}

#home-featured ul.featured-mover li {
    width: 30.43478%;
    float: left;
    text-align: left;
    line-height: 28px;
}

#home-featured ul.featured-mover li:nth-child(3n+1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
}

#home-featured ul.featured-mover li:nth-child(3n+2) {
    margin-left: 34.78261%;
    margin-right: -100%;
    clear: none;
}

#home-featured ul.featured-mover li:nth-child(3n+3) {
    margin-left: 69.56522%;
    margin-right: -100%;
    clear: none;
}

#home-featured ul.featured-mover li:after,#home-featured ul.featured-mover li:before {
    content: "";
    display: table;
}

#home-featured ul.featured-mover li:after {
    clear: both;
}

#home-featured ul.featured-mover li {
    *zoom: 1;
}

@media (max-width:970px) {
    #home-featured ul.featured-mover li {
        width: 100%;
        float: left;
        float: none;
        margin-top: 20px;
    }

    #home-featured ul.featured-mover li:nth-child(1n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: none;
    }

    #home-featured ul.featured-mover li:first-child {
        margin: 0;
    }

    #home-featured ul.featured-mover li img {
        width: 100%;
    }
}

@media (max-width:970px) and (max-width:970px) {
    #home-featured ul.featured-mover li img {
        float: right;
        width: 50%;
    }
}

@media (max-width:970px) and (max-width:500px) {
    #home-featured ul.featured-mover li img {
        float: none;
        width: 100%;
    }
}

@media (max-width:970px) {
    #home-featured ul.featured-mover li .fm {
        float: left;
        width: 50%;
    }
}

@media (max-width:500px) {
    #home-featured ul.featured-mover li .fm {
        float: none;
        width: 100%;
    }
}

#home-featured ul.featured-mover li a {
    color: #000;
}

#home-featured ul.featured-mover li h3 {
    font-size: 28px;
    color: #f0584b;
    margin-bottom: 7px;
}

#home-featured ul.featured-mover li span.location {
    font-size: 22px;
    font-style: italic;
}

#home-featured ul.featured-mover li span.activity-desc {
    font-size: 18px;
}

.splitblock {
    line-height: 1.225;
}

.splitblock .container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
}

.splitblock .container:after {
    content: " ";
    display: block;
    clear: both;
}

.splitblock .container .l,.splitblock .container .r {
    position: relative;
}

.splitblock .container .r {
    float: right;
}

@media (min-width:500px) {
    .container .blog-area .r {
        width: 45%;
    }
    .container .blog-area .l {
        width: 55%;
    }
}

.splitblock .container .l {
    float: left;
}

.splitblock .container .left,.splitblock .container .right {
    position: relative;
}

@media (min-width:1920px) {
    .splitblock .container .left {
        padding-left: 100%;
        margin-left: -100%;
    }
}

@media (min-width:1800px) and (max-width:1920px) {
    .splitblock .container .left {
        padding-left: 85%;
        margin-left: -85%;
    }
}

@media (min-width:1520px) and (max-width:1800px) {
    .splitblock .container .left {
        padding-left: 55%;
        margin-left: -55%;
    }
}

@media (min-width:1441px) and (max-width:1520px) {
    .splitblock .container .left {
        padding-left: 35%;
        margin-left: -35%;
    }
}

@media (min-width:1920px) {
    .splitblock .container .right {
        padding-right: 100%;
        margin-right: -100%;
    }
}

@media (min-width:1800px) and (max-width:1920px) {
    .splitblock .container .right {
        padding-right: 85%;
        margin-right: -85%;
    }
}

@media (min-width:1520px) and (max-width:1800px) {
    .splitblock .container .right {
        padding-right: 55%;
        margin-right: -55%;
    }
}

@media (min-width:1441px) and (max-width:1520px) {
    .splitblock .container .right {
        padding-right: 35%;
        margin-right: -35%;
    }
}

@media (max-width:1440px) {
    .image-left {
        background-position: top !important;
    }
}

@media (max-width:750px) {
    .image-left {
        background-position: top !important;
    }
}

@media (max-width:500px) {
    .image-left {
        background-position: top !important;
        height: 200px;
    }
}

@media (min-width:1441px) {
    .image-left {
        right: -18.2%;
        background-position: 100% !important;
    }
}

@media (min-width:1441px) {
    .image-right {
        left: -18.2%;
    }
}

.red {
    background: #f0584b;
}

.yellow {
    background: #fff100;
}

.white {
    background: #fff;
}

.text-y {
    width: 45%;
}

@media (max-width:768px) {
    .text-y {
        width: 100%;
    }
    .mobile-spacer {
        height: 15px;
        background-color: #fff100;
    }
}

@media (max-width:968px) and (min-width:769) {
    #events-section .text-block-l {
        height: 285px;
    }
}​

@media (max-width:768px) {
    #events-section .text-y {
        width: 100%;
    }
    #events-section .text-block-l {
        padding: 40px 0 38px 95px;;
    }
}

@media (max-width:500px) {
    #events-section .text-block-l {
        padding: 40px 0 38px 25px;;
    }
}


@media (min-width: 972) {
    #events-section .text-block-l {
        height: 365px;
    }
}

@media (max-width: 1244px) {
    #events-section .text-block-l {
    height: 363px;
    }
}

@media (max-width: 1440px) {
    #events-section .text-block-l {
    height: 365px;
    }
}

@media (min-width: 1440px) {
    #events-section .text-block-l {
    height: 315px;
    }
}

@media (max-width: 768px) {
    #events-section .text-block-l {
        height: auto;
    }
}



.text-n {
    width: 55%;
}

@media (max-width:768px) {
    .text-n {
        width: 100%;
        height: 200px;
    }
}

.text-block,.text-block-l {
    color: #000;
    max-width: 85%;
    font-size: 24px;
    line-height: 24px;
}

@media (max-width:500px) {
    .text-block,.text-block-l {
        font-size: 18px;
    }
}

.text-block-l a,.text-block a {
    color: #000;
    text-decoration: none;
}

.text-block {
    padding: 100px 0 95px;
}

@media (min-width:1920px) {
    .text-block {
        padding: 200px 0 195px;
    }
}

@media (max-width:500px) {
    .text-block {
        padding: 0 18px 35px;
    }
}

.text-block-l {
    padding: 100px 0 95px 80px;
}

@media (min-width:1920px) {
    .text-block-l {
        /*padding: 200px 0 195px 80px;*/
    }
}

@media (max-width:500px) {
    .text-block-l {
        padding: 25px 18px 35px;
    }
}

.text-block-l>p,.text-block-tw>p,.text-block>p {
    margin: 0;
}

.left-angle {
    z-index: 2;
    box-sizing: content-box;
}

.left-angle:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #fff100;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skew(-45deg,0deg);
    transform: skew(-45deg,0deg);
}

@media (max-width:500px) {
    .left-angle:before {
        content: " ";
        position: absolute;
        display: block;
        width: 50%;
        height: 100%;
        top: -100%;
        right: 0;
        z-index: -1;
        background: #fff100;
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transform: skew(-45deg,0deg);
        transform: skew(-45deg,0deg);
    }
}

.right-angle {
    z-index: 2;
    box-sizing: content-box;
}

.right-angle:after {
    content: " ";
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f0584b;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: skew(-45deg,0deg);
    transform: skew(-45deg,0deg);
}

@media (max-width:500px) {
    .right-angle:after {
        display: none;
    }
}

@media (max-width:500px) {
    .right-angle:before {
        content: " ";
        position: absolute;
        display: none;
        width: 50%;
        height: 100%;
        bottom: -100%;
        left: 0;
        z-index: -1;
        background: #f0584b;
        -webkit-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: skew(-45deg,0deg);
        transform: skew(-45deg,0deg);
    }
}

#show-moves-home {
    font-size: 24px;
    line-height: 28px;
}

#show-moves-home a.link-red {
    color: #f0584b;
    text-decoration: underline;
    font-style: italic;
}

#show-moves-home h2 {
    margin-bottom: 10px;
}

#show-moves-home ul.social-block {
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
}

#show-moves-home ul.social-block li {
    position: relative;
    padding: 0;
    margin: 0;
    width: 30.43478%;
    float: left;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#show-moves-home ul.social-block li:nth-child(3n+1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
}

#show-moves-home ul.social-block li:nth-child(3n+2) {
    margin-left: 34.78261%;
    margin-right: -100%;
    clear: none;
}

#show-moves-home ul.social-block li:nth-child(3n+3) {
    margin-left: 69.56522%;
    margin-right: -100%;
    clear: none;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    #show-moves-home ul.social-block li {
        -ms-transition: all .3s ease-in-out;
    }
}

@media (max-width:970px) {
    #show-moves-home ul.social-block li {
        width: 100%;
        float: left;
        float: none;
        margin-top: 20px;
    }

    #show-moves-home ul.social-block li:nth-child(1n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: none;
    }

    #show-moves-home ul.social-block li:first-child {
        margin: 0;
    }
}

#show-moves-home ul.social-block li img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

#show-moves-home ul.social-block li .social-info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    padding: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    z-index: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    #show-moves-home ul.social-block li .social-info {
        -ms-transition: all .3s ease-in-out;
    }
}

#show-moves-home ul.social-block li .social-info a {
    color: #fff;
}

#show-moves-home ul.social-block li .social-info .fa {
    font-size: 36px;
    color: #fff;
    float: left;
    margin-right: 20px;
}

#show-moves-home ul.social-block li a.external-link {
    position: absolute;
    color: #fff;
    background: rgba(0,0,0,.8);
    height: 0;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

#show-moves-home ul.social-block li a.external-link .fa-external-link {
    position: absolute;
    top: 47%;
    left: 47%;
    font-size: 28px;
}

#show-moves-home ul.social-block li:hover>a.external-link {
    height: 100%;
}

@media (max-width:970px) {
    #show-moves-home ul.social-block li:hover>a.external-link {
        display: none;
    }
}

#show-moves-home ul.social-block li:hover>.social-info {
    height: 0;
    bottom: -20px;
    overflow: hidden;
}

@media (max-width:970px) {
    #show-moves-home ul.social-block li:hover>.social-info {
        height: auto;
        bottom: 0;
    }
}

.twitter-angle {
    z-index: 2;
    box-sizing: content-box;
}

.twitter-angle:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #fff100;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skew(-45deg,0deg);
    transform: skew(-45deg,0deg);
}

@media (max-width:970px) {
    .twitter-angle:before {
        display: none;
    }
}

.text-block-tw {
    color: #000;
    max-width: 85%;
    font-size: 24px;
    line-height: 24px;
}

@media (max-width:970px) {
    .text-block-tw {
        font-size: 18px;
        padding: 35px;
        max-width: 100%;
    }
}

.text-block-tw a {
    color: #000;
    text-decoration: none;
}

.text-block-tw {
    padding: 100px 0 95px;
}

@media (min-width:1441px) {
    .text-block-tw {
        padding: 150px 0 145px;
    }
}

@media (max-width:970px) {
    .text-block-tw {
        padding: 0 18px 35px;
    }
}

@media (max-width:970px) {
    .tw {
        max-height: 155px;
    }
}

.twitter-text {
    color: #f0584b;
    font-size: 18px;
    padding: 120px 0 0 80px;
}

@media (min-width:1441px) {
    .twitter-text {
        padding: 170px 0 0 80px;
    }
}

@media (max-width:970px) {
    .twitter-text {
        padding: 20px;
        text-align: center;
    }
}

.twitter-text .fa-twitter {
    float: left;
    font-size: 56px;
    margin-right: 15px;
}

@media (max-width:970px) {
    .twitter-text .fa-twitter {
        float: none;
        clear: both;
        width: 100%;
    }
}

.twitter-text a {
    color: #f0584b;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
}

.fit-facts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fit-facts ul li {
    display: none;
}

.get-inspired #get-inspired-video {
    margin-bottom: 50px !important;
}

#get-inspired-video {
    width: 100%;
    padding: 0 10%;
    background: #efefef;
}

@media (min-width:1441px) {
    #get-inspired-video {
        padding: 0;
        margin: 0 auto;
        max-width: 1440px;
    }
}

@media (max-width:1170px) {
    #get-inspired-video {
        padding: 0;
    }
}

#get-inspired-video .video-wrapper {
    position: relative;
    padding-bottom: 56.3%;
    height: 0;
    overflow: hidden;
}

#get-inspired-video .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#mover-grid ul.mover {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 600px;
}

#mover-grid ul.mover:after,#mover-grid ul.mover:before {
    content: "";
    display: table;
}

#mover-grid ul.mover:after {
    clear: both;
}

#mover-grid ul.mover {
    *zoom: 1;
}

#mover-grid ul.mover li {
    width: 30.43478%;
    float: left;
    text-align: left;
    line-height: 28px;
    margin-bottom: 50px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#mover-grid ul.mover li:nth-child(3n+1) {
    margin-right: -100%;
    clear: both;
    margin-left: 0;
}

#mover-grid ul.mover li:nth-child(3n+2) {
    margin-left: 34.78261%;
    margin-right: -100%;
    clear: none;
}

#mover-grid ul.mover li:nth-child(3n+3) {
    margin-left: 69.56522%;
    margin-right: -100%;
    clear: none;
}

#mover-grid ul.mover li:after,#mover-grid ul.mover li:before {
    content: "";
    display: table;
}

#mover-grid ul.mover li:after {
    clear: both;
}

#mover-grid ul.mover li {
    *zoom: 1;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    #mover-grid ul.mover li {
        -ms-transition: all .3s ease-in-out;
    }
}

#mover-grid ul.mover li:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

@media (max-width:970px) {
    #mover-grid ul.mover li {
        width: 100%;
        float: left;
        float: none;
        margin-top: 20px;
    }

    #mover-grid ul.mover li:nth-child(1n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: none;
    }

    #mover-grid ul.mover li:first-child {
        margin: 0;
    }

    #mover-grid ul.mover li img {
        width: 100%;
    }
}

@media (max-width:970px) and (max-width:970px) {
    #mover-grid ul.mover li img {
        float: right;
        width: 50%;
    }
}

@media (max-width:970px) and (max-width:500px) {
    #mover-grid ul.mover li img {
        float: none;
        width: 100%;
    }
}

@media (max-width:970px) {
    #mover-grid ul.mover li .fm {
        float: left;
        width: 50%;
    }
}

@media (max-width:500px) {
    #mover-grid ul.mover li .fm {
        float: none;
        width: 100%;
    }
}

#mover-grid ul.mover li a {
    color: #000;
}

#mover-grid ul.mover li h3 {
    font-size: 28px;
    color: #f0584b;
    margin-bottom: 7px;
}

#mover-grid ul.mover li span.location {
    font-size: 22px;
    font-style: italic;
}

#mover-grid ul.mover li span.activity-desc {
    font-size: 18px;
}

.fun-fact {
    margin-bottom: 40px;
}

@media (max-width:970px) {
    .fun-fact {
        margin-bottom: 20px;
    }
}

.fun-fact p {
    margin: 0 75px 0 0;
}

.ff-container {
    position: relative;
    background: #fff100;
    float: right;
    width: 50%;
    z-index: 2;
}

@media (max-width:750px) {
    .ff-container {
        width: 100%;
    }
}

.ff-container .ff-block {
    background: #fff100;
    position: relative;
    padding: 20px;
    margin: 0;
}

@media (min-width:1441px) {
    .ff-container .ff-block {
        padding: 20px 100% 20px 20px;
        margin: 0 -100% 0 0;
    }
}

.ff-container .ff-block p {
    width: 100%;
}

.ff-angle {
    z-index: 2;
    box-sizing: content-box;
}

.ff-angle:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #fff100;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skew(-45deg,0deg);
    transform: skew(-45deg,0deg);
}

@media (max-width:750px) {
    .ff-angle:before {
        display: none;
    }
}

.gm-style a,.gm-style div,.gm-style label,.gm-style span {
    font-family: proxima-nova,Helvetica,sans-serif;
    line-height: 1.4em;
}

.bh-sl-error {
    clear: both;
    color: #ae2118;
    float: left;
    font-weight: 700;
    padding: 10px 0;
    width: 100%;
}

.bh-sl-map-container img {
    border-radius: 0 !important;
    box-shadow: none !important;
    max-height: none !important;
    max-width: none !important;
}

#bh-sl-maxdistance {
    display: none;
}

.bh-sl-container {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bh-sl-container>* {
    box-sizing: content-box !important;
}

.bh-sl-container .bh-sl-form-container {
    font-size: 16px;
    float: left;
    box-sizing: border-box;
    width: 325px;
    margin-right: -325px;
    margin-left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
    background: #fff;
    position: relative;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    .bh-sl-container .bh-sl-form-container {
        -ms-transition: all .3s ease-in-out;
    }
}

@media (max-width:750px) {
    .bh-sl-container .bh-sl-form-container {
        width: 100%;
        margin-right: 0;
    }
}

.bh-sl-container .bh-sl-form-container .search-toggle {
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -sand-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    display: inline;
    background: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    box-sizing: border-box;
    top: 45px;
    right: -45px;
    text-align: left;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    .bh-sl-container .bh-sl-form-container .search-toggle {
        -ms-transition: all .4s ease-in-out;
    }
}

@media (max-width:750px) {
    .bh-sl-container .bh-sl-form-container .search-toggle {
        display: none;
    }
}

.bh-sl-container .bh-sl-form-container.show {
    margin-left: -323px;
}

.bh-sl-container .bh-sl-form-container.show .search-toggle {
    background: #f0584b;
    color: #fff;
}

.bh-sl-container .bh-sl-form-container .overflow-container {
    overflow: scroll;
    height: 85vh;
    box-sizing: border-box;
    padding-top: 25px;
}

@media (max-width:750px) {
    .bh-sl-container .bh-sl-form-container .overflow-container {
        height: auto;
    }
}

.bh-sl-container .form-input {
    float: left;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.bh-sl-container .form-input>* {
    box-sizing: content-box !important;
}

.bh-sl-container .form-input label {
    display: block;
}

.bh-sl-container .form-input input {
    width: 69%;
    margin-bottom: 0;
}

.bh-sl-container .bh-sl-loading {
    background: url(assets/images/map/ajax-loader.gif) no-repeat;
    position: absolute;
    margin: 4px 0 0 10px;
    height: 16px;
    width: 16px;
    top: 10px;
    left: 5px;
    z-index: 10;
}

.bh-sl-container .bh-sl-filters-container {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 15px 15px;
}

.bh-sl-container .bh-sl-filters-container h3 {
    margin-bottom: 0;
    font-size: 24px;
}

.bh-sl-container .bh-sl-filters-container h3:after {
    content: ' +';
    color: #f0584b;
}

.bh-sl-container .bh-sl-filters-container h3.open:after {
    content: ' –';
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
    clear: left;
    display: block;
    float: left;
    margin: 5px 0;
    width: 100%;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li input[type=checkbox] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -6px;
    *overflow: hidden;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li select {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font: normal 14px/1.4 Arial,Helvetica,sans-serif;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
}

.bh-sl-container ul#category-filters-container1,.bh-sl-container ul#category-filters-container2 {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    .bh-sl-container ul#category-filters-container1,.bh-sl-container ul#category-filters-container2 {
        -ms-transition: all .3s ease-in-out;
    }
}

.bh-sl-container ul#category-filters-container1.show,.bh-sl-container ul#category-filters-container2.show {
    max-height: 300em !important;
}

.bh-sl-container .bh-sl-map-container {
    width: 100%;
}

.bh-sl-container .bh-sl-map-container a {
    color: #005293;
    text-decoration: none;
}

.bh-sl-container .bh-sl-map-container a:active,.bh-sl-container .bh-sl-map-container a:focus,.bh-sl-container .bh-sl-map-container a:hover {
    text-decoration: underline;
}

.bh-sl-container .bh-sl-loc-list {
    font-size: 13px;
    width: 100%;
    float: left;
}

.bh-sl-container .bh-sl-loc-list ul {
    display: block;
    clear: left;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bh-sl-container .bh-sl-loc-list ul li {
    border: 1px solid #fff;
    box-sizing: border-box;
    clear: left;
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
}

.bh-sl-container .bh-sl-loc-list .list-label {
    background: #00192d;
    border-radius: 15px;
    color: #fff;
    display: block;
    float: left;
    font-weight: 700;
    margin: 10px 0 0 15px;
    padding: 4px 7px;
    text-align: center;
    width: auto;
    min-width: 13px;
}

.bh-sl-container .bh-sl-loc-list .list-details {
    float: left;
    margin-left: 6px;
    width: 80%;
}

.bh-sl-container .bh-sl-loc-list .list-details .list-content {
    padding: 10px;
}

.bh-sl-container .bh-sl-loc-list .list-details .loc-dist {
    color: #8e8e8e;
    font-weight: 700;
    font-style: italic;
}

.bh-sl-container .bh-sl-loc-list .list-focus {
    border: 1px solid rgba(0,82,147,.4);
    -webkit-transition: border .2s linear 0s,box-shadow .2s linear 0;
    transition: border .2s linear 0s,box-shadow .2s linear 0;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {
    height: 20px;
    position: relative;
    width: 100%;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container .bh-sl-close-icon {
    right: 6px;
    top: 0;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel {
    margin: 0 2%;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel table {
    table-layout: auto;
    width: 100%;
    vertical-align: middle;
    border-collapse: separate;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel td {
    vertical-align: middle;
    border-collapse: separate;
    padding: 1px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-placemark {
    margin: 10px 0;
    border: 1px solid silver;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-directions-panel .adp-marker {
    padding: 3px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-title {
    font-weight: 700;
    margin: 15px;
}

.bh-sl-container .bh-sl-loc-list .bh-sl-noresults-desc {
    margin: 0 15px;
}

.bh-sl-container .loc-name {
    font-size: 15px;
    font-weight: 700;
}

.bh-sl-container .bh-sl-map {
    height: 85vh;
    width: auto;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    .bh-sl-container .bh-sl-map {
        -ms-transition: all .4s ease-in-out;
    }
}

@media (max-width:750px) {
    .bh-sl-container .bh-sl-map {
        width: 100%;
    }
}

.bh-sl-container .bh-sl-pagination-container {
    clear: both;
}

.bh-sl-container .bh-sl-pagination-container ol {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.bh-sl-container .bh-sl-pagination-container ol li {
    color: #005293;
    cursor: pointer;
    display: inline-block;
    font: 700 14px Arial,Helvetica,sans-serif;
    padding: 10px;
}

.bh-sl-container .bh-sl-pagination-container ol .bh-sl-current {
    color: #555;
    cursor: auto;
    text-decoration: none;
}

.bh-sl-overlay {
    background: url(assets/images/map/overlay-bg.png) repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.bh-sl-overlay .bh-sl-modal-window {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #656565;
    position: absolute;
    left: 50%;
    margin-left: -460px;
    margin-top: 60px;
    height: 620px;
    width: 920px;
    z-index: 10010;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-map-container {
    margin-top: 50px;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-modal-content {
    float: left;
    padding: 0 1%;
    width: 98%;
}

.bh-sl-overlay .bh-sl-modal-window .bh-sl-close-icon {
    right: 22px;
    top: 13px;
}

.bh-sl-close-icon {
    cursor: pointer;
    height: 24px;
    position: absolute;
    width: 24px;
}

.bh-sl-close-icon:after,.bh-sl-close-icon:before {
    background: #ccc;
    content: '';
    display: block;
    height: 24px;
    margin: -3px 0 0 -1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 3px;
    top: 3px;
    width: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.bh-sl-close-icon:hover:after,.bh-sl-close-icon:hover:before {
    background: #b3b3b3;
}

.bh-sl-close-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.find-more {
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
}

.banner-image {
    height: 355px;
    position: relative;
    margin-bottom: 50px;
    background-size: cover !important;
}

@media (min-width:1441px) {
    .banner-image {
        height: 550px;
    }
}

@media (max-width:750px) {
    .banner-image {
        height: 250px;
    }
}

.banner-image .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    background: #f0584b;
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.s-activity {
    padding-bottom: 50px;
}

.activity-description {
    max-width: 760px;
    margin: 0 auto;
}

.darker {
    background-color: #661009;
}

@media (max-width:750px) {
    .search-by,.sort-by {
        width: 100%;
    }
}

@media (max-width:750px) {
    .sort-by {
        margin-bottom: 10px;
    }
}

.find-location {
    background: #fff100;
    z-index: 49;
    float: right;
    width: 100%;
    padding: 10px 18px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 50px;
    text-align: right;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    .find-location {
        -ms-transition: all .3s ease-in-out;
    }
}

@media (min-width:1441px) {
    .find-location {
        padding: 10px 0;
    }
}

.find-location.sticky {
    position: fixed;
    top: 113px;
}

@media (max-width:1439px) {
    .find-location.sticky {
        top: 101px;
    }
}

@media (min-width:1441px) {
    .find-location.sticky {
        top: 123px;
    }
}

@media (max-width:970px) {
    .find-location.sticky {
        top: 0;
    }
}

.find-location .filter-locate,.find-location .geo-locate {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    .find-location .filter-locate,.find-location .geo-locate {
        -ms-transition: all .3s ease-in-out;
    }
}

.find-location .geo-locate {
    max-height: 0;
    overflow: hidden;
}

.find-location .geo-locate:after,.find-location .geo-locate:before {
    content: "";
    display: table;
}

.find-location .geo-locate:after {
    clear: both;
}

.find-location .geo-locate {
    *zoom: 1;
}

.find-location .geo-locate button {
    margin: 10px 0 0 10px;
}

@media (max-width:750px) {
    .find-location .geo-locate button {
        width: 100%;
        margin: 10px 0;
    }
}

.find-location .geo-locate input {
    margin: 10px 0 0 10px;
    width: 50%;
}

@media (max-width:750px) {
    .find-location .geo-locate input {
        width: 100%;
        margin: 0;
    }
}

.find-location .filter-locate {
    max-height: 0;
    overflow: hidden;
}

.find-location .filter-locate:after,.find-location .filter-locate:before {
    content: "";
    display: table;
}

.find-location .filter-locate:after {
    clear: both;
}

.find-location .filter-locate {
    *zoom: 1;
}

.find-location .filter-locate ul.neighborhood-check {
    padding: 0;
    margin: 0;
}

.find-location .filter-locate ul.neighborhood-check li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 15px 0 0 5px;
}

.find-location .filter-locate ul.neighborhood-check li input[type=checkbox] {
    display: none;
}

.find-location .filter-locate ul.neighborhood-check li span {
    background-color: #f0584b;
    border-radius: 3px;
    background-clip: padding-box;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    .find-location .filter-locate ul.neighborhood-check li span {
        -ms-transition: all .3s ease-in-out;
    }
}

.find-location .filter-locate ul.neighborhood-check li span:hover {
    background-color: #ec2c1c;
}

.find-location .filter-locate ul.neighborhood-check li input[type=checkbox]:checked+span {
    background-color: #661009;
    text-decoration: none;
}

.search-neighborhood {
    font-size: 24px;
    font-style: italic;
    float: left;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width:750px) {
    .search-neighborhood {
        display: none;
    }
}

.animation {
    display: block !important;
}

ul#places {
    position: relative;
    clear: both;
    list-style: none;
    padding-bottom: 30px;
    background: #fff url(assets/images/page-loader.gif) 285px 100px no-repeat;
}

ul#places:after,ul#places:before {
    content: "";
    display: table;
}

ul#places:after {
    clear: both;
}

ul#places {
    *zoom: 1;
}

@media (max-width:970px) {
    ul#places {
        background: #fff url(assets/images/page-loader.gif) 50% 150px no-repeat;
    }
}

ul#places.pad {
    margin-top: 110px;
}

ul#places li.items {
    position: relative;
    display: none;
    width: 30.43478%;
    float: left;
    margin-right: 4.34783%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none;
    margin-right: 3.8%;
    padding: 20px 20px 65px;
    background: #efefef;
    margin-bottom: 20px;
    vertical-align: top;
}

ul#places li.items:nth-child(3n) {
    margin-right: 0;
}

@media (max-width:1170px) {
    ul#places li.items {
        width: 47.82609%;
        float: left;
    }

    ul#places li.items,ul#places li.items:nth-child(3n) {
        margin-right: 4.34783%;
    }

    ul#places li.items:nth-child(2n) {
        margin-right: 0 !important;
    }
}

@media (max-width:970px) {
    ul#places li.items {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        float: none;
        margin-bottom: 20px;
    }

    ul#places li.items:nth-child(3n+3) {
        margin-right: 0;
    }
}

ul#places li.items h3 {
    line-height: 28px;
    margin-bottom: 10px;
}

ul#places li.items span.meta-address {
    font-size: 14px;
}

ul#places li.items span.meta-address a {
    color: #000;
}

ul#places li.items span.what {
    font-size: 85%;
}

.contact-info,.mileage {
    position: absolute;
    bottom: 0;
    line-height: 24px;
    padding: 10px;
}

.mileage {
    left: 0;
    background: #e6e6e6;
    z-index: 0;
    width: 100%;
}

.mileage .fa-map,.mileage .fa-map-marker {
    font-size: 24px;
    color: #f0584b;
    vertical-align: -3px;
    margin-right: 5px;
}

.contact-info {
    right: -10px;
    bottom: -10px;
    z-index: 1;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info ul li {
    margin: 0 0 0 7px;
    display: inline;
    font-size: 20px;
}

@media (max-width:750px) {
    .contact-info ul li {
        margin: 0 0 0 15px;
    }
}

.contact-info ul li:first-child {
    margin: 0 0 0 3px;
}

@media (max-width:750px) {
    .contact-info ul li:first-child {
        margin: 0 0 0 7px;
    }
}

.contact-info ul li a {
    background: #ccc;
    padding: 10px;
    float: right;
}

#content nav {
    clear: both;
    overflow: hidden;
    padding: 0 0 1.5em;
}

#nav-above {
    margin-bottom: 35px;
    padding: 0 18px;
}

#nav-above:after,#nav-above:before {
    content: "";
    display: table;
}

#nav-above:after {
    clear: both;
}

#nav-above {
    *zoom: 1;
}

#nav-below {
    max-width: 760px;
    padding: 0 0 50px;
    margin: 0 auto;
}

#nav-below:after,#nav-below:before {
    content: "";
    display: table;
}

#nav-below:after {
    clear: both;
}

#nav-below {
    *zoom: 1;
}

.nav-next,.nav-previous {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 25%;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    .nav-next,.nav-previous {
        -ms-transition: all .3s ease-in-out;
    }
}

@media (max-width:750px) {
    .nav-next,.nav-previous {
        width: 50%;
    }
}

.nav-previous {
    float: left;
}

#nav-single,.nav-next {
    float: right;
    text-align: right;
}

#nav-single {
    position: relative;
    top: -.3em;
    z-index: 1;
}

#nav-single .nav-next,#nav-single .nav-previous {
    float: none;
    width: auto;
}

#nav-single .nav-next {
    padding-left: .5em;
}

.philly-powered-link {
    padding: 8px 10px;
    color: #fff;
    font-size: 13px;
}

@media (max-width:750px) {
    .philly-powered-link {
        width: 16.667%;
        float: left;
        text-align: center;
        padding: 8px 10px 5px;
    }
}

@media (max-width:750px) {
    .philly-powered-link i.fa {
        font-size: 18px;
    }
}

.philly-powered-link:active,.philly-powered-link:hover {
    color: #fff;
    border: none !important;
}

.philly-powered-twitter {
    background: #41b7d8;
}

.philly-powered-twitter:active,.philly-powered-twitter:hover {
    background: #279ebf;
}

.philly-powered-facebook {
    background: #3b5997;
}

.philly-powered-facebook:active,.philly-powered-facebook:hover {
    background: #2d4372;
}

.philly-powered-googleplus {
    background: #e15848;
}

.philly-powered-googleplus:active,.philly-powered-googleplus:hover {
    background: #c2453f;
}

.philly-powered-reddit {
    background: #699bcc;
}

.philly-powered-reddit:active,.philly-powered-reddit:hover {
    background: #3c6997;
}

.philly-powered-pinterest {
    background: #c33637;
}

.philly-powered-pinterest:active,.philly-powered-pinterest:hover {
    background: #852421;
}

.philly-powered-buffer {
    background: #444;
}

.philly-powered-buffer:active,.philly-powered-buffer:hover {
    background: #222;
}

.philly-powered-social {
    margin: 20px 0 25px;
    -webkit-font-smoothing: antialiased;
}

@media (max-width:750px) {
    .philly-powered-social span {
        display: none;
    }
}

article.index {
    border-bottom: none;
    border-top: 1px solid #f0584b;
    padding-top: 100px;
    margin-top: 35px;
}

@media (max-width:970px) {
    article.index {
        padding-top: 50px;
        margin-top: 0;
    }
}

article.index:nth-child(1) {
    border: none;
    padding-top: 0;
    margin-top: 0;
}

article.index .entry-header {
    text-align: center;
    margin-bottom: 1.5em;
}

article.index .entry-header .entry-date {
    color: #999;
    font-style: italic;
    font-size: 18px;
    padding-bottom: 2px;
}

article.index .entry-header .entry-date span.meta {
    color: #000;
    font-style: normal;
    font-weight: 700;
}

article.index .featured-image {
    margin: 0 auto;
    margin-bottom: 1.5em;
    max-width: 50%;
}

@media (max-width:970px) {
    article.index .featured-image {
        max-width: 80%;
    }
}

article.index .featured-image a:focus,article.index .featured-image a:hover {
    border: none;
}

article.index .entry-title,article.index .entry-title a {
    clear: both;
    color: #f0584b;
    line-height: 1em;
    margin: 0;
    text-align: center;
    font-weight: 300;
    font-style: italic;
}

article.index .entry-title:focus,article.index .entry-title:hover,article.index .entry-title a:focus,article.index .entry-title a:hover {
    border: none;
}

.post-right {
    width: 59.13043%;
    float: right;
    margin-right: 0;
}

@media (max-width:970px) {
    .post-right {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}

.post-left {
    width: 36.52174%;
    float: left;
    margin-right: 4.34783%;
}

@media (max-width:970px) {
    .post-left {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}

.post-container {
    margin: 0 auto;
    max-width: 760px;
    padding: 0 15px 50px;
}

@media (max-width:970px) {
    .post-container {
        padding: 0 18px 25px;
    }
}

.post-container a {
    font-weight: 700;
}

.post-container a:hover {
    border-bottom: 5px solid #f0584b;
}

.post-container a:focus {
    border-bottom: 5px solid #c51f10;
    color: #c51f10;
}

.entry-header {
    text-align: center;
    margin-bottom: .5em;
}

.entry-header .entry-date {
    color: #999;
    font-style: italic;
    font-size: 18px;
    padding-bottom: 2px;
}

.entry-header .entry-date span.meta {
    color: #000;
    font-style: normal;
    font-weight: 700;
}

.dropcap {
    font-size: 28px;
    line-height: .625;
}

.big-quote>p,.dropcap {
    font-style: italic;
    color: #f0584b;
}

.big-quote>p {
    max-width: 960px;
    width: 125%;
    margin-left: -12.5%;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 1em;
    font-weight: 300;
}

@media (max-width:970px) {
    .big-quote>p {
        width: 100%;
        margin-left: 0;
        font-size: 28px;
        line-height: 30px;
    }
}

p img.size-full,p img.size-large {
    margin-top: 1.5em;
    width: 100%;
    height: auto;
}

.entry-meta {
    clear: both;
}

.event-entry {
    margin: 0 auto;
    margin-bottom: 1.5em;
}

@media (max-width:970px) {
    .event-entry {
        max-width: 100%;
    }
}

.event-entry ul {
    line-height: none;
    padding: 0;
    margin: 0;
}

.event-entry ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 5px 10px;
    margin: 0 0 5px;
}

.event-entry ul li.sig {
    color: #fff;
    background: #f0584b;
    text-align: left;
    font-style: italic;
    width: 22%;
    font-weight: 700;
}

@media (max-width:750px) {
    .event-entry ul li.sig {
        width: 100%;
        margin: 0;
        text-align: left;
    }
}

.event-entry ul li.info {
    color: #000;
    text-align: left;
    width: 75%;
    background: #efefef;
}

@media (max-width:750px) {
    .event-entry ul li.info {
        width: 100%;
        margin: 0 0 10px;
    }
}

.event-entry ul li.info a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    .event-entry ul li.info a {
        -ms-transition: all .3s ease-in-out;
    }
}

.event-entry ul li.info a:focus,.event-entry ul li.info a:hover {
    border: none;
}

.c-one {
    float: left;
    margin-right: 4.34783%;
}

.c-one,.c-two {
    width: 47.82609%;
}

.c-two {
    float: right;
    margin-right: 0;
}

.activities-subtext {
    margin: 0 auto;
    padding-left: 10%;
    list-style: none;
    margin-bottom: 50px;
}

@media (max-width:970px) {
    .activities-subtext {
        padding-left: 18px;
        padding-right: 18px;
    }
}

#activities-list {
    margin: 0 auto;
    padding-left: 10%;
    list-style: none;
}

@media (max-width:970px) {
    #activities-list {
        padding-left: 18px;
        padding-right: 18px;
    }
}

#activities-list li {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#activities-list li a {
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 65px !important;
    top: 45%;
}

@media screen and (min-width:0\0) and (-webkit-min-device-pixel-ratio:0.75),screen and (min-width:0\0) and (min-resolution:72dpi) {
    #activities-list li a {
        -ms-transform: translateY(-50%);
        bottom: 0;
        left: 0;
        right: 0;
        top: 50%;
    }
}

#activities-list li img {
    display: block;
}

/*_____________grid testing_________________*/

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

#events-section img {
    -webkit-filter: opacity(30%); /* Safari */
    filter: opacity(30%);
}

#events-section {
    width: 100%;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 0% 0 0% 0%;
    height: 480px;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 55%;
    position: relative;
}
.span_1_of_2 {
    width: 45%;
}

/*  GO FULL WIDTH AT LESS THAN 4768 PIXELS */

@media only screen and (max-width: 768px) {
    .col { 
        margin: 0% 0 0% 0%;
    }
}

@media only screen and (max-width: 768px) {
    .span_2_of_2, .span_1_of_2 {
    width: 100%; }

    .span_1_of_2 {
        height: 300px;
    }

    .text-block-l {
        max-width: 100%;
    }

    .homepage-spacer {
    /*display: none;*/
    }
}

 .homepage-spacer {
    height: 15px;
    background-color: #fff100;
    }

.top-eventbox {
    height: 255px;
    /*border: 15px solid #fff100;*/
    /*border-top: 14px solid #fff100;*/
    /*border-right: 14px solid #fff100;*/
    /*border-bottom: 7px solid #fff100;*/
    /*border-left: 14px solid #ff100;*/
    
    /*filter: brightness(80%);*/
}
.bottom-eventbox {
    height: 255px;
/*    border: 15px solid #fff100;*/
    /*border-top: 7px solid #fff100;*/
   /* border-right: 14px solid #fff100;
    border-bottom: 14px solid #fff100;
    border-left: 14px solid #ff100;*/
    
    /*filter: brightness(80%);*/
}

@media only screen and (max-width: 1439px) {
    .eventbox {
        height: 280px;
    }
}

@media only screen and (max-width: 768px) {
    .eventbox {
        height: 239px;
    }
}

.eventbox h2, p {
    margin: 10px;

}

.single-event {
    margin-bottom: 10px;
}

.event-title {
    font-weight: 600;
}

.eventbox {
    position: relative;
}

.eventbox-inner {
    position: absolute;
    bottom: 15px;
}



/* Agenda Week Toggle */
.ai1ec-views-dropdown {
	position: relative;
	z-index: 100;
}

.calendar .post-container {
	max-width: 1440px;
	margin-bottom: 50px;
}