@charset "utf-8";
/* CSS Document */
/* ===[ Preloader ]=== */
body {
    font-size: 1.25em;
    font-family: 'HelveticaLTWXX-Light';
    font-weight: normal;
    font-style: normal;
    letter-spacing: -.02em;
    color: #494646;
}
h1, h2, h3, h4 {
    color: #494646;
    font-family: 'HelveticaLTWXX-Bold';
}
h1 {
    letter-spacing: -1px;
}
.pad-top {
    padding-top: 3rem;
}
.pad-bottom {
    padding-bottom: 2rem;
}
h2, h3, h4 {
    letter-spacing: -.02em;
    color: #494646;
    font-family: 'HelveticaLTWXX-Bold';
}
h1 {
    font-size: 2em;
    line-height: 1.1em;
}
h2 {
    font-size: 1.15em;
}
h3 {
    color: #77706c;
    font-size: 1.15em;
    text-transform: uppercase;
}
h4 {
    color: #77706c;
    font-size: 1em;
}
a {
    font-family: 'HelveticaLTWXX-Bold';
    line-height: inherit;
    color: #48A9C5;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    font-family: 'HelveticaLTWXX-Bold';
    color: #236576;
}
p a:hover {
    font-family: 'HelveticaLTWXX-Bold';
    text-decoration: underline;
    color: #236576;
}
p {
    font-family: 'HelveticaLTWXX-Light';
    color: #494646;
}
p a {
    font-family: 'HelveticaLTWXX-Bold';
}
p a:hover {
    text-decoration: underline;
    color: #236576;
}
.small-text {
    font-size: .775em;
}
hr {
    clear: both;
    max-width: 62.5rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #eee;
    border-left: 0;
}
label {
    font-size: .785em;
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
    line-height: 1.4;    
}
b, strong {
    font-family: 'HelveticaLTWXX-Bold';
    font-weight: normal;
}
.nowrap {
    white-space: nowrap;
}
.rttc {
    position: relative;
}
.rttc-year, .rttc-year a {
    position: absolute;
    font-family: 'HelveticaLTWXX-Bold';
    font-weight: normal;
    font-size: .775em;
    color: #ffffff;
    background: #48A9C5;
    padding: 5px;
    bottom: 24px;
    right: 0;
    width: 40%;
}
.rttc-year a:hover {
    background: #1779ba;
}
.blog-roll-img {
    border-radius: .14em;
    opacity: .85;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.blog-roll-img:hover {
    opacity: 1;
}
.top-bar, .image-feature, .bgzoom-outer, .main-showcase-wrapper, .main-showcase, .main-showcase-img, .category-wrap, .category, .category-solid, .trio-wrap, .trio, .trio-solid {
    border-radius: .14em;
}
.sticky-container {
    z-index: 999;
}
.secondary-showcase-wrapper, .secondary-showcase-image-top {
    border-radius: .14em .14em 0 0;
}
.image-tease {
    border-radius: 0 0 .14em .14em;
}
.sub {
    list-style: circle;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: url("../../../../../img/puff.svg") #48A9C5 no-repeat center center;
}
.tiny-text {
    font-size: .775em;
    line-height: 1.1 !important;
}
.button:hover, .button:focus {
    background-color: #236576;
    text-decoration: none;
}
.button {
    background-color: #48A9C5;
    border-radius: .12em;
}
.nav-grid-container {
    padding-right: 0rem;
    padding-left: 0rem;
    max-width: 74.9375rem;
    margin: 0 auto;
}
.secondary-showcase-wrapper {
    height: 340px;
    /* min-width: 288px; */
}
.secondary-showcase-image-top {
    min-height: 189px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.secondary-showcase-image-bottom {
    min-height: 150px;
}

@media print, screen and (min-width: 64em) {
.nav-grid-container {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 1170px;
    margin: 0 auto;
}
}
.career-post p {
    font-size: .875em;
}
.career-post {
    border-left: 1px solid #eeeeee;
}
.modal-form h1 {
    font-size: 2.5em;
}
.modal-video {
    padding: 2em;
    background: transparent;
    border: 0;
    outline: none;
}
.close-button {
    color: #8a8a8a;
    position: absolute;
    top: 4px;
    right: 12px;
    display: block;
    outline: none;
    cursor: pointer;
}
.close-button:hover {
    color: #48A9C5;
}
.modal.modal-form.solid.BBFormFieldLabel {
    color: #ffffff;
}
.modal.modal-form.solid.BBFormFieldLabel, .modal.modal-form.solid.BBFormCheckbox, .modal.modal-form.solid.BBFormCheckboxLabel {
    color: #ffffff;
}
legend {
    width: 100%;
}
.text-white {
    color: #ffffff;
}
.text-white a {
    color: #ffffff;
    text-decoration: underline;
}
.text-white a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.tiny-footer {
    font-size: .675em;
    color: #D1D1D1;
}
.footer-info {
    font-size: .65em;
    letter-spacing: .03em;
    color: #FFFFFF;
}
.footer {
    padding: 30px 0 30px 0;
    color: #FFFFFF;
    background-color: #77706c;
}
.footer ul {
    margin-bottom: 0;
    margin-left: 0;
}
.footer ul li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: .6em;
    letter-spacing: .03em;
    line-height: 22px;
    color: #FFFFFF;
}
.footer a {
    color: #FFFFFF;
}
.footer a:hover {
    color: #e2e2e2;
    text-decoration: underline;
}
.footer ul li a {
    font-weight: 300;
}
.footer ul li a:hover {
}
.grid-container.open {
    margin: 3rem auto 3rem auto;
}
.lined {
    border-bottom: solid 1px #e6e6e6;
    margin: 0 0 10px;
}
/* Aggr */
.aggr h3 {
    font-size: 1.1em;
    margin-right: 33%;
}
.aggr p {
    font-size: .875em;
}
/* Search Bar */
.search-bar {
	z-index: 90;
    padding: 1px;
    background: none;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: right;
}
.search-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.search-bar-left, .search-bar-right {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.search-bar-right {
    text-align: right;
}
.search-bar-title {
    display: inline-block;
    vertical-align: middle;
}
/* Top Bar Menu and Search */
.large-nav {
    background-color: #48a9c5;
}
.large.menu a, .large.menu .large.menu.button {
    font-size: 1.975em;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
    border-radius: 0.06em;
}
#responsive-menu {
    background-color: rgba(72, 169, 197, 0.8);
    transition: all 0.5s ease;
}

@media screen and (max-width: 39.9375em) {
#responsive-menu {
    background-color: rgba(72, 169, 197, 1);
    transition: all 0.5s ease;
}
}
#responsive-menu ul {
    background-color: transparent;
}
#responsive-menu.sticky-color, #responsive-menu.sticky-color ul {
    background-color: #48A9C5;
    transition: all 0.5s ease;
}
.menu a, .menu .button {
    color: #ffffff;
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
    font-size: 1.6em;
}
.menu a:hover {
    color: #ffffff;
}
.menu .menu-text {
    color: #ffffff;
}
.menu .is-active > a {
    background: #ffffff !important;
    color: #48A9C5 !important;
}
.give.is-active > a {
    color: #48A9C5 !important;
}
.get-involved.is-active > a {
    color: #48A9C5 !important;
}
.get-help.is-active > a {
    color: #48A9C5 !important;
}
.search-menu li {
}
.search-menu a {
    color: #ffffff;
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
    font-size: .7em;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 50%;
    border: solid 4px transparent;
}
.search-menu a:hover {
    text-decoration: underline;
}
.dropdown.menu.vertical > li:first-child {
    border-left: none;
}
.is-dropdown-submenu > li {
    border-left: none;
}
.dropdown .menu {
    margin-top: 6px;
    box-shadow: 2px 2px 5px rgba(75,75,75,.4);
}
.dropdown .menu a {
    color: #fff;
    font-size: 2em;
}
.dropdown.menu > li.is-dropdown-submenu-parent a:hover {
    color: #ffffff;
}
.dropdown .is-dropdown-submenu a {
    background-color: #ffffff;
    font-size: 1em;
    border: none !important;
}
.dropdown.menu > li:first-child > a {
    border-top-left-radius: .1em;
    border-top-right-radius: .1em;
}
.dropdown.menu > li:last-child > a {
    border-bottom-left-radius: .1em;
    border-bottom-right-radius: .1em;
}
@supports (-ms-ime-align: auto) {
 .dropdown.menu > li:first-child > a {
 border-top-left-radius: 0em;
 border-top-right-radius: 0em;
}
 .dropdown.menu > li:last-child > a {
 border-bottom-left-radius: 0em;
 border-bottom-right-radius: 0em;
}
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: none;
    width: none;
    height: none;
    border: none;
    content: none;
    border-bottom-width: none;
    border-top-style: none;
    border-color: none;
    right: none;
    margin-top: none;
}
.dropdown.menu .is-dropdown-submenu .is-active > a {
    background-color: #48a9c5 !important;
    color: #ffffff !important;
}
.is-dropdown-submenu .menu {
    position: absolute;
    border: none;
    background: #ffffff;
}
.is-dropdown-submenu {
    border: none;
}
.is-submenu-item.is-accordion-submenu-item a {
    font-size: 1em;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border: inset 6px;
    border-color: transparent;
}
.dropdown.menu.medium-horizontal {
    position: relative;
}
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: none;
    width: none;
    height: none;
    border: none;
    content: none;
    border-bottom-width: none;
    border-top-style: none;
    border-color: none;
    right: none;
    margin-top: none;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: inherit;
    left: auto;
}
.dropdown .menu a {
    font-family: 'HelveticaLTWXX-Light', sans-serif;
    color: #555555;
    font-size: .875em;
}
.dropdown .menu a:hover {
    color: #ffffff !important;
    background: #48A9C5;
}
.title-bar {
    padding: 0.5rem;
    background: #48A9C5;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.menu-icon:hover::after {
    background: #ffffff;
    box-shadow: 0 7px 0 #efefef, 0 14px 0 #efefef;
}
.button {
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
    padding: 0.85em 1em 0.65em 1em;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}
table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #ffffff;
}
/* Notifications */
.notification {
    background-color: #48A9C5;
    background-image: linear-gradient(#48A9C5, #4599af);
    padding: 30px 26% 30px 26%;
    text-align: center;
}
.notification.small {
    background-color: #48A9C5;
    background-image: linear-gradient(#48A9C5, #4599af);
    padding: 30px;
    text-align: center;
    border-radius: .14em;
}
.notification.main {
    margin-top: -30px;
}
.notification.small {
    margin-top: 0px;
}
.notification.red {
    background-color: #dd5140;
    background-image: linear-gradient(#dd5140, #b81300);
}
.notification.blue {
    background-color: #48A9C5;
    background-image: linear-gradient(#48A9C5, #4599af);
}
.notification.orange {
    background-color: #DC8633;
    background-image: linear-gradient(#DC8633, #D17823);
}
.notification-content p {
    color: #ffffff;
    font-size: 1em;
}
.notification-content h1, .notification-content h2, .notification-content h3, .notification-content h4 {
    color: #ffffff;
    letter-spacing: normal;
}
.notification-content h1 {
    font-size: 2em;
    line-height: 1.2em;
}
.notification-content h2 {
    font-size: 1.4em;
    line-height: 1.2em;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.notification {
    padding: 20px 0 20px 0;
}
}
/* Hero and Image Feature */
.hero {
    background-color: #77706c;
    height: 600px;
    background-size: cover;
    /* display: -webkit-flex; */
	/* display: -ms-flexbox; */
	/* display: flex; */
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center center;
}
.image-feature-text {
    left: 20px;
    padding: 40px;
    position: absolute;
    top: 5%;
    width: 50%;
}
.image-feature-text-right {
    text-align: right;
    right: 20px;
    padding: 40px;
    position: absolute;
    top: 5%;
    width: 50%;
}
.image-feature-text.modal {
    left: 40;
    padding: 40px;
    position: absolute;
    top: 5%;
    width: 65%;
}
.feature {
    background-color: #77706c;
    height: 44vh;
}
.feature-text.modal {
    left: 40;
    padding: 40px;
    position: absolute;
    top: 5%;
}
.image-feature-text h1, .image-feature-text-right h1 {
    font-size: 3rem;
    color: #ffffff;
    line-height: normal;
}
.image-feature-text p, .image-feature-text-right p {
    font-size: 1.3rem;
    color: #ffffff;
}
.image-feature-text.dark h1, .image-feature-text-right.dark h1 {
    font-size: 3rem;
    color: #494646;
    line-height: normal;
}
.image-feature-text.dark p, .image-feature-text-right.dark p {
    font-size: 1.3rem;
    color: #494646;
}
.image-feature {
    width: 100%;
    height: 380px;
    overflow: hidden;
}
.image-feature img {
    object-fit: cover;
    height: 44vh;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.hero {
    height: 400px;
}
.hero-content p {
    color: #ffffff;
    font-size: 1em;
}
.hero-content h1 {
    font-size: 2em;
    color: #ffffff;
    letter-spacing: normal;
    line-height: 1.2em;
}
.hero-content.right {
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 70px;
}
.hero-content.left {
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 70px;
}
.image-feature-text h1, .image-feature-text-right h1 {
    font-size: 2rem;
    color: #ffffff;
    line-height: normal;
}
.image-feature-text p, .image-feature-text-right p {
    font-size: 1.1rem;
    color: #ffffff;
}
.image-feature-text {
    width: 100%;
    padding-right: 25%;
}
.image-feature-text-right {
    width: 100%;
    padding-left: 25%;
}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.hero {
    height: 500px;
}
.hero-content p {
    color: #ffffff;
    font-size: 1.2em;
}
.hero-content h1 {
    font-size: 2.275em;
    color: #ffffff;
    letter-spacing: normal;
    line-height: 1.2em;
}
.hero-content.left {
    padding-left: 20px;
    padding-right: 30%;
    padding-top: 170px;
}
.hero-content.right {
    padding-left: 30%;
    padding-right: 20px;
    padding-top: 170px;
}
.image-feature-text h1, .image-feature-text-right h1 {
    font-size: 2.1rem;
    color: #ffffff;
    line-height: normal;
}
.image-feature-text p, .image-feature-text-right p {
    font-size: 1.2rem;
    color: #ffffff;
}
.image-feature-text p {
    width: 100%;
    padding-right: 15%;
}
.image-feature-text-right p {
    width: 100%;
    padding-left: 15%;
}
}

/* Large and up */
@media screen and (min-width: 64em) {
.hero-content p {
    color: #ffffff;
    font-size: 1.5em;
}
.hero-content h1 {
    font-size: 2.675em;
    color: #ffffff;
    letter-spacing: normal;
    line-height: 1.2em;
}
.hero-content.left {
    padding-left: 40px;
    padding-right: 50%;
    padding-top: 180px;
}
.hero-content.right {
    padding-left: 50%;
    padding-right: 40px;
    padding-top: 180px;
}
.image-feature-text p {
    width: 100%;
    padding-right: 50%;
}
.image-feature-text-right p {
    width: 100%;
    padding-left: 50%;
}
.top-nav {
    background-color: none;
}
}

@media screen and (min-width: 40em) {
.hero {
    background-position: center center;
    margin-bottom: 30px;
    margin-top: -116px;
}
.hero.notify {
    margin-bottom: 0px;
}
.hero.front {
    min-height: 560px;
}
.hero-content {
    margin: 0 auto;
}
.hero-content .button {
    text-transform: uppercase;
    margin-bottom: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}
.accordion-content {
    color: #494646;
}
}
.hero-content {
    padding-left: none;
}
.hero-alt {
    margin-bottom: 30px;
}
/* Arrow */
.arrow-up {
    display: none;/*
	width: 0px;
	height: 0px;
	margin: -10px 0 0 11px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #efefef;
	*/
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
.top-nav {
    background-color: #77706c;
}
}

@media screen and (max-width: 39em) {
.top-nav {
    background-color: #77706c;
}
.arrow-up {
    display: none;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 100%;
    background: #fff;
    border-radius: .14em;
}
.menu a, .menu .button {
    color: #fff;
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
    font-size: 1.36em;
    border-top: solid 1px #348faa;
    padding: 10px;
}
.search-menu a {
    color: #fff;
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
    font-size: .5em !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.7em;
    border: none !important;
}
.search-menu a:hover {
    border: none !important;
    background-color: none !important;
}
}
.is-submenu-item.is-accordion-submenu-item a {
    text-transform: none;
    color: #ffffff;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #efefef;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: none;
}
.is-dropdown-submenu {
    display: none;
}
.is-submenu-item.is-accordion-submenu-item {
    padding-left: 10px;
    background: #348faa;
    border-top: 1px solid #42b5d6;
    border-left: none;
    color: #fff;
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
    font-size: 1em;
}
.is-submenu-item.is-accordion-submenu-item a {
    text-transform: none;
}
/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
.sb-search {
    position: relative;
    margin-top: 0px;
    width: 0%;
    min-width: 40px;
    height: 39px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none !important;
    outline: none !important;
    background: none;
    width: 100%;
    height: 30px;
    margin: 0;
    z-index: 10;
    padding: 20px 66px 20px 20px;
    font-family: 'HelveticaLTWXX-Light', sans-serif;
    font-size: 16px;
    color: #494646;
    border-radius: .14em;
}
input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
 .sb-search-input::-webkit-input-placeholder {
 color: #999999;
}
 .sb-search-input:-moz-placeholder {
 color: #999999;
}
 .sb-search-input::-moz-placeholder {
 color: #999999;
}
 .sb-search-input:-ms-input-placeholder {
 color: #999999;
}
.sb-icon-search, .sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    border-radius: .14em;
}
.sb-icon-search {
    line-height: 34px;
}
.sb-search-submit {
    line-height: 40px;
}
.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}
.sb-icon-search {
    color: #fff;
    z-index: 90;
    speak: none;
    border-radius: .14em;
}
.sb-icon-search:before {
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 300px;
    background: #fff;
    border-radius: .14em;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    background: #48A9C5;
    color: #fff;
    z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
    z-index: 90;
}
/* Pull Quote */
.pull-quote {
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
    font-style: normal;
    font-size: 1.2rem;
    max-width: 50%;
    line-height: 1.25em;
    color: #1779ba;
    float: right;
    margin: 10px 0 10px 20px;
    background: linear-gradient(#48A9C5, #48A9C5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pull-quote:before {
    content: '';
}
.pull-quote:after {
    content: '';
}

@media print, screen and (min-width: 40em) {
.pull-quote {
    font-size: 1.975rem;
    max-width: calc(50% - 5%);
    margin-right: -15%;
}
}

@media print, screen and (min-width: 64em) {
.pull-quote {
    max-width: calc(50% + 5%);
    margin-right: -25%;
}
}
/* Flip Card */

.flip-card {
    -webkit-perspective: 1000;
    perspective: 1000;
    border: 0;
    background: transparent;
}
.flip-card:hover .flip-card-inner, .flip-card.hover .flip-card-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-card, .flip-card-inner-front, .flip-card-inner-back {
    width: 100%;
    height: 20rem;
}
.flip-card-inner {
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-card-inner-front, .flip-card-inner-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.flip-card-inner-front {
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flip-card-inner-front span {
    width: 100%;
    text-align: center;
    background: rgba(254, 254, 254, 0.8);
    padding: 0.25rem 0;
    font-size: 1.25rem;
    margin-top: 10rem;
}
.flip-card-inner-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 1rem;
}
.flip-card-inner-back:after {
    z-index: 100;
}
.flip-card-inner-back.blue {
    background: #48a9c5;
}
.flip-card-inner-back.pinot {
    background: #72253d;
}
.flip-card-inner-back.navy {
    background: #003D4C;
}
.flip-card-inner-back.gray {
    background: #9E9790;
}
.flip-card-inner-back.orange {
    background: #DC8633;
}
.flip-card-inner-back.green {
    background: #A8AD00;
}
.flip-card-inner-back.yellow {
    background: #F1B828;
}
.flip-card-inner-back-title {
}
.flip-card-inner-back-text {
    line-height: 1.3;
}
/* Showcase */
.main-showcase-wrapper {
    height: 340px;
    background: #48A9C5;
    display: block;
    margin: auto;
    overflow: hidden;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center center;
}
.main-showcase {
    position: relative;
    height: 340px;
}
.main-showcase-button-left {
    position: absolute;
    display: inline;
    height: 100px;
    width: 200px;
    top: 280px;
    right: -46px;
}
.showcase-three-up {
    text-align: center;
    padding: 2rem 0;
}
.showcase-three-up .row {
    max-width: 900px;
}
.showcase-three-up .columns {
    margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
.showcase-three-up .columns {
    margin-bottom: 0;
}
}
.showcase-three-up .fa {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1779ba;
}
.showcase-three-up-headline {
    margin-bottom: 2rem;
    font-size: 24px;
}
/* JFS Buttons */
.button.white-blue {
    background-color: #ffffff;
    color: #48A9C5;
}
.button.white-blue:hover, .button.white-blue:focus {
    background-color: #ffffff;
    color: #3895B0;
}
.button.white-yellow {
    background-color: #ffffff;
    color: #F1B828;
}
.button.white-yellow:hover, .button.white-yellow:focus {
    background-color: #ffffff;
    color: #C8A302;
}
.button.yellow {
    background-color: #F1B828;
    color: #ffffff;
}
.button.yellow:hover, .button.yellow:focus {
    background-color: #C8A302;
    color: #ffffff;
}
.button.white-green {
    background-color: #ffffff;
    color: #A8AD00;
}
.button.white-green:hover, .button.white-green:focus {
    background-color: #ffffff;
    color: #7F8309;
}
.button.green {
    background-color: #A8AD00;
    color: #ffffff;
}
.button.green:hover, .button.green:focus {
    background-color: #7F8309;
    color: #ffffff;
}
.button.white-pinot {
    background-color: #ffffff;
    color: #72253d;
}
.button.white-pinot:hover, .button.white-pinot:focus {
    background-color: #ffffff;
    color: #4f132a;
}
.button.pinot {
    background-color: #72253d;
    color: #ffffff;
}
.button.pinot:hover, .button.pinot:focus {
    background-color: #4f132a;
    color: #ffffff;
}
.button.white-navy {
    background-color: #ffffff;
    color: #003D4C;
}
.button.white-navy:hover, .button.white-navy:focus {
    background-color: #ffffff;
    color: #042e38;
}
.button.navy {
    background-color: #003D4C;
    color: #ffffff;
}
.button.navy:hover, .button.navy:focus {
    background-color: #042e38;
    color: #ffffff;
}
.button.white-gray {
    background-color: #ffffff;
    color: #9E9790;
}
.button.white-gray:hover, .button.white-gray:focus {
    background-color: #ffffff;
    color: #67625c;
}
.button.gray {
    background-color: #9E9790;
    color: #ffffff;
}
.button.gray:hover, .button.gray:focus {
    background-color: #67625c;
    color: #ffffff;
}
.button.white-orange {
    background-color: #ffffff;
    color: #DC8633;
}
.button.white-orange:hover, .button.white-orange:focus {
    background-color: #ffffff;
    color: #B7702C;
}
.button.orange {
    background-color: #DC8633;
    color: #ffffff;
}
.button.orange:hover, .button.orange:focus {
    background-color: #B7702C;
    color: #ffffff;
}
.button.white-red {
    background-color: #ffffff;
    color: #dd5140;
}
.button.white-red:hover, .button.white-red:focus {
    background-color: #ffffff;
    color: #90372c;
}
.button.red {
    background-color: #dd5140;
    color: #ffffff;
}
.button.red:hover, .button.red:focus {
    background-color: #90372c;
    color: #ffffff;
}
.button.white {
    background-color: #ffffff;
    color: #48a9c5;
}
.button.white:hover, .button.white:focus {
    background-color: #ffffff;
    color: #48a9c5;
}
.button.clear.white {
    border: 1px solid #efefef;
    color: #efefef;
}
.button.clear.white:hover, .button.clear.white:focus {
    border-color: #ffffff;
    color: #48a9c5;
}
.button.clear.white:hover.disabled, .button.clear.white:hover[disabled], .button.clear.white:focus.disabled, .button.clear.white:focus[disabled] {
    border: 1px solid #efefef;
    color: #efefef;
}
.button.clear.white, .button.clear.white.disabled, .button.clear.white[disabled], .button.clear.white:hover, .button.clear.white:hover.disabled, .button.clear.white:hover[disabled], .button.clear.white:focus, .button.clear.white:focus.disabled, .button.clear.white:focus[disabled] {
    border-color: transparent;
}
.button-group.white .button {
    background-color: #efefef;
    color: #48a9c5;
}
.button-group.white .button:hover, .button-group.white .button:focus {
    background-color: #efefef;
    color: #48a9c5;
}
.button-group.white .button {
    background-color: #efefef;
    color: #48a9c5;
}
.button-group.white .button:hover, .button-group.white .button:focus {
    background-color: #ffffff;
    color: #48a9c5;
}
/* Trio */
.trio p {
    font-size: 1em
}
.trio h1 {
    font-size: 2.275em
}
.trio {
    padding: 30px 10px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.trio:hover {
    background-color: #fafafa;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
/* Tease */
.image-tease {
    font-size: .875em;
    padding: 19px 16px 0 16px;
    vertical-align: bottom;
}
.no-image-tease {
    font-size: .875em;
    padding: 19px 16px 12px 16px;
    vertical-align: bottom;
}
.no-image-tease h2 {
    font-size: 1.375em;
    color: #ffffff;
}
.image-tease.blue, .no-image-tease.blue {
    background-color: #48A9C5;
}
.image-tease.blue p, .no-image-tease.blue p {
    color: #ffffff
}
.image-tease.yellow, .no-image-tease.yellow {
    background-color: #F1B828;
}
.image-tease.yellow p, .no-image-tease.yellow p {
    color: #ffffff
}
.image-tease.orange, .no-image-tease.orange {
    background-color: #DC8633;
}
.image-tease.orange p, .no-image-tease.orange p {
    color: #ffffff
}
.image-tease.green, .no-image-tease.green {
    background-color: #A8AD00;
}
.image-tease.green p, .no-image-tease.green p {
    color: #ffffff
}
.image-tease.pinot, .no-image-tease.pinot {
    background-color: #72253d;
}
.image-tease.pinot p, .no-image-tease.pinot p {
    color: #ffffff
}
.image-tease.gray, .no-image-tease.gray {
    background-color: #9E9790;
}
.image-tease.gray p, .no-image-tease.gray p {
    color: #ffffff
}
.image-tease.navy, .no-image-tease.navy {
    background-color: #003D4C;
}
.image-tease.navy p, .no-image-tease.navy p {
    color: #ffffff
}
.logo {
    padding: 0 0 0 4px;
}
/* Accordion */
.accordion-title:hover, .accordion-title:focus, .accordion-title:active, .accordion-title.is-active {
    background-color: #48A9C5;
    color: #ffffff;
}
.accordion-content {
    font-family: 'HelveticaLTWXX-Light', sans-serif;
    border: 0 1px 0 1px solid #77706c;
}
.accordion-content a {
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
}
.accordion-content a:hover {
    text-decoration: underline;
}
.accordion-content ul li ul li {
    list-style: disc;
}
.accordion-content ul li ul li ul li{
    list-style: circle;
}
.accordion-title {
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
    padding: 1.25rem 1rem;
    font-size: 1.275rem;
    line-height: 1;
    color: #48A9C5;
    /*color: #ffffff;*/
    border: 0 1px 0 1px solid #e6e6e6;
    background-color: #ffffff;
}
/* Tabs */
.tabs-title {
  float: left;
  border-bottom: none;
   }
  .tabs-title > a {
    border-right: 1px solid #e6e6e6;
    font-size: 1.3rem;
    color: #48A9C5; }
    .tabs-title > a:hover {
      background: #48a9c5;
      color: #ffffff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #48a9c5;
      color: #ffffff; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

/* Category */
.category.blue, .sptrio.blue {
    background: rgba(72,169,197,.85);
}
.category.green, .sptrio.green {
    background: rgba(168,173,0,.85);
}
.category.yellow, .sptrio.yellow {
    background: rgba(241,184,40,.85);
}
.category.orange, .sptrio.orange {
    background: rgba(220,134,51,.85);
}
.category.navy, .sptrio.navy {
    background: rgba(0,61,76,.85);
}
.category.pinot, .sptrio.pinot {
    background: rgba(111,38,61,.85);
}
.category.gray, .sptrio.gray {
    background: rgba(158,151,144,.85);
}
.category, .category-solid {
    position: relative;
    height: 296px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.sptrio, .sptrio-solid {
    position: relative;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: .14em;
}
.tribe-events-page-title {
    z-index: -1 !important;
}
.category-inner, .sptrio-inner {
    position: absolute;
    padding: 30px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.category-wrap:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.category.blue:hover {
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.category.green:hover {
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.category.orange:hover {
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.category.yellow:hover {
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.category.navy:hover {
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.category.pinot:hover {
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.category.gray:hover {
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.category p {
    color: #ffffff;
}
.category h1 {
    font-size: 1.575em;
    color: #ffffff;
}
.sptrio p {
    font-family: 'HelveticaLTWXX-Bold';
    font-size: 1em;
    color: #ffffff;
    text-transform: uppercase;
}
.category.solid.blue, .modal-solid.blue {
    background-color: #48A9C5;
}
.category.solid.orange, .modal-solid.orange {
    background-color: #DC8633;
}
.category.solid.green, .modal-solid.green {
    background-color: #A8AD00;
}
.category.solid.yellow, .modal-solid.yellow {
    background-color: #F1B828;
}
.category.solid.navy, .modal-solid.navy {
    background-color: #003D4C;
}
.category.solid.pinot, .modal-solid.pinot {
    background-color: #72253d;
}
.category.solid.gray, .modal-solid.gray {
    background-color: #9E9790;
}
/* Breadcrumb */
.breadcrumb {
    padding-top: 20px;
    font-size: .675em;
    text-transform: uppercase;
    color: #77706c;
}
/* Social Icons */
.social-icons {
    padding-top: 4px;
}
.social-icon-button {
    border-radius: 1.3rem;
    width: 1.3rem;
    height: 1.3rem;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1.3rem;
    background: none;
}
.social-icon-button + .social-icon-button {
    margin-left: 0.25rem;
}
.social-icon-button .fa {
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    line-height: 3.6rem;
    transition: all 0.3s ease-in-out;
}
.social-icon-button span {
    display: block;
    border-radius: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.social-icon-button:hover .fa {
    color: #77706c;
}
.social-icon-button:hover span {
    display: block;
    border-radius: 2.2rem;
    width: 2.2rem;
    height: 2.2rem;
}
.social-icon-button.linkedin, .social-icon-button.youtube, .social-icon-button.twitter, .social-icon-button.facebook {
    color: #ffffff;
}
.social-icon-button.linkedin span, .social-icon-button.youtube span, .social-icon-button.twitter span, .social-icon-button.facebook span {
    background-color: #ffffff;
}
/* Zoom */
.zoom {
    overflow: hidden;
}
.zoom img {
    vertical-align: top;
    -webkit-transition: all 10s ease-out;
    transition: all 10s ease-out;
}
.zoom:hover img, .zoom.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.bgzoom-outer {
    height: 380px;
    overflow: hidden;
    position: relative;
    padding: 0;
}
.bgzoom-outer > .bgzoom-inner {
    background-position: center center;
    height: 100%;
    width: 100%;
    -moz-transition: all 12s;
    -webkit-transition: all 12s;
    transition: all 12s;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}
.bgzoom-outer:hover > .bgzoom-inner {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.bgzoom-inner-text {
    height: 380px;
}
/* Orbit */
.orbit-caption {
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(72, 169, 197, 0.9);
    color: #ffffff;
}
.orbit-caption a {
    color: #77706c;
}
.orbit-caption a:hover {
    color: #ffffff;
}
.orbit-previous, .orbit-next {
    position: absolute;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe;
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(72, 169, 197, 0.25);
}
.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
}
[data-whatinput='mouse'] .orbit-bullets {
    outline: 0;
}
.orbit-bullets button {
    width: .675rem;
    height: .675rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #77706c;
}
.orbit-bullets button:hover {
    background-color: #48A9C5;
}
.orbit-bullets button.is-active {
    background-color: #48A9C5;
}
/* Blur */
.blur {
    -webkit-animation: blur 0.5s linear forwards;
    -moz-animation: blur 0.5s linear forwards;
    -ms-animation: blur 0.5s linear forwards;
    -o-animation: blur 0.5s linear forwards;
    animation: blur 0.5s linear forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
@-webkit-keyframes blur {
 to {
 -webkit-filter: blur(0px);
 filter: blur(0px);
}
}
@-moz-keyframes blur {
 to {
 -moz-filter: blur(0px);
 filter: blur(0px);
}
}
@keyframes blur {
 to {
 -webkit-filter: blur(0px);
 -moz-filter: blur(0px);
 filter: blur(0px);
}
}
/* Raise */
.rise {
    font-family: 'Lato', sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
}
.rise.orange, .rise.orange figcaption {
    background-color: #DC8633;
}
.rise.blue, .rise.blue figcaption {
    background-color: #48A9C5;
}
.rise.green, .rise.green figcaption {
    background-color: #A8AD00;
}
.rise.yellow, .rise.yellow figcaption {
    background-color: #F1B828;
}
.rise.pinot, .rise.pinot figcaption {
    background-color: #72253d;
}
.rise.navy, .rise.navy figcaption {
    background-color: #003D4C;
}
.rise.gray, .rise.gray figcaption {
    background-color: #9E9790;
}
.rise * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.rise img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
}
.rise figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 30px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.rise h1, .rise h3, .rise p {
    margin: 0;
}
.rise h1, .rise h3 {
    line-height: 1.2em;
}
.rise h1 {
    font-size: 2.2em;
    color: #ffffff;
}
.rise h3 {
    color: #ffffff;
    font-size: 1.3em;
    font-weight: normal;
    letter-spacing: 1px;
}
.rise p {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 12px;
    padding: 12px 0 15px;
    line-height: 1.5em;
    color: #ffffff
}
.rise a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.rise:hover > img, .rise.hover > img {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.rise:hover figcaption, .rise.hover figcaption {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
/* Reveal */
.reveal-overlay {
    background-color: rgba(10, 10, 10, 0.75);
}
.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 3rem;
    border-radius: .2em;
}
.reveal.video, .reveal.image, .reveal.map {
    padding: 0;
    border: none;
    margin-bottom: 0;
    overflow-y: visible;
    border-radius: .2em;
}
.responsive-embed {
    border-radius: .2em;
}
/* Video */
.play {
    padding: 0;
    margin: 0;
    position: relative;
}
.play-icons {
    position: absolute;
    top: 44%;
    left: 44%;
}
.play-icon-button {
    border-radius: 2rem;
    width: 2rem;
    height: 2rem;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 2.2rem;
    background: none;
}
.play-icon-button + .play-icon-button {
    margin-left: 0.25rem;
}
.play-icon-button .fa {
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 16%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    line-height: 3.6rem;
    transition: all 0.3s ease-in-out;
}
.play-icon-button span {
    display: block;
    border-radius: 3rem;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.play-icon-button:hover .fa {
    color: #ffffff;
}
.play-icon-button:hover span {
    display: block;
    border-radius: 3.4rem;
    width: 3.4rem;
    height: 3.4rem;
}
.play-icon-button.video {
    color: #ffffff;
}
.play-icon-button.video span {
    background-color: #48A9C5;
}
/* Effects */
.shadow {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);  /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
/* Calendar Overrides */
.tribe-events-page-title {
    font-size: 30px;
    font-weight: normal !important;
}
.tribe-events-page-title {
    font-size: 2.675em !important;
    line-height: 1.1em;
    letter-spacing: -1px;
}
#tribe-events {
    padding: 0 !important;
}

#tribe-events-content.button a, .tribe-events-event-meta.button a {
    color: #ffffff !important;
    text-decoration: none;
}
.single-tribe_events .tribe-events-single-event-description.button a {
    color: #ffffff !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: #efefef !important;
    transition: #ffffff  !important;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.tribe-events-page-title {
    font-size: 1.25em !important;
    line-height: 1em;
    letter-spacing: -1px;
}
.tribe-events-month-event-title {
    font-size: .875em !important;
}
.tribe-events-tooltip {
    display: none !important;
}
}
.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
    font-weight: normal !important;
}
.tribe-events-calendar thead th {
    font-family: 'HelveticaLTWXX-Bold' !important;
    font-size: 1em !important;
}
/* Masonry */
.masonry-css {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 2px;
    column-gap: 2px;
}

@media screen and (min-width: 25em) {
.masonry-css {
    -webkit-column-count: 1;
    column-count: 1;
}
}

@media screen and (min-width: 37.5em) {
.masonry-css {
    -webkit-column-count: 2;
    column-count: 2;
}
}

@media screen and (min-width: 50em) {
.masonry-css {
    -webkit-column-count: 3;
    column-count: 3;
}
}

@media screen and (min-width: 68.75em) {
.masonry-css {
    -webkit-column-count: 3;
    column-count: 3;
}
}
.masonry-css-item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 2px;
}
.BBFormFieldLabel {
    font-size: 16px;
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
    font-weight: normal;
    line-height: 1.8;
    color: #48a9c5;
}
.BBFormCheckbox, .BBFormCheckboxLabel {
    font-size: 16px;
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}
.BBFormSectionHeading {
    padding: 0;
    margin: 0;
    BORDER-BOTTOM: 1px #ccc solid;
    BORDER-LEFT: 0;
    BORDER-TOP: 0;
    BORDER-RIGHT: 0;
}
.BBFormSectionHeading label {
    text-align: left;
    font-size: 16px;
    font-family: 'HelveticaLTWXX-Light', sans-serif;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a !important;
    text-transform: uppercase;
}
.BBFormSubmitbutton {
    box-shadow: none !important;
    font-family: 'HelveticaLTWXX-Bold', sans-serif;
    font-weight: normal !important;
    padding: 0.85em 1em 0.65em 1em;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: .125em !important;
    background-color: #48A9C5 !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
.BBFormSubmitbutton:hover, .BBFormSubmitbutton:focus {
    background-color: #1779ba;
    color: #ffffff;
}

@media print {
a[href]:after {
    content: none !important;
}
h1 {
    font-size: 1.65em !important;
    line-height: 1em !important;
    color: #000000 !important;
}
h2 {
    font-size: 1em !important;
    color: #000000;
}
h3 {
    font-size: .875em !important;
    color: #000000 !important;
}
h4 {
    font-size: .875em !important;
    color: #000000 !important;
}
@page {
    size: auto;   /* auto is the initial value */
    /* this affects the margin in the printer settings */ 
    margin: .75cm .75cm .5cm .75cm;
}
body {
    /* this affects the margin on the content before sending to printer */ 
    font-size: 1.1em;
    color: #000000 !important;
    margin: .75cm .75cm .5cm .75cm;
}
}
ul {
    list-style: square;
}
        .course-host {
            font-size: .75em;
            margin: 0 0 10px 0;
            padding: 0 0 10px 0;
            border-top: none;
            border-bottom: solid 1px #e6e6e6;
        }
        .course-host.lined {
            margin: 10px 0 10px 0;
            padding: 10px 0 10px 0;
            border-top: solid 1px #e6e6e6;
            border-bottom: solid 1px #e6e6e6;
        }
        .course-notes {
            max-width: 480px;
            padding: 5px;
            background: #efefef;
            border-radius: .14em;
        }
        .course-notes p {
            font-size: .75em;
            font-style: oblique;
            border-left: 1px solid #ccc;
            margin: 5px;
            padding: 5px 10px 5px 15px;
        }
        .accordion-content {
            font-size: .85em;
            color: #494646;
        }
        .accordion-content h2 {
            font-size: .95em;
        }